div.devform {
	display: none;
	position: fixed;
	right: 0;
	top: 0px;
	width: 420px;
	background: white;
	border-radius: 4px;
	padding: 9px 9px 6px 9px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
	z-index: 999999999999;
	opacity: 0.9;
	max-height: 400px;
	overflow: auto;
}

div.devform>p>input,
div.devform>p>textarea,
div.devform>p>select {
	border: 1px solid #d2d2d2 !important;
	border-radius: 2px;
	width: 70%;
	height: 21px;
	padding: 0;
	font-family: serif;
}

div.devform hr {
	margin: 5px 0;
}

div.devform>p>text {
	float: left;
	width: 30%;
	text-align: right;
	padding: 2px 7px 0 0;
}

div.devform>p {
	font-size: 12px;
	margin: 0px 0 4px 0 !important;
}

div.tools_placeholder {
	font-size: 12px;
	color: #c1c1c1;
	clear: both;
	padding: 10px;
}

div.mytable_panel {
	padding: 0 !important;
	margin: 0 !important;
}

div.mytable_panel>.expanel-body {
	padding: 0 !important;
	margin: 0 !important;
}

table.table>thead>tr,
table.table>thead>th {
	background: #fafafa;
	font-weight: bold;
}

table.table>tbody>tr:hover,
table.table>tbody>td:hover {
	background: #f3f4f6 !important;
	transition-duration: .28s;
}

td.opt>a.btn>.fa.fa-trash-o {
	color: #a90000;
}

td.opt>a.btn>.fa {
	position: relative;
	top: 3px;
	left: 0px;
	color: #14171a;
}

td.opt>a.btn {
	padding: 0px !important;
	border-radius: 999px !important;
	min-width: 30px;
	min-height: 30px;
	margin: 0 7px 0 0
}

th.opt {
	text-align: right;
	padding-right: 12px !important;
}

td.opt>a.btn:last-child {
	margin: 0;
}

td.opt {
	padding: 3px 10px 2px 0px !important;
	text-align: right;
}

div.tools {
	margin-bottom: 10px;
}

div.tools .btn>.fa {
	position: relative;
	top: 1px;
}

.btn:hover {
	transition: 0.2s;
	opacity: 0.8;
}

@media (min-width : 768px) {
	.f_label {
		text-align: right;
		padding-top: 9px;
	}
}

.f_filter {
	max-width: 110px;
	padding-right: 0;
	margin-bottom: .375rem;
}

.f_fow {
	margin-bottom: 10px;
}

.back_btn,
.back_btn:hover {
	margin-right: 9px;
	color: #6d6d6d;
}

.btn-default {
	background: white;
	border-color: #e8e8e8;
}

.fred {
	color: #670000;
}

.fabig {
	font-size: 1rem;
	margin: 0 8px 0 0;
	position: relative;
	top: 1px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border: 1px solid #0085ca !important;
	outline: none !important;
	box-shadow: 0 0 0 0.1rem #0085ca45;
	border-radius: 2px;
}

.plan2 {
	box-shadow: 0 0 19px -5px #cacaca !important;
}

.button.swal2-cancel.swal2-styled {
	color: #555;
	background-color: #efefef;
}

td.checkbox>label>span,
th.checkbox>label>span {
	position: absolute;
	left: 35%;
	top: 9px;
}

th.checkbox>label>span {
	top: 10px;
}

td.checkbox>label,
th.checkbox>label {
	position: relative;
	padding: 0;
	height: 37px;
	margin: 0;
}

td.checkbox>label {
	height: 41px;
}

td.checkbox,
th.checkbox {
	padding: 0 !important;
	width: 40px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	transition: 0.5s;
}

.custom-checkbox .custom-control-label::before {
	transition: 0.2s;
}

.clearPadding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.tools_content>ul>li.active>flag {
	display: none;
}

.tools_content>ul>li.active {
	background: linear-gradient(45deg, #0085ca, #59b4e4) !important;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.tools_content>ul>li.all {
	min-width: 40px;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.tools_content>ul>li {
	border-radius: .25em;
	margin: 0 23px 0 0;
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	min-width: 70px;
	padding: 3px 0 3px 0;
	text-align: center;
}

.tools_content>InputFlag:hover {
	transition: .2s;
	font-size: 20px;
}

.tools_content>InputFlag {
	position: absolute;
	right: 1px;
	color: #949494;
	font-size: 14px;
	background: white;
	height: 66%;
	width: 35px;
	text-align: center;
	top: 6px;
	padding: 4px 0 0 0;
	border-left: 1px solid #d2d6de;
	cursor: pointer;
}

.tools_content {
	position: relative;
	margin: 6px 0 0 20px;
	padding: 0;
	float: left;
}

.tools_content>ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

flag {
	border: 1px solid #e6e3e3;
	color: #c1c1c1;
	border-radius: 4px;
	min-width: 19px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 3px;
	position: relative;
	right: 0px;
	top: 0;
	padding: 0 3px 0 3px;
}

.swal_input {
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border: 0;
	margin-bottom: 10px;
}

#sug_btn {
	background: linear-gradient(to bottom right, #0085ca, #0085ca) !important;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-webkit-border-radius: 7px;
	z-index: 10000;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background-color 0.1s linear;
}

#sug_btn i {
	top: 12px;
	font-size: 16px;
	position: relative;
}

#sug_btn:hover {
	background: linear-gradient(to bottom right, #fff, #fff) !important;
	color: #0085ca;
	border: 2px solid #0085ca;
}

.myopen {
	border-radius: 7px !important;
	box-shadow: 0 0 25px -5px #9e9c9e !important;
}

span.select2-selection.select2-selection--single:focus {
	outline: none;
}

th.checkbox>label>span {
	position: relative;
	top: 4px;
}

.mysearch {
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: 8px;
	color: #888888;
	font-size: 14px;
	border-left: 1px solid #f3f3f3;
	padding-left: 9px;
	padding: 2px 7px 2px 9px;
}

.myclose {
	position: absolute;
	right: 34px;
	top: 1px;
	font-size: 17px;
	padding: 7px 9px 8px 10px;
	color: #888888;
	cursor: pointer;
}

th.isOrderby:after {
	content: "\f175";
	font: normal normal normal 14px/1 FontAwesome;
	position: relative;
	top: 0px;
	left: 4px;
	font-size: 12px;
}

.formgroup {
	margin: 0 0 10px 0;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.formgroup .son {
	float: left;
	position: relative;
}

.formgroup .son>label {
	width: 98px;
	display: block;
	float: left;
	text-align: right;
	margin: 0;
	padding-top: 7px;
}

.formgroup .son>.body {
	width: 250px;
	float: left;
	margin: 0 0 0 12px;
}

clear {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
}

.swal2-validation-message {
	margin: 15px 0 0 0;
}

.sub-menu li a:before {
	top: -2px;
}

input,
textarea,
select {
	height: 34px;
	width: 100%;
	padding: 6px 12px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #d2d6de;
	outline: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.panel {
	margin: 15px 0 0 0;
	border-top: 3px solid #00c0ef;
}

.panel .head {
	padding: 10px 9px 1px 9px;
	border-bottom: 1px solid #f4f4f4;
}

.panel .btnlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.panel .btnlist ul li:hover {
	background-color: #00acd6;
}

.panel .btnlist ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.panel .btnlist ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel .btnlist ul li:active {
	background-color: #0297bb;
	border-color: #006d88;
	z-index: 1;
	position: relative;
}

.panel .btnlist ul li {
	float: left;
	background-color: #00c0ef;
	border: 1px solid #00acd6;
	font-size: 14px;
	color: white;
	padding: 6px 12px;
	margin: 0 -1px 0 0;
	cursor: pointer;
}

.panel .btnlist ul li.green {
	color: #fff;
	background-color: #00a65a;
	border-color: #008d4c;
}

.panel .btnlist ul li.green:hover {
	background-color: #008d4c;
}

.panel .btnlist ul li.green:active {
	background-color: #036538;
	border-color: #044a2a;
}

.panel .body {
	padding: 10px 9px;
}

.panel .bottom {
	border-top: 1px solid #f4f4f4;
	padding: 10px 9px;
}

table {
	width: 100%;
}

table td,
table th {
	border: 1px solid #f4f4f4;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

table tr:hover {
	background-color: #f5f5f5;
}

minbtn {
	border: 1px solid transparent;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	cursor: pointer;
	color: white;
}

minbtn:active {
	opacity: 0.5;
}

minbtn.error:hover {
	background-color: #d73925;
}

minbtn.error {
	background-color: #dd4b39;
	border-color: #d73925;
}

minbtn.success:hover {
	background-color: #008d4c;
}

minbtn.success {
	background-color: #00a65a;
	border-color: #008d4c;
}

ul.pagebean {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pagebean li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

ul.pagebean li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.pagebean li.active,
ul.pagebean li.active:hover {
	background-color: #3c8dbc !important;
	color: white;
	border-color: #22668e;
	position: relative;
	z-index: 1;
}

ul.pagebean li {
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	background: #fafafa;
	color: #666;
	border: 1px solid #ddd;
	margin: 0 -1px 0px 0;
	cursor: pointer;
}

ul.pagebean li.page {
	font-weight: bold;
}

ul.pagebean li:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.btnlist {
	float: left;
}

.inputlist {
	float: left;
}

.inputlist .ibody {
	float: left;
	position: relative;
	width: calc(100% - 99px);
}

.inputlist .filter-box shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ff000000;
	z-index: 1;
	cursor: pointer;
	display: block;
}

.inputlist .filter-box shade i {
	position: absolute;
	top: 8px;
	z-index: 1;
	font-size: 16px;
	left: calc(50% - 17px);
	display: none;
}

.inputlist label {
	float: left;
	font-weight: bold;
	color: #565656;
	width: 99px;
	text-align: right;
	margin: 6px 0 0 0;
	padding: 0 6px 0 0;
}

.inputlist .input {
	width: 168px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	position: relative
}

.inputlist select {
	width: 100%;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #d2d6de;
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	position: relative;
	top: 2px;
	padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border: 1px solid #3c8dbc !important;
	outline: none !important;
	box-shadow: none;
	border-radius: 0;
	height: 30px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3c8dbc;
}

.select2-dropdown {
	border: 1px solid #d2d6de;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 30px;
}

.select2-container--default .select2-results__option--selected {
	background-color: #f3f3f3;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #d2d6de;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.form-control:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
	height: 21px;
	width: 21px;
	position: relative;
	top: -3px;
}

.swal2-popup {
	font-size: 1.5rem !important;
}

.btn {
	padding: 6px 6px;
	transition: all 0.3s ease-out 0s;
	color: black;
}

.btn:hover {
	opacity: 0.8;
}

.btn-azure {
	color: white;
}

.op0 {
	opacity: 0;
}

.LPanel {}

.LPanel .head {
	font-size: 18px;
	padding: 15px;
	border-bottom: 1px solid #f4f4f4;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: white;
}

.LPanel .body {
	margin-top: 56px;
	margin-bottom: 65px;
	padding-top: 15px;
	padding-bottom: 1px;
}

.LPanel .bottom {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e2e2e2;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	background: white;
	z-index: 1;
}

.LPanel .bottom .maxbtn:hover {
	background-color: #e7e7e7;
	border-color: #adadad;
}

.LPanel .bottom .maxbtn:active {
	opacity: 0.8
}

.LPanel .bottom .maxbtn {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}

.LPanel .bottom .cancel {
	float: left;
}

.LPanel .bottom .make {
	float: right;
	color: #fff;
	background-color: #367fa9;
	border-color: #367fa9;
}

.LPanel .bottom .make:hover {
	background-color: #367fa9;
	border-color: #204d74;
}

.fgroup {
	margin-bottom: 15px;
}

.fgroup label {
	float: left;
	width: 145px;
	text-align: right;
	padding: 7px 0 0 0;
	font-weight: 700;
	color: #333333;
}

.fgroup .input {
	width: 323px;
	margin: 0 0 0 30px;
	float: left;
}

.fgroup .input input {}

select {
	width: 100%;
}

.mybtn {
	color: #fff;
	background-color: #00c0ef;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	border: 1px solid #00acd6;
	border-radius: 3px;
	cursor: pointer;
}

.mybtn.red {
	background-color: #dd4b39;
	border-color: #d73925;
}

.mybtn.red:hover {
	background-color: #d73925;
	border-color: #c3311e;
}

.mybtn:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.mybtn.red:active {
	background-color: #9a2213;
	border-color: #711509;
}

.mybtn:active {
	background-color: #1d99bd;
	border-color: #137a98;
}

.tdlabel {
	background: #dedede;
	color: white;
	padding: 1px 5px 1px 5px;
	border-radius: 3px;
	margin: 0 0 0 5px;
}

.tdlabel.stop {
	background: #dd4b39 !important;
}

.tdlabel.start {
	display: none;
}

.tdlabel.stop:before {
	content: "Disable";
}

big {
	color: red;
	font-size: 12px;
}

.select2-container--default .select2-selection--multiple {
	border-color: #d2d6de;
	border-radius: 0;
	min-height: 34px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #d2d6de;
}

.select2-container--default .select2-search--inline .select2-search__field {
	width: 0px !important;
	margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #3c8dbc;
	border-color: #367fa9;
	color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: white;
	border-color: #367fa9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background: #479dd0;
	color: white;
}

layerbtn {
	font-size: 12px;
	border: 1px solid #dedede;
	border-radius: 4px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}

layerbtn:hover {
	opacity: 0.8;
}

input.error {
	border-color: #a90000;
	color: #750000;
}

.btnClkGp {
	margin: 10px 0 0px 10px;
	list-style: none;
	padding: 0;
}

.btnClkGp li {
	float: left;
	color: black;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	height: 30px;
	line-height: 28px;
	min-width: 77px;
	text-align: center;
	margin: 0 10px 10px 0;
	cursor: pointer;
	padding: 0 10px;
}

.btnClkGp li.active {
	background: #3e8ebd;
	border-color: #3880aa;
	color: white;
}

smal {
	font-size: 12px;
	color: #a0a0a0;
}

ul.btnClkGp li.active smal {
	color: #85bfe1;
}

li.downa {
	padding: 0 !important;
}

li.downa a {
	color: white;
	padding: 6px 10px;
	display: inline-block;
}

.inputtd {
	padding: 0
}

.inputtd textarea {
	margin: 6px 6px 0 6px;
	width: calc(100% - 12px);
	padding: 4px 5px 0px 5px;
	height: 25px;
	resize: none;
	font-size: 12px;
	overflow-x: hidden;
	background: transparent !important;
	font-family: monospace;
	border-color: #f4f4f4;
}

.input-error,
.input-error:focus {
	border-color: #ff2d2d;
	box-shadow: 0 0 0 0.2rem #ff373745;
}

myswitch.active {
	background: #23a569;
}

myswitch.active:before {
	background: #31d188;
	left: auto;
	right: 3px;
}

myswitch:hover {
	opacity: 0.7
}

myswitch {
	cursor: pointer;
	background: lightgrey;
	width: 66px;
	height: 22px;
	display: block;
	border-radius: 4px;
	position: relative;
}

myswitch:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 3px;
	width: 15px;
	height: 16px;
	background: #a1a1a1;
	border-radius: 4px;
}

myswitch.active:after {
	left: 6px;
	content: "OPEN";
	COLOR: white;
}

myswitch.active.chn:after {
	content: "已打开";
}

myswitch.chn:after {
	content: "已关闭";
}

myswitch:after {
	content: "CLOSE";
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 4px;
}

.fa-m:before {
	content: "M";
	font-size: 12px;
	font-weight: bold;
}

.fa-d:before {
	content: "D";
	font-size: 12px;
	font-weight: bold;
}

.fa-t:before {
	content: "T";
	font-size: 12px;
	font-weight: bold;
}

.fa-b:before {
	content: "B";
	font-size: 12px;
	font-weight: bold;
}

.myshade-max {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999999999999999999999999;
	text-align: center;
	display: none;
}

.myshade-max i {
	position: fixed;
	top: 40%;
	opacity: 0.3;
}

.layermax {
	background: #f6f6f6;
	padding: 15px;
	border-radius: 6px;
	height: 100%;
}

.layermax>.body-max {
	box-shadow: 0px 0px 10px rgb(69 101 173/ 10%);
	background: white;
	border-radius: 6px;
	padding: 10px;
	margin: 0 0 15px 0;
}

.layermax>.bottom-max {}

.layermax>.bottom-max>a:hover {
	color: white;
}

.layermax>.bottom-max>a.def {
	color: #444;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	background: white;
}

.layermax>.bottom-max>a {
	background-color: #367fa9;
	border-color: #204d74;
	min-width: 80px;
}

.select2-container--open .select2-dropdown--below {
	z-index: 19900000;
}

.fgroup .input input.tran {
	background: transparent;
	border: none;
	padding: 0;
}

gplist {}

gplist son:last-child {
	margin: 0
}

gplist son {
	display: block;
	margin: 0 0 10px 0;
}

gplist son label icon.success {
	display: block;
}

gplist son label icon.warn {
	background: linear-gradient(45deg, #FFB64D, #ffcb80) !important;
	display: block;
}

gplist son label icon.warn:before {
	content: "\f12a";
	left: -11px;
	position: relative;
	top: 6px;
	color: white;
}

gplist son label icon.success:before {
	content: "\f00c";
	color: white;
	position: relative;
	left: -6px;
	top: 7px;
}

gplist son label icon {
	display: none;
	background: linear-gradient(45deg, #2ed8b6, #59e0c5) !important;
	position: absolute;
	left: 8px;
	top: 2px;
	width: 27px;
	height: 27px;
	border-radius: 274px;
	box-shadow: 0 1px 3px rgb(0 0 0/ 10%), 0 1px 2px rgb(0 0 0/ 18%);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

gplist son label {
	width: 135px;
	text-align: right;
	color: gray;
	float: left;
	padding: 6px 0 0 0;
	position: relative;
}

gplist son sbody {
	float: left;
	margin: 0 0 0 20px;
	color: black;
	width: calc(100% - 200px);
}

.warn-info {
	background: linear-gradient(45deg, #FFB64D, #ffcb80) !important;
	display: block;
	box-shadow: 0 1px 3px rgb(0 0 0/ 10%), 0 1px 2px rgb(0 0 0/ 18%);
	font-size: 14px;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 5px 0 0 0;
}

.td-pd9 {
	padding-top: 9px;
	padding-bottom: 0px;
}

td icon.success {
	display: block;
}

td icon.warn {
	background: linear-gradient(45deg, #FFB64D, #ffcb80) !important;
	display: block;
	float: left;
}

td icon.warn:before {
	content: "\f12a";
	left: 7px;
	position: relative;
	top: 4px;
	color: white;
}

td icon.success:before {
	content: "\f00c";
	color: white;
	position: relative;
	left: 3px;
	top: 3px;
}

td icon {
	display: none;
	background: linear-gradient(45deg, #2ed8b6, #59e0c5) !important;
	width: 18px;
	height: 18px;
	border-radius: 274px;
	box-shadow: 0 1px 3px rgb(0 0 0/ 10%), 0 1px 2px rgb(0 0 0/ 18%);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 8px;
}

.bs-searchbox {
	padding-top: 0px !important;
}

.bs-searchbox>input.form-control {
	width: calc(100% - 28px);
	margin: 0;
	border-radius: 4px;
	padding-top: 0;
	padding-bottom: 0;
}

#timerante {
	border: 1px solid #e8e8e8;
	color: black;
	border-radius: 4px;
}

th.order {
	cursor: pointer;
}

th.order.DESC:after {
	content: "\f175";
	margin: 0 0 0 4px;
}

th.order.ASC:after {
	content: "\f176";
	margin: 0 0 0 4px;
}

th.order:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#filter-info-max {
	background: #f6f6f6;
	border-radius: 6px;
	padding: 15px;
	border: 1px solid #efefef;
	margin: 5px 0 12px 0;
}

#filter-info-max .inputlist {
	box-shadow: 0px 0px 10px rgb(69 101 173/ 10%);
	background: white;
	border-radius: 6px;
	padding: 10px 0 0px 0;
	width: 100%;
}

#filter-info-max label {
	width: 83px;
}

#filter-info-max .ibody {
	width: calc(100% - 83px);
}

#filter-info-max .mini {
	float: left;
	width: 100%;
	position: relative;
	padding: 11px 0 3px 0;
	border-top: 1px dashed #ededed;
	background: #fbfbfb;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#filter-info-max .mini btn-switch:hover {
	color: black;
}

#filter-info-max .mini btn-switch {
	padding: 1px 14px 0px 14px;
	border-radius: 4px;
	font-size: 12px;
	left: calc(50% - 50px);
	position: absolute;
	bottom: -14px;
	cursor: pointer;
	z-index: 1;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #fbfbfb;
	color: gray;
}

#filter-info-max .mini.close_ {
	padding: 0;
	border: none;
}

#filter-info-max .mini.close_ btn-switch {
	background: white;
}

#filter-info-max .mini btn-switch:before {
	position: relative;
	top: -3px;
}

#filter-info-max .mini.close_ btn-switch:before {
	content: "\f078";
	position: relative;
	top: -3px;
}

#filter-info-max .mini.close_ .filter-box {
	display: none;
}

td.sum-style {
	padding-top: 15px;
	padding-bottom: 15px;
}

/** ----------------------------------------- */
.my-cus-sltd-check {
	padding: 5px 0 9px 8px;
	position: relative;
}

.my-cus-sltd-check.active i:before {
	content: "\f14a";
	color: #337ab7;
}

.my-cus-sltd-check i {
	font-size: 19px;
	color: #dddddd;
	margin: 0 6px 0 0;
	position: relative;
	top: 2px;
}

.my-cus-sltd-check button:hover {
	background: #f7f7f7;
	color: black;
}

.my-cus-sltd-check button {
	background: white;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 0;
	position: absolute;
	right: 9px;
	top: 0;
	width: 54px;
	line-height: 18px;
	border: 1px solid #e8e8e8;
	color: gray;
}

/** ----------------------------------------- */
shortcut-max {
	position: absolute;
	left: 248px;
	top: 150px;
	box-shadow: 0 3px 10px 0 rgb(0 0 0/ 26%), 0 0 3px 0 rgb(0 0 0/ 16%);
	z-index: 1000;
	background: #f5f5f6;
	border-radius: 5px;
	display: block;
	padding: 10px;
	min-width: 200px;
}

shortcut-max sbody {
	display: block;
	position: relative;
	box-shadow: 0px 0px 10px rgb(69 101 173/ 10%);
	background: white;
	border-radius: 6px;
	padding: 10px;
}

shortcut-max sbottom {
	display: block;
	position: relative;
	margin: 10px 0 0 0;
}

shortcut-max sbottom bson:hover {
	opacity: 0.7;
}

shortcut-max sbottom bson.submits:hover {
	opacity: 1;
	background: #0378bd;
}

shortcut-max sbottom bson {
	float: left;
	width: 48%;
	box-shadow: 0 1px 3px rgb(0 0 0/ 10%), 0 1px 2px rgb(0 0 0/ 18%);
	background: white;
	font-size: 14px;
	padding: 7px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

shortcut-max sbottom bson.submits {
	float: right;
	background-color: #008adc;
	color: #fff;
}

shortcut-max sbody {
	position: relative;
	display: block;
	overflow: auto;
	max-height: 400px;
}

shortcut-max sbody son {
	display: block;
	position: relative;
}

shortcut-max sbody label {
	float: left;
	margin: 0 10px 0 0;
}

shortcut-max sbody val {
	float: right;
	display: block;
	margin: 0 0 0 10px;
}

/** ----------------------------------------- */
.mysbtn {
	box-shadow: 0 1px 3px rgb(0 0 0/ 10%), 0 1px 2px rgb(0 0 0/ 18%);
	background: white;
	border-radius: 4px;
	padding: 9px;
	cursor: pointer;
	color: #525252;
}

.mysbtn:hover {
	color: black;
	background: #fbfbfb;
}

/** ----------------------------------------- */
td-num {
	position: relative;
	z-index: 1;
}

.ui-selected td-rate {
	background: #b1dbf4
}

td-rate {
	position: absolute;
	background: #cce8f8;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

/** ----------------------------------------- */
.base-alert-son {
	background: #efefef;
	padding: 5px;
	border-radius: 3px;
	color: black;
	display: block;
	margin: 5px 0 0 0;
}

num-count {
	display: inline-block;
	background: #ffffff;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 4px;
	position: relative;
	left: 5px;
	top: -1px;
	min-width: 19px;
	text-align: center;
	box-shadow: 0 1px 3px rgb(0 0 0/ 10%), 0 1px 2px rgb(0 0 0/ 18%);
}

change-rate {
	margin: 0 6px 0 12px;
	display: block;
}

change-rate input {
	width: 62px;
	text-align: center;
	margin: 3px 0 0 0;
	float: left;
}

change-rate submits {
	background: white;
	box-shadow: 0 1px 3px rgb(0 0 0/ 10%), 0 1px 2px rgb(0 0 0/ 18%);
	color: black;
	height: 34px;
	width: 34px;
	float: left;
	cursor: pointer;
	text-align: center;
	border-radius: 999999999px;
	position: relative;
	top: 3px;
	left: 7px;
}

change-rate submits.active {
	background: #2258bf;
	color: white;
}

change-rate submits:hover {
	background: #f1f1f1;
}

change-rate submits.active:hover {
	background: #0f3d93;
}

change-rate submits:before {
	position: relative;
	top: 9px;
}