input[type="checkbox"]:checked + .checkbox, input[type="checkbox"] + .checkbox,
input[type="radio"]:checked + .checkbox, input[type="radio"] + .checkbox{
	position:relative;
	margin:0px;
	margin-left:-13px;
	margin-top:0px;
	cursor: pointer;
}

input[type="checkbox"]:checked + .checkbox span, input[type="checkbox"] + .checkbox span,
input[type="radio"]:checked + .checkbox span, input[type="radio"] + .checkbox span{
	background-color:#ffffff;
    background-image: url('/Template/admin/images/checkbox.png');
	background-repeat:no-repeat;
    background-position: 0 0;
	display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px 3px 0px 0px;
	padding: 0px;
    vertical-align: middle;
}

input[type="checkbox"] + .checkbox:hover span,
input[type="radio"] + .checkbox:hover span{
	background-position: -24px 0;
}

input[type="checkbox"]:checked + .checkbox span,
input[type="radio"]:checked + .checkbox span{
	background-position: -48px 0;
}

input[class~="btn"]:disabled,
a[class~="btn"][disabled="disabled"],
a[class~="btn"][disabled="disabled"]:active{
	background-color:#efefef;
	border-color:#efefef;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox:after, .ibox:before {
    display: table;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: none none solid none;
    border-width: 2px 0px 1px 0px;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.ibox-title h5 {
    display: inline-block;
	color:#676a6c;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title h5.md-font {
	font-size: 14px;
}

/*
.ibox-title:hover{
	background-color:#ebebeb;
}
*/

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.ibox-title.ibox-label .ibox-tools{
	position: absolute;
    right: 5px;
	margin-top: 13px;
	color:#ffffff;
}
.ibox-title.ibox-label .ibox-tools a{
	color:#ffffff;
}

.ibox-content {
	margin:0 auto;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
	clear: both;
}
.ibox .border {
    border-color: #e7eaec;
    border-image: none;
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
}
.ibox .border-dark {
    border-color: #025AA5;
    border-image: none;
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
}

.ibox-content table.table tr:first-child th, .ibox-content table.table tr:first-child td{
	border-top:0px;
}

.tabs-loader{
	display:flex;
	width:100%;
	height:100%;
	min-height:250px;
	align-items: center;
	justify-content: center;
}
.tabs-loader img{
	width:48px;
	height:48px;
}
.dropdown, .toggle{
	cursor:pointer;
}
span.toggle{
	display:block;
	min-width:100px;
	min-height:30px;
	width:100%;
	height:100%;
	padding:0.5rem;
}
.hidden{
	display:none;
}

.dialog, .dialog-append, .dialog-new, .link, .pointer{
	cursor:pointer;
}

.dialog:active, .dialog-append:active, .dialog-new:active, .link:active{
	cursor:text;
}

.clear{
	clear:both;
}

.slideDownBox{
	display:none;
}

.paragraph-toggle{
	margin-bottom:10px;
}

.table-horizontal th{
	background:#f9f9f9;
	vertical-align:middle;
}

.center{
	text-align:center;
}

.btn-m{
	margin-left:5px;
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	font-weight:bold;
}

.div-md{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	overflow-y:hidden;
	overflow-x:scroll;
	margin-right:20px;
}
.div-md-3{
	display:inline-block;
	vertical-align:top;
	width:32%;
	position:relative;
	overflow-y:hidden;
	overflow-x:scroll;
	margin-right:20px;
}
.div-md-5{
	display:inline-block;
	vertical-align:top;
	width:45%;
	position:relative;
	overflow-y:hidden;
	overflow-x:hidden;
	margin-right:20px;
}

@media screen and (max-width: 1900px) {
	.div-md, .div-md-3{
		margin:0px;
		margin-right:10px;
		padding:0px;
	}
	.div-md table th, .div-md table td, .div-md-3 table th, .div-md-3 table td{
		padding-left:0.5rem;
		padding-right:0.5rem;
	}
}
@media screen and (max-width: 1800px) {
	.div-md, .div-md-3{
		position:relative;
		margin:0px;
		padding:0px;
	}
	.div-md table th, .div-md table td{
		padding-left:0.5rem !important;
		padding-right:0rem !important;
	}
	.div-md-3 table th, .div-md-3 table td{
		padding-left:0.1rem !important;
		padding-right:0rem !important;
	}
}
@media screen and (max-width: 1400px) {
	.div-md, .div-md-3{
		display:block;
		width:100%;
		overflow-y:visible;
		overflow-x:visible;
	}
	.div-md table, .div-md-3 table{
		display:block;
		width:100%;
	}
	.div-md table th, .div-md table td, .div-md-3 table th, .div-md-3 table td{
		padding-left:0.3rem;
		padding-right:0.3rem;
	}
}