@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900');

@font-face {
    font-family: "AvenirLight";
    src: url("woff/AvenirLTStd-Light.woff") format("woff");
    /*src: url("https://www.ccsusa.com/woff/AvenirLTStd-Light.woff")*/
}

@font-face {
    font-family: "AvenirLightItalic";
    src: url("woff/AvenirLTStd-LightOblique.woff") format("woff");
    /*src: url("https://www.ccsusa.com/woff/AvenirLTStd-LightOblique.woff")*/
}

@font-face {
    font-family: "AvenirHeavy";
    src: url("woff/AvenirLTStd-Heavy.woff") format("woff");
    /*src: url("https://www.ccsusa.com/woff/AvenirLTStd-Heavy.woff")*/
}

@font-face {
    font-family: "AvenirHeavyItalic";
    src: url("woff/ccsstatus/AvenirLTStd-HeavyOblique.woff") format("woff");
    /*src: url("https://www.ccsusa.com/woff/AvenirLTStd-HeavyOblique.woff")*/
}


.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.pagetitle {  font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: bold; color: #000000}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000}
li { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000 }
h1 { font-family: "Times New Roman", Times, serif; font-size: 36px; color: #000000 ; font-weight: bold}
h2 { font-family: "Times New Roman", Times, serif; font-size: 24px; color: #000000 ; font-weight: bold}
h3 { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #000000 ; font-style: italic; font-weight: bold}
td { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000 }
.linkText { color: #0000FF; text-decoration: underline; cursor: pointer }

 .field-validation-error {
    color: red;
    display: block;
    margin-top: 8px;
    text-align: center;
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid red;
   /* background-color: yellow ;*/
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.redesignPillInputBox {
    width: 300px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 200px;
    padding-left: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.redesignPillInputBoxForm1 {
    width: 300px;
    height: 40px;
    border: 2px solid #69768A;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.redesignPillInputBoxForm2 {
    width: 400px;
    height: 40px;
    border: 2px solid #69768A;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

/* pop up label style*/
.formred > div.formreddiv {
    position: relative;
    overflow: hidden;
}

.formred input, .formred textarea {
    border: 2px solid #757575;
    background: white;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
}

    .formred input:valid, .formred textarea:valid {
        background: white;
    }


    .formred input:focus, .formred textarea:focus {
        border-color: #336699;
    }

        .formred input:focus + label, .formred textarea:focus + label {
            background: #336699;
            color: white;
            font-size: 65%;
            padding: 1px 6px;
            z-index: 2;
            /*text-transform: uppercase;*/
            margin-left: 1px;
            width: 299px;
            border-radius: 0px 0px 10px 10px;
            height: 15px;
        }

.formred label {
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    position: absolute;
    color: #999;
    padding: -5px -5px;
    top: 0;
    bottom: -5px;
    left: 0;
    width: 93.7%;
    height: 20px;
}

.formred textarea {
    display: block;
    resize: vertical;
}

.formred input, .formred textarea {
    /*padding: 12px 12px 12px 12px;*/ /*Removed for IE*/
}

.formred label {
}

.formred input:focus, .formred textarea:focus {
    /*padding: 10px 6px 20px 6px;*/
    padding: 3px 6px 10px 6px; /*for IE*/
}

/*safari only*/
.formred:not(:root:root) input:focus, .formred:not(:root:root) textarea:focus {
    /*padding: 10px 6px 20px 6px;*/
    padding: 3px 6px 10px 6px; /*for IE*/
}

.formred input:focus + label, .formred textarea:focus + label {
    top: 100%;
    margin-top: -15px;
    left: 0;
}

.formreddiv {
    margin: 0 0 10px 0;
    min-height: 22px;
    width: 320px;
}

/* pop up label style END*/



.redesignPillButton {
    /*background-color: rgba(14, 62, 155, 1);*/
    border: solid rgba(0, 0, 0, 1) 0px;
    cursor: pointer !important;
    border-radius: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s; */
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.35);
    text-align: initial;
    align-items: center;
    color: white;
    justify-content: center;
    min-height: 25px;
    width: 173px;
    height: 40px;
    min-height: 25px;
    min-width: 173px;
    display: inline-block;
    font: normal normal 700 18px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    text-align: center;
    background-color: #DBE4EB !important;
    color: black !important;
}

    .redesignPillButton:hover {
        /*background-color: rgba(21, 93, 233, 1);*/
        border-color: rgba(0, 0, 0, 1);
        background-color: rgba(14, 62, 155, 1) !important;
        color: white !important;
    }


.nav {
    border: 1px solid #ccc;
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block !important;
    /*height: 30px*/
}

    .nav li {
        display: inline;
        margin-left:-4px;
    }

    .nav a {
        display: inline-block;
        padding: 10px;
        color: white !important;
        width: 366px;
        /*border-right: 1px solid white;*/
        font: normal normal normal 14px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
        height: 28px;
        padding-top: 5px;
    }

        .nav a:hover {
            text-decoration: none;
            background-color: #F0FAFF;
            border-color: white;
            color:black !important;
        }

.nav2 {
    list-style: none;
    display: block !important;
    height: 30px;
    padding-inline-start: 0;
 }

    .nav2 li {
        margin: 0 10px 10px 0;
        vertical-align: top;
        font-size: 16px;
        font-family: AvenirHeavy;
    }

    .nav2 a {
        color: white !important;
    }

        .nav2 a:hover {
            text-decoration: none;
            background-color: blue;
           
        }

.nav3 {
    list-style: none;
    display: block !important;
    height: 30px;
    padding-inline-start: 0;
}

    .nav3 li {
        margin: 0 10px 10px 0;
        vertical-align: top;
        font-size: 20px;
    }

    .nav3 a {
        color: black !important;
        text-decoration: underline !important;
        color: #1A2DF3 !important;
        font-family: 'Nunito', sans-serif;
    }

        .nav3 a:hover {
            text-decoration: none;
            /*background-color: blue;*/
        }

.activec {
    background-color: black;
}

.nav-logout-btn {
    float: right;
    width: 100px
}

.nav-border-right {
    border-right: 1px solid white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
    

.rights {
    display: inline-block;
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* position: absolute; */
    margin-left: calc((100% - 1100px) * 0.5) !important;
}

@media screen and (max-width: 1100px) {
    .ccsimage {
        display: none !important;
        width: 0px;
    }

    .rights {
        margin-left: calc((100% - 450px) / 2) !important;
    }

    .nav a {       
        width: 266px !important;       
    }

    .nav-logout-btn {
        float:  none;
        width: 100px
    }
}


@media screen and (max-width: 700px) {
    /*.ccsimage2 {
        display: none !important;
        width: 0px;
    }*/
 
    /*.bann-left {
        display: none;
    }*/

    .gatewayimage {
        display: none !important;
        width: 0px;
    }
    .bann-right {
        display: none;
    }

    .bann-center {
        padding-left: 10px !important;
        padding-top: 10px !important;
    }

        .bann-center span:first-child {
            /*font: normal normal bold 25px/1.4em montserrat,sans-serif !important;*/
            font: normal normal bold 30px/1.4em AvenirHeavy,sans-serif !important;
        }

   
}

@media screen and (max-width: 800px) {
    /*.nav-border-right {
        border-right: 0px;
    }*/

    .nav li:nth-child(1) a {
        border-right: 1px solid white ;
    }
    .nav li:nth-child(2) a{
        border-right: 0px;
    }
    .nav li:nth-child(3) a{
        border-right: 1px solid white;
    }
        .nav li:nth-child(2):after {
        content: "";
        display: block;
        height: 1px;
        width: 535px;
        background: white;
        margin: auto;
    }
 }

@media screen and (max-width: 550px) {
    .nav li:nth-child(1) a {
        border-right: 0px;
    }

    .nav li:nth-child(2) a {
        border-right: 0px;
    }

    .nav li:nth-child(3) a {
        border-right: 0px;
    }

    .nav li:not(:last-child):after {
        content: "";
        display: block;
        height: 1px;
        width: 267px;
        background: white;
        margin: auto;
    }

    .page-title {
        font-size: 22px !important;
        font-weight: bold !important;
        font-family: AvenirHeavy, sans-serif !important;
    }

    .page-body {
        font-family: AvenirLight, sans-serif !important;
        font-size: 18px !important;        
    }

    .btn-qa {
        color: black !important;
        font-size: 18px !important;
        font-family: AvenirLight, sans-serif !important;
        text-align: left !important;
        padding: 0px !important;
    }

    .card {
        border: 0px !important;
        margin-top: 15px !important;
    }

    .card-body-sub p {
        font-family: AvenirLight, sans-serif !important;
        font-size: 18px !important;
    }
}

@media (min-width: 551px) {
    .btn-qa {
        /*font-weight:bold;*/
        color: black !important;
        font-size: 20px !important;
        font-family: AvenirHeavy, sans-serif;
        text-align: left !important;
        padding: 0px !important;
    }

    .card {
        border: 0px !important;
        margin-top: 25px !important;
    }

    .card-body-sub p {
        font-family: AvenirHeavy, sans-serif !important;
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav li:after {
        height: 0px !important;
        display: none !important;
    }

    .navbar-nav li:first-child::before {
        display: none !important;
    }
}

@media (max-width: 350px) {
    .rights {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .loginbox {
        width: 100% !important;
    }

    .font_w {
        font-size: 25px !important;
    }

    .form-label {
        font-family: AvenirHeavy !important;
        font-size: 14px !important;
        margin-top: 0px !important;
    }
    .ccsimage1 {       
        height: 130px !important;       
    }

    .form-group-outer {
        padding: 10px !important;
    }
}


hr.solid {
    border-top: 2px solid #bbb;
}

.form-group-outer {
    padding: 0px 45px 0 45px;
}

.page-title {   
    font-size: 30px;
    font-weight: bold;
}

