﻿.section-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0d2d51;
    margin-bottom: 23px;
    /*margin-top: 15px;*/
}

.section-heading-title h2 {
    /*margin-top: 0px !important;*/
}

.section-heading-actions {
    margin-left: auto;
}

th a, th a:hover, th::after, th a:visited {
    color: white;
}

.tableCaption {
    display: flex;
}

    .tableCaption span {
        display: inherit;
        align-items: center;
    }

.captionRight {
    margin-left: auto;
    padding: 5px 10px 0 0;
}

input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    margin-left: 12px;
    margin-top: 10px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginLeft15 {
    margin-left: 15px;
}

.empty-cell {
    background-color: #dddddd;
}

.border-left {
    border-left: 3px solid black !important;
}

.border-right {
    border-right: 3px solid black !important;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.filter-group {
    margin-left: 0px;
    margin-bottom: 10px;
}

    .filter-group > .form-group {
        margin-right: 10px !important;
        margin-left: 0px !important;
    }

.panel-button {
    border: 1px solid #ddd;
    padding: 15px;
    height: 100%;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.development-banner {
    background-color: orange;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

td.min {
    width: 1%;
    white-space: nowrap;
}

td.label-display {
    font-weight: bold;
    text-align: right;
    width: 1%;
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 10px;
}

table.info-display td {
    padding-bottom: 10px;
}

.label-display {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.min-width-form-control {
    width: auto !important;
}

.warning {
    font-weight: bold;
    color:red;
}