
@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;
}

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: Arial;
}

@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: Arial;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: white;
            font-size: 14px;
            font-weight: bold;
            background-color: #53277d; /*#9ccff2;*/
            font-family: Arial;
        }
}

@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: Arial;
    }
}

@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: Arial;
}

.footerlink {
    font-size: 14px;
    color:#009FE0; /*#572d88;*/
    font-weight:600;
    cursor: pointer !important;

}

.footerlink:nth-last-child(n+2) {
    font-size: 14px;
    color:#009FE0; /*#572d88;*/
    padding-right:10px;
    margin-right:10px;
    border-right: 2px solid #009FE0;
}

    .footerlink:hover {
        color: #000;
    }
    .copy-right-content{
        margin-top: -15px;
    }

.copyrighttxt {
    text-align: center;
    font-size: 14px;
    color: #53277d; /*#572d88;*/
    padding-top: 0px;
    font-family: Arial;
}

.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: Arial;
    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: Arial;
}

.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: Arial;
    }
}

@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: Arial;
    }
}


#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: #003579 !important;
    color: #fff;
    font-size: 16px;
    font-family: Arial; /*newscycle;*/
}

.tabletdfirst {
    background-color: transparent !important;
    color: #393939;
    font-family: Arial;
    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: Arial;
}

@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: Arial;
    }
}

.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;
}

.whitebg
{
    border:1px solid rgba(238,238,238,1);
    border-bottom:0px;
    box-shadow:1px -6px 11px rgba(0,0,0,0.16);
}

@media(min-width:768px){
    .loginmodal-container {
        padding: 0px;
        max-width: 400px;
        width: 100% !important;
        margin-left: 35px;
        overflow: hidden;
        font-family: Arial;
        font-weight: 400;
    }
    .whitebg {
    /*background-image: url(../img/whitebg.png);*/
    background-repeat: repeat;
    width: 80%;
    margin-left: 10%;
    /*border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;*/
    /*border-top: 3px solid #10a8a8;*/
    min-height: 610px;
    float: left;
}
}

@media(max-width: 767px) {
    .loginmodal-container {
        padding: 0px;
        width: 100% !important;
        overflow: hidden;
        font-family: Arial;
        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 #009FE0;

}
.copy-right-content p
{
    font-family:Arial;
    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:#56BCED;
    color:white;
    border:1px solid #56BCED;
    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:#56BCED;
}
