@charset "utf-8";

/*--panel style--*/
.panel {
	flex-direction: column;
	min-width: 0;
	margin-bottom: 10px;
	word-wrap: break-word;
	background-clip: border-box;
}

.panel-header {
	padding: 12px;
	margin-bottom: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.panel-title {
	font-size: 14px;
	color: #333b3f;
	font-weight: 500;
}

.panel-body {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel-body-noheader {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.combo-panel {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-with-icon {
	padding-left: 15px;
}

.window .window-header .panel-with-icon {
	padding-left: 15px;
}

.window .panel-footer, .panel-footer {
	text-align: center;
	background: #fcfcfc;
	padding: 10px 20px 20px;
	border: none;
	border-top: 1px solid #e8ecf3;
}

.panel-default .panel-header {
	background: #ffffff;
	border-color: #cccddd;
	width: auto !important;
}

.panel-default .panel-body {
	border-color: #cccddd;
	width: auto !important;
}

.panel-primary .panel-header .panel-title, .panel-info .panel-header .panel-title,
	.panel-success .panel-header .panel-title, .panel-warning .panel-header .panel-title,
	.panel-danger .panel-header .panel-title {
	color: #ffffff;
}

.panel-primary .panel-header {
	background: #337ab7;
	border-color: #337ab7;
}

.panel-primary .panel-body {
	border-color: #337ab7;
}

.panel-primary .panel-tool-close {
	background: url('images/panel_tools_white.png') no-repeat -16px 0px;
}

.panel-primary .panel-tool-min {
	background: url('images/panel_tools_white.png') no-repeat 0px 0px;
}

.panel-primary .panel-tool-max {
	background: url('images/panel_tools_white.png') no-repeat 0px -16px;
}

.panel-primary .panel-tool-restore {
	background: url('images/panel_tools_white.png') no-repeat -16px -16px;
}

.panel-primary .panel-tool-collapse {
	background: url('images/panel_tools_white.png') no-repeat -32px 0;
}

.panel-primary .panel-tool-expand {
	background: url('images/panel_tools_white.png') no-repeat -32px -16px;
}

.panel-success .panel-header {
	background: #2dcb73;
	border-color: #2dcb73;
}

.panel-success .panel-body {
	border-color: #2dcb73;
}

.panel-success .panel-tool-close {
	background: url('images/panel_tools_white.png') no-repeat -16px 0px;
}

.panel-success .panel-tool-min {
	background: url('images/panel_tools_white.png') no-repeat 0px 0px;
}

.panel-success .panel-tool-max {
	background: url('images/panel_tools_white.png') no-repeat 0px -16px;
}

.panel-success .panel-tool-restore {
	background: url('images/panel_tools_white.png') no-repeat -16px -16px;
}

.panel-success .panel-tool-collapse {
	background: url('images/panel_tools_white.png') no-repeat -32px 0;
}

.panel-success .panel-tool-expand {
	background: url('images/panel_tools_white.png') no-repeat -32px -16px;
}

.panel-info .panel-header {
	background: #1ec3c8;
	border-color: #1ec3c8;
}

.panel-info .panel-body {
	border-color: #1ec3c8;
}

.panel-info .panel-tool-close {
	background: url('images/panel_tools_white.png') no-repeat -16px 0px;
}

.panel-info .panel-tool-min {
	background: url('images/panel_tools_white.png') no-repeat 0px 0px;
}

.panel-info .panel-tool-max {
	background: url('images/panel_tools_white.png') no-repeat 0px -16px;
}

.panel-info .panel-tool-restore {
	background: url('images/panel_tools_white.png') no-repeat -16px -16px;
}

.panel-info .panel-tool-collapse {
	background: url('images/panel_tools_white.png') no-repeat -32px 0;
}

.panel-info .panel-tool-expand {
	background: url('images/panel_tools_white.png') no-repeat -32px -16px;
}

.panel-warning .panel-header {
	background: #ff6600;
	border-color: #ff6600;
}

.panel-warning .panel-body {
	border-color: #ff6600;
}

.panel-warning .panel-tool-close {
	background: url('images/panel_tools_white.png') no-repeat -16px 0px;
}

.panel-warning .panel-tool-min {
	background: url('images/panel_tools_white.png') no-repeat 0px 0px;
}

.panel-warning .panel-tool-max {
	background: url('images/panel_tools_white.png') no-repeat 0px -16px;
}

.panel-warning .panel-tool-restore {
	background: url('images/panel_tools_white.png') no-repeat -16px -16px;
}

.panel-warning .panel-tool-collapse {
	background: url('images/panel_tools_white.png') no-repeat -32px 0;
}

.panel-warning .panel-tool-expand {
	background: url('images/panel_tools_white.png') no-repeat -32px -16px;
}

.panel-danger .panel-header {
	background: #db2828;
	border-color: #db2828;
}

.panel-danger .panel-body {
	border-color: #db2828;
}

.panel-danger .panel-tool-close {
	background: url('images/panel_tools_white.png') no-repeat -16px 0px;
}

.panel-danger .panel-tool-min {
	background: url('images/panel_tools_white.png') no-repeat 0px 0px;
}

.panel-danger .panel-tool-max {
	background: url('images/panel_tools_white.png') no-repeat 0px -16px;
}

.panel-danger .panel-tool-restore {
	background: url('images/panel_tools_white.png') no-repeat -16px -16px;
}

.panel-danger .panel-tool-collapse {
	background: url('images/panel_tools_white.png') no-repeat -32px 0;
}

.panel-danger .panel-tool-expand {
	background: url('images/panel_tools_white.png') no-repeat -32px -16px;
}

.panel-tool a {
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
}

.panel-loading {
    background-position: 10px center;
}

/*--window style--*/
.window {
	padding: 0px;
}

.window, .window .window-body {
    border:none;
    border-radius:4px;
}

.window.messager-window .window-header {
	border-bottom:none !important;
}

.window .window-header {
	padding: 20px 20px;
}

.window .window-header .panel-title {
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	overflow: hidden;
}

.window .window-header .panel-icon {
	left: 10px;
}

.window .window-header .panel-tool {
	right: 5px;
	transform: inherit;
}

.window .window-header .panel-icon, .window .window-header .panel-tool {
	margin-top: -8px;
	top: 50%;
}

.window .window-body {
	padding: 0;
	border: none;
	background: #ffffff;
}

.window .window-body .easyui-extend .table th, .window .window-body .easyui-extend .table td {
	padding: 5px 10px;
	line-height: 25px;
}

.window .window-body .easyui-extend.datagrid-table .table th, .window .window-body .easyui-extend.datagrid-table .table td {
	padding: 15px 5px;
	line-height: 25px;
}

.window .messager-body.window-body {
	padding: 20px 10px;
	display: flex;
	align-items: center;
	line-height: 26px;
}

.window .messager-body.window-body.window-body-noheader {
	color: #67c23a;
	background-color: #f0f9eb;
	border:1px solid #ebeef5
}

.window .messager-body.window-body.window-body-noheader:before {
    content: '!';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #e1f3d8;
    color: #67c23a;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.window .messager-body.window-body .messager-progress {
  width:100%;
}

.window .messager-body.window-body>div:nth-child(2) {
	width: calc(100% - 56px);
}

.window .messager-p-msg{
	margin-bottom: 15px;
}

.window-shadow {
	position: absolute;
	background: none;
	box-shadow: none;
	border-radius: 0;
	filter: none;
}

.window .selector {
	height: 510px;
	*height: 505px;
	padding: 5px;
	width: 800px;
}

.window-mask {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100% !important;
	opacity: 0.80;
}

.window-proxy-mask, .window-mask {
	background: #333;
}

.form-action {
	padding: 10px 20px 20px;
	text-align: center;
	clear: both;
}

/*--dialog style--*/
.dialog-toolbar {
	border-color: #ccc;
	border-width: 0 0 1px 0;
}

.dialog-button {
	border-color: #ccc;
	border-width: 1px 0 0 0;
}

/*--tabs style--*/
.tabs-panels .panel {
	border: none;
}

.tabs li a.tabs-inner {
    color: #777;
    padding: 0 12px;
    background: none;
    border: none;
}

.tabs li.tabs-selected a.tabs-inner {
	font-weight: 700;
	background: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
    border-top: none;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner{
	border-right: none;
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	border-left: none;
}

/*--datagrid style--*/
.datagrid-toolbar {
	padding: 6px 3px;
}

.page-header-fixed.layout-inverse.bread-show .datagrid-toolbar.fixed-toolbar {
	top: 54px;
}

.page-header-fixed.bread-show .datagrid-toolbar.fixed-toolbar {
	top: 94px;
}

.datagrid-toolbar.fixed-toolbar{
	position: fixed;
    top: 54px;
    z-index: 9;
}

.datagrid-toolbar .toolbar-button-section{
	display: inline-block;
}

.datagrid-toolbar .reorder-button-section{
    float: right;
    margin-right: 10px;
}

.datagrid-toolbar .reorder-button-section .reorder-btn{
	cursor: pointer;
    display: block;
    text-align: center;
    width: 70px;
    line-height: 40px;
    height: 40px;
}

.datagrid-toolbar .reorder-button-section .reorder-btn:hover{
	color: #444444;
    opacity: 0.8;
    background: #dde1e7;
    border-color: #dde1e7;
}

.datagrid-toolbar .reorder-button-section .reorder-btn .sys-icon-paixu{
	position: relative;
    bottom: -2px;
    right: 3px;
}

.datagrid-toolbar .reorder-confirm-section{
	display: none;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}

.datagrid-toolbar .reorder-confirm-section .reorder-confirm-tip{
	display: inline-block;
    line-height: 30px;
}

.datagrid-toolbar .reorder-confirm-section .reorder-confirm-bar{
	float: right;
}

.datagrid-toolbar .reorder-confirm-section .reorder-confirm-bar .reorder-cancel-btn, 
.datagrid-toolbar .reorder-confirm-section .reorder-confirm-bar .reorder-confirm-btn{
    display: inline-block;
    width: 70px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.datagrid-mask {
	position: relative;
}

.datagrid-mask-msg {
	position: relative;
	margin-top: 0px;
	*margin-top: -20px;
	padding: 10px 5px 10px 30px;
	border-width: 0px;
	height: 40px;
	*line-height: 40px;
}

.datagrid-content {
	position: relative;
	overflow: hidden;
}

.datagrid-table-fixed {
	position: absolute;
	left: 0;
	top: 0;
}

.datagrid-table-fixed-l {
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .08);
}

.datagrid-table-fixed-r {
	left: auto;
	right: -1px;
	border-width: 0 0 0 1px;
	box-shadow: -1px 1px 8px rgba(0, 0, 0, .08);
}

.pagination.card-pagination {
	border-top: 1px solid #ddd;
}

.datagrid-pager.pagination {
	padding-right: 10px;
}

.pagination table {
	float: right;
	height: 54px;
}

.pagination-page-list {
	padding: 5px 10px 5px 5px;
	border-radius: 2px;
	outline: none;
	position:relative;
	color: #606266;
}

.pagination-info {
	height: 54px;
	padding: 8px;
	line-height: 36px;
	float: right;
}

.pagination .pagination-num {
	width: 50px;
	height: 28px;
	border-radius: 2px;
	padding: 0 5px;
	outline: none;
}

.pagination td {
	padding:0 4px;
}

.pagination .l-btn-plain {
	padding: 1px 6px;
	border: 1px solid transparent;
}

.pagination .l-btn-plain:hover {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    filter: none;
    border-radius: 2px;
}

/* tooltip */
.tooltip {
	padding: 5px 10px 10px 10px;
    max-width: 500px;
    background-color: #ffffcc;
    border-color: #ddd;
    font-size: 12px;
}

.tooltip-content{
	word-break: break-all;
    margin-bottom: -5px;
    padding-bottom: 0px;
}

.tooltip-icon{
    font-size: 16px;
    color: #777;
    margin-left: 4px;
    font-weight: normal;
}

.tooltip-icon.tooltip-icon-middle{
	vertical-align: middle;
}

.tooltip-icon.tooltip-icon-bottom{
	vertical-align: bottom;
}

.tooltip-icon.tooltip-icon-panel{
	font-size: 18px;
	margin-left: 10px;
	top: -1px;
	position: relative;
}

/*-----messager style-----*/
.messager-window .messager-body {
	padding: 10px;
}

.messager-window .messager-button {
    border-top: none;
    padding: 10px 20px 20px;
    text-align: right;
}

.messager-window .messager-button .l-btn {
	width: 80px;
	margin-left: 5px;
    margin-right: 5px;
}

.messager-window .messager-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px;
}

/*--tree style--*/
.tree{
	padding: 5px;
}

.tree-node {
	height: 30px;
}

.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
	height: 30px;
}

.tree-checkbox{
	margin-left: 3px;
}

.tree-checkbox0 {
	background: url('images/tree_icons.png') no-repeat -208px -28px;
}

.tree-checkbox1 {
	background: url('images/tree_icons.png') no-repeat -224px -28px;
}

.tree-checkbox2 {
	background: url('images/tree_icons.png') no-repeat -240px -28px;
}

.tree-title {
	height: 30px;
	line-height: 30px;
}

.tree-node-selected {
	font-weight: bold;
}

/* ComboBox */
.combobox-readonly .textbox-readonly {
	border: none;
}

.combobox-readonly .textbox-focused {
	box-shadow: none;
}

/* TextBox */
.textbox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.textbox-invalid {
    border-color: #f9cece;
    outline: 0;
    background: transparent;
}

.textbox-invalid.textbox-focused {
	border-color: #ffa8a8;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 ,0 ,0 , 0.08), 0 0 8px rgb(236 ,162 ,162 , 0.6);
    box-shadow: inset 0 1px 1px rgb(0 ,0 ,0 , 0.08), 0 0 8px rgb(236 ,162 ,162 , 0.6);
}

.textbox-focused {
  border-color: #409eff;
  outline: 0;
  /* -webkit-box-shadow: inset 0 1px 1px rgb(0 ,0 ,0 , 0.08), 0 0 8px rgb(102 ,175, 233 , 0.6); */
  /* box-shadow: inset 0 1px 1px rgb(0 ,0 ,0 , 0.08), 0 0 8px rgb(102 ,175, 233 , 0.6); */
}

.textbox-focused .textbox-text {
/* 	background: #ffffe6; */
}

.textbox-readonly.textbox-focused .textbox-text {
	background: none;
	color: #444;
}

.textbox .textbox-text {
	white-space: pre-wrap;
	border-radius: 2px;
	padding: 0px 5px;
}

.textbox textarea.textbox-text{
	padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.6;
}

.validatebox-invalid {
	background:#fff;
}

/* spinner */
.spinner-arrow-up {
    border-bottom: 1px solid #dcdfe6;
    border-left: 1px solid #dcdfe6;
}

.spinner-arrow-down {
    border-left: 1px solid #dcdfe6;
}

/* switchbutton */
.switchbutton {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* menu */
.menu{
	border-radius: 4px;
}	  
.menu-item {
    margin: 6px 0;
}

.menu-line {
    left: 36px;
	display: none;			  
}

.menu-text {
    padding-left: 38px;
}

.menu-sep {
    margin: 4px 0px 4px 0px;
}

.menu-icon {
    left: 8px;
}

/* layout */
.no-east-bd .layout-panel-north {
	border: none;
}

.no-west-bd .layout-panel-west {
	border: none;
}

.no-south-bd .layout-panel-south {
	border: none;
}

.no-north-bd .layout-panel-north {
	border: none;
}

.no-center-bd .layout-panel-center {
	border: none;
}

.layout-panel-east .panel-body{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.layout-panel-west .panel-body{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.layout-panel-center .panel-body{
	border-radius: 0px;
}

/*--table style--*/
.datagrid-header-check input, .datagrid-cell-check input {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}

.easyui-extend .table-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #ccc;
}

.easyui-extend table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0pt;
	background: #ffffff;
	border-spacing: 0;
	position: relative;
}

.easyui-extend.datagrid-table .table {
	table-layout: fixed;
}

.easyui-extend .datagrid-card {
	display: inline-block;
	width: 100%;
}

.easyui-extend .table .datagrid-header {
	background: #fafafa;
}

.easyui-extend .table .datagrid-td-rownumber .datagrid-cell-rownumber{
	width: auto;
}

.datagrid-header-check, .datagrid-cell-check {
	width: 20px;
}

.easyui-extend .table th, .easyui-extend .table td {
	font-size: 12px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ebecf0;
	padding: 15px 5px;
	word-break: break-all;
	overflow: hidden;
}

.easyui-extend .table thead th.datagrid-sort {
    cursor: pointer;
}
      
.easyui-extend .table thead th.datagrid-sort .datagrid-cell {
    padding-right: 14px;
    position: relative;
    display: inline;
}

.easyui-extend .table thead th.datagrid-sort .datagrid-cell:after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background-image: url(images/datagrid_icons.png);
    background-repeat: no-repeat;
    background-position: -64px center;
    position: absolute;
    right: 2px;
    top: 0;
}

.easyui-extend .table thead th.datagrid-sort.datagrid-sort-asc .datagrid-cell:after {
    background-position: 0 center;
}

.easyui-extend .table thead th.datagrid-sort.datagrid-sort-desc .datagrid-cell:after {
    background-position: -16px center;
}

.easyui-extend .table th .datagrid-cell, .easyui-extend .table td .datagrid-cell {
	font-size: 12px;
	padding: 0px;
	height: auto;
	line-height: 24px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.easyui-extend .table th .datagrid-cell.break, .easyui-extend .table td .datagrid-cell.break {
	white-space: normal;
}

.easyui-extend .table td .datagrid-cell .photo-image{
	max-height: 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	object-fit: cover;
	display: block;
}

.easyui-extend .table tr.no-data td {
	border-bottom: none;
	padding-left: 10px;
}

.easyui-extend .table tr.last td {
	border-bottom: none;
}

.easyui-extend .table input.Wdate {
	width: 230px;
}

.easyui-extend .table thead th {
	vertical-align: middle;
}

.easyui-extend .table .table {
	background: #fefefe;
}

.easyui-extend .table.condensed th, .easyui-extend .table.condensed td {
	padding: 4px 5px;
}

.easyui-extend .table.striped tbody tr:nth-child(odd) {
	background: #fcfcfc;
}

.easyui-extend .table.bordered {
	border: 0;
}

.easyui-extend .table.bordered td, .easyui-extend .table.bordered th {
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

.easyui-extend .table.bordered .datagrid-td-rownumber{
	border-right: none;
}

.easyui-extend .table.no-border td, .easyui-extend .table.no-border th {
	border: 0;
}

.easyui-extend .table.border {
	border-bottom: 1px #ccc solid !important;
}

.easyui-extend .table.hovered tbody tr:hover {
	background: rgba(28, 183, 236, 0.1);
}

.easyui-extend .table tr.success {
	background: #91e7b7 !important;
}

.easyui-extend .table tr.danger {
	background: #e51400 !important;
}

.easyui-extend .table tr.warning {
	background: #fa6800 !important;
}

.easyui-extend .table tr.info {
	background: #7ae8eb !important;
}

.easyui-extend .table tr.info td, .easyui-extend .table tr.warning td,
	.easyui-extend .table tr.danger td, .easyui-extend .table tr.success td,
	.easyui-extend .table tr.info td *, .easyui-extend .table tr.warning td *,
	.easyui-extend .table tr.danger td *, .easyui-extend .table tr.success td *
	{
	color: #ffffff !important;
}

.easyui-extend .table tr.selected {
	background: #fafafa;
}

.easyui-extend .table td.selected {
	background: #4390df;
	color: #fff;
}

.easyui-extend .cell-row {
	height: auto;
	display: block;
	border-bottom: 1px solid #ccc;
	background: #fafafa none repeat scroll 0 0;
	overflow: hidden;
}

.easyui-extend .cell-item {
	float: left;
}

.easyui-extend .cell-label {
	float: left;
	width: 100px;
	padding: 5px 10px;
	font-weight: bold;
	line-height: 36px;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

.easyui-extend .cell-value {
	position: relative;
	padding: 5px 20px 5px 10px;
	margin-bottom: -995px;
	padding-bottom: 1000px;
	line-height: 34px;
	background: #ffffff none repeat scroll 0 0;
	overflow: hidden;
}

.easyui-extend .cell-value .required-asterisk {
	right: 7px;
	top: 7px;
	color: red;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
}

.datagrid-searchbox {
	height: auto;
	padding: 0 5px;
}

.datagrid-searchbox .search-action {
	text-align: center;
	padding: 10px 10px 5px 10px;
}

.datagrid-searchbox .form-action {
	text-align: right;
	padding: 10px 20px 20px;
}

.datagrid-searchbox .cell-form .cell-row {
	background: #ffffff;
}

.datagrid-searchbox .more-search-options {
	position: relative;
	height: 30px;
	top: -1px;
	border: none;
	background: none !important;
}

.datagrid-searchbox .more-search-options .more-search-btn {
	position: absolute;
	display: inline-block;
	*display: inline; +
	zoom: 1;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ccc;
	border-top: 0;
	margin-top: -1px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

.datagrid-searchbox .more-search-options .more-search-btn div {
	position: relative;
	_display: inline;
	_zoom: 1;
	height: 26px;
	line-height: 26px;
	padding: 0 12px 0 4px;
}

.datagrid-searchbox .more-search-options .more-search-btn b {
	position: absolute;
	display: block;
	height: 16px;
	width: 16px;
	right: 10px;
	top: 5px;
	overflow: hidden;
}

.datagrid-wrapper{
	min-height: 60px; 
	position: relative;
}

.datagrid-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 60px;
	background-color: rgba(256,256,256,0.6);
	z-index: 999;
}

.datagrid-loading .loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@-webkit-keyframes datagrid-loading-scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes datagrid-loading-scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.datagrid-loading .ball-pulse>div:nth-child(0) {
	-webkit-animation: datagrid-loading-scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: datagrid-loading-scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.datagrid-loading .ball-pulse>div:nth-child(1) {
	-webkit-animation: datagrid-loading-scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: datagrid-loading-scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.datagrid-loading .ball-pulse>div:nth-child(2) {
	-webkit-animation: datagrid-loading-scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: datagrid-loading-scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.datagrid-loading .ball-pulse>div:nth-child(3) {
	-webkit-animation: datagrid-loading-scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: datagrid-loading-scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.datagrid-loading .ball-pulse>div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 2px 5px;
	background-color: #87d4f6;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

/* Progress-Bar Color */
.progressbar {
	background: #eeeeee;
	border: none;
}

.progressbar .progressbar-value .progressbar-text {
	background: #2196F3;
	color: #ffffff;
}

.progressbar-primary .progressbar-value .progressbar-text {
	background: #2196F3;
	color: #ffffff;
}

.progressbar-success .progressbar-value .progressbar-text {
	background: #5cb85c;
	color: #ffffff;
}

.progressbar-info .progressbar-value .progressbar-text {
	background: #5bc0de;
	color: #ffffff;
}

.progressbar-warning .progressbar-value .progressbar-text {
	background: #f0ad4e;
	color: #ffffff;
}

.progressbar-danger .progressbar-value .progressbar-text {
	background: #d9534f;
	color: #ffffff;
}

/* plain select  */
.select-plain .option-block {
	min-width: 70px;
}

.select-plain .date-option {
	width: 70px;
}

.select-plain .option-block, .select-plain .date-option {
	float: left;
	text-align: left;
	margin-right: 5px;
	display: inline;
	cursor: pointer;
	border-radius: 2px;
	margin-top: 0px;
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
}

.select-plain .option-block:before,.select-plain .date-option:before {
	content:'';
	display:block;
	width: 14px;
	height: 14px;
	border: 1px solid #DCDFE6;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.select-plain .option-block.selected:before, .select-plain .option-block:hover:before,
	.select-plain .date-option.selected:before, .select-plain .date-option:hover:before {
	border: 4px solid #409eff;
}

.select-plain .option-block.selected, .select-plain .option-block:hover,
	.select-plain .date-option.selected, .select-plain .date-option:hover {
	/* border: 1px solid #b3d8ff; */
	/* color: #409eff; */
	/* background: #ecf5ff; */
}

/* ckeditor */
.cke_reset {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.combobox-item, .combobox-group, .combobox-stick {
    line-height: 28px;
    cursor: pointer;
    padding: 4px;
}

.combobox-item-selected {
	font-weight: bold;
}

/* .switchbutton */
.switchbutton {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ebeef5;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 26px !important;
}

.switchbutton-inner {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: -1px;
  left: -1px;
  height: 26px !important;
  line-height: 26px !important;
}

.switchbutton-on,
.switchbutton-off,
.switchbutton-handle {
  display: inline-block;
  text-align: center;
  height: 100%;
  float: left;
  font-size: 12px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.switchbutton-on {
  background: #409eff;
  color: #fff;
}

.switchbutton-off {
  background-color: #f1f1f1;
  color: #444;
}

.switchbutton-on,
.switchbutton-reversed .switchbutton-off {
  -moz-border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}

.switchbutton-off,
.switchbutton-reversed .switchbutton-on {
  -moz-border-radius: 0 0px 0px 0;
  -webkit-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}

.switchbutton-handle {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  color: #444;
  border-radius: 50%;
  border: 1px solid #ebeef5;
  -moz-box-shadow: 0 0 3px 0 #dddddd;
  -webkit-box-shadow: 0 0 3px 0 #dddddd;
  box-shadow: unset;
  height: 26px !important;
  width: 26px !important;
}

/* Button style */
.link-btn {
	margin: 0 5px;
}

.l-btn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	filter: none;
}

.l-btn-text {
	font-size: 12px;
}

.l-btn-plain:hover {
	color: #444;
	background: #f4f4f5;
    border-color: #d3d4d6;
	border-radius: 2px;
}

.l-btn-focus {
	outline: none;
}

.btn-default {
	color: #444;
	background: #dde1e7;
	border-color: #dde1e7;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.activ {
	color: #444;
	opacity: 0.8;
	background: #dde1e7;
	border-color: #dde1e7;
}

.btn-default.l-btn-disabled, .btn-default.l-btn-disabled:hover{
	color: #444;
	background: #c8c9cc;
	border-color: #c8c9cc
}

.btn-default.btn-outline {
	color: #444;
	background: #fff;
}

.btn-default.btn-outline:hover, .btn-default.btn-outline:focus, .btn-default.btn-outline:active, .btn-default.btn-outline.active {
					 
				
			  
	background: #dde1e7;
	border-color: #dde1e7;
	color: #444;
}

.btn-default.btn-outline.l-btn-disabled, .btn-default.btn-outline.l-btn-disabled:hover{
	color: #bcbec2;
	background: #f4f4f5;
	border-color: #e9e9eb
}

.btn-primary {
	color: #fff;
    background: #409eff;
    border-color: #409eff
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background: #66b1ff;
    border-color: #66b1ff;
    color: #fff
}

.btn-primary.l-btn-disabled, .btn-primary.l-btn-disabled:hover{
	color: #fff;
	background: #a0cfff;
	border-color: #a0cfff
}

.btn-primary.btn-outline {
	color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active, .btn-primary.btn-outline.active {
				
			  
	background: #409eff;
	border-color: #409eff;
	color: #fff
}

.btn-primary.btn-outline.l-btn-disabled, .btn-primary.btn-outline.l-btn-disabled:hover{
	color: #8cc5ff;
	background: #ecf5ff;
	border-color: #d9ecff
}

.btn-success {
	 color: #fff;
    background: #67c23a;
    border-color: #67c23a
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
	background: #85ce61;
    border-color: #85ce61;
    color: #fff
}

.btn-success.l-btn-disabled, .btn-success.l-btn-disabled:hover{
	color: #fff;
	background: #b3e19d;
	border-color: #b3e19d
}

.btn-success.btn-outline {
	color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active, .btn-success.btn-outline.active {
	background: #67c23a;
	border-color: #67c23a;
	color: #fff
}

.btn-success.btn-outline.l-btn-disabled, .btn-success.btn-outline.l-btn-disabled:hover{
	color: #a4da89;
	background: #f0f9eb;
	border-color: #e1f3d8
}

.btn-warning {
	 color: #fff;
    background: #e6a23c;
    border-color: #e6a23c
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	background: #ebb563;
    border-color: #ebb563;
    color: #fff
}

.btn-warning.l-btn-disabled, .btn-warning.l-btn-disabled:hover{
	color: #fff;
	background: #f3d19e;
	border-color: #f3d19e
}

.btn-warning.btn-outline {
	color: #e6a23c;
	background: #fdf6ec;
	border-color: #f5dab1
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active, .btn-warning.btn-outline.active {
				
			  
	background: #e6a23c;
	border-color: #e6a23c;
	color: #fff
}

.btn-warning.btn-outline.l-btn-disabled, .btn-warning.btn-outline.l-btn-disabled:hover{
	color: #f0c78a;
	background: #fdf6ec;
	border-color: #faecd8
}

.btn-danger {
	color: #fff;
    background: #f56c6c;
    border-color: #f56c6c
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active
	{
	background: #f78989;
    border-color: #f78989;
    color: #fff
}

.btn-danger.l-btn-disabled, .btn-danger.l-btn-disabled:hover{
	color: #fff;
	background: #fab6b6;
	border-color: #fab6b6
}

.btn-danger.btn-outline {
	color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active, .btn-danger.btn-outline.active {
	background: #f56c6c;
	border-color: #f56c6c;
	color: #fff
}

.btn-danger.btn-outline.l-btn-disabled, .btn-danger.btn-outline.l-btn-disabled:hover{
	color: #f9a7a7;
	background: #fef0f0;
	border-color: #fde2e2
}

.btn-info {
	color: #ffffff;
	background: #1ec3c8;
	border-color: #1ec3c8;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
	color: #ffffff;
	background: #3fced3;
	border-color: #3fced3;
}

.btn-info.l-btn-disabled, .btn-info.l-btn-disabled:hover{
	color: #fff;
	background: #67d9dd;
	border-color: #67d9dd
}

.btn-info.btn-outline {
	color: #1ec3c8;
	background: #e7f8f9;
	border-color: #1ec3c8;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active, .btn-info.btn-outline.active {
	background: #3fced3;
	border-color: #3fced3;
	color: #fff
					   
}

.btn-info.btn-outline.l-btn-disabled, .btn-info.btn-outline.l-btn-disabled:hover{
	color: #1ec3c8;
	background: #f4f4f5;
	border-color: #d8e8e9;
}

.btn-clear {
	color: #ffffff;
	background: #2dcb73;
	border-color: #2dcb73;
}

.btn-clear:hover, .btn-clear:focus, .btn-clear:active, .btn-clear.active
	{
	color: #ffffff;
			  
	background: #46e38c;
	border-color: #46e38c;
}

.btn-clear.l-btn-disabled, .btn-clear.l-btn-disabled:hover{
	color: #fff;
	background-color: #b7ed9c;
	border-color: #b7ed9c;
}

.btn-clear.btn-outline {
	color: #2dcb73;
	background: #f1ffea;
	border-color: #2dcb73;
}

.btn-clear.btn-outline:hover, .btn-clear.btn-outline:focus, .btn-clear.btn-outline:active, .btn-clear.btn-outline.active {
  
				
			  
	background: #2dcb73;
	border-color: #2dcb73;
	color: #fff;
}

.btn-clear.btn-outline.l-btn-disabled, .btn-clear.btn-outline.l-btn-disabled:hover{
	color: #6e9b59;
	background: #c8f3db;
	border-color: #c8f3db;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-rounded {
	border-radius: 20px;
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}


