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;
}

label {
	font-size: .8rem;
	color: #9e9e9e;
}

.no-wrap{
	white-space: nowrap;
}

.margin-left-5{
	margin-left:5px;
}
.margin-left-10{
	margin-left:10px;
}
.margin-left-15{
	margin-left:15px;
}
.margin-left-20{
	margin-left:20px;
}
.margin-left-25{
	margin-left:25px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-15 {
	margin-right: 15px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-right-25 {
	margin-right: 25px;
}

.div_group_checkbox{
	margin-top:25px;
}
.div_group_checkbox .form-group-label{
	top: -8px;
	padding: 0px;
}

/* Switch
   ========================================================================== */
.switch,
.switch *
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-tap-highlight-color: transparent;

	display: inline-block;
}

.switch label
{
	cursor: pointer;
}

.switch label input[type=checkbox]
{
	width: 0;
	height: 0;

	opacity: 0;
}
.switch label input[type=checkbox]:checked + .lever
{
	background-color: rgba(51, 122, 183, 0.22);
}
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after
{
	left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after
{
	background-color: #337ab7;
}

.switch label .lever
{
	position: relative;

	display: inline-block;

	width: 36px;
	height: 14px;
	margin: 0 16px;
	margin-right: 10px;

	content: '';
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	vertical-align: middle;

	border-radius: 15px;
	background-color: rgba(0, 0, 0, .38);
}
.switch label .lever:before,
.switch label .lever:after
{
	position: absolute;
	top: -3px;
	left: 0;

	display: inline-block;

	width: 20px;
	height: 20px;

	content: '';
	-webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
	-moz-transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease, -moz-transform .1s ease;
	-o-transition: left .3s ease, background .3s ease, box-shadow .1s ease, -o-transform .1s ease;
	transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease;

	border-radius: 50%;
}
.switch label .lever:before
{
	background-color: rgba(51, 122, 183, 0.22);
}
.switch label .lever:after
{
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before
{
	-webkit-transform: scale(2.4);
	-moz-transform: scale(2.4);
	-ms-transform: scale(2.4);
	-o-transform: scale(2.4);
	transform: scale(2.4);

	background-color: rgba(51, 122, 183, 0.22);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before
{
	-webkit-transform: scale(2.4);
	-moz-transform: scale(2.4);
	-ms-transform: scale(2.4);
	-o-transform: scale(2.4);
	transform: scale(2.4);

	background-color: rgba(0, 0, 0, .08);
}

.switch input[type=checkbox][disabled] + .lever
{
	cursor: default;

	background-color: rgba(0, 0, 0, .12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after
{
	background-color: #949494;
}

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.ibox-label{
	display: inline-block;
    height: 34px;
    width: 98%;
	padding:0px;
}

.ibox-title.ibox-label h5{
    border: 1px solid blue;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
    border-radius: 8px 3px 0px 0px;
    -moz-border-radius: 8px 3px 0px 0px;
    -webkit-border-radius: 8px 3px 0px 0px;
    border-top: 1px solid #ECEEEF;
    border-left: 1px solid #ECEEEF;
    border-right: 1px solid #ECEEEF;
    border-bottom: 0px;
    padding: 7px 12px;
    background: #337ab7;
    color: white;
}
.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-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-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:20px;
	min-height:30px;
	width:100%;
	height:100%;
	padding:0.5rem;
}
.hidden{
	display:none;
}

.dialog, .dialog-append, .dialog-new, .link, .pointer, .window-open{
	cursor:pointer;
}

.dialog:active, .dialog-append:active, .dialog-new:active, .link:active, .window-open:active{
	cursor:text;
}

.clear{
	clear:both;
}

.slideDownBox{
	display:none;
}

.paragraph-toggle{
	margin-bottom:10px;
}

.table-hover tbody tr:hover{
	background-color:#C1CDDB !important;
}

.table-horizontal th{
	background:#f9f9f9;
	vertical-align:middle;
}

.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;
	}
}

@media print {
	body {
		height: 500px;
		overflow: hidden;
	}

	body *:not(.print-area-document-inner):not(.print-area-document):not(.print-area-document *):not(style) {
		display: none !important;
	}

	.print-area-document {
		display: block !important;
		background-color: white;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1500;
	}

	@page {
		size: portrait;
		margin: 12mm;
	}


	.ui-dialog,
	.ui-dialog .ui-dialog-content {
		position: unset !important;
		visibility: hidden;
	}

	.print-area-document table { page-break-after:always; }
	.print-area-document tr    { page-break-inside:auto; page-break-after:always; }
	.print-area-document td    { page-break-inside:auto; page-break-after:always; }
	.print-area-document thead { display:table-header-group; }
	.print-area-document tfoot { display:table-footer-group; }
}
