﻿.loki-formly .nav-tabs {
	border: none;
	margin-bottom: -5px;
	float: right;
}
.loki-formly .portlet-title {
	padding: 20px 5px 5px 15px;
}
.loki-formly .caption-helper {
	font-size: 11px;
}

.input-group-btn i {
	position: relative !important;
	margin: 2px 1px 2px 1px !important;
	right: unset !important;
}
.open > .dropdown-menu {
	width: 100%;
}

/* ============================================================
 * bootstrapSwitch v1.5 by Larentis Mattia @SpiritualGuru
 * http://www.larentis.eu/
 *
 * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
 * http://www.bdmdesign.org/
 *
 * Restyled by KeenThemes for Metronic Theme
 *
 * Project site:
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid;
	border-color: #e3e3e3;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	min-width: 100px;
}

.has-switch.switch-mini {
	min-width: 72px;
}

.has-switch.switch-small {
	min-width: 80px;
}

.has-switch.switch-large {
	min-width: 120px;
}

.has-switch.deactivate {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}

.has-switch.deactivate label,
.has-switch.deactivate span {
	cursor: default !important;
}

.has-switch > div {
	display: inline-block;
	width: 150%;
	position: relative;
	top: 0;
}

.has-switch > div.switch-animate {
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

.has-switch > div.switch-off {
	left: -50%;
}

.has-switch > div.switch-on {
	left: 0%;
}

.has-switch input[type='radio'],
.has-switch input[type='checkbox'] {
	display: none;
}

.has-switch span,
.has-switch label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 100%;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 14px;
	line-height: 20px;
}

.has-switch span.switch-mini,
.has-switch label.switch-mini {
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 10px;
	line-height: 9px;
}

.has-switch span.switch-small,
.has-switch label.switch-small {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 18px;
}

.has-switch span.switch-large,
.has-switch label.switch-large {
	padding-bottom: 9px;
	padding-top: 9px;
	font-size: 16px;
	line-height: normal;
}

.has-switch label {
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	width: 34%;
	color: #ffffff;
	background-color: #f3f3f3;
}

.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
	color: #ffffff;
	background-color: #e6e6e6;
}

.has-switch label:active,
.has-switch label.active {
	background-color: #cccccc;
}

.has-switch label i {
	color: #000;
	line-height: 18px;
	pointer-events: none;
}

.has-switch span {
	text-align: center;
	z-index: 1;
	width: 33%;
}

.has-switch span.switch-left {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.has-switch span.switch-right {
	color: #333333;
	background-color: #e0e0e0;
}

.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
	color: #333333;
	background-color: #e9e9e9;
}

.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
	background-color: #e6e6e6 \9;
}

.has-switch span.switch-primary,
.has-switch span.switch-left {
	color: #ffffff;
	background-color: #005fcc;
}

.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
	color: #ffffff;
	background-color: #0088cc;
}

.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
	background-color: #006699 \9;
}

.has-switch span.switch-info {
	color: #ffffff;
	background-color: #41a7c5;
	border-color: #5bc0de;
}

.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
	color: #ffffff;
	background-color: #5bc0de;
}

.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
	background-color: #31b0d5 \9;
}

.has-switch span.switch-success {
	color: #ffffff;
	background-color: #3cc051;
	border-color: #62c462;
}

.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
	color: #ffffff;
	background-color: #62c462;
}

.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
	background-color: #42b142 \9;
}

.has-switch span.switch-warning {
	color: #ffffff;
	background-color: #fcb322;
	border-color: #fbb450;
}

.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
	color: #ffffff;
	background-color: #fbb450;
}

.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
	background-color: #fa9f1e \9;
}

.has-switch span.switch-danger {
	color: #ffffff;
	background-color: #d14641;
	border-color: #ee5f5b;
}

.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
	color: #ffffff;
	background-color: #ed4e2a;
}

.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
	background-color: #e9322d \9;
}

.has-switch span.switch-default {
	color: #333333;
	background-color: #e0e0e0;
	border-color: #d9d9d9;
}

.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
	color: #333333;
	background-color: #ffffff;
}

.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
	background-color: #e3e3e3 \9;
}

.cssload-wraper {
	width: 0px;
	display: block;
	margin: 97px auto;
}

.cssload-dots {
	font-family: sans-serif;
	font-weight: 100;
}

.cssload-dots:not(:required) {
	overflow: hidden;
	position: relative;
	text-indent: -9749px;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: transparent;
	border-radius: 100%;
	box-shadow: rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
		rgb(68, 170, 238) -14px 14px 0 7px;
	-o-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
		rgb(68, 170, 238) -14px 14px 0 7px;
	-ms-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
		rgb(68, 170, 238) -14px 14px 0 7px;
	-webkit-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
		rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	-moz-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
		rgb(68, 170, 238) -14px 14px 0 7px;
	animation: cssload-dots 5.75s infinite ease-in-out;
	-o-animation: cssload-dots 5.75s infinite ease-in-out;
	-ms-animation: cssload-dots 5.75s infinite ease-in-out;
	-webkit-animation: cssload-dots 5.75s infinite ease-in-out;
	-moz-animation: cssload-dots 5.75s infinite ease-in-out;
	transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
}

@keyframes cssload-dots {
	0% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	8.33% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	16.67% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px, rgb(255, 204, 102) 14px 14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	25% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	33.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee -14px -14px 0 7px;
	}

	41.67% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	50% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	58.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	66.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	75% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	83.33% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee 14px 14px 0 7px;
	}

	91.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	100% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}
}

@-o-keyframes cssload-dots {
	0% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	8.33% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	16.67% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px, rgb(255, 204, 102) 14px 14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	25% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	33.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee -14px -14px 0 7px;
	}

	41.67% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	50% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	58.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	66.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	75% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	83.33% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee 14px 14px 0 7px;
	}

	91.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	100% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}
}

@-ms-keyframes cssload-dots {
	0% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	8.33% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	16.67% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px, rgb(255, 204, 102) 14px 14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	25% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	33.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee -14px -14px 0 7px;
	}

	41.67% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	50% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	58.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	66.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	75% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	83.33% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee 14px 14px 0 7px;
	}

	91.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	100% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}
}

@-webkit-keyframes cssload-dots {
	0% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	8.33% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	16.67% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px, rgb(255, 204, 102) 14px 14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	25% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	33.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee -14px -14px 0 7px;
	}

	41.67% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	50% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	58.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	66.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	75% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	83.33% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee 14px 14px 0 7px;
	}

	91.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	100% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}
}

@-moz-keyframes cssload-dots {
	0% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	8.33% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px, rgb(255, 204, 102) 14px -14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	16.67% {
		box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px, rgb(255, 204, 102) 14px 14px 0 7px,
			rgb(102, 221, 119) 14px 14px 0 7px, rgb(68, 170, 238) -14px 14px 0 7px;
	}

	25% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	33.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee -14px -14px 0 7px;
	}

	41.67% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	50% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	58.33% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	66.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	75% {
		box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
			#44aaee 14px -14px 0 7px;
	}

	83.33% {
		box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee 14px 14px 0 7px;
	}

	91.67% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}

	100% {
		box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
			#44aaee -14px 14px 0 7px;
	}
}

/*---------*/

.cssload-loader {
	width: 244px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	color: rgb(206, 66, 51);
	letter-spacing: 0.2em;
}

.cssload-loader::before,
.cssload-loader::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: rgb(206, 66, 51);
	position: absolute;
	animation: cssload-load 0.81s infinite alternate ease-in-out;
	-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
	-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
	-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
	-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}

.cssload-loader::before {
	top: 0;
}

.cssload-loader::after {
	bottom: 0;
}

@keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}

	50% {
		height: 8px;
		width: 39px;
	}

	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}

	50% {
		height: 8px;
		width: 39px;
	}

	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}

	50% {
		height: 8px;
		width: 39px;
	}

	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}

	50% {
		height: 8px;
		width: 39px;
	}

	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}

	50% {
		height: 8px;
		width: 39px;
	}

	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}
/*--------------------------------*/

.bookshelf_wrapper {
	position: relative;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	zoom: 65%;
}

.books_list {
	margin: 0 auto;
	width: 300px;
	padding: 0;
}

.book_item {
	position: absolute;
	top: -120px;
	box-sizing: border-box;
	list-style: none;
	width: 40px;
	height: 120px;
	opacity: 0;
	background-color: #1e6cc7;
	border: 5px solid white;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	-webkit-animation: travel 2500ms linear infinite;
	animation: travel 2500ms linear infinite;
}

.book_item.first {
	top: -140px;
	height: 140px;
}

.book_item.first:before,
.book_item.first:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: white;
}

.book_item.first:after {
	top: initial;
	bottom: 10px;
}

.book_item.second:before,
.book_item.second:after,
.book_item.fifth:before,
.book_item.fifth:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 17.5px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

.book_item.second:after,
.book_item.fifth:after {
	top: initial;
	bottom: 10px;
}

.book_item.third:before,
.book_item.third:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 10px;
	left: 9px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 5px solid white;
}

.book_item.third:after {
	top: initial;
	bottom: 10px;
}

.book_item.fourth {
	top: -130px;
	height: 130px;
}

.book_item.fourth:before {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	height: 17.5px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

.book_item.fifth {
	top: -100px;
	height: 100px;
}

.book_item.sixth {
	top: -140px;
	height: 140px;
}

.book_item.sixth:before {
	box-sizing: border-box;
	content: '';
	position: absolute;
	bottom: 31px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-color: white;
}

.book_item.sixth:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	bottom: 10px;
	left: 9px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 5px solid white;
}

.book_item:nth-child(2) {
	-webkit-animation-delay: 416.66667ms;
	animation-delay: 416.66667ms;
}

.book_item:nth-child(3) {
	-webkit-animation-delay: 833.33333ms;
	animation-delay: 833.33333ms;
}

.book_item:nth-child(4) {
	-webkit-animation-delay: 1250ms;
	animation-delay: 1250ms;
}

.book_item:nth-child(5) {
	-webkit-animation-delay: 1666.66667ms;
	animation-delay: 1666.66667ms;
}

.book_item:nth-child(6) {
	-webkit-animation-delay: 2083.33333ms;
	animation-delay: 2083.33333ms;
}

.shelf {
	width: 300px;
	height: 5px;
	margin: 0 auto;
	background-color: white;
	position: relative;
}

.shelf:before,
.shelf:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1e6cc7;
	background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 30%, rgba(0, 0, 0, 0) 0%);
	background-image: radial-gradient(rgba(255, 255, 255, 0.5) 30%, rgba(0, 0, 0, 0) 0%);
	background-size: 10px 10px;
	background-position: 0 -2.5px;
	top: 200%;
	left: 5%;
	-webkit-animation: move 250ms linear infinite;
	animation: move 250ms linear infinite;
}

.shelf:after {
	top: 400%;
	left: 7.5%;
}

@-webkit-keyframes move {
	from {
		background-position-x: 0;
	}

	to {
		background-position-x: 10px;
	}
}

@keyframes move {
	from {
		background-position-x: 0;
	}

	to {
		background-position-x: 10px;
	}
}

@-webkit-keyframes travel {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px) rotateZ(0deg) scaleY(1);
		transform: translateX(300px) rotateZ(0deg) scaleY(1);
	}

	6.5% {
		-webkit-transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
		transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
	}

	8.8% {
		-webkit-transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
		transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
	}

	10% {
		opacity: 1;
		-webkit-transform: translateX(270px) rotateZ(0deg);
		transform: translateX(270px) rotateZ(0deg);
	}

	17.6% {
		-webkit-transform: translateX(247.2px) rotateZ(-30deg);
		transform: translateX(247.2px) rotateZ(-30deg);
	}

	45% {
		-webkit-transform: translateX(165px) rotateZ(-30deg);
		transform: translateX(165px) rotateZ(-30deg);
	}

	49.5% {
		-webkit-transform: translateX(151.5px) rotateZ(-45deg);
		transform: translateX(151.5px) rotateZ(-45deg);
	}

	61.5% {
		-webkit-transform: translateX(115.5px) rotateZ(-45deg);
		transform: translateX(115.5px) rotateZ(-45deg);
	}

	67% {
		-webkit-transform: translateX(99px) rotateZ(-60deg);
		transform: translateX(99px) rotateZ(-60deg);
	}

	76% {
		-webkit-transform: translateX(72px) rotateZ(-60deg);
		transform: translateX(72px) rotateZ(-60deg);
	}

	83.5% {
		opacity: 1;
		-webkit-transform: translateX(49.5px) rotateZ(-90deg);
		transform: translateX(49.5px) rotateZ(-90deg);
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(0px) rotateZ(-90deg);
		transform: translateX(0px) rotateZ(-90deg);
	}
}

@keyframes travel {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px) rotateZ(0deg) scaleY(1);
		transform: translateX(300px) rotateZ(0deg) scaleY(1);
	}

	6.5% {
		-webkit-transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
		transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
	}

	8.8% {
		-webkit-transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
		transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
	}

	10% {
		opacity: 1;
		-webkit-transform: translateX(270px) rotateZ(0deg);
		transform: translateX(270px) rotateZ(0deg);
	}

	17.6% {
		-webkit-transform: translateX(247.2px) rotateZ(-30deg);
		transform: translateX(247.2px) rotateZ(-30deg);
	}

	45% {
		-webkit-transform: translateX(165px) rotateZ(-30deg);
		transform: translateX(165px) rotateZ(-30deg);
	}

	49.5% {
		-webkit-transform: translateX(151.5px) rotateZ(-45deg);
		transform: translateX(151.5px) rotateZ(-45deg);
	}

	61.5% {
		-webkit-transform: translateX(115.5px) rotateZ(-45deg);
		transform: translateX(115.5px) rotateZ(-45deg);
	}

	67% {
		-webkit-transform: translateX(99px) rotateZ(-60deg);
		transform: translateX(99px) rotateZ(-60deg);
	}

	76% {
		-webkit-transform: translateX(72px) rotateZ(-60deg);
		transform: translateX(72px) rotateZ(-60deg);
	}

	83.5% {
		opacity: 1;
		-webkit-transform: translateX(49.5px) rotateZ(-90deg);
		transform: translateX(49.5px) rotateZ(-90deg);
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(0px) rotateZ(-90deg);
		transform: translateX(0px) rotateZ(-90deg);
	}
}
.bookshelf_wrapper.default-color .shelf:before,
.bookshelf_wrapper.default-color .shelf:after {
	background: #2b3643 !important;
}
.bookshelf_wrapper.default-color .book_item {
	background-color: #2b3643 !important;
	border: 5px solid #333;
}

/*NgyenBv ag-grid*/
.ag-bootstrap .ag-header-cell-text {
	padding-left: 2px;
	font-weight: 600;
	color: #337ab7;
}

.ag-bootstrap {
	font-family: 'Roboto', sans-serif;
}

.ag-bootstrap-row {
	background-color: #eeeeee;
}

.ag-bootstrap .ag-group-cell {
	font-style: normal !important;
}

.ag-bootstrap .ag-cell {
	border-left: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}

.ag-bootstrap .ag-root {
	border: 1px solid #ddd !important;
}

.ag-bootstrap .ag-header-group-cell {
	border-left: 1px solid #ddd !important;
	background: #eeeeee;
}

.ag-bootstrap .ag-header-cell {
	border-left: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	background: #eeeeee;
}

.ag-bootstrap .ag-header-group-cell.ag-header-group-cell-with-group {
	border-left: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	background: #eeeeee;
}

.ag-bootstrap .ag-cell-focus {
	/* border: none !important; */
}

.ag-bootstrap .ag-cell-focus:focus {
	outline: none;
}

.ag-bootstrap .ag-body {
	background-color: #ffffff;
	min-height: 50px;
}

.ag-bootstrap span.ag-header-select-all {
	text-align: center;
	width: 100%;
	margin-top: 4px;
	margin-left: 3px;
}
.ag-bootstrap span.ag-icon-checkbox-checked,
.ag-bootstrap span.ag-icon-checkbox-unchecked {
	text-align: center;
	width: 100%;
	margin-top: 4px;
}

.ag-bootstrap .ag-header-cell-label {
	font-size: 14px;
	font-weight: 600;
	margin-top: 2.5px;
	margin-left: 5px;
}
.ag-bootstrap .ag-cell {
	padding-top: 2.5px;
	padding-left: 5px;
}

.ag-bootstrap input {
	outline: none !important;
	border: none !important;
	position: relative;
	background-color: #bdc3c7;
}
.ag-bootstrap .ag-cell-inline-editing {
	background-color: #bdc3c7;
}
