File: /home/asjudine/public_html/css/menu_admin.css
html{
height:100%;
}
body{
height:100%;
background-image: url(../ELEMENTS/fondolaw.jpg);
background-color:#FFF;
position: relative;
font-size: 14px;
}
.main{
width: 100%;
}
.dropdown-submenu {
border-bottom: 1px solid #ccc;
/*position: relative; *//*BORRAR*/
}
#mn-wrapper {
display: table;
width: 100%;
position: absolute;
}
.mn-sidebar {
display: table-cell;
position: relative;
vertical-align: top;
padding-bottom: 49px;
/*background: #272930;*/
background-color: #9f2219;
color: #000;
height: 40vh;
width: 216px;
z-index: 1;
}
#mn-cont {
display: table-cell;
vertical-align: top;
position: relative;
padding: 0;
/*float: left;*/
}
.container {
margin-right: auto;
}
.cnt-mcont {
background-color: #F6F6F6;
color: inherit;
font-size: 18px;
font-weight: 200;
line-height: 21px;
padding: 15px 30px 30px 30px;
margin-top: 0;
height: 580px;
}
.mn-sidebar .mn-toggle {
display: none;
padding: 10px 0;
text-align: center;
cursor: pointer;
}
.mn-vnavigation {
margin: 0 0 0 0;
padding: 0;
width: 280px;
/*border-top: 1px solid #1a1c20;*/
/*border-bottom: 1px solid #2f323a;*/
}
.mn-vnavigation li a {
/*border-top: 1px solid #32353e;*/
border-bottom: 1px solid #1a1c20;
display: block;
padding: 5px 20px 5px 20px;
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/
}
.dropdown-submenu >.dropdown-menu {
top: 0;
left: 100%;
margin-top: 0px;
margin-left: -1px;
height: 110vh;
width: 310px;
background: #747373;
}
.dropdown-submenu:hover >
.dropdown-menu {
display: block;
}
.dropdown-submenu > a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
ul {
list-style: none;
}
ul.dropdown-menu.parent {
margin-top: -1px;
}
.bottom-mn {
bottom:0px;
position:absolute;
width:100%;
}
.dropdown-submenu ul li a i{padding-right: 6px;}