﻿/* Move down content because we have a fixed navbar that is 50px tall */
.errorPopup {
    border: 3px solid red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background-color:whitesmoke;
    p {
          color: black;
      }
}
.errorPopupBtn {
    color: white;
    background-color: #FF0000;
    height: 30px;
    width: 150px;
    font-weight: bold;
    margin-top: 1%;
    border-color: #FF0000;
}

    .errorPopupBtn:hover {
        opacity: 0.5;
    }


.button-label {
    display: inline-block;
    line-height: 2.2em;
    padding: 0 0.62em;
    border: 1px solid #666;
    border-radius: 0.25em;
    background-image: linear-gradient( to bottom, #fff, #ccc );
    box-shadow: inset 0 0 0.1em #fff, 0.2em 0.2em 0.2em rgba( 0, 0, 0, 0.3 );
    font-family: arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
}

.button-label:hover {
    border-color: #3c7fb1;
    background-image: linear-gradient( to bottom, #fff, #a9dbf6 );
}

.button-label:focus {
    padding: 0 0.56em 0 0.68em;
}

.request-page-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 39.84px;
}

.request-page-section-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.request-page-question {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.review-page-section-container {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BAB9B9;
    margin-bottom: 10px;
}
.review-page-section-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.review-page-value {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
}
.review-page-value-container{
    padding-top: 10px;
}


.progress-bar-first {
    width: 292px;
    height: 83px;
    background-color: black;
}
.progress-bar-others {
    width: 292px;
    height: 83px;
    background-color: lightgray;
    position: relative;
    top: -125px;
}
.progress-bar-head {
    width: 0px;
    height: 0px;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    position: relative;
    left: 292px;
}
.progress-bar-tail {
    width: 0px;
    height: 0px;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 42px solid white;
    position: relative;
    left: -334px;
    top: -43px;
}
.progress-bar-text {
    height: 19px;
    width: 233px;
    color: white;
    position: relative;
    top: -10px;
    font-weight: 500;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

.faqAnswer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

.field350 {
    width: 50%;
    margin-bottom: 1%;
    height: 35px;
}

.field750 {
    width: 100%;
    margin-bottom: 1%;
    height: 30px;
}

.lblCol {
    width: 20%;
    display: inline-block;
}

.valueCol {
    width: 75%;
    display: inline-block;
}

.lblColAppeal {
    width: 30%;
    display: inline-block;
}

.valueColAppeal {
    width: 65%;
    display: inline-block;
}

.content-area {
    display: flex;
    flex-direction: column;
    min-height: 440px;
    position:relative;
    margin-bottom: 10px;
}

.request-type-container {
    width: 340px;
    height: 180px;
    background-color: #F2F2F2;
    margin-right: 20px;
    margin-top: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
    .request-type-container:hover {
        opacity: 0.5;
    }

.request-type-container-selected {
    background-color: black;
    color: white;
}
.request-type-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 20px 20px 5px 20px;
}

.request-type-description {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-left: 18px;
}

.submitBtn {
    color: white;
    background-color: #FF0000;
    height: 30px;
    width: 150px;
    font-weight: bold;
    margin-top: 1%;
    border-color: #FF0000;
}
    .submitBtn:hover{
        opacity:0.5;
    }

.submitBtn:disabled {
    color: white;
    background-color: #FF0000;
    height: 30px;
    width: 150px;
    font-weight: bold;
    margin-top: 1%;
    border-color: #FF0000;
    opacity: 0.1;
}

    .cancelBtn {
        color: black;
        background-color: white;
        height: 30px;
        width: 150px;
        font-weight: bold;
        margin-top: 1%;
        border-color: #FF0000;
    }
        .cancelBtn:hover {
            opacity: 0.5;
        }

.submitRequestBtn {
    color: white;
    background-color: #FF0000;
    height: 30px;
    width: 20%;
    font-weight: bold;
    margin-top: 1%;
    border-color: #FF0000;
}
    .submitRequestBtn:hover {
        opacity: 0.5;
    }

.dlg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    border: 2px solid;
    border-color: gray;
    /*box-shadow: 0 0 0 0.2rem gray;*/
}


.link {
    color: blue !important;
    text-decoration: underline;
}

label {
    width: 100%;
}

label, .field350, .field750, .link, p, #ddLanguage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.inputBox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1, .bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 800;
}

h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*this needs to be before the grids*/
a {
    color: red !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
    a:hover {
        opacity: 0.5 !important;
    }

.gridView {
    border-color: lightgray;
    border-style: none;
    background-color: white;
    border-width:1px;
}
.gridViewHeader {
    background-color: #FF0000;
    font-weight: bold;
    color: white !important;

}
.gridViewHeader a {
    color: white !important;
}

.gridViewRow {
    background-color: white;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.gridViewRowFooterStyle {
    background-color: #99CCCC;
    color: #003399;
}
.gridViewPagerStyle {
    background-color: #99CCCC;
    color: #003399;
    text-align: left;
}
.gridViewSelectedRowStyle {
    background-color: #009999;
    color: #CCFF99;
    font-weight: bold;
}

img {
    width: 190px;
    height: 75px;
}

.popup {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
    z-index: 999;
    color: red;
}

.dataArea {
    min-height: 650px;
}

.footer-menu {
    border-top: 6px solid #999;
    border-bottom: 1px solid #ccc;
    font-size: 11.5px;
    float: left;
    padding: 5px 0;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    #footer-holder ul, .footer-menu ul {
        list-style: none;
    }

        #footer-holder ul a, .footer-menu ul a {
            color: #a2a2a2;
        }



#footer-holder ul li, .footer-menu ul li {
    display: inline-block;
    padding: 0 3.5px;
}

#footer-holder {
    position: relative;
}

.footer {
    padding: 10px 0;
    color: #a2a2a2;
    font-size: 11px;
    clear: both;
}

    .footer label {
        font-weight: bold;
        padding-left: 4px;
        text-transform: uppercase;
    }

.bold {
    font-weight: bold;
}

.inlineblock {
    display: inline-block;
    vertical-align: top;
}

.trademark {
    line-height: 18px;
}

    .trademark .inlineblock {
        text-align: center;
        display: block;
    }

.footerLinks {
    font-size: 12px;
    letter-spacing: 0.05px;
}

/*img {
    width: 20%;
    height: 10%;
}*/
@media (max-width: 600px) {
    .field350 {
        width: 100%;
    }

    .lblCol {
        display: block;
        width: 100%;
    }

    .valueCol {
        display: block;
        width: 100%;
    }
}