@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300);
body{
	margin:0px;
	padding:0px;
	font-weight: 300;
	font-family: 'Roboto', segoe ui, san-serif, arial;
	background: url(/img/bg-light.png);
	line-height: 1.8;
	/*width:1040px;*/
	min-width:1040px;
	margin:0 auto
}
b {
    font-weight: 500;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
.content {
	width: calc(1200px);
	background:#fff;
	
	text-align:center;
	margin:0 auto;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
	box-sizing: border-box;
	min-height: 87%;
}
.l_r {
	width: 237px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    float: left;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-sizing: border-box;
}
.r_r {
	width: 237px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    float: right;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-sizing: border-box;
}
.top_menu {
    background: #3f51b5;
    color: #fff;
    width: 100%;
	
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    position: relative;
}
.top_menuu{
	width: avto;
   
 margin: 0 auto;
}
.top_menu div span {
    padding: 15px 10px;
    display: inline-block;
}
.top_menu div a {
	color:#fff;
	transition: background 0.2s;
    text-decoration: none;
    padding: 18px 10px;
    display: inline-block;
}
.top_menu div a:hover {
	background: #3949A3;
}
.inp {
	text-align: center;
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 3px #ddd;
    outline: none;
}
.form-control {
	color: rgba(0,0,0,.84);
	border: 0;
    background-image: linear-gradient(#009688,#009688),linear-gradient(#d2d2d2,#d2d2d2);
    background-size: 0 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
	padding: 0;
    float: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-sizing: border-box;
}
.inp:focus {
	border: 1px solid #AA9FE6;
}
.btn {
	outline: none;
	background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    color: #0000EE;
    transition: 0.2s;
    font-weight: 300;
    font-family: 'Roboto', segoe ui, san-serif, arial;
    font-size: 13px;
	cursor:pointer;
}
.btn:hover {
    background-color: #82BDFF;
    border: 1px solid transparent;
    color: #fff;
}

.cssload-container {
	width: 100%;
	height: 49px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 3px solid #170B79;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 500ms infinite linear;
		-o-animation: cssload-spin 500ms infinite linear;
		-ms-animation: cssload-spin 500ms infinite linear;
		-webkit-animation: cssload-spin 500ms infinite linear;
		-moz-animation: cssload-spin 500ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
.error {
	background: #EA9393;
    border: 1px solid #CE5757;
    display: inline-block;
    padding: 4px 20px;
}
.success {
    background: #fff;
    border: 2px solid #CCDEDA;
    display: inline-block;
    padding: 4px 20px;
}
#loader {
	display:none;
	position:fixed;
	top:10px;
	right:10px;
	text-align: center;
	margin-top: 20px;
	z-index:1;
}
table tr td, table tr th {
    
	text-align:center;
}
.tb {
	margin: 0 auto;
	background: #fff;
	margin-bottom: 1.25em;
	border: solid 1px #000;
}
.ftr {
	border-top: 1px solid #CCC;
    background: #F0F0F0;
    margin-top: 10px;
    padding: 5px 15px;
}
h1 {
text-align: center;
font-size: 20px;
color: #3d7098;
}

p {
display: block;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0px 18px;
}
.linkslot-h{
    display: block;
    padding: 10px;
    width: 1024px;
    margin: auto;
}
.linkslot-h-l{
    margin-right: 5px;
    width: 500px;
    display: inline;
}
.linkslot-h-r{
margin-right: 5px;
    width: 500px;
    display: inline;
}
.linkslot-f{
	display: block;
    padding: 10px;
    width: 990px;
    margin: auto;
}
.linkslot-f-nambe{
    margin-right: 5px;
    width: 500px;
    display: inline;
}
.balance_payed{
    border-radius: 9px;
    float: right;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 10px 10px!important;
    margin: 5px 0px;
    width: auto;
    background: rgb(65, 187, 43);
	margin-top: 8px;
}
.balance_balance{
    
    padding: 0px!important;
    padding-left: 40px!important;
	margin-right: 10px;
}
.banner-bay{
	background-color: #f4f4f3;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #ececec;
	}