File: /var/www/dhoistage.concertium.com/html/css/navbar-fixed-top.css
.dropdown-menu {padding-top:2px; right:-2px; top:30px; padding-bottom:0px; background:transparent; border:0px; box-shadow:none;}
.dropdown-menu li {
background:#63aade;
margin-bottom:2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropdown-menu > li > a {
font-size:13px; padding:4px 8px;
color:#FFF !important; transition:all 0.6s ease; background:#154799;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #FFF !important;
text-decoration: none;
background-color: #4298D7;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #9EBEF2;
outline: 0;
}
/*SUB MENU*/
.dropdown-menu>li
{ position:relative;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
cursor:pointer;
}
.dropdown-menu .sub-menu {
right: 100%;
position: absolute;
top: 0;
display:none;
margin-top: -1px;
border-top-left-radius:0;
border-bottom-left-radius:0;
border-left-color:#fff;
box-shadow:none;
}
.right-caret:after,.left-caret:after
{ content:"";
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
display: inline-block;
height: 0;
vertical-align: middle;
width: 0;
margin-left:5px;
}
.right-caret:after {border-left: 5px solid #333;}
.left-caret:after {border-right: 5px solid #333;}
.right-caret:after:hover {border-left: 5px solid #FFF;}
.left-caret:after:hover {border-right: 5px solid #FFF;}
@media (max-width: 768px) {
.navbar-nav {margin-top:0px !important;}
.list-inline {padding-top:0px;}
}