@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

body{
	background: #fff;
}
.container.smartgame{
    box-shadow: 0px 0px 25px 0px #000;
    padding: 0;
}
.smartgame .banner{
	width: 100%;
}
.smartgame .banner.top{
    background-image: url(../images/smartgame/banner_top.png);
    background-repeat: no-repeat;
    height: 420px;
    background-size: contain;
}
.smartgame .banner.bottom{
    background-image: url(../images/smartgame/banner_bottom.jpg);
    background-repeat: no-repeat;
    height: 752px;
    background-size: contain;
}
.smartgame .smart_logo{
    background-image: url(../images/smartgame/smartgame_logo.png);
    background-repeat: no-repeat;
    height: 60px;
    background-size: contain;
    margin-left: 68px;
    margin-top: 28px;
}
.smartgame .banner_title{
    display: block;
    margin: 0 auto;
    width: 25%;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 2px 5px #212121;
    line-height: 1;
}
.smartgame .banner_title .sm_title{
    font-size: 28px;
}
.smartgame .banner_title .b_title{
    font-size: 67px;
}
.smartgame .banner_date{
    color: #FEF450;
    font-size: 24px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.37);
    padding: 5px;
    text-shadow: 3px 2px 5px #212121;
}
.smartgame .orange_btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9c22+0,ef8106+100 */
    background: #fe9c22; /* Old browsers */
    background: -moz-linear-gradient(top,  #fe9c22 0%, #ef8106 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fe9c22 0%,#ef8106 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fe9c22 0%,#ef8106 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9c22', endColorstr='#ef8106',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    box-shadow: 0px 1px 10px 0px #292929;
    margin-top: 20px;
}
.smartgame .p_title{
    margin-top: 85px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-right: 140px;
    display: inline-block;
    color: #fff;
    float: right;
}
.smart_table_title{
	color: #000;
	font-size: 32px;
	font-weight: bold;
	margin-top: 40px;
    line-height: 1.1;
}
.smartgame .bg_arrow{
    margin-top: -40px;
    width: 150px;
}
.smartgame .bg_arrow.right{
	transform: scale(-1, 1);
}
.smartgame .table_container{
    width: 85%;
    margin: 0 auto;
    margin-top: 80px;
}
.smartgame .table_container table{
    margin: 0 auto;
}

.smartgame .table_topline{
    /*height: 40px;*/
    background: #000;
    margin-top: 25px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#361f62+0,6d2060+100 */
	background: #361f62; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #361f62 0%, #6d2060 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #361f62 0%,#6d2060 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #361f62 0%,#6d2060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#361f62', endColorstr='#6d2060',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}
.smartgame .table td,
.smartgame .table th{
    border: 1px solid #B7B7B7;
    text-align: center;
    position: relative;
    color: #028EB7;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.smartgame .table th{
	text-transform: uppercase;
	color: #B7B7B7;
	font-size: 16px;
	padding: 8px 5px;
}
.smartgame .filters{
	display: none;
}
.smartgame .table tbody tr.star_0 td:first-child:before{
    content: '';
    background-image: url(../images/smartgame/star.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    position: absolute;
    left: -25px;
    top: 0px;
}
.smartgame .table tbody tr.star_1 td:first-child:before{
    content: '';
    background-image: url(../images/smartgame/star.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    position: absolute;
    left: -18px;
}
.smartgame .table tbody tr.star_2 td:first-child:before{
    content: '';
    background-image: url(../images/smartgame/star.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 25px;
    position: absolute;
    left: -13px;
}
.smartgame .table td.name_cell{
	text-align: left; 
	padding: 15px 10px; 
	font-size: 15px;
    text-transform: uppercase;
}
.smartgame .table td.name_cell img{
	margin-right: 7px;
}
.smartgame .text_orange{
    color: #FF930F;
}

.smartgame .table tr.current{
    background: #FFF200;
}

.smartgame .vk_link{
    background-image: url(../images/smartgame/vk_icon.png);
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -22px;
    top: 20px;
}


.smartgame ul.yiiPager .page a {
    font-weight: normal;
    font-size: 15px;
    color: #F3870D;
    border-color: #F3870D;
    border-radius: 3px;
    padding: 8px;
}
.smartgame ul.yiiPager li {
    font-size: 15px;
}

.smartgame .pager-container{
    margin: 20px;
    text-align: center;
}

.smartgame ul.yiiPager .selected a {
    background: #F3870D;
    color: #FFFFFF;
    font-weight: bold;
    border-color: #D44A2A;
}

.smartgame ul.yiiPager a{
    border: solid 1px #f3870d;
    font-weight: bold;
    color: #f3870d;
    padding: 8px;
    text-decoration: none;
    border-radius: 3px;
}
.smartgame ul.yiiPager .first, 
.smartgame ul.yiiPager .last {
    display: inline;
}


/*.thankpage{
    background-image: url(../images/smartgame/orange_bg.jpg);
    background-repeat: repeat;
    width: 100%;
    font-family: 'Roboto Slab', serif;
    color: #231b1b;
}
.thankpage .logo_part{
    background-image: url(../images/smartgame/smartgame_logo.png);
    background-repeat: no-repeat;
    height: 80px;
    background-size: contain;
    margin-left: 68px;
    margin-top: 28px;
    width: 310px;
    margin: 0 auto;
    margin-top: 80px;
}
.thankpage h1{
    font-size: 58px;
}
.thankpage h2{
    font-size: 44px;
}
.thankpage h3{
    font-size: 32px;
}
.thankpage h2,
.thankpage h3{
    font-weight: normal;
}
.thankpage .social_part{
    background: #fff;
    margin-top: 30px;
    padding: 30px;
}
.thankpage .social_part a{
    display: inline-block;
    margin: 20px
}
.thankpage .social_part img{
    height: 120px;
}
.thankpage footer{
    height: 300px
}*/