/*@import url('/tpls/css/font-awesome.css');*/
@import url('/tpls/css/fontello.css');

body {
	transition: 0.4s;
}
html, body, div, td, form {padding:0; margin:0}
li {list-style-type: none !important}
table { border-collapse: collapse }
a { cursor: pointer;}

* {
  outline: 0 !important;
  font-family: calibri;
}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#sys-message {	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: white;
	font-size: 22px;
	text-align: center;
	padding: 15px;
	position: fixed;
	cursor: default;
	z-index: 9999;
}
#msg-show {	top: 0px;
	position: fixed;
	cursor: pointer;
	right: 5px;
	color:red;
	font-size:10px;
	z-index:10;}
.loading {	background: url('/tpls/system/images/load.gif') no-repeat 50% 50% !important;
	opacity: 0.5;
	min-height: 25px;
	pointer-events: none;
}

#timer {	position: fixed;
	right:0;
	bottom:0;
	color: #333;
	font-size:12px
}

#dialog_block {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	z-index: 10;
	display: inline-block;
	background: #F6F6F1;
    padding: 20px;
    box-shadow: 0 0px 7px rgb(0 0 0 / 20%);
}
.dialogBtns :first-child {
	margin-right: 0px;
}
.dialogBtns div {
	background: #525a63;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	float: right;
	cursor: pointer;
	margin-right: 10px;
}
.dialogBtns i {
	font-size: 10px;
}
#dialogText {
	font-size: 18px;
	margin-bottom: 15px;
}
.dialogMsg {
	display: none;
}
.disabled {
	color: #ccc;
	cursor: default !important;
	pointer-events: none;
}