﻿/* 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;
}

.form-control-input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0.35rem;
    padding: 0.5rem 0.85rem;
    height: 34px;
    appearance: none;
    background-clip: padding-box;
    border-color: black !important;
    color: black !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.requiredSymbol::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.shade-Background {
    background-color: #e0dcdc;
    padding: 8px;
    pointer-events: none;
    min-height: 2.6em;
}

.custom-td-width {
    max-width: 200px !important;
    word-wrap: break-word !important;
    white-space: normal !important
}

.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;
}

.fixed-table {
    width: 1200px !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

    .fixed-table th,
    .fixed-table td {
        border: 1px solid #ddd !important;
        padding: 8px !important;
        vertical-align: top !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
    }

    .fixed-table th {
        background: #f5f5f5 !important;
        font-weight: 600 !important;
    }


.aiia-wizard-progress-buttons-wrapper {
    display: none !important;
}

.aiia-wizard-button-previous {
    margin-right: 15px;
}

.aiia-wizard-buttons-wrapper {
    text-align: right;
}

.aiia-wizard-progress-buttons-placeholder li {
    text-align: center;
}

.aiia-wizard-progress-buttons-placeholder li.active {
  padding: 10px 15px !important;
  background: #337ab7;
}

.aiia-wizard-progress-buttons-placeholder li.active a {
   color: #fff !important;
}

.aiia-wizard-progress-buttons-placeholder li.active h4 {
 color: #fff !important;
}

.aiia-wizard-progress-buttons-placeholder li a {
 position: relative;
 display: block;
 padding: 10px 15px !important;
 color: #337ab7 !important;
}

.aiia-wizard-progress-buttons-placeholder li h4 {
 color: #337ab7 !important;
}
