a{color:inherit;}a:hover{text-decoration:none;}a:focus,input:focus,button:focus{outline:none;}.danger{color:#d9534f;text-align:center;}.warning{color:#f0ad4e;}.success{color:#5cb85c;}hr{border-style:solid;border-color:#0b56a4;opacity:0.5;}.dashboard-btn{margin-top:20px;background:none;box-shadow:none;border-radius:0;border:1px solid #e4e4e4;background-color:#fff;cursor:pointer;display:block;transition:all 0.3s;}.dashboard-btn:hover,.dashboard-btn.selected{color:#0b56a4;border-color:#0b56a4;}.dashboard-btn.add-btn{margin-left:30px;width:150px;}.return-btn{margin-top:20px;background:none;box-shadow:none;border-radius:0;border:1px solid #0b56a4;background-color:#fff;color:#0b56a4;cursor:pointer;width:100%;display:block;text-align:center;transition:all 0.3s;margin-bottom:20px;}.return-btn:hover{background-color:#0b56a4;color:#fff;}.cancel-btn{margin-top:20px;background:none;box-shadow:none;border-radius:0;border:1px solid #d9534f;background-color:#fff;color:#d9534f;cursor:pointer;padding:15px;width:100%;display:block;text-align:center;transition:all 0.3s;}.cancel-btn:hover{background-color:#d9534f;color:#fff;border-color:#d9534f;}.btn-to-action{border:1px solid #ccc;cursor:pointer;padding:5px;transition:all 0.3s;background-color:transparent;}.btn-to-action:hover{color:#0b56a4;border-color:#0b56a4;}.full-screen{width:100%;height:100%;}.input-border-red{border-color:#d9534f;}.heading{font-size:16px;color:#0b56a4;margin:5px 0;}.heading .subheading{font-size:14px;color:#000;}.cont-table-inter{overflow:auto;/********************//* DASHBOARD LAYOUT *//********************/}html{height:100%;/********************//*      AUTRES      *//********************/}html body{height:100%;font-size:12px;}html body .dashboard-wrap{height:100%;}html body .dashboard-wrap header{background-color:#e4e4e4;height:45px;}html body .dashboard-wrap header div,html body .dashboard-wrap header .cont-logo,html body .dashboard-wrap header .cont-link{height:100%;}html body .dashboard-wrap header .cont-logo{display:flex;align-items:center;justify-content:flex-start;}html body .dashboard-wrap header .cont-logo img{width:auto;max-width:100%;max-height:90%;}html body .dashboard-wrap header .cont-link{display:flex;align-items:center;justify-content:flex-end;margin:0;}html body .dashboard-wrap header .cont-link li{margin-left:10px;height:100%;}html body .dashboard-wrap header .cont-link li a{display:block;padding:0 10px;height:100%;display:flex;align-items:center;justify-content:flex-start;}html body .dashboard-wrap header .cont-link li a:hover{transition:all 0.3s;color:#0b56a4;background-color:#fff;}html body .dashboard-wrap header .cont-link li a span{margin-right:10px;}html body .dashboard-wrap .dev-warning{background-color:darkorange;color:white;display:flex;align-items:center;justify-content:center;padding-top:5px;padding-bottom:5px;}html body .dashboard-wrap .dev-warning p{margin:0;}html body .dashboard-wrap .dev-warning p a{font-weight:bold;}html body .dashboard-wrap .dev-warning p a:hover{color:white;}@media (max-width:767px){html body .dashboard-wrap .dev-warning p{display:flex;flex-direction:column;align-items:center;justify-content:center;}html body .dashboard-wrap .dev-warning p span{display:none;}}html body .dashboard-wrap .layout-main-cont .layout-row{height:100%;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu{background-color:#282726;position:relative;z-index:500;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu .toggle-btn{display:none;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav{position:sticky;top:0;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container{margin:0;color:#fff;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown{position:relative;border-bottom:1px solid #444;height:45px;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-title{display:flex;align-items:center;justify-content:flex-start;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-title i{margin-right:10px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .arrow-dropdown{border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:13px solid #717171;position:absolute;right:-15px;top:22.5px;transform:translate(0, -50%);margin-right:15px;display:none;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont{position:absolute;top:0;width:200px;background-color:#717171;padding-left:15px;padding-right:15px;z-index:-1;opacity:0;display:none;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont li{width:100%;height:45px;display:flex;align-items:center;justify-content:flex-start;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont li a{display:flex;width:100%;height:100%;align-items:center;justify-content:flex-start;border-bottom:1px solid #444;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont li a:hover{color:#0b56a4;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont li:last-child a{border:none;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont .close-under-menu{display:none;border:none !important;}@media (max-width:767px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont .close-under-menu{display:flex;align-items:center;justify-content:flex-end;color:#fff;padding-right:15px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont .close-under-menu i{margin-right:5px;}}@media (max-width:991px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown{justify-content:center;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-title i{margin-right:0;font-size:16px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-title span{display:none;}}@media (max-width:767px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu{position:fixed;top:0;bottom:0;transform:translate(-100%, 0);transition:all 0.2s;z-index:500;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu .toggle-btn{display:flex;align-items:center;justify-content:flex-end;height:45px;color:#fff;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu .toggle-btn i{margin-right:5px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown{justify-content:flex-start;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-title i{margin-right:10px;font-size:12px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-title span{display:block;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .arrow-dropdown{display:none;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .dropdown-cont{position:fixed;width:100% !important;left:0 !important;right:0;bottom:0;transform:translate(-100%, 0);transition:all 0.2s;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .close-under-menu{display:flex;align-items:center;justify-content:flex-end;color:#fff;padding-right:15px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-menu nav .menu-container .dropdown .close-under-menu i{margin-right:5px;}}html body .dashboard-wrap .layout-main-cont .layout-row .toggle-open{display:none !important;}@media (max-width:767px){html body .dashboard-wrap .layout-main-cont .layout-row .toggle-open{display:initial !important;height:40px;line-height:40px;text-align:center;width:20px;background-color:#282726;color:#fff;position:fixed;left:0;top:85px;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer;z-index:1;}}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}@media (max-width:575px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc{flex-direction:column;justify-content:center;}}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc h1{margin-top:15px;margin-bottom:5px;font-size:30px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc .cont-lang{display:flex;align-items:center;justify-content:flex-end;margin-top:10px;}@media (max-width:767px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc .cont-lang{width:100%;}}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc span.lang{border:1px solid #e4e4e4;padding:5px;border-radius:0.25rem;margin:5px;cursor:pointer;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc span.lang:hover{transition:all 0.3s;border-color:#0b56a4;color:#0b56a4;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc span.lang.active{border-color:#0b56a4;color:#0b56a4;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc hr{width:100%;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .presentation-bloc p{margin-bottom:10px;text-align:justify;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard{margin-top:30px;}@media (max-width:991px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard{margin-top:20px;}}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .heading-bloc{font-size:26px;font-weight:bold;text-align:left;height:100%;display:flex;align-items:center;justify-content:flex-start;}@media (max-width:991px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .heading-bloc{text-align:center;justify-content:center;margin-bottom:5px;}}@media (max-width:767px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .heading-bloc{font-size:30px;}}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .col-grid-bloc .grid-bloc{width:100%;display:block;text-align:center;background-color:#eee;border:1px solid #eee;transition:all 0.3s;padding:15px;margin:10px 0;font-size:15px;}@media (max-width:991px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .col-grid-bloc .grid-bloc{margin:5px 0;}}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .col-grid-bloc .grid-bloc .title-bloc{font-size:22px;font-weight:bold;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .col-grid-bloc .grid-bloc .icon-bloc{margin:40px 0;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .col-grid-bloc .grid-bloc .info-bloc{font-size:24px;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .col-grid-bloc .grid-bloc:hover{color:#0b56a4;background-color:#fff;border-color:#0b56a4;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .btn-col .btn-show{cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;border-radius:0;background-color:#0b56a4;border:1px solid #0b56a4;color:#fff;margin:10px 0;padding:15px;font-size:15px;transition:all 0.3s;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .btn-col .btn-show:hover{background-color:#fff;color:#0b56a4;}@media (max-width:991px){html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .grid-blocs .row.homedashboard .btn-col .btn-show{margin:5px 0;}}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .home-boards thead th{padding-left:8px !important;}html body .dashboard-wrap .layout-main-cont .layout-row .layout-content .home-boards tbody{color:#d9534f;}.log-line{padding:5px;font-family:'Helvetica', 'Arial';}.log-line .log-date{font-size:16px;color:#0b56a4;margin-bottom:5px;}.log-line .log-ip{color:#e4e4e4;margin-bottom:5px;}.log-line .log-msg{font-family:'Helvetica', 'Arial';}.log-line .log-msg .log-type{font-size:14px;color:#0b56a4;margin-bottom:15px;}.log-line .log-msg .log-content{margin-bottom:2px;}.log-line .log-msg .log-content .log-key{font-weight:bold;margin-right:5px;}.log-line .log-msg .log-content .log-val{margin-left:5px;}.log-line .log-msg .log-content .log-val .highlighted{color:#0b56a4;}table tbody td{vertical-align:middle !important;}table tbody td a{color:#0b56a4;}table tbody td a:hover{color:#0b56a4;text-decoration:underline;}.title-import{text-align:center;font-size:20px;}.details-import{text-align:center;font-size:16px;}.details-import .bold{font-weight:bold;}.cont-table-import{overflow:auto;position:relative;}.cont-table-import table{margin:20px auto 10px;}.cont-table-import table tr th,.cont-table-import table tr td{white-space:nowrap;padding:10px;}.cont-table-import .more-lines{display:flex;align-items:center;justify-content:center;margin-bottom:10px;position:sticky;left:50%;transform:translateX(-50%);width:fit-content;}.cont-table-import .more-lines .circle{height:10px;width:10px;background-color:lightgray;margin-left:5px;margin-right:5px;border-radius:100%;}.loader-cont-import-initial{display:none !important;}.loader-cont-import{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.5);display:flex;align-items:center;justify-content:center;}.loader-cont-import .loader{border:5px solid #9a9a9a;border-top:5px solid #0b56a4;border-radius:50%;width:40px;height:40px;animation:loading-catalog 1.3s linear infinite;}.form-import{display:flex;flex-direction:column;align-items:center;justify-content:center;}.form-import input{background-color:#282726;border:2px solid #282726;color:#fff;padding:5px 10px;}.form-import button{width:initial !important;padding:5px 10px;font-size:14px;}.form-import .submit-btn{width:300px !important;padding:10px;font-size:15px;background-color:#0b56a4;color:#fff;}.form-import .submit-btn:hover{background-color:transparent;color:#0b56a4;}.cont-import{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;position:fixed;bottom:0;right:0;width:100%;background-color:rgba(0, 0, 0, 0.7);padding:20px;}.cont-import button,.cont-import a{font-size:15px;padding:10px;width:300px;margin-top:0;margin-left:20px;}@media (max-width:991px){.cont-import button,.cont-import a{width:200px;}}@media (max-width:767px){.cont-import button,.cont-import a{width:100%;margin-left:0;margin-bottom:20px;}.cont-import button:last-child,.cont-import a:last-child{margin-bottom:0;}}.cont-import button,.cont-import .import-btn{background-color:#0b56a4;color:#fff;}.cont-import button:hover,.cont-import .import-btn:hover{background-color:#fff !important;color:#0b56a4;}.modal-content{max-height:90vh;}.modal-body{overflow:auto;-webkit-overflow-scrolling:touch;}.modal-body .modal-search-cont{display:flex;align-items:center;justify-content:flex-start;}.modal-body .modal-search-cont input{width:100%;}#waitingOverlay{display:none;top:0;bottom:0;right:0;left:0;position:absolute;z-index:7000;background:#fff;-moz-opacity:0.85;filter:alpha(opacity=85);opacity:0.85;}#waitingOverlay .loader-cont{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}#waitingOverlay .loader-cont.loader-fixed{position:fixed;transform:translate(200%, -50%);}#waitingOverlay .loader-cont .loader{border:5px solid #f3f3f3;border-top:5px solid #0b56a4;border-radius:50%;width:40px;height:40px;animation:loading-catalog 1.3s linear infinite;}@keyframes loading-catalog{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.login-page{background-color:#282726;}.login-page .login-form-container{padding-top:100px;max-width:400px;margin:0 auto;}.login-page .login-form-container .login-form{background-color:#fff;}.login-page .login-form-container .login-form .login-form-head{padding:15px;background-color:#0b56a4;background-repeat:repeat;position:relative;}.login-page .login-form-container .login-form .login-form-head h1{font-family:'bebas_neueregular', 'Helvetica', 'Arial';letter-spacing:2px;text-align:center;font-size:30px;text-transform:uppercase;color:#fff;margin-bottom:0;}.login-page .login-form-container .login-form .login-form-content{padding:0 5px 20px 5px;background-color:#eee;}.login-page .login-form-container .login-form .login-form-content label{margin:15px 0 10px 0;}.login-page .login-form-container .login-form .login-form-content input{display:block;width:100%;height:40px;padding:5px;color:#0b56a4;border:1px solid #ccc;}.login-page .login-form-container .login-form .login-form-content input.submit{color:#000;}.login-page .login-form-container .login-form .login-form-content input.submit:hover{transition:all 0.3s;color:#0b56a4;}.login-page .login-form-container .login-form .login-form-content input:focus{outline:none;}.forms label{margin:15px 0 5px 0;font-weight:bold;}.forms label[for=back]{display:none;}.forms .img-zoom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.7;z-index:3;display:none;}.forms .group-submit{position:fixed !important;bottom:0;right:0;top:unset !important;left:unset !important;background-color:rgba(0, 0, 0, 0.7);z-index:100;transform:none !important;}.forms .group-submit input,.forms .group-submit a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.forms .display-none{display:none !important;}.forms .grid-item-content{width:100%;}.forms .bloc-form{display:block;margin-top:40px;padding:0 15px;margin:10px 0;padding-bottom:15px;background-color:#eee;}.forms .bloc-form .form-control{font-size:12px;font-family:'Helvetica', 'Arial';}.forms .bloc-form .form-control:focus{box-shadow:none;border-color:#0b56a4;}.forms .bloc-form .fontAwesome{font-family:FontAwesome;font-size:1.8em;}.forms .bloc-form .file-content label{margin:15px 0 5px 0;display:block;font-weight:bold;width:100%;}.forms .bloc-form .file-content label.file-label{max-width:200px;background-color:transparent;cursor:pointer;padding:35px 0;border:2px dashed #e4e4e4;text-align:center;}.forms .bloc-form .file-content label.file-label:hover{transition:all 0.3s;background-color:#fff;border-color:#e4e4e4;}.forms .bloc-form .file-content label.file-label:hover .file-label-content{transition:all 0.3s;color:#0b56a4;}.forms .bloc-form .file-content label.file-label.uploaded{padding:0;border:none;}.forms .bloc-form .file-content label.file-label .file-label-content{color:#e4e4e4;}.forms .bloc-form .file-content label.file-label .file-label-content i{font-size:30px;}.forms .bloc-form .file-content label.file-label #img-preview{display:none;width:100%;}.forms .bloc-form .file-content label.file-label #new-img{font-weight:bold;display:none;}.forms .bloc-form .file-content span.comment{font-size:10px;color:#0b56a4;}.forms .bloc-form .file-content #file-name{color:#5cb85c;}.forms .bloc-form .file-content .file-title{font-weight:bold;display:none;}.forms .bloc-form .file-content .dashboard-btn{margin-top:0px;font-weight:normal;}.forms .bloc-form .file-content .preview{position:relative;margin:5px;}.forms .bloc-form .file-content .preview .img-preview{max-width:100px;}.forms .bloc-form .file-content .preview .suppr-existing-img{position:absolute;top:0;left:0;padding:0 5px;border:1px solid #d9534f;background-color:#d9534f;color:#fff;z-index:2;}.forms .bloc-form .file-content .preview .suppr-existing-img:hover{transition:all 0.3s;background-color:#fff;color:#d9534f;}.forms .bloc-form .file-content #warning-info{color:#f0ad4e;font-weight:bold;}.forms .bloc-form input{font-family:'Helvetica', 'Arial';width:100%;height:30px;padding:5px;border-style:solid;border-width:1px;border-color:#e4e4e4;}.forms .bloc-form input.cgu-checkbox{width:auto;height:auto;}.forms .bloc-form input:focus{outline:none;transition:all 0.3s;border-color:#0b56a4;}.forms .bloc-form input[type="file"]{width:0.1px;height:0.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1;}.forms .bloc-form input[type="file"].pdf-file-input{width:auto;height:auto;opacity:1;position:relative;z-index:1;}.forms .bloc-form .existing-img{margin-top:15px;max-width:200px;position:relative;}.forms .bloc-form .existing-img img{height:100%;}.forms .bloc-form .existing-img .img-zoom{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;z-index:1;position:relative;width:100%;height:200px;background-size:100%;background-repeat:no-repeat;background-position:top;}.forms .bloc-form .existing-img .img-zoom:hover{cursor:zoom-in;}.forms .bloc-form .existing-img .img-zoom.z-transition:hover{cursor:zoom-out;}.forms .bloc-form .existing-img .z-transition{background-position:center;-webkit-transform:scale(3);-moz-transform:scale(3);-o-transform:scale(3);transform:scale(3);}.forms .bloc-form .existing-img .suppr-existing-img{position:absolute;top:0;right:0;padding:0 5px;border:1px solid #d9534f;background-color:#d9534f;color:#fff;z-index:2;}.forms .bloc-form .existing-img .suppr-existing-img:hover{transition:all 0.3s;background-color:#fff;color:#d9534f;}.forms .bloc-form .model-select-btn{margin-top:0;margin-bottom:10px;width:200px;}.forms input.field-submit{cursor:pointer;width:100%;border-radius:0;background-color:#0b56a4;border:1px solid #fff;color:#fff;margin:20px auto;}.forms input.field-submit:hover{transition:all 0.3s;color:#0b56a4;border-color:#0b56a4;background-color:#fff;}.forms #form-in-process{display:none;position:absolute;top:40%;left:25%;}.forms .field-back{width:100%;padding:15px;background-color:#0b56a4;border:1px solid #fff;color:#fff;margin-top:20px;margin-bottom:40px;text-align:center;}.forms .field-back:hover{transition:all 0.3s;color:#0b56a4;border-color:#0b56a4;background-color:#fff;}.forms .txteditable h3{color:#0b56a4;font-weight:bold;font-size:26px;font-family:'Helvetica', 'Arial';}.forms .txteditable div{font-family:'Helvetica', 'Arial';font-size:12px;}.forms .txteditable b{font-weight:bold;color:#0b56a4;}.forms .txteditable i{font-style:italic;}.forms .txteditable ul li:before{content:'- ';}.forms .txteditable .ui-sortable{cursor:move;}.forms .txteditable .basic-text-area{display:block;resize:none;width:100%;min-height:290px;border:1px solid #d1d1d1;border-radius:5px;box-sizing:border-box;}.forms .report-form{display:flex;align-items:baseline;float:right;min-width:60%;}.forms .report-form .report-control{margin-right:10px;}.forms .modal{padding:0 !important;}.forms .modal .modal-dialog{width:90%;margin:1.75rem auto;}.forms .modal .modal-body .input-filter-selection{font-size:12px;font-family:'Helvetica', 'Arial';padding:5px;border:solid 1px #ccc;border-radius:0.25rem;margin:10px 0 10px 10px;}.forms .modal .modal-body .list-group-item:hover{cursor:pointer;background-color:#eee;}.forms .modal .modal-body .list-group-item span{margin-left:10px;}.dashboard-btn{display:block;text-align:center;padding:5px 0;width:100%;}.dashboard-btn-return{margin-top:20px;background:none;box-shadow:none;border-radius:0;border:1px solid #0b56a4;background-color:#fff;color:#0b56a4;cursor:pointer;padding:15px;width:100%;display:block;text-align:center;transition:all 0.3s;margin-bottom:20px;}.dashboard-btn-return:hover{background-color:#0b56a4;color:#fff;}.dashboard-btn-valid{cursor:pointer;width:100%;padding:15px;background-color:#0b56a4;border:1px solid #fff;color:#fff;margin:20px auto;display:block;line-height:1.5;background-clip:padding-box;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}.dashboard-btn-valid:hover{transition:all 0.3s;color:#0b56a4;border-color:#0b56a4;background-color:#fff;}.form-control-datatable{font-size:12px;font-family:'Helvetica', 'Arial';padding:5px;border:solid 1px #e4e4e4;border-radius:0.25rem;}.form-control-datatable:focus{box-shadow:none;border-color:#0b56a4;}table{margin:20px 0;border:1px solid #e4e4e4;}table i.fa-times{font-style:normal !important;color:#d9534f;margin:0 2px;padding:5px;border:1px solid #ccc;transition:all 0.3s;}table i.fa-times:hover{border-color:#0b56a4;color:#0b56a4;}table thead tr th{font-weight:bold;}table thead tr th,table thead tr td{color:#0b56a4;font-size:14px;}table tbody tr:nth-child(even){background-color:#eee;}table tbody tr th,table tbody tr td{border-top:none !important;}table tbody tr th{font-weight:bold;font-size:14px;}table tbody tr td.options{float:right;}table tbody tr td.options .out_of_stock_msg{cursor:pointer;}table tbody tr td.options i{margin:0 2px;padding:5px;border:1px solid #e4e4e4;transition:all 0.3s;}table tbody tr td.options i:hover{border-color:#0b56a4;color:#0b56a4;}table tbody tr span.fa-sort{margin-right:10px;}table tbody.sortable{cursor:move;}#promo_response{margin-top:15px;}#search_ref_product{display:inline-block;width:80%;}.product-select-btn{display:inline-block;font-style:normal !important;font-size:16px;margin-left:5px;cursor:pointer;transition:all 0.3s;}.product-select-btn:hover{color:#0b56a4;}.layout-table-container{overflow-x:auto;}.layout-table-container .layout-table{overflow:hidden;width:100%;}.layout-table-container .layout-table thead{border:1px solid #ccc;}.layout-table-container .layout-table tr th{padding:5px;}.layout-table-container .layout-table tr td{padding:5px;min-width:100px;}.layout-table-container .layout-table tr td input{width:50px !important;display:inline;}.layout-table-container .layout-table tr td select{width:100%;}.layout-table-container .layout-table tbody tr:nth-child(even){background-color:#fff;}.layout-table-container .layout-table tbody tr:nth-child(odd){background-color:#eee;}tr.total-line{color:#fff !important;background-color:#0b56a4 !important;}html.no-flexbox .row{/* IE < 10, Opera *Presto* Desktop (Now dead) */display:table;/* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */display:-webkit-box;/* Firefox 2 - 27 (2009 Spec), UCMini Android */display:-moz-box;/* IE10 (2012 Syntax) */display:-ms-flexbox;/* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */display:-webkit-flex;display:block;/* Edge 12+, Firefox 28+, Blink, Safari 9+, Opera Mini 8+ */display:flex;}html.no-flexbox .row:after{content:'';width:100%;display:block;clear:both;}html.no-flexbox div[class^='col-'],html.no-flexbox div[class*=' col-']{display:block;float:left;}.board .dataTables_length label{margin:20px 0;}.board input[type="search"]{margin-top:20px;}.board .table-head-line{display:inline-block;margin:5px 15px;}.board .table-head-line i{display:inline-block;margin:0 5px;font-size:16px;cursor:pointer;}.board .table-head-line select.form-control{width:auto;height:auto;font-size:12px;display:inline-block;margin:0 5px;}.board .paginate_button.current{background:none !important;border-color:#0b56a4 !important;}.board .paginate_button.current:hover{background:#fff !important;background-color:#fff !important;}.board .paginate_button:hover{border-color:#0b56a4 !important;background:#0b56a4 !important;background-color:#0b56a4 !important;}table.dataTable tbody th,table.dataTable tbody td{vertical-align:middle;}.dataTables_paginate{float:inherit !important;text-align:center !important;margin-top:calc((60px - 35px)/2) !important;}.dataTables_filter > label{text-align:center !important;}.dataTables_info{margin-top:calc((58px - 27.05px)/2) !important;}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#0b56a4;}.datepicker-top-left,.datepicker-top-right{border-top-color:#0b56a4;}.datepicker-panel > ul > li.picked,.datepicker-panel > ul > li.picked:hover{color:#0b56a4;}.datepicker-panel > ul > li.highlighted,.datepicker-panel > ul > li:hover{background-color:#eee;}.stats .options{border:1px solid #e4e4e4;background-color:#eee;padding:10px;}.stats .options .vcenter{align-items:center;display:flex;}@media (max-width:767px){.stats .options .vcenter{justify-content:center;}}.stats .options .header-stats{font-size:16px;display:block;}@media (max-width:991px){.stats .options .header-stats{margin:10px auto;text-align:center;font-size:22px;}}.stats .options input[type=text]{margin-left:10px;height:30px;padding:5px;border:1px solid #e4e4e4;border-radius:0.25rem;}.stats .options input[type=text]:focus{border-color:#0b56a4;}.stats .options .dates-part{margin:20px 0;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;}@media (max-width:575px){.stats .options .dates-part{justify-content:center;flex-direction:column;}}.stats .options .dates-part .start-date{margin-right:15px;}@media (max-width:575px){.stats .options .dates-part .start-date{margin-right:0;}}@media (max-width:991px){.stats .options .dates-part .start-date,.stats .options .dates-part .end-date{margin-bottom:10px;}}.stats .options .infos-part{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;}@media (max-width:991px){.stats .options .infos-part{flex-wrap:wrap;}}@media (max-width:767px){.stats .options .infos-part{justify-content:space-between;}}.stats .options .infos-part .status-part{display:flex;align-items:center;justify-content:flex-start;margin:0;margin-right:30px;}.stats .options .infos-part .status-part:last-child{margin-right:0;}@media (max-width:991px){.stats .options .infos-part .status-part{margin:0;margin-right:30px;margin-bottom:10px;}}@media (max-width:767px){.stats .options .infos-part .status-part{margin-right:0;}.stats .options .infos-part .status-part.status,.stats .options .infos-part .status-part.technician{width:45%;}.stats .options .infos-part .status-part.client{width:100%;}}@media (max-width:575px){.stats .options .infos-part .status-part{width:100% !important;}.stats .options .infos-part .status-part .head-status{width:20%;}}.stats .options .infos-part .status-part select{font-size:12px;}.stats .options .infos-part .order-part{display:flex;align-items:center;justify-content:flex-start;}@media (max-width:991px){.stats .options .infos-part .order-part{margin-bottom:10px;}}.stats .options .infos-part .head-status{margin-right:10px;}.stats .options .days-part{display:inline-block;vertical-align:middle;margin-top:30px;margin-left:40px;width:200px;}@media (max-width:991px){.stats .options .days-part{margin:20px auto;}}@media (max-width:767px){.stats .options .days-part{text-align:center;}}.stats .options .days-part span{display:inline-block;height:40px;width:40px;border:1px solid #0b56a4;text-align:center;line-height:40px;margin:0 5px;background-color:#fff;cursor:pointer;transition:all 0.3s;}.stats .options .days-part span:hover{background-color:#0b56a4;color:#fff;}.stats .options .days-part span.selected{background-color:#0b56a4;color:#fff;}.stats .options .view-part{display:inline-block;}@media (max-width:991px){.stats .options .view-part{margin:20px auto;}}.stats .options .view-part .head-view{display:inline-block;width:100px;}.stats .options .view-part .view{margin-top:5px;}.stats .options .view-part select{margin-left:5px;min-width:100px;height:30px;}.stats .options .view-part select.form-control{width:auto;display:inline-block;font-size:12px;}.stats .options .view-part select option{margin-left:5px;min-width:100px;height:30px;}.stats .options .view-part select:focus{outline:0;}.stats .options .search-part{display:inline-block;width:100%;}.stats .options .search-part input{padding:5px;width:100%;border:1px solid #e4e4e4;border-radius:0.25rem;}.stats .options .search-part input:focus{border-color:#0b56a4;}.stats .options .search-part #category-filter{margin-top:10px;}.stats .options .btns-part{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;}.stats .options .btns-part button,.stats .options .btns-part a{text-align:center;background-color:#fff;border:1px solid #0b56a4;padding:10px 15px;cursor:pointer;transition:all 0.3s;box-shadow:none;}@media (max-width:767px){.stats .options .btns-part button,.stats .options .btns-part a{display:block;width:100%;}}.stats .options .btns-part button:hover,.stats .options .btns-part a:hover{background-color:#0b56a4;color:#fff;}.stats .options .btns-part button:hover a,.stats .options .btns-part a:hover a{color:#fff;}.stats .options .btns-part button#apply-filter,.stats .options .btns-part a#apply-filter,.stats .options .btns-part button#delete-filter,.stats .options .btns-part a#delete-filter,.stats .options .btns-part button#export-correspondance,.stats .options .btns-part a#export-correspondance,.stats .options .btns-part button#export-csv,.stats .options .btns-part a#export-csv{min-width:150px;margin-left:5px;height:40px;}@media (max-width:991px){.stats .options .btns-part button#apply-filter,.stats .options .btns-part a#apply-filter,.stats .options .btns-part button#delete-filter,.stats .options .btns-part a#delete-filter,.stats .options .btns-part button#export-correspondance,.stats .options .btns-part a#export-correspondance,.stats .options .btns-part button#export-csv,.stats .options .btns-part a#export-csv{min-width:120px;margin-top:10px;}}@media (max-width:767px){.stats .options .btns-part button#apply-filter,.stats .options .btns-part a#apply-filter,.stats .options .btns-part button#delete-filter,.stats .options .btns-part a#delete-filter,.stats .options .btns-part button#export-correspondance,.stats .options .btns-part a#export-correspondance,.stats .options .btns-part button#export-csv,.stats .options .btns-part a#export-csv{margin-left:0;min-width:auto;}}.stats .options .btns-part button#apply-filter,.stats .options .btns-part a#apply-filter{background-color:#0b56a4;color:#fff;}.stats .options .btns-part button#apply-filter:hover,.stats .options .btns-part a#apply-filter:hover{background-color:#fff;color:#0b56a4;}.stats .options .btns-part input{text-align:center;background-color:#fff;border:1px solid #0b56a4;padding:10px 15px;cursor:pointer;transition:all 0.3s;box-shadow:none;width:150px;margin-left:5px;height:40px;}@media (max-width:991px){.stats .options .btns-part input{min-width:120px;margin-top:10px;}}@media (max-width:767px){.stats .options .btns-part input{width:100%;margin-left:0;}}.stats .layout-table-container{margin-top:20px;}.stats table.results{width:100%;}.stats table.results thead tr{height:25px;}.stats table.results thead tr th{text-align:center;}.stats table.results tbody tr td{padding:5px;text-align:center;vertical-align:middle;}.stats table.results tbody tr td.price-cell{text-align:right;}.stats .no-products{margin:40px 0;text-align:center;font-size:16px;color:#d9534f;}.stats .matched-products{margin-top:10px;}.id-th{padding:10px 26px 10px 10px !important;}.selected-line{background-color:#84bcf7 !important;}.boards .board .table thead th{padding-left:8px;}.boards .board .table tbody .badge{font-size:11px;}.intervention{padding-bottom:90px;}@media (max-width:575px){.intervention{padding-bottom:200px;}}.intervention .cont-detail-intervention p{margin:10px 0;line-height:2;}.intervention .cont-detail-intervention p span{font-weight:bold;color:#0b56a4;}.intervention .cont-table{overflow:auto;position:relative;}.intervention .cont-table::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius:10px;background-color:#f5f5f5;}.intervention .cont-table::-webkit-scrollbar{height:8px;background-color:#f5f5f5;}.intervention .cont-table::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .3);background-color:#9c9c9c;}.intervention .cont-table thead input.min-vue,.intervention .cont-table tfoot input.min-vue{display:none;}@media (max-width:575px){.intervention .cont-table thead input.normal-vue,.intervention .cont-table tfoot input.normal-vue{display:none;}.intervention .cont-table thead input.min-vue,.intervention .cont-table tfoot input.min-vue{display:initial;font-size:13px;}}.intervention .cont-table .halfHour{white-space:nowrap;overflow:hidden;padding:0;min-width:25px;text-align:center;}.intervention .cont-table thead tr td:first-child,.intervention .cont-table tbody tr td:first-child,.intervention .cont-table tfoot tr td:first-child{position:sticky;position:-webkit-sticky;left:0;background-color:#fff;}.intervention .cont-table tbody tr:nth-child(even) td:first-child{background-color:#eee !important;}.intervention .cont-table #hours td{text-align:center;}.intervention .cont-table #selectedHalfHour{background-color:rgba(11, 86, 164, 0.5) !important;color:#fff;}.intervention .cont-table .severalHalfHoursSelected{background-color:#0b56a4 !important;color:#fff;}.intervention .cont-table .form-control.field-submit{margin:0;}.intervention .cont-table thead tr td,.intervention .cont-table tfoot tr td{vertical-align:middle;}.intervention .cont-table td,.intervention .cont-table th{white-space:nowrap;}.min-date{display:none;}@media (max-width:575px){.min-date{display:initial;}.full-date{display:none;}}.initialize{display:none !important;}.popin-table-mobile{position:fixed;height:100%;width:100%;z-index:3000000000;top:0;left:0;background-color:rgba(138, 138, 138, 0.8);display:flex;align-items:center;justify-content:center;}.popin-table-mobile .cont-popin{position:relative;width:75%;background-color:white;padding:30px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}@media (max-width:575px){.popin-table-mobile .cont-popin{width:95%;}.popin-table-mobile .cont-popin .letters div{width:45% !important;margin-bottom:10px;}}.popin-table-mobile .cont-popin .close{position:absolute;top:5px;right:10px;}.popin-table-mobile .cont-popin .close i{font-size:20px;color:#0b56a4;}.popin-table-mobile .cont-popin .day{width:100%;}.popin-table-mobile .cont-popin .day p{text-align:center;font-size:20px;}.popin-table-mobile .cont-popin .time .beginning,.popin-table-mobile .cont-popin .time .ending{display:flex;align-items:center;justify-content:flex-end;margin-bottom:15px;}.popin-table-mobile .cont-popin .time .beginning p,.popin-table-mobile .cont-popin .time .ending p{margin:0;font-size:15px;}.popin-table-mobile .cont-popin .time .beginning p.sep-select,.popin-table-mobile .cont-popin .time .ending p.sep-select{margin-left:10px;}.popin-table-mobile .cont-popin .time .beginning select,.popin-table-mobile .cont-popin .time .ending select{width:70px;margin-left:10px;border:1px solid #0b56a4;}.popin-table-mobile .cont-popin .letters{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}.popin-table-mobile .cont-popin .letters p{width:100%;text-align:center;font-size:20px;}.popin-table-mobile .cont-popin .letters div{background-color:#0b56a4;color:#fff;cursor:pointer;height:40px;width:80px;display:flex;align-items:center;justify-content:center;font-size:15px;}.forms .apply{min-width:150px;height:40px !important;background-color:#0b56a4;color:#fff;border:1px solid #0b56a4;padding:10px 15px !important;cursor:pointer;transition:all 0.3s;margin-top:20px;}.forms .apply:hover{background-color:#fff;color:#0b56a4;}@media (max-width:991px){.forms .apply{min-width:120px;}}@media (max-width:767px){.forms .apply{min-width:auto;}}.boards .dataTables_wrapper .col-sm-12:last-of-type table{width:100% !important;}