/* Minification failed. Returning unminified contents.
(112,26): run-time error CSS1034: Expected closing parenthesis, found ','
(112,26): run-time error CSS1042: Expected function, found ','
(112,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

/*
    Adjust the Text property of CheckBox ASP.NET Control
    Use in CheckBox Control CssClass
*/
.Chk > label {
    margin-left: 10px;
    font-variant-caps: small-caps;
}

.Chk > label {
    margin-left: 10px;
    font-variant-caps: small-caps;
}

/*td label {
    margin-left: 10px;
    font-variant-caps: small-caps;
}*/

a {
    color: #2e7e99 !important;
}

/*button {
    color: #2e7e99 !important;
}
*/
/*.btn {*/
    /*    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
*/
/*}*/

/*.btn-secondary {
    color: #2e7e99 !important;
    background-color: #ffffff !important;
*/    /*    border-color: #2e7e99 !important;
*/
/*}*/

/*    .btn-secondary:hover {
        color: #fff;
        background-color: #2f5269;
        border-color: #2f5269;
    }
*/
/*.btn-outline-secondary {
    color: #2e7e99 !important;
    background-color: #ffffff !important;*/
    /*    border-color: #2e7e99 !important;
*/
/*}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #2e7e99 !important;
        border-color: #2e7e99 !important;
    }*/

.section-header {
    color: #2e7e99 !important;
    font-variant: small-caps
}

.form-control {
    /*    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
*/ border-color: rgba(45,126,153, 0.25) !important;
    /*    border-width: 1px !important;
*/
}

    .form-control:focus {
        /*        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        outline: 0;
*/ box-shadow: 0 0 0 0.25rem rgba(45,126,153, 0.25) !important;
    }

.card-header {
    background-color: rgba(242,237,231, 1) !important;
    color: rgb(194,154,92, 1) !important;
}

.dxbs-edit-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-color: rgba(45,126,153, 0.25) !important;
}

.dxbs-fl-cpt {
    color: #808080 !important;
    font-weight: normal !important;
    font-family: inherit !important;
}

