﻿table.tbltitledescclass, table.greenbackground, table.categorybackground {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
}

    table.tbltitledescclass th, table.tbltitledescclass td {
        vertical-align: top;
        padding: 4px;
    }

    table.greenbackground th, table.greenbackground td {
        vertical-align: top;
        padding: 4px;
    }

    table.categorybackground th, table.categorybackground td {
        vertical-align: top;
        padding: 4px;
    }

    table.categorybackground tbody tr th:nth-child(2) {
        width: 80%;
    }

    table.greenbackground tbody tr th:nth-child(2) {
        width: 80%;
    }

    table.tbltitledescclass tbody tr th:nth-child(2) {
        width: 80%;
    }


.form-group {
    margin-bottom: 1rem;
}

label.headinglabel {
    display: inline-block;
}


#ame_description {
    padding-left: 0;
}

.general-info-class {
    font-size: 1.43em;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
    padding-left: 0 !important;
}

.subscenario-name-class {
    margin-left: 50px;
    /* margin: 0px 0px 15px; */
    border-bottom: dotted 1px #5B5B5B;
    font: bold .95em Arial, Helvetica, sans-serif !important;
    color: #5B5B5B;
    border-collapse: collapse;
    /* display: block; */
    /* font-size: 1.17em; */
    margin-block-start: 1.5em;
    /* margin-block-end: 1em; */
    /* margin-inline-start: 0px; */
    margin-inline-end: 0;
    /* font-weight: bold; */
    padding-left: 0;
}






.headinglabel {
    font-size: 1.43em;
    font-weight: bold;
    margin-bottom: 5px;
}

.redtext {
    color: #c30;
    font-weight: bold;
}

.categorybackground, .greenbackground {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    word-wrap: break-word;
    box-sizing: border-box;
}

#hcpcsmodifiertable {
    box-sizing: border-box;
}



table.categorybackground th, table.greenbackground th {
    background: #f5f3f1;
    border: solid #d0cbc3 1px;
    padding: 4px 10px 4px 4px;
    border-left: none;
    border-right: none;
    font-weight: bold;
    color: #575757;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    text-align: left;
}

table.categorybackground td, table.greenbackground td {
    width: 25%;
    border: solid #d0cbc3 1px;
    padding: 4px 10px 4px 4px;
    border-left: none;
    border-right: none;
}



table.tbltitledescclass {
    margin-top: 15px;
}

    table.tbltitledescclass td {
        border: solid #343a40 1px;
        /*background-color: #8d8b8b33;*/
    }

        table.tbltitledescclass td:nth-child(2) {
            width: 80%;
        }

        table.tbltitledescclass td:nth-child(odd) {
            font-weight: bold;
            background-color: rgb(231,226,226);
            /*text-align: center;*/
        }




#scenario_error, #hcpcs_error, #category_error, #subscenario_error, #hcpcsmodifier_error {
    color: red;
}

#btnReset {
    margin: 5px;
}

#overlay {
    background: none repeat scroll 0 0 black;
    position: fixed;
    display: block;
    opacity: 0.5;
    z-index: 5000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 25%;
}

.loading {
    box-shadow: 0 0 5px #fff;
}

table.greenbackground td {
    /*background-color: lemonchiffon  !important; /*#FFFDD0*/ /*lemonchiffon*/
    background-color: lemonchiffon !important; /*#FFFDD0*/ /*lemonchiffon*/
}

table.greenbackground tr:hover td {
    /*background-color: lightcyan  !important /*darker yellow then lemon chiffon #ffff99*/
    background-color: lightcyan !important; /*#FFFDD0*/ /*lemonchiffon*/
}


.btns {
    cursor: pointer;
    width: 65px;
}

    .btns:hover, .btns:focus {
        background-color: #004157;
        color: white;
    }

#tblcatnotes {
    white-space: pre-wrap;
}


/*carry over from bootstrap */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*to avoid resizing of table while select box element - text content increases in size (as "nowrap" can push size around)*/
#pageContent > table > tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
