html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}



.BB {
    font-weight: bold;
}

.N {
    HEIGHT: 27px;
    BACKGROUND-IMAGE: url(../img/bgcolor.gif);
    font-size: 11px;
    font-family: tahoma,sans-serif;
}

.margin-top{
    margin-top: 20px;
}

.spacer {
    margin-left: 9px;
}

table {
    font-size: 12px;
    font-family: tahoma,sans-serif;
}

.td-padding {
    white-space: nowrap;
}

.input-box {
    height: 18px;
    width: 360px;
}
/*.grid-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}*/

html, body {
    height: 100%;
    margin: 0;
}

/*.content {
    flex: 1;
}

footer {
    padding: 10px;
}*/

#okta-sign-in {
    /*height: 385px !important;*/
    width: 310px !important;
    min-width: 310px !important;
    margin-top: 110px !important;
    max-height: 410px !important;
}

    #okta-sign-in.no-beacon .auth-header {
        padding-bottom: 0px !important;
    }
    #okta-sign-in.no-beacon .auth-content {
        padding-top: 4px !important;
    }
    #okta-sign-in .o-form-head {
        font-size: 11px !important;
    }

    #okta-sign-in .o-form-head {
        font-size: 11px !important;
    }
    #okta-sign-in .o-form .custom-checkbox label {
        font-size: 10px !important;
    }

    #okta-sign-in .auth-footer {
        font-size: 11px !important;
    }

    #okta-sign-in .o-form-head, #okta-sign-in .o-form-subhead {
        margin: 0px 0 5px !important;
    }

    #okta-sign-in .o-form-button-bar .button {
        display: block !important;
        width: 100% !important;
        height: 32px !important;
    }
    #okta-sign-in .o-form-button-bar {
        background: transparent !important;
        border: none;
        padding: 0px 0 13px !important;
        border-radius: 0;
        box-shadow: none;
    }

    #okta-sign-in .o-form label, #okta-sign-in .o-form textarea {
        font-size: 11px !important;
    }

    #okta-sign-in.auth-container .okta-form-label {
        padding-top: 0px !important;
    }

    #okta-sign-in .custom-checkbox label, #okta-sign-in .custom-radio label {
        /*padding-top: 0px !important;*/
    }

p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 10px;
}

.footer[b-kzj4zqemrd] {
    position: relative !important;
    line-height: 45px !important;
    //margin-bottom: 0PX !important;
   
}

.footer {
    height: auto;
}
.pb-3 {
    padding-bottom: 0px !important;
}

/*#okta-sign-in .o-form-theme {
    background: transparent;
    box-shadow: none;
    padding: 0px 0 1px !important;
    border-radius: 0;
    border: none;
}*/

.PPRSbmtBtn {
    FONT-SIZE: x-small;
    font-size: 11px;
    FONT-WEIGHT: bold;
    color: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    background-color: #fff3ac;
}

.G {
    COLOR: #FFFFFF;
}

.E {
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
}

/*.footer {
    background-color: #336699;
    color: white;
    padding: 20px;
    border-top: 1px solid #87b3db;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
}

.left-section {
    flex: 1;
}

.right-section {
    display: flex;
    gap: 10px;
}

.footer-link {
    color: white;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}*/
.cust-table {
    /*margin-left: 20px;
    background-color: #ffffff;*/
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    text-align:start;
    border: 2px solid;
    border-color: #cccccc;
    /*width: 68%;*/
    /*max-height: 700px;*/
}

    .cust-table thead {
        background-color: #cccccc;
        height:35px;
    }

.cust-table tbody tr:nth-child(odd) {
    background-color: white;
}

    .cust-table tbody tr:nth-child(even) {
        background-color: #eeeeee;
    }

    .cust-table th, .cust-table td {
        border: 2px solid;
        border-color: #eeeeee;
    }

.cust-btn {
    width: 110px;
    height: 25px;
    background-color: #eeeeee;
    border-radius: 4px;
    border-width: thin;
}

.disable {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
}

.input-box {
    width: 230px;
    border-radius: 3px;
    border-width: thin;
    height:23px;
}

.required-astrix {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.text-box-css {
    width:150px;
    height:20px;
}

.OptionsToolbar {
    BACKGROUND-IMAGE: url(../img/optionsbgcolor.gif);
    LINE-HEIGHT: 12px;
    BORDER-BOTTOM: #ffffff 1px solid;
    HEIGHT: 24px;
}

.bg-color {
    background-color: #4791c5;
    color: white;
    border: none;
}

.bg-color option:hover{
    background-color: #4791c5 !important;
    color: white;
    border: none;
}

.bgg-color {
    background-color: #336699 !important;
}

.cursor-auto {
    CURSOR: auto !important;
}

.txt-align {
    text-align: center !important;
}

.cursor {
    cursor: pointer !important;
}

.red-color {
    color: #800000 !important;
}

.blue-color {
    color: #000099 !important;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.flex{
    display: flex !important;
}

.flex-grow {
    flex-grow: 1 !important;
    padding: 0px !important;
}

.margin-tp {
    margin-top;
}

.font-wght {
    font-weight: bold !important;
}

.maroon-color {
    color: maroon !important;
}

.txt-decoration{
    text-decoration: underline !important;
}

.txt-decoration-none {
    text-decoration: none !important;
}

.white-bg-color {
    background-color: white !important;
}

.ft-size-14 {
    font-size: 14px !important;
}

.ft-size-11 {
    font-size: 11px !important;
}

.ft-size-12 {
    font-size: 12px !important;
}

.ft-size-13 {
    font-size: 13px !important;
}

.ft-size-17 {
    font-size: 17px !important;
}

.dark-grey-pd-10 {
    color: darkgray !important;
    padding-top: 10px !important;
}

.grey-border {
    border: 1px solid grey !important;
}

.ft-wgt-500 {
    font-weight: 500 !important;
}

.ft-wgt-bold {
    font-weight: bold !important;
}

.ft-wgt-normal {
    font-weight: normal !important;
}

.black-color {
    color: #000 !important;
}
.margin-0-border-0 {
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid #dddddd !important;
}

.attorney-Modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 60%;
    max-height: 70%;
    overflow-y: auto;
}

.attorneyModalTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.attorneyModalTable th, .attorneyModalTable td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.attorneyModalTable th {
    background: #f4f4f4;
}

.attorney-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}