/* Add here all your css styles (customizations) */

.custom-section-general {
    padding: 20px 0 40px 0;
}

.form-control-login {
    font-size: 10px;
    height: 22px;
}

.form-control-desactivat{
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 6px;
    color: #838383;
}

input[type="text"].form-control-login, input[type="password"].form-control-login {
    border-radius: 0px;
    color: #555555;
    display: inline-block;
    font-size: 10px;
    height: 22px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 4px 6px;
    vertical-align: middle;
}

.u-btn-pink {
    background-color: #CC1DB9;
}

label span.required
{
    color: #B94A48;
}

span.help-inline, span.help-block
{
    color: #888;
    font-size: .9em;
    font-style: italic;
}

.g-bg-gray-dark-v6 {
    background-color: #eeeeee !important;
}

.control-group {
    padding-bottom: 20px;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.headline h1, .headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #6DB82A;
}

.headline h2 {
    font-size: 22px;
}

span.form-error {
    color: red;
    font-size: .9em;
    font-style: italic;
}

input:not([type="checkbox"]):not([type="radio"]).error, textarea.error, select.error {
    border-color: red !important;
    border-width: medium;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: url("/img/Circles-menu.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}