input {
    padding: 4px;
}

select {
    padding: 4px;
}

.caseInfoTable {
}

    .caseInfoTable td {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .caseInfoTable .odd {
        background-color: #efeff7;
    }
    .caseInfoTable .even {
        background-color: #ffffff;
    }

.caseInfoTableSpacer {
    width: 25px;
}
.divCaseInformation{
    margin-top: 10px;
    padding: 10px;
    border: 1px solid black;
    background-color: #fffff5;
    border-radius: 5px;
    margin-bottom: 20px;
}
.contentCategory {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "open_sanssemibold", sans-serif;
    color: #5b5b5b;
    padding-bottom: 5px;
    padding: 0px 0 3px 0;
}

.contentTitle {
    margin: 6px 0 22px 0;
    font-family: 'open_sans_condensedbold';
    font-size: 30px;
    line-height: 36px;
}

.highlightText {
    color: blue;
    font-weight: bold;
}

.message {
    padding-top: 10px;
    font-weight: bold;
    color: #ff0000;
}

.waitSpinner {
    padding: 10px;
    display: none;
    color: #ff0000;
}

.buttonLarge {
    border: 1px solid black;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: 1px 1px 1px gray;
    background: #476d90;
    color: white;
}

    .buttonLarge.disabled {
        background: #b0b0b0;
        color: #d0d0d0;
    }


    .buttonLarge a {
        color: white;
        text-decoration: none;
    }

        .buttonLarge a:hover {
            color: pink;
            text-decoration: underline;
        }

.txtCopySelection {
    width: 50px;
}

.contentRed {
    font-weight: bold;
    color: red;
}



.verifyBox {
    margin-top: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid black;
}

.subHeader {
    font-size: 16px;
    font-weight: bold;
    color: #238a90;
    padding-top: 10px;
}
.subHeaderNoPadding {
    font-size: 16px;
    font-weight: bold;
    color: #238a90;
}

.progressBar {
    width: 450px;
}

.progressBarStep {
    width: 30px;
}

#progressBarText {
    font-size: 11px;
    color: #4b739b;
    /*position: relative;
    top: -3px;*/
    padding-right: 10px;
}

.caseInfoTable {
    width: 100%;
}


    .caseInfoTable td {
        padding-left: 8px;
    }

        .caseInfoTable td.akv {
            padding-left: 0px;
        }

    .caseInfoTable th {
        background-color: #808080;
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
    }

.chartTable tr .heading {
    background-color: #ffa500;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.chartTable tr .heading {
    background-color: #ffa500;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.chartTable {
    border-top: 1px solid #beb8ba;
    border-left: 1px solid #beb8ba;
}

    .chartTable tr {
        background-color: white;
    }

        .chartTable tr.heading {
            background-color: #ffa500;
            color: white;
            font-size: 16px;
            font-weight: bold;
        }

        .chartTable tr.subHeading {
            background-color: #faf6eb;
            font-weight: bold;
        }

        .chartTable tr.odd {
            background-color: #eaeaea;
        }

    .chartTable td {
        border-right: 1px solid #beb8ba;
        border-bottom: 1px solid #beb8ba;
        padding: 5px;
    }

.infoTable {
}

    .infoTable td:first-child {
        font-weight: bold;
    }

    .infoTable td {
        vertical-align: top;
        padding: 5px;
    }

    .infoTable tr.subHeading {
        font-weight: bold;
        color: #865002;
    }
.modalWindow {
    display: none;
}
