html {
  background-color: #ffffff;
}

head {


}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px/24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #d5dee3;
  background: #ffffff url('../img/bg.jpg') no-repeat;
   -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

*:focus {
  outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

a {
  color: #06c;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color:#09f;
}

input, select{
	color: #000;
}

label {
  font-weight: normal;
}

small,
.small {
  font-size: 13px;
}

.text-white{
	color: #FFF;
}

.text-black{
	color: #000;
}

/*.text-orange, 
.text-orange a{
	color: #f2d511;
}

a.text-orange:hover,
a.text-orange:focus{
	color: #FFEE7B;.top-marquee
}*/

.text-light{
	font-weight: 100;
}

.text-center{
	text-align: center;
}

.tables{
	width:100%;
}
.tables td{
	padding:10px;
}
hr{
	background-color: #2A6CA6;
	border-color: #2A6CA6;
}

ul{
	padding-left: 20px;
}


/* =============================================== */

.line-top {
    width: 100%;
    height: 1px;
    background: #dddddd;
    left: 0;
}

#moveinfo{
	background: #F79320;
	/*color: #000;*/
}

#headerbar {
	padding:5px;
     z-index: 1;
	 background: url('../img/headerbar.jpg') no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
  
}

#headermenu {
	height: 69px;
}

#headermenu ul{
	text-align: center;
	margin-bottom: 0;
}

#headermenu ul li{
	display: block;
	position: relative;
	float: left;
	text-transform: uppercase;
	color: #fff;
	width: 113px;
	padding-top: 8px;
	height: 70px;
	border-left: 1px solid transparent;
	border-right: 1px solid #214A63;
}

#headermenu ul li:first-child{
	border-left: 1px solid transparent;
	border-right: 1px solid #214A63;
}

#headermenu ul li:last-child {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

#headermenu ul li a{
	height: 75px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	color: #31c4d4 ;
}

#profilemenuwrapper{
	position: relative;
    z-index: 0;
    background: none;
    height: 75px;
}

.inner-menu{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.inner-menu span{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#topData{
	//background: #0c0c0c;
	//border: 1px solid #222;
	//border-radius: 8px;
	//box-shadow: 0 0 10px rgba(0,0,0,1) inset;
}

#topData ul{
	list-style: none;
}

#topData ul li{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-right: 15px;
	
}

#topData ul li{
	background: transparent url("data:image/gif;base64,R0lGODlhAwABAIAAAAUrSAAAACwAAAAAAwABAAACAgRSADs=") no-repeat scroll 100% 100% / 0.2rem 100%;
}

#topData ul li:last-child{
	
}

#topData i{
	color: #f2d511;
}

#topData span{
	color: #FFF;
	margin-left: 8px;
	font-size: 16px;
}

#topInfo{
	padding: 4px 10px;
	background: #FFA302;
	color: #3f1a03;
}

#topInfo i{
	color: #3f1a03;
	margin-right: 5px;
}

#topLogin{
	margin-top: 10px;
}

#topLogin .input-group{
	border: 0px;
}

#topLogin .input-group-addon,
#topLogin input{
	width: 155px;
}

#topLogin .input-group-addon i{
	color: #f2d511;
}

#topCaptcha{
	width: 88px;
}

.bank-status-container{
	background: url('../img/bank-container.html') no-repeat;
	height: 60px;
	padding: 6px 0 5px 30px;
	margin-bottom: 15px;
	float: left;
	width: 300px;
}

.bank-logo{
	//height: 30px;
}

.bank-online{
	height: 20px;
}

.bank-wrapper{
	padding: 0px 10px 5px;
    float: left;
    margin-right: 10px;
}

.bank-panel.right {
    top: 19%;
    right: 0px;
    float: right !important;
}

.bank-panel {
    display: block;
    position: fixed;
    z-index: 99;
}

.bank-panel ul{
	list-style: none;
	text-decoration: none;
}

.bank-panel .panel-black {
    display: block;
    position: relative;
    background-color: #172633;
    width: 110px;
    border: 1px solid #0d8ac9;
    border-right: 0px;
    border-radius: 10px 0px 0px 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 5px 10px 20px;
}

.gamesection{
	background: #0c0c0e;
	margin: 0;
}

.gamesection .col-lg-6.bar{
	border-right: 1px solid #2b2b2b;
}

.infogame{
    text-align: center;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    color: #111;
    border-radius: 3px;
    margin: 0 auto;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.infodetail{
	margin-right: 20px;
	display: inline-block;
}

.infodetail.right{
	float: right;
}

.infogame small{
	font-size: 12px;
}

.top-marquee{
	float: left;
    margin-top: -24px;
    margin-left: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #31c4d4;
}

.span-market a{
	font-size: 16px!important;
	font-weight: bold;
	color: #06c;
	border-color: #ed2b45!important;
}

.span-result{
    background: linear-gradient(to bottom, #02a5b6 0%, #0e6d5c 100%);
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    width: 30px;
    padding: 0;
}

.header-tab{
	background: #F8931D;
	border-top: 1px solid #214A63;
    margin: 0;
    padding: 15px 20px 0px;
    color: #FFF;
    height: 60px;
    text-align: center;
}

.content-tab{
	display: inline-block;
}

.table_data.text-left{
	text-align: left;
}

.table_data.text-left td{
	padding-left: 10px;
}

.table_data input{
	border: 1px solid #2A6CA6;
	height: 26px;
}

.table_data .input-group{
	border: 1px solid #2A6CA6;
	width: 114px;
	margin: 0 auto;
}

.table_data .input-group .input-group-addon{
	padding: 6px 6px;
}

.table_data .input-group .input-group-addon,
.table_data .input-group input{
	border: none;
	border-radius: 0px;
}

.table_data .input-group input{
	width: 80px;
}

.table_data .table_body tr th{
	border-right: 1px solid #2A6CA6;
	background: #2B414F;
	color: #FFF;
}

.table_data .table_body tr td{
	border-right: 1px solid #2A6CA6;
}

.table_data .table_body tr td:last-child{
	border-right: 0px;
}

#login-helpers{
	padding-top: 1px;
}

@media (max-width: 768px){
	#login-helpers{
		margin: 0;
	}
}

.pseudo-link {
    color: #f2d511;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.pseudo-link span{
	border-bottom: 1px solid #214A63;
}

.pseudo-link:hover {
	color:#FFF;
}

.navbar-collapse{
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
}

.navbar-nav{
	margin: 7.5px 0;
}

@media (min-width: 768px){
	.navbar-collapse{
		padding-right: 0px;
	}

	.navbar-nav{
		margin: 0;
	}
}

#headmenu{
	border: 0px;
}

.btn-market{
	background: #4460ae;
    color: #FFF;
    border: 2px solid #0d8ac9;
    border-radius: 4px;
    margin: 10px 30px 10px 10px;
    padding: 11px 20px 11px 40px;
    font-size: 21px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

.btn-game{
	background: #4460ae;
    color: #FFF;
    border: 2px solid #0d8ac9;
    border-radius: 4px;
    margin: 10px;
    padding: 11px 20px 11px 40px;
    font-size: 21px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

.btn-market:hover, .btn-game:hover,
.btn-market:focus, .btn-game:focus{
	background: #214A63;
	transition: all 0.3s;
	color: #FFF;
}

.infopasaran{
	padding: 15px 20px;
    background: #a2051a;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    font-size: 16px;
    border-radius: 4px;
}

ul#market-menu, ul#game-menu{
	margin-top: -10px;
}

.navbar-toggle{
	border-color: #285f8f!important;
}

.navbar-toggle:hover,
.navbar-toggle:focus{
	background-color: #08243C!important;
}

#header{

}

#navigation{
	background: url('../img/standard-bg1.html') repeat-x;
	border: 0;
	border-radius: 0;
	margin: 0;
}

/*#navigation::before{
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 0 0 90px 40px;
}*/


#navigation .container-fluid{
	padding-left: 5px;
	padding-right: 5px;
}

#navigation li.active{
	background: url("../img/icon-active1.png") no-repeat 0 50%;
}

#navigation li a{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	background: transparent;
	padding-left: 22px;
	padding-right: 22px;
}

#navigation li.active a::after{
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #FF6E19;
}

#navigation li a:hover,
#navigation li:last-child a:hover{
	background: url("../img/icon-active1.png") no-repeat 0 50%;
}

#navigation li:last-child a{
	background: transparent;
}

#navigation li a i{
	color: #f2d511;
}

h1#logo{
	margin-top: 3px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
}

#footer-logo{
	margin: 0 auto;
	display: block;
}

#section{
}

#hero-container{
	height: 250px;
}

@media (max-width: 768px){
	#hero-container{
		height: 450px;
	}
}

.promo{
	margin: 0 auto;
	display: block;
}

a.join-now{
	background: url("../img/button-join.png") no-repeat 0 0;
	width: 231px;
	height: 105px;
	display: block;
	font: 0px/0 a;
	transition: opacity 0.3s ease 0s;
	margin: 0 auto;
}

a.join-now:hover{
	background-position: bottom;
}

#step{
	margin: 0 auto;
	width: 988px;
}

#content.no{
	background: transparent;
	border: none;
}

#content{
	background: #fff;
	border:dotted 1px #333333;
	color: #000;
}

.content-lg{
	font-size: 17px;
	overflow: auto;
}

#footer{
	padding: 10px 0;
    color: #fff;
    background: #000;
    margin-top: 50px;
}

#footer h4{
	padding-bottom: 20px;
	border-bottom: 1px solid #69b0e7;
}

#footer p{
	font-size: 12px;
}

#footer a {
	color: #fff;
	transition: all 0.3s;
}

#footer a:focus,#footer a:hover{
	color: #69b0e7;
	background-color: transparent;
	text-decoration: underline;
}

#footer-nav{
	//background: #0c0c0c;
	//border: 1px solid #222;
	//border-radius: 8px;
	//box-shadow: 0 0 10px rgba(0,0,0,1) inset;
}

#footer-nav.nav li{
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

#footer-nav.nav li a{
	padding: 0 5px;
	color: #fff;
	transition: all 0.3s;
}

#footer-nav.nav li a:hover{
	color: #69b0e7;
}

#footer-bottom{
	padding: 15px 0;
    border-top: 5px solid #00272a;
    color: #707579;
}


#topLogin .form-control{
	height: 25px;
	border-radius: 2px;
}

.register-form .form-control{
    border-radius: 0;
    box-shadow: none;
}

.hr.default-color {
    border-top-color: #69b0e7;
}

	.btn-next {
		position: relative;
		padding: 12px 30px 10px;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 2px solid;
		border-right: none;
		border-radius: 0;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.btn-next:before,
	.btn-next:after {
		position: absolute;
		right: -11px;
		display: block;
		height: 30px;
		border-left: 2px solid;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.btn-next:before {
		top: -5px;
		-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

	.btn-next:after {
		bottom: -5px;
		-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	.btn-next.btn-xs {
		padding: 8px 20px 6px;
		font-size: 11px;
	}

	.btn-next.btn-xs:before,
	.btn-next.btn-xs:after {
		position: absolute;
		right: -9.5px;
		display: block;
		height: 24px;
	}

	.btn-next i {
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 19px;
		margin-top: -10px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-next:hover i {
	    right: 0px;
	}

	.btn-next,
	.btn-next:hover,
	.btn-next:focus,
	.btn-next:active,
	.btn-next:active:hover,
	.btn-next:active:focus {
		outline: 0 !important;
		box-shadow: none;
		background-color: transparent;
	}

	.btn-next {
		border-color: #69b0e7;
		color: #69b0e7;
	}

	.btn-next:before,
	.btn-next:after {
		border-color: #69b0e7;
	}
	
	.btn-next:hover {
		border-color: #22272c;
		color: #22272c;
	}

	.btn-next:hover:before,
	.btn-next:hover:after {
		border-color: #22272c;
	}

.myButton{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border: 1px solid #ffaa22;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	color: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
	text-shadow: 0px 1px 0px #ffee66;
	vertical-align: top;
	display:inline-block;
	cursor:pointer;
	padding:2px 23px;
	font-weight: bold;
	font-size: 16px;
}

.myButton:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color: #ffab23;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
}

.myButton:active, {
	position:relative;
	top:1px;
}

.myButton:focus{
 
}

.myButton.big{
	border-radius: 0;
	margin: 15px 0 0 40px;
	height: 40px;
	padding: 8px 20px;
	font-size: 18px;
}

#loginButton{
	height: 26px;
}

.btn-square{
	position: relative;
	padding: 5px 10px;
	margin-right: 20px;
	color: #FFF;
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 12px;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

.btn-square:hover, .btn-square:focus{
	color: #f2d511;
	border-color: #f2d511;
}

/*.gamesection > .col-lg-6::before{
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #0096da;
    border-width: 0 0 78px 40px;
}*/

.bigButton{
	width: 100%;
	height: 40px;
}

.result-content{
	padding: 0 20px 10px;
	margin-bottom: 30px;
	border: 1px solid #0d4676;
	background: linear-gradient(to bottom,#000 25%,#0d4676 100%);
  	min-height: 270px;
}

.result-content h3.title{
	color: #f2d511;
	margin-bottom: 5px;
	text-align: center;
}

.content-header-bar{
	padding: 5px 15px 25px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
	background: #f5fafc;
	border-bottom: 1px solid #D0E9F3;
}

.content-header-bar h3{
	color: #22272c;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 600;
}

.content-header-bar:after {
    display: block;
    width: 30px;
    border-bottom: 2px solid #22272c;
    content: "";
    margin: 0 auto;
}

.content-header-bar i{
	color: #f2d511;
	font-size: 17px;
}

span.result-number{
	color:#a34106;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7cf2e), color-stop(1, #faa20a));
	background:-moz-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:-webkit-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:-o-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:-ms-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:linear-gradient(to bottom, #f7cf2e 5%, #faa20a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cf2e', endColorstr='#faa20a',GradientType=0);
	background-color:#f7cf2e;
	border-radius: 100px;
	padding: 8px 15px;
	margin: 5px 5px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: bold;
	font-size: 20px;
	-moz-box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,1);
	box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,1);
}

.notif{
	color:#a34106;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7cf2e), color-stop(1, #faa20a));
	background:-moz-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:-webkit-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:-o-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:-ms-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	background:linear-gradient(to bottom, #f7cf2e 5%, #faa20a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cf2e', endColorstr='#faa20a',GradientType=0);
	background-color:#f7cf2e;	
	border-radius: 100px;
	padding: 0px 6px;
	margin: -17px 0px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	-moz-box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,1);
	box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,1);
}

.glow-bg {
  border-bottom: 1px solid #69b0e7;
  list-style: none;
  padding-bottom: 18px;
  line-height: 1.3;
}

/*.text-orange{
	color: #f2d511;
}*/

.text-color{
	color: #09f;
}

.modal-content{
    background: #0c0c0e;
    color: #fff;
    border-radius: 0;
    border: 0
}

.modal-header{
	background: url("../img/header-bar.html") no-repeat top center;
	color: #fff;
}

.modal-header:after{
    display: block;
    width: 30px;
    border-bottom: 2px solid #ffd800;
    content: "";
    margin: 0 auto;
}
 
.modal-header,
.modal-footer{
	border: 0;
}

.modal-header .close{
	color: #ffd800;
}

.modal-title{
	text-align: center;
	text-transform: uppercase;
}



.nav-tabs.tabmail>li{
	width: 45%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.market-menu-container{
  	min-height: 50px;
  	margin-bottom: 15px;
  	background: #2B414F;
}

ul.market-menu:before,
ul.game-menu:before{
	display: table;
	content: " ";
}

ul.market-menu{
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
}

ul.market-menu li{
	float: left;
	position: relative;
	display: block;
}

ul.market-menu li a{
	color: #FFF;
	padding: 10px 20px;
	font-size: 13px;
	display: block;
}

ul.market-menu li.active{
	background: #FFC527;
}

ul.market-menu li a:hover{
	background: #FFC527;
}

ul.game-menu{
	list-style: none;
	display: inline-block;
	padding: 0;
	width: 100%;
	background: #FFF;
	margin-bottom: 10px;
}

ul.game-menu li{
	float: left;
	margin-right: 10px;
	padding: 10px 12px;
}

ul.game-menu li.active{
	background-color:#09f;
	display:inline-block;
	cursor:pointer;
	font-weight: bold;
}

ul.game-menu li a{

}

ul.game-menu li.active a{
	color:#fff;
}

.list-group-item{
	border: 1px solid #69b0e7;
}

.list-group-item:first-child,
.list-group-item:last-child{
	border-radius: 0;
}

.list-group-item > a{
	color: #000;
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
}

.list-group-item > a:hover{
	background: #EEE;
	text-decoration: none;
}

.list-group-item .label{
	border: 1px solid #2C89D9;
	color: #000;
	padding-bottom: 1px;
}

.text-content{
	border-top: 1px solid #091C2C;
	padding: 30px 0 30px 20px;
}

.table_sm{
	min-width: 360px;
}

.table_lg{
	min-width: 720px;
}

.table_xl{
	min-width: 1024px;
}

.table_md{
	min-width: 480px;
}

table.table_data,
table.jtable{
	width: 100%;
	text-align: center;
    background: #172633;
}

table.table_data thead,
table.jtable thead{
	color: #fff;
}

table.table_data thead tr,
table.jtable thead tr{
	border-bottom: none;
	height: 40px;
}

table.table_data tr,
table.jtable tr{
	height: 45px;
	
}

table.table_data th,
table.table_data thead th,
table.jtable th,
table.jtable thead th{
	text-align: center!important;
}

table.table_data td,
table.jtable td{
	height: 30px;
	font-size: 14px
}

table.table_data.table-striped > tbody > tr:nth-of-type(odd),
table.jtable > tbody > tr:nth-of-type(odd){
	background: #f0f0f0;
}

table.table_data.table-striped > tbody > tr:nth-of-type(even),
table.jtable > tbody > tr:nth-of-type(even){
	background: #fff;  
}

table.table_data td a,
table.jtable td a{
	font-size: 14px;
}

table.table_data tfoot tr,
table.jtable tfoot tr{
	background: #2B414F;
	color: #FFF;
}

div.jtable-main-container div.jtable-title div.jtable-title-text{
	font-weight: 100!important;
	margin-bottom: 5px;
}

input.form-control{
	background: url('../img/search-input-bg.png') repeat-x;
	border-radius: 2px;
}

input.singlebox{
	width: 40px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

input.twobox{
	width: 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

input.threebox{
	width: 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

input.fourbox{
	width: 60px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

input.fivebox{
	width: 70px;
	text-align: center;
}

input.tenbox{
	width: 120px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.bg-white{
	background: #FFF;
}
/* =============================================== */

.b-l-2x {
  border-left-width: 2px;
}

.b-l-3x {
  border-left-width: 3px;
}

.b-l-4x {
  border-left-width: 4px;
}

.b-l-5x {
  border-left-width: 5px;
}

.b-2x {
  border-width: 2px;
}

.b-3x {
  border-width: 3px;
}

.b-4x {
  border-width: 4px;
}

.b-5x {
  border-width: 5px;
}

.r {
  border-radius: 2px 2px 2px 2px;
}

.r-2x {
  border-radius: 4px;
}

.r-3x {
  border-radius: 6px;
}

.r-l {
  border-radius: 2px 0 0 2px;
}

.r-r {
  border-radius: 0 2px 2px 0;
}

.r-t {
  border-radius: 2px 2px 0 0;
}

.r-b {
  border-radius: 0 0 2px 2px;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-l-n-xxl {
  margin-left: -50px;
}

.m-t-none {
  margin-top: 0 !important;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-t-n-xxl {
  margin-top: -50px;
}

.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-xxl {
  margin-right: 50px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-r-n-xxl {
  margin-right: -50px;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.m-b-n-xxl {
  margin-bottom: -50px;
}

.p-xxs {
  padding: 2px 4px;
}

.p-xs {
  padding: 5px;
}

.p-sm {
  padding: 10px;
}

.p {
  padding: 15px;
}

.p-md {
  padding: 20px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 50px;
}

.p-n {
  padding: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-l {
  padding-left: 15px;
}

.p-l-md {
  padding-left: 20px;
}

.p-l-lg {
  padding-left: 30px;
}

.p-l-xl {
  padding-left: 40px;
}

.p-l-xxl {
  padding-left: 50px;
}

.p-l-n-xxs {
  padding-left: -1px;
}

.p-l-n-xs {
  padding-left: -5px;
}

.p-l-n-sm {
  padding-left: -10px;
}

.p-l-n {
  padding-left: -15px;
}

.p-l-n-md {
  padding-left: -20px;
}

.p-l-n-lg {
  padding-left: -30px;
}

.p-l-n-xl {
  padding-left: -40px;
}

.p-l-n-xxl {
  padding-left: -50px;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-t-xxs {
  padding-top: 1px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t {
  padding-top: 15px;
}

.p-t-md {
  padding-top: 20px;
}

.p-t-lg {
  padding-top: 30px;
}

.p-t-xl {
  padding-top: 40px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-t-n-xxs {
  padding-top: -1px;
}

.p-t-n-xs {
  padding-top: -5px;
}

.p-t-n-sm {
  padding-top: -10px;
}

.p-t-n {
  padding-top: -15px;
}

.p-t-n-md {
  padding-top: -20px;
}

.p-t-n-lg {
  padding-top: -30px;
}

.p-t-n-xl {
  padding-top: -40px;
}

.p-t-n-xxl {
  padding-top: -50px;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-r-xxs {
  padding-right: 1px;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 10px;
}

.p-r {
  padding-right: 15px;
}

.p-r-md {
  padding-right: 20px;
}

.p-r-lg {
  padding-right: 30px;
}

.p-r-xl {
  padding-right: 40px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-r-n-xxs {
  padding-right: -1px;
}

.p-r-n-xs {
  padding-right: -5px;
}

.p-r-n-sm {
  padding-right: -10px;
}

.p-r-n {
  padding-right: -15px;
}

.p-r-n-md {
  padding-right: -20px;
}

.p-r-n-lg {
  padding-right: -30px;
}

.p-r-n-xl {
  padding-right: -40px;
}

.p-r-n-xxl {
  padding-right: -50px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-b-xxs {
  padding-bottom: 1px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b {
  padding-bottom: 15px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-b-xl {
  padding-bottom: 40px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.p-b-n-xxs {
  padding-bottom: -1px;
}

.p-b-n-xs {
  padding-bottom: -5px;
}

.p-b-n-sm {
  padding-bottom: -10px;
}

.p-b-n {
  padding-bottom: -15px;
}

.p-b-n-md {
  padding-bottom: -20px;
}

.p-b-n-lg {
  padding-bottom: -30px;
}

.p-b-n-xl {
  padding-bottom: -40px;
}

.p-b-n-xxl {
  padding-bottom: -50px;
}

.r-none {
	border-radius: 0px;
}

.r {
  border-radius: 2px 2px 2px 2px;
}

.r-2x {
  border-radius: 4px;
}

.r-3x {
  border-radius: 6px;
}

.r-l {
  border-radius: 2px 0 0 2px;
}

.r-r {
  border-radius: 0 2px 2px 0;
}

.r-t {
  border-radius: 2px 2px 0 0;
}

.r-b {
  border-radius: 0 0 2px 2px;
}

.b-none {
	border: none!important;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
  border: 1px solid #dee5e7;
}

.b-t {
  border-top: 1px solid #dee5e7;
}

.b-r {
  border-right: 1px solid #dee5e7;
}

.b-b {
  border-bottom: 1px solid #dee5e7;
}

.b-l {
  border-left: 1px solid #dee5e7;
}

.b-grey{
	border-color: #404447;
}

.w-1x {
  width: 1em!important;
}

.w-2x {
  width: 2em!important;
}

.w-3x {
  width: 3em!important;
}

.w-xxs {
  width: 60px!important;
}

.w-xs {
  width: 90px!important;
}

.w-sm {
  width: 150px!important;
}

.w {
  width: 200px!important;
}

.w-md {
  width: 240px!important;
}

.w-lg {
  width: 280px!important;
}

.w-xl {
  width: 320px!important;
}

.w-xxl {
  width: 360px!important;
}

.w-full {
  width: 100%!important;
}

.w-auto {
  width: auto!important;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.pull-none {
	float: none !important;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

.clear {
  display: block;
  overflow: hidden;
}

.container{
	width: 1170px!important;
}

.b-r-none{
	border-radius: 2px 0 0 2px!important;
}