/** ********************** GENERAL ********************** **/
.font-size-8{
    font-size: 8px!important;
}
.text-bold{
    font-weight: bold;
}
.btn-white {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 0px !important;
}

.alert-container {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 10000000;
}

.icon-container > * {
    margin-right: 20px;

}

.min-max-witdh-100 {
    min-width: 100px !important;
    max-width: 100px !important;
}

select {
    cursor: pointer !important;
}

.width-10-p {
    width: 10% !important;
}

.width-20-p {
    width: 20% !important;
}

.width-30-p {
    width: 30% !important;
}

.width-40-p {
    width: 40% !important;
}

.width-50-p {
    width: 50% !important;
}

.width-60-p {
    width: 60% !important;
}


.width-100-p {
    width: 100% !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.padding-sm {
    padding: 5px !important;
}

.no-margin {
    margin: 0 !important;
}

table.border-none tr td {
    border: none !important;
}

table tr.danger a, table tr.warning a {
    color: #fff !important;
}

.background-primary {
    background-color: #62a8ea;
    color: #fff !important;
}

.background-green {
    background-color: #9ACD32;
    color: #000000 !important;
}

.background-green a {
    color: #000000 !important;
}

.background-yellow {
    background-color: #FFFF66;
    color: #000000 !important;
}

.background-light-green {
    background-color: #46be8a !important;
    color: #fff !important;

}

.background-lightgrey {
    background-color: #EEE !important;
    color: #000000 !important;
}

.background-veryLightgrey {
    background-color: #F5F5F5;
    color: #000000;
}

.background-darker {
    background-color: #909090 !important;
    color: #000000 !important;
}

.background-blue {
    background-color: darkblue !important;
    color: white !important;
}

.background-orange {
    color: #fff !important;
    background-color: #E74E0F !important;
    font-variant: small-caps;
}

.background-white {
    background-color: #FFFFFF !important;
}

.background-red {
    background-color: #F96868 !important;
}

.background-warning {
    background-color: #F2A654 !important;
}

.border-red {
    border: solid #F96868 1px !important;
}

.border-red-bold {
    border: solid #F96868 2px !important;
}

.border-yellow {
    border: solid #FFCD41 2px !important;
}

.btn-hover:hover {
    background-color: #E2E6E8 !important;
}

.badge-piece {
    width: 100% !important;
    margin-bottom: 5px;
}

.input-montant {
    white-space: nowrap;
}

input.datepicker {
    min-width: 90px !important;
}

.disabled
{
    color: #808080 !important;
}

.datepicker {
    z-index: 9999 !important;
}

.nav-tabs > li > a {
    padding: 10px 15px !important;
}

.border-none:focus {
    border: #e6e6e6 solid 1px !important;
}

.border-none,
.border-none .select2 .selection .select2-selection {
    border: none !important;
}

.pointInfo .tooltip-inner {
    max-width: 500px !important;
    text-align: left !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help !important;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}
.table-vertical-align-middle td{
    vertical-align: middle !important;
    line-height: 1.57142857 !important;
}
/*.height-calc {*/
/*height: 28px !important;*/
/*}*/

.line-height-08 {
    line-height: 0.8;
}

.display-flex {
    display: flex !important;
}

.td-warning {
    border: double #E74E0F !important;
}

.td-danger {
    border: double #F96868 !important;
}

.hellipsis-sm {
    display: none;
}

@media (max-width: 1650px) {
    .hellipsis-sm {
        display: inherit;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .hellipsis-md {
        display: none;
    }
}

.col-center {
    float: none;
    margin: 0 auto;
}

.no-decoration, .no-decoration:hover, .no-decoration:visited, .no-decoration:focus {
    text-decoration: none;
    color: inherit;
}

.send-mail[data-mailto]:not([data-mailto=""]) {
    cursor: pointer;
}

/** ********************** LOGIN ********************** **/
.page-login-container {
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*height: 100vh;*/
    /*width: 100vw;*/
}

.page-login-container .logo {
    background: url('../img/logo-white-512.png') no-repeat center;
    background-size: contain;
    height: 95px;
    width: 133px;
}

.page-login-container > .login-container > .logo {
    margin: 10px 20px;
    /*border-right: solid 1px rgba(255, 255, 255, 0.10);*/
    position: absolute;
    right: 0;
    top: 0;
}

.page-login-container .login .logo {
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .page-login-container > .login-container > .logo {
        display: none;
    }

    .login-container {
        width: 90vw;
        padding-top: 10px;
        margin-left: 5vw;
    }
}

@media (min-width: 767px) {
    .login-container {
        width: 40vw;
        padding-top: 20px;
    }

    .page-login-container .login .logo {
        display: none;
    }
}

@media (min-width: 1199px) {
    .login-container {
        width: 20vw;
        padding-top: 100px;
    }
}

.page-login-container .login {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

/*.login-container .col-home-actu {*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
/*}*/

.login-container .col-home-navigation {
    margin-top: 15px;
}

/** ********************** NAVBAR ********************** **/
.site-navbar {
    display: none;
}

@media (max-width: 767px) {
    .site-navbar {
        display: inherit;
    }

    .menu-navbar-header {
        display: none;
    }
}

@media (max-width: 1199px) {
    .menu-navbar-header {
        display: none;
    }
}

.navbar-toggle .wb-more-horizontal {
    display: none;
}

/** ********************** FLEX ********************** **/
.flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}

/** ********************** AVATAR ********************** **/
.avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 15px;*/
}

.circular {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #e8e8e8;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}

/** ********************** FICHE ANNUAIRE ************ **/
.annuaire-fiche-container {
    width: 100%;
}

@media (min-width: 768px) {
    .annuaire-fiche-container {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .annuaire-fiche-container {
        width: 25%;
    }
}

@media (min-width: 1450px) {
    .annuaire-fiche-container {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .annuaire-fiche-container {
        width: 16.66666667%;
    }
}

@media (max-width: 720px) {
    .no-display-smartphone {
        display: none !important;
    }
}

@media (min-width: 721px) {
    .display-only-smartphone {
        display: none !important;
    }
}

.annuaire-switch {
    position: absolute;
    left: calc(50% - 75px);
    top: 45px;
    width: 150px;
    z-index: 1000;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.annuaire-switch .libelle {
    display: flex;
    align-items: center;
}

.annuaire-fiche {
    height: 100px;
    background: #d3d3d3;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    justify-content: center;

}

.annuaire-fiche .avatar {
    width: 70px;
    height: 90px;

}

.annuaire-fiche .avatar .non-circular {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
/ / #e8e8e8;
}

.annuaire-fiche .fiche-infos {
    margin-left: 5px;
    overflow-wrap: break-word;
    max-width: 150px;
    width: 150px;
    display: flex;
    align-items: center;
}

.fiche-infos-content {
    display: inline-block;
    height: 100%;
    width: 100%;
}

/*.annuaire-filtre-container{*/
/*display: flex;*/
/*align-items: stretch;*/
/*justify-content: center;*/
/*}*/
/*.annuaire-filtre-container input {*/
/*display: flex;*/
/*align-items: center;*/
/*}*/
/*poc*/
.annuaire-fiche.annuaire-fiche-2, .legend-societe[data-societe="2"] {
    background-color: #F9CB9C;
}

/*imo*/
.annuaire-fiche.annuaire-fiche-6, .legend-societe[data-societe="6"] {
    background-color: #B6D7A8;
}

/*pog*/
.annuaire-fiche.annuaire-fiche-3, .legend-societe[data-societe="3"] {
    background-color: #A4C2F4;
}

/*pop*/
.annuaire-fiche.annuaire-fiche-8, .legend-societe[data-societe="8"] {
    background-color: #B4A7D6;
}

/*poi*/
.annuaire-fiche.annuaire-fiche-1, .legend-societe[data-societe="1"] {
    background-color: #DD7E6B;
}

.legend-societe-container .legend-societe {
    border-radius: 0px;
}

.filtre-societe.current {
    font-weight: bold;
}

/** ********************** FORM ********************** **/
label {
    word-wrap: break-word;
}
.input-text-error {
    border: red solid 1px;
}

.select2-results__group {
    font-weight: bold !important;
}

/*.input-group {*/
/*max-width: 100%;*/
/*}*/

/** ********************** STAR CHECKBOX ********************** **/
.checkbox-custom input[type="checkbox"].checkbox-star:checked + label::after, .checkbox-custom input[type="radio"]:checked + label::after {
    font-family: 'Web Icons';
    content: "\f1a3";
    padding-top: 0px;
}

a.callDisplay,
a[data-toggle=collapse] {
    cursor: pointer;
    color: #3583ca !important;
}

/** ********************** SELECT2 ********************** **/
.select2-container .select2-search--inline {
    width: 100%;
}

/** ********************** REMARK ********************** **/
.input-group .form-control:last-child {
    /*height: auto;*/
    /*width: -moz-available;*/
    width: 100%;
}

.input-group-addon.input-group-addon-single:first-child {
    border-right-color: #c8cfd1 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/*td.vertical-align-top {*/
/*vertical-align: top !important;*/
/*}*/

/** ********************** TABLE ********************** **/
table.table-order thead tr th[data-sens] {
    cursor: pointer;
}

table.table-order thead tr th[data-sens=ASC]:after {
    content: "\f187";
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
}

table.table-order thead tr th[data-sens=DESC]:after {
    content: "\f186";
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
}

.background-gray {
    background-color: #ccd5db !important;
    color: #ccd5db;
}

.background-gray td {
    color: #76838f;
}

#alertes td, #marches td, #piecesAdministratives td {
    vertical-align: middle;
}

#alertes th, #marches th, #piecesAdministratives th {
    vertical-align: middle;
    text-align: center;
}

.annuaire-content td {
    vertical-align: middle !important;
}

/** ********************** MODAL FULL SCREEN ********************** **/
.modal-fs {
    overflow-y: auto !important;
    /*background: white !important;*/
}

.modal-fs .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-fs .modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
}

/** ********************** CARNET ADRESSE ********************** **/
.filtre-lettre {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.filtre-lettre a {
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-radius: 0;
    padding-top: 6px;
}

.filtre-lettre a:first-child {
    width: 70px;
}

.filtre-lettre a.current, .filtre-lettre .filtre-first-letter.current {
    background-color: #006BD0;
    border-color: #006BD0;
}

.change-favori {
    cursor: pointer;
}

.item-communication {
    padding-bottom: 10px;
}

.select2-dropdown {
    z-index: 2000 !important;
}

/** ********************** PHOTOTHEQUE ACCORDION ********************** **/
#accordion .card-header a.collapsed:after {
    font-family: 'Web Icons';
    content: "\f18e";
}

#accordion .card-header a:not(.collapsed):after {
    font-family: 'Web Icons';
    content: "\f18f";
}

.td-vertical {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: left;
    height: 100px;
    width: 10px;
    font-size: 10px;
}

.table-striped-pieces > tbody > tr:nth-child(odd) > td,
.table-striped-pieces > tbody > tr:nth-child(odd) > th {
    background-color: #EEE;
    border-left-color: #CCC;
    border-right-color: #CCC;
}

/** ********************** SOUS-TRAITANT ********************** **/
#toggle-st-radies {
    cursor: pointer;
}

vertical-2 thead, #vertical-2 tbody {
    display: inline-block;
}

#modalSupp, #ajoutSt, #change-salaire-modal, #modalSuppGeneral {
    z-index: 9999 !important;
    height: 20% !important;
    margin: auto !important;
    width: 30% !important;
    border: 2px grey solid;
}

#change-salaire-modal {
    height: 50% !important;
}

#modalQualification {
    z-index: 9999 !important;
    height: auto !important;
    margin: auto !important;
    min-width: 60% !important;
    border: 2px grey solid;
}

#modalExport, #modalVeille, #modal-confirm   {
    border: 2px grey solid;
    /*height: 30% !important;*/
    margin: auto !important;
}

.exportExcel {
    margin-top: 10px !important;
    width: 400px !important;
}

#alerteSynthese td, #alerteSynthese th {
    text-align: center;
    vertical-align: middle;
}

.details-societe, .st-details {
    border: #62A8EA solid 2px;
}

/** ********************** FICHE DE DESIGNATION ********************** **/
#listeFiche th.liste-tri[data-tri=ASC]:after {
    content: "\f186";
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
}

#listeFiche th.liste-tri[data-tri=DESC]:after {
    content: "\f187";
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
}

.tableInterimaires th.liste-tri[data-tri=ASC]:after {
    content: "\f186";
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
}

.tableInterimaires th.liste-tri[data-tri=DESC]:after {
    content: "\f187";
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
}

#listeAlerteFd th,
#listeFiche th {
    /*background-color: #62a8ea;*/
    /*background-color: #444;*/
    color: #0c0500 !important;
    text-align: center;
    vertical-align: middle;

}

#listeAlerteFd thead tr.tr-filtres th,
#listeFiche thead tr.tr-filtres th {
    color: #526069 !important;

}

#listeFiche td, #listeFiche th {
    border: 1px solid #c8cfd1;
}

.td-align-center {
    text-align: center;
    vertical-align: middle !important;
}

.tableSoustraitantAffaire th, .tableSoustraitantAffaire td {
    text-align: center;
    vertical-align: middle !important;
}

.tableResultatConsultation, .tableOffreConforme {
    /*width: 95% !important;*/
    /*margin: auto !important;*/
}

.tableEvaluation td {
    text-align: center;
    vertical-align: middle !important;
    padding: 2px !important;
}

.tableMarche th, .tableMarche td, .tablePieceMarche td, .tablePieceMarche th, .tableDecompte th {
    text-align: center;
    vertical-align: middle !important;
}

.tableDecompte td, .tableDecompte tr, .tableDecompte th {
    padding: 0 !important;
    height: 28px !important;
    padding-left: 5px !important;
}

/*.tableDecompte tr, .tableDecompte th {*/
/*height: 28px;*/
/*}*/

.tableResultatConsultation th, .tableResultatConsultation td,
.tableOffreConforme th, .tableOffreConforme td, .tableOffreRetenue th, .tableOffreRetenue td, .tableBudget th, .tableBudget td,
.tableAlerteRetard th, .tableAlerteRetard td, .tableEvaluation td {

    text-align: center;
    vertical-align: middle !important;

}

.tableResultatConsultation tr:first-child td:first-child,
.tableOffreConforme tr:first-child td:first-child {
    border-bottom: none !important;
}

.tableResultatConsultation tr:not(:first-child) td:first-child,
.tableOffreConforme tr:not(:first-child) td:first-child {
    border-bottom: none !important;
    border-top: none !important;
}

.tableOffreConforme tr:not(:first-child) td:first-child .index-offre-conforme,
.tableResultatConsultation tr:not(:first-child) td:first-child .index-resultat-consultation {
    display: none;
}

.tableEquipe th, .tableEquipe td {

    text-align: center !important;
    vertical-align: middle !important;
}

.tableDossierAdmin th, .tableDossierAdmin td {

    text-align: center !important;
    vertical-align: middle !important;
}

.tableDossierAdmin th {
    height: 70px !important;
    background-color: #EEEEEE;

}

.tableStatLot th, .tableStatLot td {
    text-align: center !important;
    vertical-align: middle !important;
}

.table-form-interimaire th {

    background: #E3E7E9;
}

.societeTh, .table-piece-fiche td {
    text-align: center !important;
    vertical-align: middle !important;
}

.tdMontant {
    width: 10% !important;
}

#societeRetenues .radio-inline + .radio-inline {
    margin-left: 5px;
}

#societeRetenues .radio-inline input[type="radio"] {
    margin-left: -15px;
}

form[name=fichedesignationbundle_fichedesignation] table, .ficheVue table {
    background-color: #e3e7e9;
}

#listeFiche i {
    cursor: pointer;
    font-size: 20px;
}

#listeFiche td {
    vertical-align: middle !important;
}

.item-resultat {
    margin-top: -5px;
}

.importantNote {
    color: red;
    /*font-weight: bold;*/
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    top: 70px;
    padding-left: 260px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
}

td.vertical-align-top {
    vertical-align: top !important;
}

/** ****************INTERIMAIRES**************** **/

table:not(#tableGestion) .interimaire-container.preview-container td:not(.preventCallDisplay),
.item-contrat td:not(.noClick) {
    cursor: pointer;
}

#form_coefficients label {
    padding-right: 20px;
    padding-left: 5px;
}

#contrat_recours label, #pdf_contrat_recours label {
    padding-bottom: 15px;
}

td.change-salaire-modal-launcher {
    cursor: pointer;
}

td.change-salaire-modal-launcher:hover {
    background-color: #e3e7e9 !important;
}

@media screen and (max-width: 768px) {
    .select2-container, .select2-dropdown {
        top: calc(0% + 66px) !important;
        left: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
        width: 100% !important;
    }

    .select2-results ul {
        max-height: calc(100% - 66px) !important;
    }

    .select2-search__field, .select2-results ul li {
        height: 70px !important;
        font-size: 24px !important;
    }

    .select2-results__group {
        height: 70px !important;
        font-size: 28px !important;
        font-weight: bold;
    }

    .select2-results {
        height: 100%;
    }

    .pointage-select2 .select2-search__field, .select2-results ul li {
        font-size: 20px !important;
        height: auto !important;
        min-height: 70px;
    }
}

table.bt .btn-xs {
    width: auto !important;
}

/** **********************OUVRIERS ************************************* **/

.table-ouvrier th, .table-ouvrier td {

    text-align: center;
    vertical-align: middle !important;

}

.phaseDiv {
    max-height: 100px;
    overflow: auto;
}

.table-jour-pointage th, .table-jour-pointage td {
    text-align: center;
}

.td-type-pointage-jour {
    display: flex;
    justify-content: center;
}

.trPointage .form-control.input-xs + .select2-container--default .select2-selection--single {
    border: none !important;
}

.box .image {
    border: 2px solid #d8d8d8;
    width: 161px;
    margin: 4px auto 2px auto;
}

.box .texte {
    color: #1f3b4a;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
}

.box .texte a {
    color: #1f3b4a;
}

.boxActu {
    border: 1px solid #8ba9ad;
    padding: 1px;
    background-color: #FFFFFF;
    width: 363px;
    overflow: auto;
    margin: 0 11px 8px 0;
    float: left;
    border: 1px solid #ea4f00;
    border-radius: 10px;
}

.boxActu .boxContent {
    padding: 10px;
}

.boxActu .boxContent .titre {
    color: #ea4f00;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.boxActu .boxContent .texte {
    color: #747474;
    font-size: 11px;
}

.ajout-pointage {
    vertical-align: bottom !important;
}

/** ********************** ACHAT FOURNISSEUR ********************** **/

.table-pointages > tbody > tr > td {
    border-top: none !important;
}

.checkbox-list-custom label {
    display: block !important;
    line-height: 24px !important;
}

.checkbox-list-custom input[type='checkbox'] {
    float: left !important;
    margin-right: 15px !important;
}

.checkbox-list-custom input.specialite_famille {
    margin-left: 30px !important;
}

.container-ouvriers table, .container-ouvriers hr {
    margin: 0 !important;
}

.item-ouvrier.background-lightgrey input, .item-ouvrier.background-lightgrey select {
    background-color: #EEE;
    color: #000000;
}

/** **************** NE RIEN ECRIRE EN DESSOUS (le dernier qui parle a raison ***************** **/

/* RIEN A FOUTRE */
.page-header {
    max-width: calc(100vw - 260px);
    transition: all 350ms ease-in-out;
}

.site-menubar-myfold .page-header {
    max-width: 100vw;
    transition: all 350ms ease-in-out;
}

.menu-navbar-header {
    background-color: #e74e0f;
    height: 66px;
    width: 260px;
}
.site-menubar .hello{
    background-color: #21292E;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 2px;
}
.menu-navbar-header .navbar-brand {
    text-align: center;
    width: 100%;
}

.site-menubar-unfold .site-menu-item > .site-menu-sub {
    background: rgba(255, 255, 255, 0.10);
}

.site-menubar-unfold .site-menu .site-menu-item a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.10);
}

.site-menubar-unfold .site-menu .site-menu-item:last-child a {
    border-bottom: none;
}

.site-menubar {
    left: 0px;
    transition: all 350ms ease-in-out;
}

.site-menubar.on-da-left {
    left: -260px;
    transition: all 350ms ease-in-out;
}

@media all and (max-width: 768px) {
    .page {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .site-menubar-body .site-menu .site-menu-item .site-menu-icon {
        display: none;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .site-menubar-open .site-menubar-footer a {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .site-menubar-body {
        height: calc(100% - 55px);
    }
}


@media (min-width: 768px) {
    /*.site-menubar-unfold .page {*/
        /*margin-left: 260px;*/
        /*transition: all 350ms ease-in-out;*/
    /*}*/
    .site-menubar-myfold .page {
        margin-left: 0px !important;
        width: 100%;
        transition: all 350ms ease-in-out;
    }
}

.toggle-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 12px;
    line-height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: right top;
    width: 66px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 350ms ease-in-out;
}

.toggle-menu:hover {
    background: #FFF;
    color: #000;
}

.page {
    position: relative;
    min-height: 100vh;
    background: #e3e7e9;
    display: table;
    width: calc(100% - 260px);
}

@media (max-width: 1199px) {
    .page {
        width: calc(100% - 90px);
    }
}

@media (max-width: 767px) {
    .page:not(.no-responsive) {
        /*min-width: 1590px;*/
        width: 100%;
    }
}

@media (max-width: 720px) {
    .page-content {
        padding: 0px;
    }
}

.page-content {
    min-height: calc(100vh - 44px);
}

.page-header {
    padding: 10px 20px;
    padding-top: 40px;
}

ol.breadcrumb {
    background-color: #fff;
}

.col-home-navigation {
}

.col-home-navigation .item {
    background: #FFF;
    /*height: 150px;*/
    /*height: 130px;*/
    margin-bottom: 15px;
    border-radius: 2px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.col-home-navigation .item:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.col-home-navigation .item a {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.col-home-navigation .item a .icon {
    height: 80px;
    width: 100%;
    background-size: contain !important;
}

.col-home-navigation .item a .icon.icon-small {
    height: 80px;
    width: 100%;
    background-size: 40px !important;
}

.col-home-navigation .item a .title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}

.col-home-navigation .item a .download {
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: solid 1px #EEE;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.col-home-navigation .item a .download:hover {
    background: #EEE;
    opacity: 1;
}



.col-home {
    background: #263238;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 2px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.col-home .content{
    padding: 15px;
}
.col-home .content a{
    color: rgba(255, 255, 255, 0.7);
}
.col-home .content .title{
    /*background-color: #ea4f00;*/
    color: #ea4f00;
    letter-spacing: 2px;
    /*color: #fff;*/
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.col-home .content .subtitle{
    /*color: #2E2D2E;*/
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.col-home .content .item{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.col-home .content .item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.col-home .content .item .title {
    text-transform: inherit;
    color: #62a8ea;
    border: none;
    font-size: 12px;
}
/*.subtitle-birthday {*/
    /*color: #2E2D2E;*/
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.col-home-actu {*/
    /*background: #FFF;*/
    /*margin-bottom: 15px;*/
    /*border-radius: 2px;*/
    /*box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);*/
    /*-webkit-transition: all 250ms ease-in-out;*/
    /*-moz-transition: all 250ms ease-in-out;*/
    /*-o-transition: all 250ms ease-in-out;*/
    /*-ms-transition: all 250ms ease-in-out;*/
    /*transition: all 250ms ease-in-out;*/
/*}*/

/*.col-home-actu .content {*/
    /*padding: 15px;*/
/*}*/

/*.col-home-actu .content .title {*/
    /*color: #ea4f00;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.05);*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.col-home-actu .content .item {*/
    /*!*border-bottom: solid 1px #EEE;*!*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.col-home-actu .content .item:last-child {*/
    /*border-bottom: none;*/
    /*padding-bottom: 0px;*/
    /*margin-bottom: 0px;*/
/*}*/

/*.col-home-actu .content .item .title {*/
    /*text-transform: inherit;*/
    /*color: #62a8ea;*/
    /*border: none;*/
    /*font-size: 12px;*/
/*}*/

/*.col-home-alert {*/
    /*background: #FFF;*/
    /*margin-bottom: 15px;*/
    /*border-radius: 2px;*/
    /*box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);*/
    /*-webkit-transition: all 250ms ease-in-out;*/
    /*-moz-transition: all 250ms ease-in-out;*/
    /*-o-transition: all 250ms ease-in-out;*/
    /*-ms-transition: all 250ms ease-in-out;*/
    /*transition: all 250ms ease-in-out;*/
/*}*/

/*.col-home-alert .content {*/
    /*padding: 15px;*/
/*}*/

/*.col-home-alert .content .title {*/
    /*color: #ea4f00;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.05);*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.col-home-alert .content .item {*/
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.05);*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.col-home-alert .content .item:last-child {*/
    /*border-bottom: none;*/
    /*padding-bottom: 0px;*/
    /*margin-bottom: 0px;*/
/*}*/

/*.col-home-alert .content .item a {*/
    /*color: #ea4f00;*/
/*}*/

/*.col-home-ce {*/
    /*background: #FFF;*/
    /*margin-bottom: 15px;*/
    /*border-radius: 2px;*/
    /*box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);*/
    /*-webkit-transition: all 250ms ease-in-out;*/
    /*-moz-transition: all 250ms ease-in-out;*/
    /*-o-transition: all 250ms ease-in-out;*/
    /*-ms-transition: all 250ms ease-in-out;*/
    /*transition: all 250ms ease-in-out;*/
/*}*/

/*.col-home-ce .content {*/
    /*padding: 15px;*/
/*}*/

/*.col-home-ce .content .title {*/
    /*color: #ea4f00;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*border-bottom: solid 1px #EEE;*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.col-home-ce .content .subtitle {*/
    /*color: #2E2D2E;*/
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.col-home-ce .content ul {*/
    /*margin: 0px;*/
    /*margin-bottom: 25px;*/
    /*padding: 0px;*/
    /*list-style: none;*/
/*}*/

/*.col-home-ce .content ul li {*/
    /*padding: 5px 0px;*/
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.05);*/
/*}*/

/*.col-home-ce .content ul li:last-child {*/
    /*border: none;*/
/*}*/

.gdrive-files-container {
}

.gdrive-files-header {
    padding: 15px;
}

.google-add-file {
}

.gdrive-search-container {
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    margin: 2em 1em;
}

.gdrive-search-container input {

}

.gdrive-search-loader {
    width: 20px;
    margin-top: -28px;
    margin-right: 5px;
}

/** DROPZONE GDRIVE **/
#dpForm {
    background: rgba(255, 255, 255, 0.25);
    border: solid 2px transparent;
    border-radius: 3px;
}

#dpForm.dz-drag-hover {
    border: solid 2px rgba(0, 0, 0, 0.15) !important;
}

/** Bienvenue staff **/
.bienvenue-staff-container {
    position: relative;
    /*background-color: #fff;*/
    /*background-color: #d3d3d3;*/
    margin: -30px;
    margin-bottom: 0px;
    /*padding: 10px;*/
}
.bienvenue-staff-container+.bienvenue-staff-container{
    margin-top: 0px;
}
.bienvenue-staff{

}
/*.bienvenue-staff .dismiss:before{*/
    /*content: "X";*/
/*}*/
.bienvenue-staff .dismiss{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    cursor: pointer;
}
.bienvenue-staff-container .bienvenue-staff-avatar{
    width: 80px;
    height: 80px;
    /*background-color: #d3d3d3;*/
}
.bienvenue-staff-container .non-circular{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}

.bienvenue-staff-container .titre-container{
    background-color: rgba(231, 78, 15, 0.85);
}
.bienvenue-staff-container .titre{
    font-size: 24px;
    margin-left: 30px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}

.bienvenue-staff-container .content {
    padding: 5px 10px;
    background-color: rgba(38, 50, 56, 0.85);
}
.bienvenue-staff-container .text-container {
    width: calc(100% - 80px);
    padding: 10px;
    color: #fff;
    font-size: 14px;
}


.phase.disabled
{
    color: #808080 !important;
    background-color: #808080 !important;
    border-radius: 0px;
}

.filtre-lettre > .btn
{
    padding: 6px 14px !important;
}

/*************** AFFAIRE ***********************/
.tableEntreprise th, .tableEntreprise td, .tableIntervenant th, .tableIntervenant td, .table-document td, .tableReclamations th, .tableReclamations td {
    text-align: center;
    vertical-align: middle !important;
}

.affaire-dropzone{
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.affaire-dropzone .dz-message {
    display: block!important;
}

ol:not(.list-style-ordered) {
    list-style: none;
}
ol.roman{
    counter-reset: roman;
}
ol.roman > li:before{
    counter-increment: roman;
    content: counter(roman)".";
    padding-right:5px;
}
ol.roman li ol{
    counter-reset: inner;
}
ol.roman ol li:before{
    counter-increment: inner;
    content: counter(roman)"."counters(inner,'.');
    padding-right:5px;
}

.li-phase .form-control{
    display: inline-block !important;
    width: 50%!important;
    margin-bottom: 5px!important;
}


.tree, .tree ol {
    margin:0;
    padding:0;
    list-style:none
}
.tree ol {
    margin-left:1em;
    position:relative
}
.tree ol ol {
    margin-left:.5em
}
.tree ol:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ol li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ol li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
/*.margin-left-17{*/
/*    margin-left: 17px!important;*/
/*}*/
.margin-bottom-13{
    margin-bottom: 13px!important;
}
.margin-bottom-18{
    margin-bottom: 18px!important;
}
ol > li > ol .ui-state-default{
    background-color: #aec6cf !important;
    margin-left: 39px!important;
}
ol > li > ol > li > ol .ui-state-default{
    background-color: #77dd77 !important;
    margin-left: 49px!important;
}
ol > li > ol > li > ol > li > ol > .ui-state-default{
    background-color: #ffb347 !important;
    margin-left: 59px!important;
}
ol > li > ol > li > ol > li > ol > li > ol > .ui-state-default{
    background-color: #fdfd96 !important;
    margin-left: 69px!important;
}
ol > li > ol > li > ol > li > ol > li > ol > li > ol > .ui-state-default{
    background-color: #FFFFFF !important;
    margin-left: 79px!important;
}
#phases .ui-state-default{
    height: 28px!important;
    line-height: 1.2em;
    border-radius:2px!important;
    width: 50%!important;
    opacity: 0.5!important;
    margin-bottom: 10px;
}
 .margin-left-1-5-percent{
     margin-left: 1.5%;
 }

 .cursor-grab{
     cursor: grab;
 }
 .cursor-grabbing{
     cursor: grabbing;
 }

 i.hidden + span {
     margin-left: 17px!important;
 }
ol > li > .titre, .titre.titre-0 {
    background-color: #62A8EA!important;
    color: #fff!important;
}
/*.titre.titre-1 {*/
ol > li > ol > li > .titre, .titre.titre-1 {
    background-color: #aec6cf !important;
    color: #0c0500!important;
}
/*.titre.titre-2 {*/
ol > li > ol > li > ol> li > .titre, .titre.titre-2 {
    background-color: #77dd77 !important;
    color: #0c0500!important;
}

/*.titre.titre-3 {*/
ol > li > ol > li > ol > li > ol > li > .titre, .titre.titre-3{
    background-color: #ffb347 !important;
    color: #0c0500!important;
}

/*.titre.titre-4 {*/
ol > li > ol > li > ol > li > ol > li > ol > li > .titre, .titre.titre-4{
    background-color: #fdfd96 !important;
    color: #0c0500!important;
}
ol > li > ol > li > ol > li > ol > li > ol > li > ol > li> .titre, .titre.titre-5{
    background-color: #ffffff !important;
    color: #0c0500!important;
}
ol.fixed {
    display: none;
}
.min-height-10{
    min-height: 10px!important;
}
.min-height-5{
    min-height: 5px!important;
}
.min-height-28{
    min-height: 28px!important;
}
/*ol > li:first-child {*/
/*    margin-top: 10px!important;*/
/*}*/

.span-phase {
    width: 50%;
    cursor: default!important;
}

input.poste {
    background-color: #ffffff!important;
    border-color: #3A444A!important;
}
.titre.background-gray, .poste.background-gray{
    background-color: #ccc!important;
    color: #ffffff !important;
}

.cursor-default {
    cursor: default!important;
}
ol.sortable {
    min-height:15px;
}
ol > li:first-child {
    margin-top: 15px;
}

.copy-id{
    height:27px!important;
    vertical-align: baseline!important;

}

.padding-top-4{
    padding-top:4px!important;
}
