body {
   /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/


}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.form-group-grey {
  background-color: #F1F5F5;
    padding: 15px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}


.bootstrap-select > .btn {
    background-color: white !important;
    color:black !important;
   }

.bootstrap-select > .btn-default:active,.btn-default:hover,.btn-default, .btn-default.active, .open>.dropdown-toggle.btn-default {
   
    border-color: #cccccc !important;
}

.filter-option {
  padding-top: 6px !important;
    margin-left: -10px !important;
}
/*
.bootstrap-select > .dropdown-menu {
  max-height: 200px !important;
   
}*/

.bootstrap-select > .dropdown-menu > .dropdown-menu.inner {
  max-height: 200px !important;
   overflow-y: auto;
    
}



.info_rt_left {
      background-color: #333;
    font-size: 10px;
    color: white;
    font-weight:normal;
    letter-spacing: 1px;
}
.info_rt_right {
      background-color: #39AAF1;
    font-size: 10px;
    color: black;
    font-weight:normal;
}

.highlighted {
  background-color:#BFFFBF;
  color:black;
}

.red_high {
  background-color:red;
  color:white;
}

thead {
  background-color:#2E2E2E;
  color:white;
}

.navbar-tools {
    margin-top: 10px;
    margin-left: 10px;
}
.kv-upload-progress {
  display:none;
}

.login_frame {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  width:300px;
  height:200px;
  background-color: #111;
  border:1px solid #222;
  text-align:center;
  padding-top:20px;
}

.logocentered
{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -155px;
  margin-left: -245px;
  width:490px;
  height:310px;
  background-image:url(../img/background_logo2.png); 
  background-repeat: no-repeat;


}
.menulink {
  cursor:pointer;
}   
.even {
  background-color: #EDEDED !important;
}
.navbar-brand img {
	height:100%;
}
.bottommsg {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
      text-align: center;
   
    margin-bottom:2px;
   
    padding: 3px;
    padding-right: 10px;
    padding-left: 10px;
}
.breadcrumb {
  background-color: #FFFFFF;
  color:#263238;
}

.breadcrumb a {
  color:#263238;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb>.active {
    color:#263238;
}

/*li dropdown header*/
.dropdown-header {
	color:#FFF;
	text-transform: uppercase;
}

/*navbar custom*/

.navbar-default {
  background-color: #2E2E2E;
  border-color: #46AECF;
  font-weight: 500;
    letter-spacing: 0.7px;
}

.dropdown-menu>li>a {
  font-weight: 500;
  letter-spacing:0.7px;
}

.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  /*color: #46AECF;*/
  background-color: #46AECF;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  /*color: #46AECF;*/
  color:white;
  background-color: #46AECF;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #2E2E2E;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  /*color: #46AECF;
  background-color: #2B95BF;*/
  color:white;
  background-color: #46AECF;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #2E2E2E;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  /*color: #46AECF;
  background-color: #2B95BF;*/
  color:white;
  background-color: #46AECF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /*color: #46AECF;
  background-color: #2B95BF;*/
  color:white;
  background-color: #46AECF;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*color: #46AECF;
  background-color: #2B95BF;*/
  color:white;
  background-color: #46AECF;
}
.navbar-default .navbar-toggle {
  border-color: #2E2E2E;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2E2E2E;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  /*color: #46AECF;*/
  color:white;
  background-color: #46AECF;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  color:white;
  background-color: #46AECF;
}

.navbar-default .dropdown-menu {
  color:white;
   background-color: #2E2E2E;
}

.navbar-default .dropdown-menu>li>a {
  color:white;
}

.navbar-default .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color:white;
   background-color: #46AECF;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    /*color: #46AECF;*/
    color:white;
    background-color: #46AECF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
   /* color: #46AECF;
    background-color: #2B95BF;*/
    color:white;
    background-color: #46AECF;
  }
}


/* bottom fixed navbar customization*/

.navbar-fixed-bottom {
	min-height: 20px;
	height:20px;
	color:#FFF;
	padding-right:15px;
	padding-left:15px;
  background-color: #222;
}

.navbar-fixed-bottom>.navbar-nav>li>a {
	padding:0;
	line-height: 20px;
}

.navbar-collapse {
	border:0;
}


.panel-heading-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-title-custom {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*buttons*/

/* Custom */

.led {
   margin:0;

     width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  /*box-shadow: #000 0px 0px 1px 0px, #b30600 -0.8px -1.6px 4.8px 2px inset, 0px 0px 4px 0px #b30600;*/
}

.led-green {
  background-color: #6DD900;
  /*box-shadow: #000 0px 0px 1px 0px, #6DD900 -0.8px -1.6px 4.8px 2px inset, 0px 0px 4px 0px #6DD900;*/
}

.led-blink {
   -webkit-animation: blinkRed 0.5s infinite;
  -moz-animation: blinkRed 0.5s infinite;
  -ms-animation: blinkRed 0.5s infinite;
  -o-animation: blinkRed 0.5s infinite;
  animation: blinkRed 0.5s infinite;
}

@-webkit-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-o-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}

.invoice-state-empty {
  
  background-color: #B9FF73;
  /*box-shadow: #000 0px 0px 1px 0px, #B9FF73 -0.8px -1.6px 4.8px 2px inset, 0px 0px 4px 0px #B9FF73;*/
}

.invoice-state-0 {
 
  background-color: #FFBF00;
   /*box-shadow: #000 0px 0px 1px 0px, #FFBF00 -0.8px -1.6px 4.8px 2px inset, 0px 0px 4px 0px #FFBF00;*/
}

.invoice-state-1 {
  background-color: #D96D00;
   /*box-shadow: #000 0px 0px 1px 0px, #D96D00 -0.8px -1.6px 4.8px 2px inset, 0px 0px 4px 0px #D96D00;*/
}

.invoice-state-2 {
  background-color: #6DD900;
  /*box-shadow: #000 0px 0px 1px 0px, #6DD900 -0.8px -1.6px 4.8px 2px inset, 0px 0px 4px 0px #6DD900;*/
}


.button-state-1 {
  background-color: #D96D00;
  color:white;
}

.button-state-2 {
  background-color: #6DD900;
  color:white;
}


.transfert-state-invoiced {
background-color: #6DD900;

}

.transfert-state-blocked {
background-color: #990000;
  
}

.transfert-state-normal {
background-color: #666666;
  
}

.transfert-state-warning {
background-color: #D96D00;
  
}



.labeltype {
  color:#333;
  background-color: white;
  border:1px solid #333;
  text-transform: uppercase;
}



/*loading animate glyphicon*/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/*================PANELS FOR TABS ==============*/


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
  color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}


/*================= BUTTON INPUT FILE ===============*/

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


/*================= BREADCRUMB CUSTOM ================*/

.breadcrumb-custom {
  margin-bottom: 0;
  border-radius: 0;
      font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
}


/*TABLE hover*/
.table-hover thead tr:hover th {
  background-color: #000;
} 
 .table-hover tbody tr:hover td {
        background-color: #EBE4D6;
}


/*BORDER RADIUS MODAL*/

.modal-content {

  border-radius: 0;
}



.modal-header {
background-color: #003AB5;
color:#FFF;
}


/*================ TOASTR ========================*/

#toast-container>div {
  border-radius: 0;
  
  -webkit-box-shadow:0;
  box-shadow: 0;
}

/*============ Progress Bar ===============*/
.progress-bar-custom {
  border-radius: 0;
  height:10px;
}

.progress {
     height: 10px; 
     margin-bottom: 0; 
    
     border-radius: 0; 
     -webkit-box-shadow: 0; 
    /* box-shadow: inset 0 1px 2px rgba(0,0,0,.1); */
}


/*Button Group dropdown*/
.btn-group>.dropdown-toggle {
    border-radius: 0;
    
}



/*========== DASHBOARD ================*/
/*.bg-warning {
    background-color: #daac16;
    color: #ffffff;
}*/


.dash-tile {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 25px;

}
.dash-tile .tile-title {
  text-transform: uppercase;
  font-size: 85%;
}
.dash-tile .tile-title.title-heading {
  width: 100%;
  position: relative;
}
.dash-tile .tile-title.title-heading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  border-top: 1px solid rgba(133, 133, 133, 0.01);
}
.dash-tile .tile-stats {
  font-size: 24px;
  margin-top: 10px;
}
.dash-tile .tile-chart {
  width: 100%;
  position: absolute!important;
  bottom: 25px;
  left: 0;
  right: 0;
  height: 40px;
}
.dash-tile .tile-bottom {
  display: block;
  white-space: nowrap;
  margin-top: 1px;
}
.dash-tile .tile-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 0;
  margin-top: -40px;
}


/*
 * Color Variant: Primary;
 *
 */
.bg-primary {
  background-color: #1582dc;
  color: #ffffff;
}
.bg-primary a {
  color: #ffffff;
}
.bg-primary a:active,
.bg-primary a:focus,
.bg-primary a:hover {
  color: #e6e6e6;
  text-decoration: none;
  outline: 0;
}
.bg-primary .nav > li:hover > a,
.bg-primary .nav > li:focus > a,
.bg-primary .nav > li:active > a,
.bg-primary .nav > li.active > a,
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus {
  background-color: #147ace;
}
/*
 * Color Variant: Default;
 *
 */
.bg-default {
  background-color: #eaecf6;
  color: #59595a;
}
.bg-default a {
  color: #59595a;
}
.bg-default a:active,
.bg-default a:focus,
.bg-default a:hover {
  color: #404040;
  text-decoration: none;
  outline: 0;
}
.bg-default .nav > li:hover > a,
.bg-default .nav > li:focus > a,
.bg-default .nav > li:active > a,
.bg-default .nav > li.active > a,
.bg-default .nav > li > a:hover,
.bg-default .nav > li > a:focus {
  background-color: #dfe2f1;
}
/*
 * Color Variant: Warning;
 *
 */
.bg-warning {
  background-color: #daac16;
  color: #ffffff;
}
.bg-warning a {
  color: #ffffff;
}
.bg-warning a:active,
.bg-warning a:focus,
.bg-warning a:hover {
  color: #e6e6e6;
  text-decoration: none;
  outline: 0;
}
.bg-warning .nav > li:hover > a,
.bg-warning .nav > li:focus > a,
.bg-warning .nav > li:active > a,
.bg-warning .nav > li.active > a,
.bg-warning .nav > li > a:hover,
.bg-warning .nav > li > a:focus {
  background-color: #cca115;
}
/*
 * Color Variant: Success;
 *
 */
.bg-success {
  background-color: #15db81;
  color: #ffffff;
}
.bg-success a {
  color: #ffffff;
}
.bg-success a:active,
.bg-success a:focus,
.bg-success a:hover {
  color: #e6e6e6;
  text-decoration: none;
  outline: 0;
}
.bg-success .nav > li:hover > a,
.bg-success .nav > li:focus > a,
.bg-success .nav > li:active > a,
.bg-success .nav > li.active > a,
.bg-success .nav > li > a:hover,
.bg-success .nav > li > a:focus {
  background-color: #14cd79;
}
/*
 * Color Variant: Info;
 *
 */
.bg-info {
  background-color: #15acdc;
  color: #ffffff;
}
.bg-info a {
  color: #ffffff;
}
.bg-info a:active,
.bg-info a:focus,
.bg-info a:hover {
  color: #e6e6e6;
  text-decoration: none;
  outline: 0;
}
.bg-info .nav > li:hover > a,
.bg-info .nav > li:focus > a,
.bg-info .nav > li:active > a,
.bg-info .nav > li.active > a,
.bg-info .nav > li > a:hover,
.bg-info .nav > li > a:focus {
  background-color: #14a1ce;
}
/*
 * Color Variant: Danger;
 *
 */
.bg-danger {
  background-color: #da3e16;
  color: #ffffff;
}
.bg-danger a {
  color: #ffffff;
}
.bg-danger a:active,
.bg-danger a:focus,
.bg-danger a:hover {
  color: #e6e6e6;
  text-decoration: none;
  outline: 0;
}
.bg-danger .nav > li:hover > a,
.bg-danger .nav > li:focus > a,
.bg-danger .nav > li:active > a,
.bg-danger .nav > li.active > a,
.bg-danger .nav > li > a:hover,
.bg-danger .nav > li > a:focus {
  background-color: #cc3a15;
}
/*
 * Color Variant: White;
 *
 */
.bg-white {
  background-color: #ffffff;
  color: #59595a;
}
.bg-white a {
  color: #59595a;
}
.bg-white a:active,
.bg-white a:focus,
.bg-white a:hover {
  color: #404040;
  text-decoration: none;
  outline: 0;
}
.bg-white .nav > li:hover > a,
.bg-white .nav > li:focus > a,
.bg-white .nav > li:active > a,
.bg-white .nav > li.active > a,
.bg-white .nav > li > a:hover,
.bg-white .nav > li > a:focus {
  background-color: #f7f7f7;
}
.bg-white .nav > li:hover > a,
.bg-white .nav > li:focus > a,
.bg-white .nav > li:active > a,
.bg-white .nav > li.active > a,
.bg-white .nav > li > a:hover,
.bg-white .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}


/**
 *
 * OFFLINE MODE
 *
 */
.cssload-loader {
  width: 97px;
  height: 19px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.cssload-loader > div {
  content: " ";
  width: 19px;
  height: 19px;
  background: rgb(33,150,243);
  border-radius: 100%;
  position: absolute;
  animation: cssload-shift 2.3s linear infinite;
    -o-animation: cssload-shift 2.3s linear infinite;
    -ms-animation: cssload-shift 2.3s linear infinite;
    -webkit-animation: cssload-shift 2.3s linear infinite;
    -moz-animation: cssload-shift 2.3s linear infinite;
}
.cssload-loader > div:nth-of-type(1) {
  animation-delay: -0.46s;
    -o-animation-delay: -0.46s;
    -ms-animation-delay: -0.46s;
    -webkit-animation-delay: -0.46s;
    -moz-animation-delay: -0.46s;
}
.cssload-loader > div:nth-of-type(2) {
  animation-delay: -0.92s;
    -o-animation-delay: -0.92s;
    -ms-animation-delay: -0.92s;
    -webkit-animation-delay: -0.92s;
    -moz-animation-delay: -0.92s;
}
.cssload-loader > div:nth-of-type(3) {
  animation-delay: -1.38s;
    -o-animation-delay: -1.38s;
    -ms-animation-delay: -1.38s;
    -webkit-animation-delay: -1.38s;
    -moz-animation-delay: -1.38s;
}
.cssload-loader > div:nth-of-type(4) {
  animation-delay: -1.84s;
    -o-animation-delay: -1.84s;
    -ms-animation-delay: -1.84s;
    -webkit-animation-delay: -1.84s;
    -moz-animation-delay: -1.84s;
}



@keyframes cssload-shift {
  0% {
    left: -58px;
    opacity: 0;
    background-color: rgb(255,255,0);
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 97px;
    opacity: 1;
  }
  100% {
    left: 156px;
    background-color: rgb(255,0,0);
    opacity: 0;
  }
}

@-o-keyframes cssload-shift {
  0% {
    left: -58px;
    opacity: 0;
    background-color: rgb(255,255,0);
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 97px;
    opacity: 1;
  }
  100% {
    left: 156px;
    background-color: rgb(255,0,0);
    opacity: 0;
  }
}

@-ms-keyframes cssload-shift {
  0% {
    left: -58px;
    opacity: 0;
    background-color: rgb(255,255,0);
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 97px;
    opacity: 1;
  }
  100% {
    left: 156px;
    background-color: rgb(255,0,0);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-shift {
  0% {
    left: -58px;
    opacity: 0;
    background-color: rgb(255,255,0);
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 97px;
    opacity: 1;
  }
  100% {
    left: 156px;
    background-color: rgb(255,0,0);
    opacity: 0;
  }
}

@-moz-keyframes cssload-shift {
  0% {
    left: -58px;
    opacity: 0;
    background-color: rgb(255,255,0);
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 97px;
    opacity: 1;
  }
  100% {
    left: 156px;
    background-color: rgb(255,0,0);
    opacity: 0;
  }
}
/*
////////////////////////////////////////
 DIV Absolute Centering
//////////////////////////////////////// 
*/
.Absolute-Center { 
  height: 50%; /* Set your own height: percents, ems, whatever! */
  width: 50%; /* Set your own width: percents, ems, whatever! */
  overflow: auto; /* Recommended in case content is larger than the container */
  margin: auto; /* Center the item vertically & horizontally */
  position: absolute; /* Break it out of the regular flow */
  top: 0; left: 0; bottom: 0; right: 0; /* Set the bounds in which to center it, relative to its parent/container */
  /*background-color: #000;*/
  overflow:hidden;
}
 
/* //////////////////////////////////////// */
/* Make sure our center blocks stay in their container! */
.Center-Container { position: relative; overflow:hidden; }
 
/* //////////////////////////////////////// */
/* Fixed floating element within viewport */
.Absolute-Center.is-Fixed { 
  position: fixed;
  z-index: 999;
  overflow:hidden;
}
 
/* //////////////////////////////////////// */
/* Min/Max Width */
.Absolute-Center.is-Responsive {
  width: 60%; 
  height: 60%;
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
  overflow:hidden;
}

.tabletdfed {
cursor:pointer;
}

.tabletdfed:hover,.tabletdfed:focus {
cursor:pointer;
background-color: #CFD8DC;
}


/*////////////////////////*/
 /*Bootstrap customization*/

.panel {
  margin-bottom:0px !important;
}

.panel-body {
  padding-bottom:0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding:0px;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding:2px 4px;
}

.form-horizontal {
  padding-top:15px;
}

@media (min-width: 496px)
{
.container {
    width: 100%;
}
}


.modal {

    z-index: 98050;
  }


.modal-backdrop {
    
    z-index: 98040;
  }

  .modal-dialog {
    z-index:98060;
  }



  .btn-xs, .btn-group-xs > .btn {
/*border-radius:30px;*/
  }

  .toast-top-center {
    top: 0;
    right: 35%;
    width: 30%;
}

#toast-container>div {
    text-align: center;
    margin: 0 0 0px;
     padding: 2px 2px 2px 2px !important; 
    width: 300px;
    -moz-border-radius: 0px 0px 7px 7px !important;
    -webkit-border-radius: 0px 0px 7px 7px !important;
    border-radius: 0px 0px 7px 7px !important;
    /* background-position: 15px center; */
    /* background-repeat: no-repeat; */
   /* -moz-box-shadow: 0 0 12px #999;*/
    /* -webkit-box-shadow: 0 0 12px #999; */
    /* box-shadow: 0 0 12px #999; */
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
    color: #fff;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}



/*Vertical Tabs*/
.vertical-tabs .row {
  padding:0;
  margin:0;
}

.vertical-tabs  .tabs-left, .vertical-tabs  .panel-body, .vertical-tabs  .panel-header  { margin:0;padding:0; }

.vertical-tabs .nav-tabs {
  float: left;
  border-bottom: 0;
   border:0;
}

.vertical-tabs .nav-tabs li {
    float: none;
    margin: 0;
    border:0;
}

.vertical-tabs .nav-tabs > li.active > a {
  color:#333 !important;
  border:0;
  background-color: #ccc !important;
}
.vertical-tabs .nav-tabs li a {
      margin-right: 0;
      border: 0;
      background-color: #333 !important;
}

  
  
/*.vertical-tabs .glyphicon {
    color: #fff;
  }
  
.vertical-tabs .active .glyphicon {
    color: #2D8BE7;
  }*/
}

.vertical-tabs   .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border:0;
}

.vertical-tabs   .tab-content {
 
  border:1px solid #333;
  }
.vertical-tabs   .tab-content   .tab-pane {
    /*display: none;*/
    background-color: #fff;
    padding: 1.6rem;
    overflow-y: auto;
  }
  
.vertical-tabs   .tab-content   .tab-pane   .active { display: block; }


.vertical-tabs   .list-group {
  width: 100%;
  }
 .vertical-tabs   .list-group  .list-group-item {
    height: 50px;
  }
 .vertical-tabs   .list-group  .list-group-item  h4, span {
      line-height: 11px;
    }

    .txt-danger {
      color:#EA0035;
    }

     .txt-warning {
      color:#FD4703;
    }

      .txt-success {
      color:#009543;
    }

    .navbar-fixed-top-tab {
      margin:0px;
      padding-left:15px;
    top: 0;
    border-width: 0 0 1px;
    margin-bottom: 20px;
    background-color: white;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    padding-top:10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
}

    .panel-body-tab {
    margin-top:35px;
}

.kv-upload-progress {
  
    position: fixed;
    top: 20px;
    left: 20px;
    height: 30px;
    width: 200px;
}

.amount {
  background-color:#BAD9F4;
}

.amount2 {
  background-color:#D4DBE7;
}

.date {
  background-color:#E1FDBE;
}

.due_date {
  background-color:#BCEFA0;
}
 
/*ENd vertical Tabs*/


/* Personnalized */
 .btn-save {
background-color: #249787;
color: #ffffff;
    border-color: #249787;
  }

   .btn-duplicate {
background-color: #1b7773;
color: #ffffff;
    border-color: #1b7773;
  }


