html {
  --bg-color-top: #007ac2;
  --txt-color-top: #ffffff;
  --txt-color-top2: #c0c0c0;
  --bg-color-left: #007ac2;
  --txt-color-left: #ffffff;
  --bg-color-connect: #007ac2;
  --txt-color-connect: #ffffff;
  --txt-color-connect2: #c0c0c0;
}

html, body {
    height: 100%;
    background : #ecf0f5;
    min-width: 320px!important;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

body {
    font-family: Roboto,sans-serif !important;
    /* font-weight: 400;*/
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    color: #666;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
    margin-bottom: -10px!important;
}

/* Layout */
.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

/*
 * Content Wrapper - contains the main content
 */
.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

/**** prenvent right side from translating on small screens*****/
.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}

.main-footer {
    background: #ecf0f5;
    padding: 15px;
    color: #444;
    border-top: 1px solid #ecf0f5;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Content */
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Roboto, sans-serif;
}

/* General Links */
a {
    color: #666;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color:#666;
}

/* Page Header */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    box-shadow: 2px 0 3px rgba(0,0,0,.5);
}

.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }
    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome, sans-serif;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
}

.main-header-menu .sidebar-toggle:before {
    color: var(--txt-color-top);
}

.main-header-menu {
    color: var(--txt-color-top);
}

.main-header-connect .sidebar-toggle:before {
    color: var(--txt-color-connect)!important;
}

.main-header-connect {
    color: var(--txt-color-connect)!important;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

/***** label back to first style ***/
.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 6px;
    right: -1px;
    text-align: center;
    font-size: 11px;
    padding: 2px 3px;
    line-height: .9;
    border-radius: 13px;
    display: inline-block;
    vertical-align: baseline;
    text-shadow: none;
    min-width: 10px;
    white-space: nowrap;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-family: Roboto, sans-serif;
    padding: 0 15px;
    font-weight: 400;
    overflow: hidden;
}

.main-header .logo .logo-lg {
    display: block;
}

.main-header-menu .logo .logo-lg {
    color : var(--txt-color-top);
}

.main-header-connect .logo .logo-lg {
    color : var(--txt-color-connect)!important;
}

/****on hover same color for "backoffice" and" Petrole" ***/
.main-header-menu .logo > span > span{
    color : var(--txt-color-top2);
}
.main-header-connect .logo > span > span{
    color : var(--txt-color-connect2)!important;
}

.main-header .logo > span > span:hover{
    color: var(--txt-color-top) !important;
    transition: color .2s ease !important;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
}

.main-header-connect .logo > span > span:hover{
    color: var(--txt-color-connect) !important;
}

.main-header-menu .logo > span > span:hover{
    color: var(--txt-color-top) !important;
}

.main-header .logo .logo-mini > span > small :hover{
    transition: color .2s ease !important;
}

.main-header-connect .logo .logo-mini > span > small :hover{
    color: var(--txt-color-top) !important;
}
.main-header-menu .logo .logo-mini > span > small :hover{
    color: var(--txt-color-connect) !important;
}

.main-header-connect .logo-mini > i{
    color: var(--txt-color-connect) !important;
}

.main-header-menu .logo-mini > i{
    color: var(--txt-color-top) !important;
}

.main-header .logo .logo-mini {
    display: none;
}

.main-header-menu .navbar-brand {
    color: var(--txt-color-top);
}

.main-header-connect .navbar-brand {
    color: var(--txt-color-connect)!important;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
    color: #3c8dbc;
    margin-right : 10px;
    font-size: 14px;
}

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
    color : #3c8dbc;
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }
    .content-header > .breadcrumb li:before {
        color: #97a0b3;
    }
}

.navbar-toggle {
    color: var(--txt-color-top);
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }
    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }
    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

    .main-header .navbar {
        margin: 0;
    }
    .main-header .navbar-custom-menu {
        float: right;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }
    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}

.main-header-connect .navbar-custom-menu .navbar-nav > li > a{
    background: none! important;
    color: var(--txt-color-connect)! important;
}

.main-header-menu .navbar-custom-menu .navbar-nav > li > a{
    background: none! important;
    color: var(--txt-color-top)! important;
}


.skin-blue .main-header .navbar .nav > li > a:hover{
    color :  var(--txt-color-top2)! important; /*rgb(60, 141, 188)*/
    transition: color .2s ease !important;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
}

.skin-blue .main-header-menu .navbar .nav > li > a:hover{
    color :  var(--txt-color-top2)! important;
}

.skin-blue .main-header-connect .navbar .nav > li > a:hover{
    color :  var(--txt-color-connect2)! important;
}

.skin-blue .main-header .navbar .nav > li.dropdown.notifications-menu > a:hover, .nav > li.dropdown.panier > a:hover{
    color : #f0ad4e! important;
    transition: color .2s ease !important;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
}

.skin-blue .main-header .navbar #langues li:hover{
    background: rgba(225, 227, 233, 0.75)! important;
}

.skin-blue .main-header .navbar .dropdown-menu li:hover{
    background: #e1e3e9;
}

.skin-blue .main-header-menu .navbar {
    background :  var(--bg-color-top)! important;
}
.skin-blue .main-header-connect .navbar {
    background :  var(--bg-color-connect)! important;
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.left-side {
    background: var(--bg-color-left);
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
}

.sidebar {
    padding-bottom: 10px;
    background: var(--bg-color-left)!important;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.user-panel:before,
.user-panel:after {
    content: " ";
    display: table;
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel > .info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}

.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 9px;
}

.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 5px;
    background: var(--bg-color-left)!important;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    background: var(--bg-color-left)!important;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-right: 5px;
}

.sidebar-menu > li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-down,
.sidebar-menu li > a > .pull-right-container > .fa-angle-down {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li > a > .fa-angle-down {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.sidebar-menu li.active > a > .fa-angle-down,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #d2d6de!important; /*#3c8dbc;*/
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
    background: var(--bg-color-left);
    color: black;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 13px;
    background: var(--bg-color-left)!important;
    color: var(--txt-color-left);
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-up,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-up {
    width: auto;
    color: var(--txt-color-left);
}

.sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    background: var(--bg-color-left)!important;
}

.sidebar-menu > li > .treeview-menu{
    background: var(--bg-color-left)!important;
}

.skin-blue .treeview-menu > li.active > a, ul#nav.sidebar-menu >li.treeview.active > ul.treeview-menu > li.active > a{
    background: #3c8dbc!important;
}

.skin-blue .treeview-menu > li.active > a, ul#nav.sidebar-menu > li.treeview.active > ul.treeview-menu > li.active > a:hover{
    color: var(--txt-color-left)!important;
}

.skin-blue .sidebar a:hover {
    color: #d2d6de! important;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {

    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        margin-right: 0;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }

    /****** set gap between header and links of a treeview on a collapsed menu ****/
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li.treeview >a >span:not(.pull-right-container){
        box-shadow:  0 4px 3px -3px rgba(0,0,0,.25);
        z-index: 1030;
    }

    /**** background color of active class when sidebar is collapsed *****/
    .skin-blue.sidebar-mini.sidebar-collapse .sidebar-menu > li.active> a{
        background: #3c8dbc!important;
    }

    .skin-blue.sidebar-mini.sidebar-collapse .sidebar-menu > li.active> a:hover{
        color: #d2d6de!important;
    }

    /**** left border of active class *******/
    .skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a{
        border-left-color: #d2d6de;
    }

    /***************************** tooltip for the sidebar collapse(disabled)**************************************/
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 200px;
        left: 40px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        position: relative!important;
        float: right;
        width: auto!important;
        left: 180px !important;
        top: -22px !important;
        z-index: 900;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 44px;
        margin-left: 0;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
        margin-top: 2px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        font-size: 18px;
        display: inline-block;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-form,
.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li > a {
    position: relative;
}

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

.dropdown-menu > li > a {
    color: #777;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.dropdown-menu > li > a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu > .divider {
    background-color: #eee;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
    position: relative;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #EDEDED;
    color: #444444;
    font-size: 14px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #666!important;
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #EDEDED;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    background: #EDEDED;
    text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    margin: 0;
    padding: 10px 10px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    content: " ";
    display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    clear: both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 15px;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #dddddd;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    content: " ";
    display: table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #444 !important;
}

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    content: " ";
    display: table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #666666;
}

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }
    .navbar-custom-menu > .navbar-nav > li {
        position: static;
    }
    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-clip: padding-box;
    }
}

/*
 * Component: Form
 * ---------------
 */
.form-control {
    border-radius: 4px!important;
    box-shadow: none;
    border-color: #d2d6de;
    height: auto !important;
}

.form-control:focus {
    border-color: #32ABD0;
    box-shadow: none;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px !important;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block {
    color: #00a65a;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block {
    color: #f39c12;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}

/*
    * Component: Progress Bar
     * -----------------------
     */
.progress,
.progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
 * Component: Button
 * -----------------
 */
.btn , .btn.btn-box-tool.dropdown-toggle{
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn.dropdown-toggle{
    border: 1px solid #d2d6de;
}

.btn.uppercase {
    text-transform: uppercase;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn:active {
    -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);
}

.btn:focus {
    outline: none;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-default {
    background-color: #EDEDED;
    color: #444;
    border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7;
}

.btn-primary {
    background-color: #32ABD0;
    border-color: #32ABD0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #32ABD0;
}

.btn-success {
    background-color: #95C11F;
    border-color: #95C11F;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
}

.btn-info {
    background-color: #32ABD0;
    border-color: #00acd6;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #00acd6;
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #e08e0b;
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #EDEDED;
    font-size: 12px;
}

.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
    font-size: 20px;
    display: block;
}

.btn-app:hover {
    background: #EDEDED;
    color: #444;
    border-color: #aaa;
}

.btn-app:active,
.btn-app: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);
}

.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}


/*
 * Component: alert
 * ----------------
 */
.alert {
    border-radius: 3px;
}

.alert h4 {
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}


/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}


/* NAV PILLS */
.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
    margin-right: 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #B22222;
}

.nav-pills > li.active > a {
    font-weight: 600;
}


/* NAV STACKED */
.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #B22222;
}

.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}


/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #EDEDED;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #B22222;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #EDEDED;
    border-right-color: #EDEDED;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #EDEDED;
    border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #B22222;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #32ABD0;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}


/* PAGINATION */
.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}


/*
 * Component: Products List
 * ------------------------
 */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-list > .item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff;
}

.products-list > .item:before,
.products-list > .item:after {
    content: " ";
    display: table;
}

.products-list > .item:after {
    clear: both;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    width: 50px;
    height: 50px;
}

.products-list .product-info {
    margin-left: 60px;
}

.products-list .product-title {
    font-weight: 600;
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #EDEDED;
}

.product-list-in-box > .item:last-of-type {
    border-bottom-width: 0;
}


/*
 * Component: Table
 * ----------------
 */
.table{
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #EDEDED;
}

.table > thead > tr > th {
    border-bottom: 2px solid #EDEDED;
}

.table tr td .progress {
    margin-top: 5px;
}

.table-bordered {
    border: 1px solid #EDEDED;
    font-size:.8em;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #EDEDED;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}


/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}


/*
 * Component: Label
 * ----------------
 */
.label-default {
    background-color: #d2d6de;
    color: #444;
}


/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-msg:after {
    clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444444;
}

.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

.contacts-list > li:before,
.contacts-list > li:after {
    content: " ";
    display: table;
}

.contacts-list > li:after {
    clear: both;
}

.contacts-list > li:last-of-type {
    border-bottom: none;
}

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name,
.contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}

.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39;
}

.direct-chat-primary .right > .direct-chat-text {
    background: #B22222;
    border-color: #B22222;
    color: #ffffff;
}

.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #B22222;
}

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #f39c12;
}

.direct-chat-info .right > .direct-chat-text {
    background: #32ABD0;
    border-color: #32ABD0;
    color: #ffffff;
}

.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #32ABD0;
}
.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #ffffff;
}

.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a;
}


/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
    color: #999;
}

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}


/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}


/*
 * Component: modal
 * ----------------
 */
.modal {
    background: rgba(192,192,192,0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #EDEDED;
}

.modal-footer {
    border-top-color: #EDEDED;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}


/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image > img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

.widget-user .box-footer {
    padding-top: 30px;
}

.box-footer{

    background-color: white;
}
.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}


/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

.mailbox-controls.with-border {
    border-bottom: 1px solid #EDEDED;
}

.mailbox-read-info {
    border-bottom: 1px solid #EDEDED;
    padding: 10px;
}

.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0;
}

.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0 0;
}

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: bold;
    color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #EDEDED;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

.mailbox-attachment-icon.has-img {
    padding: 0;
}

.mailbox-attachment-icon.has-img > img {
    max-width: 100%;
    height: auto;
}


/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.lockscreen-logo a {
    color: #444;
}

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}

/* User image */
.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

.lockscreen-image > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
    margin-left: 70px;
}

.lockscreen-credentials .form-control {
    border: 0;
}

.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

.lockscreen-footer {
    margin-top: 10px;
}

/*
Page opposition / suspension de carte
*/

div.droplist-opposition ul.dropdown-menu.open {
    min-height: 312px!important;
}
div.droplist-opposition ul.dropdown-menu.inner {min-height: 300px!important;
}


/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a,
.register-logo a {
    color: #444;
}

.login-page,
.register-page {
    background: #d2d6de;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
    background : #ecf0f5;
}

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body,
.register-box-body {
    /*background: #fff;*/
    padding: 20px;
    border-top: 0;
    color: #666;
    background : #ecf0f5;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}


/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}
@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}


/*
 * Page: Invoice
 * -------------
 */
.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #EDEDED;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post .user-block {
    margin-bottom: 15px;
}


/*
 *print
 * -----------
 */
@media print {
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }
    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .invoice-col {
        float: left;
        width: 33.3333333%;
    }
    .table-responsive {
        overflow: auto;
    }
    .table-responsive > .table tr th,
    .table-responsive > .table tr td {
        white-space: normal !important;
    }
}

/******/
.main-header, .main-header .logo, .skin-blue .main-header .navbar, .skin-blue .main-header .navbar, .skin-blue .main-sidebar, .skin-blue .left-side{
    background: var(--bg-color-top)!important;
}
.main-header-connect, .main-header-connect .logo, .skin-blue .main-header-connect .navbar, .skin-blue .main-header-connect .navbar, .skin-blue .main-sidebar, .skin-blue .left-side{
    background: var(--bg-color-connect)!important;
}

.skin-blue .sidebar-menu > li > a {
    color: var(--txt-color-left) !important;
    font-family: Roboto, sans serif ! important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

/***** scroll to top ******/
a#cRetour{
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index:99999;
    right:20px;
    border-radius:50%;
    padding:10px;
    font-size:25px;
    text-align:center;
    color: #32ABD0;
    background:rgba(0, 0, 0, 0.25);
    position:fixed;
    opacity:.4;
    transition: all 1.2s ease;
    transition:all ease-in 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
}

a#cRetour:before{  }

a#cRetour:hover{
    background: rgba(60, 141, 188, 0.5);
    transition:all ease-in 0.2s;
}

a#cRetour.cInvisible> fa.fa-chevron-up{
    bottom:-35px;
    opacity:0;
    transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
    bottom:20px;
    opacity:1;
}

div.wrapper > div.content-wrapper{
    padding-bottom: 10px!important;
}

/***** pulsating border over notification's dropdown *****/
@keyframes pulsate{
    30% {
        -webkit-transform: scale(.1,.1);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0;
    }
}

li.dropdown.notifications-menu > a .notification-ring {
    border: 1px solid #FFD700;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    right: -8px;
    -webkit-animation: pulsate 8s ease-out;
    animation: pulsate 8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/****************** box2 ********************/
.box2{
    position: relative;
    border-radius:5px!important;
    background: #ffffff;
    border-top: none!important;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
}

.box2>.box-header{
    padding-left:10px;
    font-size: 0.8em;
}
.box2 .box-footer{
    min-height: 60px;
}
.txt{
    font-weight: 800;
    color: #32ABD0;
    width:40%;
}


/***** jquery tabs ***/
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }

    .box-footer-sm{
        margin-top: 39px!important;
    }
}

/* Tabs container */
.r-tabs {
    position: relative;
    background-color: #32ABD0;
    border-top: 1px solid #32ABD0;
    border-right: 1px solid #32ABD0;
    border-left: 1px solid #32ABD0;
    border-bottom: 4px solid #32ABD0;
    border-radius: 4px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #32ABD0;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #32ABD0;
    text-shadow: none;
    background-color: white;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
    background-color: white;
    border-bottom: 4px solid white;
    /*
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    */
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #32ABD0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #32ABD0;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

/* Buttons */
button {
    display:inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #32ABD0;
    cursor: pointer;
}

/* Info bar */
.info {
    display:inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    width: 300px;
    line-height: 100%;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 14px;
    color: #32ABD0;
    border: 2px solid #00ab94;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}

#prec{
    margin-left: 10px;
}

#demo-popup{
    max-width: 1024px;
    margin: 20px auto;
    padding: 30px 40px;
    border-radius: 0;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: auto;
}

.page {
    padding: 15px 0 0;
}

.bmd-modalButton {
    display: block;
    margin: 15px auto;
    padding: 5px 15px;
}

.close-button {
    overflow: hidden;
}

.bmd-modalContent {
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

.bmd-modalContent .close {
    font-size: 30px;
    line-height: 30px;
    padding: 7px 4px 7px 13px;
    text-shadow: none;
    opacity: .7;
    color:#fff;
}

.bmd-modalContent .close span {
    display: block;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
    opacity: 1;
    outline: none;
}

.bmd-modalContent iframe {
    display: block;
    margin: 0 auto;
}

.embed-responsive-item{
    color: #000;
}

.sidebar-menu > li > a {
    color: var(--txt-color-left) !important;
    font-family: Roboto, sans serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

/****************************************** jquery idealforms.css : page de creation de client **************************/

/*
 * jQuery Ideal Forms
 * @author: Cedric Ruiz
 * @version: 3.0
 * @license GPL or MIT
 */
.idealforms-field-width{width:619.3333333333334px}
form.idealforms{zoom:1;line-height:1.5;}
form.idealforms:before,form.idealforms:after{content:"";display:table}
form.idealforms:after{clear:both}
form.idealforms *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
form.idealforms .field{position:relative;float:left;clear:both;margin:.35em 0}
form.idealforms label.main,form.idealforms .field > input,form.idealforms select,form.idealforms button,form.idealforms textarea,form.idealforms .field .group{float:left}
/*form.idealforms .field > input,form.idealforms select,form.idealforms button,form.idealforms textarea,form.idealforms .field .group{margin-left: 12px !important;}*/
form.idealforms label.main{width:179px;margin-top:.55em;margin-right: -2em !important;}
form.idealforms label.main2{width:120px;}
form.idealforms input,form.idealforms textarea,form.idealforms select,form.idealforms .field .group{margin:0;padding:0;border:0;outline:0;width:290px;padding:.55em;border:1px solid #999;outline:0;-webkit-border-radius:3.01px;border-radius:3.01px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.15)}
form.idealforms input{-webkit-transition:background 0.3s ease-in-out;-moz-transition:background 0.3s ease-in-out;-o-transition:background 0.3s ease-in-out;-ms-transition:background 0.3s ease-in-out;transition:background 0.3s ease-in-out}
form.idealforms textarea{width:435px}
form.idealforms select,form.idealforms button{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border:1px solid #aaa;border-bottom-color:#919191;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;padding:.55em 1.5em;cursor:pointer;}
form.idealforms select:hover,form.idealforms button:hover{background:-webkit-linear-gradient(#fff, #eaeaea);background:-moz-linear-gradient(#fff, #eaeaea);background:-o-linear-gradient(#fff, #eaeaea);background:-ms-linear-gradient(#fff, #eaeaea);background:linear-gradient(#fff, #eaeaea)}
form.idealforms select:active,form.idealforms button:active,form.idealforms select:active:focus,form.idealforms button:active:focus{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border:1px solid #aaa;border-bottom-color:#919191;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;background:#ddd}
form.idealforms select:focus,form.idealforms button:focus{outline:none;border-color:#3f9dcc;-webkit-box-shadow:0 0 1px #3f9dcc;box-shadow:0 0 1px #3f9dcc}
form.idealforms button{width:auto}
form.idealforms select{padding:.55em;}
form.idealforms select:focus{border:1px solid #444}
form.idealforms input[type="file"]{padding:0}
form.idealforms .field .group{position:relative;padding:1.25em;-webkit-box-shadow:none;box-shadow:none;}
form.idealforms .field .group label{float:left;clear:both;padding:.15em 0;}
form.idealforms .field .group input,form.idealforms .field .group label{margin:0}
form.idealforms .field .group input{width:auto;margin-right:.5em;-webkit-box-shadow:none;box-shadow:none}
form.idealforms .field .group label{margin-right:1em;}
form.idealforms .field .group label:last-of-type{margin:0}
form.idealforms .field.valid input,form.idealforms .field.valid select,form.idealforms .field.valid textarea,form.idealforms .field.valid .group{color:#18445a;background:#edf7fc;border-color:#3f9dcc}
form.idealforms .field.invalid input,form.idealforms .field.invalid select,form.idealforms .field.invalid textarea,form.idealforms .field.invalid .group,form.idealforms .field.invalid .form-control{color:#430e08;background:#ffeded;border-color:#cc2a18}
form.idealforms .field.valid .group,form.idealforms .field.invalid .group,form.idealforms .field.valid textarea,form.idealforms .field.invalid textarea,form.idealforms .field.valid select,form.idealforms .field.invalid select{color:inherit;background:none}
form.idealforms .field.valid select,form.idealforms .field.invalid select{background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd)}
form.idealforms .field .icon{position:absolute;width:16px;height:16px;top:50%;left:30%;margin-top:-8px;margin-left:8px;background:url("../../images/validation.png") -16px 0 no-repeat;cursor:pointer;display:none}
form.idealforms .field.invalid .icon{background-position:-16px 0; display:none!important;}
form.idealforms .field.valid .icon{background-position:-16px 0;cursor:default; display:none!important;}
form.idealforms .field.invalid .group input,form.idealforms .field.valid .group input{border:0;outline:0;-webkit-box-shadow:none;box-shadow:none}
form.idealforms .field.ajax input{color:#463a09;background:#faf9e8;border-color:#cfaa19}
form.idealforms .field.ajax .icon{background:url("../img/loading.gif")}
form.idealforms .error{display:none;position:absolute;z-index:1;left:100%;top:50%;padding:1em 1.5em;width:193.33333333333334px;margin-left:40px;background:#285d85;background:-webkit-linear-gradient(#285d85, #3070a0);background:-moz-linear-gradient(#285d85, #3070a0);background:-o-linear-gradient(#285d85, #3070a0);background:-ms-linear-gradient(#285d85, #3070a0);background:linear-gradient(#285d85, #3070a0);color:#fff;font-size:85%;font-weight:bold;text-shadow:0 1px 0 rgba(0,0,0,0.3);line-height:1.35;border:1px solid #1c425e;-webkit-border-radius:0 3.01px 3.01px 3.01px;border-radius:0 3.01px 3.01px 3.01px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);box-shadow:0 1px 1px rgba(0,0,0,0.15);}
form.idealforms .error:after{content:"";position:absolute;z-index:-1;top:-1px;left:-.7em;border-width:.7em;border-style:solid;border-color:transparent;border-top-color:#285d85}
form.idealforms .idealforms-field-checkbox .icon,form.idealforms .idealforms-field-radio .icon,form.idealforms .idealforms-field-textarea .icon{top:8px;margin-top:0}
form.idealforms .idealforms-field-checkbox .error,form.idealforms .idealforms-field-radio .error,form.idealforms .idealforms-field-textarea .error{top:1.25em}
form.idealforms.adaptive .field{float:none;max-width:290px;zoom:1}
form.idealforms.adaptive .field:before,form.idealforms.adaptive .field:after{content:"";display:table}
form.idealforms.adaptive .field:after{clear:both}
form.idealforms.adaptive label.main{display:block;float:none;width:auto;padding-bottom:.5em}
form.idealforms.adaptive input,form.idealforms.adaptive textarea,form.idealforms.adaptive select,form.idealforms.adaptive .field .group{width:100%}
form.idealforms.adaptive .field .icon{top:0;margin-top:3.2em}
form.idealforms.adaptive .error{position:relative;float:left;clear:both;width:100%;left:0;margin-left:0;margin-top:3px;-webkit-border-radius:3.01px;border-radius:3.01px;}
form.idealforms.adaptive .error:after{top:2px;left:50%;margin-top:-1.4em;margin-left:-.35em;border-color:transparent;border-bottom-color:#285d85}
form.idealforms.adaptive .error.hidden{position:absolute;visibility:hidden}
form.idealforms.adaptive .idealforms-field-checkbox .error,form.idealforms.adaptive .idealforms-field-radio .error,form.idealforms.adaptive .idealforms-field-textarea .error{top:0}
.idealsteps-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.idealsteps-step{display:none;zoom:1}
.idealsteps-step:before,.idealsteps-step:after{content:"";display:table}
.idealsteps-step:after{clear:both}
.idealsteps-nav{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border-bottom-color:#919191;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.5);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;overflow:hidden;margin-bottom:2em;}
.idealsteps-nav ul{margin:0;padding:0;border:0;outline:0;list-style:none}
.idealsteps-nav li{float:left}
.idealsteps-nav a{position:relative;float:left;padding:0 1.5em 0 2.75em;height:3.5em;line-height:3.5em;text-decoration:none;color:#5e5e5e;background:#ddd;-webkit-transition:padding 0.2s ease-in-out;-moz-transition:padding 0.2s ease-in-out;-o-transition:padding 0.2s ease-in-out;-ms-transition:padding 0.2s ease-in-out;transition:padding 0.2s ease-in-out;}
.idealsteps-nav a:focus{outline:0}
.idealsteps-nav a:hover{background:#eaeaea;}
.idealsteps-nav a:hover:after{border-left-color:#eaeaea}
.idealsteps-nav a:after,.idealsteps-nav a:before{content:"";position:absolute;z-index:1;top:0;right:-2em;margin-right:0;margin-top:-.125em;border-width:2em 1em;border-style:solid;border-color:transparent;border-left-color:#ddd}
.idealsteps-nav a:before{margin-right:-1px;border-left-color:#aaa}
.idealsteps-nav li:first-child a{padding-left:1.75em;-webkit-border-top-left-radius:3.01px;border-top-left-radius:3.01px;-webkit-border-bottom-left-radius:3.01px;border-bottom-left-radius:3.01px;}
.idealsteps-nav li.idealsteps-step-active a{padding-right:3.5em;background:#fff;color:#3f9dcc;font-weight:bold;cursor:default;}
.idealsteps-nav li.idealsteps-step-active a:after{border-left-color:#fff}
.idealsteps-nav li.idealsteps-step-active .counter{opacity:1;-ms-filter:none;filter:none}
.idealsteps-nav .counter{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);position:absolute;top:50%;right:1em;height:1.5em;width:1.5em;margin-top:-.75em;line-height:1.5 !important;text-align:center;color:#cc2a18;border:1px solid #cc2a18;-webkit-border-radius:10em;border-radius:10em;-webkit-transition:opacity 0.2s ease-in-out;-moz-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;-ms-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}
.idealsteps-nav .counter.zero{color:#3f9dcc;border-color:#3f9dcc}
.idealsteps-container.adaptive .idealsteps-nav{max-width:290px;border-bottom:0;}
.idealsteps-container.adaptive .idealsteps-nav li{float:none;overflow:hidden}
.idealsteps-container.adaptive .idealsteps-nav a,.idealsteps-container.adaptive .idealsteps-nav li:first-child a,.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a{width:100%;padding:0 2.5em 0 1.5em;border-bottom:1px solid #aaa;border-top:1px solid #f7f7f7;-webkit-border-radius:0;border-radius:0;}
.idealsteps-container.adaptive .idealsteps-nav a:after,.idealsteps-container.adaptive .idealsteps-nav li:first-child a:after,.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a:after,.idealsteps-container.adaptive .idealsteps-nav a:before,.idealsteps-container.adaptive .idealsteps-nav li:first-child a:before,.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a:before{display:none}
.idealsteps-container.adaptive .idealsteps-nav li:first-child a{-webkit-border-top-left-radius:3.01px;border-top-left-radius:3.01px;-webkit-border-top-right-radius:3.01px;border-top-right-radius:3.01px;}
.idealsteps-container.adaptive .idealsteps-nav li:last-child a{-webkit-border-bottom-left-radius:3.01px;border-bottom-left-radius:3.01px;-webkit-border-bottom-right-radius:3.01px;border-bottom-right-radius:3.01px;}
.idealsteps-container.adaptive .idealsteps-nav li.idealsteps-step-active a{padding-right:1.5em}
.idealsteps-container.adaptive .idealsteps-nav .counter{position:relative;float:right;right:0}
form.idealforms .ideal-radiocheck-label{display:inline-block;padding:.25em 0 !important;cursor:pointer;}
form.idealforms .ideal-radiocheck-label input{float:left}
form.idealforms .ideal-check,form.idealforms .ideal-radio{float:left;margin-right:10px !important;width:20px;height:20px;background:url("../img/radiocheck.png") 0 0}
form.idealforms .ideal-check.focus{background-position:-20px 0}
form.idealforms .ideal-check.checked{background-position:-40px 0}
form.idealforms .ideal-check.checked.focus{background-position:-60px 0}
form.idealforms .ideal-radio{background-position:0 bottom}
form.idealforms .ideal-radio.focus{background-position:-20px bottom}
form.idealforms .ideal-radio.checked{background-position:-40px bottom}
form.idealforms .ideal-radio.checked.focus{background-position:-60px bottom}
form.idealforms .ideal-file-wrap{float:left}
form.idealforms .ideal-file-filename{float:left;width:204px;height:100%;-webkit-border-radius:0;border-radius:0;-webkit-border-top-left-radius:3.01px;border-top-left-radius:3.01px;-webkit-border-bottom-left-radius:3.01px;border-bottom-left-radius:3.01px;}
form.idealforms .ideal-file-upload{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border:1px solid #aaa;border-bottom-color:#919191;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;padding:.55em 1.5em;cursor:pointer;overflow:visible;position:relative;float:right;left:-1px;width:87px;padding-left:0;padding-right:0;text-align:center;-webkit-border-radius:0;border-radius:0;-webkit-border-top-right-radius:3.01px;border-top-right-radius:3.01px;-webkit-border-bottom-right-radius:3.01px;border-bottom-right-radius:3.01px;}
form.idealforms .ideal-file-upload:hover{background:-webkit-linear-gradient(#fff, #eaeaea);background:-moz-linear-gradient(#fff, #eaeaea);background:-o-linear-gradient(#fff, #eaeaea);background:-ms-linear-gradient(#fff, #eaeaea);background:linear-gradient(#fff, #eaeaea)}
form.idealforms .ideal-file-upload:active,form.idealforms .ideal-file-upload:active:focus{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border:1px solid #aaa;border-bottom-color:#919191;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;background:#ddd}
form.idealforms .ideal-file-upload:focus{outline:none;border-color:#3f9dcc;-webkit-box-shadow:0 0 1px #3f9dcc;box-shadow:0 0 1px #3f9dcc}
form.idealforms.adaptive .ideal-file-wrap{width:100%}
form.idealforms.adaptive .ideal-file-filename{width:70%}
form.idealforms.adaptive .ideal-file-upload{width:30%}
.ideal-file-upload.ie{line-height:1.15}
.idealforms input.datepicker.open{border-bottom-color:transparent;-webkit-border-radius:0;border-radius:0;-webkit-border-top-left-radius:3.01px;border-top-left-radius:3.01px;-webkit-border-top-right-radius:3.01px;border-top-right-radius:3.01px;}
.ui-datepicker{display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:290px;margin-top:-2px;padding:.75em;background:#fff;border:1px solid #999;-webkit-border-bottom-left-radius:3.01px;border-bottom-left-radius:3.01px;-webkit-border-bottom-right-radius:3.01px;border-bottom-right-radius:3.01px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);box-shadow:0 1px 2px rgba(0,0,0,0.2)}
.ui-datepicker-header{position:relative;padding:.2em 0;margin-bottom:.75em;font-weight:bold;}
.ui-datepicker-header .ui-datepicker-title{text-align:center}
.ui-datepicker-header .ui-datepicker-prev,.ui-datepicker-header .ui-datepicker-next{text-indent:-9999px;width:16px;height:16px;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:url("../img/datepicker.png") 0 0;}
.ui-datepicker-header .ui-datepicker-prev:active,.ui-datepicker-header .ui-datepicker-next:active{margin-top:1px}
.ui-datepicker-header .ui-datepicker-next{background-position:-16px 0}
.ui-datepicker-header .ui-datepicker-prev{left:8px}
.ui-datepicker-header .ui-datepicker-next{right:8px}
.ui-datepicker-calendar{width:100%;border-collapse:collapse;table-layout:fixed;}
.ui-datepicker-calendar td{padding:.25em 0;text-align:center}
.ui-datepicker-calendar a{display:block;text-decoration:none;color:#808080;}
.ui-datepicker-calendar a:hover{color:#3f9dcc;font-weight:bold}
.ui-datepicker-calendar .ui-datepicker-today a{margin:0 .25em;background:#eee;-webkit-border-radius:3.01px;border-radius:3.01px}
/***************************/

.field.buttons button {
    margin-right: .5em;
}

#invalid {
    display: none;
    float: left;
    width: 100%;
    margin-left: 120px;
    margin-top: .5em;
    color: #CC2A18;
    font-size: 130%;
    font-weight: bold;
}

.idealforms.adaptive #invalid {
    margin-left: 0 !important;
}

.idealforms.adaptive .field.buttons label {
    height: 0;
}

.check2{
    left: 100px!important;
    /******ajouter pour resoudre le bug d'affichage sur chrome *****/
    box-shadow: none !important;
}

.check3{
    left: 115px!important;
}

.boutons{
    width           : 50px;
    /* float           : left;*/
    text-align      : center;
    margin          : 100px 10px 0px 10px;
    display         : inline;
    color: inherit;
}

.select{
    max-width: 290px;
}

.save{
    display: none;
}

#results_info{
    padding-left:10px;
}

.btn{
    margin: 10px 10px 5px 10px;
}

.ib-m{
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    font-size: 14px;
}

.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 18.9375em;
}

#consulter{
    vertical-align: middle;
    width: 100%;
    height: 1.375em;
    border: none;
    outline: none;
    background: none;
    transition: opacity 100ms ease-in-out;
}

#consulter:hover {
    opacity: .5;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color:rgba(5, 145, 162, 0.35);
}

.right{
    float: left;
    min-width: 100%;
}

#points_livraisons.button.button-small {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

.box-add{
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.xbutton{
    width: 40px;
}

.box-title{
    padding-top: 10px;
    margin-left: 10px;
}
.box-header> h3.box-title {
    margin-bottom: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    cursor: pointer;
    /*max-height: 335px !important;*/
}

.form-control-sm {
    border-radius: 4px!important;
    box-shadow: none;
    border-color: #d2d6de;
    cursor: pointer;
}
.btn.search-btn fa ib-m{
    background: none !important;
}

#extra-buttons {
    margin: 0;
    padding: 0;
}

#extra-buttons> li {
    position: relative;
    margin: 0;
    padding: 0;
}

#extra-buttons > li > a {
   /* padding: 2px 5px 12px 15px;*/
    padding: 7px 10px 7px 10px;
    display: block;
}

#extra-buttons > li > a > .fa{
    width: 20px;
}

.form-horizontal{
    line-height: 10px;
}
.form-horizontal .form-group {
    line-height: 20px;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group{
    margin-top: -10px;
    margin-bottom: -10px!important;
}

.field .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group{
    margin-top: -10px;
    margin-bottom: -10px!important;
}
.form-horizontal .form-group label {
    margin-top: 8.7px;
}

.btn-choose{
    border-radius: 4px !important;
    float: right;
}

.popupunder.alert-success{
    border: 1px solid #198b49;
    background:rgba(220, 20, 60, 0.25);
    color:#fff;
    margin-top: 15px;
    height:100px;
}

.popupunder .close{
    font-size: 10px;
    position:absolute !important;
    right: 10px;
    margin-top: -10px;
}

@media (max-width: 767px) {
    #prefixe_div {
        width:97%;
    }
    .table-responsive {
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    #prefixe_div {
        width:49%;
    }
}

@media (max-width: 1095px) {
    .table_option_carte {
        overflow-x: auto !important;
    }
}

.tabledit-edit-button.btn.btn-sm.btn-default, .tabledit-delete-button.btn.btn-sm.btn-default{
    background: transparent !important;
    border: none!important;
    box-shadow: none;
}

/****** for customer logo in the page s header  ****************/
#xx{
    background-repeat:no-repeat !important;
    /*background-size: 50% 100% !important;*/
    background-position: center !important;
}

.hidden{
    display: none;
}

.buttons {
    margin-top: 4em !important;

}

#loader{
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 95%;
    text-align: center;
    padding-top: 5%;
    background-color: #fff;
    -moz-opacity: .8;
    opacity: .7;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-left: 45% !important;
    margin-right: 25% !important;
    /*margin-top:-10.5%;*/
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.titre {
    color: #3f9dcc;
}

.obligatoire{
    color: #cc2a18;
}

@media (max-width: 767px) {
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #444444;
    }
}


/******************************preloader ***********************/
/* The Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    overflow: hidden;

    /* je commente parce que c'est une erreur

    // Modernizr no-js fallback
       .no-js & {
        display: none;
    }

    */
}

#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #16a085;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#preloader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin-reverse .6s linear infinite;
}

#preloader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1s linear infinite;
}

/* je commente parce que c'est une erreur

@include keyframes(spin) {
    0% {
    @include transform(rotate(0deg));
    }
    100% {
    @include transform(rotate(360deg));
    }
    }

    @include keyframes(spin-reverse) {
    0% {
    @include transform(rotate(0deg));
    }
    100% {
    @include transform(rotate(-360deg));
    }
}

*/

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 10;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.pagination{
    margin-bottom: auto !important;
}

.bg-red {
    color: #fff !important;
    background-color: #dd4b39 !important;
}

.bg-red-active{
    background-color: #d33724 !important;
}

.lobibox.lobibox-success.animated-super-fast.zoomIn {
    top: 30% ;
}

.lobibox.lobibox-confirm.animated-super-fast.zoomIn{
    top: 30% ;
}

.modal {
    text-align: center;
    padding: 0!important;
    background: rgba(84, 84, 84, 0.11);
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.content-wrapper{
    float: left;
    width: 85%;
}

@media (min-width: 0px) and (max-width: 768px) {
    .sidebar-collapse .content-wrapper{
        float: left;
        width: 95% !important;
    }
    .sidebar-open .content-wrapper{
        padding-left: 230px;
    }
    .sidebar-mini .content-wrapper{
        float: left;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {

    .sidebar-mini .content-wrapper{
        float: left;
        width: 70% !important;
    }
    .sidebar-collapse .content-wrapper{
        float: left;
        width: 95% !important;
    }
}

@media (min-width: 900px)  and (max-width: 1100px) {
    .sidebar-mini .content-wrapper{
        float: left;
        width: 75% !important;
    }
    .sidebar-collapse .content-wrapper{
        float: left;
        width: 95% !important;
    }
}

@media (min-width: 1100px)  and (max-width: 1500px) {
    .sidebar-mini .content-wrapper{
        float: left;
        width: 80% !important;
    }
    .sidebar-collapse .content-wrapper{
        float: left;
        width: 95% !important;
    }
}

@media (min-width: 1500px) {
    .sidebar-mini .content-wrapper{
        float: left;
        width: 85% !important;
    }
    .sidebar-collapse .content-wrapper{
        float: left;
        width: 95% !important;
    }
}






/*****************/
/*   Other Css   */
/*****************/

/** Fichier CSS de la page d'accueil, de connexion, et de deconnexion */

/*****************
** CSS du corps **
******************/
#message_connexion{
    width       : 100%; /*au lieu de 760*/
    height      : 20px;
    text-align  : center;
    font        : italic 12px  calibri;
    margin      : 0px 0px 10px 0px;
    color: #cc2a18;
}
#message_deconnexion{
    width       : 1100px; /*au lieu de 760*/
    height      : 20px;
    text-align  : center;
    font        : italic 12px  calibri;
    margin      : 0px 0px 10px 0px;
}

/************************
** CSS du fil d'ariane **
*************************/
#fil_ariane {
    width           : 1100px;  /*au lieu de 760*/
    height          : 10px;
    padding         : 0px 0px 0px 0px;
    font            : 12px calibri;
    text-align      : left;
    margin: 10px auto;
}

#fleche_ariane{
    float               : left;
    height              : 15px;
    width               : 15px;
    margin-right        : 3px;
    background-image    : url("../../images/fleche_ariane.jpg");
    background-repeat   : no-repeat;
    background-position : center;
}

#texte_ariane{
    float           : left;
    height          : 15px;
    color           : #000000;
}

#fil_ariane a{
    color           : #000000;
}
/*********************************
** CSS des banieres et legendes **
**********************************/

.legende_formulaire{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.baniere_titre_connexion{
    color               : #847570 ; /*correspond a la couleur du mot connexion*/
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #8f2036 ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.legende_connexion{
    color   : #8f2036; /*correspond a la couleur de "Nouveau mot de passe"*/
    font    : bold 14px calibri;
}

.baniere_titre_deconnexion{
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #8f2036 ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.legende_deconnexion{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.baniere_titre_enseigne, .baniere_titre_frais_client{
    color               : #847570; /*correspond a la couleur de "Creation d'une enseigne..."*/
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #e9002d ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.legende_enseigne, .legende_frais_client{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.legende_financieres{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.contact_adm{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.contact_exploitation{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.baniere_titre_site, .baniere_titre_facturation {
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #4ab253 ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.baniere_titre_offrescomm, .baniere_titre_exportations{
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #9d2cb2 ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.baniere_titre_tclient, .baniere_titre_utilisateur  {
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #fa7f1f ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.baniere_titre_carte, .baniere_titre_configuration {
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #2e8aed ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.legende_site, .legende_facturation {
    color   : #8f2036;
    font    : bold 14px calibri;
}

.legende_client{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.legende_tcarte, .legende_utilisateur {
    color   : #8f2036;
    font    : bold 14px calibri;
}

.legende_carte, .legende_configuration {
    color   : #8f2036;
    font    : bold 14px calibri;
}

.legende_exportations{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.baniere_titre_client, .baniere_titre_produits {
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #b9de36 ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.legende_transaction{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.baniere_titre_transaction,
.baniere_titre_alertes {
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #8E7D75 ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}

.baniere_titre_exportation{
    color               : #847570;
    height              : 30px;
    width               : 925px;
    font                : bold 20px calibri;
    background-color    : #efe8e0;
    margin              : 10px 10px 10px 10px;
    padding             : 0px 0px 0px 10px;
    line-height         : 1.7;
    text-align          : left;
    border-top          : 3px solid #abcc37 ;
    border-bottom       : 2px solid #C7C9C8 ;
    border-left         : 2px solid #C7C9C8 ;
    border-right        : 2px solid #C7C9C8 ;
}
.legende_exportation{
    color   : #8f2036;
    font    : bold 14px calibri;
}

.separateur_hide_display {
    color               : #847570;
    background-color    : rgba(5, 145, 162, 0.25); /*#efe8e0;*/
    margin-top          : 10px;
}



/********************
** CSS des boutons **
*********************/
.bouton_ok_connexion{
    font                : bold 12px calibri;
    background-color    : #1e7db7;
    color               : white;
}

.bouton_valider{
    font                : bold 12px calibri;
    margin              : 0px;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_hide_display{
    font                : inherit;
    margin              : 0px 5px 0px 0px;
    padding             : 0px 0px 0px 0px;
    background          : #0080c0 url("../../images/bouton_hide_display_bleu.jpg") repeat-x left top;
    color               : #FFFFFF;
    text-align          : center;
    width               : 22px;
}

.bouton_monter {
    font                : bold 12px Helvetica Neue, calibri;
    padding             : 2px;
    text-align          : left;
    border              : none;
    background: transparent url("../../images/bouton_monter.png") repeat-x left top;
    width               : 10px;
}

.bouton_descendre {
    font                : bold 12px Helvetica Neue, calibri;
    padding             : 2px;
    text-align          : left;
    border              : none;
    background: transparent url("../../images/bouton_descendre.png") repeat-x left top;
    width               : 10px;
}

.bouton_valider_connexion{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_enseigne{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}
.bouton_fleche_enseigne{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 0px;
    background-color    : #17479E;
    color               : #FFFFFF;
    width               : 25px;
    height              : 22px;
    text-align          : left;
}

.bouton_lien_auto {
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    height              : 22px;
    text-align          : left;
}

.bouton_lien {
    /* font                : bold 12px Helvetica Neue, calibri;*/
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    /*background          : #FFFFFF url("../images/bouton_autre_bleu2.jpg") repeat-x left top;*/
    color               : green;/*#17479E;*/
    width               : 180px;
    height              : 22px;
    text-align          : left;
    content: "[&#xf03a;]";
}

.bouton_lien_enseigne{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_lien_client{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0px;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_lien_tclient{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_lien_petit{
    background       : #3179c5 repeat-x left top;
    font             : 12px calibri;
    padding          : 0px 0px 0px 0px;
    color            : #FFFFFF;
    width            : 50px;
    height           : 20px;
    text-align       : center;
    margin: 0px 0px 10px;
}

.bouton_valider_site{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_client{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_tclient{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_simulation{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #FFFFFF url("../../images/bouton_valider_orange.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_fleche_site{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 0px;
    background-color    : #17479E;
    color               : #FFFFFF;
    width               : 25px;
    height              : 22px;
    text-align          : left;
}
.bouton_lien_site{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_utilisateur{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}
.bouton_fleche_utilisateur{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 0px;
    background-color    : #17479E;
    color               : #FFFFFF;
    width               : 25px;
    height              : 22px;
    text-align          : left;
}
.bouton_lien_utilisateur{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_carte{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}
.bouton_fleche_carte{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 0px;
    background-color    : #17479E;
    color               : #FFFFFF;
    width               : 25px;
    height              : 22px;
    text-align          : left;
}
.bouton_lien_carte{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_transaction{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}
.bouton_fleche_transaction{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 0px;
    background-color    : #17479E;
    color               : #FFFFFF;
    width               : 25px;
    height              : 22px;
    text-align          : left;
}
.bouton_lien_transaction{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 100px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_configuration{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}
.bouton_fleche_configuration{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 0px;
    background-color    : #17479E;
    color               : #FFFFFF;
    width               : 25px;
    height              : 22px;
    text-align          : left;
}
.bouton_lien_configuration{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 100px;
    height              : 22px;
    text-align          : left;
}

.bouton_valider_exportation{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 40px;
    background          : #17479E url("../../images/bouton_valider_bleu2.jpg") repeat-x left top;
    color               : #FFFFFF;
    width               : 180px;
    height              : 22px;
    text-align          : left;
}
.bouton_fleche_exportation{
    font                : bold 12px calibri;
    margin              : 0;
    padding             : 0px 0px 0px 0px;
    background-color    : #17479E;
    color               : #FFFFFF;
    width               : 25px;
    height              : 22px;
    text-align          : left;
}
.bouton_lien_exportation{
    font                : bold 12px Helvetica Neue, calibri;
    margin              : 0;
    padding             : 0px 0px 0px 30px;
    background          : #FFFFFF url("../../images/bouton_autre_bleu2.jpg") repeat-x left top;
    color               : #17479E;
    width               : 100px;
    height              : 22px;
    text-align          : left;
}

.bouton_annuler{
    font                : bold 12px Helvetica Neue, calibri;
    background-color    : #6E6E6E;
    color               : white;
    width               : 100px;
    height              : 22px;
}
/************************
** CSS des formulaires **
*************************/
fieldset{
    padding : 10px 10px 10px 10px;
}
.label_45{
    float       : left;
    width       : 45%;
    text-align  : right ;
    padding     : 0 5px 0 0;
}
.label_30{
    float       : left;
    width       : 30%;
    text-align  : right;
    padding     : 0 5px 0 0;
}
.label_25{
    float       : left;
    width       : 25%;
    text-align  : right;
    padding     : 0 5px 0 0;
}
.ligne_input{
    width       : 100%;
    float       : left;
    margin      : 2px 2px 2px 2px;
    padding     : 0px 0px 0px 0px;
    word-wrap: break-word;
}
.groupe_lignes_input{
    float           : left;
    width           : 100%;
    margin-bottom   : 10px;
    margin-top      : 10px;
}
.element_italique{
    font-style:italic;
}
.erreurs {
    font    : 12px calibri;
    color   : #ED3127;
}
.erreurs legend{
    color   : #ED3127;
    font    : bold 14px calibri;
    margin-bottom: 0px!important;
}
.div_100{
    float   : left;
    width   : 100%;
    margin  : 0;
    padding : 0;
}
.div_100_centrer{
    float   : left;
    width   : 100%;
    margin  : 0;
    padding : 0;
    text-align : center;
}
.span_100{
    width   : 100%;
    margin  : 0;
    padding : 0;
}
.div_48_gauche{
    float   : left;
    width   : 48%;
}
.div_48_droite{
    float   : right;
    width   : 48%;
}
.div_45_gauche{
    float   : left;
    width   : 45%;
}
.div_45_droite{
    float   : right;
    width   : 45%;
}
.paragraphe{
    float   : left;
    width   : 100%;
    margin  : 0px 0px 20px 0px;
}
.div_boutons{
    width       : 45px;
    float       : left;
    text-align  : center;
    margin      : 100px 10px 0px 10px !important;
    margin      : 100px 0px 0px 0px;
    display     : inline;
}
.select_contact{
    width   : 203px;
    font    : 9px calibri;
}
.select{
    width   : auto; /*264px;*/
    font    : 13px calibri;
}
.select2{
    width   : 264px;
    font    : 11px calibri;
}

.div_centree {
    text-align      : center;
    margin-top      :10px;
}

#message_erreur {
    display     : inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sujet_mail_formulaire {
    width:      400px;
}

.corps_mail_formulaire {
    width:      400px;
    height:     275px;
}

.ligne_input_autocomplete {
    float: left;
}

.ligne_input_autocomplete ul {
    width: 200px;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #f3f3f3;
    list-style: none;
}

.ligne_input_autocomplete ul li {
    padding: 2px;
}

.ligne_input_autocomplete ul li:hover {
    background: #eaeaea;
}

.autocomplete_list {
    display: none;
}

/****************
** CSS du menu **
*****************/
.choix_menu_enseigne, .choix_menu_frais_client {
    float           : left;
    display         : inline;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    border-right    : 2px solid #eaeaea;
}

.choix_menu_enseigne a, .choix_menu_frais_client a{
    font            : bold 15px calibri;
    color           : #ffffff;
    height          : 33px;
    line-height     : 33px;
    background-color: #e9002d;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    text-decoration : none;
}

.choix_menu_enseigne a:hover,
.choix_menu_enseigne #actif,
.choix_menu_frais_client a:hover,
.choix_menu_frais_client #actif {
    font            : bold 15px calibri;
    color           : white;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    background-color : #d40028 ;
    text-decoration : underline;
}

.choix_menu_site, .choix_menu_facturation {
    float           : left;
    display         : inline;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    border-right    : 2px solid #eaeaea;
}

.choix_menu_site a,
.choix_menu_facturation a {
    font: bold 15px calibri;
    color: #ffffff;
    height: 33px;
    line-height: 33px;
    background-color: #4ab253;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
}

.choix_menu_site a:hover,
.choix_menu_site #actif,
.choix_menu_facturation a:hover,
.choix_menu_facturation #actif{
    font            : bold 15px calibri;
    color           : white;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    background-color :#3e9c46;
    text-decoration : underline;
}

.choix_menu_tcarte,
.choix_menu_utilisateur {
    float           : left;
    display         : inline;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    border-right    : 2px solid #eaeaea;
}

.choix_menu_tcarte a,
.choix_menu_utilisateur a{
    font            : bold 15px calibri;
    color           : #ffffff;
    height          : 33px;
    line-height     : 33px;
    background-color: #fa7f1f;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    text-decoration : none;
}

.choix_menu_tcarte  a:hover,
.choix_menu_tcarte  #actif,
.choix_menu_utilisateur  a:hover,
.choix_menu_utilisateur  #actif{
    font            : bold 15px calibri;
    color           : white;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    background-color :#ea6808;
    text-decoration : underline;
}

.choix_menu_offrescomm,
.choix_menu_exportation {
    float           : left;
    display         : inline;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    border-right    : 2px solid #eaeaea;
}

.choix_menu_offrescomm a,
.choix_menu_exportation a {
    font            : bold 15px calibri;
    color           : #ffffff;
    height          : 33px;
    line-height     : 33px;
    background-color: #9d2cb2;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    text-decoration : none;
}

.choix_menu_offrescomm a:hover,
.choix_menu_offrescomm #actif,
.choix_menu_exportation a:hover,
.choix_menu_exportation #actif {
    font            : bold 15px calibri;
    color           : white;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    background-color :#7f2690;
    text-decoration : underline;
}

.choix_menu_carte,
.choix_menu_configuration {
    float           : left;
    display         : inline;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    border-right    : 2px solid #eaeaea;
}

.choix_menu_carte a,
.choix_menu_configuration a {
    font            : bold 15px calibri;
    color           : #ffffff;
    height          : 33px;
    line-height     : 33px;
    background-color: #2e8aed;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    text-decoration : none;
}

.choix_menu_carte a:hover,
.choix_menu_carte #actif,
.choix_menu_configuration a:hover,
.choix_menu_configuration #actif {
    font            : bold 15px calibri;
    color           : white;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    background-color :#3179c5;
    text-decoration : underline;
}

.choix_menu_client,
.choix_menu_produit {
    float           : left;
    display         : inline;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    border-right    : 2px solid #eaeaea;
}

.choix_menu_client a,
.choix_menu_produit a {
    font            : bold 15px calibri;
    color           : #ffffff;
    height          : 33px;
    line-height     : 33px;
    background-color: #b9de36;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    text-decoration : none;
}

.choix_menu_client  a:hover,
.choix_menu_client  #actif,
.choix_menu_produit  a:hover,
.choix_menu_produit  #actif{
    font            : bold 15px calibri;
    color           : white;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    background-color :#abcc37;
    text-decoration : underline;
}

.choix_menu_transaction,
.choix_menu_alertes {
    float           : left;
    display         : inline;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    border-right    : 2px solid #eaeaea;
}

.choix_menu_transaction a,
.choix_menu_alertes a {
    font            : bold 15px calibri;
    color           : #ffffff;
    height          : 33px;
    line-height     : 33px;
    background-color: #a89992;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    text-decoration : none;
}

.choix_menu_transaction a:hover,
.choix_menu_transaction #actif,
.choix_menu_alertes a:hover,
.choix_menu_alertes #actif {
    font            : bold 15px calibri;
    color           : white;
    height          : 33px;
    line-height     : 33px;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 5px 5px 10px;
    background-color :#8e7d75;
    text-decoration : underline;
}

.deconnexion{
    float           : right;
    display         : inline;
    width           : 150px;
    text-align      : right;
    height          : 33px;
    line-height     : 33px;
    border-right    : 2px solid #eaeaea;
    padding         : 0px 0px 0px 0px;
    margin          : 0px 0px 0px 0px;

}

.deconnexion a{
    font            : bold 12px calibri;
    color           : #000000;
    text-decoration : none;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 10px 5px 5px;
}

.deconnexion a:hover{
    font            : bold 12px calibri;
    color           : #FFFFFF;
    text-decoration : none;
    margin          : 0px 0px 0px 0px;
    padding         : 5px 10px 5px 5px;
}

/*********************
** CSS du sous-menu **
**********************/
.smenu,
.smenu_enseigne,
.smenu_site,
.smenu_offrescomm,
.smenu_utilisateur,
.smenu_carte,
.smenu_transaction,
.smenu_frais_client,
.smenu_facturation,
.smenu_configuration ,
.smenu_produit ,
.smenu_exportation,
.smenu_client,
.smenu_tclient {
    float               : left;
    height              : 28px;
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
}

.smenu li,
.smenu_enseigne li,
.smenu_site li,
.smenu_offrescomm li,
.smenu_utilisateur li,
.smenu_carte li,
.smenu_transaction li,
.smenu_frais_client li,
.smenu_facturation li,
.smenu_configuration li,
.smenu_produit li,
.smenu_exportation li,
.smenu_client li,
.smenu_tclient li {
    height              : 28px;
    background-color    : #ebe6e3 ;
    display             : inline;
}

.smenu a,
.smenu_enseigne a,
.smenu_site a,
.smenu_offrescomm a,
.smenu_utilisateur a,
.smenu_carte a,
.smenu_transaction a,
.smenu_frais_client a,
.smenu_facturation a,
.smenu_configuration a ,
.smenu_produit a ,
.smenu_exportation a,
.smenu_client a ,
.smenu_tclient a {
    font                : 12px calibri;
    color               : #746760; /* ecrit des sous-menus */
    height              : 28px;
    line-height         : 28px;
    text-decoration     : none;
    background-color    : #ebe6e3 ;
    padding             : 0px 10px 0px 5px;
    border-right        : 1px solid #e0e0e0;
}

.smenu                  a:hover, .smenu                 #actif,
.smenu_enseigne         a:hover, .smenu_enseigne        #actif,
.smenu_site                 a:hover, .smenu_site            #actif,
.smenu_offrescomm           a:hover, .smenu_offrescomm            #actif,
.smenu_utilisateur          a:hover, .smenu_utilisateur         #actif,
.smenu_carte            a:hover, .smenu_carte           #actif,
.smenu_transaction          a:hover, .smenu_transaction     #actif,
.smenu_frais_client          a:hover, .smenu_frais_client     #actif,
.smenu_facturation          a:hover, .smenu_facturation     #actif,
.smenu_produit              a:hover, .smenu_produit         #actif,
.smenu_configuration    a:hover, .smenu_configuration   #actif,
.smenu_transaction          a:hover, .smenu_exportation         #actif,
.smenu_client           a:hover, .smenu_client          #actif,
.smenu_tclient          a:hover, .smenu_tclient             #actif {
    font                : 12px calibri;
    color               : #d40028 ; /*ecrit des sous menus lorsqu'ils sont surlignes*/
    height              : 28px;
    line-height         : 28px;
    text-decoration     : none;
    background-color    : #ebe6e3;  /*fond des sous menus lorsqu'ils sont surlignes*/
    padding             : 0px 10px 0px 5px;
    border-right        : 1px solid #e0e0e0;
}

.baniere_gauche,
.baniere_gauche_enseigne,
.baniere_gauche_site,
.baniere_gauche_offrescomm,
.baniere_gauche_utilisateur,
.baniere_gauche_carte,
.baniere_gauche_transaction,
.baniere_gauche_frais_client,
.baniere_gauche_facturation,
.baniere_gauche_configuration ,
.baniere_gauche_exportation,
.baniere_gauche_client{
    float               : left;
    height              : 28px;
    width               : 10px;
    background-color    : #ebe6e3;
    margin              : 0px 0px 0px 10px;
    padding             : 0px 0px 0px 0px;
    display             : inline;
}

.baniere,
.baniere_enseigne,
.baniere_site,
.baniere_offrescomm,
.baniere_utilisateur,
.baniere_carte,
.baniere_transaction,
.baniere_frais_client,
.baniere_facturation,
.baniere_configuration ,
.baniere_exportation,
.baniere_client {
    float               : left;
    height              : 28px;
    width               : 1060px;
    background-color    : #ebe6e3;
    padding             : 0px 0px 0px 0px;
    margin              : 0px 0px 0px 0px;
    display             : inline;
}

.baniere_droite,
.baniere_droite_enseigne,
.baniere_droite_site,
.baniere_droite_offrescom,
.baniere_droite_utilisateur,
.baniere_droite_carte,
.baniere_droite_transaction,
.baniere_droite_frais_client,
.baniere_droite_facturation,
.baniere_droite_configuration ,
.baniere_droite_exportation ,
.baniere_droite_client{
    float               : left;
    height              : 28px;
    width               : 10px;
    background-color    : #ebe6e3;
    margin              : 0px 10px 0px 0px;
    padding             : 0px 0px 0px 0px;
    display             : inline;
}

/*******************
** CSS des tableaux **
********************/
#liens{
    text-align          : center;
}

/**********************
** CSS du calendrier **
***********************/

.ds_box {
    width               : 150px;
    margin              : 0;
    padding             : 0;
    background-color    : #ffffff;
    border              : 1px solid #e4f0ff;
    position            : absolute;
    z-index             : 32767;
}

.ds_tbl {
    width               : 150px;
    margin              : 0;
    padding             : 0;
    background-color    : #ffffff;
    font-family         : calibri, Helvetica, sans-serif;
    font-size           : 10px;
}

.ds_head {
    background-color    : #ffcc00;
    color               : #000000;
    font-family         : calibri, Helvetica, sans-serif;
    font-size           : 10px;
    font-weight         : bold;
    text-align          : center;
    letter-spacing      : 0px;
}

.ds_subhead {
    background-color    : #ffcc00 ;
    color               : #ffffff;
    font-size           : 10px;
    font-weight         : bold;
    text-align          : center;
    font-family         : calibri, Helvetica, sans-serif;
    width               : 20px;
}

.ds_cell {
    background-color    : #e4f0ff;
    color               : #000000;
    font-size           : 9px;
    text-align          : center;
    font-family         : calibri, Helvetica, sans-serif;
    padding             : 1px;
    cursor              : pointer;
}

.ds_cell:hover {
    background-color    : #e4f0ff;
}

/**********************
****** PERSO IHM ******
**********************/

.sidebar-menu > li > a {
    color: var(--txt-color-left) !important;
    font-family: Roboto, sans serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

#main-sidebar {
    background: var(--bg-color-left)!important;
}

.wrapper {
    background: var(--bg-color-left)!important;
}

.main-header-connect .sidebar-toggle:hover {
    background: var(--txt-color-connect2)!important;
}

.main-header-menu .sidebar-toggle:hover {
    background: var(--txt-color-top2)!important;
}

.navbar-static-top {
    display: flex!important;
}

.navbar-static-top-connect{
    display: flex!important;
    background: var(--bg-color-connect)!important;
}

.barre_logos{
    width: 81%;
/* 	height: 100px;
*/}

.barre_logos_left{
    width: 300px;
    min-width: 300px;
}

.barre_logos_middle{
    width: 380px;
    min-width: 380px;
    max-width: 380px;
}

.barre_logos_right{
    width: 200px;
    min-width: 200px;
}

@media (max-width: 1560px) {
    .barre_logos{
    width: 78%;
    }
}

@media (max-width: 1400px) {
    .barre_logos{
    width: 73%;
    display: flex;
    justify-content: center;
    }

    .barre_logos_left{
        display: none;
    }

    .barre_logos_right{
        display: none;
    }
}

@media (max-width: 1177px) {
    .barre_logos{
    width: 66%;
    }
}

@media (max-width: 1090px) {
    .barre_logos{
    width: 64%;
    }
}

@media (max-width: 945px) {
    .barre_logos{
    width: 59%;
    }
}

@media (max-width: 855px) {
    .barre_logos{
    width: 50%;
    }
}

@media (max-width: 790px) {
    .barre_logos{
        width: 49%;
    }

    .logo-lg {
        display: none!important;
    }

    .logo-mini {
        display: unset!important;
    }
}

@media (max-width: 740px) {
    .barre_logos{
        width: 59%;
    }
}

@media (max-width: 680px) {
    .barre_logos{
        width: 52%;
    }
    .barre_logos_middle{
        display:none !important;
    }
}

@media (max-width: 586px) {
    .barre_logos{
        width: 44%;
    }

    .barre_logos_left{
        display: none;
    }
}

@media (max-width: 539px) {
    .barre_logos{
        height: 450x;
        width: 40%;
    }

}

@media (max-width: 470px) {
    .barre_logos{
    width: 33%;
    }
}

@media (max-width: 425px) {
    .barre_logos{
    width: 24%;
    }
}

@media (max-width: 392px) {
    .barre_logos{
    width: 21%;
    }
}

@media (max-width: 364px) {
    .barre_logos{
    width: 16%;
    }
}

@media (max-width: 348px) {
    .barre_logos{
    width: 10%;
    }
}

.main-header .logo {
    padding: 0;
}

.main-header .logo .logo-lg {
    padding: 0 15px;
}



/*  CSS fix by SKT  */

/* uniform class for the set of buttons inside box-footer */
.nav-buttons{
    padding: 0 10px 10px 10px;
}

/* correction pour les pages de forumlaire (creation, modification...etc) */

.box-modif{
    margin-top: -25px;
    padding-top: 10px;
    min-height: 40px;
}

.box-formulaire{
    margin-top: -25px;
}

.box-recapitulatif{
    margin-top: -20px;
}

.box-tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 52px);
    margin-left: -26px;
    border-top: 4px solid #32ABD0;
    margin-bottom: -30px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-radius:0 0px 5px 5px;

}

.box-tab-chauf{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 32px);
    margin-left: -16px;
    border-top: 4px solid #32ABD0;
    margin-top: 20px;
    margin-bottom: -30px;
    padding-bottom: 10px;
    min-height: 60px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
    border-radius:0 0px 5px 5px;

}
/* CSS sorcery */
#box-tab-gestion-parc{

    padding-bottom: 35px;
}

.box-tab-container{
    margin-bottom: -35px;
}

.row-center-container{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.button-arrow-size{
    min-width:40px;
    max-width:80px;
    width:25%;
}

.hide-default-option{
    display: none!important;
}

.disable-button{
    opacity: 0.5 ;
}

.readme-popup-page-container{
    width:100%;
    display:flex;
    height: 50px;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: end;
}

.readme-popup-page{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.readme-version-header{
    width: 100%;
}

/**/
.action_wheel>i#tgl.fa.fa-cog, .action_wheel>span.caret{
    color: inherit!important;
}
button#action_wheel.action_wheel[disabled] {
    color : lightgray !important;
}
.div_input{
    max-width: 90%;
    margin-bottom: 5%;
    padding-left:2%;
}
.div_submit{
    margin-top: -5%;
    margin-right: 1%;
}

#opp_icon {
    float: right;
    height: 30%;
    width: 10em;
    font-size: 50px;
    color: #DCDCDC;
    opacity: 0.15;
    margin-right: 20%;
}
#TitleMiniWidget_oppo_supp, #TitleMiniWidget_susp_supp,#TitleMiniWidget_levee_susp,#TitleMiniWidget_command_supp{
    padding: 5px;
    float: left;
    width: 90%;
}
#TitleMiniWidget_command_supp{
    width: 90%;
}
#inputIDSupport_opp,#inputIDSupport_susp,#inputIDSupport_deblock,#inputSuiviCo{
    margin-left: 2% !important;
    border-radius: 0px !important;
    height: 32px;
    width: 13%;
    min-width: 110px;
    color: #5b5454;
}

#inputIDSupport_opp,#inputIDSupport_susp,#inputSuiviCo{
margin-top:15px!important;
}

#send_opp_fr,#send_susp_fr,#levee_Susp_fr,#commande_supports_fr,
#send_opp_gb,#send_susp_gb,#levee_Susp_gb,#commande_supports_gb,
#send_opp_es,#send_susp_es,#levee_Susp_es,#commande_supports_es{
    font-size: 10px;
    border-radius: 0px !important;
    margin-right: 9% !important;
    margin-top: -42px;
    height: 32px !important;
}

#send_opp_it, #send_susp_it, #levee_Susp_it,#commande_supports_it {
font-size: 10px !important;
border-radius: 0px !important;
margin-right: 9% !important;
margin-top: -42px;
height: 32px !important;
padding: 1em !important;
}

#div_command_supp{
text-align:right!important;
margin-top: -85px;
margin-left: 70%;
}
#submit_command{
    margin-left: 5%!important;
}

#table_creation_support >tbody >tr>td > div.btn-group.bootstrap-select{
    margin-top: -10px !important;
}
#table_creation_support >tbody >tr>td > input[type="checkbox"], #table_creation_support >tbody >tr>td>input[type="radio"]
{
        margin-top: 10px !important;
}
.ion-icon{
height: 30%;
width: 10em;
font-size: 50px;
color: black;
opacity: 0.15;
margin-right: 20%;
margin-top: -34px;
}

.table-cell-colored{
    background-color: #337ab7!important;
    border-color: #337ab7!important;
    color:white!important;
}


@media screen and (max-width: 1040px){
#bilanConsoCarte{
        min-width: 300px;
}
}
#bilanConsoCarte{
    width: 100%;
    min-height: 370px !important;
    height: auto;
    border-radius: 3px;
    padding: 3px;
    background: #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-top: 3px solid #d2d6de;
}
#bilan-conso-carte {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.icon_support {
    height: 30%;
    width: 10em;
    font-size: 40px;
    color: black;
    opacity: 0.15;
    margin-left: 85% !important;
    margin-top: -34px;
    height: 40px;
    width: 40px;
}
#innerOppSupp,#innerSuspSupp,#innerdeblocksupp{
    height: 105px;
    width: 90%;
    margin: 10px;
    margin-left: 1%;
}
#innerSuiviCo{
    height: 105px;
    width: 90%;
    margin-left: 1%!important;
}
#innerCommandsupp{
    width: 90%;
    height: 145px!important;
}
.inputIDSupport {
    height: 32px;
    width: 13%;
    min-width: 110px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    border-color: #0004;
    border: 1px solid #80808080;
    margin-top:15px!important;
}
.div_supp{
    /*margin-top: 10px!important;*/
}
.div_submit_supp{
    margin-left: 63%!important;

}
#miniWidget3{
    width:100%;
}
#cadreOppSupp, #cadreSuspSupp, #cadreleveeSusp, #cadreCommandSupp{
    min-width: 170px;
}
#command_Supp{
    margin-top: 10px;
    height: 50px;
    padding-top:15px;
    padding-bottom:15px;
}
#colDeblockSupport,#colCommandSupport,#colSuspensionSupport,#colOppositionSupport{
    min-width: 180px;
    }
@media screen and (min-width: 1200px){
    #colDeblockSupport,#colCommandSupport,#colSuspensionSupport,#colOppositionSupport{
        width: 25%;
    }
}
@media screen and (min-width: 454px) and (max-width: 1199px){
    #colDeblockSupport,#colCommandSupport,#colSuspensionSupport,#colOppositionSupport{
        width: 50%;
    }
    #miniWidget3{
        height: 410px;
    }
}
@media screen and (min-width: 0px) and (max-width: 453px){
    #cadreOppSupp, #cadreSuspSupp, #cadreleveeSusp, #cadreCommandSupp,#cadreContact, #cadreDerniereCo, #cadreDerniereFa, #cadreSuiviCo
    {
        min-width: 265px;
    }
    #colDeblockSupport,#colCommandSupport,#colSuspensionSupport,#colOppositionSupport,#colContact, #colDerniereCo, #colDerniereFa, #colSuiviCo{
        width: 100%;
    }
}

#loader_conso{
    margin-top: 13%!important;
}

#fa-info-blue{
    color : blue !important;
}

.devisespan{
    float: right;
    margin-right: 6px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: #bbb;
}

#OTP{
    border: none !important;
    font-weight: bold !important;
    font-size: 18px !important;
    overflow: left !important auto;
    background-color: transparent !important;
    width: 75%!important;
}
#code_request{
    margin-left: -50px!important;
}

.col-sm-4 {
    padding-right: 0px !important;
}

.rest_produits{
    height: 80px; 
    overflow-y: scroll; 
    border-style: solid !important;
    border-width: 1.5px !important;
    border-radius: 1.5% !important;
    line-height:1.5px;
    font-size: 0.8em;
    padding: 1px 3px;
    white-space: pre;
}

.pt-3{ 
    padding-top:1.0rem;
}

@media only screen and (max-width: 992px) {
    .inputChoixExportation{
        width: 66.66666667%!important;
    }
} 
@media only screen and (max-width: 768px) {
    .inputChoixExportation{
        width: 100%!important;
    }
}
.ref_transaction {
    word-wrap: break-word;
    max-width: 1em;
}

#plafond_table {
    width: auto;
    margin: 0;
    border-collapse: separate;
}

#plafond_table thead th {
    z-index: 1;
    background: white;
}

#plafond_table tbody th {
    position: relative;
    background-color: white!important;
    white-space: nowrap;
}
#plafond_table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}
#plafond_table tbody th {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
}
.w-100 {
    width: 100%!important;
}
.search-highlight {
    font-weight: bold;
    background-color: #ffd7006e;
}
.div-remise-site-element-selectionne:not([id^=div_]) {
    max-height: 205px;
    overflow-y: auto;
}
.div-remise-site-element-selectionne:not([id^=div_]),
.wrap-autocomplete-remise-site > div {
    display: flex;
    flex-direction: column;
}
.wrap-autocomplete-remise-site > div:first-child {
    gap: .5rem;
}
.wrap-autocomplete-remise-site > div:first-child > div:last-child {
    margin-bottom: .5rem;
}
.wrap-autocomplete-remise-site > div:nth-child(2) {
    min-width: 230px;
}
.wrap-autocomplete-remise-site > div:nth-child(2) > div {
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 3.7rem;
}
.wrap-autocomplete-remise-site .btn {
    margin: 0;
}
.autocomplete-remise-site-render {
    display: none;
    position: absolute;
    top: 22px;
    border: 1px solid darkgray;
    max-height: 208px;
    background: white;
    border-radius: 4px;
    overflow-y: auto;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
    z-index: 1084;
}
.autocomplete-remise-site-render > ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.autocomplete-remise-site-render > ul li {
    padding: 5px 10px;
}
.autocomplete-remise-site-render > ul li:hover {
    cursor: pointer;
    background-color: #e8e8e8;
}
.autocomplete-remise-site-render,
.autocomplete-remise-site-input {
    width: 98%;
}
.div-remise-site-element-selectionne,
.div-remise-site-element-selectionne > input {
    width: 100%;
}
.div-remise-site-element-selectionne {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.div-remise-site-element-selectionne input {
    height: 22px;
}
.div-remise-site-element-selectionne .btn {
    margin: 1px 0;
}

.btn-pad-0{
    padding: 0px!important;
}

