@font-face {
    src: url('../fonts/Raleway-Regular.ttf');
    font-family: "RalewayRegular";
}

/*@font-face {
    src: url('../fonts/HelveticaNeueThn.ttf');
    font-family: "HelveticaNeueThin";
}*/


/* ******************** from accountmasterpagestyles.css ******************** */
.raleway {
    font-family: RalewayRegular;
}

.pageLayout {
    /*font: 14px 'Segoe UI', Arial, sans-serif;*/
    height: 100% !important;
}

    .pageLayout h1,
    .pageLayout h2 {
        font-weight: normal;
        /*color: #c03234;*/
    }

    .pageLayout h1 {
        margin: 0;
        font-size: 2.3em;
    }

    .pageLayout h2 {
        font-size: 1.23em;
    }


    /*header*/
    .pageLayout .header {
        background-color: #2d2d30;
        border-bottom: 1px #2d2d30 solid;
    }

        .pageLayout .header p {
            font-size: 1.43em;
        }

        .pageLayout .header img {
            /*width: 100%;*/
            max-height: 75px;
            max-width: 75px;
            display: block;
        }

        .pageLayout .header .t-container {
            margin-left: 0;
            padding: 0;
        }

        .pageLayout .header .t-container-fluid {
            margin-left: 0;
            padding: 0;
        }

    .pageLayout .content {
    }

        .pageLayout .content .t-container {
            margin-left: 0;
            padding: 0;
        }

        .pageLayout .content .t-container-fluid {
            margin-left: 0;
            padding: 0;
        }


    .pageLayout .footer {
        display: none;
        background-color: #2d2d30;
        color: white;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        border-top: 1px #2d2d30 solid;
        font-size: 12px;
    }

        .pageLayout .footer .t-container {
            text-align: center;
        }

        .pageLayout .footer .t-container-fluid {
            text-align: center;
        }

            .pageLayout .footer .t-container h3, .pageLayout .footer .t-container-fluid h3 {
                font-size: 1.23em;
                font-weight: normal;
            }

@media only screen and (min-width: 769px) {

    .pageLayout .header {
    }
}

@media only screen and (max-width: 768px) {

    .pageLayout .header {
        text-align: center;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {

    .content .description {
        height: 170px;
    }
}

@media only screen and (max-width: 360px) {

    .content .description {
        height: auto;
    }
}


/* ******************** end accountmasterpagestyles.css ******************** */

.w75 {
    min-width: 75px !important;
    width: 75px !important;
}

.w100 {
    min-width: 100px !important;
    width: 100px !important;
}

.w125 {
    min-width: 125px !important;
    width: 125px !important;
}

.w150 {
    min-width: 150px !important;
    width: 150px !important;
}

.w175 {
    min-width: 175px !important;
    width: 175px !important;
}

.w200 {
    min-width: 200px !important;
    width: 200px !important;
}

.w225 {
    min-width: 225px !important;
    width: 225px !important;
}

.w250 {
    min-width: 250px !important;
    width: 250px !important;
}

.w275 {
    min-width: 275px !important;
    width: 275px !important;
}

.w300 {
    min-width: 300px !important;
    width: 300px !important;
}

.w325 {
    min-width: 325px !important;
    width: 325px !important;
}

.w350 {
    min-width: 350px !important;
    width: 350px !important;
}

.w375 {
    min-width: 375px !important;
    width: 375px !important;
}

.w400 {
    min-width: 400px !important;
    width: 400px !important;
}

.w425 {
    min-width: 425px !important;
    width: 425px !important;
}

.w450 {
    min-width: 450px !important;
    width: 450px !important;
}

.w475 {
    min-width: 475px !important;
    width: 475px !important;
}

.w500 {
    min-width: 500px !important;
    width: 500px !important;
}

.wid100 {
    width: 100% !important;
}





* {
    box-sizing: border-box;
    font-family: RalewayRegular,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*font-size: 16px;*/
    /*height: 1;*/
}



/* Move down content because we have a fixed navbar that is 50px tall */
html {
    height: 100%;
}

/*body {*/
/*padding-top: 50px;*/
/* padding-bottom: 20px;*/
/*background-color: white;
    color: #2d2d30;
    font-family: RalewayRegular;
    font-size: 16px;*/
/*from accountmasterpagestyles.css*/
/*height: 100%;
    padding: 0;
    margin: 0;*/
/*from reboot.scss*/
/*margin: 0;
    font-family: RalewayRegular,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}*/



body {
    margin: 0;
    background-color: White;
    color: #2d2d30;
    font-family: RalewayRegular;
    font-size: 16px;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

h4 {
    font-size: 1.00em;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}

h5 {
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}

h6 {
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
}


form {
    height: 100%;
}

    form > div:first-child {
        height: auto !important;
        margin-top: 0px;
    }

/* form > div:first-child div {
            height: 100% !important;
            margin-top: 0px !important;
            padding-top: 0px !important;
        }*/

.MasterAcctLogoContainer {
    width: 75px !important;
}



#MasterAcctLayoutRowHeader {
    display: none;
}




.applicationFormContainer {
    padding-top: 80px;
}

.usermessageContainer {
    padding: 50px 10px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .navbar-header {
        float: left;
        height: 85px;
    }
}






.jtPhoneDiv {
    text-align: center;
    font-size: larger;
    color: white;
}

    .jtPhoneDiv a {
        text-align: center;
        font-size: larger;
        color: white;
    }

.navbar-brand2 {
    /*float: right;
  height: 50px;*/
    /*padding: 80px 150px;*/
    /*font-size: 18px;
  line-height: 20px;*/
}

    .navbar-brand2:hover,
    .navbar-brand2:focus {
        /*text-decoration: none;*/
    }

    .navbar-brand2 > img {
        /*display: block;*/
    }
/*@media (min-width: 768px) {
  .navbar > .container .navbar-brand2,
  .navbar > .container-fluid .navbar-brand2 {
    margin-right: -15px;
  }
}*/

.navbar {
    /*background-color: white;*/
    border: 0px solid transparent;
    position: absolute;
}


.navbar-phone {
    background-color: white;
    border: 0px solid Blue;
    position: absolute;
    top: 90px;
    right: 30px;
    font-size: large;
}

.navbar-legacy-login {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 0 1px;
}

    .navbar-legacy-login:hover,
    .navbar-legacy-login:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-legacy-login {
        margin-right: 15px;
    }
}








#imgLogo {
    height: 150px;
    top: 0;
    /*position: absolute;*/
}

#imgLogo2 {
    height: 75px;
    /*width: 250px*/
    top: 80px;
    right: 500px;
    position: fixed;
}






#imgAdminLogo {
    height: 75px;
    top: 0;
    left: 0;
    position: absolute;
}

.mainContentPlaceholderContainer {
    padding: 75px 10px;
}

.admin-page-welcomeMessage {
    font-weight: bold;
}



.dashboard-container {
    padding: 10px;
}

    .dashboard-container p {
    }

.dashboard-welcomeMessage {
    font-weight: bold;
}









.raleway {
    font-family: HelveticaNeueThin;
}

@media screen and (min-width: 768px) {
    .MyJumbotron {
        margin-top: 20px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .MyJumbotron {
        padding-right: 10px;
        padding-left: 10px;
    }

    .MyJumbotron h1 {
        font-size: 63px;
    }
}

.myJumbotronContainer {
    width: 100%;
    background-color: #2d2d30;
    padding-bottom: 25px;
    /*margin-top: 100px;*/
    color: white;
}

.MyJumbotron {
    padding: 200px;
    margin-bottom: 30px;
}

    .MyJumbotron h1 {
        line-height: 1;
    }

    .MyJumbotron p {
        line-height: 1.4;
    }

.container .MyJumbotron {
    border-radius: 0px;
}

.jumbotronTextContainer {
    padding-top: 25px;
    text-align: center;
    /*    margin-right: 100px;
    margin-left: 100px;*/
    display: inline-block;
    width: 80%;
}

@media screen and (max-width: 847px) {
    .jumbotronTextContainer {
        width: 100%;
    }
}


.sectionTitle {
    text-align: center;
    width: 100%;
}

    .sectionTitle h2 {
        font-size: 26px;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sectionTitle hr {
        width: 200px;
        height: 2px;
        background-color: #2d2d30;
    }

.sectionSubtitle p {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.sectionListContainer {
    padding-left: 15px;
    padding-right: 15px;
}

    .sectionListContainer li {
        text-align: left;
    }

    .sectionListContainer hr {
        width: 200px;
        height: 2px;
        background-color: #2d2d30;
    }

.sectionDividerColorBar {
    background-color: #2d2d30;
    height: 3px;
}

.contactParagraph a {
    font-weight: bold;
    font-size: 18px;
    font-family: HelveticaNeueThin;
}

    .contactParagraph a:link {
        color: #2d2d30;
        background-color: transparent;
        text-decoration: underline;
    }

    .contactParagraph a:visited {
        color: #2d2d30;
        background-color: transparent;
        text-decoration: underline;
    }

    .contactParagraph a:hover {
        color: DeepSkyBlue;
        background-color: transparent;
        text-decoration: underline;
    }

    .contactParagraph a:active {
        color: DeepSkyBlue;
        background-color: transparent;
        text-decoration: underline;
    }


.col-md-3 h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.col-md-3 p {
    font-size: 14px;
    text-align: center;
}

.col-md-4 h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.col-md-4 p {
    font-size: 14px;
    text-align: center;
}


.col-md-6 h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.col-md-6 ul {
    text-align: left;
    margin-left: 60px;
}

.col-md-6 p {
    font-size: 16px;
    text-align: justify;
    margin: 5px;
}

.footer {
    background-color: #2D2D30;
    padding-bottom: 10px;
}

.footerLinkListContainer {
    padding: 25px 0;
    text-align: center;
}

.footerTable {
    height: 100px;
    width: 300px;
    text-align: center;
    margin-top: 20px;
}

.footerTableLinkContainer {
    padding: 5px 0;
}

.footerTableLink {
    margin-top: 20px;
    font-weight: bold;
}

    .footerTableLink:hover {
        color: dodgerblue;
    }

.footerCopyright {
    font-size: 12px;
    color: white;
    /*font-family: HelveticaNeueThin;
    font-size: 12px;
    font-weight: bold;
    color: white;
    letter-spacing: 0.75em;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    line-height: 0.9em;*/
}

.footerCopyrightLink {
    font-weight: bold;
}

    .footerCopyrightLink:hover {
        color: dodgerblue;
    }

.divider {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}

.div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-left: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
    border-radius: 0 0 8px 8px;
}

.div-stopper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 12px;
    background-color: white;
    border-left: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #2D2D30;
    border: 1px solid rgb(48,49,51);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}




.header {
    position: fixed;
    padding: 0;
    background: #2d2d30;
    color: white;
    height: 75px;
    width: 100%;
    z-index: 3000;
}


/*.smallLogo {
    max-height: 75px;
    max-width: 75px;
    display: block;
}*/

.oaLogoContainer {
    /* .oaHeader */
    height: 75px;
    width: 100%;
    background-color: #2d2d30;
    margin-bottom: 15px;
}

    .oaLogoContainer a {
        /* .oaHeaderLink */
        float: left;
        margin-left: 15px;
    }

        .oaLogoContainer a img {
            /* .oaHeaderImage */
            max-height: 75px;
            max-width: 75px;
            display: block;
        }







/* ********************* BODYCONTENT ********************* */
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

    .body-content .sectionTitle:first-child {
        padding-top: 20px;
    }
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}


/* ********************* INPUTWRAPPER ********************* */

/* MERGED */
/* onlineapplication */
/* accountmasterpagestyles.css */
.inputWrapper {
    display: inline-block;
    *display: inline;
    width: 80%;
    position: relative;
    zoom: 1;
}

    .inputWrapper .first {
        margin-right: 35px;
    }

    .inputWrapper label {
        display: block;
        margin: 5px 0 0;
    }

    .inputWrapper td {
        padding-right: 15px;
    }

    .inputWrapper .tdright {
        text-align: right;
    }

    .inputWrapper .tdleft {
        text-align: left;
    }

    .inputWrapper hr {
        height: 1px;
        background-color: black;
    }

    /* NOT USED */
    .inputWrapper.date .riLabel {
        position: absolute;
    }


/* ************** VALIDATION ************** */
.validator {
    color: #ff0000;
    position: relative;
    top: 0px;
    right: 0;
    /*left: .5em;*/
}

.validationMessageLabel {
    color: #ff0000;
    width: 100%;
}

/* ************** HORIZINTAL/VERTICAL ALIGNMENTS ************** */
.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.centerHV {
    text-align: center !important;
    vertical-align: middle !important;
}

.vtop {
    vertical-align: top !important;
}

.vcenter {
    vertical-align: middle !important;
}

.vbottom {
    vertical-align: bottom !important;
}

/* ************** INPUT,SELECTS,TEXTAREAS ************** */

input, select, textarea {
    max-width: 500px;
}


/* ************** FONT-WEIGHTS ************** */

.bold {
    font-weight: bold !important;
}

.bolder {
    font-weight: bolder !important;
}

/* ************** MARGINS ************** */
.mtop0 {
    margin-top: 0 !important;
}

.mtop25 {
    margin-top: 25px !important;
}









/* ************** HEADER BAR ************** */
/* onlineapp,emppages */
/* no margin-top on onlineapplication */

.headerBar {
    height: 35px;
    width: 100%;
    background-color: #2d2d30;
    display: table;
    text-align: center;
}

    .headerBar .headerBarInner {
        display: table-cell;
        vertical-align: middle;
    }

        .headerBar .headerBarInner .headerBarText {
            color: white;
            font-weight: bold;
        }

.form-group {
    padding: 10px;
    /* margin-bottom: 1rem;*/
}












/* ******************** from accountpagestyles.css ******************** */

.accountPageContainer {
    /*border: 2px orange solid;*/
    width: 300px;
    max-width: 300px;
    min-width: 280px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.accountPageRow {
    padding: 10px 20px 0px 0px;
    padding-left: 15px;
    /*margin-left: 10px;*/
    display: inline-block;
    *display: inline;
    width: 80%;
    position: relative;
    zoom: 1;
}

    .accountPageRow .first {
        margin-right: 35px;
    }

    .accountPageRow label {
        font-weight: bolder;
        display: block;
        margin: 5px 0 0;
    }

    .accountPageRow a {
        margin-top: 5px;
    }

    .accountPageRow td {
        padding-right: 15px;
    }

    .accountPageRow .tdright {
        text-align: right;
    }

    .accountPageRow .tdleft {
        text-align: left;
    }

    .accountPageRow hr {
        height: 1px;
        background-color: black;
    }



.accountPageHeaderRow {
    padding: 0px 20px 0px 0px;
    padding-left: 15px;
    /*margin-left: 10px;*/
    display: inline-block;
    *display: inline;
    width: 100%;
    position: relative;
    zoom: 1;
    margin-right: 35px;
}

    /*.accountPageHeaderRow .headerRowh2 {
  
        font-weight: bold !important;
      
        color: black;
        font-weight: normal;
    }*/

    .accountPageHeaderRow .headerRowh2 {
        /*     font-size: 15px !important;*/
        font-weight: bold !important;
        /*font-size: 1.5em;*/
        margin-top: 100px;
        color: black;
        font-weight: normal;
    }

    .accountPageHeaderRow .headerRowh4 {
        font-size: 20px;
        color: black;
        font-weight: normal;
    }

    .accountPageHeaderRow .headerRowhr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }
/* ******************** end accountpagestyles.css ******************** */










/* ******************** end ADASHBOARDSTYLE.css ******************** */
/* */
.outerMultiPage {
    height: 387px;
    width: 100%;
    /*margin-left: 1px;*/
    /*margin-top: 30px;*/
    /*background-color: red;*/
}

.stdButton {
    background: #25A0DA;
    color: white;
    height: 40px;
}

.log {
    vertical-align: top;
    height: 400px;
    width: 400px;
}










.button {
    background-color: #25A0DA;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*font-size: 16px;*/
    margin: 4px 2px;
    -webkit-transition-duration: 0.0s; /* Safari */
    transition-duration: 0.0s;
    cursor: pointer;
    min-width: 150px;
}

.button2 {
    background-color: #25A0DA;
    color: white;
    border: 0px solid #25A0DA;
}

    .button2:hover {
        background-color: #56B4E0;
        color: white;
    }

    .button2:active {
        background-color: #25A0DA;
        color: white;
    }

.buttonContainer {
    text-align: center;
    padding: 0 0 0 0px;
}





/********* ADMIN-TASK *********/
/* Create three equal columns that floats next to each other */
.taskTileColumn {
    float: left;
    width: 33.33%;
    padding: 1px;
    /*text-align: center;*/
    /*height: 300px; Should be removed. Only for demonstration */
    /*margin: 2px;*/
    /*background-color: red;*/
    /*min-width: 250px;*/
}

.taskTileInner {
    border: 1px solid #2196F3;
    background-color: #EFF7FF;
    padding: 0px 10px;
    min-height: 450px;
    /*height: 500px;*/ /* Should be removed. Only for demonstration */
    font-size: 14px;
}

    .taskTileInner .pnlTaskOverlay {
        background-color: green;
        width: 100%;
        height: 100%;
        z-index: 999;
    }

    .taskTileInner p {
        color: black;
    }

    .taskTileInner span {
        /*color: black;*/ /*#0042AA;*/
        font-weight: bold;
    }

    .taskTileInner .defSpan {
        /*background-color: orange;*/
        font-size: 12px;
    }

    .taskTileInner .viewSpan {
        background-color: yellow;
        font-size: 12px;
    }

    .taskTileInner ul {
        /*display: block;*/
        list-style-type: disc;
        /*margin-top: 1em;
        margin-bottom: 1 em;
        margin-left: 0;
        margin-right: 0;*/
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .taskTileInner ul li {
            /*padding-top: 5px;
            padding-bottom: 5px;*/
            margin-top: 5px;
            margin-bottom: 5px;
        }

.taskTileHeader {
    /*font-family: "Times New Roman", Times, serif;*/
    margin-top: 0;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .taskTileColumn {
        width: 100%;
    }
}





/********* CLEARFIX *********/

.modalClearFix:before,
.modalClearFix:after {
    content: "";
    display: table;
}

.modalClearFix:after {
    clear: both;
}

#modal {
    left: 50%;
    margin: -250px 0 0 -40%;
    opacity: 0;
    position: absolute;
    top: -50%;
    visibility: hidden;
    width: 80%;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
    /* Make the modal appear when targeted */
    #modal:target {
        opacity: 1;
        top: 50%;
        visibility: visible;
    }

    #modal .modalHeader {
        border-bottom: 1px solid #e7e7e7;
        border-radius: 5px 5px 0 0;
    }


    #modal .modalFooter {
        border: none;
        border-top: 1px solid #e7e7e7;
        border-radius: 0 0 5px 5px;
    }

    #modal h3 {
        margin: 0;
    }

    #modal .modalButton {
        float: right;
    }

    #modal .modalCopy, #modal .modalHeader, #modal .modalFooter {
        padding: 5px;
    }

.modal-content {
    background: #f7f7f7;
    position: relative;
    z-index: 20;
    border-radius: 5px;
}

#modal .modalCopy {
    background: #fff;
}

#modal .modalOverlay {
    background-color: #000;
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}




/*--------------------------------------*/
.modal2ClearFix:before,
.modal2ClearFix:after {
    content: "";
    display: table;
}

.modal2ClearFix:after {
    clear: both;
}

#modal2 {
    margin: -250px auto 0 auto;
    margin: auto;
    /*display: block;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin: -250px 0 0 33.33%;*/
    /*margin: -250px 0 0 -40%;*/
    opacity: 0;
    position: relative;
    visibility: hidden;
    width: 33.33%;
    min-width: 33.33%;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
    /* Make the modal appear when targeted */
    #modal2:target {
        opacity: 1;
        visibility: visible;
    }

    #modal2 .modal2Header {
        background-color: seagreen;
        height: 20px;
        border-bottom: 0px solid Red;
        border-radius: 0 0 0 0;
    }

    #modal2 h4 {
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
    }

.modal2CloseButton {
    /*float: right;*/
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

    .modal2CloseButton:hover {
        color: #000;
    }

#modal2 .modal2Copy, #modal2 .modal2Header {
    padding: 10px;
}

.modal2-content {
    background-color: lightcoral;
    position: relative;
    z-index: 20;
    border-radius: 0px;
    padding: 5px;
    /*margin-left: 50%;*/
}

#modal2 .modal2Copy {
    background-color: lightblue;
}

#modal2 .modal2Overlay {
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}









#divTaskProcessingNotification {
    height: 60px;
    background-color: #D3F8D3;
    /*opacity: .4;*/
    border: 2px dashed green;
    padding: 10px;
}

#divTaskProcessingNotificationInner {
    /*background-color: lightsalmon;*/
    height: 100%;
    margin: auto;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.divTaskProcessingNotification {
    height: 60px;
    background-color: #D3F8D3; /*lightgreen*/
    border-color: green;
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

.divTaskProcessingNotificationInner {
    /*background-color: lightsalmon;*/
    height: 100%;
    margin: auto;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}









/* ********************* TIMEOUT CONTROLS ********************* */
.divTOwarning {
    width: 100%;
    height: 100%;
    z-index: 140; /*background-image: url(../images/bkTimeout.png);*/
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*IE8*/
    filter: alpha(opacity='70'); /*IE7*/
    opacity: 0.7; /*All Other Browsers*/
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

.divTOwarningI {
    width: 300px;
    height: 300px;
    position: fixed;
    top: 40%;
    left: 42%;
    border: solid 1px #000000;
    z-index: 150;
    color: Black;
    background-color: White;
    font-size: smaller;
    text-align: center;
    padding: 3px 3px 3px 3px;
}

.divCountDown {
    font-size: smaller;
}




/* ******************** from waitspinnerstyles.css ******************** */
/*
    WaitSpinner Stylesheet

    .aspx page usage:
<asp:UpdateProgress ID="updProg" runat="server" Visible="true">
    <ProgressTemplate>
        <div class="waitspinner-panel">
            <div class="waitspinner-container">
                <img src="<%= this.ResolveUrl("~/assets/images/wait03.gif")%>" />
            </div>
        </div>
    </ProgressTemplate>
</asp:UpdateProgress>
*/

.waitspinner-panel {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    position: relative;
    width: 100%;
}

.waitspinner-container {
    background: white;
    opacity: 0.6;
    color: #fff;
    font-size: 90px;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}

    .waitspinner-container img {
        height: 100px;
        width: 100px;
    }

    .waitspinner-container p {
        color: #000;
        font-size: 25px;
        font-weight: bolder;
        text-align: center;
        margin: 10px;
    }

/* ******************** end waitspinnerstyles.css ******************** */
