.t_main,.t_top,.t_bottom{
	margin:0;
	padding:0;
	width: 100%;
	overflow:hidden;
	pointer-event: auto;
}
.t_main{
	position: relative;
	-webkit-user-select:-webkit-none;
	-moz-user-select:-moz-none;
	-ms-user-select:-ms-none;
	width: 100%;
	height: 100%;
}
/*login*/
.t_logoPop{
	position: fixed;
	-webkit-user-select:-webkit-none;
	-moz-user-select:-moz-none;
	-ms-user-select:-ms-none;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
/*	display: none;*/
	background-color: rgb(45, 53, 61);
	z-index: 9999;
}
.t_logo{
	margin: 7.5% auto;
	width: 360px;
	height: auto!important;
}
.t_center{
	text-align: center;
	
}
.t_center a{
	color: rgb(51, 122, 183);
	text-decoration: none;
	vertical-align: text-bottom;
}
.logo-lg{
	font-size: 28px;	
}
.md{
    line-height: inherit;
    vertical-align: bottom;
}
.t_userLogin{
	margin-top: 20px;
}

.form-group{
	margin-right: -10px;
	margin-left: -10px;
    margin-bottom: 15px;
}
.form-group div{
	padding:0 10px;
}
input.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: RGB(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    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;
}

input.form-control {
    background-color: rgb(50, 59, 68);
    border: 2px solid rgba(238, 238, 238, 0.1);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    height: 36px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    height: 40px;
    padding-left: 40px;
}
input.form-control:before,input.form-control:after{
	display: table;
	content: " ";
}
.btn{
    display: inline-block;
    padding: 0px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border-radius: 2px;
	background-color: rgb(59, 175, 218) !important;
	border: 1px solid rgb(59, 175, 218) !important;
	color: rgb(255, 255, 255);
	width: 100%;
}
.t_view{
	background-color: rgb(76, 86, 103) !important;
	border: 1px solid rgb(76, 86, 103) !important;
	margin-top: 15px;
}
.t_view:hover, .t_view:focus, .t_view:active{
	background-color: rgb(65, 74, 88) !important;
	border: 1px solid rgb(65, 74, 88) !important;
}

.t_keyboard{
	position: fixed;
	display: none;
	z-index: 999;
	background-color: rgb(53, 66, 78);
	width: 336px;
	height: 334px;
	top: 50%;
	left: 50%;
	margin: -117px 0 0 -178px;
	padding:10px;
	border-radius: 4px;
}
.t_keyboard ul{
	clear: both;
}
.t_keyboard li{
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
	border: 2px solid rgba(238, 238, 238, 0.1);
	border-radius: 4px;
	margin:10px;
	text-align: center;
	cursor: pointer;
	background: rgb(68, 86, 102);
}
.t_keyboard li.t_back, .t_keyboard li.t_clear,.t_keyboard li.t_enter{
	font-size: 22px;
}
.t_keyboard .t_disable{
	cursor: unset;
}
/*gui*/
.t_top{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 71px;
	background: #000;
}
.t_bottom{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height:70px;
	/*border-top:1px solid rgb(45, 53, 61);*/
	border-top:1px solid rgba(255, 255, 255, 0.07);
	/*background-color:rgb(45, 53, 61);*/
}
.t_left{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 80px;
	border-top:1px solid rgb(45, 53, 61);
	border-right:1px solid rgba(255, 255, 255, 0.07);
	/*background-color:rgb(50, 59, 68);*/
}
.t_right{
	margin: 0 0 0 81px;
	height: 100%;
	position: relative;
}

.t_panel{
	position: absolute;
	width: 300px;
/*	height: 320px;*/
	border-top: 1px solid rgb(45, 53, 61);
/*	background-color: rgb(50, 59, 68);*/
	background-color: white;
	color: #333;
	border-radius: 3px;
}
.t_panelBox{
	padding: 0 10px 5px;
}
.t_panelBox h2{
 	margin:0;
 	padding:5px 0;
 	color: #333
}
.t_panelBox h5{
	margin:0;
	padding:0;
}
.t_panelBox ul{
/*	overflow-y:auto;*/
}
.t_panelBox li{
	position: relative;
	padding-left: 65px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.t_panelBox label{
	position: absolute;
	top: 6px;
	left: 0;
}
.t_panelBox li input{
	padding: 0px 5px;
	background-color: rgb(50, 59, 68);
	border: 1px solid rgba(238, 238, 238, 0.1);
	border-radius: 4px;
	color: rgb(255, 255, 255);
	height: 24px;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	width: 100%;
}
.t_panelBox li select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 28px;
	background-color: rgb(50, 59, 68);
	border: 1px solid rgba(238, 238, 238, 0.1);
	border-radius: 4px;
	color: rgb(255, 255, 255);
	position: relative;
}
.t_panelBox li u{
	display: block;
	position: absolute;
	top: 50%;
	right:6px;
	width: 0px;
	height:0px;
	margin-top:-3px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #fff;
	/*background:#fff;
	border-width:1px;
	border-style:solid;
	border-color: transparent transparent #fff #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);*/
}
.t_panelBox li input[type="checkbox"]{
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	background-color: transparent;
	border-radius: 3px;
	border: 2px solid rgb(152, 166, 173);
	display: inline-block;
	height: 17px;
	transition: 0.3s ease-in-out;
	width: 17px;
	outline: none !important;
}
.t_panelBox input[type="button"]{
	width: 100%;
	margin: 2px 0;
	display: block;
}
.t_btnPanel li{
	padding-left: 0;
}
.t_btnPanel input[type="button"]{
	height: 40px;
	line-height: 40px;
}
.t_btn{
	display: block;
	height: 28px;
	line-height: 28px;
	margin-bottom:10px;
}
.t_left h4{
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	word-wrap: break-word;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 15px 0 5px 0;
}
.t_left ul{
	padding: 5px;
}
.t_left input{
	width: 100%;
	font-size: 14px;	
}
.t_left .t_btn{
	height: 60px;
	line-height: 60px;
}
.t_btn.t_reboot{
	background-color: rgb(76, 86, 103) !important;
	border: 1px solid rgb(76, 86, 103) !important;
}
.t_btn.t_reboot:hover, .t_btn.t_reboot:active, .t_btn.t_reboot:focus{
	background-color: rgb(65, 74, 88) !important;
	border: 1px solid rgb(65, 74, 88) !important;
}
.t_bottomBox{
	padding: 5px;
}
.t_bottomBox input{
	margin-right: 10px;
	height: 60px;
	line-height: 60px;
	width: 70px;
	margin-bottom:10px;
	font-size: 14px;

}
.t_bottomBox input[disabled="disabled"],.t_left input[disabled="disabled"]{
	color: #333;
	background-color:#ccc !important;
	border:1px solid #333 !important
}
.t_pop, .t_historyPop{
	position: fixed;
	top:50%;
	left: 50%;
	/*width: 560px;
	height:400px;
	margin: -260px 0 0 -250px;*/
	width: 800px;
	height:400px;
	margin: -260px 0 0 -350px;
	/*width: 80%;
	height: 80%;
	margin: -20% 0 0 -40%;*/
	background:#323b44; 
	padding: 15px;
	z-index: 999;
	display: none;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.07);
}
.t_pop h5, .t_historyPop h5{
	font-size: 18px;
	color:#fff;
	line-height: 24px;
	margin:0;
}
.t_pop p{
	height: 356px;
	overflow-y: auto; 
	overflow-x: hidden;
	white-space: pre-wrap;
}
.t_tab{
	padding:10px 0;
}
.t_tab ul{
	clear: both;
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
}
.t_tab li{
	border-radius: 4px;
	float: left;
	color:#333;
	padding:0 15px;
	line-height: 40px;
	background: rgb(204, 204, 204);
	margin-right:15px;
	cursor: pointer;
}
.t_tab li.t_active{
	color: rgb(255, 255, 255);
	background-color: RGB(40, 96, 144) !important;
	border-color: rgb(32, 77, 116) !important;
}
.t_tab li.t_export{
/*	float: right;*/
	position: absolute;
	top:0;
	right:0;
	margin: 0;
	color: rgb(255, 255, 255);
	background-color: RGB(40, 96, 144) !important;
	border-color: rgb(32, 77, 116) !important;
}
.t_tabContent, .t_historyBox{
	height: 296px;
	position: relative;
/*	white-space: pre-wrap;*/
	color: #fff;
	padding-right: 40px;
}
.t_historyBox{
	margin-top:40px;
}
.t_historyTable table{
	border: 1px solid rgba(238, 238, 238, 0.3);
	width: 100%;
}
.t_historyBox tr{
	width: 100%;
}
.t_tabContent div, .t_historyBox .t_historyTable{
	position: absolute;
	top:0;
	left: 0;
	right: 70px;
	bottom:0;
	overflow-x: hidden;
	overflow-y: auto;
}
.t_tabContent li{
	margin: 0;
	line-height: 16px;
	padding: 5px;
	display: block;
}
.t_tabContent a, .t_historyBox a{
	position: absolute;
	right: 0;
	height: 40px;
	line-height: 40px;
	width: 60px;
	text-align: center;
	color: #fff;
	background-color: RGB(40, 96, 144) !important;
	border-color: rgb(32, 77, 116) !important;
	border-radius: 4px;
}
.t_prev{
	top:50px;
}
.t_next{
	bottom:50px;
}
a.t_goTop, a.t_goBottom{
	background-color: rgb(76, 86, 103) !important;
/*	border: 1px solid rgb(76, 86, 103) !important;*/
}
a.t_goTop:hover, a.t_goTop:focus, a.t_goTop:active, a.t_goBottom:hover, a.t_goBottom:active, a.t_goBottom:focus{
	background-color: rgb(65, 74, 88) !important;
/*	border: 1px solid rgb(65, 74, 88) !important;*/
}
.t_goTop{
	top:0;
}
.t_goBottom{
	bottom:0;
}
.t_disabled{
	pointer-event: none;
}

table {
	border-spacing:0;
	border-collapse:collapse
}
tbody {
	color: rgba(255, 255, 255, 0.8);
}
td,th {
	padding:0
}
th {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 500;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid rgb(221, 221, 221);
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(221, 221, 221);
}
.table > thead > tr > th, .table > tbody > tr > td{
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid rgb(221, 221, 221);
}
.table-striped > tbody > tr:nth-of-type(2n+1), .table-hover > tbody > tr:hover, .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: rgb(50, 59, 68) !important;
}
.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: 1px solid rgba(255, 255, 255, 0.1);
}
.t_loading {
    right: 0;
    top: 0;
    bottom: 0;
    left: 81px;
    position: fixed;
    outline: 0;
	overflow: auto;
	text-align: center;
	z-index: 99;
	background-color: #36404a;
	transition-duration: 200ms;
	opacity: 0.9;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../configsite/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../configsite/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../configsite/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../configsite/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../configsite/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../configsite/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    
}
.fa-spinner::before {
    content: "\f110";
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: loading 1s linear infinite;
	-moz-animation: loading 1s linear infinite;
	animation: loading 1s linear infinite;
}
i.fa {
    font-size: 18px;
    text-align: center;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    bottom: 50%;
}

@-webkit-keyframes loading{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);	
	}
	/*50%{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);	
	}*/
	100%{
		-webkit-transform: rotate(360deg);	
		transform: rotate(360deg);
	}
}
@-moz-keyframes loading{
	0%{
		-moz-transform: rotate(0deg);
		transform: rotate(360deg);	
	}
	/*50%{
		-moz-transform: rotate(180deg);
		transform: rotate(360deg);	
	}*/
	100%{
		-moz-transform: rotate(360deg);	
		transform: rotate(360deg);
	}
}
@keyframes loading{
	0%{
		transform: rotate(0deg);	
	}
	/*50%{
		transform: rotate(180deg);	
	}*/
	100%{
		transform: rotate(360deg);	
	}
}
