/*
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 { 
    background: url('../images/login-bg.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: 'Roboto', Arial, Tahoma;
    font-size: 14px;
    font-weight: 400;
    margin-top: 50px;
    color: #495057;
}
.login-form-container {
    margin-top: 100px;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px;
}

footer { margin-top: 30px; padding-top: 20px; padding-bottom: 20px; color: #777; border-top: 1px solid #ccc; }
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 */
}

.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: middle; }
#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; */ }
.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: 20px; }
.form-group { margin-bottom: 8px; }
.form-control { 
    border-radius: 0; 
    font-size: inherit;
    padding: 4px 8px;
    height: inherit;
}

.btn { 
    border-radius: 0; 
    font-size: inherit;
    padding: 4px 12px;
}

.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;
}

.cursorPointer { 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-dark thead > tr> th { border-color: #111; }
.table-dark tbody > tr> td { background-color: #4e7087; }

.vols-container-edit { padding: 20px; background-color: #f2f2f2; margin-bottom: 20px;  }
.table.table-noborder > body > tr > td { border-top: none; }

.doc-item { float: left; margin-right: 20px; }
.doc-vignette { object-fit: cover; width: 160px; height: 120px; }