/*BODY {
    margin: 5px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF url(../img/bk_body.gif) top left repeat-y;
}*/

.btn-admin, .ui-widget-content a.btn-admin {
    color: #fff;
    background-color: #b77205;
    border-color: #995f05;
}

    .btn-admin:hover {
        color: #fff;
        background-color: #a96a07;
        border-color: #895504;
    }

    .btn-admin:focus, .btn-admin.focus {
        color: #fff;
        background-color: #b77205;
        border-color: #995f05;
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-admin.disabled, .btn-admin:disabled {
        color: #fff;
        background-color: #89aeca;
        border-color: #995f05;
    }

    .btn-admin:not(:disabled):not(.disabled):active, .btn-admin:not(:disabled):not(.disabled).active,
    .show > .btn-admin.dropdown-toggle {
        color: #fff;
        background-color: #c97f0b;
        border-color: #995f05;
    }

        .btn-admin:not(:disabled):not(.disabled):active:focus, .btn-admin:not(:disabled):not(.disabled).active:focus,
        .show > .btn-admin.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(65, 118, 174, 0.25);
        }

label {font-weight:500;}

.pointer {
    cursor: pointer;
}

.grab {
    cursor: grab;
}

.grabbing {
    cursor: grabbing;
}

.move {
    cursor: move;
}

.fields-table {
    font-size: 0.75rem;
}

#fields_header {
    line-height: 1.1;
    font-size: 0.75rem;
}

.fields-table .form-control-sm {
    min-height: calc(1.25em + 0.5rem + 2px);
    padding: 0.125rem 0.125rem;
    font-size:0.75rem;
}

.fields-table .form-select {
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    background-position: right 0.5rem center;
}

.fields-table .form-select-sm {
    min-height: calc(1.25em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.125rem;
    font-size: 0.75rem;
}

table.dataTable.table-bordered.dtfc-has-left {
    border-left: 0px solid #ddd;
}

.min-vh-35 {
    min-height: 35vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-60 {
    min-height: 60vh !important;
}

.min-vh-75 {
    min-height: 75vh !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-2 {
    line-height: 1.125 !important;
}

.lh-3 {
    line-height: 1.25 !important;
}

.lh-4 {
    line-height: 1.5 !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-40 {
    height: 40% !important;
}

.h-50 {
    height: 50% !important;
}

.h-60 {
    height: 60% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.w-05 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}





.css-nav-container {
    margin: 5px;
    width: 99%;
    clear: both;
    padding: 3px;
    overflow: visible;
    display: block;
}

#css-nav-lead {
    width: 10px;
    padding: 2px;
    white-space: normal;
}

#css-nav-spacer {
    width: .25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .25px;
    white-space: normal;
    color: #FFFFFF;
}

#css-nav-on, #css-nav-off, #css-nav-deny {
    margin: 10px 1px 10px 1px;
    width: 110px;
    text-align: center;
    padding: 3px 3px 3px 3px;
    border-collapse: collapse;
    line-height: 20px;
    display: inline;
    white-space: nowrap;
}

#css-nav-on {
    border: 1px solid #588BBE;
    background: #588BBE url(../img/bk_legend.gif) repeat-x left bottom;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
}

#css-nav-off {
    border: 1px solid #CCCCCC;
    background: #EEEEEE url(../img/bk_results_header2.gif) repeat-x left bottom;
    color: #333333;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

#css-nav-deny {
    background-color: #EEEEEE;
    color: #CCCCCC;
    border-radius: 4px;
}

/*fieldset {
    margin: 3px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 860px;
}


legend {
    border: 0;
    background: #036 url(../img/bk_legend.gif) repeat-x left top;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 6px;
    font-family: Arial, Helvetica, sans-serif;
}*/



.padded-container {
    margin: 5px;
    width: 99%;
    clear: both;
    padding: 3px;
    overflow: visible;
    display: block;
}

#padded-container {
    margin: 5px;
    width: 99%;
    clear: both;
    padding: 3px;
    overflow: visible;
    display: block;
}

#grid-heading-alt {
    margin: 3px;
    background: #DDDDDD url(../img/bk_legend2.gif) repeat-x left bottom;
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 3px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

#cma-ptype-heading-break {
    background: #808080;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 3px;
    font-weight: bold;
    font-size: 10px;
}

#grid-item {
    background: #FFFFFF;
    color: #000;
    padding-left: 2px;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

#grid-item-alt {
    background: #CCCCCC;
    color: #000;
    padding-left: 2px;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}


#results-item-alt {
    background: #CCCCCC;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    cursor: default;
}

.alternatingTable {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
    overflow: scroll;
}

    .alternatingTable th {
        background: #588BBE url(img/bk_legend2.gif) repeat-x left bottom;
        padding: 0px 5px 5px 5px;
        border: 2px solid #FFFFFF;
        color: #CCCCCC;
        font-size: 10px;
    }

    .alternatingTable td {
        padding: 1px;
        border: 2px solid #FFFFFF;
        color: #000000;
    }

    .alternatingTable tr:nth-child(even) {
        background: #FFFFFF;
        padding-left: 2px;
        color: #000000;
    }

    .alternatingTable tr:nth-child(odd) {
        background: #C4D0DD;
        padding-left: 2px;
        color: #000000;
    }

/*.inputField {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 2px;
    font-weight: normal;
    border: 1px solid #666666;
    background: rgba(0, 0, 0, 0);
    overflow: visible;
}*/

.justText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.button {
    background: #b77205 url(../img/btn-gradient.png) repeat-x left top;
    border: 1px solid #b77205;
    color: #fff;
    -moz-box-shadow: 0 3px 7px #9a9a9a;
    -webkit-box-shadow: 0 3px 7px #9a9a9a;
    box-shadow: 0 3px 7px #9a9a9a;
}

    .button:hover {
        background-image: none;
        background-color: #b77205;
    }
