/*******************************
            GENERAL
*******************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat+Condensed:400,700&subset=cyrillic');

html{
    background: #3a3a3a;
}
html, body{
    max-width: 100%;
    position: relative;
    /*margin: 0 auto;*/
    display: block;
}
html, body, div{
    padding:0;
}
ul, li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ol.ordered li {
    list-style-type: decimal;
}
a{
    color: white;
    text-decoration: none;
    outline: none;/*for Chrome, selected field*/
}
img{
    border: 0;
}
body{
    font-size: 0.8em;
    line-height: 1.5;
    color:black;
    z-index: 1;
    font-family: 'Montserrat';
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*disables selection*/
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

hr{
    margin: 0.5em 0;
    border-top: 1px solid #999;
}
.text-bold{
    font-weight: 600;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
/*selectable fields*/
.selectable, input, textarea, .selectable div .collapsible-code-btn, .withdrawal-code,
.sessionsTable, .sessionsTable th, .sessionsTable th a/*admin sessions*/{
    /*enables selection*/
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
div, img, span{
    background-repeat: no-repeat;
    background-position: center;
}
.w-5{width: 5%;}
.w-10{width: 10%;}
.w-15{width: 15%;}
.w-20{width: 20%;}
.w-25{width: 25%;}
.w-30{width: 30%;}
.w-40{width: 40%;}
.w-45{width: 45%;}
.w-50{width: 50%;}
.w-60{width: 60%;}
.w-65{width: 65%;}
.w-70{width: 70%;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.w-98{width: 98%;}
.w-100{width: 100%;}

.width-33{width: 32%; min-width: 32%;}
.width-25{width: 25%; min-width: 25%;}

.overflow-class{
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.white-space {
    white-space: nowrap;
}

.item{
    float: left;
    width: 100%;
    border-radius: 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
}
.row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.row-layout-align-center-center{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.row-layout-align-start-center{
    -webkit-box-pack: start;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.row-layout-align-center-end{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.row-layout-justify-content{
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
input, button{
    outline: none;
}
.page-content{
    margin: 3% 5%;
    text-align: justify;
}
.card{
    background-color: #444;
    color: #fff;
    border-color: #333;
    margin: 9px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 5px;
}
.card-bo{
    background-color: #fff;
    color: #000;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}
.link-site{
    text-decoration: underline;
    color: #ffc211;
}
.default-sport-match-header svg{
    height: 14px;
    padding: 2px 0px 0px 18%;
}
.desabled-list{
    display: none;
}
.bck-green{
    background-color: green; 
}
.txt-yellow{
    color: #ffc211;
}
.font-red{
    color: coral;
}
.font-green{
    color: green;
}
/****HEADER****/
.header {
    width: 100%;
    display: block;
}
.header-wrap{
    background-color: black;
    color: white;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #333333;
}
.header-login, .profile-header-button{
    background-color: #333333;
}
.text-home-page{
    color: #9c9c9c;
    text-align: center;
    font-size: 1.2em;
}
.logo-image{
    background-image: url(img/logo-betole.png);
    width: 9rem;
    height: 4rem;
    background-size: 100%;
    background-position: center;
}
.header-style{
    background-color: black;
    margin-top: 0em;
    height: 3.5em;
    color: white;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 100%,0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: -webkit-linear-gradient(left,#69a643 0,#f69340 100%);
    background-image: -moz-linear-gradient(left,#69a643 0,#f69340 100%);
    background-image: -o-linear-gradient(left,#69a643 0,#f69340 100%);
    background-image: linear-gradient(to right,#69a643 0,#f69340 100%);
}
.home-bck-page{
    margin-bottom: 5em;
}
.large-button{
    font-weight: 700;
    margin-top: 5px;
    height: 3em;
    line-height: 1.2em;
    color: white;
    border: none;
    border-radius: 50px;
}
.large-button.registration-form-button{
    margin-left: 0;
}
.registration-button{
    width: 50%;
    background: #00af00;
}
.login-button{
    width: 48%;
    background: red;
}
.profile-button{
    width: 98%;
    background: #282727;
    border: 1px solid black;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}
.logout-button{
    width: 98%;
    background: #00af00;   
    margin-bottom: 0.3em;
}
.user-icon{
    position: absolute;
    top: 49px;
    left: 4%;
    z-index: 1;
}
/****menu****/
.menu-wrap{
    background-color: black;
    color: white;
    width: 98%;
    padding: 4px 1%;
    font-size: 0.9em;
}
.menu{
    width: 98%;
    text-align: center;
    float: left;
    height: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
}
.menu-text{color: white;}
.active .menu-text{
    color: #00af00;
}
.menu.active{
    background-color: #333333;
    color: #00af00;
}
.logo-size{
    position: absolute;
    height: 27px;
    margin-top: 5px;
    left: 0;
    margin-left: 0.5em;
}
.logo-m-size{
    height: 85px;
    width: 150px;
    margin-top: -26px;
    left: 0;
}
.serch-form{
    height: 78px;
    position: relative; 
}
.search{
    width: 98%;
    padding: 1% 0% 0 2%;
    box-sizing: border-box;
}
.search input{
    width: 100%;
    border: 1px solid #00af00;
    height: 35px;
    border-radius: 5px;
    padding: 0 3px;
    background-color: #252525;
    color: white;
    box-sizing: border-box;
}
.search .search-button{
    position: absolute;
    width: 31px;
    right: 2.9%;
    margin-top: 0.1em;
}
.search-button svg{
    margin: 0 auto;
    position: absolute;
}
.refresh{
    border: 1px solid #555555;
    height: 30px;
    border-radius: 5px;
    padding: 0 5px;
    margin: 3px;
    color: white;
    background-color: #252525;
}
.refresh-button{
    background: transparent;
    border: none;
    font-weight: 700;
    padding: 1px;
}
.filters{
    float: left;
    width: 99%;
    padding-left: 1%;
}
.home-filter{
    width: 31%;
    display: block;
    float: left;
    color: white;
    height: 30px;
    background-color: #313834;
    border: 1px solid black;
    border-radius: 5px;
    margin: 1%;
}
.home-filter-full {
    width: 97%;
}

/****FOOTER****/
.footer{
    border-top: 1px solid grey;
    padding: 5px 10px;
    background-color: black;
}
.footer-logo{
    display: block;
    height: 55px;
    margin-top: -7px;
    background-position: center;
}
.footer-logo svg{  
    display: block;
    margin: 0 auto;
}
.footer-selected{
    color: green;
    text-decoration: underline;
}
.footer-link{
    color: white;
}

/***HOME MATCH***/
.match-home, .match-league-offer{
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
}
.match-league-offer .footer{
    margin-top: 6px;
}
.match-wrapper {
    width: 97.5%;
    border: 1px solid green;
    margin: 1%;
    margin-bottom: 0;
    border-radius: 5px;
}
.match-header{
    background-color: green;  
    box-sizing: border-box;
}
.match-content{
    width: 100%;
}
.match-team-name{
    max-width: 29%;
    min-width: 29%;
    padding: 1%;
    font-size: 12px;
    line-height: 14px;
}
.match-sport{
    float: left; 
    text-align: right;
}
.match-league-name{
    width: 51%;
    position: relative;
    box-sizing: border-box;
}
.match-code{
    padding-left: 1%;
    max-width: 15%;
    min-width: 15%;
    position: relative;
    text-align: left;
    font-weight: 600;
    box-sizing: border-box;
}
.match-time{
    text-align: right;
    padding-right: 1%;
    padding-left: 5%;
    position: absolute;
    right: 0;
}

/**ODD**/
button.odd-match{
    padding: 1px 2px;
}
.odd-match{
    background: #313834;
    margin-right: 1%;
    border: 1px solid #000;
    text-align: center;
    padding: 1%;
    color: #fff;
    float: left;
    box-sizing: border-box;
}
.odd-match-special{
    background: #313834;
    float: left;
    margin:0.5%;
    border: 1px solid #000;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 32%;
    display: block;
}
.odd-match-special.width-33{
    width: 32%;
    box-sizing: border-box;
}
.odd-match.odd-special{
    border-radius: 5px;
    width: 4em;
    min-width: 4em;
}
.odd-wrapper-right{
    font-weight: bold;
    text-align: right;
}
.odd-match-wrap{
    width: 69%;
    padding: 1.5% 0.5%;  
}
.odd-bet-picks{
    float:left; 
    margin-left:0; 
    margin-right:0;
}
.pages-wrapper{
    padding: 6px 0;
    width: 100%;
}
.pages-btn {
    border: none;
    outline: none;
    background-color: #000000;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    padding: 2px 4px;
    margin: 0.1em;
}
.home-odd-wrap{
    width: 71%;
}
/*********/
/*******BETSLIP*******/
.betslip-wrap{
    margin-top: 0.2em;
    margin-bottom: -0.3em;
    background: black;
    display: inline-block;
}
.betslip-home-ticket-content{
    background: red;
    color: white;
    font-size: 0.9em;
    text-align: center;
}
.betslip-odds{
    text-align: center;
    padding: 4px 0;
    color: #ffc211;
    text-decoration: underline; 
}
.ticket-content.betslip-counter{margin-left: 5%;}
.booked-ticket-code{
    background: #ff0000;
    padding: 0.3em 1.3em;
    border-radius: 5px;
    margin: 0.2em;
}
.back-btn{
    background: transparent;
    border: none;
    color: white;
    font-weight: 800;
    margin-left: -30px; 
}
/*********/
.match-special-odd-wrap{
    display: inline-block;
    width: 98%;
    margin: 2% 1% 1%;  
}
.special-match-header{
    background: transparent;
    padding: 1px;
}
.match-special-item{
    background: #555555;
    padding: 0.3em 0em;
}
.specil-team-name{
    font-weight: bold;
    font-size: 1.5em;
}
.special-match-tip{
    color: #ffc211;
    font-size: 0.8em;     
}
.special-match-odd{
    font-weight: bold;
}
.header-odds{
    text-align: right;
    color: #ffc211;
    margin-right: 1em;
}
.header-odds-empty{
    display: none;
}
.header-ticket-content{
    display: block;
    background: red;
    color: white;
    top: 0;
    font-size: 0.9em;
    text-align: center;
    height:40px;
    right: 0;
}
.header-ticket-content-none {
    display: none;
}
.ticket-counter{
    background: black;
    width: 30%;
    color: #ffc211;
    text-align: center;
    margin-left: 35%;
    border-radius: 4px;
    margin-top: 4px;
    font-weight: bold;
}
/* Style the active class, and buttons on mouse-over */
.pages-btn.active {
    background-color: #666;
    color: #ffc211;
}
.odd-selected {
    background-color: #f2d707;
    color: black;
}
.odd-selected .odd-wrapper{
    color: #007300;
}
.odd-selected .special-match-tip{
    color: black;
    font-weight: bold;
}
.special-match-content{
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
}
.game-description{
    border: 1px solid green;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    background: #242926;
}
.game-description-sport{
    margin: 0 10px;
    background: #1d201e;
    padding: 5px;
    border-bottom: 1px solid black;
}

.underline {
    border-bottom: 1px solid black;
}

.payement-text {
    font-weight: bold;
}

.game-description-wrap{
    background-color: #4a4a4a;
    margin: 0px 10px;
    padding: 0 5px;
}
.game-description-tip{
    color: #00af00;
    font-size: 1.1em;
    border-bottom: 1px solid #383737;
    padding: 0.2em 0.5em;
}
.game-description-open{
    display: block;
}

@media screen and (max-width:310px){
    body{
        font-size: 0.7em;
    }
    .odd-match.odd-special{
        width: 3em;
    }
    .odd-match-wrap{
        font-size: 11px;
    }
    .logo-size {
        height: 20px;
        margin-top: 9px;
    }
    .odd-match, .betslip-txt{
        font-size: 0.7em;
    }
    .odd-wrapper{
        color: #ffc211;;
    }
    .home-odd-wrap{
        width: calc(100% - 3em);
    }
    .match-wrapper {
        height: auto;
    }
    .match-time, .result-match-time, .external-time, .external-ticket-code{
        font-size: 0.8em;
        line-height: 1.7em;
    }
    .large-button, .match-team-name, .result-match-team-name, .specil-team-name{
        font-size: 1em;
    }
    .default-sport-match-header svg {
        height: 11px;
    }
    .transactions-icon, .refresh-icon, .back-icon{
        height: 15px;
    }
    /*must be because of the small phones*/
    .transactions-details .w-40{ 
        width: 35%;
    }
    .transactions-details .w-20{ 
        width: 25%;
    }
    /**********/
}


.deposit-request{
    width: 100%;
    background: white;
    font-family: sans-serif;
        font-size: 11px;
}
.underline-form{
        border-bottom: 1px solid #b4b4b4;
}
.deposit-request-label{
    background: #f08121;
    height: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
    text-transform: uppercase;
    margin:0;
}