/* Template */

.stop { clear: both; }

.btn-bricky {
    background-color: #e3b041;
    border-color: #e3b041;
}

.btn-bricky:hover,
.btn-bricky:focus,
.btn-bricky:active,
.btn-bricky.active {
    background-color: #c69939;
    border-color: #c69939;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: 0 0 8px rgba(198, 153, 57, 0.6);
    -moz-box-shadow: 0 0 8px rgba(198, 153, 57, 0.6);
    box-shadow: 0 0 8px rgba(198, 153, 57, 0.6);
    border-color: rgba(198, 153, 57, 0.8);
}

.input-icon > input:focus + [class*="fa-"],
.input-icon > input:focus + [class*="clip-"] {
    color: #e3b041;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #e3b041;
    border-color: #e3b041;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #e3b041;
}

.pagination > li > a,
.pagination > li > span {
    color: #8c8c8c;
}

.navbar > .container .navbar-brand { 
    height: 47px;
    min-width: 50px;
    padding: 0 10px;
}

.pagination { margin: 10px 0; }

.navbar > .container .navbar-brand img { height: 100%; }

.username { padding-right: 10px; }

.navbar-inverse .nav > li.current-user > a i { 
    color: #e3b041 !important;
    font-size: 18px;
    vertical-align: middle;
}

ul.main-navigation-menu > li a > i { color: #e3b041; }

.current-user .dropdown-menu a i { color :#e3b041; } 

.select2-container .select2-choice { 
    margin-top: 0 !important;
    line-height: 32px !important;
}

.panel-body .form-group label { 
    line-height: 34px;
    margin-bottom: 0;
}

.panel-body .form-group .form-control,
.bloc-ajout input.form-control { padding: 5px 8px; }

.btn-recherche {
    display: block;
    margin: 0 auto;
}

.alert-danger {
    border-color: #C83A2A;
    background-color: #C83A2A;
    color: #fff;
}

.open-active { background-color: #333 !important; }

.select2-drop-active { border-color: -moz-use-text-color #e3b041 #e3b041 !important; }

.page-header { 
    margin: 10px 0;
    padding-bottom: 10px;
}

.page-header h1 { margin-bottom: 0; }

.page-header h1 img{ margin-top: -5px; }

.btn-alert {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff;
}

.btn-alert:hover,
.btn-alert:focus,
.btn-alert:active {
    color: #fff;
}

.btn-alert:hover {
    background-color: #973d3b;
    border-color: #973d3b;
}


.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:none;
}

.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 #ddd;
}

.total {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: center;
}

.marginbot20 { margin-bottom: 20px; }

.select2-container .select2-choice .select2-arrow b { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }

.bloc-ajout { margin-top: 15px; }

.bloc-ajout label { 
    line-height: 34px; 
    margin-bottom: 0; 
}

.paddri0 {padding-right: 0;}

.bloc-ajout .fileupload { margin-bottom: 0; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #e3b041;
}

.daterangepicker td.in-range { background-color: rgba(227, 176, 65, 0.2); }

.applyBtn { 
    margin-bottom: 5px;
    background-color: #e3b041;
    border: none;
}

.applyBtn:hover { background-color: #C69939; }

.label-off { display: inline-block; }

.th-actions { min-width: 100px; }

.th-prix { min-width: 80px; }

/* /Template */

/* Connexion */

body.login .logo img { width: 70%; }

body.login a.forgot { 
    position: static;
    color: #7f7f7f;
}

body.login a.inscription { color: #e3b041; }

body.login a.inscription:hover { color: #c69939; }

#modal {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.modal-login {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 50px auto;
    padding: 25px 15px;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #e3b041;
    cursor: auto;
}

.modal-login p { padding-right: 30px; }

#modal-btn {
    display: block;
    margin: 15px auto 0 auto;
}

#modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #e3b041;
    cursor: pointer;
}

#modal-close:hover { color: #c69939; }

body.login .input-icon i { z-index: 1; }

/* /Connexion */

/* Ajout chauffeur */

.chauffeur-avatar {
    display: block;
    float: left;
    width: 30%;
    margin: 20px 20px 0 0;
}

.chauffeur-texte {
    display: block;
    float: left;
    width: 60%;
    margin-top: 20px;
}

.switchery.switchery-default { margin-top: 4px; }

.bloc-ajout .control-label-switchery { line-height: 20px; }

/* /Ajout chauffeur */

/* Fiche chauffeur */

.menu-fiche { 
    border: 1px solid #e3b041; 
    line-height: 50px;
    text-align: center;
    color: #e3b041;
    cursor: pointer;
    margin: 15px 0;
}

.item-fiche { height: 50px; }

.item-fiche:nth-child(2) {
    border-right: 1px solid #e3b041;
    border-left: 1px solid #e3b041;
}

.item-fiche.active { 
    background-color: #e3b041;
    color: #fff;
}

.content-fiche { display: none; }

#contentitem1 { display: block; }

.fiche-note i { 
    color: #e3b041; 
    padding-right: 5px;
}

.fiche-note span { font-size: 11px; }

.fiche-note span span:hover { 
    text-decoration: underline;
    color: #e3b041;
    cursor: pointer;
}

.panel-heading-fiche { padding-left: 15px; }

.tabbable a:hover i,
.tabbable a:focus i,
.tabbable a:active i{
    color: #e3b041; 
}

.fc-header-left h2 { 
    font-size: 16px;
    font-weight: normal;
    padding-top: 2px;
}

/* /Fiche chauffeur */

/* Mon compte */

.title-header { 
    display: block;
    float: left;
    margin-right: 20px;
}

.note-header {
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 12px;
}

.note-header i { 
    color: #e3b041;
    padding-right: 4px;
}

.note-header span { font-size: 13px; }

.note-header span span { font-size: 11px; }

.note-header span span:hover {
    color: #e3b041; 
    text-decoration: underline;
    cursor: pointer; 
}

.title-mdp-compte {
    color: #858585;
    margin: 15px 0 25px 0;
}

.btn-suppresion {
    margin: -5px 0 20px 0;
    padding: 8px 25px;
}

.background-modal {
    display: none;
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.modal-suppression {
    display: none;
    position: fixed;
    z-index: 1501;
    top: 20%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background-color: #fff;
    border: 2px solid #e3b041;
    padding: 15px;
    text-align: center;
}

.modal-suppression p { font-weight: bold; }

.modal-suppression button { margin: 5px 10px; }

/* Mon compte */

/* Fiche lettre voiture */

.panel-lettre .panel-heading { padding-left: 15px; }

.panel-lettre h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
}

.info-destinataire { 
    height: 70px;
    line-height: 68px;
    text-align: center;
    background-color: #f5f4f9; 
    border: 1px solid #eceaf3;
}

.info-expe-label { 
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding: 5px 0;
}

.info-expe-champ { 
    width: 50%;
    float: left;
    margin-bottom: 15px;
    background-color: #f5f4f9;
    padding: 5px;
    border: 1px solid #eceaf3;
    text-align: center;
}

.lettre-suivi li { text-align: center; }

.lettre-suivi li a { padding: 25px 20px; }

.lettre-suivi li:hover a { color: #e3b041; }

.tabs-left > .tab-green > li.active > a,
.tabs-left > .tab-green > li.active > a:focus,
.tabs-left > .tab-green > li.active > a:hover {
    border-left: 2px solid #e3b041;
    color: #e3b041;
}

.lettre-suivi-detail h3 { margin-top: 0; }

.page-header-lettre h1{ float: left; }

.page-header-lettre span{ 
    float: right;
    padding: 5px 10px;
    background-color: #5bc0de;
    color: #fff;
    margin-top: 6px;
    font-weight: bold;
}

/*.lettre-suivi-detail.tab-content { min-height: 269px; }*/
.lettre-suivi-detail.tab-content { min-height: 336px; }

.lettre-suivi-detail.tab-content { padding: 20px 25px; }

.lettre-suivi-detail.tab-content .col-lg-5 { padding: 0; }

.lettre-suivi-detail.tab-content span { 
    display: inline-block; 
    margin: 8px 0; 
}

.tab-pane h3 i { padding-left: 20px; }

/* /Fiche lettre voiture */

@media (max-width: 767px) {
    .navbar-header { background: rgba(35, 35, 35, 1) none repeat scroll 0 0; }
    .item-fiche:nth-child(2) {
        border-top: 1px solid #e3b041;
        border-bottom: 1px solid #e3b041;
        border-right: none;
        border-left: none;
    }
}

@media (max-width: 360px) {
    .btn-mt { margin-top: 10px; }
}

@media (max-width: 768px) {
    .text-xs-center { text-align: center; }
}

@media (min-width: 768px) {
    .text-sm-right { text-align: right; }
}

@media (max-width: 991px) {
    .info-expe-label {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px){
    .fiche-voiture-panel { min-height: 300px; }
}

@media (min-width: 1280px) {
    .fiche-voiture-panel { min-height: 220px; }
}


/* DEV */

.has-error {
    border:1px solid #e81724 !important;
}

.has-error-select {
    border: 1px solid #e81724 !important;
    height: 36px;
    border-radius: 0px;
}

.has-error-p {
    color: #e81724;
}

ul.main-navigation-menu > li.menu-responsive-sm { display: none; }

.close.popup-modal-dismiss { padding: 5px; }

@media (max-width: 767px) {
    .navbar-tools { display: none; }
    .main-container { margin-top: 48px; }
    ul.main-navigation-menu > li.menu-responsive-sm { display: block; }
    .navbar-inverse { background-color: rgba(255, 255, 255, 0.9) !important; }
    .main-navigation { top: 48px; }
}