#pageColors {
	color: #00082c;
	color: #00083c;
	color: #364773;
	color: #3f51b5;
	color: #4e67a7;
	color: #0288d1;
	color: #f44336;
	color: #e0e0e0;
	color: #f6f1ed;
	color: #000000;
	color: #757575; /* rgb(117 117 117) */
	color: #9e9e9e;
	color: #bdbdbd;
	color: #cccccc;
	color: #eeeeee;
	color: #ffffff;
	color: #fec23f;
}

html, body {
	height: 100%;
}

.bgColorMajor {
	/*background-color: #364773;*/
	background-color: #eeeeee;
}

.bgColorMinor {
	background-color: #364773;
}

.body-content {
	height: calc(100% - 54px);
	padding-top: 54px;
}

/*#region Navbar*/
.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}

.navbar {
	/*background: #757575;*/
	/*background: #616161;*/
	/*background: #00083c;*/
	/*background: #364773;*/
	min-height: 54px;
	width: 100%;
	box-shadow: 0 0 4px #000;
}

.manage-nav {
	border-bottom: 3px solid #f44336;
}

.container-fluid {
	padding-left: 8px;
	padding-right: 8px;
}

.brand-container {
	height: 54px;
	display: inline-block;
	float: left;
	width: 295px;
}

.brand-container a.brand {
	background: url('../topbarImg.do');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.nav-container {
	font-size: 14px;
	min-height: 54px;
	width: auto;
	width: 100%;
}

@media (max-width: 768px) {

	.nav-container {
		/*display: none;*/
	}

	.nav-container ~ #nav-icon {
		display: inline-block;
	}

	.nav-container.open {
		display: inline-block;
	}
}

.nav-container.collapsed {
	display: none;
}

.nav-container.collapsed ~ #nav-icon {
	display: inline-block;
}

.nav-container.collapsed.open {
	display: inline-block;
}

ul.tabs-list,
ul.tab-opts-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs-list {
	float: left;
	margin-left: 10px;
}

ul.tabs-list .tab {
	position: relative;
	/*display: table-cell;*/
	display: inline-block;
	min-width: 64px;
	text-align: center;
	margin-right: -4px;
	/*margin-left: 12px;*/
	/*font-size: small;*/
}

ul.tabs-list .tab.tab-right {
	/*float: right;*/
}

ul.tabs-list .tab.tab-right .tab-link {
	padding-right: 8px;
}

ul.tabs-list .tab.tab-small {
	min-width: 32px;
}

ul.tabs-list .tab.active {
	/*background-color: #9e9e9e;*/
	color: #ffffff;
}

/*ul.tabs-list .tab.active::after {*/
/*position: absolute;*/
/*content: '';*/
/*left: 0;*/
/*right: 0;*/
/*height: 4px;*/
/*background-color: #fec23f;*/
/*bottom: 0px;*/
/*}*/

.navbar.one ul.tabs-list .tab.hovered,
.navbar.one div.tab-opts,
.navbar.one div.tab-opts-sub {
	background-color: #4e67a7;
}

ul.tabs-list .tab.hovered {
	background-color: #00083c;
	background-color: #4e67a7;
	/*background-color: #757575;*/
}

ul.tabs-list .tab.active.hovered::after {
	height: 0;
}

ul.tabs-list .tab::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	/*bottom: 54px;*/
	z-index: 1002;
	width: 100%;
	height: 0;
	/*background-color: #3f51b5;*/
	background-color: #fec23f;
	-webkit-transition: height 0.25s ease;
	-moz-transition: height 0.25s ease;
	-ms-transition: height 0.25s ease;
	transition: height 0.25s ease;
}

ul.tabs-list .tab.hovered::before {
	height: 4px;
}

ul.tabs-list .tab .tab-link {
	display: inline-block;
	line-height: 54px;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	color: #f6f1ed;
	position: relative;
	/*cursor: default;*/
}

ul.tabs-list .tab.hovered > .tab-link,
ul.tab-opts-list .tab-opt.hovered > .tab-opt-link {
	color: #fec23f;
}

ul.tabs-list .tab .tab-link .arrow {
	position: relative;
	display: inline-block;
	top: -2px;
	/*top: 45%;*/
	/*right: 8px;*/
	/*width: 0;*/
	/*height: 0;*/

	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
}

ul.tabs-list .tab div.tab-opts-container {
	position: relative;
}

div.tab-opts {
	display: none;
	z-index: 1001;
	position: absolute;
	left: 0;
	background-color: #00083c;
	background-color: #4e67a7;
	/*background-color: #757575;*/
	min-width: 170px;

	/*border-bottom-left-radius: 4px;*/
	/*border-bottom-right-radius: 4px;*/
	/*border-top-right-radius: 4px;*/
	/*box-shadow: 2px 2px 2px -2px #757575, 2px 0px 2px -2px #757575, -2px 2px 2px -2px #757575;*/
}

ul.tabs-list .tab.hovered div.tab-opts {
	display: inline-block;
}

ul.tab-opts-list {
}

ul.tab-opts-list .tab-opt {
	position: relative;
	height: 42px;
	text-align: left;
}

ul.tab-opts-list .tab-opt:last-child {
	/*border-bottom-right-radius: 4px;*/
	/*border-bottom-left-radius: 4px;*/
}

ul.tab-opts-list .tab-opt:last-child::before {
	/*border-bottom-left-radius: 4px;*/
}

ul.tab-opts-list .tab-opt.hovered > .tab-opt-link {
	/*background-color: #00082c;*/
	color: #fec23f;
}

ul.tab-opts-list .tab-opt.hovered::before,
ul.tab-opts-list .tab-opt.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	/*background-color: #3f51b5;*/
	background-color: #fec23f;
}

ul.tab-opts-list .tab-opt .tab-opt-link {
	display: block;
	line-height: 42px;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	color: #fff;
	white-space: nowrap;
}

ul.tab-opts-list .tab-opt .tab-opt-link .arrow {
	position: absolute;
	top: 16px;
	right: 8px;
	width: 0;
	height: 0;

	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
}

ul.tabs-list, ul.tabs-list-right {
	display: inline-block;
}

ul.tabs-list-right {
	float: right;
	margin-left: 0;
}

div.tab-opts-sub {
	display: none;
	z-index: 1001;
	position: absolute;
	top: -42px;
	left: 100%;
	background-color: #00083c;
	background-color: #4e67a7;
	/*background-color: #757575;*/
	min-width: 170px;

	/*border-bottom-left-radius: 4px;*/
	/*border-bottom-right-radius: 4px;*/
	/*border-top-right-radius: 4px;*/
	/*box-shadow: 2px 2px 2px -2px;*/
	/*box-shadow: 2px 2px 2px -2px #757575, 2px 0px -2px -2px #757575, -2px 2px 2px -2px #757575;*/
}

ul.tab-opts-list .tab-opt.hovered > .tab-opts-container .tab-opts-sub {
	display: inline-block;
}

div.tab-opts-sub .tab-opt:first-child {
	border-top-right-radius: 4px;
}

#nav-icon {
	display: none;
	width: 36px;
	height: 32px;
	position: fixed;
	margin-right: 12px;
	margin-top: 14px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0;
	top: 0;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #cccccc;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 10px;
}

#nav-icon span:nth-child(4) {
	top: 20px;
}

#nav-icon.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

/*#endregion Navbar*/

/*#region Login Styles*/
.login-background {
	height: 100%;
	width: 100%;
	background: url("../images/cawbackground-portrait.jpg") no-repeat;
}

@media (min-width: 501px) {
	.login-background {
		background-image: url("../images/cawbackground-landscape.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		background-color: #000000;
	}
}

@media (max-width: 500px) {
	.login-background {
		background-image: url("../images/cawbackground-portrait.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		background-color: #000000;
	}
}

.login-container {
	height: 100%;
	text-align: center;
	position: relative;
}

.login-positional {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}

.login-inner-container {
	position: relative;
	/*background: rgba(0, 0, 0, 0.1);*/
	background: rgba(117, 117, 117, 0.3);
	display: inline-block;
	margin: 64px auto 36px auto;
	padding: 48px 72px 24px 72px;
	border-radius: 6px;
	box-shadow: 0 0 .25em #757575;
	max-width: 444px;
}

.login-inner-container input[type=text],
.login-inner-container input[type=password],
.login-inner-container input[type=submit] {
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	height: auto;
	background-color: #fff;
	/*background-image: none;*/
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*border: 1px solid rgba(0, 0, 0, 0.15);*/
	border-radius: 0.25rem;
	width: 100%;
}

.login-inner-container input[type=text],
.login-inner-container input[type=password] {
	min-width: 260px;
}

.login-inner-container input[type=submit] {
	width: 100%;
	background-color: #364773;
	color: #ffffff;
	border: none;
	/*max-width: 286px;*/
}

.login-inner-container input[type=submit]:disabled {
	background-color: #4e67a7 !important;
	color: #cccccc;
}

.login-container-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: -38px;
	padding: 4px;
}

.login-container-icon img {
	width: 68px;
	height: 68px;
	background: #364773;
	border-radius: 36%;
	padding: 10px;
	box-shadow: 0 0 .1em #757575;
}

.login-container-version {
	padding-top: 16px !important;
	color: #0288d1;
	text-align: center;
}

.login-container-version a {
	color: #0288d1;
	text-decoration: none;
}

.login-container-error {
	color: #f44336;
	padding-top: 4px;
	padding-bottom: 6px;
}

.login-row .manage-label {
	/*color: #ffffff !important;*/
	cursor: pointer;
}

/*#endregion Login Styles*/

/*#region Toolbar Styles*/
.content-container.tree-collapsed .right-content {
	/*width: calc(100% - 34px);*/
	/*left: 34px;*/

	width: calc(100% - 32px);
	left: 0;
	padding-left: 28px;
	padding-right: 4px;
}

.right-content.no-side-bar {
	width: calc(100% - 8px) !important;
	left: 0 !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.content-container.tree-collapsed .left-content {
	width: 0;
}

.content-container.tree-collapsed .left-content table td:first-child,
.content-container.tree-collapsed .tree-container .tree-header .tree-collapse {
	/*display: none;*/
	visibility: hidden;
	z-index: -1;
}

.content-container.tree-collapsed .tree-expand {
	display: inline-block;
}

.content-container.tree-collapsed .vertical-tree-link {
	display: inline-block;
}

.content-container {
	height: 100%;
	position: relative;
}

.left-content, .right-content {
	/*display: inline-block;*/
	height: 100%;
	float: left;
}

.left-content {
	background-color: #e0e0e0;
	width: 230px;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	/*bottom: 0;*/
}

.right-content {
	width: calc(100% - 230px);
	position: relative;
	/*top: 0;*/
	/*bottom: 0;*/
	/*left: 210px;*/
	overflow: auto;
}

.tree-container {
	height: inherit;
	border-right: 1px solid #cccccc;
}

.tree-container .tree-header {
	/*min-height: 46px;*/
	background-color: #4e67a7;
	padding: 8px 0 0 0;
}

.tree-container .tree-header table {
	width: 100%;
	height: 100%;
	border-spacing: 0;
}

.tree-container .tree-header table td {
	white-space: nowrap;
	text-align: center;
	padding: 4px 0;
	vertical-align: top;
	color: #ffffff;
}

.tree-container .tree-header .tree-link {
	text-decoration: none;
	background-color: #364773;
	background-color: #4e67a7;
	color: #e0e0e0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 5px 16px 5px 16px;
	margin-left: 4px;
	word-wrap: normal;
	text-overflow: ellipsis;
	/*display: inline-block;*/
	overflow: hidden;
	max-width: 140px;
	font-weight: bold;
	font-size: 14px;
}

.tree-container .tree-header .tree-link:hover {
	background-color: #4e67a7;
	background-color: #364773;
}

.tree-container .tree-header .tree-collapse,
.tree-expand {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-size: contain;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 4px;
	float: right;
	margin-right: 4px;
	background-color: #4e67a7;
}

.tree-container .tree-header .tree-collapse:hover,
.tree-expand:hover {
	background-color: #364773;
}

.tree-expand {
	display: none;
	margin-left: 4px;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 100;
}

.horizontal-tree-link {
	display: inline-block;
}

.vertical-tree-link {
	display: none;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	left: 28px;
	top: 50px;
	position: absolute;
	z-index: 100;
}

.tree-container .tree {
	/*height: calc(100% - 54px);*/
	overflow-y: auto;
}

/*Prototype for filter*/

.tree-container .tree .filter-area,
.tree-container .tree .filter-area * {
	box-sizing: border-box;
}

.tree-container .tree .filter-area {
	margin-top: 12px;
	padding: 8px;
	position: relative;
}

.tree-container .tree .filter-area::before {
	position: absolute;
	content: '';
	top: 0;
	left: 8px;
	right: 8px;
	height: 1px;
	background-color: #757575;
}

.tree-container .tree .filter-area .title {
	text-align: left;
	font-size: 18px;
	color: #616161;
	margin-bottom: 8px;
	margin-top: 8px;
	position: relative;
}

.tree-container .tree .filter-area .actions {
	text-align: right;
	margin-top: 8px;
}

.filter-area #clearFilterBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px 0;
}

.filter-input {
	margin-bottom: 6px;
}

.filter-input label {
	margin-bottom: 5px;
	font-weight: 700;
	max-width: 100%;
	display: inline-block;
	font-size: 12px;
}

.filter-input > select {
	display: block;
	width: 100%;
}

.body-container {
	/*height: inherit;*/
}

.body-container .body-header {
	height: 54px;
	position: relative;
}

.body-container .sm-body-header {
	height: 16px;
	position: relative;
}

.body-container .body {
	/*height: calc(100% - 70px);*/
	/*overflow-y: auto;*/
	/*padding: 16px 16px 16px 16px;*/
	/*padding-top: 16px;*/
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

div.breadcrumbs-container {
	line-height: 54px;
	margin-left: 16px;
	display: inline-block;
}

ul.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

ul.breadcrumbs li {
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	color: #404040;
	display: inline-block;
}

ul.breadcrumbs li span.no-link {
	color: #364773;
}

ul.breadcrumbs li a {
	text-decoration: none;
	color: #364773;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;
	color: #4e67a7;
}

ul.breadcrumbs li::before {
	content: "/";
	position: absolute;
	right: -12px;
	color: #404040;
}

ul.breadcrumbs li:last-child:hover {
	text-decoration: none;
}

ul.breadcrumbs li:last-child::before {
	content: "";
}

.help-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-size: contain;
	cursor: pointer;
	border-radius: 4px;
	padding: 4px;
	margin-right: 4px;
	margin-top: -6px;
}

.download-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-size: contain;
	cursor: pointer;
	border-radius: 4px;
	padding: 4px;
	margin-right: 4px;
	/*margin-top: -6px;*/
}

.body-header .actions {
	display: inline-block;
	position: absolute;
	right: 24px;
	top: 10px;
}

.body-header .actions .action {
	display: inline-block;
}

.body-header .actions .action a {
	color: #364773;
}

.body-header .actions .action a:hover {
	color: #4e67a7;
}

/*#endregion Toolbar Styles*/

/*#region Button Styles*/

.btn {
	background-color: #2196f3;
	border-radius: 2px;
	text-transform: uppercase;
	border: 1px solid transparent;
	height: 32px;
	padding: 0 6px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: box-shadow 0.4s cubic-bezier(0.25, .8, 0.25, 1);
	-moz-transition: box-shadow 0.4s cubic-bezier(0.25, .8, 0.25, 1);
	-ms-transition: box-shadow 0.4s cubic-bezier(0.25, .8, 0.25, 1);
	-o-transition: box-shadow 0.4s cubic-bezier(0.25, .8, 0.25, 1);
	transition: box-shadow 0.4s cubic-bezier(0.25, .8, 0.25, 1);
	min-width: 6em;
}

.btn.sm {
	height: auto;
}

.btn:disabled,
.btn.disabled {
	background-color: #dfdfdf !important;
	color: #9f9f9f !important;
	pointer-events: none !important;
}

.btn:focus {
	background-color: #1e88e5;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.46);*/
}

.btn:hover {
	background-color: #1e88e5;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.46);
}

.btn:active {
	background-color: #1976d2;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.btn::-moz-focus-inner {
	border: none;
}

.btn:focus,
.btn:active {
	outline: none;
}

.btn.flat {
	background-color: transparent;
	color: #364773;
	color: #000000;
}

.btn.flat:disabled,
.btn.flat.disabled {
	background-color: transparent !important;
	color: #b3b2b2 !important;
}

.btn.flat:focus,
.btn.flat:hover {
	background-color: #eeeeee;
	box-shadow: none;
}

.btn.flat:active {
	background: #e0e0e0;
	box-shadow: none;
}

.btn.flat.blue {
	color: #2196F3;
}

a.btn:visited, a.btn:hover {
	color: #ffffff;
}

a.btn.flat:visited {
	color: #000000;
}

.btn .arrow {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 0;
	height: 0;

	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
}

.std-input {
	display: block;
	width: 100%;
	/*height: 32px;*/
	padding: 5px 8px;
	font-size: 14px;
	color: #555;
	/*background-color: #fff;*/
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.std-input.inline {
	display: inline-block;
	width: auto;
}

.std-input[disabled],
.std-input:disabled {
	cursor: not-allowed;
	background-color: #eee;
}

.std-input:focus {
	border-color: #2196F3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 4px rgba(33, 150, 243, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 4px rgba(33, 150, 243, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 4px rgba(33, 150, 243, 0.6);
}

/*#endregion Button Styles*/

/*#region Loading*/
.loading-progress {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.26);
	z-index: 1000;
	display: none;
}

.loading-progress .dots {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 140px;
	height: 100px;
	font-size: 72px;
	text-align: center;
}

.loading-progress.dots .loading-spinner {
	display: none;
}

.loading-progress .loading-spinner {
	border-radius: 50%;
	width: 72px;
	height: 72px;
	border: 0.75rem solid rgba(255, 255, 255, 0.8);
	border-top-color: #2196F3;
	-webkit-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	position: absolute;
	left: calc(50% - 36px);
	top: calc(50% - 72px);
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*#endregion Loading */

/*#region Unused*/
.colors {
	background-color: #252389;
	background-color: #677077;
	background-color: #b5b5b7;
	background-color: #f2b632;

	background-color: #fec23f;
	background-color: #c79200;
	background-color: #fff571;
	background-color: #3f7bfe;
}

#colors {
	color: #3f51b5;
	color: #f44336;
	color: #e0e0e0;
	color: #f6f1ed;
	color: #757575;
	color: #9e9e9e;
	color: #bdbdbd;
	color: #fec23f;
}

/*#endregion Unused*/

a.warning {
	position: relative;
	font-size: 16px;
	border: 2px solid #ff9800;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	-webkit-animation: scaleWarning .75s infinite alternate;
	-o-animation: scaleWarning .75s infinite alternate;
	animation: scaleWarning .75s infinite alternate;
	vertical-align: middle;
}

a.warning:active,
a.warning:focus {
	outline: none;
}

a.warning::after {
	content: '!';
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ff9800;
}

a.warning::before {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	border: 2px solid #ff9800;
	border-radius: 50%;
	-webkit-animation: pulseWarning 2s linear infinite;
	-o-animation: pulseWarning 2s linear infinite;
	animation: pulseWarning 2s linear infinite;
}

@-webkit-keyframes scaleWarning {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes scaleWarning {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes scaleWarning {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleWarning {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes pulseWarning {
	0% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	30% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	100% {
		background-color: #ff9800;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-o-keyframes pulseWarning {
	0% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	30% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	100% {
		background-color: #F8BB86;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-moz-keyframes pulseWarning {
	0% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	30% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	100% {
		background-color: #F8BB86;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes pulseWarning {
	0% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	30% {
		background-color: transparent;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0.5;
	}
	100% {
		background-color: #F8BB86;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

.secondary-nav {
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.secondary-nav a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	position: relative;
	color: #3f51b5;
	border-bottom: 1px solid #ccc;
	background-color: #ffffff;
}

.secondary-nav a:visited,
.secondary-nav a:hover,
.secondary-nav a:focus,
.secondary-nav a:active {
	color: #3f51b5;
	outline: none;
}

.secondary-nav a:hover {
	background-color: #f6f8fa;
}

.secondary-nav a::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.secondary-nav a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.secondary-nav a:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.secondary-nav a.active {
	color: #040404;
}

.secondary-nav a.disabled {
	opacity: 0.5;
}

.secondary-nav a.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #fec23f;
}

.m-login-container {
	text-align: center;
	position: relative;
	margin-top: 64px;
}

.m-login-container .m-message-box,
.m-login-container .m-login-box {
	display: inline-block;
	height: 440px;
	width: 300px;
	vertical-align: middle;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 40px #000;
	width: 32%;
	padding: 16px;
}

.m-login-container .m-message-box {
	background-color: #364773;
	z-index: 2;
}

.m-login-container .m-login-box {
	background-color: #ffffff;
	height: 420px;
	width: 350px;
	z-index: 1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -5px;
	padding: 24px;
	width: 36%;
}

.m-login-container .m-login-icon img {
	width: 72px;
	height: 72px;
	background: #364773;
}

.m-login-container .login-table {
	width: 100%;
	height: 100%;
	padding: 0 10%;
}

.m-login-container .login-row td {
	padding: 6px 0;
}

.m-login-container .login-container-error {
	font-size: small;
}

.m-login-container .m-login-msg {
	color: #ffffff;
	max-height: 284px;
	overflow-y: auto;
}

.m-login-container .m-login-msg a {
	color: #cccccc;
}

@media (max-width: 768px) {
	.m-login-container .m-message-box,
	.m-login-container .m-login-box {
		border-radius: 4px;
		width: 80%;
		margin: 0;
	}

	.m-login-container .m-message-box {
		height: 300px;
	}

	.m-login-container .m-login-msg {
		max-height: 144px;
	}

	.m-login-container .m-login-box {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		width: 76%;
		height: auto;
	}
}

.ajax-progress-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.46);
	display: none;
}

.ajax-progress-container.showing {
	display: block;
}

.ajax-progress {
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #cccccc;
	width: 220px;
	/*height: 220px;*/
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 110px);
	padding: 16px;
}

.ajax-progress .title {
	text-align: center;
	font-size: 32px;
}

.ajax-progress .title > span {
	display: none;
}

.ajax-progress .title.in-progress span.in-progress {
	display: block;
}

.ajax-progress .title.success span.success {
	display: block;
}

.ajax-progress .title.fail span.fail {
	display: block;
}

.ajax-progress .title .detail {
	padding: 4px;
	font-size: 14px;
	/*display: none;*/
}

.ajax-progress .icon {
	text-align: center;
	padding: 16px;
}

.ajax-progress .buttons {
	text-align: right;
	display: none;
}

.ajax-progress .buttons.showing {
	display: block;
}

.loading-container {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.loading-container.hidden {
	visibility: hidden;
	opacity: 0;
}

.loading-container.in-progress {
	visibility: visible;
	opacity: 1;
}

.loading,
.loading-notch {
	border: 3px solid #dfdfdf;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 0;
}

.loading-container.in-progress .loading-notch {
	border-top: 3px solid #2196f3;
	-webkit-animation: rotate 1s infinite;
	-o-animation: rotate 1s infinite;
	animation: rotate 1s infinite;
}

.loading-container.success .loading-notch,
.loading-container.fail .loading-notch {
	border: none;
}

.loading-container .loading-result,
.loading-container .loading-result::before,
.loading-container .loading-result::after {
	transition: all 0.3s ease;
	width: 0;
	height: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	right: 0;
	top: 0;
}

.loading-container.success .loading-result,
.loading-container.fail .loading-result {
	position: absolute;
	border-radius: 0;
	/*width: 6px;*/
	/*height: 10px;*/
	width: 100%;
	height: 100%;
	/*top: 6px;*/
	/*left: 5px;*/
	top: 0;
	left: 0;
	border-top: none;
	border-left: none;
	border-right: 3px solid green;
	border-bottom: 3px solid green;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	visibility: visible;
	opacity: 1;
}

.loading-container.success .loading-result {
	width: 25%;
	height: 55%;
	top: 15%;
	left: 15%;
}

.loading-container.success .loading {
	border-color: green;
}

.loading-container.fail .loading {
	border-color: red;
}

.loading-container.fail .loading-result {
	border: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	transform-origin: 0;
}

.loading-container.fail .loading-result::before,
.loading-container.fail .loading-result::after {
	position: absolute;
	content: "";
	/*width: 12px;*/
	/*height: 2px;*/
	width: 60%;
	height: 3px;
	background-color: red;
	left: 20%;
	right: 0;
	top: 45%;
	visibility: visible;
	opacity: 1;
}

.loading-container.fail .loading-result::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.loading-container.fail .loading-result::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.loading-container.large {
	width: 48px;
	height: 48px;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}