/* Général */

html {
    height: 100%;
    font-family: Verdana;
}

body {
    color: #444;
    margin: 0;
    background: linear-gradient(#888, #AAA);
    font-family: Verdana;
    font-size: 1em;
    height: 100%;
    overflow-x: hidden;
    padding: 0;
}

#breadcrumb li.environnement {
    position: absolute;
    top: 54px;
    right: 30px;
}

.navbar.navbar-tmt.fixed-bottom a {
    color: #9eb2c7;
}

.navbar.navbar-tmt.fixed-bottom a:hover {
    color: #FFF;
}

#blocFlashMsg{
    position: absolute;
    bottom: 80px;
    width: 40%;
    right: 0px;
    z-index: 999;
}

.flash_message{
    background: #ffffffe0;
    font-weight: bold;
    padding: 5px;
    position: relative;
    z-index: 999;
    right: 0px;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    opacity: 1;
    font-size: 12px;
    border: 1px solid #a9a9a9;
    box-shadow: 2px 3px 7px #656565;
    border-right: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.flash_message:hover{
    opacity: 0.8;
}

.flash_message.error {
    color: #af1212;
    background: #ffbdbd;
}

.flash_message.message {
    color: #00468a;
    background: #bdd1ff;
}

.flash_message.warning {
    color: #cc5921;
    background: #ffdcbd;
}

.flash_message.success {
    color: #1d902c;
    background: #bdffe1;
}

.flash_message h4 {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: super;
}

.flash_message p {
    font-size: 12px;
    font-weight: 100;
}

.flash_message span{
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 12px;
    color: #929292;
}

.flash_message span:hover{
    color: #717171;
}

.flash_message .content{

}

.flash_message i{
    vertical-align: text-bottom;
    padding: 2px 10px 5px 2px;
    display: inline-block;
    font-size: 16px;
}

.animated{
    display: block !important;
}

.flash_message p{
    margin: 0;
}

/* DHTMLX */

/* msgBox */

.dhx_cell_cont_wins .msgbox .button_pane button{
    background: #d7e1e6;
    color: #4a4a4a;
    border: 2px solid #c5c5c5;
    cursor: pointer;
}

.dhx_cell_cont_wins .msgbox .button_pane button:hover{
    background: #3399cc;
    color: #ffffff;
    border: 2px solid #3ca9e0;
}

.dhx_cell_cont_wins .msgbox{
    padding: 10px;
}
.dhx_cell_cont_wins .msgbox img{
    margin-right: 10px;
}
.dhx_cell_cont_wins .msgbox .button_pane{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.dhx_cell_cont_wins .msgbox .button_pane button:first-child{
    float: left;
    margin-left: 15px;
}
.dhx_cell_cont_wins .msgbox .button_pane button:last-child{
    float: right;
    margin-right: 15px;
}

.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_icon{
    /*width: 24px !important;
    height: 24px !important;
    display: block !important;
    top: 14px !important;*/
}

.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_icon{
    width: max-content !important;
    min-width: 32px;
    text-align: center;
    display: inline-block !important;
    vertical-align: top;
    position: initial !important;
    margin-left: 10px;
    height: 100% !important;
}

.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_icon i{
    /*position: absolute;
    top: -2px;
    font-size: 24px;*/
}

.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_icon i{
    font-size: 24px;
    padding-top: 12px;
}

.dhxwins_vp_material div.dhx_cell_wins div.dhx_cell_cont_wins i{
    /*si décommenté, vérifier les icons de la toolbar de la fenêtre de création d'une commande*/
    /*font-size: 32px;
    padding-right: 15px;*/
}

.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_text{
    /*padding-left: 45px !important;*/
}

.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_text{
    display: inline-block;
    padding-left: 10px !important;
}

/**************/
/* ALIGNEMENT */
/**************/

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

/**********/
/* NAVBAR */
/**********/

.navbar-tmt {
    background: linear-gradient(#00468a, #083e73);
    /*background-color: #222;*/
}

/**************/
/* BREADCRUMB */
/**************/

.breadcrumb {
    background: linear-gradient(#222, #444);
    padding: 0px 0px 10px 20px;
    border-radius: 0px;
    font-size: 14px;
    color: #FFF;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0px 0px 8px 1px #d8d8d8;
    margin-bottom: 5px;
}

.breadcrumb-item a {
    /*color: #FFF;*/
}

.breadcrumb-item.active {
    color: #888;
}

body {
    background: #FFF;
    width: 100%;}

.navbar.navbar-expand-lg {
    background: #00468a; }
.navbar.navbar-expand-lg .navbar-brand img {
    width: 140px;
    margin-top: -11px; }
.navbar.navbar-expand-lg .collapse.navbar-collapse ul li a {
    color: #9eb2c7; }
.navbar.navbar-expand-lg .collapse.navbar-collapse ul li.active a {
    color: #FFF; }
.navbar.navbar-expand-lg .collapse.navbar-collapse ul li a:hover {
    color: #FFF; }
.navbar.navbar-expand-lg .collapse.navbar-collapse ul li .dropdown-menu {
    padding: 0px; }
.navbar.navbar-expand-lg .collapse.navbar-collapse ul li .dropdown-menu a:hover {
    color: #000; }


#breadcrumb ol {
    padding: 0px;
    background: none;
}
#breadcrumb li:first-child {
    padding-left: 15px; }

@media screen and (max-width: 991px) {
    .dropdown-menu {
        background: none !important;
        border: none !important;
        padding-left: 20px !important; }
    .dropdown-menu a {
        padding: 0; } }

#flagsToggle {
    position: absolute;
    left: 100%;
    margin-left: -185px;
    top: 23px;
    cursor: pointer;
    z-index: 1;
    padding: 5px;
    width: 169px;
    background: #dcdcdc;
    border-radius: 5px;
    border: 1px solid #9c9898;
}

#flagsToggle i{
    font-size: 12px;
    position: relative;
    top: -1px;
}

#flagsToggle img{
    vertical-align: bottom;
}

#flagsList {
    background-color: #dcdcdc;
    border: 1px solid #9c9898;
    border-top: 0;
    padding: 0px;
    display: none;
    position: absolute;
    list-style: none;
    width: 169px;
    left: 100%;
    margin-left: -185px;
    top: 57px;
    z-index: 1000;
}

#flagsList li {
    border-bottom: 1px solid #DDD;
    padding: 5px;
    cursor: pointer;
}

#flagsList li:hover {
    background-color: #EEE;
}

#flagsList li.last {
    border-bottom: none;
}

#flagsList li a {
    text-decoration: none;
    color: #00457D;
}

#flagsList li a {
    vertical-align: middle;
    text-decoration: none;
    color: #00457D;
}

#flagsList li img {
    vertical-align: middle;
}