﻿/*@font-face {
    font-family: Avenir;
    src: url("/view-resources/Areas/ELottery/Views/CreateLottery/116/avenir_ff/AvenirLTStd-Book.otf") format("opentype");
}*/

/*@font-face {
    font-family: Avenir;
    font-weight: bold;
    src: url("/view-resources/Areas/ELottery/Views/CreateLottery/116/avenir_ff/AvenirLTStd-Black.otf") format("opentype");
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('/view-resources/Areas/ELottery/Views/CreateLottery/116/avenir_ff/AvenirLTStd-Roman.otf') format('opentype');
}*/

html {
    /*background-color: #F05330;*/
    color: white;
}

body {
    color: white;
    /*background-color: #F05330;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*font-family: Avenir;*/
    font-family: sans-serif, Arial;
    background: url(http://cdn1.streamix360.com/9999/lottery/116/background.png) no-repeat center center fixed;
    background-size: contain;
}

.select2-selection__rendered {
    color: #9698a5 !important;
}

.select2-container--default .select2-results__option {
    padding: 5px 15px;
    color: darkgray;
}

.form-main-container {
    margin-top: 11%;
}

.header-wrap {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 4px 3px 5px 0px #de0c17;
    -moz-box-shadow: 4px 3px 5px 0px #de0c17;
    box-shadow: 4px 3px 33px 3px #e4dcdc;
    background: url(http://cdn1.streamix360.com/9999/lottery/116/background.png) no-repeat center center fixed;
    height: 7.5em;
    /*background-color: #18A3DC;*/
    border-bottom: solid 2px #c1c1c1;
}

.top-img {
    position: absolute;
    top: 20em;
    left: 40%;
    /* width: 500px; */
    /* height: 500px; */
    margin-top: -250px;
    /* margin-left: auto; */
}

#container {
    margin-top: 200px;
}

.no-webp .body-background {
    background: url(http://cdn1.streamix360.com/9999/lottery/116/background.png) no-repeat center center fixed;
}

.webp .body-background {
    background: url(http://cdn1.streamix360.com/9999/lottery/116/background.png) no-repeat center center fixed;
}


a {
    color: #1B92D0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.text-danger {
    font-weight: bold;
}



.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: white !important;
}


scrollbar {
    margin-left: 30px;
    float: left;
    height: 35em;
    width: auto;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-top: 6em;
    margin-bottom: 1em;
}

.force-overflow {
    min-height: 550px;
    height: 100%;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

@media only screen and (max-width: 600px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1px;
        padding-left: 1px;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }

    .top-img {
        position: absolute;
        top: 20em;
        left: 0;
        /* width: 500px; */
        /* height: 500px; */
        margin-top: -250px;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    color: #575962;
    text-align: center;
    height: 70px;
    /* background-image: url(/view-resources/Areas/ELottery/Views/CreateLottery/70/footer-background.png); */
    background-image: url(http://cdn1.streamix360.com/9999/lottery/116/footer-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
    -moz-box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
    -ms-box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
    -o-box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
    box-shadow: 0px 5px 5px #888, 0px -5px 5px rgb(173, 72, 72);
}

.footer-logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 4em;
    margin: 1em;
}

.footer-logo2 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 3.2em;
    margin: 1em;
}

.container {
    margin-bottom: 7em;
}

.left-div {
    margin-top: 4em;
    /*    margin-bottom: 1em;
    margin-left: -5em;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}

.right-div {
}



@media only screen and (min-width: 768px) {

    body {
        background-size: cover;
    }
}

@media only screen and (max-width: 1366px) {
    .right-div {
        margin-left: 1em;
    }

    .left-div {
        margin-right: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
    }
    /*background-image: url(http://cdn1.streamix360.com/9999/lottery/116/footer-background2.png);*/
}

.footer-logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 4em;
    margin: 1em;
}

.footer-logo2 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 3.2em;
    margin: 1em;
}

.container {
    margin-bottom: 5em;
}



body {
    background-size: cover;
    background-position-x: right;
    line-height: 1;
}

.form-group {
    margin-bottom: 0.3rem;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(2.6rem + 2px);
    padding: .85rem 1.15rem;
    font-size: 1rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.35rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.right-div {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
}


label {
    color: whitesmoke;
}

.CaptchaCode {
    padding: 0 !important;
}

#eLotteryCreate {
    /*margin-top: 2em;
    margin-bottom: 75px;*/
}

.golden-btn + .golden-btn {
    margin-top: 1em;
}

.golden-btn {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: 2.75em;
    line-height: 2.5em;
    text-transform: uppercase;
    padding: 0 1em;
    /*box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4), inset 0 -2px 5px 1px rgba(139,66,8,1), inset 0 -1px 1px 3px rgba(250,227,133,1);*/
    /*background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);*/
    border: 1px solid #a55d07;
    color: rgb(185,50,5);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

    .golden-btn:focus,
    .golden-btn:hover {
        background-size: 150% 150%;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250,227,133,1);
        border: 1px solid rgba(165,93,7,.6);
        color: rgba(120,50,5,.8);
    }

    .golden-btn:active {
        box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250,227,133,1);
    }

#register-submit-btn {
    background-color: rgba(185,148,78,1);
    border-color: rgba(185,148,78,1);
    box-sizing: border-box;
    border: none;
    border-radius: 0.5em;
    font: bolder;
    color: white;
}

#btRefresh {
    background-color: #6480B4;
    border-color: #6480B4;
    width: 4em;
    height: 4em;
    padding: .5em;
    margin-left: .5em;
}

.form-area {
    margin: 0;
    padding: 0;
}

.form-control[readonly], .form-control {
    border-color: #ebedf2;
    color: #9a9caf !important;
}

/* .form-control::placeholder { */
  /* color: #221f45; */
  /* opacity: 1; */
/* } */

.caption-subject {
    color: whitesmoke;
    padding: 5px 0;
}


.m-portlet {
    /*background: url(/view-resources/Areas/ELottery/Views/CreateLottery/32/background.png) no-repeat center center fixed;*/
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1.2rem;
}

.m-portlet__head {
    height: fit-content !important;
    margin-bottom: 1em;
    margin-top: 16px;
    padding: .5em 2em;
    border-bottom: 0px !important;
}

.m-portlet .m-portlet__body {
    color: #221f45 !important;
    padding: .5rem 2.2rem !important;
}

.custom-color-label{
    color: #221f45 !important;
}

/* .select2-selection__rendered { */
    /* color: #221f45 !important; */
/* } */