@import 'icons.css';
@import 'car-brands.css';
@import 'skin-admin.css';

body.loading{
    overflow-x: hidden;
    overflow-y: hidden;
}

.highlight { background-color: yellow }

#loader{
    position:absolute; top:0; left:0; right:0; bottom:0;
    z-index: 9999999;
}

#loader-circle{
    position:absolute;top:50%;left:50%;
}

#loader img{
    margin: 50px auto;
}

input[type=number] {
    -moz-appearance:textfield;
}

select.form-control option{
    padding: 5px;
}

.fc-content-skeleton { pointer-events: none; }
.fc-event { pointer-events: all; }

.fc-event .fc-bg {
    opacity:0;
}

.fc-axis.fc-time span{
    color:#ccc;
}

.fc-scroller {
    overflow-y: hidden !important;
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span{
    padding-right:7px;
}

.fc-time-grid-event .fc-time{
    font-size: 1em;
}

.fc-content .label{
    vertical-align: middle;
    margin: -2px 0 0 5px;
    display: inline-block;
}

.fc-time-grid-event.fc-short .fc-title{
    font-size: inherit;
}

.text-primary{
    color: #3c8dbc;
}

.text-success{
    color: #00a65a;
}

.text-warning{
    color: #f39c12;
}

.text-danger{
    color: #dd4b39;
}

.box,.box-footer{
    border-radius: 0;
}

.datebox{
    font-size:22px;
    font-weight: bolder;
    font-style: normal;
    background-color: #AAA;
    color: white;
    text-align: center;
    line-height: 12px;
    padding: 5px;
    float:left;
    margin-left: 5px;
}

.timebox{
    font-size:22px;
    font-weight: bolder;
    font-style: normal;
    text-align: center;
    line-height: 10px;
    padding: 5px;
    float:left;
    margin-left: 5px;
}

.datebox small{
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-top: 3px;
}

.datebox small:first-child{
    margin: 0;
}

.table.table-blocks > thead > tr > th, .table.table-blocks > tbody > tr > th, .table.table-blocks > tfoot > tr > th, .table.table-blocks > thead > tr > td, .table.table-blocks > tbody > tr > td, .table.table-blocks > tfoot > tr > td{
    border-top: none;
    padding: 0;
}

.table.table-blocks{
    background-color: transparent;
}

.table-blocks thead{
    display:none;
}

.dataTable td > div.panel{
    background-color:#fafafa;
    padding: 10px;
    margin-bottom: 20px;
}

.panel .panel{
    margin-bottom: 0;
}

.modal{
    display:none;
}

.modal label{
    display:block;
}

.modal-title{
    font-weight: bolder;
}

.modal-title span{
    font-weight: normal;
}

.modal-loader{
    display: none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(255,255,255,0.9);
    background-image: url('/img/loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.panel{
    border-radius: 0;
}

.panel-default {
    border-color: #eee;
}

.dataTable .panel-heading{
    padding: 1px 10px;
}

.panel-heading .actions{
    margin-top: 5px;
    float:right;
}



.main-header .logo .logo-lg {
    text-align: left;
    font-family: 'Open Sans';
}

#page{
    position: relative;
}

#page.loading,.overlay.loading{
    background:url('../img/loader.gif') no-repeat center 100px white;
}

body.noscroll{
    overflow-x:hidden;
    overflow-y:hidden;
}

.overlay.loading{
    background-color: rgba(255,255,255,0.75);

    left:0;
    right:0;
    bottom:0;
}

.overlay{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;

    z-index: 10000;

    background-color: #ecf0f5;
}

.overlay .fa-close{
    cursor: pointer;
    font-size: larger;
}

.overlay > div:first-child{
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.navbar-nav > .user-menu .user-image {
    border-radius: 0;
}

.content-header h1{
    font-size: 24px;
    margin: 0;
}

.content-header .page-right-menu{
    text-align: right;
    font-size: 12px;
}

.page-right-menu label{
    text-align: left;
    font-weight: normal;
}

.sidebar-menu{
    margin-top:1px;
}

.page-right-menu select{
    padding:5px;
}

.fc-day-grid-event > .fc-content {
    padding: 5px;
}

.dataTables_wrapper{
    position: relative;
}

div.dataTables_info{
    float:right;
    padding: 16px 20px 0 0;
}

div.dataTables_info span{
    float:left;
    margin-right: 10px;
}

div.dataTables_filter{
    float: left;
    text-align: left;

    margin: 10px 0 0 5px;

    width: 20%;
}

div.dataTables_filter select{
    padding: 5px;
}

div.dataTables_filter label {
    width: 100%;
}

div.dataTables_filter .form-control{
    vertical-align: top;
    width: 100%;
}

div.dataTables_paginate{
    float:right;
    margin: 10px;
}

div.dataTables_processing {
    text-align: center;
    color: #555;
    background: white url(../img/loader.gif) no-repeat center 35px;
    z-index:1000000;
    min-height: 100px;
    height: 100%;
    margin: 0;
    left: auto;
    top: 60px;
    width: 100%;
}

.dataTable > thead > tr > th.mailbox-checkbox{
    padding: 8px;
}

.dataTables_info i{
    margin: 0 2px 0 20px;
}

.mailbox-checkbox,.mailbox-attachment{
    text-align: center;
}

.pagination select{
    float:left;
    padding: 7px;
}

.paginate_button{
    cursor: pointer;
}

.block .icons{
    float: left;
}

.block .icons span{
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.block .results{
    float:right;
    clear: right;
    width: 100px;
}

.block .buttons{
    float:right;
    clear: right;
    text-align: right;
    padding-right: 0;
}

.block .buttons i{
    margin-bottom: 10px;
}

@media (min-device-width: 480px) {

    .block .buttons i:not(:last-child) {
        margin-right: 10px;
    }
}

.block .nom{
    font-weight: bold;
    font-size: large;
    clear: left;
}

.block .campus,.block .date,.block .formation{
    float: right;
    clear: right;
}

.block .campus{
    font-weight: bolder;
}

.block .date{
    font-size: small;
    font-style: italic;
    margin-bottom: 20px;
}

.formation .date,.sceance .date{
    float: left;
    clear: none;
}

.sceance .campus{
    font-size: large;
    font-style: normal;
    font-weight: bold;
    float:left;
    clear:left;
    margin-bottom: 10px;
}

.block .email{
    margin-bottom: 20px;
}

.block ul span{
    margin:0 5px 0 2px;
}

.block ul small{
    font-size: smaller;
    font-style: italic;
    color: #999;
    margin-left: 2px;
}

.block ul{
    list-style: none;
    padding-left: 0;
}

.block ul li{
    margin: 0 0 3px 0;
}

.block ul .icon{
    margin-right:5px;
}

.block ul label{
    margin-right: 5px;
}

[class^="test-"]{
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}

.sceance input[type=checkbox]{
    margin-right: 10px;
}

.concessionnaire .region{
    float:right;
}

.concessionnaire i{
    float:left;
}

.concessionnaire .nom{
    float:left;
    clear: none;
    font-weight: normal;
    font-size: inherit;
}

.concessionnaire .nom h4{
    font-weight: bold;
}

.formation h4{
    float:left;
    font-weight: bold;
}

.formation .campus{
    float: left;
    clear: left;
    font-weight: normal;
}

.callout.callout-default{
    background-color: #ccc;
}

.login-page{
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box{
    margin: 25% auto;
}

.action-log .panel-heading{
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.action-log-write{
    display: none;
    margin-bottom: 5px;
}

.action-log-write i{
    margin-right: 10px;
    float:left;
}

.action-log-write input{
    width: 50%;
}

.action-log ul.icons{
    margin:5px 10px 0 0;
}

.action-log ul.icons li{
    float:left;
    display: none;
    margin-right: 5px;
}

.action-log ul.icons li:first-child{
    display: list-item;
}

.content-header small{
    margin-left:20px;
}