﻿/*
@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('/fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2'), url('/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'), url('/fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueLT Pro';
    src: url('/fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), url('/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('/fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Helvetica Neue LT Pro';
}
*/
.footer {
}
.footer > .container {
    padding: 0 24px;
}
.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-left: 8px;
}
.textBold {
    font-family: 'Montserrat-Bold';
}
.textPlain {
    font-family: 'Montserrat-Medium';
}
h1 {
    font-family: 'Montserrat-Medium';
}
h2 {
    font-family: 'Montserrat-Medium';
}
h3 {
    font-family: 'Montserrat-Medium';
}

.redBorderPanel {
    border: 1px solid #F70000;
    border-radius: 10px;
    padding: 15px;
}
.blackBorderPanel {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 15px;
}
.greyBorderPanel {
    border: 2px solid #888888;
    border-radius: 10px;
    padding: 15px;
}
.redText {
    color: #F70000;
}
.border-red {
    border-color: #F70000 !important;
}
.blackText {
    color: black;
}
.backgroundRed {
    background-color: #F70000;
    color: white;
}
.redCircleBorder {
    font-family: 'Montserrat-Medium';
    /* border: 4px solid #F70000; */
    /* border-radius: 40px; */
    /* width: 80px; */
    padding: 30px;
    display: inline-block;
    font-size: 38px;
    line-height: 40px;
    background-image: url(/images/redcircle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.prizePoolImage {
    height: 100%;
    background-image: url("/images/customerPrizeLandscape.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.btn {
    border-radius: 10px;
    padding: 8px 20px;
}
/*.btnContainer {
    padding: 10px;
    background-color: #000000D0;
}*/
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active {
    border: none;
    background-color: #3B3C41;
}
.textsize0 {
    font-size: xx-large;
}
.textsize1 {
    font-size: 48px;
}
.textsize2 {
    font-size: 32px;
}
.textsize3 {
    font-size: 24px;
}
.textsize4 {
    font-size: 20px;
}
.textsize5 {
    font-size: 16px;
}
.textsize6 {
    font-size: 15px;
}
.textsize7 {
    font-size: 13px;
}
.textsize8 {
    font-size: 10px;
}


.btnBorder {
    padding: 3px;
    background-color: #000000D0;
    border-radius: 10px;
}
    .btnBorder > div {
        border: 1px solid white;
        border-radius: 10px;
        padding: 10px 20px;
    }
.modalContainer {
    background-color: transparent; /*;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
    .modalContainer > div {
        display: flex;
        width: 50%;
        height: 50%;
        background-color: #000000D0;
        color: white;
        padding: 10px;
        border-radius: 16px;
    }
        .modalContainer > div > div {
            border: 1px solid white;
            border-radius: 10px;
            padding: 40px;
        }
    .modalContainer h1 {
        text-transform: uppercase;
        font-size: 38px;
    }
    .modalContainer h2 {
        text-transform: uppercase;
        color: #F70000;
        font-size: 26px;
    }
    .modalContainer a {
        color: white;
    }


.centreDiv {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.textarea.form-control {
    height: 150px;
}
.redBackground, .redBackground:focus {
    background-color: #FE0000;
    color: white;
}
.text-danger-white {
    color: white !important;
}
.whiteBackground {
    background-color: white;
}
.repPrizePoolImage {
    height: 100%;
    background-image: url("/images/repRewards1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.paddingx5mobile {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.click {
    cursor: pointer;
}
.page-link {
    color: #F70000;
}
.page-item.active .page-link {
    background-color: #F70000;
    border-color: #F70000;
}

.target {
    width: 100%;
    height: 100%;
    background: url('/images/LaminexLegends/dashboard_metal_grey_background.jpg') center center;
    background-size: cover;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.target-reachedtarget {
    width: 100%;
    height: 100%;
    background: url('/images/LaminexLegends/dashboard_metal_grey_targetreached_background.jpg') center center;
    background-size: cover;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.target-section-top {
    padding: 0 10px;
}

.target-num {
    font-size: 72pt;
    font-weight: bold;
}

.target-bar {
    border-radius:10px;
    background:url('/images/LaminexLegends/transparent_bg2.png') repeat;
    height:20px;
}

.target-bar-inner {
    border-radius: 10px;
    background: #fff;
    height: 20px;
}

.target-entry-box {
    margin-top:24px;
    border-radius: 10px;
    background: url('/images/LaminexLegends/transparent_bg2.png') repeat;
    padding:12px 24px;
}

.target-small-text {
    font-size: 10pt;
}

.target-entries-text {
    font-size: 36pt;
    font-weight: bold;
}

/*mobile phone:*/
@media(max-width:767px) {
    .modalContainer > div {
        width: 90%;
        height: 75%;
    }

    .textsize2 {
        font-size: 22px;
    }
    .paddingx5mobile {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .prizePoolImage {
        background-image: url("/images/customerPrizePortrait.jpg");
        min-height: 190px;
    }
    .repPrizePoolImage {
        min-height: 202px;
    }
}
/*iPad:*/
@media(max-width:991px) {
    .repPrizePoolImage {
        min-height: 202px;
    }
}