#login-div {
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    margin: 0 auto;
}
#background-login {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/login-derbigum.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-footer {
    background-color: black;
}
.js .input-file-container {
    position: relative;
    width: 225px;
}
.js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #39D2B4;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
}
.js .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    padding: 14px 0;
    opacity: 0;
    cursor: pointer;
}
.profile-pic > img {
    top: 0;
}
.project_title {
    margin-bottom:35px;
}
.btn_solution {
    height: 33px;
    font-size: 13px;
    line-height: 33px;
    width: 175px;
}
input[readonly].inspection
{
    background-color:#8080804d!important;
}
.col-treeview-right{
    padding-top: 31px;
}
/* quelques styles d'interactions */
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #34495E;
    color: #39D2B4;
}

/* styles du retour visuel */
.file-return {
    margin: 0;
}
.file-return:not(:empty) {
    margin: 1em 0;
}
.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}
/* on complète l'information d'un contenu textuel
   uniquement lorsque le paragraphe n'est pas vide */
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

/*googleApi*/

.map_project {
    width: 100%;
    height: 600px;
    margin: 10px 20px 0 0;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

/*stratigraphy*/

img.stratigraphy { margin-right: 6px;display:inline-block }
h4.stratigraphyText { display:inline-block }



/* project upload */
#project_pictures_upload_pictures td img {
    max-width: 125px;
}
#pictures_dropzone{
    display: block;
    margin: 35px auto;
    width: 70%;
}
#pictures_dropzone_stratigraphy{
    display: block;
    margin: 35px auto;
    width: 70%;
}
.dropzone {
    min-height: 210px;
}
#project_pictures_container button {
    float: right;
    margin-bottom: 15px;
    margin-right: 15px;
}
.btn-primary{
    background-color:#fdc600;
    border:none;
    color: black;
}
.btn-primary:hover{
    background-color:black;
    border:none;
    color: white;
}
.btn {
    border: none;
}
body{
    background-color:black;
}
.double {
    padding: 10px;
    min-height: 100px;
    border-style: double;
}

.header-recette{
    background: url('../img/derbigum_header_test.jpg') no-repeat,
    url('../img/header_pattern.png') 1480px 0 repeat-x !important;
    height:150px !important;}
#header{
    background: url('../img/derbigum_header.jpg') no-repeat,
    url('../img/header_pattern.png') 1480px 0 repeat-x ;
    height:150px !important;}

#logo img{height:auto;width:100% !important; display:none}
#left-panel{padding-top:70px !important; background:black !important;}
#ribbon{background:black repeat scroll 0 0 !important;border-bottom: 3px solid #fdc600;}
button#toggleEdit, button#screenshot, button#export {
    /*background-color: #231f20;*/
    /*border: medium none;*/
    /*color: #fdc600;*/
    /*display: block;*/
    /*font-size: 15px;*/
    /*margin: 0 auto;*/
    /*padding: 5px 30px;*/
    /*width: 25%;*/
    background-color: white;
    border: medium none;
    color: #fdc600;
    min-width: 50%;
}
button#toggleEdit span, button#screenshot span, button#export span {
    background-color: #231f20;
    border: medium none;
    color: #fdc600;
    display: block;
    font-size: 15px;
    /*margin: 0 auto;*/
    padding: 5px 30px;
    /*width: 45%;*/
}
#toggleEdit {
    padding-bottom: 15px;
}
/*button#toggleDraw {border: medium none; color:#231f20; background-color:#fdc600;padding: 5px 30px; margin-left:15px;}*/
legend {
    margin-bottom: 15px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    max-width: 100%;
}

#wPaint-container{
    z-index:100;
    position: absolute;
    background: none;
}
.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }

.ui-dialog{
    z-index:1000;
}
.tree li span{
    border: none;
}
.marker_color_picker {
    padding-left: 15px;
}
.marker_color_picker label{
    padding-right: 5px;
}

.strat_row{
    display:block;
}
.stratigraphy {
    display: block;
    vertical-align: middle;
}
.strat_num {
    display: inline-block;font-size: 8px;
}
.div_fragment_sol_pic{

}
.div_fragment_sol_pic img {
    max-height: 100px;
    max-width: 100px;
}
.div_fragment_sol_pic {
    display: inline-block;
    float: left;
    height: 120px;
    width: 135px;
}
.div_fragment_sol_pic[type='radio'] {
    display: inline-block;
    vertical-align: middle;
}
#fragment_solution_picture{
    display: inline-block;
    width: 100%;
}

.fragment_success_message{
    background-color: white;
    margin-left: 0;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: #CCC !important;
    border-right-color: #CCC !important;
    border-left-color: #CCC !important;
    margin-bottom: 10px;
    border-bottom-color: #CCC !important;
    height: 30px;
    line-height: 27px;
    color: #52ad45;
    padding-left: 10px;
}

.fragment-show-text {
    padding-top: 13px;
}

.fragment-title {
    color: #5d3636;
    padding-bottom: 15px;
    font-size: 18px;
    padding-left: 5px;
}
.fragment_success_message > a{
    color: black !important;
}

.number_span {
    background-color: #231f20;
    color: #fdc600;
    border-radius: 50px;
    margin-left: 0;
    margin-right: -10px;
    padding: 10px;
}

.upper_button_project{
    text-align:center;
    margin-bottom: 15px
}
.under_button_project{
    text-align:center;
}
.under_button_project button{
    background-color: #231f20;
    border: medium none;
    color: #fdc600;
    padding: 5px 30px;
}
#project_informations_description {
    margin-bottom: 15px;
}
.spinner {
    border: 10px solid #000000;
    border-top: 10px solid #fdc600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-top: 15px;
    animation: spin 2s linear infinite;
    margin-left: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#useUpload{
    margin-left: 5%;
}
.square-align{
    display: inline-block;
    text-align: center;
    padding: 10px;
    background-color: #fdc600;
    color: black;
    font-size: 15px;
    cursor: pointer;
    margin-right: 1%;
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}
#image {
    width: 100%;
}
.solutionLinked {
    box-shadow: 0 0 0 1px #fdc600, 18px -10px 70px -15px #fdc600 inset;
}
#solutionSection {
    display: none;
}
.popover-content {
    padding: 7px;
}
.btn-add-treeview{
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    border: none;
    color: #ffffff;
    line-height: 35px;
    margin-top: 6px;
    height: 34px;
    width: 30px;
    cursor:pointer;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #FDC617; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

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

.required:after {
    content:" *";
}
.fragmentSolutionNestable .dd3-item button{
        margin-left: 0;
}
.opacity{
        opacity: 0.5;
}
.projectFragmentsTitles legend{
    color: #2ea8e5;
    text-align: center;
    margin-left: 0 !important;

}
.projectFragmentsTitles{
    padding-top: 10px;
}
.modelCategoryTitle {
    cursor: pointer!important;
}
.modelFragment {
    cursor: pointer!important;
}
.modelCategoryTitle:hover {
    box-shadow:0 0 0 -15px #2400fd, 0 0 19px 0 #2800fd40 inset!important;
}
#fragment-model-treeview .modelFragment .dd3-content:hover {
    box-shadow:0 0 0 -15px #2400fd, 0 0 19px 0 #2800fd40 inset!important;
}
#fragment-model-treeview .modelFragment .fragmentSolution:hover {
    box-shadow:none!important;
}
#fragment-model-treeview .no-effect .modelFragment .dd3-content:hover {
    box-shadow:none!important;
}
.no-effect .modelCategoryTitle:hover {
    box-shadow:none!important;
}
.no-effect .modelCategoryTitle {
    cursor: default!important;
}
.no-effect .modelFragment {
    cursor: default!important;
}
.float-right{
    float: right;
}
.model-icon:hover{
    color:#2ea8e5;
}
.model-icon:active{
    color:#FDC617;
}
#observations_select{

}
#observations_textarea{
    border-top: 1px solid grey;
    margin-top: 10px;
    padding-top: 5px;
}
#solution_note{
    width:100%;
}
.username{
    float:right;
    margin: 15px;
}
.individual_filtering{
    width:100%!important;
}
#content #list-enterprises{
    margin-bottom:55px;
}
#content #list-languages{
    margin-bottom:55px;
}
.sharedProject{
    box-shadow: 0 0 0 -10px #f9f9f9, 22px -11px 87px -13px #1000ff66 inset;
}
.modal-content{
    overflow: hidden;
}
#user_languagesAvailable
{
    height: 100px;
}
.importantLabel {
    color: red;
}
#presolutionView {
    display:none;
}
#presolutionsList {
    overflow: scroll;
}
.archives{
    background: url('/img/log-512.png');
    width: 20px;
    height: 20px;
    background-size: contain;
}
.presolutionsSelectedFixed {
    position: fixed;
    width: 90%;
    z-index: 9;
    bottom: 22px!important;
    left: 195px;
}
@media (max-width:768px) {

    .presolutionsSelectedFixed {
        position: fixed;
        width: 100%;
        z-index: 9;
        bottom: 22px!important;
        left: 0;
    }
}
.tableTab {
    display:none;
}
.importNav {
    display:none;
}
.stepwizard-step p {
    color: #666;
    margin: 0 0 19px!important;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 5px;
    height: auto;
}
.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.has-category-parent{
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    margin: auto;
}
.has-category-parent.color-green{
    background: #739e73;
}
.has-category-parent.color-red{
    background: #a90329;
}
.txt-info-mail-user {
    display: flex;
    align-items: center;
}
.txt-info-mail-user i{
    color: #0a6aa1;
}
.txt-info-mail-user p{
    margin-left: 10px;
    font-style: italic;
    color: #0a6aa1;
}
.min-height-select {
    min-height: 120px;
}
.input-checkbox-container-custom input{
    background-image: url('../img/add.png');
    background-position: center;
    background-repeat: no-repeat;
}
.input-checkbox-container input:checked,  .input-checkbox-container-custom input:checked{
    background-image: url('../img/check.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FCB52A;
}
@media (min-width: 640px) {
    .custom-btn-project-simplify-hp {
        display: none;
    }
}
.custom-btn-project-simplify-hp{
    padding: 20px;
}
.custom-btn-project-simplify-hp a{
    background-color: #FCB52A;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: 600;
    border: none;
    color: white;
    padding: 20px;
    box-shadow: 0 6px 40px -3px rgba(0,0,0,0.1);
}
.custom-btn-project-simplify-hp:hover{
    opacity: 0.8;
}

#loadingModal p {
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
}

.menu-item-parent {
    max-width: 150px;
}
.center-menu {
    display: flex;
    align-items: center;
}
.warning-message-image {
    text-align: center;
}
.content-warning-message-image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #FFB400;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 180, 0, 0.1);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.content-warning-message-image img {
    width: 64px;
}
.content-warning-message-image p {
    padding: 0 10px;
    margin: 0;
    color: #FFB400;
    font-size: 16px;
    font-weight: bold;
}


