﻿.header {
    background-color: grey;
    font-family: Roboto, arial, sans-serif;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 50px;
}

.v-img-logo {
    position: absolute;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: -4px;
    width: 118px;
}

.v-logo {
    float: left;
}

.header .logo {
    padding: 12px 0 12px 20px;
}

.header .logo a img {
    width: 150px;
    height: 49px;
}

.header .menu ul {
    margin: 0;
    margin-top: 0px;
    padding: 0;
}

ul.dropdown-menu {
    border: 0px;
    background-color: #808080;
    color: white !important;
}

.dropdown-header {
    color: white !important;
}
ul .dropdown-menu > li > a {
    color: white !important;
}

ul.dropdown-menu > li > a:hover {
        color: white !important;
        background-color: transparent;
}

.dropdown-menu > li {
    background: #808080;
}

    .dropdown-menu > li:nth-child(odd) {
        background: #808080;
    }

ul.dropdown-menu > li > a {
    padding: 5px 10px !important;
}

@media(min-width:1510px){
    .header .menu ul li {
        display: inline-block;
        list-style: none;
    }
    .raccordoheader {
        display:inline-block;
    }
}

@media(max-width:1509px) {
    .raccordoheader {
        display:none;
    }
    .header .menu ul li.circleicon a {
        float: left;
    }

    .dropdown-menu.open {
        background-color: #a94442;
        margin-left: 0px;
        min-width: 200px !important;
        /*margin-top: 10px !important;*/
    }

    .navbar-nav .open .dropdown-menu {
        min-width: 200px;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }
}

.header .menu ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}

.header .menu ul li ul.submenu {
    background-color: #65c2ed;
    display: none;
    position: absolute;
    width: 150px;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.header .menu ul li ul.submenu li {
    display: block;
    width: 100%;
}

.header .menu ul li ul.submenu li a {
    color: #fff;
    line-height: 25px;
    padding: 0px 27px;
}

.header .menu ul li ul.submenu li a:hover {
    color: #fff;
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)); 
}

.header .menu ul li:hover ul.submenu {
    display: block;
}

.header .menu ul li i.icon-arrow {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: white;
    background: #40859e;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: gray;
}
    .bootstrap-select.btn-group .dropdown-menu li a:focus{
        background: gray;
    }

.navbar .navbar-nav .open .dropdown-menu > .selected > a,
.navbar .navbar-nav .open .dropdown-menu > .selected > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .selected > a:focus {
    background: gray;
}

.subBlack {
    display: none;
}

.navbar-default .navbar-nav > li > a {
    color:white;
    font-weight:normal;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
}

.dimmer.active {
        display: block;
}

.no-scrolling {
    overflow: hidden;  
}
* {
    box-sizing: border-box;
}

.subnavheader {
    /*background: #00A8FF;*/
    background:orange;
    position: relative;
    -moz-transition: margin-top 0.25s ease-out 0.25s;
    -o-transition: margin-top 0.25s ease-out 0.25s;
    -webkit-transition: margin-top 0.25s ease-out;
    -webkit-transition-delay: 0.25s;
    transition: margin-top 0.25s ease-out 0.25s;
    z-index: 0;
    text-align: right;
    width: 100%;
}
    .subnavheader ul li {       
        list-style: none;
        margin: 0 .7em;
        text-transform: uppercase;
    }

@media screen and (max-width: 1510px) {
    .subnavheader {
        padding-right: 70px;        
    }

    .soc {
        padding-left: 30px !important;
    }

    .noc {
        padding: 30px;
    }
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block; 
    min-width: 250px;
    text-align: right;
}

.nav1 > .btn-group, .btn-group-vertical {
    position: relative;
    margin: 0px 0px;
    top: -32px;
    right: -8px;
}

.nav1 > div.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; 
}

.nav1 > div.bootstrap-select > .dropdown-toggle {
    padding-right: 29px !important;
    padding-top: 10px;
}

.hideSearch {
    display: none;
}

.showSearch {
    display: block;
}

.form-group.nav1 button.btn.dropdown-toggle.btn-default {
    background-color: transparent;
    color: white;
    min-width: 250px;
}

.noc {
    cursor: default;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.soc {
    padding-left: 30px;
    text-transform: uppercase;
}

.ia {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: right;
}

/*.coloredrole > .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: right;
    color: red;
    font-variant-caps: all-small-caps;
}*/
