:root {
    --main-bg-color: #ebf6fd;
    /*--menu-blue: #3276b1;*/
    /*--main-blue: #5193d9;*/
    /*--main-blue: #38a9e0;*/
    --main-blue: #3894e0;
    --bg-grey: #696969;
    --bg-disabled: #c4c4c4;
    --bg-success: #65C18C;
    --bg-warning: #FFB72B;
    --bg-error: #FF6363;
}

.xdebug-error {
    z-index: 99999;
    position: absolute;
}
/*.smart-style-2.menu-on-top .menu-item-parent {*/
/*    font-size: 11px;*/
/*}*/
/*.smart-style-2 nav ul li a {*/
/*    !*color: var(--bg-grey) !important;*!*/
/*    color: #eeeeee !important;*/
/*}*/
/*.smart-style-2 nav > ul > li > a > i {*/
/*    font-size: 30px !important;*/
/*}*/
/*.menu-on-top .menu-item-parent {*/
/*    max-width: 252px;*/
/*    min-width: 50px;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    text-align: center;*/
/*}*/
/*.smart-style-2.menu-on-top nav ul ul, .smart-style-2.menu-on-top nav ul ul ul {*/
/*    background: white !important;*/
/*    color: var(--bg-grey)!important;*/
/*    !*border: 1px solid var(--main-blue);*!*/
/*    border: 0;*/
/*    border-top: 0;*/
/*}*/
/*#left-panel nav {*/
/*    background-color: var(--main-blue) !important;*/
/*}*/
/*.smart-style-2.menu-on-top nav ul ul li a, .smart-style-2.menu-on-top nav ul ul ul li a {*/
/*    !*color: #ffffff !important;*!*/
/*    color: var(--bg-grey)!important;*/
/*}*/

/*.smart-style-2.menu-on-top aside#left-panel nav > ul > li:hover {*/
/*    background: var(--main-blue);*/
/*    background: white;*/
/*    border-right-color: #fff;*/
/*    border-left-color: #fff;*/
/*}*/
/*.smart-style-2.menu-on-top aside#left-panel nav > ul > li:hover > a {*/
/*    color: var(--bg-grey) !important;*/
/*    border-left: none;*/
/*    border-right: none;*/
/*    padding-left: 8px !important;*/
/*    padding-right: 8px !important;*/
/*}*/
/*.smart-style-2.menu-on-top aside#left-panel {*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    border-bottom: 3px solid var(--main-blue) !important;*/
/*    border-top: none;*/
/*}*/

/*#header {*/
/*    height: 49px;*/
/*}*/
/*#left-panel {*/
/*    padding-top: 49px;*/
/*}*/

.smart-style-2 .fondGris {
    background-color: var(--bg-grey);
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.smart-style-2 .badge-important {
    background: var(--bg-error) !important;
}.smart-style-2 .label-danger {
    background: var(--bg-error) !important;
}

.fondGris h1 {
    display: inline-block;
    /*margin-right: 50px;*/
}

.float-r {
    float: right;
}

.smart-style-2 .panel {
    border-radius: 0px;
}
.smart-style-2 .progress-bar[aria-valuenow="0"] {
    color: #999;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.smart-style-2  .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: var(--main-blue);
    background-image:none;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.smart-style-2 .btn-primary, .smart-style-2 .smart-form .button {
    background-color: var(--main-blue)!important;
    border-color: var(--main-blue)!important;
}
.smart-style-2 .btn-success, .smart-style-2 .smart-form .button {
    background-color: var(--bg-success)!important;
    border-color: var(--bg-success)!important;
}
.smart-style-2 .btn-warning {
    background-color: var(--bg-warning);
    border-color: var(--bg-warning);
}
.smart-style-2 .btn-danger {
    background-color: var(--bg-error);
    border-color: var(--bg-error);
}
.select2-container--default .select2-selection--single {
    border-radius: 5px !important;
}
 body.smart-style-2 {
    background-color: var(--main-bg-color) !important;
}
.smart-style-2 .panel-primary {
    border-color: var(--main-blue);
}
.smart-style-2 .panel-default {
    /*border-color: var(--bg-grey);*/
}

.smart-style-2 .panel-primary .panel-heading {
    color: #fff;
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}
.smart-style-2 .panel-default .panel-heading {
    color: #fff;
    background-color: var(--bg-grey);
    border-color: var(--bg-grey);
}
.smart-style-2 .nav-tabs  li.active > a {
    font-weight: 700 !important;
    color: #fff;
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}
.smart-style-2 .nav-tabs li{
    background-color:#fff;
    border-color: var(--main-blue);
}
.smart-style-2 .btn.disabled {
    background-color: var(--bg-disabled)!important;
    border-color: var(--bg-disabled)!important;
    cursor: not-allowed!important;
}
#paramHead button#paramMenu {
    background-color: transparent;
    border-color: transparent;
    color: white;
    font-size: 25px;
}

nav ul {
    padding-top: 0px;
}
.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    /*background-color: #0477EA;*/
    background-color: var(--main-blue);
    /*background-color: #094067;*/
}

#titleSmartphone {
    display: inline-block;
    color: white;
    /*margin-left: 150px;*/
    font-size: 15px;
    font-weight: bold;
    /*width: 375px;*/
    width: 100%;
    margin-top: 13px;
    margin-left: 100px;
}


@media (max-width: 992px) {
    #header > :first-child, aside {
        width: 250px !important;
    }
}

@media (min-width: 992px) {
    #header > :first-child, aside {
        width: 700px !important;
    }
}

@media (max-width: 640px) {
    #guiContent.row {
        margin-left: 0;
        margin-right: 0;
    }

    .container-fluid,
    div[role='content'] {
        padding-left: 0;
        padding-right: 0;
    }

    div[role='content'] {
        border:none;
    }
}

@media (max-width: 480px) {
    #header > :first-child, aside {
        width: 180px !important;
    }

    #guiContent.row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
    .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
    .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
    .container-fluid,
    div[role='content'] {
        padding-left: 0;
        padding-right: 0;
    }

    div[role='content'] {
        border:none;
    }
}

#header img#imgLogo {
    float: left;
    margin: 0 0 0 8px;
    height: 49px;
}

#header span#txtAppli {
    float: left;
    padding: 13px 0 0 20px;
    display: block;
    color: #ffffff;
    font-weight: bold;
}

#usernameHead {
    color: white;
}

#searchHead {
    color: white;
    margin-top: 10px;
}

.jarviswidget-color-blue > header {
    /*background: #0477EA;*/
    background: #4A4A4A;
    color: #FFF;
}
#lettres {
    text-align: center;
}
#lettres>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
}
#lettres>span button{
   background: #3e96ea;
    color: white;
    width: 40px;
    height: 40px;
    font-weight: bold;
    border-radius:50%;
}
.panel-heading .numChapitre {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #3e96ea;
    color: white;
    font-weight: bold;
    border-radius:50%;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 0px 4px 0px;
    margin: 0px 10px 0px 0px;
  }

#filtreAnalyse {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #3e96ea;
    color: white;
    font-weight: bold;
    border-radius:50%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0px 4px 0px;
    margin: 0px 10px 0px 0px;
  }

#lettres>span.selectedLetter button{
    background: #2846ea;
}


#lettres>span button:hover{
  border-bottom: 3px solid #666;
}
.breadcrumb > li + li:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb li:last-child {
   font-weight: bold;
}
#destocke > label > input {
    width: 350px;
    margin-top: 0px !important;
    border-radius: 5px;
}