﻿
body {
    margin: 0px;
    padding: 0px;
    background: #eff5f5;
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
}

.bluebackheader {
    background: #233785;
    color: White;
    padding: 5px;
}

.plus_minus {
    text-align: right;
}

    .plus_minus button {
        background: #fff;
        color: #29166f;
        border: none;
        border-radius: 4px;
        padding: 2px 7px;
    }

.pagehead {
    font-weight: bold;
    color: #0072C6;
    font-size: 20px;
}

.infobox {
    width: 100%;
    position: relative;
    background-color: #0072C6;
    border: 1px solid #e6e6e6;
    align-self: stretch;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
}

.bluebox {
    width: 100%;
    position: relative;
    background-color: #0072C6;
    border: 1px solid #e6e6e6;
    align-self: stretch;
    text-align: center;
    border-radius: 7px;
    color: White;
    font-size: 16px;
    font-weight: bold;
}

.greenbox {
    width: 100%;
    position: relative;
    background-color: #1E4802;
    border: 1px solid #DAF7A6;
    align-self: stretch;
    text-align: center;
    border-radius: 7px;
    color: White;
    font-size: 16px;
    font-weight: bold;
}

.lightgreenbox {
    width: 100%;
    position: relative;
    background-color: #DAF7A6;
    border: 1px solid #1E4802;
    align-self: stretch;
    text-align: center;
    border-radius: 7px;
    color: Black;
    font-size: 16px;
    font-weight: bold;
}

.yellowbox {
    width: 100%;
    position: relative;
    background-color: #F9EB8B;
    border: 1px solid Black;
    align-self: stretch;
    text-align: center;
    border-radius: 7px;
    color: Black;
    font-size: 16px;
    font-weight: bold;
}

.cyanbox {
    width: 100%;
    position: relative;
    background-color: #AEF9F9;
    border: 1px solid Black;
    align-self: stretch;
    text-align: center;
    border-radius: 7px;
    color: Black;
    font-size: 16px;
    font-weight: bold;
}


.textbox {
    width: 100%;
    position: relative;
    background-color: White;
    border: 2px solid #0072C6;
    align-self: stretch;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
}

.deepbluebox {
    width: 100%;
    position: relative;
    background-color: #233785;
    color: white;
    border: 2px solid #0072C6;
    align-self: stretch;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
}


.headdiv {
    background: #ffffff;
    width: 100%;
    height: 151px;
}


.texttitle {
    color: Black;
    font: 13px Tahoma;
    font-weight: bold;
    text-align: justify;
    height: 15px;
}

.instructionbox {
    color: Black;
    background-color: White;
    border: 2px solid #0072C6;
    font: 13px Tahoma;
    font-style: italic;
    text-align: justify;
    position: relative;
    align-self: stretch;
    padding: 15px;
    border-radius: 7px;
}


.textinputupper {
    border: 2px solid Black;
    vertical-align: middle;
    height: 25px;
    color: Black;
    font: 14px Tahoma;
    text-transform: uppercase;
}

.textinputlower {
    border: 2px solid Black;
    vertical-align: middle;
    height: 25px;
    color: Black;
    font: 14px Tahoma;
    text-transform: lowercase;
}

.textinputupper:hover {
    border: 2px solid Blue;
}

.textinput {
    border: 2px solid Black;
    vertical-align: middle;
    height: 25px;
    color: Black;
    font: 14px Tahoma;
}

    .textinput:hover {
        border: 2px solid Blue;
    }

.validation {
    color: Red;
    font: 11px Tahoma;
    font-style: italic;
    text-align: left;
    vertical-align: top;
    height: 15px;
}

.button {
    width: 150px;
    line-height: 1;
    border: 2px solid Black;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    color: White;
    padding: 15px 31px;
    text-decoration: none;
    background-color: #0072C6;
    outline: none !important;
}

    .button:hover {
        border: 2px solid Black;
        background-color: White;
        color: Black;
        text-decoration: none;
        cursor: pointer;
    }

.greenbutton {
    width: 150px;
    line-height: 1;
    border: 2px solid Black;
    display: inline-block;
    font-size: 16px;
    color: White;
    padding: 15px 31px;
    text-decoration: none;
    background-color: #1E4802;
    outline: none !important;
}

    .greenbutton:hover {
        border: 2px solid Black;
        background-color: #F9EB8B;
        color: Black;
        text-decoration: none;
        cursor: pointer;
    }

.yellowbutton {
    width: 100px;
    line-height: 1;
    border: 2px solid Black;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: Black;
    padding: 5px;
    text-decoration: none;
    background-color: #F9EB8B;
    outline: none !important;
}

    .yellowbutton:hover {
        background-color: #0072C6;
        color: White;
        text-decoration: none;
        cursor: pointer;
    }


.deepbluebutton {
    width: 150px;
    line-height: 1;
    border: 2px solid Black;
    display: inline-block;
    font-size: 16px;
    color: White;
    padding: 15px 31px;
    text-decoration: none;
    background-color: #233785;
    outline: none !important;
}

    .deepbluebutton:hover {
        border: 2px solid Black;
        background-color: #A9CCE3;
        color: Black;
        text-decoration: none;
        cursor: pointer;
    }


.bluebutton {
    width: 150px;
    line-height: 1;
    border: 2px solid Black;
    display: inline-block;
    font-size: 16px;
    color: White;
    padding: 15px 31px;
    text-decoration: none;
    background-color: #0072C6;
    outline: none !important;
}

    .bluebutton:hover {
        border: 2px solid Black;
        background-color: #A9CCE3;
        color: Black;
        text-decoration: none;
        cursor: pointer;
    }


.buttonwhiteborder {
    line-height: 1;
    border: 2px solid White;
    display: inline-block;
    padding: 10px 21px;
    font-size: 16px;
    color: White;
    text-decoration: none;
    background-color: #0072C6;
    outline: none !important;
}

    .buttonwhiteborder:hover {
        border: 2px solid Black;
        background-color: White;
        color: Black;
        text-decoration: none;
        cursor: pointer;
    }

.smallbutton {
    line-height: 1;
    width: 100px;
    border: 2px solid #F9EB8B;
    display: inline-block;
    font-size: 12px;
    color: White;
    padding: 5px 5px;
    background-color: #0072C6;
    outline: none !important;
    text-decoration: none;
}

    .smallbutton:hover {
        border: 2px solid Black;
        background-color: White;
        color: Black;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

.verimenubtn {
    cursor: pointer;
    white-space: normal;
    text-align: left;
    font: 12px Tahoma;
    font-style: italic;
    font-weight: bold;
    color: White;
    background-color: #003148;
    border: 1px solid;
    height: 40px;
    vertical-align: middle;
    border-color: #696 #363 #363 #696;
    border-radius: 7px;
}

    .verimenubtn:hover {
        color: Black;
        background-color: #F9EB8B;
    }


.menubtn {
    cursor: pointer;
    white-space: normal;
    text-align: left;
    font: 12px Tahoma;
    font-style: italic;
    font-weight: bold;
    color: White;
    background-color: #0072C6;
    border: 1px solid;
    height: 40px;
    vertical-align: middle;
    border-color: #696 #363 #363 #696;
    border-radius: 7px;
}

    .menubtn:hover {
        color: Black;
        background-color: White;
    }


    .menubtn:disabled {
        white-space: normal;
        text-align: left;
        font: 12px Tahoma;
        font-style: italic;
        font-weight: bold;
        background-color: #0072C6;
        border: 1px solid;
        height: 50px;
        vertical-align: middle;
        border-color: #696 #363 #363 #696;
        border-radius: 7px;
        color: #666666;
    }

.menubutton:input[disabled="disabled"][type="button"] {
    background-color: Green;
    height: 50px;
}

.menubutton:input[disabled="disabled"][type="submit"] {
    background-color: Green;
    height: 50px;
}

.menubutton[disabled] {
    border: 1px solid #999999;
    background-color: #0072C6;
    height: 50px;
    color: #666666;
}


.userinfo {
    white-space: normal;
    font: 14px Tahoma;
    font-style: italic;
    color: White;
    background-color: #0072C6;
    vertical-align: middle;
    border-color: #696 #363 #363 #696;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 7px;
}

.master-head {
    background: #233785;
    padding: 5px;
}

.footer {
    background: #233785;
    float: left;
    width: 100%;
    text-align: center;
}

    .footer p {
        color: #fff;
        padding: 15px;
        margin: 0;
    }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Blue;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 300px;
    height: 420px;
}

.pophead {
    line-height: 1;
    font-size: 18px;
    font-style: italic;
    color: Black;
    background-color: #5EC4EA;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.tbtitle {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    background-color: #D4EFDF;
}

.tbtext {
    height: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 3px;
    padding-bottom: 3px;
    background-color: White;
}

.blinking {
    font-weight: normal;
    transform: rotate(20deg);
    animation: blinkingText 3.0s infinite;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: red;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}
