#header {
    background:#32409E;
}
#title h1 {
    color: #FAB91E !important;
    width: 80% !important;
    display: inherit !important;
    text-align: center;
}
#title h2 {
    display: none;
}
div#headermenu.navbar.navbar-fixed-top div#auth.navbar-inner div.pull-right ul.nav {
    display: none;
}


/*
popup
*/
#liz_layer_popup_close {
    right: 10px !important;
    top: 10px !important;
}

div.lizmapPopupDiv {
    background-color: white !important;
}
#dock div.lizmapPopupDiv, #mini-dock div.lizmapPopupDiv, #right-dock div.lizmapPopupDiv, #bottom-dock div.lizmapPopupDiv{
    background-color: white !important;
}
.lizmapPopup.olPopup, #map-content .lizmapPopup{
    background-color: white !important;
}
#liz_layer_popup {
    background-color: white !important;
    border-radius: 25px;
}
.lizmapPopup.olPopup .lizmapPopupDiv, #map-content .lizmapPopupDiv{
    background-color: white !important;
    border-bottom: 1px solid #36AC9C;
}
.lizmapPopup.olPopup .lizmapPopupContent h4, #map-content .lizmapPopupContent h4 {
    display: none !important;
}

.liz-dechet-popup-container {
    color: #32409E;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.liz-dechet-popup-container h3 {
    color: #32409E !important;
    font-weight: bold;
    font-size: 1.4em;
    margin:10 0 5 0;
}

div.liz-dechet-popup-card {
    color: #36AC9C;
    clear: both;
    overflow: auto;
    padding: 10px;
    margin-bottom: 30px;
}

div.liz-dechet-popup-card-left {
    float: left;
    width: 49%;
    border-right: 1px solid #36AC9C;

}
div.liz-dechet-popup-card-right{
    margin-left:52%;
    width: 48%;
}


/*
right-dock
*/

li#nav-tab-collecte {
    display: none !important;
}

#right-dock-content {
    background-color: white !important;
}
#collecte div.menu-content{
    background-color: white !important;
}

.liz-dechet-right-dock-container {
    color: #32409E !important;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.liz-dechet-right-dock-container hr {
    color: #36AC9C;
    width: 80%;
}
.liz-dechet-right-dock-container h3 {
    color: #32409E !important;
    font-weight: bold;
    font-size: 1.3em !important;
    padding-bottom: 0;
    margin: 20px !important;
}
div.liz-dechet-right-dock-card {
    color: #32409E;
    margin-bottom: 20px;
}
div.liz-dechet-right-dock-card h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin:10 0 5 0;
}
div.liz-dechet-right-dock-card h5 {
    font-weight: bold;
    font-size: 1.2em;
    color: #36AC9C;
    margin:0 0 15 0;
}
div.liz-dechet-right-dock-card span {
    margin-top:20px;
    font-size: 0.9em;
}

/*
legende
*/
#dock {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#dock div.menu-content, div.modal div.menu-content, .dock-content{
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#liz-dechet-legend-container {
    color: #32409E;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;

}
#liz-dechet-legend-container h3 {
    font-weight: bold;
    font-size: 1.6em;
}
#liz-dechet-legend-table {
    font-size: 1.2em;
    color: #32409E;
    padding: 20px;
    width: 100%;
    font-weight: 600;
}
#liz-dechet-legend-table tbody tr td{
    border-bottom: 1px solid #36AC9C;
    height: 50px !important;
}
#liz-dechet-legend-table tbody tr td img{
    cursor: pointer;
    max-height: 50px !important;
}

/* liens en forme de bouton bleu*/
a.liz-dechet-btn {
    color: white;
    padding: 10px;
    background-color: #32409E;
    border: 1px solid #32409E;
    border-radius: 25px;
    text-decoration: none;
    white-space: nowrap;
}


