@CHARSET "UTF-8";
@keyframes expandHeight {
    0% {max-height:0;overflow:hidden;}
    100% {max-height:1000px;}
}
@keyframes blinkEEEEEE {
    0% {background:#fff;}
    50% {background:#EEEEEE;}
}
@keyframes opacityShow {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes hightlight-lineage {
	0% {
		transform: scale(2.5);
		text-shadow:0px 0px 20px #FF6E40;
	}
	20% {
		transform: scale(2.5);
		text-shadow:0px 0px 50px #FF6E40;
		color:#FF5722;
	}
	100% {
		transform: scale(1);
		text-shadow:0px 0px 0px #FF6E40;
	}
}
@keyframes background-shine{
	0% {
		
	}
	50% {
		-webkit-box-shadow: inset 0px 0px 80px 5px rgba(255,255,255,0.8);
		-moz-box-shadow: inset 0px 0px 80px 5px rgba(255,255,255,0.8);
		box-shadow: inset 0px 0px 80px 5px rgba(255,255,255,0.8);
	}
	100% {
	
	}
}
*{
	font-family:Verdana,Arial,"Microsoft Yahei","微软雅黑",STXihei,"华文细黑",sans-serif;
}
html,body{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#f8f8f8;
}
body{
	-webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    position:relative;
}
h1,h2,h3,h4,h5,h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *{
	color:#0D47A1;
}
p{
	padding:6px 0px;
	margin:0;
	line-height:1.5;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #f1f1f1 !important;
	opacity: 1 !important;
}
.clearfix{
	clear:both;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.text.currency,
input.currency{
	text-align:right;
}

.text.currency.negative,
input.currency.negative{
	color:#F44336 !important;
}

/* LOADING BAR */
#loading-bar .bar {
  background: #F44336;
}

/* Fancy blur effect */
#loading-bar .peg {
  -moz-box-shadow: #F44336 1px 0 6px 1px;
  -ms-box-shadow: #F44336 1px 0 6px 1px;
  -webkit-box-shadow: #F44336 1px 0 6px 1px;
  box-shadow: #F44336 1px 0 6px 1px;
}

#loading-bar-spinner .spinner-icon {
  border-top-color:  #F44336;
  border-left-color: #F44336;
}
.app-directive{
	display:block;
}
.app-header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:200;
	margin:0;
	padding:0;
	color:#777;
	background:#f1f1f1;
    box-shadow:0px 2px 5px rgba(0,0,0,0.3);
}
.app-header a{
	color:#777;
}
.app-header .app-header-inner{
	height:50px;
}
.app-header .app-header-inner .app-header-element{
	display:block;
	float:left;
}
.app-header .app-header-inner .app-header-inner-left{
	text-align:left;
}
.app-header .app-header-inner .app-header-inner-center{
	text-align:center;
}
.app-header .app-header-inner .app-header-inner-right{
	text-align:right;
}
.app-header .app-header-inner h1{
	margin:0;
	padding:0;
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:20px;
	vertical-align:middle;
}
.app-header .btn.btn-icon{
	padding:10px;
	background:transparent;
	color:#000;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	box-shadow:none;
}
.app-header .btn-icon .icon{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:24px;
}
.app-header .btn.btn-icon:hover{
	background:transparent;
	color:#286090;
	text-shadow: 0px 0px 8px #5C6BC0;
}
.app-header .btn.btn-icon.active{
	background:transparent;
	color:#03A9F4;
	text-shadow: 0px 0px 4px #0277BD;
	-webkit-box-shadow:none;
    box-shadow:none;
}
.app-header .btn.btn-icon.btn-count.active{
	text-shadow:none;
}
.app-header .btn.btn-icon.pd-btn-lineage{
	animation: hightlight-lineage 2s ease-in-out;
}
.app-header .btn.btn-icon.btn-count.pd-btn-lineage .text{
	background:#F44336;
	bottom: -3px;
    right: 3px;
    top: auto;
    font-weight: bold;
    font-size: 8px;
    border-color:#999;
}
.app-quicktools{
	position:fixed;
	bottom:0;
	left:0;
	z-index:190;
	padding:20px 20px 20px 200px;
	width:100%;
}
.app-quicktools-inner{
	text-align:right;
	position:relative;
}
.app-quicktools-inner .btn{
	float:right;
}
.app-quicktools-inner .btn-icon{
	border-radius:50px;
	color:#fff;
	background:#FBBC05;
	box-shadow:0px 4px 8px #aaa;
}
.app-nav{
	position:fixed;
	z-index:150;
	height:100%;
	-webkit-box-shadow: 3px 0px 5px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 0px 5px -3px rgba(0,0,0,0.3);
	box-shadow: 3px 0px 5px -3px rgba(0,0,0,0.3);
}
.app-nav .app-nav-inner{
	width:200px;
	height:100%;
	background:#f1f1f1;
	color:#000;
	overflow:auto;
	padding:0px 10px;
}
.app-nav .app-nav-inner nav{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.app-nav .app-nav-inner nav a{
	display:block;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	padding:10px 20px 10px 20px;
	font-size:12px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
nav .href-lv1{
	
}
nav > .nav-lv1:first-child a{
	
}
nav .nav-lv1{
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
nav .nav-lv2{
	
}
.app-nav .app-nav-inner nav .nav-lv2 a{
	color:#000;
}
.app-nav .app-nav-inner nav a:hover,
.app-nav .app-nav-inner nav > .nav-lv1 a:hover,
.app-nav .app-nav-inner nav > .nav-lv2 a:hover{
	background:#666;
	color:#fff;
}
nav .nav-lv1.expand{
	
}
nav .nav-lv1.expandable{
	border-top:1px solid #ccc;
}
nav .nav-lv1.expandable a.href-lv1,
nav .nav-lv1.expandable a.href-lv1:hover{
	color:#1A237E;
	font-weight:bold;
	margin-left:-10px;
	background:#f1f1f1;
	cursor:default;
}
nav .nav-lv1.expand a{
	color:#fff;
}
nav .nav-lv1.expand .nav-lv2{
	display:block;
	/* animation: expandHeight 0.3s ease-in-out; */
}
.app-nav .app-nav-inner nav a.href-lv1.active,
.app-nav .app-nav-inner nav a.href-lv2.active{
	background:#0D47A1;
	color:#fff;
}
.app-notification{
	position:fixed;
	z-index:0;
	height:100%;
	right:0;
	-webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    visibility:none;
    opacity:0;
    -webkit-transition: all 0.5s ease;  
	-moz-transition: all 0.5s ease;  
	-o-transition: all 0.5s ease;  
	transition: all 0.5s ease;
}
.app-notification.active{
	z-index:150;
	-webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    visibility:visible;
    opacity:1;
}
.app-notification .app-notification-inner{
	width:300px;
	height:100%;
	background:#f9f9f9;
	-webkit-box-shadow: -2px 0px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -2px 0px 3px 0px rgba(0,0,0,0.3);
	box-shadow: -2px 0px 3px 0px rgba(0,0,0,0.3);
	color:#000;
	overflow:auto;
	padding:10px;
}
.html-pd-notification .list-master{
	margin:6px -15px;
	padding:6px 6px;
	background:#fff;
	-webkit-transition: all 0.3s ease;  
	-moz-transition: all 0.3s ease;  
	-o-transition: all 0.3s ease;  
	transition: all 0.3s ease;
	max-height:100px;
	position:relative;
	border:1px solid #ddd;
	box-shadow:0 1px 2px 0 rgba(0,0,0,.26);
}
.html-pd-notification .list-master.unread{
	background:#0D47A1;
	color:#fff;
	-webkit-animation: background-shine 4s infinite ease-in-out;
	animation: background-shine 4s infinite ease-in-out;
}
.html-pd-notification .list-master:hover{
	background:#666;
	color:#fff;
	-moz-box-shadow:inset 0px 1px 1px -1px #0D47A1, inset 0px -2px 2px -2px #333;
	-webkit-box-shadow:inset 0px 1px 1px -1px #0D47A1, inset 0px -2px 2px -2px #333;
	box-shadow:inset 0px 1px 1px -1px #0D47A1, inset 0px -2px 2px -2px #333;
}
.html-pd-notification .list-master .list-master-title{
	font-size:13px;
	-webkit-transition: font-size 0.3s ease;  
	-moz-transition: font-size 0.3s ease;  
	-o-transition: font-size 0.3s ease;  
	transition: font-size 0.3s ease;
}
.html-pd-notification .list-master .list-master-date{
	font-size:11px;
	font-style:italic;
	text-align:right;
	-webkit-transition: font-size 0.3s ease;  
	-moz-transition: font-size 0.3s ease;  
	-o-transition: font-size 0.3s ease;  
	transition: font-size 0.3s ease;
}
.html-pd-notification .list-master.expand{
	height:auto;
	max-height:500vh;
	background:#0D47A1;
	color:#fff;
	box-shadow:none;
}
.html-pd-notification .list-master:hover .list-master-title,
.html-pd-notification .list-master.expand .list-master-title{
	font-size:105%;
}
.html-pd-notification .list-master .list-slave1{
	display:none;
	margin-top:6px;
	padding:10px 0px;
	font-size:13px;
	border-top:1px solid #ccf;
	-webkit-transition: all 0.3s ease;  
	-moz-transition: max-height 0.3s ease;  
	-o-transition: max-height 0.3s ease;  
	transition: max-height 0.3s ease;
	max-height:100px;
	color:#fff;
}
.html-pd-notification .list-master.expand .list-slave1{
	display:block;
	max-height:80vh;
	color:#fff;
}
.html-pd-notification .list-master.loading{
	max-height:120px;
}
.html-pd-notification .list-master.loading .list-slave1{
	display:none;
}
.html-pd-notification .list-master.loading{
	padding-bottom:60px;
}
@-webkit-keyframes loading-rotate360 { 
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@keyframes loading-rotate360 { 
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.html-pd-notification .list-master:after{
	content:' ';
	display:block;
	color:#fff;
	width:30px;
	height:30px;
	margin:10px auto 0px auto;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid rgba(0,0,0,0);
	border-radius:30px;
	-webkit-animation: loading-rotate360 1s infinite ease-in-out;
	animation: loading-rotate360 1s infinite ease-in-out;
	opacity:0;
	display:none;
}
.html-pd-notification .list-master.loading:after{
	display:block;
	opacity:1;
}
.html-pd-notification .list-master.loading:hover:after{
	border-bottom-color:rgba(0,0,0,0);
}
.app-view{
	padding-top:50px;
	position:relative;
}
.app-view .app-view-inner{
	position:relative;
}
.app-view .app-view-inner.app-view-centerize{
	text-align:center;
}
.form-input-control{
	margin: 0;
    padding: 0;
    position: relative;
}
.form-group .table-std{
	margin:0;
}
.form-group .table-std thead td{
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px;
	font-size:14px;
}
.form-group .form-control.ng-dirty.ng-invalid,
.ng-submitted .form-group .form-control.ng-invalid{
	border-color:#fb2222 !important;
}
.form-group .form-control.input-unified {
    background: #fff;
    border:1px solid #ccc;
    border-radius: 0px;
    outline:none;
    z-index:2;
}
.form-group .form-control.input-unified-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top:1px;
}
.form-group .form-control.input-unified:not(.input-unified-top):not(.input-unified-bottom){
	
}
.form-group .form-control.input-unified-bottom {
	border-top:1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.form-group .form-control.input-unified:focus{
	border-color:#0D47A1;
}
.form-group .form-control.input-unified:focus{
	z-index:3;
}
.form-input-control.form-input-control-unified.form-input-control-unified-3x .form-control.input-unified-bottom{
	top:-1px;
}
.input-group input,
.input-group select{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.form-input-control.form-input-control-unified.form-input-control-unified-lg .input-group-addon{
	min-width:90px;
}
.form-filter .input-group .input-group-addon{
	min-width:65px;
}
.form-filter .input-group .input-group-addon.clickable{
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in-out;  
	-moz-transition: all 0.2s ease-in-out;  
	-o-transition: all 0.2s ease-in-out;  
	transition: all 0.2s ease-in-out;
}
.form-filter .input-group .input-group-addon.clickable:hover{
	background:#F44336;
	color:#fff;
	border-color:#F44336;
}
.form-filter .input-group .input-group-addon-icon{
	min-width:0px;
	font-size:10px;
	padding:6px 10px;
}
.form-input-control.form-input-control-unified .input-group-unified-top input,
.form-input-control.form-input-control-unified .input-group-unified-top select,
.form-input-control.form-input-control-unified .input-group-unified-top md-datepicker,
.form-input-control.form-input-control-unified .input-group-unified-top .input-group-addon{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.form-input-control.form-input-control-unified .input-group-unified-bottom input,
.form-input-control.form-input-control-unified .input-group-unified-bottom select,
.form-input-control.form-input-control-unified .input-group-unified-bottom md-datepicker,
.form-input-control.form-input-control-unified .input-group-unified-bottom .input-group-addon{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.form-input-control.form-input-control-unified .input-group-unified {
    /*z-index:2;*/
}
.form-input-control.form-input-control-unified .input-group-unified-top{
	top:1px;
}
.form-input-control.form-input-control-unified .input-group-unified-bottom{
	
}
.form-input-control.form-input-control-unified.focus .input-group-unified{
	z-index:3;
}
.form-input-control ng-messages{
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0px;
	padding:0 0 5px 0;
	background:#f22;
	display:block;
	opacity:0;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-webkit-transition: bottom 0.2s ease;  
	-moz-transition: bottom 0.2s ease;  
	-o-transition: bottom 0.2s ease;  
	transition: bottom 0.2s ease;
}
.form-input-control.focus ng-messages.ng-active.active{
	bottom:25px;
	opacity:1;
	z-index:3;
}
.form-input-control .form-control,
.form-input-control .input-group-addon{
	position:relative;
	z-index:2;
}
.form-input-control.focus .form-control,
.form-input-control.focus .input-group-addon{
	z-index:4;
}
.form-input-control ng-messages ng-message{
	display:block;
	font-size:13px;
	line-height:18px;
	padding:6px 6px;
	vertical-align:middle;
	color:#fff;
}
.form-input-control.form-input-control-unified ng-messages{
	bottom:25px;
}
.form-input-control.form-input-control-unified.focus ng-messages.ng-active.active{
	bottom:55px;
}
.form-input-control.form-input-control-unified.form-input-control-unified-3x.focus ng-messages.ng-active.active{
	bottom:85px;
}
.form-input-control-textarea ng-messages{
	bottom:70px;
}
.form-input-control-textarea.focus ng-messages.ng-active.active{
	bottom:95px;
}
.form-input-bet-command textarea.form-control{
	height:40vh;
}
.form-group label{
	font-weight:400;
}
input,
.form-control,
input.form-control,
select.form-control,
textarea.form-control{
	border:1px solid #ccc;
	border-radius:4px;
	height:30px;
	font-size:13px;
	line-height:18px;
	padding:6px 6px;
	position:relative;
}
input,
.form-control,
input.form-control:focus,
select.form-control,
select.form-control:focus,
textarea.form-control:focus{
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus{
	border-color:#0D47A1;
	-moz-box-shadow:inset 0 0 2px #FFD180;
	-webkit-box-shadow:inset 0 0 2px #FFD180;
	box-shadow:inset 0 0 2px #FFD180;
}
textarea.form-control{
	height:100px;
	resize:none;
}
.checkbox input{
	height:auto;
}
.form-input-control.form-input-control-async{
	position:relative;
}
.form-input-control.form-input-control-async.loading:after{
	content:' ';
	position:absolute;
	z-index:10;
	bottom:6px;
	right:6px;
	display:block;
	color:#fff;
	width:16px;
	height:16px;
	margin:0px auto 0px auto;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #3949AB;
	border-bottom:2px solid #3949AB;
	border-radius:14px;
	-webkit-animation: loading-rotate360 0.6s infinite ease-in-out;
	animation: loading-rotate360 0.6s infinite ease-in-out;
}
.span-icon{
	padding:10px;
}
.span-icon .icon{
	font-size:13px;
	line-height:20px;
}
.btn{
	font-size:13px;
	position:relative;
	min-width:80px;
	margin-bottom:5px;
	padding:5px 10px;
	border-radius:0px;
	border:none;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.26);
}
.btn:active,
.btn:focus,
.btn:active:focus{
	outline:none;
	-webkit-box-shadow: inset 0 10px 10px rgba(0, 0, 0, .125);
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, .125);
}
.btn-default{
	background:#795548;
	border-bottom:1px solid #555;
	color:#fff;
}
.btn-primary{
	background:#0D47A1;
	border-bottom:1px solid #555;
	color:#fff;
}
.btn-icon{
	margin:0;
	padding:5px;
	line-height:1;
	border:none;
	min-width:0px;
	background:#0D47A1;
	color:#fff;
}
.btn-icon .icon{
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
}
.btn.btn-icontext{
	font-size:13px;
	line-height:18px;
	padding:6px 6px;
	position:relative;
}
.btn.btn-icontext .icon{
	font-size:15px;
	line-height:18px;
	padding:6px;
	width:30px;
	height:30px;
}
.btn.btn-icontext.loading .icon{
	
}
.btn-icon.loading:after,
.btn-icontext.loading:after{
	content:' ';
	display:block;
	position:absolute;
	top:6px;
	left:12px;
	width:32px;
	height:32px;
	background-color:#fff;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
.btn.btn-icontext.loading .icon{
	opacity:0;
}
.btn:hover,
.btn.btn-default:hover{
	background:#286090;
	color:#fff;
}
.btn.btn-primary:hover,
.btn.btn-icon:hover{
	background:#286090;
}
.btn-count{
	color:#795548;
}
.btn-count .text{
	position:absolute;
	font-size:10px;
	color:#fff;
	background:#FF9800;
	padding:3px;
	line-height:10px;
	border-radius:10px;
	min-width:20px;
	text-align:center;
	top:10px;
	right:5px;
}
.btn-group .btn{
	padding:10px 20px;
	font-size:15px;
	line-height:20px;
}
.btn-group > .btn{
	border-bottom:1px solid #444;
	color:#fff;
}
.btn-group > .btn:first-child{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-right:1px solid #f1f1f1;
}
.btn-group > .btn:last-child{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-left:1px solid #f1f1f1;
}
.btn-group > .btn:not(:first-child):not(:last-child){
	border-left:1px solid #f1f1f1;
}
.table-std{
	width:100%;
	border-collapse:collapse;
	margin:20px 0;
}
.table-std td{
	padding:6px 6px;
	font-size:13px;
	background:#fff;
}
.table-std td.nostyle{
	border:none;
	background:none;
}
.table-std td.bold{
	font-weight:bold;
}
.table-std td.control{
	padding:0;
	text-align:center;
}
.table-std td.control input,
.table-std td.control .form-control{
	border:1px solid #fff;
	border-radius:0px;
}
.table-std td.control select,
.table-std td.control select.form-control{
	border:1px solid #fff;
	border-radius:0px;
}
.table-std td.control .checkbox{
	margin:0;
}
.table-std td.control input:focus,
.table-std td.control .form-control:focus,
.table-std td.control select:focus,
.table-std td.control select.form-control:focus{
	border:1px solid #0D47A1;
}
.table-std td.operation,
.table-std td.center{
	text-align:center;
}
.table-std td.currency,
.table-std td.right{
	text-align:right;
}
.table-std td .btn-icon{
	padding:0;
	
}
.table-std td .btn-icon .icon{
	font-size:20px;
	line-height:20px;
	height:20px;
	width:20px;
}
.table-std thead td{
	background:#f1f1f1;
	color:#000;
	padding:10px 12px;
	border:1px solid #e0e0e0;
}
.table-std.table-sheet td.title{
	background:#f1f1f1;
	border-color:#e0e0e0;
	color:#000;
}
.table-std.table-sheet.table-sheet-2x td{
	width:50%;
}
.table-std.table-sheet.table-sheet-4x td{
	width:25%;
}
.table-std.table-sheet.table-sheet-8x td{
	width:12.5%;
}
.table-std.table-graph{
	
}
.table-std.table-graph td{
	border:1px solid #ccc;
}
.table-std.table-graph td.axis-x,
.table-std.table-graph td.axis-y,
.table-std.table-graph td.axis-group{
	border-color:#e0e0e0;
	background:#f1f1f1;
	color:#000;
}
.table-std.table-graph td.axis-group{
	vertical-align:middle;
	text-align:center;
	padding:6px 6px;
}
.table-std.table-graph td.graph-title{
	border:none;
	background:none;
	color:#0D47A1;
	text-align:left;
	font-size:18px;
}
.table-std.table-graph tr.total td{
	
}
.table-std.table-list tbody td{
	border-bottom:1px solid #ccc;
}
.table-std.table-list tbody tr,
.table-std.table-list tbody tr td{
	cursor:default;
}
.table-std.table-list tbody tr:nth-child(even) td{
	background:#f9f9f9;
}
.table-std.table-list tbody tr:hover td,
.table-std.table-list tbody tr:nth-child(even):hover td{
	background:#f9f9ff;
	color:#000;
}
.table-xls.table-xls-2 thead td{
	background:transparent;
	color:rgb(51,51,51);
}
.table-xls tbody td{
	border:1px solid #ccc;
}
.table-input thead td,
.table-input tbody td.control{
	border-color:#ccc;
}
.form-std{
	margin:20px 0px;
	padding:10px 10px;
}
.form-std h4{
	margin:0 0 10px 0;
	padding:10px 0px;
	border-bottom:1px solid #0D47A1;
}
.form-std.form-filter{
	border-bottom:1px solid #ccc;
}
.form-std.form-std-readonly input{
	background:transparent;
	border-color:transparent;
}
.table-std.table-bet tbody input.table-bet-betnumber{
	max-width:6em;
}
.table-std.table-bet tbody input,
.table-std.table-bet tbody select{
	font-size:110%;
}
.table-std.table-bet tbody input.table-bet-betamount{
	max-width:4em;
}
.table-std.table-bet tbody tr{
	
}
.table-std.table-bet thead tr td{
	border:1px solid #e0e0e0;
	background:#f1f1f1;
}
.table-std.table-bet tbody tr td{
	margin:0;
	padding:0;
	min-height:40px;
	border:1px solid #bdbdbd;
}
.table-std.table-bet thead tr td.index,
.table-std.table-bet tbody tr td.index{
	padding:0 6px;
	min-width:0px;
	width:auto;
	text-align:center;
}
.table-std.table-bet tbody tr td.index{
	border:1px solid #e0e0e0;
	background:#f1f1f1;
}
.table-std.table-bet tbody td.text{
	padding:0 6px;
	min-width:0px;
	width:auto;
	background:#f9f9f9;
	border-color:#eee;
}
.table-std.table-bet tbody td.operation{
	padding:0 6px;
	min-width:0px;
	width:auto;
}
.table-std.table-bet tbody td.operation .btn{
	margin-top:6px;
}
.table-std.table-bet tbody tr td .form-group{
	margin:0;
	padding:0;
}
.table-std.table-bet tbody .form-group input,
.table-std.table-bet tbody .form-group select{
	height:40px;
	min-height:40px;
	min-width:100%;
	border:none;
	outline:none;
}
.table-std.table-bet tbody .checkbox{
	margin:6px 0;
	text-align:center;
}
.table-std.table-bet tbody .checkbox input{
	height:auto;
	min-height:0px;
	min-width:0px;
}
.table-std.table-bet tbody tr td.invalid{
	border-color:#f22;
}
.table-std.table-bet tbody tr td ng-messages{
	position:fixed;
	width:100%;
	z-index:1;
	left:0;
	bottom:0px;
	padding:0 0 5px 200px;
	background:#f22;
	display:block;
	opacity:0;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	-webkit-transition: bottom 0.2s ease;  
	-moz-transition: bottom 0.2s ease;  
	-o-transition: bottom 0.2s ease;  
	transition: bottom 0.2s ease;
}
.table-std.table-bet tbody tr td ng-messages.ng-active.active{
	bottom:0px;
	opacity:1;
	z-index:3;
}
.table-std.table-bet tbody tr td ng-messages ng-message{
	
}
.result-std{
	margin:20px 0px;
	padding:0px;
}
.result-std .table-std{
	margin:0;
	padding:0;
}
.result-std .table-std td{
	
}
.result-std .result-filter{
	
}
.form-login{
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 30px;
	border: 2px solid #42A5F5;
	border-top: none;
	border-radius: 0px;
}
.form-login .form-login-additional-function{
	text-align:right;
	font-size:85%;
}
.form-login .form-control.input-unified{
	border-color:#8D6E63;
	height:40px;
	font-size:15px;
	line-height:20px;
	padding:10px 20px;
}
.form-login .form-input-control ng-messages ng-message{
	
}
.form-login .form-input-control.focus ng-messages.ng-active.active{
	bottom:35px;
}
.form-login .form-input-control.form-input-control-unified.focus ng-messages.ng-active.active{
	bottom:75px;
}
.form-login .form-input-control.form-input-control-unified.form-input-control-unified-3x.focus ng-messages.ng-active.active{
	bottom:85px;
}
.form-login h3{
	line-height:1.5;
	margin:0 0 20px 0;
}
.form-login input.form-control{
	text-align:center;
}
.form-login .btn{
	padding:6px 6px;
	line-height:20px;
	font-size:15px;
}
.app-view-backdrop{
	
}
.view-centurion{
	background:#4285f4;
	padding:20px 15px 300px 15px;
	color:#fff;
}
.view-centurion h1,
.view-centurion h2,
.view-centurion h3,
.view-centurion h4,
.view-centurion h5,
.view-centurion h6,
.view-centurion h1 *,
.view-centurion h2 *,
.view-centurion h3 *,
.view-centurion h4 *,
.view-centurion h5 *,
.view-centurion h6 *{
	color:#fff;
	margin:10px 0px;
	line-height:1.5;
}
.view-centurion .view-centurion-button{
	text-align:right;
}
.view-centurion .view-centurion-button .btn{
	color:#fff;
	font-size:15px;
	margin:5px 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition: all 0.3s ease;  
	-moz-transition: all 0.3s ease;  
	-o-transition: all 0.3s ease;  
	transition: all 0.3s ease;
}
.view-centurion .view-centurion-button .btn.active{
	background:#286090;
	color:#fff;
	cursor:default;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.26);
}
.app-view-inner.app-view-report .view-centurion{
	background:#00897B;
}
.app-view-inner.app-view-admin .view-centurion{
	background:#FF5722;
}
.view-legion{
	background:#fff;
	z-index:1;
	position:relative;
	top:-280px;
	padding:0;
	min-height:400px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.26);
}
.view-legion-inner{
	width:100%;
	overflow:auto;
}
.view-legion-messages .page-message{
	margin:10px 0 20px 0;
	font-size:15px;
}
.view-centurion .form-std.form-filter{
	border-bottom:none;
	margin:0;
	padding-bottom:0;
}
.app-nav-clock{
	background:#f1f1f1;
}
.app-nav-clock .row > div{
	padding:6px 6px;
	border-top:1px solid #ccc;
}
.app-nav-clock .row > div:first-child{
	
}
.app-widget-clock{
	padding:0px 10px;
}
.app-widget-clock .app-directive{
	padding:6px 0;
	font-size:13px;
	text-align:left;
}
.app-widget-clock p{
	padding-bottom:0px;
	font-size:12px;
	text-align:left;
	color:#1A237E;
	margin-left:-10px;
	font-weight:bold;
}
.app-widget-clock.app-widget-clock-lg  .app-directive,
.app-widget-clock.app-widget-clock-lg p{
	font-size:115%;
}
.d3-workable{
	position:relative;
	background:#f9f9f9;
	margin:15px 0px;
	border:1px solid #eee;
}
.d3-workable .d3-tooltip{
	position:absolute;
	z-index:1000;
	padding:6px 6px;
	background:#f9f9f9;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	font-size:11px;
}
.d3-workable .d3-tooltip p{
	margin:0;
	padding:3px 6px;
}
.d3-workable .node circle{
	fill: #fff;
	stroke:#fff;
	stroke-width: 3px;
}
.d3-workable svg{
	width:100% !important;
}
.d3-workable .node text {
	font: 12px sans-serif;
}

.d3-workable .link {
	fill: none;
	stroke: #ccc;
	stroke-width: 2px;
}
.well{
	margin:10px 0;
}
.well .well-action{
	clear:both;
}
.well .well-action .btn{
	float:right;
}
.well .well-content{
	clear:both;
}
.well .well-content textarea.well-content-placeholder{
	width:100%;
	min-height:50vh;
	background:transparent;
	border:none;
	outline:none;
	resize:none;
}
.form-bet textarea.form-control{
	font-weight:bold;
}
.app-include{
	
}
.app-include.std-include .app-include-buttonpanel{
	text-align:right;
	width:100%;
	padding:15px;
}
.app-include.std-include .app-include-buttonpanel.app-include-buttonpanel-float{
	position:absolute;
	z-index:1;
}
.app-include.std-include .app-include-buttonpanel .btn{
	box-shadow:0px 4px 8px #aaa;
}
.app-include.std-include .app-include-buttonpanel .btn-icon{
	padding:6px;
	font-size:20px;
}
.hint-ordered{
	background:#2196F3;
	color:#fff;
	font-size:15px;
	border:none;
	border-radius:0;
	margin:20px 0;
}
.hint-ordered .oh{
	position:relative;
	padding:0 0 0 20px;
	margin:6px;
}
.hint-ordered .oh .ot{
	position:absolute;
	top:0;
	left:0;
	display:block;
	padding:6px 0;
}
.hint-ordered .oh .od{
	padding:6px 0;
	line-height:1.5;
}
.hint-ordered .oh a{
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}
@media (max-width:767px){
	.layout-authorized.toggleNav body{
		
	}
	.layout-authorized.toggleNav .app-nav{
		-webkit-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.3);
		box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.3);
		z-index:150;
		-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	    transform: translateX(0px);
	}
	.app-nav{
		top:0;
		right:0;
		padding-top:50px;
		margin-top:0px;
		-webkit-transform: translateX(200px);
	    -ms-transform: translateX(200px);
	    transform: translateX(200px);
	    -webkit-transition: all 0.5s ease;  
		-moz-transition: all 0.5s ease;  
		-o-transition: all 0.5s ease;  
		transition: all 0.5s ease;
	}
	.app-notification{
		top:0;
		right:0px;
		margin-top:0px;
		padding-top: 50px;
		visibility:none;
	}
	.layout-login body,
	.layout-public body{
		background-color:#FFF;
		background-image:url('images/5acff4f0.png');
	}
	.layout-login body .app-header{
		background:#f9f9f9;
	}
	.app-view{
		margin-left:0;
	}
	.app-header .app-header-inner h1{
		font-size:12px;
	}
	.form-login{
		border:none;
	}
	.view-centurion{
		padding:15px 0px;
	}
	.view-centurion .view-centurion-button .btn{
		margin:5px 0;
		font-size:13px;
		line-height:15px;
		padding:3px 6px;
	}
	.view-centurion .btn.btn-icontext .icon{
		font-size:13px;
		line-height:15px;
		padding:3px;
		width:21px;
		height:21px;
	}
	.view-legion{
		top:0px;
	}
	.d3-workable{
		margin-left:-15px;
		margin-right:-15px;
	}
	.table-std.table-bet td.index{
		display:none;
	}
	.ant-overlay > .ant-overlay-include .inner{
		padding:0;
	}
}
@media (min-width:768px){
	.view-legion{
		margin:0px 15px;
	}
	.app-view-backdrop .view-legion{
		margin:0px 100px;
	}
	.app-nav{
		top:0;
		left:0;
		margin-top:50px;
		padding-bottom:50px;
		z-index:210;
	}
	.app-notification{
		top:0;
		right:0;
		padding-top:50px;
	}
	.layout-login body,
	.layout-public body{
		background-color:#FFF;
		background-image:url('images/5acff4f0.png');
	}
	.layout-login body .app-nav,
	.layout-public body .app-nav,
	.layout-blank body .app-nav{
		top:0;
		left:0;
		display:none;
	}
	.layout-login body .app-header{
		background:#f9f9f9;
	}
	.layout-public body .app-view .app-view-inner{
		margin:50px;
		padding:20px 0px;
		background:#fff;
		border:10px solid rgba(0, 0, 0, 0.3);
		-moz-background-clip:padding-box;
		-webkit-background-clip:padding-box;
		background-clip:padding-box;
	    border-radius: 0px;
	}
	.layout-authorized body .app-view{
		margin-left:200px;
	}
	.table-std.table-bet td.index{
		
	}
	.ant-overlay > .ant-overlay-include .inner{
		padding:0px 0px 0px 200px;
	}
	.ant-overlay > .ant-overlay-include .inner .app-include-buttonpanel{
		margin-left:-200px;
		padding-left:200px;
	}
}
.nav-group{
	margin-bottom:20px;
}
.nav.nav-tabs{
	border-bottom:1px solid #ddd;
}
.nav.nav-tabs a{
	background:#795548;
	color:#fff;
}
.nav.nav-tabs a:hover{
	background:#286090;
}
.nav-content.nav-content-tabs{
	background:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:20px;
}
.table-std tbody tr td{
	border:1px solid #ccc;
}
.table-std tbody tr.table-report-subtotal td{
	background:#eee !important;
}
.table-std tbody tr.table-report-grandtotal td{
	background:#eee !important;
}
.table-std tbody tr.clickable,
.table-std tbody tr.clickable td{
	cursor:pointer;
}
.table-std tbody tr td.clickable{
	cursor:pointer;
	color:#00ACC1;
	text-decoration:underline;
}
.table-std tbody tr td.clickable.text.currency.negative{
	color:#F44336 !important;
}
.buttonpanel,
.textpanel{
	padding:15px;
}
@page {
	size: A4 landscape;
}
.printonly{
	display:none !important;
}
@media print{
	.app-nav{
		display:none !important;
	}
	.app-header{
		display:none !important;
	}
	body{
		position: relative !important;
	    overflow: auto !important;
	    -webkit-transform: translateX(0px) !important;
	    -ms-transform: translateX(0px) !important;
	    transform: translateX(0px) !important;
	}
	body .app-view{
		margin-left:0 !important;
	}
	.noprint{
		display:none !important;
	}
	.printonly{
		display:block !important;
	}
}
.spinner-loading {
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout { 
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes sk-scaleout { 
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}
.ant-ui-rangepicker.input-group .input-group-btn button{
	min-width:32px;
	background:#0D47A1;
}
.ant-sort{
	cursor:pointer;
}
.ant-sort.sortBy{
	padding-right:25px;
	position:relative;
}
.ant-sort.sortBy:after{
	position:absolute;
	top:15px;
	right:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #777 transparent;
	content:' ';
}
.ant-sort.sortBy.sortByReverse:after{
	position:absolute;
	top:15px;
	right:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #777 transparent transparent transparent;
}
.table-std.table-bet-history tbody tr.tr-master.expanded td{
	border-bottom:none;
	background:#fff;
	color:#283593;
}
.table-std.table-bet-history tbody tr.tr-slave1.expanded td{
	background:#f9f9ff;
	border-bottom:1px solid #ccc;
	padding-top:6px;
	padding-bottom:6px;
	color:#283593;
	border-color:#BDBDBD;
	animation: blinkEEEEEE 0.7s ease-in-out;
}
.table-std.table-bet-history tbody tr.tr-slave1.expanded td.first{
	border-left-color:#BDBDBD;
}
.table-std.table-bet-history tbody tr.tr-slave1.expanded td.last{
	border-right-color:#BDBDBD;
}
.table-std.table-bet-history tbody tr.tr-slave1.expanded.first td{
	border-top:none;
	padding-top:12px;
	-moz-box-shadow:inset 0px 5px 3px -3px #BDBDBD;
	-webkit-box-shadow:inset 0px 5px 3px -3px #BDBDBD;
	box-shadow:inset 0px 5px 3px -3px #BDBDBD;
}
.table-std.table-bet-history tbody tr.tr-slave1.expanded.last td{
	border-bottom:none;
	padding-bottom:12px;
	-moz-box-shadow:inset 0px -5px 3px -3px #ddd;
	-webkit-box-shadow:inset 0px -5px 3px -3px #ddd;
	box-shadow:inset 0px -5px 3px -3px #ddd;
}
.table-std.table-bet-history tbody tr.tr-slave1.expanded.first.last td{
	-moz-box-shadow:inset 0px 5px 3px -3px #BDBDBD, inset 0px -5px 3px -3px #ddd;
	-webkit-box-shadow:inset 0px 5px 3px -3px #BDBDBD, inset 0px -5px 3px -3px #ddd;
	box-shadow:inset 0px 5px 3px -3px #BDBDBD, inset 0px -5px 3px -3px #ddd;
}
.table-std.table-bet-history tbody tr.tr-master.expanded.hover td,
.table-std.table-bet-history tbody tr.tr-slave1.expanded.hover td{
	background:#f9f9ff;
	color:#283593;
}
.table-std.table-bet-history tfoot tr td{
	font-weight:bold;
}
.std-progress{
	margin-top:20px;
	padding:15px;
}
.std-progress .progress{
	height:30px;
	overflow:hidden;
	box-shadow:0px 1px 2px #777;
	position:relative;
}
.std-progress .progress-bar{
	position:relative;
	height:30px;
	line-height:30px;
	font-size:13px;
	vertical-align:middle;
}
.std-progress .progress-bar.active:after{
	content:' ';
	display:block;
	position:absolute;
	right:-10px;
	z-index:2;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #337ab7;
}
.std-progress .progress-bar.progress-bar-warning{
	background:#FFCA28;
}
.std-progress .progress-bar.progress-bar-warning.active:after{
	border-color:transparent transparent transparent #FFCA28;
}
.std-progress .progress-bar.progress-bar-success{
	background:#5cb85c;
}
.std-progress .progress-bar.progress-bar-success.active:after{
	border-color:transparent transparent transparent #5cb85c;
}
.std-progress .progress-bar-inactive{
	background:#eee;
	color:#aaa;
}
.std-progress .progress-text{
	background:transparent;
	color:#000;
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.datepicker-dropdown{
	z-index:500 !important;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

.form-pd-system-config-edit .row-setting{
	padding-top:15px;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}

.table-std.table-report{
	min-width:1000px;
	border-collapse:collapse;
}
.table-std.table-report thead tr td{
	
}
.table-report{
	border-collapse:separate;
}
.table-report tbody td{
	border:1px solid #999;
}
.table-report td.currency{
	text-align:right;	
}
.table-std.table-report tbody tr.table-report-subtotal td{
	background:#fff !important;
}
.table-std.table-report tbody tr.table-report-grandtotal td{
	background:#fff !important;
}
.table-std.table-report.table-winlose-master thead tr td,
.table-std.table-report.table-winlose-detail thead tr td{
	background:#f1f1f1;
	border-color:#e0e0e0;
}
.table-std.table-report.table-winlose-detail thead tr td.detail-downline{
	background:#fff;
	border-color:#bdbdbd;
	color:#000;
}
.table-std.table-report.table-winlose-detail thead tr td.detail-company{
	background:#bdbdbd;
	border-color:#9e9e9e;
}
.bet-hints-header{
	margin:10px 0;
	font-size:12px;
	color:#1A237E;
	font-weight:bold;
}
.bet-hints{
	margin:10px 0;
	color:#000;
	border-top:1px solid #ccc;
	background:#fff;
}
.bet-hints .bet-hints-title{
	padding:10px;
	font-size:12px;
	color:#1A237E;
	font-weight:bold;
	background:#f9f9f9;
}
.bet-hints .bet-hints-description{
	padding:10px;
	border:1px solid #eee;
}
.std-nodes{
	padding:0 15px;
}
.bet-receipt{
	min-width:175px;
	padding:20px 10px;
	background:#f1f1f1;
	color:#000;
	cursor:pointer;
	word-wrap: break-word;
	font-weight:bold;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.26);
}
.bet-receipt span{
	display:block;
}
.bet-receipt span.head{
	font-weight:bold;
}
.bet-receipt span.number-limited{
	color:#2196F3;
}
.bet-receipt span.number-soldout{
	color:#F44336;
}
.row-eq-height .bet-receipt{
	margin:15px;
	-webkit-flex:150px 1;
	flex:150px 1;
}
.std-breadcrumb{
	background:transparent;
	margin-top:15px;
	margin-bottom:0;
}
.std-breadcrumb a{
	text-decoration:none;
	cursor:pointer;
}
.std-breadcrumb .active a{
	text-decoration:none;
	color:#777;
	cursor:default;
}
.pd-clickable{
	position:relative;
}
.pd-clickable.loading{
	
}
.pd-clickable.loading:after{
	content:' ';
	position:absolute;
	bottom:-7px;
	right:-2px;
	display:block;
	color:#fff;
	width:14px;
	height:14px;
	margin:0px auto 0px auto;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid #3949AB;
	border-radius:14px;
	-webkit-animation: loading-rotate360 1s infinite ease-in-out;
	animation: loading-rotate360 1s infinite ease-in-out;
}
.pd-upline-list{
	text-align:center;
	padding:15px;
}
.pd-upline-list dl{
	position:relative;
	display:inline-block;
	padding:10px 20px;
	margin:10px 45px 10px 0;
	font-size:13px;
	position:relative;
	min-width:80px;
	min-height:50px;
	padding:5px 10px;
	border-radius:0px;
	border:none;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.26);
	background:rgb(255, 111, 0);
}
.pd-upline-list dl:not(:last-child):after{
	position:absolute;
	display:block;
	content:' ';
	top:19px;
	right:-27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #1A237E;
}
.pd-upline-list dl dt{
	font-size:85%;
	text-align:right;
	line-height:1.5;
}
.pd-upline-list dl dd{
	padding:6px;
}
.pd-upline-link.active .pd-uplink-link-tooltip{
	display:block;
	animation: opacityShow 0.3s ease-in-out;
}
.pd-upline-list dl:last-child{
	background:rgb(129, 212, 250);
	color:#777;
}
.form-pd-downline-package-edit .input-group-addon,
.form-pd-downline-package-view .input-group-addon{
	min-width:80px;
}
@media ( min-width : 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
	.app-header-btn-toggle-nav{
		display:none;
	}
}

@media ( min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.alttheme-2 .ant-overlay{
	background: #B71C1C;
}
.alttheme-2 h1,.alttheme-2 h2,.alttheme-2 h3,.alttheme-2 h4,.alttheme-2 h5,.alttheme-2 h6,
.alttheme-2 h1 *,
.alttheme-2 h2 *,
.alttheme-2 h3 *,
.alttheme-2 h4 *,
.alttheme-2 h5 *,
.alttheme-2 h6 *{
	color:#C62828;
}
.alttheme-2 .view-centurion h1,
.alttheme-2 .view-centurion h2,
.alttheme-2 .view-centurion h3,
.alttheme-2 .view-centurion h4,
.alttheme-2 .view-centurion h5,
.alttheme-2 .view-centurion h6,
.alttheme-2 .view-centurion h1 *,
.alttheme-2 .view-centurion h2 *,
.alttheme-2 .view-centurion h3 *,
.alttheme-2 .view-centurion h4 *,
.alttheme-2 .view-centurion h5 *,
.alttheme-2 .view-centurion h6 *{
	    color: #fff;
}
.alttheme-2 .view-centurion{
	background:#C62828;
}
.alttheme-2 .app-nav .app-nav-inner nav a.href-lv1.active,
.alttheme-2 .app-nav .app-nav-inner nav a.href-lv2.active{
	background:#B71C1C;
}
.alttheme-2 .html-pd-notification .list-master.unread{
	background:#B71C1C;
}
.alttheme-2 .html-pd-notification .list-master:hover{
	-moz-box-shadow:inset 0px 1px 1px -1px #B71C1C, inset 0px -2px 2px -2px #333;
	-webkit-box-shadow:inset 0px 1px 1px -1px #B71C1C, inset 0px -2px 2px -2px #333;
	box-shadow:inset 0px 1px 1px -1px #B71C1C, inset 0px -2px 2px -2px #333;
}
.alttheme-2 .html-pd-notification .list-master.expand{
	background:#B71C1C;
}
.alttheme-2 .view-centurion .view-centurion-button .btn.active{
	background:#D50000;
}
.alttheme-2 .nav.nav-tabs a:hover{
	background:#D50000;
}
.alttheme-2 .app-header .btn.btn-icon:hover{
	background:transparent;
	color:#D50000;
}
.alttheme-2 .btn:hover,
.alttheme-2 .btn.btn-default:hover{
	background:#D50000;
}
.alttheme-2 .btn.btn-primary:hover,
.alttheme-2 .btn.btn-icon:hover{
	background:#D50000;
}
.alttheme-2 nav .nav-lv1.expandable a.href-lv1,
.alttheme-2 nav .nav-lv1.expandable a.href-lv1:hover{
	color:#D50000;
}
.alttheme-2 .app-widget-clock p{
	color:#D50000;
}
.alttheme-2 .bet-hints-header{
	color:#D50000;
}
.alttheme-2 .bet-hints .bet-hints-title{
	color:#D50000;
}
.alttheme-2 .form-login{
	border-color:#EF5350;
}
@media (max-width:767px){
	.alttheme-2.layout-login body,
	.alttheme-2.layout-public body{
		background-image:url('images/5af549e0.png');
	}
}
@media (min-width:768px){
	.alttheme-2.layout-login body,
	.alttheme-2.layout-public body{
		background-image:url('images/5af549e0.png');
	}
}

.alttheme-3 .ant-overlay{
	background: #f9b747;
}
.alttheme-3 h1,.alttheme-3 h2,.alttheme-3 h3,.alttheme-3 h4,.alttheme-3 h5,.alttheme-3 h6,
.alttheme-3 h1 *,
.alttheme-3 h2 *,
.alttheme-3 h3 *,
.alttheme-3 h4 *,
.alttheme-3 h5 *,
.alttheme-3 h6 *{
	color:black;
}
.alttheme-3 .view-centurion h1,
.alttheme-3 .view-centurion h2,
.alttheme-3 .view-centurion h3,
.alttheme-3 .view-centurion h4,
.alttheme-3 .view-centurion h5,
.alttheme-3 .view-centurion h6,
.alttheme-3 .view-centurion h1 *,
.alttheme-3 .view-centurion h2 *,
.alttheme-3 .view-centurion h3 *,
.alttheme-3 .view-centurion h4 *,
.alttheme-3 .view-centurion h5 *,
.alttheme-3 .view-centurion h6 *{
	    color: #fff;
}
.alttheme-3 .view-centurion{
	background:#f9b747;
}
.alttheme-3 .app-nav .app-nav-inner nav a.href-lv1.active,
.alttheme-3 .app-nav .app-nav-inner nav a.href-lv2.active{
	background:#f9b747;
}
.alttheme-3 .html-pd-notification .list-master.unread{
	background:#f9b747;
}
.alttheme-3 .html-pd-notification .list-master:hover{
	-moz-box-shadow:inset 0px 1px 1px -1px #f9b747, inset 0px -2px 2px -2px #333;
	-webkit-box-shadow:inset 0px 1px 1px -1px #f9b747, inset 0px -2px 2px -2px #333;
	box-shadow:inset 0px 1px 1px -1px #f9b747, inset 0px -2px 2px -2px #333;
}
.alttheme-3 .html-pd-notification .list-master.expand{
	background:#8c5800;
}
.alttheme-3 .view-centurion .view-centurion-button .btn.active{
	background:#8c5800;
}
.alttheme-3 .nav.nav-tabs a:hover{
	background:#8c5800;
}
.alttheme-3 .app-header .btn.btn-icon:hover{
	background:transparent;
	color:#8c5800;
}
.alttheme-3 .btn:hover,
.alttheme-3 .btn.btn-default:hover{
	background:#f9b747;
}
.alttheme-3 .btn.btn-primary:hover,
.alttheme-3 .btn.btn-icon:hover{
	background:#f9b747;
}
.alttheme-3 nav .nav-lv1.expandable a.href-lv1,
.alttheme-3 nav .nav-lv1.expandable a.href-lv1:hover{
	color:#8c5800;
}
.alttheme-3 .app-widget-clock p{
	color:#8c5800;
}
.alttheme-3 .bet-hints-header{
	color:#8c5800;
}
.alttheme-3 .bet-hints .bet-hints-title{
	color:#8c5800;
}
.alttheme-3 .form-login{
	border-color:#373345;
}
@media (max-width:767px){
	.alttheme-3.layout-login body,
	.alttheme-3.layout-public body{
		background-image:url('images/5af23e12.png');
	}
}
@media (min-width:768px){
	.alttheme-3.layout-login body,
	.alttheme-3.layout-public body{
		background-image:url('images/5af23e12.png');
	}
}

.bootstrap-datetimepicker-widget{
	color: black !important;
	z-index: 3 !important;
}

.spr-mark{
	background-image: url('images/btn_spr.png');
	color: white;
	font-weight: bold;
	height: 45px;
    width: 45px;
    background-size: cover;
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.clickable{
	cursor: pointer;
	text-decoration: underline;
}

.table-package-listing td{
	text-align: center;
}

.display-inline{
	display: inline-block;
}

.vcenter-item{
    display: flex;
    align-items: center;
}

.receipt-cancelled-box{
	background-color: #F78181;
}

.number-spr{
	background: #FF3F56;
	color: white;
	display: inline !important;
}

.red{
	color: red;
}