html,body{
	padding: 0;
	margin: 0;
}

.main-html{
	overflow: hidden;
}

.ajs-message{
	border-radius: 3px;
	color: #fff;
}

.ajs-dialog{
	border-radius: 3px !important;
	overflow: hidden;
}

.ajs-button{
	background: none;
	border: 1px solid #aeaeae;
	cursor: pointer;
	border-radius: 3px;
	outline:none !important;
}

.ajs-close{
	box-shadow: none !important;
}

.ajs-header{
	font-weight: bolder !important;
	opacity: 1 !important;
	border-bottom: 1px solid #eaeaea;
}

.ajs-button:hover{
	background-color: #909090;
	color: #fff;
}

.ajs-button:focus{
	background-color: #007BFF;
	color: #fff;
}

.main-iframe{
	border: none;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	background-color: #fff;
}

.my-nav-menu div{
	text-align: center;
	padding: 10px;
	margin-left: 20px;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display: inline-block;
}

.my-nav-menu a{
	list-style: none;
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
	color: #999;
	text-decoration: none;
}

.my-nav-menu a:after{
	content: '/';
	color: #999;
	margin-left: 5px;
}

.my-nav-menu a:last-child:after{
	content: '';
}

.my-nav-menu .active{
	color: #007BFF;
	cursor: pointer;
}

.my-nav-menu .active:hover{
	color: #343A40;
}

.search-div{
	background-color: rgba(0,0,0,0.02);
	font-size: 14px;
	padding: 20px 20px 0 20px;
	color: #909090;
}

.search-content{
	display: inline-block;
	/* min-width: 33%; */
	margin-bottom: 20px;
}

.search-content label{
	display: inline-block;
	min-width: 80px;
	text-align: right;
	margin-right: 10px;
}

.search-button{
	display: inline-block;
}

input{
	height: 36px;
	line-height: 36px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	width: 180px;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}

.forbid-input{
	background-color: #f2f2f2;
}

.forbid-input:focus{
	border: 1px solid #eaeaea;
}

input:focus{
    outline: none;
    border: 1px solid #aeaeae;
}

input[type=checkbox]{
	height: 20px;
	width:20px;
}

input[type=radio]{
	height: 20px;
	width:20px;
}

select{
	height: 36px;
	line-height: 36px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	width: 202px;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}

select:focus{
    outline: none;
    border: 1px solid #aeaeae;
}

button{
	border: none;
	min-width: 90px;
	height: 36px;
	cursor: pointer;
	margin: 0 10px 10px 10px;
	border-radius: 3px;
	box-shadow: 0 0 5px #aeaeae;
	outline: none;
}

button:hover{
	background-color: #aeaeae;
}

button:active{
	box-shadow:none;
}

.button-search{
	background-color: #007BFF;
	color: #fff;
}

.button-reset{
	background-color: #FF8C00;
	color: #fff;
}

.button-warning{
	background-color: #DE3031;
	color: #fff;
}

.my-datatable{
	text-align: center;
	border-spacing:0;
	border-collapse:collapse;
	font-size: 14px;
	border-radius: 5px;
}

.my-datatable-title{
	background-color: rgba(0,0,0,0.02) !important;
	font-weight: bolder;
}

.my-datatable tr{
	border-bottom: 1px solid #eaeaea;
	height: 36px;
}

.my-datatable tr:hover{
	background-color: rgba(204,204,204,0.2);
}

.my-datatable td{
	border: 1px solid #eaeaea;
}

.dataTables_length{
	margin-top: 10px;
    padding: 5px 10px;
}

.dataTables_info{
	float: right;
	margin-top: 10px;
    background-color: #007BFF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

.dataTables_paginate ul{
	float: right;
	margin-top: 10px;
	list-style: none;
	border-bottom: 2px solid #007BFF;
	padding: 4px 10px;
	margin-left: -15px;
	padding-left: 20px;
}

.dataTables_paginate ul li{
	display: inline-block;
	margin: 0 3px;
}

.dataTables_paginate ul li a{
	text-decoration:none;
	padding: 2px 6px;
	color: #333;
}

.dataTables_paginate ul li a:focus{
	outline: none;
}

.dataTables_paginate ul li a:hover {
	color: #aeaeae;
}

.dataTables_paginate ul li a:active {
	color: #eaeaea;
}

.dataTables_paginate .active a{
	color: #007BFF;
}

.dataTables_detail{
	color: #007BFF;
	cursor: pointer;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.dataTables_detail:hover {
	color: #aeaeae;
}

.dataTables_detail:active {
	color: #eaeaea;
}

.dataTables_empty{
	height: 100%;
    padding: 10px 0;
}

.table-show-detail{
	padding: 10px;
	text-align: left;
}

.table-show-detail .detail-item{
	display: inline-block;
	width: 33.3%;
	margin: 5px 0;
}

.table-show-detail .detail-item label{
	color: #909090;
	margin-right: 3px;
}

.my-loading{
	background-color: rgba(0,0,0,0.01);
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.loading-box{
	display: flex;
	justify-content:center;
	align-items: center;
	margin-top: 200px;
}

.loader{
    font-size: 20px;
    width: 1.2em;
    height: 1.2em;
   	border-radius: 50%;
    position: relative;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 80px;
}

@keyframes load5
{
0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #333, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #333, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #333, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #333, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #333, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #333, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #333, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #333;
  }
}

@-moz-keyframes load5 /* Firefox */
{
0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #333, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #333, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #333, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #333, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #333, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #333, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #333, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #333;
  }
}

@-webkit-keyframes load5 /* Safari �� Chrome */
{
0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #333, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #333, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #333, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #333, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #333, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #333, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #333, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #333;
  }
}

@-o-keyframes load5 /* Opera */
{
0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #333, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #333, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #333, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #333, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #333, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #333, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #333, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #333;
  }
}

/* @-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #333, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #333, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #333, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #333, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #333, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #333, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #333, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #333;
  }
} */

.warning{
	color: #DE3031;
}

@keyframes panelani
{
0% {top:-1000px;bottom:1000px;}
50% {top:5px;bottom:15px;}
70% {top:15px;bottom:5px;}
90% {top:5px;bottom:15px;}
100% {top:10px;bottom:10px;}
}

@-moz-keyframes panelani /* Firefox */
{
0% {top:-1000px;bottom:1000px;}
50% {top:5px;bottom:15px;}
70% {top:15px;bottom:5px;}
90% {top:5px;bottom:15px;}
100% {top:10px;bottom:10px;}
}

@-webkit-keyframes panelani /* Safari �� Chrome */
{
0% {top:-1000px;bottom:1000px;}
50% {top:5px;bottom:15px;}
70% {top:15px;bottom:5px;}
90% {top:5px;bottom:15px;}
100% {top:10px;bottom:10px;}
}

@-o-keyframes panelani /* Opera */
{
0% {top:-1000px;bottom:1000px;}
50% {top:5px;bottom:15px;}
70% {top:15px;bottom:5px;}
90% {top:5px;bottom:15px;}
100% {top:10px;bottom:10px;}
}

.panel-div{
	position: fixed;
	top:10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px #eaeaea;
	border-radius: 5px;
	
	animation: panelani 500ms;
	-moz-animation: panelani 500ms;	/* Firefox */
	-webkit-animation: panelani 500ms;	/* Safari �� Chrome */
	-o-animation: panelani 500ms;
	
	display: none;
	overflow-x: hidden;
	overflow-y:auto; 
}

.panel-title{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #eaeaea;
	padding: 0 20px;
	font-weight: bolder;
	font-size: 16px;
}

.panel-close{
	float: right;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 13px;
	font-size: 20px;
	cursor: pointer;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.panel-close:hover {
	color: #DE3031;
}

.panel-close:active {
	color: #eaeaea;
}

.panel-footer{
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #eaeaea;
	padding: 0 20px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	
	text-align: right;
}

.dropdown-menu-lg{
	width:500px !important;
	max-width: 500px !important;
	height: 200px;
	overflow: hidden;
}

.main-user{
	margin: 0 !important;
}

.main-user-left{
	display: inline-block;
	width: 150px;
	height: 100%;
	background-color: #343A40;
}

.main-user-left img{
	width: 120px;
	height: 120px;
	display: block;
	margin-left: 15px;
	margin-top: 40px;
}

.main-user-right{
	float:right;
	width: calc(100% - 150px);
	height: 200px;
	padding: 20px;
	position: relative;
}

.main-user-content{
	font-size: 14px;
}

.main-user-item{
	font-weight: normal !important;
}

.main-user-item label:first-child{
	color: #909090;
	font-weight: bolder;
	display: inline-block;
	width: 75px;
	text-align: right;
	margin-right: 10px;
}

.main-user-right-bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	text-align: center;
	border-top:0.5px solid rgba(0,0,0,0.04);
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.main-user-right-bottom label{
	font-size:13px;
	font-weight: normal !important;
	padding: 0 15px;
	height:30px;
	line-height:30px;
	margin-top:10px;
	background-color: #DE3031;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 0 3px #eaeaea;
	margin-left:10px;
	margin-right:10px;
}

.main-user-right-bottom label:hover{
	background-color: #aeaeae;
}

.main-user-right-bottom label:active{
	box-shadow:none;
}

.brand-link{
	font-size: 14px !important;
	line-height: 28px !important;
}

.brand-link span{
	font-weight: bolder !important;
	letter-spacing: 1.1px;
}

.btn[disabled]  {
cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.dxtj{margin-top: 25px; overflow: hidden;}
							.dxtj li{ float: left;width: 25%;position: relative;}
							.dxtj li:not(:last-child):after{ 
								content:"";
								position: absolute;
							    height: 45px;
							    width: 1px;
							    background: #eff0f4;
							   right: 20px;
							    top: 50%;
							    transform: translateY(-50%);
							}
							.dxtj span{ font-size: 14px;color: #666; }
							.dxtj a{ color: #2286e8;font: bold 26px/26px "Arial";display: block;padding-bottom: 5px;cursor:pointer;}
							.nolink a{cursor:default !important;}
