/*!
 * Custom bootstrap CSS
 * 
 */

/* Put non activ tab and disabled buttons in grey */
#bottom-nav, #bottom-nav .dropup, #bottom-nav, .btn-default.disabled{
    background-color: #E0E0E0;
}

/* Put activ tab in green */
.nav-tabs > li.active, .nav-pills>li.active>a{
    /*background-color: rgba(0, 160, 16, 0.3) !important;
    color: #555;*/
    /*background-color: #428BCA;*/
    color: #FFFFFF;
}
.dropdown-menu > .active > a{
    display:inline;
}

.dropdown-menu {
    margin-bottom: 10px !important;
}

.selections{
    background-color: rgba(0, 160, 16, 0.3) !important;
    color: #555;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #FFFFFF;
    border-color: #428BCA;
}

.nav-tabs > li.dropdown.active > a{
    /*background-color: transparent !important;*/
    background-color: #428BCA;
    color: #FFFFFF;
    border: 0px;
}

/* Decrease buttons padding */
#map .btn, .pagination>li>a, .pagination>li>span{
    padding: 3px 6px;
}

/* Decrease padding in tables*/
.table>tbody>tr>td, .table>tbody>tr>td .nav>li>a{
    padding: 4px;
}

.multiselect-selected a {
    display: block !important;
}

.tooltip {
    z-index: 1070 !important; /* ensure tooltip is over modals */
}

.descCell {
    cursor: pointer;
}

table.table-editMode {
    border: 3px dashed black;
}

#modalChoixOuvrages .modal-width-xl, #modalRattacherEtats .modal-width-xl {
    width: 1200px;
}


.breadcrumb{
    background-color:#ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}
.breadcrumb > li + li:before { 
    //content: "\\";
    content: ">"; 
    margin-bottom: -3px;
    font-weight: bold;
}

//style="margin-bottom: -3px;font-weight: bold;"