@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
    url('/public/standard_theme/fonts/sourse/SourceSansPro-Semibold.otf')
    format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro-Regular';
    src: local('Source Sans Pro'),
    local('SourceSansPro-Regular'), url('/public/standard_theme/fonts/sourse/SourceSansPro-Regular.otf')
    format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arial_Black';
    src: local('Arial_Black'),
    url('/public/standard_theme/fonts/6426.otf')
    format('truetype');
    font-weight: 600;
    font-style: normal;
}

/*@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url('sourcesansprosemibolditalic.woff2') format('woff2'), url('sourcesansprosemibolditalic.woff') format('woff'), url('sourcesansprosemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}*/

.btn-def{
    border-radius: 4px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    font-size: 14px;
    text-align: center;

    color: #FFFFFF;
}

.btn-def:hover{
    box-shadow: 0 0 18px rgba(0,0,0,0.5);
}

.btn-blue{
    background: linear-gradient(0deg, #1991EB 2.22%, #2DA1F8 98.44%);
    border: 1px solid #1585D8;
    box-sizing: border-box;
    border-radius: 4px;

    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    font-size: 14px;
    text-align: center;

    color: #FFFFFF;
}

.block-body{
    color: #FFFFFF;
    font-family: 'Source Sans Pro-Regular';
    background: url(/public/standard_theme/img/block_ball_homepage_bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-color: #1a1a1a;
}

.block-body-fifa{
    color: #FFFFFF;
    font-family: 'Source Sans Pro-Regular';
    background: url("https://spfl.fandex.com/public/standard_theme/img/block_ball_homepage_bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-color: #1a1a1a;
}

.block-body-golf{
    color: #FFFFFF;
    font-family: 'Source Sans Pro-Regular';
    background: url(/public/standard_theme/img/golf-bg.png) !important;
    background-repeat: no-repeat !important;
    background-color: #1a1a1a;
    background-size: 160% !important;
    background-position: -950px -209px !important;
}

.block-center{
 text-align: center;
}

.block{
    background: #1a1a1a;
    border: 1px solid #383636;
    box-sizing: border-box;
    border-radius: 3px;
}

.block-table{
    margin-bottom: 0px;
}

.block-table thead{
    background: #4b4b4b;
    border: 1px solid #171717;
    box-sizing: border-box;
    height: 48px;
    font-size: 16px;
    text-align: center;
}

.select-th{
    color: #8A9FBE;
}

.block-table tbody tr{
    border-bottom: 1px solid #313D4F;
    height: 65px;
}

.name-th{
    padding-left: 24px;
    color: #FFFFFF;
}




/*.block-thead h3{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    margin-left: 24px;
    margin-top: 14px;
    color: white;
}*/


.title{
    background: #4b4b4b;
    height: 36px;
}

.block-title span{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.block-title img{
    width: 24px;
    height: 24px;
    margin-top: -6px;
    margin-right: 16px;
}


.header{
    height: 63px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
}

.img-circle{
     width: 40px;
     height: 40px;
     background: white;
    border-radius: 50%;
 }

.img-circle-big{
    width: 230px;
    height:230px;
    background: white;
    border-radius: 50%;
}

.img-circle-big:hover{
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
}


.header .arrow-img{
    width: 8px;
    height: 5px;
    margin-left: 13px;
}

.header .user-panel{
    position: absolute;
    top: 0;
    right: 0;
}

.header a{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 41px;

    padding-left: 16px;
}


/*drop-down*/

.header .drop-down{
    position: absolute;
    right: -15px;
    top: 33px;
    display: none;
    z-index: 1000;
}

.header .drop-down .arrow{
    width: 5px;
    border: 6px solid transparent;
    border-bottom: 7px solid #9BAFC9;
    margin-left: 108px;
}

.header .drop-down li{
    list-style-type: none;
    text-align: center;
}

.header .drop-down li:hover{
    background: #bac1cc;
    border-radius: 4px;
}

.header .drop-down ul{
    padding: 0;
    background: #9BAFC9;
    border-radius: 4px;
    width: 133px;
    height: 74px;
}

.header .drop-down .divider{
    background: #7F8FA4;
    height: 1px;
    width: 80%;
    margin-left: 10%;
}

.header .drop-down a{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: 2.7;
    font-size: 14px;
    text-align: center;
    padding-left: 0px;
    color: #283141;
    text-decoration: none;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
}

.drop-down-mobile{
    display: none;
}

.mobile-menu{
    display: none;
}

/*  header  */
@media screen and (max-width: 415px){

    .header{
        padding-left: 0px;
        padding-right: 30px;
    }

    .header .full{
        display: none;
    }

        /*.header .row*/

    .header .user-panel{

    }

    .mobile-menu{
        display: block;
        height: 44px;
        width: 44px;
        font-size: 14px;
        padding: 13px 9px 13px 9px;
        background: linear-gradient(0deg, rgba(25, 145, 235, 0.2) 2.22%, rgba(45, 161, 248, 0.2) 98.44%);
        border-radius: 4px;
        margin-right: -14px;
        float: right;
        text-align: right;
    }

    .mobile-menu .line{
        height: 3px;
        background: white;
        width: 100%;
        margin-bottom: 6px;
        z-index: 10000;
    }

    .drop-down-mobile{
        position: absolute;
        width: 90%;
        margin: 5%;
        z-index: 1000;
    }

    .drop-down-mobile li{
        list-style-type: none;
        text-align: left;
        margin-left: 40px;
    }

    .drop-down-mobile li:hover{
        background: #bac1cc;
        border-radius: 4px;
    }

    .drop-down-mobile ul{
        padding: 0;
        background: #4b4b4b;
        border-radius: 4px;
        width: 100%;
        border: 1px solid #8a8989;
    }

    .drop-down-mobile .divider{
        background: #7F8FA4;
        height: 1px;
        width: 80%;
        margin-left: 10%;
    }

    .drop-down-mobile a{
        font-family: 'Source Sans Pro-Regular';
        font-style: normal;
        font-weight: unset;
        line-height: 2.7;
        font-size: 16px;
        text-align: center;
        padding-left: 0px;
        color: #ffffff;
        text-decoration: none;
    }


    .league-market{
        background: #283242;
        border: 1px solid #2E394B;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 11px 10%;
        margin-top: 16px;
        text-align: center;
        float: none;
        cursor: pointer;
        margin-left: 13px;
    }

}

@media screen  and (min-width: 415px) and (max-width: 768px){
    .img-circle{
        float: right;
    }

    .block-title {
        background: #273142;
        mix-blend-mode: normal;
        /* opacity: 0.5; */
        border: 1px solid #313D4F;
        box-sizing: border-box;
        height: 103px;
        /* transform: matrix(1, 0, 0, -1, 0, 0); */
        padding-left: 154px;
        padding-top: 29px;
        margin-bottom: 32px;
    }

    .league-market{
        background: #283242;
        border: 1px solid #2E394B;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 11px 25%;
        margin-top: 16px;
        text-align: center;
        float: none;
        cursor: pointer;
    }
}

@media screen  and (min-width: 768px) and (max-width: 992px){}

@media screen  and (min-width: 992px){}


.header-logo{
    height: 35px;
    padding-bottom: 6px;
}

@media screen and (max-width: 415px){
    .block-title{
        padding-left: 0;
        text-align: center;
    }

    .list-category{
        float: right;
        margin-right: 14px;
    }
    .block-grid

}
@media screen  and (min-width: 415px){
    .list-category{
        float: right;
        margin-right: 154px;
    }

}




.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
border-top: 0;
border-bottom: 0px solid #ddd;
vertical-align: middle;
}

.red{
color: #F47171;
}

.green{
color: #30A13A;
}

.share-social{
    cursor: pointer;
    height: 40px;
    margin-left: -126%;
}


/*footer*/
@media screen and (max-width: 415px) {
    .footer{
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        background: #2B3546;
        mix-blend-mode: normal;
        /*  opacity: 0.5;*/
        height: auto;
    }

    .share-social{
        cursor: pointer;
        height: 40px;
        margin-left: -8px;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .footer .col-xs-4{

    }
    .footer .col-md-3{
        width: 100%;
    }

    .footer h4{
        font-size: 24px;
    }



    .footer-section{
        padding-top: 52px;
        margin: 0;
    }

    .footer-logo{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 24px;
        color: #FFFFFF;
    }

    .footer-logo-icon{
        height: 44px;
        width: 44px;
        font-size: 14px;
        /*padding: 13px 9px 13px 9px;*/
        background: linear-gradient(0deg, rgba(25, 145, 235, 0.2) 2.22%, rgba(45, 161, 248, 0.2) 98.44%);
        border-radius: 4px;
        float: left;
        margin-right: 16px;
    }
    .logo-no-animate{
        height: 41px;
        padding-top: 9px;
        padding-left: 6px;
        padding-bottom: 9px;
    }

    .footer-сopyright{
        font-size: 16px;
        color: white;
    }

    .footer-address{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        font-size: 14px;
        color: #8A9FBE;
        text-align: center;
    }

    .footer-categories{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .footer-categories a p{
        font-family: 'Source Sans Pro-Regular';
        font-weight: normal;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
        margin: 0 0 16px;
    }


}

@media screen  and (min-width: 415px) and (max-width: 768px) {
    .footer{
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        background: #2B3546;/*2C3646;*/
        mix-blend-mode: normal;
        /*  opacity: 0.5;*/
        height: auto;
    }

    .footer-section{
        padding-top: 52px;
        padding-left: 80px;
        margin: 0;
    }

    .footer-logo{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 24px;
        color: #FFFFFF;
    }

    .footer-logo-icon{
        height: 44px;
        width: 44px;
        font-size: 14px;
       /* padding: 13px 9px 13px 9px;*/
        background: linear-gradient(0deg, rgba(25, 145, 235, 0.2) 2.22%, rgba(45, 161, 248, 0.2) 98.44%);
        border-radius: 4px;
        float: left;
        margin-right: 16px;
    }

    .logo-no-animate{
        height: 41px;
        padding-top: 9px;
        padding-left: 6px;
        padding-bottom: 9px;
    }

    .footer-сopyright{
        font-size: 16px;
        color: white;
    }

    .footer-address{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        font-size: 14px;
        color: #8A9FBE;
    }

    .footer-categories{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
    }

    .footer-categories a p{
        font-family: 'Source Sans Pro-Regular';
        font-weight: normal;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
        margin: 0 0 16px;
    }
}

@media screen  and (min-width: 768px) and (max-width: 992px) {
    .footer{
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        background: #2B3546;/*2C3646;*/
        mix-blend-mode: normal;
        /*  opacity: 0.5;*/
        height: auto;
    }

    .footer-section{
        padding-top: 52px;
        padding-left: 80px;
        margin: 0;
    }

    .footer-logo{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 24px;
        color: #FFFFFF;
    }

    .footer-logo-icon{
        height: 44px;
        width: 44px;
        font-size: 14px;
     /*   padding: 13px 9px 13px 9px;*//*
        background: linear-gradient(0deg, rgba(25, 145, 235, 0.2) 2.22%, rgba(45, 161, 248, 0.2) 98.44%);*/
        border-radius: 4px;
        float: left;
        margin-right: 16px;
    }
    .logo-no-animate{
        height: 41px;
        padding-top: 9px;
        padding-left: 6px;
        padding-bottom: 9px;
    }

    .footer-сopyright{
        font-size: 16px;
        color: white;
    }

    .footer-address{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        font-size: 14px;
        color: #8A9FBE;
    }

    .footer-categories{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
    }

    .footer-categories a p{
        font-family: 'Source Sans Pro-Regular';
        font-weight: normal;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
        margin: 0 0 16px;
    }
}

@media screen  and (min-width: 992px)  {

    .league-market{
        background: #4b4b4b;
        border: 1px solid #2E394B;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 11px 18%;
        margin-top: 16px;
        text-align: center;
        float: none;
        cursor: pointer;
    }

    .footer{
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        background: #383636;/*2C3646;*/
        mix-blend-mode: normal;
        /*  opacity: 0.5;*/
        height: 316px;
    }

    .footer-section{
        padding-top: 52px;
        padding-left: 80px;
        margin: 0;
    }

    .footer-logo{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 24px;
        color: #FFFFFF;
    }

    .footer-logo-icon{
        height: 44px;
        width: 44px;
        font-size: 14px;
        /*padding: 13px 9px 13px 9px;*/
       /* background: linear-gradient(0deg, rgba(25, 145, 235, 0.2) 2.22%, rgba(45, 161, 248, 0.2) 98.44%);*/
        border-radius: 4px;
        float: left;
        margin-right: 16px;
    }
    .logo-no-animate{
        height: 41px;
        padding-top: 9px;
        padding-left: 6px;
        padding-bottom: 9px;
    }

    .footer-сopyright{
        font-size: 16px;
        color: white;
    }

    .footer-address{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        font-size: 14px;
        color: #8A9FBE;
    }

    .footer-categories{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
    }

    .footer-categories a p{
        font-family: 'Source Sans Pro-Regular';
        font-weight: normal;
        line-height: normal;
        font-size: 16px;
        color: #FFFFFF;
        margin: 0 0 16px;
    }
}

/*h3,h4,h5*/
.block-h4{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    color: #FFFFFF;
    /*margin: 0;*/
}

.row{
    margin-right: 0px;
     margin-left: 0px;
}

.btn-buy{
    background: linear-gradient(0deg, #39B54A 2.22%, #34AA44 98.44%);
   /* width: 200px;*/
    width: 99%;
    height: 48px;
}

.btn-buy img{
    float: left;
    margin-top: 4px;
    margin-left: 24px;
    margin-right: -34px;
}

.btn-sell{
    background: linear-gradient(0deg, #1991EB 2.22%, #2DA1F8 98.44%);
    //border: 1px solid #FF0000;
    /*width: 200px;*/
    width: 99%;
    height: 48px;
}

.btn-sell span{
    float: left;
    margin-left: 24px;
    margin-right: -34px;

}

.btn-short{
    border: 2px solid #1585D8;
    box-sizing: border-box;
    background: #1f2935;
    /* width: 200px; */
    width: 99%;
    height: 48px;
}
.btn-сover-short{
    border: 2px solid #1585D8;
    box-sizing: border-box;
    background: #1f2935;
    /* width: 200px; */
    width: 99%;
    height: 48px;
}

.btn-short img{
    float: left;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: -20px;
}

.btn-cancel{
    background: linear-gradient(180deg, #EF5151 0.27%, #D34747 97.78%);
    width: 99%;
    height: 48px;
}


html {
    overflow: auto;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*-webkit-border-radius: 10px;*/
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #7F8FA4;
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(127, 143, 164, 0.4);

}

.dialog-model{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000038;
    z-index: 8000;
}



/*Category*/
.league{
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 11px;
    padding-right: 25px;
    margin-top: -16px;
    margin-left: 7px;
    display: inline-block;
}

.league span{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.league:hover{
    /* border-radius: 50%;*/
    /*background: #1f293545;*/
    cursor: pointer;
}

.list-category{
    display: block;
    margin-right: 8vw;
}


/*////*/
.team_logo_nba {
    height: 42px;
    float: left;
    margin: 1vw;
    margin-left: 8vw;
    background: white;
    border-radius: 50%;
    padding: 3px;
}

.team_logo_nfl {
    height: 42px;
    float: left;
    margin: 1vw;
    margin-left: 8vw;
}

.team_logo_mlb {
    height: 42px;
    float: left;
    margin: 1vw;
    margin-left: 8vw;
    background: white;
    border-radius: 50%;
    padding: 3px;
}
.team_logo {
    height: 42px;
    width: 42px;
    float: left;
    margin: 10px 10px 10px 8vw;
    background: white;
    border-radius: 50%;
    padding: 3px;
}
.tiker-item{
    float: left;
    width: 470px;
}

.teams_name {
    color: white;
    text-align: center;
    font-size: 21px;
    padding-right: 1vw;
    font-weight: bold;
}

.teams_table {
    position: relative;
    top: 16px;
}
.teams_rand {
    height: 23px;
    width: 19px;
    padding-bottom: 6px;
    padding-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.teams_down {
    color: #ff2a2a;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.teams_up {
    color: #0c8a0c;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.alert-dialog{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8000;
    background: #00000063;
}
.alert-dialog .row{
    margin-top: 2%;
    font-family: 'Source Sans Pro';
    color: #FFFFFF;
}

.alert-dialog-close{
    position: absolute;
    right: 11px;
    top: 7px;
    /*            border-radius: 50%;
                background: #5680a9;
                padding-left: 5px;
                padding-right: 5px;
                padding-bottom: 2px;
                padding-top: 1px;*/
}
.alert-dialog-close:hover{
    cursor: pointer;
    color: #5680a9;
    /*background: #2553B4;*/
}
img .teams_rand{
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 1000px) and (min-width: 768px)  {
	.league {
		padding-right: 15px !important;
	}
	
	.league span {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 1001px)  {
	.league {
		padding-right: 15px !important;
		padding-top: 16px;
	}
	
	.league span {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px)  {
    .mobile_trading_heading {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1367px)  {
	.league {
		padding-right: 25px !important;
	}
}

body {
    background-color: #1a1a1a !important;
}


.sp_logo_footer {
    width: 225px;
}

@media (-webkit-device-pixel-ratio: 1.50) {
    * {
      zoom: 0.96;
    }
}
@media (-webkit-device-pixel-ratio: 1.25) {
    * {
      zoom: 0.98;
    }
}