﻿.row-separator-size {
    color: #242a30;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wa-login-required {
    margin: 3px 0px 10px 0px !important;
    font-style: italic;
    text-align: left !important;
}

.wa-required {
    color: #a94442;
    font-style: italic;
    text-align: left !important;
}

div.wa-required {
    margin: 3px 0px 10px 0px !important;
}

p.wa-required {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

/** for accessibility review **/
:focus {
    outline: 2px solid white;
    border-color: black !important;
    border-style: solid;
    border-width: thin;
}

#webadmin_main_content {
    padding-bottom: 0px;
}

#webadmin_skip_to_main_content {
    background: #006363;
}
#webadmin_skip_to_main_content a:focus, #webadmin_skip_to_main_content a:active {
    position: absolute;
    top: 0;
    left: 0;
    background: #006363;
    color: #fff;
    text-decoration: underline;
    outline: none;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

    #webadmin_skip_to_main_content a {
        padding: 6px;
        position: absolute;
        top: -36px;
        left: 0px;
        color: #fff;
        background: #006363;
        width: 100%;
        height: auto;
        overflow: auto;
        font-size: 14px;
        text-align: center;
        text-decoration: underline;
        -webkit-transition: top 1s ease-out, background 1s linear;
        transition: top 1s ease-out, background 1s linear;
        z-index: 1060;
    }

a.web-form-extension-vertical-tab-header:focus {
    outline: none!important;
    border: none!important;
}

    a.web-form-extension-vertical-tab-header:focus h3 {
        outline: none !important;
        border: 1px solid #000 !important;
    }

.alert {
    font-size: 14px;
    /*font-weight: bold;*/
}

.alert-info {
    color: #00366a;
}

.alert-success {
    color: #004000;
}

.alert-warning {
    color: #604b25;
}

span.bool-data {
    font-weight: bold;
}

span.bool-data-false {
    color: #b40300;
}

span.bool-data-true {
    color: green;
}

caption.sr-only {
    color: #333;
}

.oca-row-highlight .sr-only {
    color: #fff;
}

.oca-row-highlight span.bool-data {
    color: #fff;
}

.oca-table-selectable input[type='text'].form-control {
    height: 21px;
    /*line-height: 20px;*/
    padding-left: 1px;
    padding-right: 1px;
}


.dataTables_filter input, .dataTables_length select {
    height: 34px;
    border: 1px solid #ccd0d4;
    background: #fff;
    font-size: 12px;
    /*padding: 1px 6px;*/
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 3px;
    outline: none;
    /*height: 25px;*/
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid #ddd !important;
}

    .alert h2 {
    margin-top: 0;
    color: inherit;
    font-size: 18px;
}

.close {
    opacity: .5;
}

.table-empty {
    text-align: center;
}

table tr:focus {
    border-top: 2px solid !important;
    border-bottom: 3px solid !important;
}

table th:focus {
    border: 1px solid !important;
}

table tr:focus th:first-child {
    border-left: 1px solid !important;
}

table tr:focus th:last-child {
    border-right: 2px solid !important;
}

table tr:focus td:first-child {
    border-left: 1px solid !important;
}

table tr:focus td:last-child {
    border-right: 2px solid !important;
}


table.dataTable th:focus {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
}

table.dataTable tr:focus td:first-child {
    border-left: 1px solid;
}

table.dataTable tr:focus td:last-child {
    border-right: 1px solid;
}

table.dataTable tr:focus td {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.progress-bar {
    background-color: #0057a0 !important;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-18px {
    font-size: 18px;
}

.custom-btn span { 
    color: #005c97;
}

.custom-btn span:hover {
    color: #145089;
}

.slimScrollBar {
    width: 12px !important;
    background: #989898 !important;
    opacity: 0.3 !important;
    right: 0 !important;
}