﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    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;
}

.login-wrapper .login-content {
    width: 100%;
}

    .login-wrapper .login-content .login-logo {
        max-width: 100%;
    }

.form-control {
    border-color: black !important;
    color: black !important;
}

.requiredSymbol::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.shade-Background {
    background-color: #f8f9fa;
    padding: 9px;
    pointer-events: none;
    min-height: 2.8em;
}

.custom-increment {
    counter-reset: rowNumber;
}

    .custom-increment .custom-increment-row::before {
        counter-increment: rowNumber;
        content: counter(rowNumber) '.';
        font-weight: bold;
        padding-right: 0.3em;
        text-align: right;
    }

.counter-alpha {
    counter-reset: item;
}

    .counter-alpha .counter-alpha-row:before {
        content: counter(item, lower-alpha) ").";
        color: #4000ff;
        counter-increment: item;
        padding-right: 0.5em;
    }

.counter-roman {
    counter-reset: item;
}

    .counter-roman .counter-roman-row:before {
        content: counter(item, lower-roman) ").";
        color: #4000ff;
        counter-increment: item;
        padding-right: 0.5em;
    }

.field-validation-error {
    color: red;
}

.error {
    color: red !important;
    display: block;
}

div#global-loader {
    background: #0000003b !important;
}


.readOnly {
    background-color: #efefef !important;
    cursor: not-allowed;
}

span.name {
    color: black;
}

span.state {
    color: black;
}

.add-file {
    font-weight: bold;
}

.expand-menu .sidebar .sidebar-menu ul > li > a span {
    line-height: normal !important;
}

.form-label {
    color: black !important;
}

.table tbody tr td {
    color: black !important;
    border-color: black !important;
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
}

.table tbody tr th {
    color: black !important;
    border-color: black !important;
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
}

.table.table-sm > :not(caption) > * > * {
    padding: .3rem;
}

tbody, td, tfoot, th, thead, tr {
    padding: 8px;
}
