﻿/* Header */

header .form-control.form-control-alt {
    background-color: #fff;
    max-width: 8em;
    border-radius: 10px 0 0 10px;
    padding: 0.5em;
    font-size: 0.85em;
}

header .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0 10px 10px 0;
}

header .input-group-text {
    background-color: #DFDFDF;
}

#page-header {
    box-shadow: 0 1px 14px rgba(0,0,0,0.2);
}


/* Warning Banner */
.header--warning-banner {
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    font-size: 1.5em;
}

.header--warningbg {
    background-color: #f00 !important;
}

.layout--warning-banner {
    height: 75px;
    background: red;
    color: white;
    text-align: center;
    line-height: 75px;
    font-size: 24px;
    font-weight: bold;
}

.logo--text {
    /* max-width: 15em; */
    /* width: 100%; */
    height: 1.3em;
    /* padding: 5px 0; */
    margin: 10px 10px;
}

/* ----- Buttons -----*/

.btn-default[disabled] {
    background-color: #999;
    opacity: .5;
}

.btn-print {
    border: solid 1px #e9e9e9;
    color: #545454;
    background-color: #f5f5f5;
}

/*.btn-danger {
    color: #fff;
    background-color: #c33825;
    border-color: #c33825;
}*/

/*.btn-success {
    color: #fff;
    background-color: #01a185;
    border-color: #01a185;
}*/

/* Export Selected Fields */

ol.selected--fields {
    padding: 0;
    list-style: disc;
}

    ol.selected--fields li {
        display: inline-block;
        background: #2c343f;
        padding: 0.5em 1em;
        margin: 0.2em;
        color: #fff;
        font-size: 0.8em;
    }

        ol.selected--fields li:before {
        }

/* Forms */
textarea {
    resize: none;
}

label:not(.no-required).required:after  {
    color: #A94442;
    content: ' *';
    display: inline;
}

/*.css-checkbox-default > .form-check-input:checked {
    background-color: #2c343f;
    border-color: #2c343f;
}

.btn[disabled] {
    opacity: .25;
}*/


/** Tables / Datatables **/

/*.table-bordered > thead > tr > th {
    background: #2c343f;
    color: #fff;
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fafafa;
}

.table.table-bordered.dataTable tbody td {
    font-size: 0.9em;
}

.table > tbody > tr > td {
    padding: 10px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 40%;
}
.table > thead > tr > td.--highlight,
.table > tbody > tr > td.--highlight,
.table > tfoot > tr > td.--highlight,
.table > thead > tr > th.--highlight,
.table > tbody > tr > th.--highlight,
.table > tfoot > tr > th.--highlight,
.table > thead > tr.--highlight > td,
.table > tbody > tr.--highlight > td,
.table > tfoot > tr.--highlight > td,
.table > thead > tr.--highlight > th,
.table > tbody > tr.--highlight > th,
.table > tfoot > tr.--highlight > th {
    background-color: #FFFF7B;
}

.ajax_load {
    background-color: black;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.5;
}*/


