#ContentHeaderInPage {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: #3C8DBC;
    color: white;
    padding: 10px;
    /* border: 1px solid gray; */
    border: 0px;
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

.ModalFormHeaderBackground {
    background-color: #3C8DBC;
    color: white;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.WarningModalFormHeaderBackground {
    background-color: #ccb010;
    color: white;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ModalFormAlert {
    background-color: #b66a07fd;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.TextStyleF1 {
    background: #3C8DBC;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border: hidden;
}

.TextStyleF1 input[type="text"]:disabled {
    background: #3C8DBC;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border: hidden;
}

.TextStyleF2 input[type="text"]:disabled {
    background: #00C851;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border: hidden;
}

.TextStyleF3 input[type="text"]:disabled {
    background: #FFBB33;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border: hidden;
}


.scroll {
    height: 1000px;
    background-color: lightgreen;
}

.treatmentLabel {
    background-color: #337ab7;
    color: white;
    padding: 8px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.treatmentLabelActive {
    background-color: gray;
    color: white;
    padding: 8px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
}