/*
 * Author:  Dario Anongba Varela
 */

@media (max-width: 991px) {
    #logo-header {
        display: none;
    }
}

#memo {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#inner-message {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 1.3em;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 2px solid #01b7f2;
    margin-bottom: 16px;
}

.datagrid table td,
.datagrid table th {
    padding: 10px 10px;
}

.datagrid table thead th {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#006699');
    background-color: #01b7f2;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    border-left: 2px solid #DEDEDE;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #000000;
    border-left: 2px solid #E1EEF4;
    font-size: 12px;
    border-bottom: 2px solid #E1EEF4;
    font-weight: normal;
}

.datagrid table tbody .alt td {
    background: #E1EEF4;
    color: #00496B;
}

.datagrid table tbody tr:first-child td:first-child {
    border-left: none;
    border-bottom: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.datagrid .hauteSaison {
    background-color: rgba(1, 183, 242, 0.3);
}

label.required:after {
    content: " *";
}

.form-errors li {
    font-size: 1.2em;
    color: white;
    background-color: rgba(255, 0, 0, 0.6);
    text-align: center;
}

.btn-center {
    margin-left: 50%;
    left: -25%
}

.tableInfo {
    margin-top: -12px;
}

.hoursCell {
    width: 52px;
}

.dateCell {
    width: 100px;
}

.dividerFooter {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #3a3a3a;
    margin: 0 5px 0 5px;
}

.red {
    color: #ff0000;
}

.pdfLink {
    color: #01b7f2;
    text-decoration: underline;
    display: block;
}

.features {
    height: 180px;
}