html {
    font-size: 14px;
}

body {
    background-color: #ECF0F5;
}

a, a:hover {
    color: #000000;
}

input {
    font-size: 13px;
}

input, textarea, select {
    border: 1px solid #CCCCCC;
    /*font-weight:bold;*/
}

.input-group-addon {
    border: 1px solid #CCCCCC !important;
    color: #000000 !important;
}

.glyphicon {
    /*color:#000000;*/
}

h4 {
    /*color:#0055A4;*/
    font-weight: bold;
}

h5 {
    color: #000000;
    /*font-weight:bold;*/
}

h6 {
    color: #000000;
    /*font-weight:bold;*/
}

h2 {
    font-size: 14px;
}

optgroup {
    font-size: 14px;
}

.label_text {
    color: #000000;
    font-size: 14px;
}

.pastille {
    width:10px;
    height:10px;

}
#main {
    background-color: #ECF0F5;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-left: 1px solid #CCC;

}
.listing {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.listing > tbody > tr > td {
    border-right : 1px solid #CCC;
}
.listing > thead > tr > th {
    border-right : 1px solid #FFF;
}
.close {
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #EF4135;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    margin-right: 10px;
    margin-top: 2px;
}

.close:hover {
    color: #ff0000;
}

.label_radio {
    font-weight: normal;
    padding-left: 3px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    color: #000000;

}

.ui-autocomplete {
    z-index: 2000 !important;
    min-width: 500px !important;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.date_length {
    max-width: 200px;
}

.ui-autocomplete-loading {
    background: url('../images/loading.gif') no-repeat right center;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}

/*
#form_anomalie input{
    background-color:#3C8DBC;
    color:white;
}
#form_anomalie textarea{
    background-color:#3C8DBC;
    color:white;
}
*/

.formLabel {
    text-align: right;
    font-weight: bold;
    width: 150px;
}

.form-label {
    display: inline-block;
    height: 30px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    color: whitesmoke;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
}

.formValue {
    font-weight: normal;
}

/* Navbar */
.navbar_top {
    height: 45px;
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 1000;
    padding: 0px;
}

#navbar_left {
    /*background-color:#000;*/
    z-index: 1000;
    padding: 0px;
    height: 45px;
    border-bottom: 1px solid #CCC;
}

#navbar_right {
    /*background-color:#fff;*/
    z-index: 1000;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 45px;
    border-bottom: 1px solid #CCC;
}

#main {
    background-color: #ECF0F5;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-left: 1px solid #CCC;

}

.hide_menu {
    color: #2c4153;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #ececec;
}

.hide_menu > i {
    margin-top: 11px;
    font-size: 22px;
}

.hide_menu:hover {
    /*background-color: #f7f7f7;*/
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {


}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {


}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .logo {
        display: none;
    }

    .btn {
        min-width: 120px;
    }

    .btn + .btn {
        margin-left: 18px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {


    #navbar_right {
        flex: 1 1 auto;
    }


    .btn {
        width: 100%;
    }

    .btn + .btn {
        display: block;
        margin-left: 0;
        margin-top: 12px;
        width: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {


}

/* Listing */
.listing {
    border: 0;
    width: 100%;
    font-size: 12px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.listing thead {
    background-color: #2c4153;
    color: #ececec;
}

.listing tr:hover {
    background-color: #EEEEEE;
}

.listing th {
    border-top: 1px solid #f4f4f4;
    /*
    border-bottom: 2px solid #f4f4f4;
    */
    border-bottom: 1px solid gray;
    background-color: #2c4153 !important;
    color: #ececec;

    /*height:45px;*/

    padding: 5px;

}

.listing th a {
    color: #ececec;
}

.listing td {
    /*
    border-top: 1px solid #f4f4f4;
    */
    padding: 5px;
    cursor: pointer;
    color: #000000;
}

.listing tr {
    /*
    border-bottom: 2px solid #f4f4f4;
    */
    border-bottom: 1px solid #CCCCCC;
}

/***/
/* Listing grille */
.listing_grille {

    width: 100%;
    font-size: 12px;
    background-color: #FFFFFF;
}

.listing_grille tr:hover {
    background-color: #f9f9f9;
}

.listing_grille th {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;

    border-bottom: 1px solid #CCCCCC;
    background-color: #f9f9f9 !important;

    /*height:45px;*/

    padding: 5px;

}

.listing_grille td {
    /*
    border-top: 1px solid #f4f4f4;
    */
    padding: 2px;

    color: #000000;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;

}

.listing_grille input[type=text] {
    /*background-color:#f7faff; /*fbfdff*/
}

.orderby {
    background-color: #2c4153 !important;
    color: #FFFFFF;
    padding-left: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 5px;
}

/*
.listing_grille tr {
    border-bottom: 1px solid #CCCCCC;
}
*/

/* ----- SOUS TABLEAU LISTING ----- */
.ss-table td, .ss-table tr, .ss-table th, .ss-table {
    border: none !important;
}

/* Bouton */
.btn_petit {
    font-size: 13px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: bold !important;
}

.btn_glyph {
    margin-right: 10px;
}

/* Boutons sp�ciaux */
button:focus {
    outline: 2px solid #66AFE9;;
    outline-radius: 2px;
}

button {
    font-size: 12px;
}

/* Sauvegarder */
.btn_save {
    /*display: inline-block;*/
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    /*display: block;*/
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: white;
    border-color: #ddd;
    background-color: #00ac00;
    min-width: 120px;
}

.btn_save:hover {
    background-color: #008d4c;
}

/* Supprimer */
.btn_delete {
    /*display: inline-block;*/
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    /*display: block;*/
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: white;
    border-color: #ddd;
    background-color: #e00000;
    min-width: 120px;
}

.btn_delete:hover {
    background-color: #d73925;
}

/* Retour */
.btn_return {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: white;
    border-color: #ddd;
    background-color: #003395;
    min-width: 120px;
}

.btn_return:hover {
    background-color: #012a78;
}

/* Info */
.btn_info {

    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: white;
    border-color: #ddd;
    background-color: #d9d089;
    min-width: 120px;
}

.btn_info:hover {
    background-color: #cdc481;
}

/* Annul� */
.btn_default {
    /*display: inline-block;*/
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    /*display: block;*/

    height: 18px;
    border-radius: 6px;
    color: black;
    border-color: #ddd;
    background-color: #f4f4f4;
    min-width: 120px !important;
}

.btn_default:hover {
    background-color: #dddddd;
}

/* Attention */
.btn btn-warning {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: white;
    border-color: #ddd;
    background-color: #f39c12;
    min-width: 120px !important;
}

.btn btn-warning:hover {
    background-color: #e08e0b;
}

/* Boutons ic�nes sp�ciaux */

/* Sauvegarder */
.icon {
    border-radius: 3px;
    position: relative;
    padding: 7px 10px 7px 10px;
    min-width: 50px;
    height: 40px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 20px;
}

.icon-small {
    padding: 3px !important;
}

.icon:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
    cursor: pointer;
}

.icon:active,
.icon:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.icon > .fa {
    width: 20px;
    height: 20px;
}

button > .fa {
    margin-right: 0px;
}

/* Box */

.field {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #00447b;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Modal */

.mod {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.3);
}

.mod-content {
    position: relative;
    width: auto;
    margin: 10px;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    border: 0;

    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.mod-header {
    border-bottom-color: #f4f4f4;
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.mod-header .close {
    margin-top: -2px;
}

.mod-title {
    margin: 0;
    line-height: 1.42857143;
}

.mod-body {
    position: relative;
    padding: 15px;
    overflow: auto;
    height: 650px;
}

.mod-footer {
    border-top-color: #f4f4f4;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    .mod-content {
        width: 70%;
        margin: 30px auto;

        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    }
}


/* CHAMPS FORMULAIRE */

.input_group_icon {
    position: relative;
    display: table;
    border-collapse: separate;
    display: inline-table;
    vertical-align: middle;
}

.input_icon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;

    border-radius: 0px;
    border-color: #d2d6de;
    background-color: #fff;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 0px;
}

.input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    /*line-height: 1.42857143;*/
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input.readonly {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.input:focus {
    border-color: #3c8dbc !important;
    box-shadow: none;
}

.input::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

.input:-ms-input-placeholder {
    color: #bbb;
}

.input::-webkit-input-placeholder {
    color: #bbb;
}

.input:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.input_label {

}

/* Champs avec bouton int�grer � droite */

.input_right_icon {
    position: relative;
    display: table;
    border-collapse: separate;
    display: inline-table;
    vertical-align: middle;
}

.button_right_icon {
    width: auto;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    position: relative;
    font-size: 0;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn_right {
    border-left: 0px;

    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;

    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    padding: 6px 12px;
    font-size: 14px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: white;
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn_right:hover {
    background-color: #008d4c;
}

.button_nav_bar {
    height: 45px;
    min-width: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;

    font-family: 'Glyphicons Halflings';
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    color: #2c4153;
}

.button_nav_bar:hover {
    background-color: #2c4153;
    color: #ececec;
}

.button_nav_bar:hover a {
    color: #ececec;
}

.search-nav-bar {
    width: 100%;

}

.gv-navbar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 45px;
    min-width: 100%;
    border-bottom: 1px solid #ccc;
}

.gv-navbar-left {
    flex: 2 1 auto;
}

.gv-navbar-left .button_nav_bar {
    border-right: 1px solid #ccc;
}

.gv-navbar-right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.gv-navbar-right .button_nav_bar {
    border-left: 1px solid #ccc;
}

.quick-search {
    width: 100%;
    padding: 0 8px 0 8px;
    border-right: 0px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.quick-search input {
    width: 100%;
    max-width: 550px;
    display: inline-block;
    border-radius: 4px !important;
}


.button_faq {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    cursor: pointer;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'Glyphicons Halflings';
    font-weight: bold;
}

.button_faq:before {
    color: white;
    font-size: 20px;
    margin-top: 12px;
    content: "\e085";
}

.button_faq:hover {
    background-color: #646464;
}

.button_tchat {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'FontAwesome';
    font-weight: bold;

}

.button_tchat:before {
    color: black;
    font-size: 20px;
    margin-top: 12px;
    content: "\f075";
}

.button_tchat:hover {
    background-color: #f7f7f7;
}

.button_point_frigo {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'Glyphicons Halflings';
    font-weight: bold;

}

.button_point_frigo:before {
    color: black;
    font-size: 20px;
    margin-top: 12px;
    content: "\e169";
}

.button_point_frigo:hover {
    background-color: #f7f7f7;
}

.button_actualite {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'Glyphicons Halflings';
    font-weight: bold;

}

.button_actualite:before {
    color: black;
    font-size: 20px;
    margin-top: 12px;
    content: "\e135";
}

.button_actualite:hover {
    background-color: #f7f7f7;
}

.button_upload {
    display: inline-block;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-top-left-radius: 5px; /*le bord haut gauche*/
    -webkit-border-top-right-radius: 5px; /*le bord haut droit*/
    -webkit-border-bottom-right-radius: 5px; /*le bord bas droit*/
    -webkit-border-bottom-left-radius: 5px; /*le bord bas gauche*/

    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;

    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #646464;
    border: solid 2px #cfcfcf !important;
    height: 51px !important;
    line-height: 51px;
    vertical-align: middle;

    text-align: left !important;
    background: #00447B !important;
    color: white;
}

/* Content */

.content_page {
    padding-left: 15px;
    padding-right: 15px;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.label_radio {
    font-weight: normal;
    cursor: pointer;
    margin-right: 10px;
    padding-top: 4px;
    color: #000000;
    vertical-align: top;
    font-size: 12px;
}

.form-control-special {
    height: 28px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-special:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control-special::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control-special:-ms-input-placeholder {
    color: #999;
}

.form-control-special::-webkit-input-placeholder {
    color: #999;
}

.form-control-special[disabled],
.form-control-special[readonly],
fieldset[disabled] .form-control-special {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control-special {
    height: auto;
}

textarea.T100 {
    height: 85px;
}

.modal-titre {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.ligne_fiche {
    height: 25px;
}

.grille {
    width: 100%;
    border-left: solid 1px #333333;
    color: #000000;
}

.grille th {
    border: solid 1px #333333;
    border-left: none;
    text-align: center;
}

.grille td {
    border: solid 1px #333333;
    border-left: none;
    border-top: none;
    text-align: center;
    padding: 2px;

}

.grille tr:hover {
    background-color: #f5f5f9;
}

.grille td:hover {
    font-weight: bold;
}

.grille a {
    color: #999999;
}

.grille a:hover {
    font-weight: bold;
    text-decoration: none;
    /*color:#FF6623;*/
}

.lien_icone {
    font-size: 24px;

}

.button_image {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.button_inter, .button_devis, .button_planning {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    cursor: pointer;
    background-color: white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'Glyphicons Halflings';
    font-weight: bold;
    background-color: #000000;
    color: white !important;
}

.button_inter:before {

    font-size: 25px;
    margin-top: 12px;
    content: "\e136";
}

.button_devis:before {

    font-size: 25px;
    margin-top: 12px;
    content: "\e022";
}

.button_planning:before {

    font-size: 25px;
    margin-top: 12px;
    content: "\e109";
}

.planning {
    border: solid 1px black;
}

.planning td {
    border-top: solid 1px #999999;
}

.planning th {
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
    background-color: black;
    text-align: center;
}

.div_inter_planif {

    padding: 5px;
    margin: 5px;
    border: solid 1px #999999;
    margin-bottom: 2px;
    border-radius: 5px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.8);
}

#deplanifier {
    background-color: white;
    height: 40px;
    width: 200px;
    border: inset 1px #999999;
    padding: 5px;
    border-radius: 5px;
    font-style: italic;
    font-weight: normal;
}

.div_red {
    background-color: #fecbcb;
}

.div_green {
    background-color: #bcedbc;
}

.div_yellow {
    background-color: #fefeca;
}

.survol_color {
    padding-top: 3px;
    height: 24px;
    font-size: 13px;
}

.survol_color:hover {
    background: #dddddd;
}

.dataTables_filter {
    padding-bottom: 10px;
    padding-right: 10px;
}

.ancre_a_chiffrer {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    border: solid 1px #333;
    text-align: center;
    min-width: 140px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 5px;
}

.ancre_a_chiffrer:hover {
    color: white;
    background-color: #333333;
}

.div-multiselect .multiselect-container {
    width: 100%; /* force firefox for buttonWidth */
}

.div-multiselect .multiselect-container label {
    color: black;
}

.multiselect-container a {
    color: black !important;
}

.div-multiselect .multiselect-container li.active label {
    color: #ececec;
    background-color: #2c4153;
}

.multiselect-search {
    height: 34px;
}

.multiselect {
    height: 30px;
}

.link_to_payeur {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    background-color: #2c4153;
    color: #ffffff;
    margin: 15px 0;
    border-radius: 3px;
    border: 1px solid #000000
}

.link_to_payeur:hover {
    background-color: #4c6a84;
    border-color: #4c6a84;
}

.link_to_payeur i {
    padding-right: 10px;
}

.btn-mini {
    border-radius: 3px;
    padding: 0 4px;
    min-width: 21px;
    width: 21px;
    height: 21px;
    text-align: center;
}

.btn-mini .fa, .btn-mini .far, .btn-mini .fas {
    padding: 0;
}

.box-title .btn-mini {
    margin-left: 9px;
    margin-top: -5px;
    margin-bottom: -3px;
}

.modal-content .panel {
    border: 0;
}

.traitement_panel {
    /*border: 1px solid black;*/
    color: #ffffff;
    background-color: #2c4153;
    border-radius: 3px;
    padding: 5px 8px;
    margin: 6px 0;
    cursor: pointer;
}

.traitement_panel:hover {
    background-color: #3c5669
}

.traitement_selected {
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}

.shrink-td {
    width: 1%;
    white-space: nowrap;
    /*padding: 0 1em 0 1em;*/
}

.label-blanc {
    color: #384e5d;
    background-color: #eeeeee;
    /*border: 1px solid #384e5d;*/
}

.badge-success {
    background-color: #00ac00;
}

.badge-info {
    background-color: #5bc0de;
}


/*.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #deefd7;
    color: #507d3d;
}

.label-info {
    background-color: #d8ecf6;
    color: #31708e;
}

.label-warning {
    background-color: #fbf7e2;
    color: #a58640;
}

.label-danger {
    background-color: #f1dddd;
    color: #b54442;
}*/

.listing .label {
    display: inline-block;
    padding: .2em .6em .2em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    min-width: 100px;
}

.logo {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: -1;*/
    /*padding-bottom: 10px*/
}

@media print {
    a[href]:after {
        content: "" !important;
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "" !important;
    }

    #sidebar-wrapper {
        width: 0 !important;
        display: none !important;
    }

    #wrapper {
        padding-left: 0px !important;
    }

    .navbar_top {
        padding-top: 0px !important;
        display: none;
    }

    #main {
        padding-top: 0px !important;
        border-left: 0px !important;
    }

    .col-lg-8, .col-md-8 {
        width: 66.66666667%;
    }

    .col-lg-6, .col-md-6 {
        width: 50%;
    }

    .col-lg-4, .col-md-4 {
        width: 33.33333333%;
    }

    .col-lg-3, .col-md-3 {
        width: 25%;
    }

    .col-lg-2, .col-md-2 {
        width: 16.66666667%;
    }

    .col-lg-1, .col-md-1 {
        width: 8.33333333%;
    }

    button {
        display: none;
    }
}

.substitution-area {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 5px;
    color: #555555;
}

.test > div {
    background: rgba(255, 255, 255, 0.50) !important;
}

.contact_select_coord:hover {
    background-color: #bcedbc;
}

.fake-input {
    width: 100%;
    height: 30px;
    line-height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 6px;
    color: #555555;
    font-size: 12px;
}

.div_liste_prestation {
    border: 1px solid #2c4153;
    border-radius: 3px;
    margin: 0 6px;
    background-color: #ffffff;
    color: #555555;
}

.div_liste_prestation_hover:hover {
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    color: #FFFFFF;
    cursor: pointer;
}

.div_liste_prestation + .div_liste_prestation {
    margin-top: 10px;
}

.div_liste_prestation label {
    padding-right: 5px;
}

.div_liste_prestation label + label {
    padding-left: 10px;
}

.div_liste_prestation > div {
    padding: 5px;
}

.liste_prestation_title {
    background-color: #2c4153;
    color: #FFFFFF;
    font-weight: bold
}

.cke_contents {
    min-height: 100px !important;
}

fieldset {
    border: 1px solid #cbcbcb;
    margin: 0 15px;
    border-radius: 3px;
    padding: 5px;
}

legend {
    width: inherit;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 3px;
    border-bottom: none;
    margin-left: 10px;
}

.input-group-btn .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.input-group-btn .btn i {
    padding: 0;
}

.div-select {
    margin-top: 5px;
    padding: 5px;
    border: 1px solid lightgrey;
    border-radius: 3px;
    background-color: #fff;
    color: #0f0f0f;
    position: absolute;
    z-index: 1039;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.div-select .active {
    background: rgba(0, 172, 0, 0.25);
    color: #0f0f0f;
}

.div-select-line {
    padding: 4px;
    margin: 4px;
    border-radius: 3px;
    cursor: pointer;
}

.div-select-line:hover {
    background: #00ac00;
    color: #FFFFFF;
}

.row-disabled {
    background-color: lightgrey;
}

.row-disabled td {
    color: grey;
    cursor: not-allowed;
}

.modal-dialog {
    margin-top: 60px;
}

.div-error {
    border: 1px solid red !important;
}

.rubrique_menu_label {
    float: right;
}

.badge-danger {
    background-color: #d70000;
    font-size: 16px;
}

.text-center {
    text-align: center !important;
}

.div-checkbox {
    margin-top: 8px;
    font-size: 12px;
    cursor: pointer;
    color: grey;
}

.div-checkbox:hover {
    color: #333333;
}

.div-checkbox:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 16px;
    content: '\f0c8';
    padding-right: 10px;
    vertical-align: sub;
    color: #333333;
}

.div-checkbox-active {
    color: #333333;
}

.div-checkbox-active:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 16px;
    content: '\f14a';
    padding-right: 10px;
    vertical-align: sub;
    color: #333333;
}

.div-checkbox span {
    margin-left: 6px;
}

@keyframes up-right {
    0% {
        color: lightgrey;
    }
    20% {
        color: red;
    }
    50% {
        color: red;
    }
    70% {
        color: lightgrey;
    }
    100% {
        color: lightgrey;
    }
}

.blink_red {
    color: lightgrey;
    animation: up-right 0.8s infinite;
}

.star-rating-div {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid black;
    background-color: #444;
    font-size: 18px;
}

.div-reclamation {
    height: 28px;
    line-height: 26px;
    color: white;
    /*color: lightgrey;*/
    font-size: 16px;
    font-weight: bold;
    border: 2px solid white;
    /*border: 2px solid lightgrey;*/
    padding: 0 6px;
    border-radius: 3px;
    display: inline-block;
    /*cursor: pointer;*/
    user-select: none;
}

.div-reclamation.active {
    line-height: 26px;
    color: red;
    border: 2px solid red;
}

.toggle-content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 1000ms ease-in-out;
}

.toggle-content.is-visible {
    display: block;
    height: auto;
}

.div-badge-tache {
    display: flex;
    justify-content: space-around;
    text-align: right;
    padding: 10px;
}

.div-badge-tache span {
    font-size: 16px;
    margin: 2px;
    padding: 3px 6px;
}


.liste_cp {
    padding: 6px 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    max-height: 520px;
    overflow-y: auto;
    font-size: 14px;
}

.liste_ville {
    padding: 4px 6px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 40px;
    line-height: 32px;
}

.liste_ville_used {
    padding: 4px 6px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: auto;
    background-color: lightgrey;
    height: 40px;
    line-height: 32px;
}

.liste_cp_search > .liste_ville:hover {
    background-color: #8dff8d;
}

.liste_cp_search > .liste_ville.ville_selected {
    background-color: #409040;
    font-weight: bold;
    color: whitesmoke;
}

.liste_cp_search > .liste_ville.ville_selected::before {
    font-family: 'Font Awesome 5 Free', serif;
    font-weight: 900;
    content: "\f067";
    padding-right: 5px;
}

.liste_cp_added > .liste_ville:hover {
    background-color: #ff8d8d;
}

.liste_cp_added > .liste_ville.ville_selected {
    background-color: #ba2e2a;
    font-weight: bold;
    color: whitesmoke;
}

.liste_cp_added > .liste_ville.ville_selected::before {
    font-family: 'Font Awesome 5 Free', serif;
    font-weight: 900;
    content: "\f068";
    padding-right: 5px;
}

.tableFixHead {
    overflow-y: auto;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}