﻿
:root {
    --primary: #bd0934;
    --accent: #ffc838;
    --fontprimary: #fff;
    --fontaccent: #231f20;
    --fontdark: #454545;
    --dark: #241f21;
    --darker: #231f20;
    --padding: 3rem;
}

.fontColorPrimary {
    color: #bd0934;
}

.fontColorDark {
    color: #231f20;
}

.bgPrimary {
    background: #bd0934;
}

.bgAccent {
    background: #ffc838;
}

.bgDarkAccent {
    background: #cca02c;
}


body {
    font-size: 1rem;
    font-family: 'Lato', sans_serif;
    margin: 0px;
    color: var(--fontaccent);
    /*word-spacing: 1.5px;*/
    width: 100%;
    display: contents;
}

a:link, a:visited {
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0px;
    text-decoration: none;
}

a {
    margin: 0px;
    color: var(--primary);
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*#region google translation element */

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #fff !important;
}

#google_translate_element {
    /* background-color: green !important;*/
}

    #google_translate_element .goog-te-gadget-simple {
        background-color: var(--primary);
        color: #fff;
        font-family: Lato;
        border: none;
    }

        #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
            color: #fff;
            margin-right: -8px;
        }

    #google_translate_element .goog-te-gadget-icon {
        background-image: url(../Images/globe-icon.svg) !important;
        background-position: center !important;
        background-repeat: no-repeat;
    }

    #google_translate_element .goog-te-menu2 {
        background-color: var(--primary);
    }

    #google_translate_element .goog-te-menu2-item {
        background-color: pink;
    }


    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
        display: none;
        background-color: none;
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-last-child(-n+2) {
        display: none;
        background-color: none;
        content: "";
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-child(2n+1) {
        display: none;
        background-color: none;
        content: "";
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-child(2n) {
        display: none;
        content: "";
        width: 0;
        height: 0;
        visibility: hidden;
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-child(2n+2) {
        display: none;
        content: "";
        visibility: hidden;
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value:before {
        content: 'Translate';
        font-family: Lato;
        font-size: 16px;
    }

.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    background-color: var(--primary);
}

goog-te-menu-value {
    margin-right: -8px;
}

#\:0\.targetLanguage > span > a > span:nth-child(5) {
    color: white;
}

#\:0\.targetLanguage > span > a > span:nth-child(3) {
    border: none !important;
}

#\:0\.targetLanguage > span > a > img:nth-child(4)
{
    display: none;
}

/*#endregion */
.hidden {
    margin: 0;
    padding: 0;
    display: none !important;
}

.headerBar {
    margin: 1rem 0 3rem 0;
}

.t2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.t3 {
    color: var(--primary);
    font-size: 28px;
    margin: 0;
}

.t4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.buttonAction {
    font: normal 16px Lato;
    background: var(--accent);
    color: var(--fontaccent);
    width: 100px;
    height: 40px;
    border: 2px;
    border-color: green;
    border-radius: 4px;
}

    .buttonAction:hover {
        background-color: #cca02c;
    }

.buttonDisabled {
    background: #afafaf;
    color: white;
    font: normal 16px Lato;
    width: 100px;
    height: 40px;
    border: 2px;
    border-color: green;
    border-radius: 4px;
}

    .buttonDisabled:hover {
        background-color: #00406e;
    }

.validationHint {
    width: 100%;
    color: red;
    text-align: center;
}

.buttonPrint {
    background: none;
    border: 0;
    padding-left: 25px;
    background-image: url(../Images/print_icon.svg);
    background-position: 2px;
    background-repeat: no-repeat;
    color: var(--primary);
    font-size: 16px;
}

.iconPrint {
    height: 20px;
}

.buttonPrint:hover {
    text-decoration: underline;
}

.linkButton {
    border: none;
    color: #363636;
    text-decoration: underline;
    font: normal 16px Lato;
    width: 100px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
}

    .linkButton:hover {
        color: #000000;
        text-decoration: none;
    }

.disclaimerText {
    color: #666666;
    font-size: .8rem;
}

.disclaimerLink:hover {
    color: #0c1c36;
}

.disclaimerBlock {
    margin-top: 2em;
    margin-bottom: 3em;
}

.disclaimerLink {
    text-decoration: underline;
    color: var(--primary);
}

.addrtext {
    margin-bottom: 1em;
    font-weight: 300;
}

.flexText {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    justify-content: center;
}


.listViewGrid {
    border: 0;
}

th {
    padding-top: 1em;
    padding-bottom: 1em;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: none;
    border-top: none;
    border-color: #afafaf;
}

tr {
    height: 70px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-color: #afafaf;
}

tbody {
    border: 1px solid #afafaf;
}

td {
    color: #333333;
    font-size: 14px;
    border: inherit;
    padding: 0.5rem;
}

    td.dataPager {
        border: 0;
    }

.rowStyle td a {
    text-decoration: underline;
}

.dataPager {
    border-top: 1px solid #afafaf;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    justify-content: center;
}

    .dataPager table {
        width: auto;
        margin: auto;
    }


.searchbackground {
    text-align: justify;
    margin-bottom: 40px;
}

    .searchbackground table {
        margin-left: auto;
        margin-right: auto;
    }



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /*width: 900px;*/
    background-color: #fff;
    /*margin: 20px auto 0px auto;*/
}

.header {
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    /*margin: 0px;*/
    background: var(--primary);
    width: 100%;
}

.headerTop {
    padding: 16px var(--padding);
    box-shadow: 0px 7px 15px 0px rgb(112 5 30);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    /*rgb(7 68 115)*/
}

.titleWrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
}


.headerBottom {
    /*color: #fff;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 3rem;
    padding: 20px var(--padding);
    position: relative;
    z-index: 1;
}


.heading {
    margin-left: 2em;
}

.logoHeaderBox {
    display: flex;
    flex-direction: row;
}

.DivisionText {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    padding: .5em 0;
}

.CCMDText {
    font-size: 22px;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}

.headerLogos {
    max-height: 80px;
}

.alertBanner {
    background-color: #ff0022;
    color: whitesmoke;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    padding: .375rem;
    word-spacing: normal;
}

#msdeLogo {
    height: 90px;
}

    #msdeLogo img {
        display: none;
    }

.welcomeBody {
    padding: 3rem 0;
    color: var(--dark);
    font-size: 20px;
}

.welcomeText {
    padding-top: 1.5rem;
}

.banner {
    text-align: center;
    font-weight: 700;
    background: var(--accent);
    color: var(--fontaccent);
    padding: .5em;
    margin-bottom: 1em;
}

.gridBanner {
    background: var(--accent);
    font-size: 25px;
    padding: .5em .5em .5em 1.5em;
    margin-bottom: 1em;
}


.searchBox {
    display: flex;
    flex-direction: column;
}

.searchRow {
    display: flex;
    flex-direction: row;
    gap: .5em;
}

    .searchRow > .inputGroup {
        flex: 1;
    }

.programdetail {
    padding: 2rem 4rem 2rem 0;
    background: #efefef;
    display: flex;
    vertical-align: top;
    justify-content: center;
    column-gap: 4rem;
}

.detailBox {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    column-count: 2;
    column-gap: 4rem;
    column-rule: thick;
}

.detailRow {
    display: flex;
    column-gap: .5rem;
    vertical-align: bottom;
    align-content: flex-start;
    justify-content: flex-start;
    margin: .6em 0 0 0;
}

.labelForm {
    text-align: right;
    width: 210px;
    font-weight: 700;
}

.detailText {
    vertical-align: text-bottom;
    text-align: left;
}

.detailLevelText {
    float: none;
    vertical-align: bottom;
    text-align: left;
    max-width: 300px;
    padding-top: 8px;
}

.Excelslogo {
    height: 23px;
}

.inputGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    /*height: 70px;*/
}

.searchLabel {
    color: black;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: .5rem;
}

.inputField {
    font-size: 100%;
    height: 100%;
    border: 1px solid #454545;
    padding: 0 1rem;
    border-radius: 4px;
}

.dropdown-menu {
    min-width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

    .dropdown-menu > .active > a {
        background-color: var(--accent);
        color: var(--dark);
    }

/*.inputDropDownListBox{
    height: 200px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}*/

.multiselect {
    height: 100%;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    accent-color: var(--dark);
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    /* font-weight: 400; */
    padding: 3px 3px 3px 30px;
    text-align: start;
}

.buttonPanel {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    column-gap: 2em;
}

.quicklink {
    color: white;
    text-decoration: none;
}

    .quicklink:hover {
        text-decoration: underline;
    }

.speciallink {
    color: white;
    text-decoration: underline;
}

.footerText {
    margin-right: 4em;
}

.providerinfo tr {
    vertical-align: top;
    text-align: center;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    background: var(--dark);
    text-align: center;
    line-height: normal;
}

.footerElisLogo {
    height: 90px;
    width: 183px;
}

.whiteLink {
    color: white;
}

.footerTop {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 4em;
    padding: 16px var(--padding);
    background: var(--dark);
}

.footerBottomContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px var(--padding);
    font-size: 15px;
}

.footerBottom {
    background: radial-gradient(ellipse at center top, rgba(54,34,5,0.2) 0%, rgba(255,255,255,0) 70%);
}

.bottomLinks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 1em;
}

.footerHeadlines {
    text-align: start;
    color: white;
    font-size: 17px;
    margin-bottom: 1em;
    font-weight: 700;
}

.address {
    color: white;
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin-top: 0;
}

.copyText {
    color: white;
}

.links {
    text-align: left;
}

.addressblock {
    max-width: 260px;
}

.spacer {
    color: white;
    padding: 0 .5em 0 .1em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.footerbanner {
    padding: 4px 0px 4px 8px;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            /*display: block;*/
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

.rowStyle {
    background: #efefef;
    /*background: #f3f3f3;*/
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    color: #000000;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.PrintButton {
    background-image: url(../Images/Print.png);
    border: none;
    color: white;
    padding: 7px 14px;
    font-weight: bold;
    cursor: pointer;
}

.MenuText {
    list-style-image: url(../Images/arrowgraythin2.gif);
    font: bold 18pt;
    text-decoration: none;
    color: Gray;
}



.SearchAgainText {
    vertical-align: text-bottom;
    margin-left: 3px;
    margin-right: 3px;
}

    .SearchAgainText:hover {
        text-decoration: underline;
    }


.style1 {
    width: 300px;
}

.style2 {
    width: 400px;
}

.style3 {
    width: 150px;
    font-weight: bold;
}

.style4 {
    width: 250px;
}

.pageContent {
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.btn {
    width: 100%;
    height: 2.5rem;
    font-size: 1.125rem !important;
    font: inherit;
    border: 1px solid transparent;
    border-radius: 4px;
}



/*

@media screen and (min-width:550px) {

    .searchRow {
        flex-direction: row;
    }

    .DivisionText {
        font-size: 1.5em;
    }

    .CCMDText {
        font-size: 2em;
    }
}*/




@media screen and (min-width: 1200px) {
    :root {
        --padding: 14%;
    }

    .headerLogos {
        max-height: 90px;
    }

    .msdelogo {
        max-height: 100px;
    }

    .DivisionText {
        font-size: 20px;
    }

    .CCMDText {
        font-size: 32px;
    }

    .headerTop, .headerBottom, .pageContent, .footerTop, .footerBottomContent {
        padding-left: var(--padding);
        padding-right: var(--padding);
    }

    .footerElisLogo {
        height: 90px;
        width: 183px;
    }

    .footerTop {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 3rem;
    }

    .CCMDText {
        font-size: 32px;
    }
}

@media screen and (min-width: 1000px) {
    :root {
        --padding: 14%;
    }

    .headerTop, .headerBottom, .pageContent, .footerTop, .footerBottomContent {
        padding-left: var(--padding);
        padding-right: var(--padding);
    }
}

@media (max-width:576px) {
    .searchRow {
        flex-direction: column;
    }

    .DivisionText {
        font-size: 1.5em;
    }

    .CCMDText {
        font-size: 2em;
    }
}

@media print {

    .headerText, .DivisionText, .CCMDText, .whiteLink, .gridBanner {
        color: var(--primary) !important;
    }

    .links, .bottomLinks, .spacer, .footerElisLogo, .buttonPrint, .footerTop {
        display: none !important;
    }

    .copyText {
        color: black;
    }

    .pageContent, .footer, .disclaimerBlock, .gridBanner {
        margin: 0;
        padding: 0;
    }

    .welcomeText{
        font-size: .75em;
    }

    .detailText {
        max-width: 200px;
    }

    .heading {
        margin: 0 0 0 1.5em;
    }

    h3, h4 {
        font-size: 16px;
        font-weight: normal;
    }

    .t3, .t4 {
        font-size: 16px;
        font-weight: normal;
    }

    .programdetail {
        column-gap: 0;
        justify-content: flex-start;
    }

    .msdelogo {
        content: url('../Images/MSDE_FullLogo.svg');
        height: 20px;
    }


    .headerTop {
        padding: 0;
        padding-bottom: .5rem;
        box-shadow: 0px 1px 0px 0px var(--primary);
    }

    .headerBottom {
        padding: 1rem 0;
        box-shadow: 0px 1px 0px 0px var(--primary);
    }

    .addressblock {
        color: green !important;
    }

    .goog-te-gadget, .navPanel, #details, #printBar {
        display: none !important;
    }

    .headerBar, .programdetail {
        margin: 1rem 0 0 0;
        padding: 0;
    }

    .CCMDText {
        font-size: 1.5em;
        font-weight: normal;
    }
}
