.page_content {
    background: url('../img/fond.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

/*body {
    background: #eee;
}*/

#page_content {
    box-shadow: 0 0 20px 0 rgba(25, 25, 25, 0.4);
    background-color: white;
}

#footer .mea {
    background: #000000;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #555555 0%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0% #555555), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555555 0%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555555 0%, black 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555555 0%, black 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #555555 0%, black 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#000000',GradientType=0 );
    /* IE6-8 */
    -webkit-border-radius: 3.33333px;
    border-radius: 3.33333px;
    color: #FFFFFF;
    text-align: center; }
#footer .mea p {
    padding: 3px;
    margin-bottom: 0; }
#footer ul {
    text-align: center;
    /*padding-top: 1.5em;*/ }
/*#footer ul.list_10 li {
    width: 8.5%;
    margin: 0 1% 0 1%;
    float: left;
    display: inline;
}*/
#logo {
    padding: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px #d4d4d4;
    -moz-box-shadow: 5px 5px 5px #d4d4d4;
    box-shadow: 5px 5px 5px #d4d4d4;
    text-align: center;
}

.border_full {
    border: 1px solid lightgray;
    height: 100%;
}

.bg-light {
    background-color: #f1f2f3 !important;
}

.borderless td, .borderless th {
    border: none !important;
}

#profil_graph {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#legendBlock {
    min-height: 400px;
}

#legendBlock .border_full {
    height: auto;
    max-height: 650px;
    display: flex;
    flex-flow: column;
}

#legendBlock .border_full .form-group {
    margin-top: 1rem;
}

#yearsCheckboxes {
    font-size: 0.8em;
    overflow-y: auto;
    flex: 1;
}

#yearsCheckboxes table {
    margin-bottom: 0;
}

#blockRefAlti {
    flex-grow: 0;
    flex-shrink: 0;
}

#years_interval {
white-space: nowrap;
}

.opacity_light {
    opacity: 0.4;
    background-color: #f1f2f3;
}

.inactive {
    pointer-events: none;
    cursor: default;
    color: gray;
}

#mini_map {
    width:445px;
    height: 220px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px !important;
    line-height: 30px;
}

.my-div-icon span {
    border-radius: 20px;
    border: 1px solid black;
    display: block;
    width: 100%;
    height: 100%;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.list_10 {
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.list_10 li {
    float: left;
    padding: 5px;
    /*width: 8%;*/
}

.list_10 li a {
    display: block;
}

.list_10 li a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;

}


/*.list_10 li {*/
    /*display: table-cell;*/
    /*padding: 5px 10px;*/
    /**/
/*}*/

/*
.list_10 li img { width: 100px;}*/

#waitingScreen {
    margin-bottom: 150px;
}

.waitingSpinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #007bff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fs300p {
    font-size: 300% !important;
}

#border_select {
    font-size: 0.8rem;
    height: 25px;
    cursor: pointer;
}

.import-container {
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 50%), url('../img/import-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  

    height: 100vh;   
}

.import-container > div{
    padding-left: 22%;
}

.import-container > div:first-of-type {
    min-height: 70%;
}

.import-container > div:nth-of-type(2){
    min-height: 30%;
}

.import-container > div > div{
    width: max-content;
}

.import-container .title {
    background-color: #ffffff;
    width: max-content;
    color: #212121;
    font-size: 1.2rem;
    padding: 6px 6px;
    text-transform: uppercase;
    font-weight: 500;
}

.import-container .btn {
    display: inline-block;
    position: relative;
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 4px 12px 4px 20px;
    font-weight: normal;
    border: 1px solid transparent;
    cursor: pointer;
}


.import-container .btn:hover, .import-container .btn:focus, .import-container .btn.focus {
    color: #333333;
    text-decoration: none;
}

.import-container .btn.btn-muted {
    background-color: #757575;
    color: #ffffff;
}

.import-container .btn.btn-muted:hover, .import-container .btn.btn-muted:focus, .import-container .btn.btn-muted:active {
    background-color: #5b5b5b;
    color: #ffffff;
}

.import-container .btn::before {
    position: absolute;
    top: 0;
    left: -1px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 14px solid transparent;
}

.import-container .btn.arrow-white::before {
    border-left: 15px solid #ffffff;
}

.import-container .btn:disabled:hover {
    cursor: default;
    background-color: #757575;

}

.import-container details input {
   font-weight: bold;
   font-size: 0.8rem;
}

.import-container .file-input-label {
    background-color: #ffffff;
    color: #212121;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1px 5px;
    cursor: pointer;
    width: 40px;
    font-size: 0.9rem;
}

.import-container .import-result {
    background-color: white;
    /* margin-top: -30vh; */
}

.import-container .import-success {
    min-width: 65%;
}

.import-container .import-success .url {
    font-size: 0.8em;
    color: #5b5b5b !important;
}

.import-container .import-success thead th {
    color: #5b5b5b;
    font-weight: initial;
    text-transform: uppercase;
}

.import-container .import-success tbody > * {
    font-size: 0.8em;
    color: #5b5b5b !important;
}

.import-container .import-success table a {
    color: #5b5b5b !important;
}

.import-container .import-failure {
    max-width: 65%;
}

.import-container .error-message {
    font-size: 0.8em;
    padding-left: 21px;
}

.dashboard-container {
    width: 100vw;
}

.dashboard-container > header {
    background:  url('../img/dashboard-background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 70vh;
}

.dashboard-container > header .title {
    max-width: max-content;
    background-color: rgba(33, 33, 33, 0.5);
    padding: 40px 50px;
    color: white;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1.6rem;
    line-height: 1.43em;
}

.dashboard-container > main {
    background-color: white;
    min-height: 30vh;
    width: 100vw;
    color: #3b6871;
}

.dashboard-container .transect-list-container {
    max-width: max-content;
    margin: 0 auto;
}

.dashboard-container .transect-list-header {
    font-size: 1rem;
    color: #212121;
}  

.dashboard-container .transect-list * {
    font-size: 1rem;
}

.transect-list-nom h3, .transect-list-commune h3 {
    font-weight: bold;
}

.dashboard-container .transect-list-nom a {
    color: #3b6871 !important;
}  

.dashboard-container .transect-list-commune {
    color: #333;
} 

.evolution-graph {
    position: relative;
}

.evolution-graph .no-points-label {
    position: absolute;
    z-index: 1;
    top: 190px;
    left: 150px;
    font-size: 0.8em;
}

.profil-label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.profil-label i {
    padding: 0 4px;
}

.profil-label span {
    white-space: nowrap;
}

#uploading-alert {
    display: none;
}

.header-logo {
    height: 134px;
}

.legende-profil {
    position: relative;
    height: 42px;    
}

.legende-profil span {
    display: block;
    position: absolute;
    top: 13px;
    left: 40px;    
}

.legende-limite {
    position: relative;
    height: 42px;
}

.legende-limite span {
    display: block;
    position: absolute;
    right: 0px;
}


.table-list{
    width: -webkit-fill-available;
}

.table-list tbody tr:hover{
    background: #efefef;
}

.table-list tbody tr td i:hover{
    cursor: pointer;
}

/* Confirm button */

.jconfirm-box-container{
    min-width: 400px;
}

.jconfirm-buttons{
    text-align: center !important;
}
.jconfirm-buttons button{
    min-width: 100px;
}
.form-check-label:has(input[type=checkbox]:disabled){
    color:#CCC !important
}