/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 nov. 2016, 16:27:10
    Author     : Dina Rajaonson
*/
body { 
    font-family: 'Barlow Condensed', Arial, Tahoma;
    font-size: 17px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
}
.form-control { font-size: 16px; }
p { margin: 0 0 3px; }
.main-container { min-height: 500px; }
.table-container { margin-top: 20px; }
.table { background-color: #fff; }
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          not supported by any browser */
}
.carousel-caption { top: 50%; margin-top:-40px; bottom: auto; }
.carousel-caption h1 { font-size: 4vm; text-transform: uppercase; font-weight: 600; } 
footer { margin-top: 40px; border-top: 1px solid #ccc; padding: 20px 0; font-size: 14px; }
.info-container table > tbody > tr > th {
    text-align: right;
    width: 30%;
}
h2.page-title { 
    padding: 10px; color:#e10d06; 
    background-color: #fff; border-bottom: 1px solid #ccc; margin: 0 0 20px 0; font-size: 1.7em; 
    text-transform: uppercase;}
h1, h2 { font-weight: 300; }
.st1 {
    display: block;
    background-color: #1997c6;
    padding: 5px 10px;
    margin: 15px 0 5px 0;
    color: #fff;
} 
.st1 a {
    color: #fff; text-decoration: underline;
}
.counter-container { font-size: 1.2em; color: green; font-weight: 600; }
.letter-btn { min-width: 75px; font-size: 1.3em; font-weight: 600; }
.items-container { display: none; }
.items-container table { font-size: 1.3em; }
.table-nonfluid {
    width: auto !important;
}
.table > tbody > tr > td { vertical-align: top; }
#shortcut-container a.btn {margin-bottom: 15px; }
#shortcut-container a.btn {padding: 15px 20px; }
#shortcut-container a.btn.btn-primary { /* background-color: #585858; border-color: #585858; */ }
.btn-primary {background-color: #7cc4d6}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover{background-color: #5ca3b5}
.col-btnCheck .text-success { font-size: 15px; }
.col-nom a { color: inherit; }
.refreshCounter { cursor: pointer; color: indianred; font-size: 1.4em;}
.refreshCounter:hover { color: indianred; text-decoration: none; }

/* FORMS */
.form, .form-horizontal { margin-top: 30px; }
.form-group { margin-bottom: 8px; }
.form-control { 
    border-radius: 0; 
    padding: 4px 8px;
    background-color: #ededed;
    box-shadow: none;
    border: none;
}
input[type=file].form-control { 
    background-color: inherit;
    padding: 0;
    margin: 5px 0 10px;
    height: auto;
}


.btn { border-radius: 0; }

.dropdown-menu { font-size: inherit; }

td.subtable-container {
    padding: 0 !important;
}
table.subtable {
    table-layout: fixed;
    width: 100%;
}
table.subtable th, table.subtable td {
    padding: 3px 5px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.cursor-pointer { cursor: pointer; }

.multicheckbox-container {
    padding-top: 5px;
}
.multicheckbox-container label { font-weight: normal; }
.multicheckbox-container input[type=checkbox] { margin-right:8px; }

.form-control-fluid { width: auto; }
.control-container { margin-bottom: 20px; }

#programmesContainer .item-container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    margin-top: -5px;
    background-color: #fffde9;
}

.table-dark { background-color: #2d3d48; color: #f1f1f1; }
.table-dark, .table-dark>tbody>tr>td, table.table-dark>thead>tr>th { background-color: #383838; border-color: #111; }
.table-dark tbody > tr> td { background-color: #247bb6; }
.table.table-noborder > tbody > tr > td { border-top: none; }

label.control-label { font-weight: 400; }

.form-container { border: 1px solid #ccc; padding: 20px; border-radius: 0px; background-color: #fff; margin-top: 50px;
                  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); }
.form fieldset { margin-top: 20px;  }

.form-header { background-color: #7cc4d6; color: #fff; padding: 0.5rem 2rem; }
.form-header.minus-margin-top { margin-top: -45px; }
.form-header h4 { font-size: 16px; }

.mt-20 { margin-top: 20px; }
.mt-50 { margin-top: 50px; }
.mb-20 { margin-bottom: 20px; }
.mb-50 { margin-bottom: 50px; }

.form-control-inline { display: inline-block; width: auto; }
.aerienItem { margin-bottom: 40px; }
.qte-selector {display: inline-block; }

.panel {
    border-radius: 0;
    box-shadow: 1px 4px 15px -10px #000;
}
.panel-heading { padding: 5px 15px; }
.montantTotalDossier { font-size: 1.1em; }

.photos-programme-container { margin-top: 20px; }
.photos-programme-container img { margin-bottom: 3px; }
.lb-outerContainer { border-radius: 0; }
.lightbox .lb-image { border-radius: 0; border: none; }

.documents-container { margin-top: 10px; margin-bottom: 10px; }
.doc-item { float: left; margin-right: 20px; }
.doc-vignette { object-fit: cover; width: 160px; height: 120px; }

.btn {
    border: none;
    padding:.84rem 2.14rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.btn:hover { box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); }
.btn-success { background-color: #1a3e7f!important; }
.btn-success:active { background-color: #102b5d!important; }

.modal-content { border-radius: 0; }

table.passeportTable>thead>tr>th { background-color: #eee; }
hr { margin-top: 8px; margin-bottom: 15px; border-top: 1px solid #ccc; }
.linkEdit { font-size: 0.9em; text-decoration: underline; }
.hebergementItem label { font-size: 1.3em; color: #7cc4d6; }
.text-rupture { padding: 3px 10px; background-color: #eee; color: #ae0a04; font-weight: bold; display: inline-block; font-size: 0.9em;}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {background:#7cc4d6;}