
@font-face {
    font-family: century;
    src: url(../fonts/GOTHIC.TTF);
}

@font-face {
    font-family: newscycle;
    src: url(../fonts/NewsCycle-Regular.ttf);
}

@font-face {
    font-family: newscyclebold;
    src: url(../fonts/NewsCycle-Bold.ttf);
}


html {
    font-family: century;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: newscycle;
    letter-spacing: .5px;
}

html, body{min-height:100%;
            overflow: auto;
}
body{height:100vh;
}

.position-relative{
    position:relative;
}

.footer-bottom-padding{
    padding-bottom:110px;
}

.contaienr-padding{
    padding-left:0px;
    padding-right:0px;
}

.p-0{
    padding:0 !important
}

.login-bg {
    background-size: cover;
    height: 100vh;
    background-image: url('../img/bg-image.jpg');
    background-repeat: no-repeat;
}

.min-height-100 {
    min-height: 100vh;
}

.padding-left-right-zero {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #212529 !important;
    font-size: 16px !important;
}

.margin_bottom-20{
    margin-bottom:20px !important
}



.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 0.5rem 1rem;
}

.navbar-nav > li > a {
    color: #009877 !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.padding-zero {
    padding: 0 !important;
}

.navbar {
    border-top: 1px solid #009877;
    border-bottom: 1px solid #009877;
    padding: 0.2rem 0rem;
    /* margin: 0rem 1rem; */
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}
/*.whitebg {
   background-image: url(../img/whitebg.png);
    background-repeat: repeat;
     height: 80.1%; 
     min-height: 80%; 
     position: absolute; 
     top: 0; 
     left: 0; 
     bottom: 0; 
    width: 80%;
    margin-left: 10%;
     margin-top: 82px; 
    border-top: 3px solid #572d88;
}*/

.stelaralogo {
    margin-left: 0px;
    margin-top: 22px;
}

.navbar-nav {
    background-color: #53277d;
    padding-left: 0px;
    margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #53277d;
    font-size: 14px;
    font-weight: bold;
    font-family:   'Libre Franklin', sans-serif; 
}

@media screen and (max-width: 1000px) {
    .navbar-nav {
        position: absolute;
        width: 82%;
    }
}

@media screen and (min-width: 1024px) {

    .navbar-default .navbar-nav > li > a {
        color: #53277d;
        font-size: 14px;
        font-weight: bold;
        height: 0px;
        font-family:   'Libre Franklin', sans-serif; 
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: white;
            font-size: 14px;
            font-weight: bold;
            background-color: #53277d; /*#9ccff2;*/
            font-family:   'Libre Franklin', sans-serif; 
        }
}

@media (min-width: 1024px) {
    .navbar {
        border-radius: 0px;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-nav {
        background-color: transparent;
        margin-top: 0px;
        margin-bottom: -1px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #53277d;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        font-family:   'Libre Franklin', sans-serif; 
    }
}

@media screen and (min-width: 1131px) {
    .navbar-nav {
        background-color: transparent;
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .stelaralogo {
        margin-left: 0px;
        margin-top: 12px;
    }
}

.footercontainer {
    width: 80%;
    min-height: 75px;
    float: left;
    margin-left: 10%;
    border: 1px solid rgba(238,238,238,1);
    border-top: 0px;
    box-shadow: 1px 7px 11px rgba(0,0,0,0.16);
    /*border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;*/
    /*background: #10a8a8;*/
    /*background-image: url('../img/whitebg.png');*/
    /*border-top: 2px solid #10a8a8;*/ /*#8dcdcd;*/
}

.menufooter {
    width: 100%;
    /*height: 35px;*/
    text-align: center;
    margin-top: 10px;
    padding-top: 3px;
    font-family:   'Libre Franklin', sans-serif; 
}


.copy-right-content {
    margin-top: -15px;
}

.copyrighttxt {
    text-align: center;
    font-size: 14px;
    color: #53277d; /*#572d88;*/
    padding-top: 0px;
    font-family:   'Libre Franklin', sans-serif; 
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    margin-top: 10%;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 24px;
    font-family:   'Libre Franklin', sans-serif; 
    color: #393939;
    text-align: left;
    font-weight: bold;
    line-height: 28px;
}

.loginmodal-container .form-control {
    height: 35px;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #009FE0;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #009FE0;
    border-radius: 3px;
}

    .loginmodal-submit:hover {
        background-color: #fff;
        border: 2px solid #009FE0;
        color: #009FE0;
    }

.welcometxt {
    text-align: left;
    font-size: 28px;
    color: #53277d;
    padding-top: 5px;
    padding-left: 30px;
    padding-top: 50px;
    font-weight: bold;
}

.contenttxt {
    text-align: left;
    font-size: 16px;
    color: #282828;
    padding-top: 5px;
    padding-left: 25px;
    padding-top: 25px;
    font-weight: normal;
    margin-bottom: 80px;
    width: 97%;
}

.addtxt {
    text-align: center;
    margin-bottom: 95px;
    padding-top: 25%;
    font-family:   'Libre Franklin', sans-serif; 
}

.jassanlogo {
    margin-top: 22%;
    margin-left: 80px;
}

.jassanlogoforgot {
    margin-top: 20%;
}

@media screen and (max-width: 991px) {
    .jassanlogo {
        margin-top: 0px;
    }

    .jassanlogoforgot {
        margin-top: 60%;
    }
}

@media screen and (min-width: 991px) {
    .addtxt {
        text-align: center;
        margin-bottom: 95px;
        padding-top: 25%;
        font-family:   'Libre Franklin', sans-serif; 
    }
}

@media screen and (min-width: 992px) and (max-width: 1150px) {
    .addtxt {
        text-align: center;
        margin-bottom: 95px;
        padding-top: 25%;
        width: 337px;
        padding-left: 108px;
        font-family:   'Libre Franklin', sans-serif; 
    }
}


#artiststhumbnail {
    overflow: hidden;
}

    #artiststhumbnail a img {
        display: block;
        margin: auto;
    }

.Div-headings {
    border-bottom: 0px solid #e5e5e5;
    margin: 10px 0px;
    color: #10a8a8;
    padding: 5px 25px;
}

.red-Color {
    color: red;
}

.searchcontainer {
    float: right;
    margin-top: 29px;
    margin-right: 10px;
    width: 250px;
    margin-bottom: 13px;
}

.searchtopbut {
    float: right;
    right: 0;
    top: 0;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 13px;
}

.rowEOC {
    margin-right: 17px;
    margin-left: 17px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


.subheading {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    padding-left: 6px;
    padding-top: 5px;
    font-weight: bold;
}

.tabletopheader {
    background-color: #009877 !important;
    color: #fff;
    font-size: 16px;
    font-family:   'Libre Franklin', sans-serif;  /*newscycle;*/
}

.tabletdfirst {
    background-color: transparent !important;
    color: #393939;
    font-family:   'Libre Franklin', sans-serif; 
    font-weight: 400;
}

.pagination-container {
    margin-bottom: 35px;
}

.margin_bottom-30px {
    margin-bottom: 30px;
}

.topheadertxtpadding {
    color: #53277d;
    padding-top: 8px;
    float: right;
    width: 65%;
    text-align: right;
    position: absolute;
    right: 0;
    margin-right: 11%;
    z-index: 9999;
    font-family:   'Libre Franklin', sans-serif; 
}

@media screen and (max-width: 1023px) {
    .topheadertxtpadding {
        color: #53277d;
        padding-top: 8px;
        float: right;
        width: 65%;
        text-align: right;
        position: absolute;
        right: 0;
        margin-right: 16%;
        z-index: 9999;
        font-family:   'Libre Franklin', sans-serif; 
    }
}

.stelaralogo {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*background-image: url(../img/stelara-logo-small.png);
    background-repeat: no-repeat;*/
    float: left;
    width: 350px;
    height: 63px;
}

/*@media screen and (max-width: 1110px) {
    .stelaralogo {
        margin-left: 0px;
        margin-top: 10px;
        background-image: url(../img/stelara-logo-small.png);
        background-repeat: no-repeat;
        width: 180px;
        height: 74px;
    }
}*/

.Content-middle {
    font-size: 20px;
    color: #393939;
}

.padding-right-5px {
    padding-right: 5px !important;
}

.padding-left-5px {
    padding-left: 5px !important;
}

.padding-leftRight-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.tcpslogan {
    padding-top: 45px;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.tcpslogancontainer {
    float: left;
    padding-top: 40px;
}

@media screen and (max-width: 636px) {
    .tcpslogancontainer {
        float: left;
        padding-top: 5px;
        width: 55%;
    }
}

/*New Styles here*/
.content-container-div {
    padding: 20px 0px;
}



@media(min-width:768px) {
    .loginmodal-container {
        padding: 0px;
        max-width: 400px;
        width: 100% !important;
        margin-left: 35px;
        overflow: hidden;
        font-family:   'Libre Franklin', sans-serif; 
        font-weight: 400;
    }

    .whitebg {
        /*background-image: url(../img/whitebg.png);*/
        background-repeat: repeat;
        width: 100%;
        /*border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;*/
        /*border-top: 3px solid #10a8a8;*/
        /*min-height: 610px;
        float: left;*/
        height:100%;
        display:flex;
        flex-direction:column;
    }
}

@media(max-width: 767px) {
    .loginmodal-container {
        padding: 0px;
        width: 100% !important;
        overflow: hidden;
        font-family:   'Libre Franklin', sans-serif; 
        font-weight: 400;
    }

    .whitebg {
        background-repeat: repeat;
        /*border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;*/
        min-height: 610px;
        float: left;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: linear-gradient(90deg, rgba(4,52,116,1) 0%, rgba(35,118,184,1) 100%);
    box-shadow: 1px -7px 11px rgba(0,0,0,0.16);
}

.loginmodal-container label {
    font-size: 14px !important;
    line-height: 18px;
    color: #393939;
    letter-spacing: 0px;
    font-weight: 400;
}


.loginmodal-container p {
    font-weight: 600;
    letter-spacing: 0px;
    color: #494949;
}

.loginmodal-container h1 {
    font-size: 16px;
    letter-spacing: 0px;
}

.addtxt {
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #494949;
}

    .addtxt strong {
        letter-spacing: 0px;
        font-size: 18px !important;
        font-weight: 600 !important;
    }

#DivJassanLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menufooter {
    border-top: 1px solid #009877;
    text-align:left;
    font-family:  'Libre Franklin', sans-serif !important;

    
}
.menufooter ul li{
    font-size:11px
}
.copy-right-content p {
    font-family:   'Libre Franklin', sans-serif; 
    font-weight: 600;
    letter-spacing: 0px;
    color: #009FE0;
}

.copyrighttxt.row {
    display: flex;
    margin-bottom: 2rem;
}


    .copyrighttxt.row p {
        text-align: left;
        margin-bottom: 5px;
        font-weight: 400;
    }

        .copyrighttxt.row p:first-of-type {
            text-align: left;
            font-size: 14px;
            font-weight: 600;
        }

        .copyrighttxt.row p:last-of-type {
            text-align: left;
            margin-bottom: 10px;
        }

.align-content-middle {
    display: flex;
    justify-content: center;
}

.lower-nav-list {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #009FE0;
    font-size: 1.6rem;
    font-weight: 600;
}

    .lower-nav-list li a {
        margin-top: 0px;
        padding-bottom: 1rem;
    }

    .lower-nav-list li:last-of-type {
        margin-left: auto;
    }

.Main-Color {
    font-size: 20px;
    letter-spacing: 0px;
}

.d-flex {
    display: flex !important;
}

#divReferralList {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.search-choice-close {
    margin-top: 4px;
}

.pagination > li > a .pagination > li > span {
    border-right: 1px solid white;
    border-left: 1px solid white;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pagination > li > a:hover,
.pagination > li > span:hover {
    border-right: 1px solid white;
    border-left: 1px solid white;
    margin-left: 1px;
    margin-right: 1px;
    color: white;
}


.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    background-color: #009877;
    color: white;
    border: 1px solid #009877;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pagination > li:first-child > a:hover,
    .pagination > li:first-child > span:hover,
    .pagination > li:last-child > a:hover,
    .pagination > li:last-child > span:hover {
        color: white;
        background-color: #009877;
    }
















.logoutlink {
    color: #009877 !important;
    text-decoration: underline !important;
}

    .logoutlink:hover {
        color: #007bff !important;
        text-decoration: underline !important;
    }

.SiteReporting {
    color: #2A68AE;
    text-decoration: none;
    background-color: transparent;
}

    .SiteReporting:hover {
        color: #007bff;
        text-decoration: underline;
    }

.MainSite {
    color: #009877;
    text-decoration: underline;
    background-color: transparent;
}

    .MainSite:hover {
        color: #007bff;
        text-decoration: underline;
    }




.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-family:   'Libre Franklin', sans-serif; 
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

/*.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 15rem !important; 
    border-radius: 5px; 
    height: 4rem;
}*/

/*.btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }*/


body {
    font-family:   'Libre Franklin', sans-serif , Helvetica,   'Libre Franklin', sans-serif  !important;
    margin: 0px;
    padding: 0px;
}

.logo-bg {
    background: rgba(255,255,255,0.8)
}



.loginHeading {
    font-size: 16px;
    color: #5E759D;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/*.nav-bg
    {
        background-color:#009877 !important;
        padding-top:0;
        padding-bottom:0;
        height:10px;
        }*/
.nav-bg {
    background-color: #ffffff !important;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: solid;
    border-bottom-color: #009877;
    border-top: solid;
    border-top-color: #009877;
    height: 10px;
}


.LoginSectionTopText {
    font-size: 22px;
    color: #0a0a0a;
    font-weight: bold;
    font-family:   'Libre Franklin', sans-serif !important;
}

ul#listTest {
    padding: 0;
    margin: 0;
}

    ul#listTest li {
        list-style-type: none;
    }

.col-padding-zero {
    padding-left: 20px !important;
    padding-right: 0 !important;
}

/*.login-section-bg {
    background-color: #009877;
    background-image: url('../../Images/Bbraun_BG.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    padding: 30px 0;
    background-size: 1500px;
}*/
.login-section-bg {
    background-color: #ffffff;
    background-image: url('../img/Bbraun_BG.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    padding: 34px 0;
    background-size: 100%;
}

.padding-left-right-zero {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.full-width {
    width: 100%;
    float: left;
}

.loginHeader {
    width: 100%;
    float: left;
    padding: 10px 15px;
    /* position: fixed;*/
    top: 0;
    z-index: 99;
    position:relative;
}

    .loginHeader img {
        width: 124px;
        float: left;
    }

.logotxt {
    display: inline-block;
    padding-top: 2rem !important;
    padding-bottom: 0.3125rem;
    font-size: 2.8em !important;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.headertxt {
    float: right;
    font-weight: bolder;
    font-size: 15px;
    color: #009877;
    padding-top: 45px;
}


/*.login-btn {
    color: #fff;
    background-color:#009877 !important; 
    border-color:  #009877 !important;
    width: 15rem !important; 
    border-radius: 5px; 
    height: 4rem;
}*/
.login-btn {
    color: #fff;
    background-color: #009877 !important;
    border-color: #5cb889 !important;
    /*width: 15rem !important;*/
    border-radius: 5px;
    height: 4rem;
}

.img-text {
    font-size:24px; 
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top:15px;
    text-align:right;
    font-family:    'Libre Franklin', sans-serif;
       
}

    .login-btn:hover {
        color: #fff !important;
        background-color: #fff !important;
        border-color: #0062cc;
    }

.text-login {
    font-weight: 700;
    font-size: 1.7rem;
    color: #2a68ae;
    margin-bottom: 10px;
}

.login-text {
    font-weight: 700 !important;
    font-size: 1.7rem;
    color: #2a68ae;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-center {
    text-align: center !important;
    font-weight: 400;
    font-size: 1.7rem;
}

#listTest {
    color: #009877;
    font-size: medium;
    font-weight: 500;
}

.loginHeading {
    color: #64c3e3 !important;
}

.loginHeadingText {
    font-size: medium;
    font-weight: 400;
    margin-bottom: 40px;
}

.row-margin-zero {
    margin-left: 0px !important;
    margin-right: 0 !important;
}


/* new classes start */


/*.bottomlink:nth-last-child(n+2) {
    padding-right:8px;
    margin-right:5px;
    border-right: 2px solid #64c3e3;
}*/


.ot-sdk-show-settings {
    color: #64c3e3 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
    /*.bottomlink
{
     
color:#64c3e3 !important;text-decoration:none !important;cursor:pointer !important;
padding-right:8px;
    margin-right:5px;
    border-right: 2px solid #64c3e3;
}*/
    .ot-sdk-show-settings:hover {
        color: black !important;
        text-decoration: underline !important;
    }
/*.bottomlink:hover{
    color:black !important;
    text-decoration:underline !important;  
    
}*/


.LoginSectionTopTextDesc {
    padding-left: 10px !important;
    font-size: 15px;
    font-weight: 400;
}

.banner-actions-container {
    width: auto !important;
    max-width: none !important;
}

#onetrust-button-group {
    font-stretch: condensed !important;
}

/* new classes end */

@media (max-width:1100px) {
    .loginHeader {
        padding-right: 75px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-nav > li {
    padding-right:15px;
}
    .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
        display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
}
