/* font-face */
@font-face {
    font-family: 'MarsCentra-Bold';
    src: url('fonts/new-fonts/MarsCentra-Bold.eot');
    src: url('fonts/new-fonts/MarsCentra-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/new-fonts/MarsCentra-Bold.woff2') format('woff2'), url('fonts/new-fonts/MarsCentra-Bold.woff') format('woff'), url('fonts/new-fonts/MarsCentra-Bold.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'MarsCentra-Book';
    src: url('fonts/new-fonts/MarsCentra-Book.eot');
    src: url('fonts/new-fonts/MarsCentra-Book.eot?#iefix') format('embedded-opentype'), url('fonts/new-fonts/MarsCentra-Book.woff2') format('woff2'), url('fonts/new-fonts/MarsCentra-Book.woff') format('woff'), url('fonts/new-fonts/MarsCentra-Book.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'MarsCentra-Extrabold';
    src: url('fonts/new-fonts/MarsCentra-Extrabold.eot');
    src: url('fonts/new-fonts/MarsCentra-Extrabold.eot?#iefix') format('embedded-opentype'), url('fonts/new-fonts/MarsCentra-Extrabold.woff2') format('woff2'), url('fonts/new-fonts/MarsCentra-Extrabold.woff') format('woff'), url('fonts/new-fonts/MarsCentra-Extrabold.svg#svgFontName') format('svg');
}


html {
    font-size: 12px;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'MarsCentra-Book','arial',sans-serif;
    font-size: 1rem;
    /*overflow: scroll;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MarsCentra-Extrabold';
}

.margTopUR {
    margin-top: 0.5rem;
}

b, strong {
    font-family: 'MarsCentra-Bold';
}

img {
    max-width: 100%;
}

a, a:hover {
    color: #0000a0;
    text-decoration: none;
}

    a.scrollToNomination, a.scrollToNomination:hover {
        color: #0000a0;
        text-decoration: none;
    }

.base-font-size {
    font-size: 1rem;
}

.marsBlue {
    color: #0000a0;
}

.marsGreen {
    color: #00d7b9;
}

.marsYellow {
    color: #ffdc00;
}

.marsBook {
    font-family: 'MarsCentra-Book';
}

.marsBold {
    font-family: 'MarsCentra-Bold';
}

.marsExtraBold {
    font-family: 'MarsCentra-Extrabold';
}

/* header Styles*/
/*.logo {
	max-width: 135px;
	max-height: 74px;
}*/

.logo {
    max-width: 150px;
}


.langSelect {
    max-height: 20px;
    padding: 0;
    border: none !important;
    display: inline-block;
    max-width: 140px;
}

.fontGrnTextLAMTD {
    font-size: 1.1rem;
}

.imgLMargLAMTD {
    max-height: 192px;
    margin-left: 22%;
}

.nomination-color-people {
    text-align: right;
    margin-right: 20px;
    margin-left: 0px;
}

    .nomination-color-people:lang(ar) {
        text-align: left;
        margin-left: 20px;
        margin-right: 0px;
    }

.margTopLAMVid {
    margin-top: 3%;
}



.langSelect, .langSelect:focus {
    background: transparent !important;
    color: #fff !important;
    outline: none;
}



    .langSelect option {
        color: #000;
    }

header {
    background: #0000a0 !important;
    min-height: 83px !important;
}

    header.login-header {
        background: transparent !important;
    }

    header .navbar {
        background: #0000a0 !important;
    }

.navbar, .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link, .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:active {
    color: #fff;
    position: relative;
}

    .navbar-nav .nav-link:before {
        content: none;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #00d7b9;
        bottom: 5px;
        left: 0;
    }

    .navbar-nav .nav-link:hover:before, .navbar-nav .nav-link:focus:before, .navbar-nav .nav-link:active:before {
        content: "";
    }

.navbar-toggler {
    padding: 0;
}

    .navbar-toggler span.navbar-line {
        width: 30px;
        height: 2px;
        margin: 8px;
        display: block;
        background: #fff;
        transition: 0.5s all ease;
    }

.nav-item .btn {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler[aria-expanded="true"] span.navbar-line:first-child {
    transform: rotate(45deg) translate(7px, 7px);
}

.navbar-toggler[aria-expanded="true"] span.navbar-line:nth-child(2) {
    opacity: 00;
}

.navbar-toggler[aria-expanded="true"] span.navbar-line:last-child {
    transform: rotate(-45deg) translate(7px, -7px);
}




/* footer styles */

footer {
    background: #0000a0;
    padding: 15px 0;
}

    footer .footer-copy {
        font-size: 11px;
        color: white;
        padding-left: 6px;
    }


    footer img {
        width: 83px;
    }

    footer a {
        color: #fff;
        font-size: 1rem;
    }

.content-holder {
    min-height: calc(100vh - 156px);
}

/* loginScreen */
.loginBg {
    background-image: url(Images/new_images/loginBgMobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.loginFormHolder {
    background: #fff;
    padding: 30px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.5);
    max-width: 330px;
    margin: 80px 0;
}

.loginText {
    font-size: 7rem;
    color: #00d7b9;
    line-height: 4rem;
}

    .loginText span {
        display: block;
        color: #ffdc00;
        margin-top: 10px;
    }


/* form styling */

.form-control {
    height: calc(1.6258em + .75rem + 2px);
    border-radius: 0px !important; /*Chakri*/
    border-color: #adadad;
    color: grey;
}

.dropdown-menu {
    border-radius: 0px !important;
}
/*Chakri*/

.form-control:focus {
    border-color: #00d7b9 !important;
    box-shadow: none;
    outline: 1px solid #00d7b9 !important;
}

.btn {
    border-radius: 0;
    font-family: 'MarsCentra-Bold';
    padding: .306rem .75rem;
    font-size: 1rem;
}

.btn-login, .btn-login:hover {
    background: #00d7b9 !important;
    color: #fff !important;
}

.btn-rounded {
    border-radius: 100px !important;
}

.btn-primary {
    color: #0000a0 !important;
    background-color: #ffdc00 !important;
    border-color: #ffdc00 !important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.5) !important;
}

.draftBtn {
    background-color: none !important;
    border-color: green !important;
}

.imagehover:hover {
    color: #fff !important;
    background-color: #0000a0 !important;
}

.btn-outline-primary {
    color: #0000a0 !important;
    background-color: transparent;
    border-color: #0000a0 !important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

    .btn-primary:hover:not(:disabled), .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
        color: #fff !important;
        background-color: #0000a0 !important;
        border-color: #0000a0 !important;
        box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    }

.btn-link-mars {
    font-size: 20px;
    color: #0000a0;
    border-bottom: 1px solid #00d7b9;
}

    .btn-link-mars:hover, .btn-link-mars:active {
        border-color: #ffdc00;
    }

.btn-width {
    min-width: 150px;
}

.btn-secondary {
    color: #0000a0 !important;
    background-color: #ffffff !important;
    border-color: #00d7b9 !important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
        color: #0000a0 !important;
        background-color: #00d7b9 !important;
        border-color: #00d7b9 !important;
        box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    }

/* banner styling */
.banner-holder img, .banner-holder video {
    width: 100%;
}

.scroll-down {
    padding: 10px 0 25px;
}

    .scroll-down .arrow-down {
        display: block;
        width: 27px;
        height: 13px;
        background: url('Images/new_images/Scrolling-Chevron.png') no-repeat center center;
        margin: 8px auto 0;
    }


/* makeItNow section */

.makeItNow {
    color: #fff;
    background: url('Images/new_images/makeItNowMobile.png') no-repeat bottom right;
    background-size: 150%;
    background-color: #00d7b9;
}

.col.d-none.d-md-block {
    padding: 0px 0px !important;
}

/* nominations section */
.nominations-section {
    background: #0000a0;
    color: #fff;
}

.filter-select {
    border: none !important;
    display: inline-block !important;
    max-width: 140px;
    border-bottom: 1px solid #00d7b9 !important;
}

    .filter-select, .filter-select:focus {
        background: transparent !important;
        color: #fff !important;
        outline: none !important;
    }

        .filter-select option {
            color: #000;
        }

.nominations-section .nav.nav-tabs {
    border: none;
}

    .nominations-section .nav.nav-tabs .nav-link {
        color: #fff;
        opacity: .6;
        border: none;
        border-bottom: 1px solid transparent;
        padding-bottom: 3px;
    }

        .nominations-section .nav.nav-tabs .nav-link.active {
            background: transparent;
            opacity: 1;
            border: none;
            border-bottom: 1px solid #ffdc00;
            outline: none;
        }

.nominations-section .tab-content {
    padding-top: 2rem;
}

.nomination-detials {
    background: #fff;
    color: #0000a0;
}

    .nomination-detials.active {
        border: 2px solid #ffdc00;
    }

    .nomination-detials:hover {
        outline: 5px solid #ffdc00;
    }

.coNomineePlaceholder {
    color: grey;
}

.page-item .page-link, .page-item.disabled .page-link, .page-item.active .page-link {
    border: none;
    background: transparent;
    color: #ffdc00;
    font-family: 'MarsCentra-Bold';
    outline: none !important;
    padding: 0;
    margin: 0 12px;
}

.page-item.active .page-link {
    border-bottom: 1px solid #ffdc00;
}

.page-item.disabled .page-link {
    opacity: .5;
}

/* animator-block */

.animator-block, .page-heading {
    background: #0000a0 !important;
}

.btns-bottom .btn-width {
    min-width: 100px;
}

.userIconNomColor.user-icon, .userIconNomColor.user-icon:before {
    background-color: inherit;
}

.userIconNomColor.user-icon {
    position: relative;
    top: 5px;
    left: 10px
}

.user-icon {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
}


    .user-icon:before {
        content: "";
        margin-top: 13px;
        height: 10px;
        width: 20px;
        display: inline-block;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-color: white;
        position: relative;
        right: 5px;
    }

    .user-icon, .user-icon:before {
        background-color: white;
    }


.userIconPos {
    display: inline-block;
    text-align: center;
}

.userName {
    margin-top: -5px;
    margin-bottom: 0px;
}

.padTop {
    padding-top: 14px;
}

.cstm-upload input:hover {
    cursor: pointer;
}

.cstm-upload input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 103;
    opacity: 0;
}

section.col-md-4.onepager img {
    width: 100%;
}

.nomineeImgs {
    margin-top: 20px;
    width: 60%;
}

.cstm-upload-placeholder {
    border: 1px solid #adadad;
    color: #adadad;
}

    .cstm-upload-placeholder img {
        width: 253px;
        height: 200px;
    }

.cstm-upload input:hover + .cstm-upload-placeholder {
    background: #0000a0;
    color: #fff;
    border-color: #0000a0;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .loginFormHolder {
        margin: 100px 0;
    }

    header.login-header {
        background-color: transparent !important;
    }

    footer a {
        font-size: inherit;
    }

    .makeItNow {
        background-size: cover;
    }

    .btns-bottom .btn-width {
        min-width: 150px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    html {
        font-size: 14px;
    }

    body {
        font-size: 1rem;
    }

    .loginBg {
        background-image: url(Images/new_images/loginBgDesk.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header.login-header {
        background-color: #0000a0 !important;
    }

    .content-holder {
        min-height: calc(100vh - 156px);
    }

    .nav-item .btn {
        margin-top: 0;
        margin-bottom: 0;
    }

    .scroll-down {
        padding: 20px 0 30px;
    }

    .makeItNow {
        background: url('Images/new_images/makeItNow.png') no-repeat bottom right;
        background-size: 100% 100%;
        background-color: #00d7b9;
    }

    .sort-holder {
        position: absolute;
        top: 0;
        width: 210px;
        right: 0;
        text-align: right;
    }

    .nominations-section .nav.nav-tabs {
        padding-right: 210px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
        font-size: 1rem;
    }

    .navbar-expand-md .navbar-nav .nav-item {
        margin: 0 .5rem;
    }

    .makeItNow {
        background-size: auto 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media print {
    @page {
        margin: -27mm -15mm 0 -15mm;
    }

    .md-4, .my-4 {
        margin-bottom: 0 !important;
    }

    html, body {
        /*width: 99%;*/
        height: 100%;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
    }

    .container {
        width: 85% !important;
        padding: 0 !important;
        margin-right: 0 !important;
        margin-left: 10mm !important;
        max-width: none !important;
    }
}
