html,
body {
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
}
.navbar-default {
    background-color: #8c8c8c;
}
.navbar-brand {
    padding: 0px;
}
.navbar .glyphicon {
    left: -10px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

@media (max-width: 767px){
    .navbar-header:after{
        width: 50px;
        height: 50px;
        cursor: pointer;
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 35px;
        display: block;
        text-align: center;
        color: white;
        transition: all 0.3s ease;
        position: absolute;
        right: 0;
    }
    .navbar-collapse{
        padding-top:50px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
}


label,
th,
caption {
    color: #bd0909;
}
.btn .glyphicon {
    left: -10px;
}
.btn .glyphicon-calendar {
    left: 0px;
}
.btn.btn-default {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-widget-header {
    color: #bd0909;
}
.form-control,
.input-group-addon,
.btn,
.ui-widget-content,
.input-checkbox
{
    border-color: #ffb239!important;
}
.ui-widget-header {
    background: url("/images/ui-bg_highlight-soft_75_ffb239_1x100.png") repeat-x scroll 50% 50% #ffb239;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: url("images/ui-bg_glass_75_ffd798_1x100.png") repeat-x scroll 50% 50% #ffd798;
}
th,
td.center {
    text-align: center;
}
.bas {
    top: 22px;
}
.control-label {
    margin-bottom: 5px;
    padding-top: 0;
}
.close {
    font-family: Arial;
}
.input-checkbox {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.date-label {
    margin-bottom: 5px;
    padding-top: 0;
}

.dataTables_filter
{
    display:none;
}
.toolbar {
    float: left;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

table.dataTable tbody tr {
    background-color: inherit ;
}

/*table.dataTable tbody td :hover {
    background-color: inherit !important;
}*/

/*table.dataTable tbody td:not([colspan="5"]) :hover {
    background-color: inherit !important;
}*/

.glyphicon{
    cursor: pointer; 
}

.fancybox-content {
    width: 100%!important;
    /*padding: 0px 0px 15px 0px !important;*/
}

.input-filtre {
    border: 1px solid;
    border-radius: 3px;
    width: 85%;
    height: 95%;
    text-align: center; 
}

.input-filtre:focus
{
    outline: none;
}

.input-filtre:focus::-webkit-input-placeholder{
    text-indent: -999px
}

.input-filtre:focus:-moz-placeholder { /* Firefox 18- */
    color:transparent; 
}

.input-filtre:focus::-moz-placeholder {  /* Firefox 19+ */
    color:transparent; 
}


.filtre-remove {
    margin-left: 3px;
    vertical-align: middle;
}

div.dt-buttons {
    display: flex;
    flex-direction: row-reverse;
    float:none;
}

.dt-button span{
    padding:0;
    color: green;
    font-size: 15px;
    margin: 0;
}

.buttons-html5{
   border-radius:4px !important;
   font-weight:400;
   font-size:16px;
   border:none !important;
   padding: 0 !important;
}

.align-middle {
    display: table-cell;
    float: none;
    vertical-align: middle; 
}

.display-table{
    display: table;
}

.width-fixed{
    table-layout: fixed;
}

.cache{
    display:none;
}

.no-padding
{
    padding: 0;
}

.no-margin
{
    margin: 0;
}

.espaceLigne
{
    margin-top: 10px;
}

.input-saisie{
    text-align: center;
    height:auto !important;
    padding: 0;
}

.no-left{
    left: 0px !important;
}

.titre-fancy{
    padding-bottom: 4px;
    margin: 0 0 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: whitesmoke;
}

.titre-fancy h4{
    margin-left: 10px;
}

caption {
    margin-top: 25px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
}

#chargement{ 
    margin: auto; 
    width: 15em;
    height: 5em;
    position: relative;
    z-index: 100;
    border-radius: 1em;
    text-align: center;
    vertical-align: middle;
    display: none;
}

.nowrap{
    white-space: nowrap;
}

.caretc {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    display: inline-block;
    height: 0;
    vertical-align: baseline;
    width: 0;
}

.right-caretc {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #000000;
    display: inline-block;
    height: 0;
    vertical-align: baseline;
    width: 0;
}

.modified-line {
    font-style: italic;
    font-weight: bold;
}