/*

* Override Pages default styles or create your own styles here

*/

.form-group-default textarea.form-control {
    height: auto;
}

.alert-danger, .alert-error {
    background-color: #e95555;
    color: white;
    border: 1px solid #e95555;
}

.form-group-default.has-error {
    background: white;
    border-color: #e95555;
}

input.error:-webkit-autofill, input.error:-webkit-autofill:focus, .has-error input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.table th.table-actions {
    width: 70px !important;
}

.table-actions a[data-toggle] {
    color: #495b62;
    opacity: .4;
}

.table th.pilot-number {
    width: 70px !important;
}

.table .row-details .pg-map {
    line-height: 1.15;
}

.table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before {
    opacity: 1;
}

.table.table-condensed.table-detailed > tbody > tr > td:first-child:before {
    margin-right: 1em;
    opacity: .4;
}

.table.table-condensed.table-detailed > tbody > tr > td.dataTables_empty:before {
    display: none;
}

.pgn-flip .alert {
    padding: 16px 32px;
}

.panel-group .bg-danger .panel-heading .panel-title > a:hover, .panel-group .bg-danger .panel-heading .panel-title > a:after,
.panel-group .bg-info-light .panel-heading .panel-title > a:hover, .panel-group .bg-info-light .panel-heading .panel-title > a:after,
.panel-group .bg-warning .panel-heading .panel-title > a:hover, .panel-group .bg-warning .panel-heading .panel-title > a:after {
    color: white !important;
}

.panel-group .panel-heading .panel-title > a {
    line-height: 2;
}

tbody tr td.client-credits {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    color: #5d598d !important;
    font-weight: bold !important;
}

.table thead tr th.sorting_disabled {
    color: rgba(33, 41, 44, 0.35) !important;
}

.calendar .calendar-header {
    background-color: #e4e6e7;
}

.calendar .calendar-header > .drager {
    margin-top: 0;
}

.fc-event {
    /*font-size: 1em !important;*/
}

.fc-event .fc-content {
    padding-bottom: 4px;
}

.fc-event .fc-content .label {
    padding: 1px 3px;
    margin-left: 4px;
}

.fc-day-grid-event .fc-content {
    white-space: inherit;
}
.register-logo-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.deadline_red {
    display: block;
    font-weight: bold;
    color: red;
}

.deadline_orange {
    display: block;
    font-weight: bold;
    color: orange;
}

.deadline_green {
    display: block;
    font-weight: bold;
    color: green;
}