@import 'button.css';
@import 'programmesListView.css';
@import 'alerts.css';

ul.pagination {
    display: block;
}

ul.pagination li a {
    color: #0069D6;
}

ul.pagination li.active a {
    color: white;
    background-color: #0088cc;
    font-weight: bold;
}

.label-form-dossier {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    display: inline-block!important;
    width: 45% !important;
}

.input-form-dossier {
    font-size: 12px !important;
    width: 50% !important;
    padding: 3px 6px !important;
    display: inline-block !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.form-control {
    padding: 5px !important;
    height: auto !important;
    font-size: 11px !important;
}

.radio {
    min-height: 10px !important;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}

h1 {
    margin-bottom: 20px !important;
}

h2 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    color: rgb(11, 116, 135) !important;
}

h3 {
    font-size: 18px !important;
    border-bottom: 1px dashed lightgrey;
    padding-bottom: 5px;
}

.btn-gestion {
    padding: 0 5px;
}

.navbar-inverse {
    background-image: none !important;
    background-color: #0088cc !important;
    border: none !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: white !important;
}

.navbar-inverse .navbar-brand {
    color: white !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background-image: none !important;
    background-color: #285e8e !important;
}

.navbar-nav>li>a {
    padding-top: 20px !important;
}

.input-mesure {
    width: 45px;
}

.table-mesure {
    font-size: 11px;
}

.table-mesure td,
.table-mesure th {
    vertical-align: middle !important;
    padding: 2px !important;
    text-align: center;
}

.table-mesure td input,
.total {
    text-align: right !important;
}

.table-dossiers tbody tr td,
.table-dossiers thead tr th {
    padding: 4px !important;
}

#cartographie #popup {
    background: white;
    width: 250px;
    padding: 10px
}

div.vulnerabilite table tbody tr td,
div.vulnerabilite table thead tr th,
div.budget table tbody tr td,
div.budget table thead tr th {
    text-align: center;
}

img#_alea {
    background: white;
    padding: 5px;
    border: 1px solid #CCCCCC;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    width: 75px;
}

#patienter {
    left: 50%;
    padding: 5px;
    text-align: center;
    top: 50%;
    background: white;
    z-index: 600;
    border: 1px solid;
    display: none;
}

#legende_avancement,
#legende_type,
#legende_ppri {
    bottom: 10px;
    position: absolute;
    background: white;
    padding: 5px;
    margin: 0px 10px;
    width: 40%;
    border: 1px solid #CCCCCC;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

#legende_alea {
    right: 1%;
    bottom: 10px;
    position: absolute;
    background: white;
    padding: 5px;
    margin: 0px 10px;
    border: 1px solid #CCCCCC;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    padding-bottom: 0%;
}

#legende_avancement td,
#legende_type td,
#legende_ppri td {
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

#legende_avancement td div,
#legende_type td div,
#legende_ppri td div {
    border: solid grey 1px;
    height: 10px;
    width: 10px;
}

input[type="radio"] {
    margin-top: 2px !important;
}

.qualificationO {
    background-color: #D90115 !important;
}

.qualificationR {
    background-color: #ED7F10 !important;
}

.btn-retour,
.btn-consultation {
    float: right;
    margin-left: 5px;
}

#recherche_avance {
    padding: 5px;
}

#recherche_avance>ul {
    list-style-type: none;
    text-align: left;
    padding: 5px;
    border-top: 1px solid #EEEEEE;
}

.fixe-footer {
    position: fixed;
    bottom: 0px;
    width: 1220px;
    background-color: white;
    padding-top: 20px;
    padding: 0 24px 20px 24px;
    border-radius: 6px 6px 0px 0px;
    margin-left: -15px;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .2);
}

.footer {
    background-image: url("/portail/image/footer.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 74px;
    width: 100%;
}

.source_one_id {
    background-color: #CEE3F6 !important;
    border-radius: 3px;
}

.source_one_id_modif {
    background-color: #DFF4FF !important;
    border-radius: 3px;
}

.source_precalcul {
    background-color: #ECE0F8 !important;
    border-radius: 3px;
}

.source_excel {
    background-color: #BCE9A9 !important;
    border-radius: 3px;
}

.source_auto {
    background-color: #EED2EE !important;
    border-radius: 3px;
}

.source_auto_financeur {
    background-color: #EED2EE !important;
    border-radius: 3px;
}

.table-striped tr td {
    border: 1px #EEEEEE solid;
    vertical-align: center;
}

.table-striped tr td img {
    vertical-align: top !important;
}

.modal-body td,
.modal-body th {
    padding: 5px;
}

.modal-body select {
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#dashboard-filters input[type="search"] {
    box-sizing: inherit;
}

#dashboard-filters {
    margin-top: 12px;
    margin-bottom: 12px;
}

#dashboard-filters>span {
    margin-right: 12px;
    padding-top: 4px;
}

#dashboard-filters>div:nth-child(3) {
    margin-left: 12px;
}

#dashboard-filters>div:nth-child(4) {
    margin-left: 12px;
}

#filters-label {
    height: 100%;
}

#label-filter-empty-lines {
    margin-left: 12px;
}

#label-filter-empty-lines input[type=checkbox] {
    margin-top: 0;
}

#label-filter-empty-lines span {
    font-size: 14px;
    font-weight: normal;
    float: right;
    line-height: 18px;
    margin-left: 6px;
}

#monthly-loader{
    left: 50%;
    padding: 5px;
    text-align: center;
    margin-top: 50px;
}

.tag-background-not_priority {
    display: inline-block;
    border-radius: 10px;
    background-color: #DADADA;
    margin-bottom: 2px;
    padding: 1px 7px 1px 6px;
}

.tag-background-not_eligible {
    display: inline-block;
    border-radius: 10px;
    background-color: #FFF200;
    margin-bottom: 2px;
    padding: 1px 7px 1px 6px;
}

.tag-background-no_measure {
    display: inline-block;
    border-radius: 10px;
    background-color: #9CDFD7;
    margin-bottom: 2px;
    padding: 1px 7px 1px 6px;
}

.tag-background-out_of_availability_construction {
    display: inline-block;
    border-radius: 10px;
    background-color: #E7B6FF;
    margin-bottom: 2px;
    padding: 1px 7px 1px 6px;
}

.tag-background-deposit {
    display: inline-block;
    border-radius: 10px;
    background-color: #FC8CBB;
    margin-bottom: 2px;
    padding: 1px 7px 1px 6px;
}

.tag-background-advance {
    display: inline-block;
    border-radius: 10px;
    background-color: #43E133;
    margin-bottom: 2px;
    padding: 1px 7px 1px 6px;
}

.tag-background-sub_deposit {
    display: inline-block;
    border-radius: 10px;
    background-color: #2BB7F0;
    margin-bottom: 2px;
    padding: 1px 7px 1px 6px;
}

.tags-container {
    margin-top: 3px;
}

.tag-container {
    margin: 0;
}

.dossier-column {
    min-width: 120px;
}

.filter-checkbox span {
    float: right;
    margin-left: 6px;
    margin-top: 4px;
}
.chart-title {
    font-size: 14px;
    font-weight: 800;
}

.no-data-label {
    font-size: 11px;
}

.no-data-chart {
    color: gray;
    height: 50px;
    left: 11%;
    padding: 5px;
    position: absolute;
}

/*
MAYANELABS CUSTOM CSS
https://mayanelabs.atlassian.net/browse/ML-1347
*/

.table-dossiers thead th {
    font-size: 11px;
}

#searchlinkadvanced {
    font-size: 12px;
}

#searchlinkadvanced {
  color: #0069D6;
  text-decoration: none;
}
#searchlinkadvanced:hover,
#searchlinkadvanced:focus {
  color: #23527c;
}

.dossier_arret_in_progress {
    color: #00804A;
}

.dossier_arret_closed {
    color: #666666;
}

.header-user {
    margin-right: 12px;
}

.header-admin {
   margin-right: 8px;
}

.button-actions {
   margin-right: 5px;
}


.carto-btn-actions-zoom {
    left: 45px;
    top: 62px;
    z-index: 10;
    position: absolute;
    text-align: right;
}

.carto-btn-actions-right {
    right: 150px;
    top: 62px;
    z-index: 10;
    position: absolute;
    text-align: right;
}

.carto-btn-actions-select {
    right: 20px;
    top: 58px;
    z-index: 10;
    position: absolute;
    text-align: right;
}

.ml-select {
    border-radius: 22px;
    border: 1px solid rgba(68,0,112, 1);
    background-color: rgba(255,255,255, 1);
    opacity: 1;
    padding: 4px 0px 4px 6px;
}

.ol-control button {
    background-color: #440070 !important;
}