
	html {
		height: 100%;
		width: 100%;
		}

	body {
		z-index: auto;
		position: absolute;
		margin: 0;
		padding: 0;
		overflow: auto;
		-ms-overflow-style: scrollbar; /* stops ie10+ from displaying auto-hiding scroll bar on top of the body content (the domain selector, specifically) */
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		}

	#background-video {
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -7;
		}

	#background-image {
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		position: fixed;
				background-repeat: no-repeat;
		background-attachment: fixed;
		webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -5;
		}

	#background-color {
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		position: fixed;
		background: #f2f4f5;		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -3;
		}

	pre {
		white-space: pre-wrap;
		color: #5f5f5f;
		}

	div#footer {
		display: inline-block;
		width: 100%;
		background: rgba(0,0,0,0.0);
		text-align: center;
		vertical-align: middle;
		padding: 8px;
				-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
		-khtml-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
				}

	div#footer_login {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: rgba(0,0,0,0.0);
		text-align: center;
		vertical-align: middle;
		padding: 8px;
		}

	.footer {
		font-size: 11px;
		font-family: arial;
		line-height: 14px;
		color: rgba(0,0,0,0.1);
		white-space: nowrap;
		}

	.footer > a:hover {
		color: rgba(0,0,0,0.1);
		}

/* MENU: BEGIN ******************************************************************/

	/* help bootstrap v4 menu be scrollable on mobile */
	@media screen and (max-width: 575px) {
		.navbar-collapse {
			max-height: calc(100vh - 60px);
			overflow-y: auto;
			}
	}

	/* main menu container */
	nav.navbar {
					background: #252a32;
				-webkit-box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 5px #000000;
		box-shadow: 0 0 5px #000000;
		border-color: transparent;
		border-width: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		padding: 0;
		}

	/* main menu logo */
	img.navbar-logo {
		border: none;
		height: 27px;
		width: auto;
		padding: 0 10px 0 7px;
		margin-top: -2px;
		cursor: pointer;
		}

	/* menu brand text */
	div.navbar-brand > a.navbar-brand-text {
		color: rgba(255,255,255,0.80);
		font-size: 13pt;
		white-space: nowrap;
		}

	/* menu brand text hover */
	div.navbar-brand > a.navbar-brand-text:hover {
		color: rgba(255,255,255,1.0);
		text-decoration: none;
		}

	/* main menu item */
	ul.navbar-nav > li.nav-item > a.nav-link,
	ul.navbar-nav.ml-auto > li.nav-item > a.nav-link {
		font-family: arial;
		font-size: 10.25pt;
		color: #cccccc;
		padding: 15px 10px 14px 10px; !important;
		}

	ul.navbar-nav > li.nav-item:hover > a.nav-link,
	ul.navbar-nav > li.nav-item:focus > a.nav-link,
	ul.navbar-nav > li.nav-item:active > a.nav-link {
		color: #ffffff;
		background: #4099ff;
		}

	.navbar .navbar-nav > li > a > span.fas,
	.navbar .navbar-nav > li > a > span.fa-solid,
	.navbar .navbar-nav > li > a > span.fa-brands,
	.navbar .navbar-nav > li > a > span.fa-regular {
		margin: 1px 2px 0 0;
		}

	@media(min-width: 768px) {
		.dropdown:hover .dropdown-menu {
			display: block;
			}
		}

	/* sub menu container */
	ul.navbar-nav > li.nav-item > ul.dropdown-menu {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 10px;
		border-color: transparent;
		border-width: 0;
		background: #1d2028;
		-webkit-box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 5px #000000;
		box-shadow: 0 0 5px #000000;
				-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
		-khtml-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
				}

	/* sub menu container (multiple columns) */
	@media(min-width: 576px) {
		ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column {
			width: max-content;
			}
		ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column:hover {
			display: flex;
			}
		}

	ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column > div.row > div > ul.multi-column-dropdown > li.nav-item {
		width: 100%;
		margin-right: calc(10pt * 2);
		}

	/* sub menu item */
	ul.navbar-nav > li.nav-item > ul.dropdown-menu > li.nav-item > a.nav-link,
	ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column > div.row > div > ul.multi-column-dropdown > li.nav-item > a.nav-link {
		width: 100%;
		font-family: arial;
		color: #fff;
		font-size: 10pt;
		margin: 0;
		padding: 3px 14px !important;
		white-space: nowrap;
		}

	ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column > div.row > div > ul.multi-column-dropdown {
		list-style-type: none;
		padding-left: 0;
		}

	ul.navbar-nav > li.nav-item > ul.dropdown-menu > li.nav-item > a.nav-link:hover,
	ul.navbar-nav > li.nav-item > ul.dropdown-menu > li.nav-item > a.nav-link:focus,
	ul.navbar-nav > li.nav-item > ul.dropdown-menu > li.nav-item > a.nav-link:active,
	ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column > div.row > div > ul.multi-column-dropdown > li.nav-item > a.nav-link:hover,
	ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column > div.row > div > ul.multi-column-dropdown > li.nav-item > a.nav-link:focus,
	ul.navbar-nav > li.nav-item > ul.dropdown-menu.multi-column > div.row > div > ul.multi-column-dropdown > li.nav-item > a.nav-link:active {
		color: #ffffff;
		background: #4099ff;
		outline: none;
		}

	a.nav-link {
		text-align: left !important;
		}

	/* sub menu item icon */
	ul.dropdown-menu li.nav-item > a.nav-link > span.fas,
	ul.dropdown-menu li.nav-item > a.nav-link > span.fa-solid,
	ul.dropdown-menu li.nav-item > a.nav-link > span.fa-brands,
	ul.dropdown-menu li.nav-item > a.nav-link > span.fa-regular,
	div.menu_side_sub > a.menu_side_item_sub > span.fas,
	div.menu_side_sub > a.menu_side_item_sub > span.fa-solid,
	div.menu_side_sub > a.menu_side_item_sub > span.fa-brands,
	div.menu_side_sub > a.menu_side_item_sub > span.fa-regular {
		display: inline-block;
		font-size: 8pt;
		margin: 0 0 0 8px;
		}

	div.menu_side_sub > a.menu_side_item_sub > span.fas,
	div.menu_side_sub > a.menu_side_item_sub > span.fa-solid,
	div.menu_side_sub > a.menu_side_item_sub > span.fa-brands,
	div.menu_side_sub > a.menu_side_item_sub > span.fa-regular {
		float: right;
		margin: 4px -3px 0 0;
		}

	/* header domain/user name */
	ul.navbar-nav > li.nav-item > a.header_user,
	ul.navbar-nav > li.nav-item > a.header_domain {
		font-family: arial;
		font-size: 10.25pt;
		color: #cccccc;
		padding: 10px;
		}

	
	
	/* logout icon */
	a.logout_icon {
					display: block;
				color: rgba(255,255,255,0.8);
		padding: 14px 10px 11px 10px;
		}

	a.logout_icon:hover,
	a.logout_icon:focus,
	a.logout_icon:active {
		color: rgba(255,255,255,1.0);
		background: #4099ff;
		}

	a#header_logout_icon {
		display: inline-block;
		font-size: 11pt;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 5px;
		margin-right: 5px;
		}

	/* xs menu toggle button */
/*
	.navbar-inverse .navbar-toggle {
		background: transparent;
		border: none;
		padding: 16px 7px 17px 20px;
		margin: 0 8px;
		}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:active {
		background: transparent;
		}
*/

	button.navbar-toggler {
		min-height: 50px;
		}

	button.navbar-toggler > span.fa-solid.fa-bars {
		color: rgba(255,255,255,0.8);
		}

	button.navbar-toggler > span.fa-solid.fa-bars:hover {
		color: rgba(255,255,255,1.0);
		}

/* SIDE MENU: Begin ***********************************************************/

	/* side menu container */
	div#menu_side_container {
		z-index: 99900;
		position: fixed;
		top: 0;
		left: 0;
		width: 60px;
		height: 100%;
		overflow: auto;
					background: #252a32;
				-webkit-box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 5px #000000;
		box-shadow: 0 0 5px #000000;
		border-color: transparent;
		border-width: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		}

	/* menu side logo */
	a.menu_brand_image {
		display: inline-block;
		text-align: center;
		padding: 13px 20px;
		}

	a.menu_brand_image:hover {
		text-decoration: none;
		}

	img#menu_brand_image_contracted {
		border: none;
		width: auto;
		max-height: 20px;
		max-width: 20px;
		margin-left: -1px;
		}

	img#menu_brand_image_expanded {
		border: none;
		height: auto;
		max-width: 145px;
		max-height: 35px;
		margin-left: -7px;
		}

	/* menu brand text */
	span.menu_brand_text {
		display: inline-block;
		color: rgba(255,255,255,0.80);
		font-weight: 600;
		white-space: nowrap;
		}

	a.menu_brand_text {
		display: inline-block;
		padding: 15px 20px;
		color: rgba(255,255,255,0.80);
		font-weight: 600;
		white-space: nowrap;
		}

	a.menu_brand_text:hover,
	span.menu_brand_text:hover {
		color: rgba(255,255,255,1.0);
		text-decoration: none;
		}

	/* menu side control container */
	div#menu_side_control_container {
		position: -webkit-sticky;
		position: sticky;
		z-index: 99901;
		top: 0;
		padding: 0;
		min-height: 73px;
		text-align: left;
					background: #252a32;
				border-color: transparent;
		border-width: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		}

	div#menu_side_container > a.menu_side_item_main,
	div#menu_side_container > div > a.menu_side_item_main,
	div#menu_side_container > div#menu_side_control_container a.menu_side_item_main {
		display: block;
		width: 100%;
		padding: 10px 20px;
		text-align: left;
		font-family: arial;
		font-size: 10.25pt;
		color: #cccccc;
		cursor: pointer;
		}

	div#menu_side_container > a.menu_side_item_main:hover,
	div#menu_side_container > a.menu_side_item_main:focus,
	div#menu_side_container > a.menu_side_item_main:active,
	div#menu_side_container > div > a.menu_side_item_main:hover,
	div#menu_side_container > div > a.menu_side_item_main:focus,
	div#menu_side_container > div > a.menu_side_item_main:active,
	div#menu_side_container > div#menu_side_control_container > div a.menu_side_item_main:hover,
	div#menu_side_container > div#menu_side_control_container > div a.menu_side_item_main:focus,
	div#menu_side_container > div#menu_side_control_container > div a.menu_side_item_main:active {
		color: #ffffff;
		background: #4099ff;
		text-decoration: none;
		}

	div#menu_side_container > a.menu_side_item_main > i.menu_side_item_icon,
	div#menu_side_container > a.menu_side_item_main > i.menu_side_item_icon,
	div#menu_side_container > a.menu_side_item_main > i.menu_side_item_icon {
		color: #ffffff;
	}

	div#menu_side_container > a.menu_side_item_main:hover > i.menu_side_item_icon,
	div#menu_side_container > a.menu_side_item_main:focus > i.menu_side_item_icon,
	div#menu_side_container > a.menu_side_item_main:active > i.menu_side_item_icon {
		color: #ffffff;
	}

	a.menu_side_item_sub {
		display: block;
		width: 100%;
		padding: 5px 20px 5px 45px;
		text-align: left;
		background: #1d2028;
		font-family: arial;
		font-size: 10pt;
		color: #fff;
		cursor: pointer;
		}

	@media (max-width: 575.98px) {
		a.menu_side_item_sub {
			padding: 8px 20px 8px 45px;
			}
	}

	a.menu_side_item_sub:hover,
	a.menu_side_item_sub:focus,
	a.menu_side_item_sub:active {
		color: #ffffff;
		background: #4099ff;
		text-decoration: none;
		}

	a.menu_side_toggle {
		padding: 10px;
		cursor: pointer;
		}

	div#content_container {
		padding: 0;
		padding-top: 0px;
		text-align: center;
		}

	@media (max-width: 575.98px) {
		div#content_container {
						width: calc(100% - 60);
			}
	}
	@media (min-width: 576px) {
		div#content_container {
						width: calc(100% - 60px);
			float: right;
			}
	}

/* BODY/HEADER BAR *****************************************************************/

			div#body_header {
			position: relative;
			z-index: 1;
			padding: 17px 10px 13px 10px;
			height: 60px;
			background-color: #ffffff;
			-webkit-box-shadow: 0 2px 7px #d0d8e5;
			-moz-box-shadow: 0 2px 7px #d0d8e5;
			box-shadow: 0 2px 7px #d0d8e5;
			}
	
	div#body_header a {
		color: #004083;
		}

	div#body_header a:hover {
		color: #5082ca;
		text-decoration: none;
		}

	div#body_header_user_menu {
		z-index: 6;
		display: none;
		position: absolute;
					top: 50px;
				/* right: specified in /resources/classes/menu.php */
		padding: 15px;
		background-color: #ffffff;
		border: 1px solid #e1e6ee;
				-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
				-webkit-box-shadow: 0 2px 7px #d0d8e5;
		-moz-box-shadow: 0 2px 7px #d0d8e5;
		box-shadow: 0 2px 7px #d0d8e5;
		}

	@media (max-width: 575.98px) {
		div#body_header_user_menu {
			width: calc(100% - 20px);
			/* right: specified in /resources/classes/menu.php */
			}
		}

	div#body_header_user_menu a {
		font-size: 90%;
		text-decoration: none;
		}

	div#body_header_brand_image {
		display: inline-block;
		margin-left: 8px;
		}

	div#body_header_brand_image > a:hover {
		text-decoration: none;
		}

	img#body_header_brand_image {
		border: none;
		margin-top: -4px;
		height: auto;
		max-width: 145px;
		max-height: 35px;
		}

	div#body_header_brand_text {
		display: inline-block;
		margin: 3px 0 0 10px;
		}

	div#body_header_brand_text > a {
		color: rgba(0,0,0,0.9);
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		}

	div#body_header_brand_text > a:hover {
		color: rgba(0,0,0,1.0);
		text-decoration: none;
		}

/* BUTTONS ********************************************************************/

	/* buttons */
	input.btn,
	input.button,
	button.btn-default {
		height: 28px;
		padding: 5px 8px;
		border: 0px solid #242424;
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
						background: #4099ff;
		background-image: -ms-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: -moz-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: -o-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4099ff), color-stop(1, #4099ff));
		background-image: -webkit-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: linear-gradient(to bottom, #4099ff 0%, #4099ff 100%);
				font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
		vertical-align: middle;
		white-space: nowrap;
		}

	input.btn:hover,
	input.btn:active,
	input.btn:focus,
	input.button:hover,
	input.button:active,
	input.button:focus,
	button.btn-default:hover,
	button.btn-default:active,
	button.btn-default:focus {
		cursor: pointer;
		border-color: #000000;
				background: #74b4fd;
		background-image: -ms-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: -moz-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: -o-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #74b4fd), color-stop(1, #74b4fd));
		background-image: -webkit-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: linear-gradient(to bottom, #74b4fd 0%, #74b4fd 100%);
				color: #ffffff;
		}

	/* remove (along with icons in theme/default/config.php) after transition to button class */
	button.btn-icon {
		margin: 0 2px;
		white-space: nowrap;
		}

	/* control icons (define after the default bootstrap btn-default class) */
	button.list_control_icon,
	button.list_control_icon_disabled {
		width: 24px;
		height: 24px;
		padding: 2px;
		margin: 1px;
		border: 0px solid #242424;
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
						background: #4099ff;
		background-image: -ms-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: -moz-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: -o-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4099ff), color-stop(1, #4099ff));
		background-image: -webkit-linear-gradient(top, #4099ff 0%, #4099ff 100%);
		background-image: linear-gradient(to bottom, #4099ff 0%, #4099ff 100%);
				color: #ffffff;
		font-size: 10.5pt;
		text-align: center;
		-moz-opacity: 0.3;
		opacity: 0.3;
		}

	button.list_control_icon:hover,
	button.list_control_icon:active,
	button.list_control_icon:focus {
		cursor: pointer;
		border-color: #000000;
				background: #74b4fd;
		background-image: -ms-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: -moz-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: -o-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #74b4fd), color-stop(1, #74b4fd));
		background-image: -webkit-linear-gradient(top, #74b4fd 0%, #74b4fd 100%);
		background-image: linear-gradient(to bottom, #74b4fd 0%, #74b4fd 100%);
				color: #ffffff;
		-moz-opacity: 1.0;
		opacity: 1.0;
		}

			button:not(.btn-link) > span.button-label.pad {
			margin-left: 6px;
			}
	
	a.disabled,
	button.btn.disabled {
		outline: none; /* hides the dotted outline of the anchor tag on focus/active */
		cursor: default;
		}

/* DISPLAY BREAKPOINTS ****************************************************************/

	/* screen = extra small */
	@media (max-width: 575.98px) {
		.hide-xs,
		.hide-sm-dn,
		.hide-md-dn,
		.hide-lg-dn {
			display: none;
			}

		.show-xs,
		.show-xs-inline,
		.show-sm-dn,
		.show-sm-dn-inline,
		.show-md-dn,
		.show-md-dn-inline,
		.show-lg-dn,
		.show-lg-dn-inline {
			display: inline;
			}

		.show-xs-block,
		.show-sm-dn-block,
		.show-md-dn-block,
		.show-lg-dn-block {
			display: block;
			}

		.show-xs-inline-block,
		.show-sm-dn-inline-block,
		.show-md-dn-inline-block,
		.show-lg-dn-inline-block {
			display: inline-block;
			}

		.show-xs-table-cell,
		.show-sm-dn-table-cell,
		.show-md-dn-table-cell,
		.show-lg-dn-table-cell {
			display: table-cell;
			}
	}

	/* screen = small */
	@media (min-width: 576px) and (max-width: 767.98px) {
		.hide-sm,
		.hide-sm-dn,
		.hide-md-dn,
		.hide-lg-dn,
		.hide-sm-up {
			display: none;
			}

		.show-sm,
		.show-sm-dn,
		.show-sm-dn-inline,
		.show-md-dn,
		.show-md-dn-inline,
		.show-lg-dn,
		.show-lg-dn-inline {
			display: inline;
			}

		.show-sm-block,
		.show-sm-dn-block,
		.show-md-dn-block,
		.show-lg-dn-block {
			display: block;
			}

		.show-sm-inline-block,
		.show-sm-dn-inline-block,
		.show-md-dn-inline-block,
		.show-lg-dn-inline-block {
			display: inline-block;
			}

		.show-sm-table-cell,
		.show-sm-dn-table-cell,
		.show-md-dn-table-cell,
		.show-lg-dn-table-cell {
			display: table-cell;
			}
	}

	/* screen = medium */
	@media (min-width: 768px) and (max-width: 991.98px) {
		.hide-md,
		.hide-md-dn,
		.hide-lg-dn,
		.hide-md-up,
		.hide-sm-up {
			display: none;
			}

		.show-md,
		.show-md-dn,
		.show-md-dn-inline,
		.show-lg-dn,
		.show-lg-dn-inline {
			display: inline;
			}

		.show-md-block,
		.show-md-dn-block,
		.show-lg-dn-block {
			display: block;
			}

		.show-md-inline-block,
		.show-md-dn-inline-block,
		.show-lg-dn-inline-block {
			display: inline-block;
			}

		.show-md-table-cell,
		.show-md-dn-table-cell,
		.show-lg-dn-table-cell {
			display: table-cell;
			}
	}

	/* screen = large */
	@media (min-width: 992px) and (max-width: 1199.98px) {
		.hide-lg,
		.hide-lg-dn,
		.hide-lg-up,
		.hide-md-up,
		.hide-sm-up {
			display: none;
			}

		.show-lg,
		.show-lg-dn,
		.show-lg-dn-inline {
			display: inline;
			}

		.show-lg-block,
		.show-lg-dn-block {
			display: block;
			}

		.show-lg-inline-block,
		.show-lg-dn-inline-block {
			display: inline-block;
			}

		.show-lg-table-cell,
		.show-lg-dn-table-cell {
			display: table-cell;
			}
	}

	/* screen >= extra large */
	@media (min-width: 1200px) {
		.hide-xl,
		.hide-lg-up,
		.hide-md-up,
		.hide-sm-up {
			display: none;
			}

		.show-xl,
		.show-xl-inline {
			display: inline;
			}

		.show-xl-block {
			display: block;
			}

		.show-xl-inline-block {
			display: inline-block;
			}

		.show-xl-table-cell {
			display: table-cell;
			}
	}

	/* hide button labels on medium and smaller screens (only if icons present) */
	@media (max-width: 991.98px) {
		button:not(.btn-link) > span.button-label.hide-md-dn {
			display: none;
			}
	}

/* ICONS *********************************************************************/

	span.icon_body {
		width: 16px;
		height: 16px;
		color: rgba(0,0,0,0.25);
		border: 0;
		}

	span.icon_body:hover {
		color: rgba(0,0,0,0.5);
		}

/* DOMAIN SELECTOR ***********************************************************/

	#domains_container {
		z-index: 99990;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		width: 360px;
		overflow: hidden;
		display: none;
		}

	#domains_block {
		position: absolute;
		right: -300px;
		top: 0;
		bottom: 0;
		width: 340px;
		padding: 20px 20px 100px 20px;
		font-family: arial;
		font-size: 12px;
		overflow: hidden;
		background: #fff;
		-webkit-box-shadow: 0 0 10px #888888;
		-moz-box-shadow: 0 0 10px #888888;
		box-shadow: 0 0 10px #888888;
		}

	#domains_header {
		position: relative;
		width: 300px;
		height: 55px;
		margin-bottom: 20px;
		text-align: left;
		}

	#domains_header > a#domains_title {
		font-weight: 600;
		font-size: 15px;
		font-family: arial;
		color: #000;
		}

	#domains_header > a#domains_title:hover {
		text-decoration: none;
		color: #5082ca;
		}

	#domains_list {
		position: relative;
		overflow: auto;
		width: 300px;
		height: 100%;
		padding: 1px;
		background: #fff;
		border: 1px solid #a4aebf;
		}

	div.domains_list_item, div.domains_list_item_active, div.domains_list_item_inactive {
		text-align: left;
		border-bottom: 1px solid #c5d1e5;
		padding: 5px 8px 8px 8px;
		overflow: hidden;
		white-space: nowrap;
		cursor: pointer;
		}

	div.domains_list_item span.domain_list_item_description,
	div.domains_list_item_active span.domain_list_item_description,
	div.domains_list_item_inactive span.domain_list_item_description,

	div.domains_list_item_active span.domain_active_list_item_description,
	div.domains_list_item_inactive span.domain_inactive_list_item_description {
		font-size: 11px;
		}

	div.domains_list_item span.domain_list_item_description,
	div.domains_list_item_active span.domain_list_item_description,
	div.domains_list_item_inactive span.domain_list_item_description {
		color: #999;
		}

	div.domains_list_item_active a {
		color: #004083;
		}

	div.domains_list_item_inactive a {
		color: #004083;
		}

	div.domains_list_item_active span.domain_active_list_item_description {
		color: #999;
		}

	div.domains_list_item_inactive span.domain_inactive_list_item_description {
		color: #999;
		}

	div.domains_list_item:hover a,
	div.domains_list_item:hover span {
		color: #5082ca;
		}

	div.domains_list_item_active:hover a,
	div.domains_list_item_active:hover span {
		color: #004083;
	}

	div.domains_list_item_inactive:hover a,
	div.domains_list_item_inactive:hover span {
		color: #004083;
	}

/* DOMAIN SELECTOR: END ********************************************************/

	#default_login {
		position: fixed;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 30px;
		width: auto;
		background: rgba(255,255,255,0.3);
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-style: solid;
		border-width: 0;
		border-color: transparent;
		-webkit-box-shadow: 0 1px 20px rgba(140,140,140,0.3);
		-moz-box-shadow: 0 1px 20px rgba(140,140,140,0.3);
		box-shadow: 0 1px 20px rgba(140,140,140,0.3);
		}

	#login_logo {
		text-decoration: none;
		}

	a.login_link {
		color: #004083 !important;
		font-size: 11px;
		font-family: Arial;
		text-decoration: none;
		}

	a.login_link:hover {
		color: #5082ca !important;
		cursor: pointer;
		text-decoration: none;
		}

	.login_text {
		color: #282828 !important;
		font-size: 12px;
		font-family: Arial;
		text-decoration: none;
		}

	
	#main_content {
		display: inline-block;
		width: 100%;
					background: rgba(255,255,255,0);
			background-attachment: fixed;
						-moz-border-radius: 4px 4px 4px 4px;
			-webkit-border-radius: 4px 4px 4px 4px;
			-khtml-border-radius: 4px 4px 4px 4px;
			border-radius: 4px 4px 4px 4px;
						-webkit-box-shadow: 0 1px 4px rgba(255,255,255,0);
			-moz-box-shadow: 0 1px 4px rgba(255,255,255,0);
			box-shadow: 0 1px 4px rgba(255,255,255,0);
			padding: 20px;
					text-align: left;
		color: #5f5f5f;
		font-size: 12px;
		font-family: arial;
		}

	/* default body padding */
	.container-fluid {
		width: 90%;
		}

	/* maximize viewport usage on xs displays */
	@media(min-width: 0px) and (max-width: 767px) {
		.container-fluid {
			width: 100%;
			}

		#main_content {
			padding: 8px;
			}
		}

/* GENERAL ELEMENTS *****************************************************************/

	img {
		border: none;
		}

	.title, b {
		color: #3164ad;
		font-size: 15px;
		font-family: arial;
		font-weight: bold
		}

	a,
	button.btn.btn-link {
		color: #004083;
		text-decoration: none;
		}

	a:hover,
	button.btn.btn-link:hover {
		color: #5082ca;
		text-decoration: none;
		}

	button.btn {
		margin-left: 2px;
		margin-right: 2px;
		}

	button.btn.btn-link {
		margin: 0;
		margin-top: -2px;
		padding: 0;
		border: none;
		font-size: inherit;
		font-family: inherit;
		}

	button.btn > span.fas.fa-spin,
	button.btn > span.fa-solid.fa-spin,
	button.btn > span.fa-brands.fa-spin,
	button.btn > span.fa-regular.fa-spin {
		display: inline-block;
		}

	form {
		margin: 0;
		}

	form.inline {
		display: inline-block;
		}

	/* style placeholder text (for browsers that support the attribute) - note: can't stack, each must be seperate */
	::-webkit-input-placeholder { color: #999999; opacity: 1.0; } /* chrome/opera/safari */
	::-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 19+ */
	:-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 18- */
	:-ms-input-placeholder { color: #999999; opacity: 1.0; } /* ie 10+ */
	::placeholder { color: #999999; opacity: 1.0; } /* official standard */

	select.txt,
	textarea.txt,
	input[type=text].txt,
	input[type=number].txt,
	input[type=password].txt,
	label.txt,
	select.formfld,
	textarea.formfld,
	input[type=text].formfld,
	input[type=number].formfld,
	input[type=url].formfld,
	input[type=password].formfld,
	input[type=email].formfld,
	label.formfld {
		font-family: Arial;
		font-size: 12px;
		color: #000;
		text-align: left;
		height: 28px;
		padding: 4px 6px;
		margin: 1px;
		border-width: 1px;
		border-style: solid;
		border-color: #c0c0c0;
		outline-width: 3px;
							outline-color: transparent;
				background: #fff;
					-webkit-box-shadow: 0 0 3px #cddaf0 inset;
			-moz-box-shadow:  0 0 3px #cddaf0 inset;
			box-shadow:  0 0 3px #cddaf0 inset;
							-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
						vertical-align: middle;
		}

	select.txt,
	textarea.txt,
	input[type=text].txt,
	input[type=number].txt,
	input[type=password].txt,
	input[type=email].txt,
	select.formfld,
	textarea.formfld,
	input[type=text].formfld,
	input[type=number].formfld,
	input[type=url].formfld,
	input[type=password].formfld,
	input[type=email].formfld {
		transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-webkit-transition: all 0.25s ease;
		}

	input[type=text].txt.password,
	input[type=text].formfld.password {
		font-family: monospace !important;
		max-width: 164px;
		}

	select.txt,
	select.formfld {
		padding: 4px 2px;
		}

	/* firefox only - adjust left padding */
	@-moz-document url-prefix() {
		select.txt,
		select.formfld {
			padding-left: 6px;
			}
		}

	select.txt:hover,
	textarea.txt:hover,
	input[type=text].txt:hover,
	input[type=number].txt:hover,
	input[type=password].txt:hover,
	input[type=email].txt:hover,
	label.txt:hover,
	select.formfld:hover,
	textarea.formfld:hover,
	input[type=text].formfld:hover,
	input[type=number].formfld:hover,
	input[type=url].formfld:hover,
	input[type=password].formfld:hover,
	input[type=email].formfld:hover,
	label.formfld:hover {
		border: none !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: #c0c0c0 !important;
					outline-width: 3px !important;
									outline-color: transparent !important;
				}

	select.txt:focus,
	textarea.txt:focus,
	input[type=text].txt:focus,
	input[type=number].txt:focus,
	input[type=password].txt:focus,
	input[type=email].txt:focus,
	label.txt:focus,
	select.formfld:focus,
	textarea.formfld:focus,
	input[type=text].formfld:focus,
	input[type=number].formfld:focus,
	input[type=url].formfld:focus,
	input[type=password].formfld:focus,
	input[type=email].formfld:focus,
	label.formfld:focus {
		border: none !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: #c0c0c0 !important;
		/* first clear */
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		/* then set */
							-webkit-box-shadow: 0 0 5px #cddaf0;
				-moz-box-shadow:  0 0 5px #cddaf0;
				box-shadow:  0 0 5px #cddaf0;
						}

	select.txt:focus-visible,
	textarea.txt:focus-visible,
	input[type=text].txt:focus-visible,
	input[type=number].txt:focus-visible,
	input[type=password].txt:focus-visible,
	input[type=email].txt:focus-visible,
	label.txt:focus-visible,
	select.formfld:focus-visible,
	textarea.formfld:focus-visible,
	input[type=text].formfld:focus-visible,
	input[type=number].formfld:focus-visible,
	input[type=url].formfld:focus-visible,
	input[type=password].formfld:focus-visible,
	input[type=email].formfld:focus-visible,
	label.formfld:focus-visible {
					outline-width: 3px !important;
									outline-color: transparent !important;
				}

	select.txt:hover:focus,
	textarea.txt:hover:focus,
	input[type=text].txt:hover:focus,
	input[type=number].txt:hover:focus,
	input[type=password].txt:hover:focus,
	input[type=email].txt:hover:focus,
	label.txt:hover:focus,
	select.formfld:hover:focus,
	textarea.formfld:hover:focus,
	input[type=text].formfld:hover:focus,
	input[type=number].formfld:hover:focus,
	input[type=url].formfld:hover:focus,
	input[type=password].formfld:hover:focus,
	input[type=email].formfld:hover:focus,
	label.formfld:hover:focus {
		border: none !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: #c0c0c0 !important;
		}

	select.txt:hover:focus-visible,
	textarea.txt:hover:focus-visible,
	input[type=text].txt:hover:focus-visible,
	input[type=number].txt:hover:focus-visible,
	input[type=password].txt:hover:focus-visible,
	input[type=email].txt:hover:focus-visible,
	label.txt:hover:focus-visible,
	select.formfld:hover:focus-visible,
	textarea.formfld:hover:focus-visible,
	input[type=text].formfld:hover:focus-visible,
	input[type=number].formfld:hover:focus-visible,
	input[type=url].formfld:hover:focus-visible,
	input[type=password].formfld:hover:focus-visible,
	input[type=email].formfld:hover:focus-visible,
	label.formfld:hover:focus-visible {
					outline-width: 3px !important;
									outline-color: transparent !important;
				}

	textarea.txt,
	textarea.formfld {
		resize: both;
		}

	input.txt.login {
		font-family: Arial;
		font-size: 12px;
		color: #000;
		border-width: 1px;
		border-style: solid;
		border-color: #c0c0c0;
		outline-width: 3px;
							outline-color: transparent;
				background: #fff;
		/* first clear */
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		/* then set */
							-webkit-box-shadow: 0 0 3px 0 0 3px #cddaf0 inset inset,0 0 5px ;
				-moz-box-shadow:  0 0 3px 0 0 3px #cddaf0 inset inset,0 0 5px ;
				box-shadow:  0 0 3px 0 0 3px #cddaf0 inset inset,0 0 5px ;
								-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
						}

	input.txt.login:hover {
		border: none !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: #c0c0c0 !important;
					outline-width: 3px !important;
									outline-color: transparent !important;
				}

	input.txt.login:focus {
		border: none !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: #c0c0c0 !important;
		/* first clear */
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		/* then set */
							-webkit-box-shadow: 0 0 3px  inset,0 0 5px 0 0 5px #cddaf0;
				-moz-box-shadow:  0 0 3px  inset,0 0 5px 0 0 5px #cddaf0;
				box-shadow:  0 0 3px  inset,0 0 5px 0 0 5px #cddaf0;
						}

	input.txt.login:focus-visible {
		outline: none !important;
					outline-width: 3px !important;
									outline-color: transparent !important;
				}

	input.txt.login:hover:focus {
		border: none !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-color: #c0c0c0 !important;
		}

	input.txt.login:hover:focus-visible {
		outline: none !important;
					outline-width: 3px !important;
									outline-color: transparent !important;
				}

	/* style placeholder text (for browsers that support the attribute) - note: can't stack, each must be seperate */
	input.txt.login::-webkit-input-placeholder { color: #999999; opacity: 1.0;; } /* chrome/opera/safari */
	input.txt.login::-moz-placeholder { color: #999999; opacity: 1.0;; } /* ff 19+ */
	input.txt.login:-moz-placeholder { color: #999999; opacity: 1.0;; } /* ff 18- */
	input.txt.login:-ms-input-placeholder { color: #999999; opacity: 1.0;; } /* ie 10+ */
	input.txt.login::placeholder { color: #999999; opacity: 1.0;; } /* official standard */

	input[type=password].formfld_highlight_bad,
	input[type=password].formfld_highlight_bad:hover,
	input[type=password].formfld_highlight_bad:active,
	input[type=password].formfld_highlight_bad:focus {
		border-color: #aa2525;
		-webkit-box-shadow: 0 0 3px #aa2525 inset;
		-moz-box-shadow: 0 0 3px #aa2525 inset;
		box-shadow: 0 0 3px #aa2525 inset;
		}

	input[type=password].formfld_highlight_good,
	input[type=password].formfld_highlight_good:hover,
	input[type=password].formfld_highlight_good:active,
	input[type=password].formfld_highlight_good:focus {
		border-color: #2fb22f;
		-webkit-box-shadow: 0 0 3px #2fb22f inset;
		-moz-box-shadow: 0 0 3px #2fb22f inset;
		box-shadow: 0 0 3px #2fb22f inset;
		}

	/* removes spinners (increment/decrement controls) inside input fields */
	input[type=number] { -moz-appearance: textfield; }
	::-webkit-inner-spin-button { -webkit-appearance: none; }
	::-webkit-outer-spin-button { -webkit-appearance: none; }

	/* disables text input clear 'x' in IE 10+, slows down autosizeInput jquery script */
	input[type=text]::-ms-clear {
		display: none;
	}

	/* expand list search input on focus */
	input[type=text].list-search {
		width: 70px;
		min-width: 70px;
		margin-left: 15px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		transition: all 0.25s ease;
		vertical-align: middle;
		}

	input[type=text].list-search:focus {
		width: 150px;
		}

	input.fileinput {
		padding: 1px;
		display: inline;
		}

	input[type=checkbox] {
		margin-top: 2px;
		}

	label {
		font-weight: normal;
		vertical-align: middle;
		}

	label input[type=checkbox],
	label input[type=radio] {
		vertical-align: -2px;
		margin: 0;
		padding: 0;
		}

	span.playback_progress_bar {
		background-color: #b90004;
					width: 2px;
			height: 70px;
			margin-bottom: 0;
			border-radius: 0;
				display: block;
		-moz-border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;
		-khtml-border-radius: 0 0 6px 6px;
		-webkit-box-shadow: 0 0 3px 0px rgba(185,0,4,0.8);
		-moz-box-shadow: 0 0 3px 0px rgba(185,0,4,0.8);
		box-shadow: 0 0 3px 0px rgba(185,0,4,0.8);
		pointer-events: none;
		}

	td.vtable.playback_progress_bar_background,
	table.list tr.list-row td.playback_progress_bar_background {
		padding: 0;
		border: none;
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.10) 0%, transparent 100%);
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.10) 0%, transparent 100%);
		background-image: -o-linear-gradient(top, rgba(0,0,0,0.10) 0%, transparent 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.10)), color-stop(1, transparent));
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.10) 0%, transparent 100%);
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, transparent 100%);
		overflow: hidden;
					padding-bottom: 0px;
			background-size: 100% 100% !important;
			background-repeat: no-repeat;
			cursor: pointer;
				}

	div.pwstrength_progress {
		display: none;
		}

	div.pwstrength_progress > div.progress {
		max-width: 200px;
		height: 6px;
		margin: 1px 0 0 1px;
		background: rgb(245, 245, 245);
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
				}

	div.pwstrength_progress_password_reset > div.progress {
		margin: 0 auto 4px auto;
		width: 200px;
		max-width: 200px;
		background: #fff;
		border-width: 1px;
		border-color: #c0c0c0;
		}

/* TOGGLE SWITCH *******************************************************/

	.switch { /* container */
		position: relative;
		display: inline-block;
		width: 50px;
							height: 26px;
				margin: 1px;
				-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
				}

	.switch > input {
		display: none;
		}

	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #c0c0c0;
							border-radius: 22px;
				-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		transition: all 0.25s ease;
		}

	.slider:before { /* when disabled */
		position: absolute;
					content: '';
									height: 22px;
			width: 22px;
				top: 2px;
		left: 2px;
		bottom: 2px;
		background: #ffffff;
							border-radius: 50%;
				-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		transition: all 0.25s ease;
		}

	input:checked + .slider { /* when enabled */
		background: #4099ff;
		}

	input:focus + .slider { /* when focused, required for switch movement */
		}

	input:checked + .slider:before { /* distance switch moves horizontally */
									-webkit-transform: translateX(24px);
			-ms-transform: translateX(24px);
			transform: translateX(24px);
				}

/* TABLES *****************************************************************/

	table {
		border-collapse: separate;
		border-spacing: 0;
		}

	th {
		padding: 4px 7px 4px 0;
		padding: 4px 7px;
		text-align: left;
		color: #3164ad;
		font-size: 12px;
		font-family: arial;
		background: none;
		border-bottom: 1px solid #a4aebf;
		}

	th a, th a:visited, th a:active {
		color: #3164ad;
		text-decoration: none;
		}

	th a:hover {
		color: #3164ad;
		text-decoration: none;
		}

	td {
		color: #5f5f5f;
		font-size: 12px;
		font-family: arial;
		}

	table.tr_hover tr {
		cursor: default;
		}

	table.tr_hover tr:hover td,
	table.tr_hover tr:hover td a {
		color: #5082ca;
		cursor: pointer;
		}

	table.tr_hover tr.tr_link_void:hover td {
		color: #000;
		cursor: default;
		}

	table.tr_hover tr td.tr_link_void {
		cursor: default;
		}

	td.list_control_icons {
		width: 52px;
		padding: none;
		padding-left: 2px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		}

	td.list_control_icon {
		width: 26px;
		padding: none;
		padding-left: 2px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		}

	/* form: label/field format */
	.vncell { /* form_label */
		background: #f2f4f7;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-right: 3px solid #f2f4f7;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		vertical-align: top;
		}

	.vncellreq { /* form_label_required */
		background: #f2f4f7;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-right: 3px solid #cbcfd5;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000;
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		vertical-align: top;
		}

	.vtable { /* form_field */
		background: #fff;
				-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
				border-bottom: 1px solid #e5e9f0;
		padding: 6px;
		text-align: left;
		vertical-align: middle;
		color: #666;
		font-family: Arial;
		font-size: 8pt;
		}

	/* form: heading/row format */
	.vncellcol { /* form_heading */
		background: #f2f4f7;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-bottom: 3px solid #f2f4f7;
		padding: 8px 8px 4px 8px;
		text-align: left;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		}

	.vncellcolreq { /* form_heading_required */
		background: #f2f4f7;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-bottom: 3px solid #cbcfd5;
		padding: 8px 8px 4px 8px;
		text-align: left;
		color: #000;
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		}

	.vtablerow { /* form_row */
				height: 36px;
		background: #fff;
				-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
				border-bottom: 1px solid #e5e9f0;
		padding: 3px 0;
		text-align: left;
		vertical-align: middle;
		color: #666;
		font-family: Arial;
		font-size: 8pt;
		}

	.vtablerow > label {
		margin-left: 0.6em;
		margin-right: 0.6em;
		margin-bottom: 2px;
		}

	.row_style0 {
		border-bottom: 1px solid #ffffff;
		background: #f2f4f6;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

	.row_style1 {
		border-bottom: 1px solid #ffffff;
		background: #ffffff;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

	.row_style_slim {
		padding-top: 0;
		padding-bottom: 0;
		white-space: nowrap;
		}

	.row_stylebg {
		border-bottom: 1px solid #ffffff;
		background: #f0f2f6;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

/* RESPONSE MESSAGE STACK *******************************************************/

	#message_container {
		z-index: 99998;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 0;
		}

	.message_text {
		z-index: 99999;
		margin: 0 auto;
		text-align: center;
		font-family: arial, san-serif;
		font-size: 10pt;
		display: block;
		color: #666;
		background: #fafafa;
		box-shadow: inset 0px 7px 8px -10px #666;
		opacity: 0;
		padding: 20px;
min-height: 60px;
		}

	.message_mood_positive {
		color: #004200;
		background: #ccffcc;
		box-shadow: inset 0px 7px 8px -10px #004200;
		}

	.message_mood_negative {
		color: #670000;
		background: #ffcdcd;
		box-shadow: inset 0px 7px 8px -10px #670000;
		}

	.message_mood_alert {
		color: #d66721;
		background: #ffe585;
		box-shadow: inset 0px 7px 8px -10px #d66721;
		}

/* OPERATOR PANEL ****************************************************************/

	div.op_ext {
		float: left;
		width: 235px;
		margin: 0px 8px 8px 0px;
		padding: 0px;
		border-style: solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 3px #fff;
		-moz-box-shadow: 0 0 3px #fff;
		box-shadow: 0 0 3px #fff;
		border-width: 1px 3px;
		border-color: #b9c5d8;
		background-color: #f2f4f7;
		cursor: default;
		}

	div.ur_ext {
		position: relative;
		float: left;
		width: 235px;
		margin: 0px 8px 8px 0px;
		padding: 0px;
		border-style: solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 3px #fff;
		-moz-box-shadow: 0 0 3px #fff;
		box-shadow: 0 0 3px #fff;
		border-width: 1px 3px;
		border-color: #b9c5d8;
		background-color: #f2f4f7;
		cursor: not-allowed;
		opacity: 0.5;
		}

	div.ur_ext:after {
		position: absolute;
		content: "";
		z-index: 10;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: block;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		opacity: 0.5;
		}

	div.op_state_active {
		background-color: #baf4bb;
		border-width: 1px 3px;
		border-color: #77d779;
		}

	div.op_state_ringing {
		background-color: #a8dbf0;
		border-width: 1px 3px;
		border-color: #41b9eb;
		}

	div.op_valet_park_active {
		border-width: 1px 3px;
		background-color: #B9A6FC;
		border-color: #B9A6FC;
		}

	table.op_ext, table.ur_ext {
		width: 100%;
		height: 70px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #e5eaf5;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

	td.op_ext_icon {
		vertical-align: middle;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

	img.op_ext_icon {
		cursor: move;
		width: 39px;
		height: 42px;
		border: none;
		}

	td.op_ext_info {
		text-align: left;
		vertical-align: top;
		font-family: arial;
		font-size: 10px;
		overflow: auto;
		width: 100%;
		padding: 3px 5px 3px 7px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #ffffff;
		}

	td.op_state_ringing {
		background-color: #d1f1ff;
		}

	td.op_state_active {
		background-color: #e1ffe2;
		}

	td.op_valet_park_active {
		background-color: #ECE3FF;
		}

	table.op_valet_park_active {
		background-color: #B9A6FC;
		}

	table.op_state_ringing {
		background-color: #a8dbf0;
		}

	table.op_state_active {
		background-color: #baf4bb;
		}

	.op_user_info {
		font-family: arial;
		font-size: 10px;
		display: inline-block;
		}

	.op_user_info strong {
		color: #3164AD;
		}

	.op_caller_info {
		display: block;
		margin-top: 4px;
		font-family: arial;
		font-size: 10px;
		}

	.op_call_info {
		display: inline-block;
		padding: 0px;
		font-family: arial;
		font-size: 10px;
		}

	#op_btn_status_available {
		background-image: -moz-linear-gradient(top, #8ec989 0%, #2d9c38 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ec989), color-stop(1, #2d9c38));
		background-color: #2d9c38;
		border: 1px solid #006200;
		}

	#op_btn_status_available_on_demand {
		background-image: -moz-linear-gradient(top, #abd0aa 0%, #629d62 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #abd0aa), color-stop(1, #629d62));
		background-color: #629d62;
		border: 1px solid #619c61;
		}

	#op_btn_status_on_break {
		background-image: -moz-linear-gradient(top, #ddc38b 0%, #be8e2c 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddc38b), color-stop(1, #be8e2c));
		background-color: #be8e2c;
		border: 1px solid #7d1b00;
		}

	#op_btn_status_do_not_disturb {
		background-image: -moz-linear-gradient(top, #cc8984 0%, #960d10 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cc8984), color-stop(1, #960d10));
		background-color: #960d10;
		border: 1px solid #5b0000;
		}

	#op_btn_status_logged_out {
		background-image: -moz-linear-gradient(top, #cacac9 0%, #8d8d8b 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cacac9), color-stop(1, #8d8d8b));
		background-color: #8d8d8b;
		border: 1px solid #5d5f5a;
		}

/* CARD **********************************************************************/

	div.card {
		margin-bottom: 15px;
		overflow-x: auto;
		border: 1px solid #ffffff;;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
padding: 20px;
background-color: #ffffff;
-webkit-box-shadow: 0 2px 7px #d0d8e5;
-moz-box-shadow: 0 2px 7px #d0d8e5;
box-shadow: 0 2px 7px #d0d8e5;
		}

		div.card:has(.datetimepicker) {
			overflow-x: visible;
		}

/* DASHBOARD **********************************************************************/

	/* login message */
	div.login_message {
		border: 1px solid #bae0ba;
		background-color: #eeffee;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 20px;
		margin-bottom: 15px;
		}

	/* hud boxes */
	div.hud_box {
		height: auto;
		vertical-align: top;
		text-align: center;
				-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
				border: 1px solid #ffffff;
		overflow: hidden;
		margin: -1px;
		}

	div.hud_box:hover {
		border: 1px solid #ffffff;
		}

	div.widget div.hud_box:first-of-type {
		background: #ffffff;
background-image: linear-gradient(90deg,  0%, #ffffff 30%, #ffffff 70%,  100%);
-webkit-box-shadow: 0 px 7px #d0d8e5;
-moz-box-shadow: 0 2px 7px #d0d8e5;
box-shadow: 0 2px 7px #d0d8e5;
		}

	span.hud_title {
		display: block;
		width: 100%;
		font-family: Arial, Calibri, Candara, Segoe, "Segoe UI", Optima, sans-serif;
		text-shadow: 0px 1px 2px rgba(0,0,0,0);
		letter-spacing: -0.02em;
		color: #444;
		font-size: 13px;
		font-weight: bold;
				line-height: 32px;
		text-align: center;
		background: ;
		border-bottom: 1px solid 51,51,51;
		overflow: hidden;
		}

	span.hud_title:hover {
		color: ;
		text-shadow: 0px 1px 2px rgba(0,0,0,0);
		background: ;
		cursor: pointer;
		}

	span.hud_stat {
		display: block;
		clear: both;
		text-align: center;
		text-shadow: 0px 2px 2px rgba(0,0,0,0);
		width: 100%;
		color: #444;
		font-family: Arial, Calibri, Candara, Segoe, "Segoe UI", Optima, sans-serif;
		font-size: 60pt;
				line-height: 76pt;
		font-weight: normal;
		background: ;
		border-top: 1px solid 51,51,51;
		overflow: hidden;
				padding-top: 21px;
		padding-bottom: 21px;
		}

	span.hud_stat:hover {
		color: ;
		text-shadow: 0px 2px 2px rgba(0,0,0,0);
		background: ;
		cursor: pointer;
		}

	span.hud_stat_title {
		display: block;
		clear: both;
		width: 100%;
		height: 30px;
		cursor: default;
		text-align: center;
		text-shadow: 0px 1px 1px #737983;
		color: #fff;
		font-size: 14px;
		padding-top: 4px;
		white-space: nowrap;
		letter-spacing: -0.02em;
		font-weight: normal;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		background: ;
		border-bottom: 1px solid 0,0,0;
		margin: 0;
		overflow: hidden;
		}

	span.hud_stat:hover + span.hud_stat_title {
		color: ;
		text-shadow: 0px 1px 1px rgba(0,0,0,0);
		background: ;
		}

	div.hud_details {
		/*
		-moz-box-shadow: inset 0 7px 7px -7px #ffffff, inset 0 -8px 12px -10px #ffffff;
		-webkit-box-shadow: inset 0 7px 7px -7px #ffffff, inset 0 -8px 12px -10px #ffffff;
		box-shadow: inset 0 7px 7px -7px #ffffff, inset 0 -8px 12px -10px #ffffff;
		*/
		padding-bottom: 15px;
		overflow-y: auto;
		}

	@media(min-width: 0px) and (max-width: 1199px) {
		div.hud_details {
			display: none;
			height: auto;
			}
		}

	@media(min-width: 1200px) {
		div.hud_details {
			height: 350px;
			display: block;
			background: #ffffff;
background-image: linear-gradient(90deg,  0%, #ffffff 30%, #ffffff 70%,  100%);
			}
		}

	th.hud_heading {
		text-align: left;
		font-size: 11px;
		font-family: arial;
		color: #3164ad;
		padding-top: 3px;
		}

	th.hud_heading:first-of-type {
				-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
				}

	th.hud_heading:first-of-type {
				-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
				}

	td.hud_text {
		font-size: 11px;
		color: #000;
		text-align: left;
		vertical-align: middle;
		}

	td.hud_text.input {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		white-space: nowrap;
		}

	span.hud_expander {
		display: block;
		clear: both;
		background: #e5e9f0;
		padding: 4px 0;
		text-align: center;
		width: 100%;
		height: 25px;
		font-size: 13px;
		line-height: 5px;
		color: #a4aebf;
		border-top: 1px solid #ffffff;
		}

	span.hud_expander:hover {
		color: #a4aebf;
		background: #ebeef3;
		cursor: pointer;
		}

/* PLUGINS ********************************************************************/

	/* bootstrap colorpicker  */
	.colorpicker-2x .colorpicker-saturation {
		width: 200px;
		height: 200px;
		}

	.colorpicker-2x .colorpicker-hue,
	.colorpicker-2x .colorpicker-alpha {
		width: 30px;
		height: 200px;
		}

	.colorpicker-2x .colorpicker-color,
	.colorpicker-2x .colorpicker-color div{
		height: 30px;
		}

	/* jquery ui autocomplete styles */
	.ui-widget {
		margin: 0px;
		padding: 0px;
		}

	.ui-autocomplete {
		cursor: default;
		position: absolute;
		max-height: 200px;
		overflow-y: auto;
		overflow-x: hidden;
		white-space: nowrap;
		width: auto;
		border: 1px solid #c0c0c0;
		}

	.ui-menu, .ui-menu .ui-menu-item {
		width: 350px;
		}

	.ui-menu .ui-menu-item a {
		text-decoration: none;
		cursor: pointer;
		border-color: #fff;
		background-image: none;
		background-color: #fff;
		white-space: nowrap;
		font-family: arial;
		font-size: 12px;
		color: #444;
		}

	.ui-menu .ui-menu-item a:hover {
		color: #5082ca;
		border: 1px solid white;
		background-image: none;
		background-color: #fff;
		}

/* CSS GRID ********************************************************************/

	div.grid {
		width: 100%;
		display: grid;
		grid-gap: 0;
		}

	div.grid > div.box.contact-details {
		border: 1px solid #ffffff;;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
padding: 20px;
background-color: #ffffff;
-webkit-box-shadow: 0 2px 7px #d0d8e5;
-moz-box-shadow: 0 2px 7px #d0d8e5;
box-shadow: 0 2px 7px #d0d8e5;
		}

	div.grid.contact-details {
		grid-template-columns: 50px auto;
		}

	div.grid > div.box {
		padding: 0;
		padding-bottom: 5px;
		}

	div.grid > div.box.contact-details-label {
		font-size: 87%;
		letter-spacing: -0.03em;
		vertical-align: middle;
		white-space: nowrap;
		}

	div.form_grid {
		width: 100%;
		display: grid;
		grid-gap: 0;
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
		}

	div.form_set {
		width: 100%;
		display: grid;
		grid-gap: 0;
		grid-template-columns: 150px minmax(200px, 1fr);
		}

	div.form_set > .label {
		background: #f2f4f7;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-right: 3px solid #f2f4f7;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		white-space: nowrap;
		vertical-align: top;
		}

	div.form_set > .label.required {
		background: #f2f4f7;
				-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-khtml-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
				border-right: 3px solid #cbcfd5;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000;
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		white-space: nowrap;
		vertical-align: top;
		}

	div.form_set > .field {
		background: #fff;
				-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
				border-bottom: 1px solid #e5e9f0;
		padding: 6px;
		text-align: left;
		vertical-align: middle;
		color: #666;
		font-family: Arial;
		font-size: 8pt;
		position: relative;
		}

	div.form_set > .field.no-wrap {
		white-space: nowrap;
		}

/* LIST ACTION BAR *************************************************************/

	div.action_bar {
		z-index: 5;
				top: 0;
		text-align: left;
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 0;
		background: none;
		box-shadow: none;
		position: -webkit-sticky;
position: sticky;
padding: 15px 20px 15px 20px;
margin: -10px -20px 10px -20px;
min-height: 60px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		transition: all 0.25s ease;
		}

			div.action_bar.scroll {
			border-top: initial;
			border-right: initial;
			border-bottom: initial;
			border-left: initial;
			border-radius: initial;
			background: rgba(255,255,255,0.9);
			box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
			}
		
	div.action_bar.sub {
		position: static;
		}

	div.action_bar > div.heading {
		padding-top: 2px;
		float: left;
		}

	div.action_bar > div.actions {
		float: right;
		white-space: normal;
		overflow-wrap: break-word;
		overflow: hidden;
		}

	div.action_bar > div.actions > div.unsaved {
		display: inline-block;
		margin-right: 30px;
		color: #b00;
		}

	/* used primarily in contacts */
	div.action_bar.shrink {
		margin-bottom: 0;
		padding-bottom: 0;
		}

	div.action_bar.shrink > div.heading > b {
		font-size: 100%;
		}

	.warning_bar {
		width: 100%;
		text-align: center;
		border: 2px dashed #c00;
		padding: 10px 20px;
		margin-bottom: 16px;
		color: #e00;
		background: #fafafa;
		font-size: 1.4em;
	}

/* COUNT **********************************************************************/

	div.count {
		display: inline-block;
		margin-left: 10px;
		font-family: arial;
		font-size: 12px;
		line-height: calc(12px + 1px);
		color: #ffffff;
		font-weight: 700;
		border-radius: 10px;
		background-color: #28a745;
		padding: 2px 6px;
		}

/* LIST ************************************************************************/

	.list {
		width: 100%;
		empty-cells: show;
		}

	.list tr {
		cursor: default;
		}

	.list tr td a,
	.list tr td button.btn.btn-link {
		color: #004083;
		}

	.list tr td button.btn.btn-link:hover {
		color: #5082ca;
		}

	.list tr:hover td:not(.no-link),
	.list tr:hover td:not(.no-link) a {
		color: #5082ca;
		cursor: pointer;
		}

	.list-header > th {
		padding: 4px 7px;
		text-align: left;
		color: #3164ad;
		font-size: 12px;
		font-family: arial;
		background: none;
		border-bottom: 1px solid #a4aebf;
		}

	.list-header > th.shrink {
		width: 1%;
		}

	.list-header > th > a.default-color {
		color: #004083;
		}

	.list-header > th > a.default-color:hover {
		color: #5082ca;
		}

	.list-row:nth-child(odd) > :not(.action-button) {
		background: #ffffff;
		}

	.list-row:nth-child(even) > :not(.action-button) {
		background: #f2f4f6;
		}

	.list-row > td:not(.action-button) {
		border-bottom: 1px solid #ffffff;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		vertical-align: middle;
		}

			.list-row:hover > td,
		.list-row:nth-child(odd):hover > :not(.action-button),
		.list-row:nth-child(even):hover > :not(.action-button) {
			background: #edeff2;
			}
	
	.list-row > :not(.checkbox) {
		padding: 4px 10px;
		}

	.list-row > td.description {
		/*background: #f0f2f6 !important;*/
		}

	.list-header > .checkbox,
	.list-row > .checkbox {
		width: 1%;
		text-align: center !important;
		cursor: default !important;
		}

	.list-row > .checkbox {
		padding: 3px 7px 1px 7px;
		}

	.list-row > .button {
		margin: 0;
		padding-top: 1px;
		padding-bottom: 1px;
		white-space: nowrap;
		}

	.list-row > .input {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		white-space: nowrap;
		}

	.list-row > .overflow {
		max-width: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}

	.list-header > .action-button,
	.list-row > .action-button {
		width: 1px;
		white-space: nowrap;
		background: none;
		padding: 0;
		}

	.list-header > .center,
	.list-row > .center {
		text-align: center !important;
		}

	.list-header > .right,
	.list-row > .right {
		text-align: right !important;
		}

	.list-header > .middle,
	.list-row > .middle {
		vertical-align: middle !important;
		}

	.list-header > .no-wrap,
	.list-row > .no-wrap {
		white-space: nowrap;
		}

	.list-status-active {
		width: 10px;
		height: 10px;
		background-color: #03C04A;
		border-radius: 50%;
		display: inline-block;
	}

	.list-status-inactive {
		width: 10px;
		height: 10px;
		background-color: #ccc;
		border-radius: 50%;
		display: inline-block;
	}

	.list-status-failed {
		width: 10px;
		height: 10px;
		background-color: #ea4c46;
		border-radius: 50%;
		display: inline-block;
	}

/* EDIT ********************************************************************************/

	td.edit_delete_checkbox_all {
		text-align: center;
		width: 50px;
		}

	td.edit_delete_checkbox_all input[type=checkbox] {
		vertical-align: middle;
		margin-top: -2px;
		}

	td.edit_delete_checkbox_all > span:nth-child(2) {
		display: none;
		}

/* CURSORS ***********************************************************************/

	.cursor-default { cursor: default; }
	.cursor-help { cursor: help; }
	.cursor-pointer { cursor: pointer; }
	.cursor-denied { cursor: not-allowed; }

/* WIDTH HELPERS **********************************************************************/

	.pct-5 { width: 5%; }
	.pct-10 { width: 10%; }
	.pct-15 { width: 15%; }
	.pct-20 { width: 20%; }
	.pct-25 { width: 25%; }
	.pct-30 { width: 30%; }
	.pct-35 { width: 35%; }
	.pct-40 { width: 40%; }
	.pct-45 { width: 45%; }
	.pct-50 { width: 50%; }
	.pct-55 { width: 55%; }
	.pct-60 { width: 60%; }
	.pct-65 { width: 65%; }
	.pct-70 { width: 70%; }
	.pct-75 { width: 75%; }
	.pct-80 { width: 80%; }
	.pct-85 { width: 85%; }
	.pct-90 { width: 90%; }
	.pct-95 { width: 95%; }
	.pct-100 { width: 100%; }


/* SIDE PADDING & MARGIN HELPERS **********************************************************************/

	.pl-1 { padding-left: 1px !important; }		.pr-1 { padding-right: 1px !important; }
	.pl-2 { padding-left: 2px !important; }		.pr-2 { padding-right: 2px !important; }
	.pl-3 { padding-left: 3px !important; }		.pr-3 { padding-right: 3px !important; }
	.pl-4 { padding-left: 4px !important; }		.pr-4 { padding-right: 4px !important; }
	.pl-5 { padding-left: 5px !important; }		.pr-5 { padding-right: 5px !important; }
	.pl-6 { padding-left: 6px !important; }		.pr-6 { padding-right: 6px !important; }
	.pl-7 { padding-left: 7px !important; }		.pr-7 { padding-right: 7px !important; }
	.pl-8 { padding-left: 8px !important; }		.pr-8 { padding-right: 8px !important; }
	.pl-9 { padding-left: 9px !important; }		.pr-9 { padding-right: 9px !important; }
	.pl-10 { padding-left: 10px !important; }	.pr-10 { padding-right: 10px !important; }
	.pl-11 { padding-left: 11px !important; }	.pr-11 { padding-right: 11px !important; }
	.pl-12 { padding-left: 12px !important; }	.pr-12 { padding-right: 12px !important; }
	.pl-13 { padding-left: 13px !important; }	.pr-13 { padding-right: 13px !important; }
	.pl-14 { padding-left: 14px !important; }	.pr-14 { padding-right: 14px !important; }
	.pl-15 { padding-left: 15px !important; }	.pr-15 { padding-right: 15px !important; }
	.pl-20 { padding-left: 20px !important; }	.pr-20 { padding-right: 20px !important; }
	.pl-25 { padding-left: 25px !important; }	.pr-25 { padding-right: 25px !important; }
	.pl-30 { padding-left: 30px !important; }	.pr-30 { padding-right: 30px !important; }
	.pl-35 { padding-left: 35px !important; }	.pr-35 { padding-right: 35px !important; }
	.pl-40 { padding-left: 40px !important; }	.pr-40 { padding-right: 40px !important; }
	.pl-45 { padding-left: 45px !important; }	.pr-45 { padding-right: 45px !important; }
	.pl-50 { padding-left: 50px !important; }	.pr-50 { padding-right: 50px !important; }

	.ml-1 { margin-left: 1px !important; }		.mr-1 { margin-right: 1px !important; }
	.ml-2 { margin-left: 2px !important; }		.mr-2 { margin-right: 2px !important; }
	.ml-3 { margin-left: 3px !important; }		.mr-3 { margin-right: 3px !important; }
	.ml-4 { margin-left: 4px !important; }		.mr-4 { margin-right: 4px !important; }
	.ml-5 { margin-left: 5px !important; }		.mr-5 { margin-right: 5px !important; }
	.ml-6 { margin-left: 6px !important; }		.mr-6 { margin-right: 6px !important; }
	.ml-7 { margin-left: 7px !important; }		.mr-7 { margin-right: 7px !important; }
	.ml-8 { margin-left: 8px !important; }		.mr-8 { margin-right: 8px !important; }
	.ml-9 { margin-left: 9px !important; }		.mr-9 { margin-right: 9px !important; }
	.ml-10 { margin-left: 10px !important; }	.mr-10 { margin-right: 10px !important; }
	.ml-11 { margin-left: 11px !important; }	.mr-11 { margin-right: 11px !important; }
	.ml-12 { margin-left: 12px !important; }	.mr-12 { margin-right: 12px !important; }
	.ml-13 { margin-left: 13px !important; }	.mr-13 { margin-right: 13px !important; }
	.ml-14 { margin-left: 14px !important; }	.mr-14 { margin-right: 14px !important; }
	.ml-15 { margin-left: 15px !important; }	.mr-15 { margin-right: 15px !important; }
	.ml-20 { margin-left: 20px !important; }	.mr-20 { margin-right: 20px !important; }
	.ml-25 { margin-left: 25px !important; }	.mr-25 { margin-right: 25px !important; }
	.ml-30 { margin-left: 30px !important; }	.mr-30 { margin-right: 30px !important; }
	.ml-35 { margin-left: 35px !important; }	.mr-35 { margin-right: 35px !important; }
	.ml-40 { margin-left: 40px !important; }	.mr-40 { margin-right: 40px !important; }
	.ml-45 { margin-left: 45px !important; }	.mr-45 { margin-right: 45px !important; }
	.ml-50 { margin-left: 50px !important; }	.mr-50 { margin-right: 50px !important; }

/* MODAL ************************************************************************/

	.modal-window {
		z-index: 999999;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all 0.03s;
		-moz-transition: all 0.03s;
		transition: all 0.03s;
		background: rgba(0, 0, 0, 0.3);
		}

	.modal-window > div {
		position: relative;
		padding: 15px 20px 20px 20px;
		background: #fff;
		overflow: auto;
		}

	@media(min-width: 0px) and (max-width: 699px) {
		.modal-window > div {
			width: 100%;
			min-width: 200px;
			margin: 50px auto;
			border-radius: 0;
			}
		}

	@media(min-width: 700px) {
		.modal-window > div {
			width: 500px;
			margin: 10% auto;
			border-radius: 5px;
			box-shadow: 0 0 40px rgba(0,0,0,0.25);
			}
		}

	.modal-window .modal-title {
		display: block;
		font-weight: bold;
		font-size: 120%;
		font-family: arial;
		color: #3164ad;
		text-align: left;
		margin: 0 0 15px 0;
		}

	.modal-close {
		color: #aaa;
		line-height: 50px;
		font-size: 150%;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		text-align: center;
		text-decoration: none !important;
		cursor: pointer;
		border-radius: 0 0 0 5px;
		background: #fff;
		}

	.modal-close:hover {
		color: #000;
		background: #fff;
		}

	.modal-window .modal-message {
		display: block;
		color: #444;
		text-align: left;
		margin: 0 0 20px 0;
		}

	.modal-actions {
		display: block;
		text-align: left;
		}

/* UPGRADE - SOURCE CODE PREVIEW ************************************************/

	#source_preview_layer {
		z-index: 999999;
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		text-align: center;
		vertical-align: middle;
		}

	#source_preview_container {
		display: block;
		overflow: auto;
		background-color: #fff;
		padding: 25px 25px;
		margin: auto 10%;
		text-align: left;
		box-shadow: 0 0 40px rgba(0,0,0,0.25);
		border-radius: 5px;
		color: #444;
		}

	#source_preview_container div.title {
		display: block;
		font-weight: bold;
		font-size: 120%;
		font-family: arial;
		color: #3164ad;
		text-align: left;
		margin: 0 0 15px 0;
		}

	#source_preview_container div.file_paths {
		width: 100%;
		max-height: 250px;
		overflow: auto;
		border: 1px solid #ffffff;
		padding: 12px 15px;
		background-color: #ffffff;
		font-family: monospace; font-size: 85%;
		color: green;
		}

/* ACE EDITOR *******************************************************************/

	div#editor {
		resize: vertical;
		overflow: auto;
		}

	i.ace_control {
		cursor: pointer;
		margin-right: 5px;
		opacity: 0.5;
		}

	i.ace_control:hover {
		opacity: 1.0;
		}

