﻿
	html {
		height: 100%;
		width: 100%;
		}

	body {
		z-index: 1;
		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: #000000;		background-repeat: no-repeat;
		background-attachment: fixed;
		webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		}

	div#footer {
		margin: 0;
		display: inline-block;
		width: 100%;
		background: rgba(0,0,0,0.1);
		text-align: center;
		vertical-align: middle;
		margin-bottom: 60px;
		padding: 3px 0 5px 0;
				-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;
				}

	div#footer_fixed {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: rgba(0,0,0,0.1);
		text-align: center;
		vertical-align: middle;
		padding: 3px 0 5px 0;
		}

	.footer {
		font-size: 11px;
		font-family: arial;
		line-height: 14px;
		color: rgba(255,255,255,0.3);
		white-space: nowrap;
		}

	.footer > a:hover {
		color: rgba(255,255,255,0.3);
		}

/* MENU: BEGIN ******************************************************************/

	/* main menu container */
	.navbar {
					background: rgba(0,0,0,0.75);
				-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.46);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.46);
		box-shadow: 0 0 5px rgba(0,0,0,0.46);
		border: 0;
				-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;
				}

	/* main menu logo */
	.navbar-logo {
		border: none;
		height: 27px;
		width: auto;
		margin: 11px 0 0 7px;
		padding-right: 13px;
		cursor: pointer;
		float: left;
		display: inline;
		}

	/* menu brand text */
	.navbar-header > div > a.navbar-brand {
		color: rgba(255,255,255,0.80);
		white-space: nowrap;
		}

	.navbar-header > div > a.navbar-brand:hover {
		color: rgba(255,255,255,1.0);
		}

	/* main menu item */
	.navbar .navbar-nav > li > a,
	.navbar .navbar-nav > li.current-menu-item > a {
		font-family: 'arial';
		font-size: 14px;
		color: #fff;
		letter-spacing: -0.04em;
		padding-right: 15px;
		padding-left: 15px;
		}

	.navbar .navbar-nav > li:hover > a,
	.navbar .navbar-nav > li:focus > a,
	.navbar .navbar-nav > li:active > a {
		color: #ffb400;
		background: rgba(0,0,0,0);
		}

	.navbar .navbar-nav > li > a > span.glyphicon {
		margin: 1px 2px 0 0;
		}

	@media(min-width: 768px) {
		.dropdown:hover .dropdown-menu {
			display: block;
			}
		}

	/* sub menu container */
	.navbar-nav > li > .dropdown-menu {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 10px;
		border: 0;
		background: rgba(0,0,0,0.90);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.46);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.46);
		box-shadow: 0 0 5px rgba(0,0,0,0.46);
				-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;
				}

	/* sub menu item */
	.dropdown-menu > li > a {
		font-family: arial;
		color: #fff;
		font-size: 10pt;
		margin: 0;
		padding: 3px 15px;
		}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a:active {
		color: #69e5ff;
		background: #141414;
		outline: none;
		}

	.dropdown-menu > li > a > span.glyphicon {
		display: inline-block;
		font-size: 8pt;
		margin: 0 0 8px 8px;
		opacity: 1.0;
		text-align: top;
		}

	/* domain name/selector */
	a.domain_selector_domain {
		display: inline-block;
		white-space: nowrap;
		font-size: 9.5pt;
		color: rgba(255,255,255,0.8);
		padding: 16px 0 14px 0;
		}

	a.domain_selector_domain:hover,
	a.domain_selector_domain:focus,
	a.domain_selector_domain:active {
		color: rgba(255,255,255,1.0);
		text-decoration: none;
		}

	/* logout icon */
	a.logout_icon {
		display: inline-block;
		color: rgba(255,255,255,0.8);
		font-size: 11pt;
		padding: 16px 10px 13px 10px;
		margin-left: 10px;
		}

	a.logout_icon:hover,
	a.logout_icon:focus,
	a.logout_icon:active {
		color: rgba(255,255,255,1.0);
		text-decoration: none;
		}

	/* xs menu toggle button */
	.navbar-inverse .navbar-toggle {
		background: transparent;
		border: none;
		padding: 9px 7px 6px 20px;
		margin: 0 8px;
		}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:active {
		background: transparent;
		}

	.navbar-inverse .navbar-toggle .icon-bar {
		background: rgba(255,255,255,0.8);
		}

	.navbar-inverse .navbar-toggle:hover > .icon-bar {
		background: rgba(255,255,255,1.0);
		}

	/* xs menu non-collapsed links */
	a.xs_link {
		display: inline-block;
		white-space: nowrap;
		font-family: 'arial';
		font-size: 14px;
		color: #fff;
		padding: 16px 8px 14px 8px;
		text-decoration: none;
		}

	a.xs_link:hover,
	a.xs_link:focus,
	a.xs_link:active {
		color: #ffb400;
		background: rgba(0,0,0,0);
		text-decoration: none;
		}

/* BUTTONS ********************************************************************/

	/* buttons */
	input.btn {
		height: 28px;
		padding: 5px 8px;
		border: 1px solid #242424;
				-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-khtml-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
						background: #4f4f4f;
		background-image: -ms-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -moz-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -o-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f4f4f), color-stop(1, #000000));
		background-image: -webkit-linear-gradient(top, #4f4f4f 0%, #000000 100%);
		background-image: linear-gradient(to bottom, #4f4f4f 0%, #000000 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: 15pt;
		vertical-align: middle;
		}

	input.btn:hover,
	input.btn:active,
	input.btn:focus {
		cursor: pointer;
		border-color: #000000;
				background: #000000;
		background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -moz-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #000000));
		background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
		background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
				color: #ffffff;
		}

	/* default bootstrap buttons - not currently used */
	button.btn-default {
		font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		padding: 4px 8px;
		color: #fff;
		font-weight: bold;
		font-size: 8pt;
		border: 1px solid #26242a;
		background: #3e3e3e;
		background-image: -moz-linear-gradient(top, #000 0%, #3e3e3e 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #000), color-stop(1, #3e3e3e));
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
		opacity: 0.9;
		-moz-opacity: 0.9;
		}

	button.btn-default:hover,
	button.btn-default:active,
	button.btn-default:focus {
		cursor: pointer;
		color: #ffffff;
		border: 1px solid #26242a;
		box-shadow: 0 0 5px #cddaf0;
		-webkit-box-shadow: 0 0 5px #cddaf0;
		-moz-box-shadow: 0 0 5px #cddaf0;
		opacity: 1.0;
		-moz-opacity: 1.0;
		}

/* ICONS *********************************************************************/

	span.icon_glyphicon_body {
		width: 16px;
		height: 16px;
		color: rgba(0,0,0,0.25);
		border: 0;
		}

	span.icon_glyphicon_body:hover {
		color: rgba(0,0,0,0.5);
		}

/* SIDE BAR/MENU ***********************************************************/

	#domains_container {
		z-index: 99990;
		position: absolute;
		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, san-serif;
		font-size: 10pt;
		overflow: hidden;
		background-color: #fff;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.46);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.46);
		box-shadow: 0 0 10px rgba(0,0,0,0.46);
		}

	#domains_header {
		position: relative;
		width: 300px;
		height: 55px;
		margin-bottom: 20px;
		text-align: left;
		}

	#domains_list {
		position: relative;
		overflow: auto;
		width: 300px;
		height: 100%;
		padding: 1px;
		background-color: #fff;
		border: 1px solid #a4aebf;
		}

	div.domains_list_item {
		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 {
		color: #999;
		font-size: 11px;
		}

	div.domains_list_item:hover a,
	div.domains_list_item:hover span {
		color: #5082ca;
		}

/* SIDE BAR/MENU: END ********************************************************/

	
	#main_content {
		display: inline-block;
		width: 100%;
					background: rgba(0,0,0,0.7);
			background-attachment: fixed;
						-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;
						-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0);
			-moz-box-shadow: 0 1px 4px rgba(0,0,0,0);
			box-shadow: 0 1px 4px rgba(0,0,0,0);
			padding: 20px;
			margin-top: 50px;		text-align: left;
		color: #cccccc;
		font-size: 16pt;
		font-family: 'Neucha','Arial';
		}

	/* default body padding */
	.container-fluid {
		width: 100%;
		}

	/* 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 {
		color: #0f64b4;
		font-size: 16px;
		font-family: 'Titillium Web','Arial';
		font-weight: bold
		}

	a {
		color: #cc0000;
		text-decoration: none;
		}

	a:hover {
		color: #ff0000;
		text-decoration: underline;
		}

	form {
		margin: 0;
		}

	/* 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 {
		font-family: Arial;
		font-size: 14pt;
		color: #ffffff;
		text-align: left;
		height: auto;
		padding: 8px 10px;
		margin: 1px;
		border-width: 5px;
		border-style: solid;
		border-color: #333333;
		background: #333333;
						-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;
				vertical-align: middle;
		}

	textarea.txt,
	input[type=text].txt,
	input[type=number].txt,
	input[type=password].txt {
		transition: width 0.25s;
		-moz-transition: width 0.25s;
		-webkit-transition: width 0.25s;
		max-width: 500px;
		}

	select.txt {
		padding: 4px 2px;
		}

	textarea.txt:hover,
	input[type=text].txt:hover,
	input[type=number].txt:hover,
	input[type=password].txt:hover,
	label.txt:hover {
		border-color: #555555;
		}

	textarea.txt:focus,
	input[type=text].txt:focus,
	input[type=number].txt:focus,
	input[type=password].txt:focus,
	label.txt:focus {
		border-color: #555555;
		/* first clear */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
						}


	/* style placeholder text example (for browsers that support the attribute) - note: can't stack, each must be seperate */
		input.classname::-webkit-input-placeholder { color: #999999; opacity: 1.0; } /* chrome/opera/safari */
	input.classname::-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 19+ */
	input.classname:-moz-placeholder { color: #999999; opacity: 1.0; } /* ff 18- */
	input.classname:-ms-input-placeholder { color: #999999; opacity: 1.0; } /* ie 10+ */
	input.classname::placeholder { color: #999999; opacity: 1.0; } /* official standard */

	input[type=password].bad,
	input[type=password].bad:hover,
	input[type=password].bad:active,
	input[type=password].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].good,
	input[type=password].good:hover,
	input[type=password].good:active,
	input[type=password].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;
	}

	input.fileinput {
		padding: 1px;
		display: inline;
		}

	textarea {
		min-height: 75px;
		}

	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: 17px;
		height: 4px;
		margin-bottom: 3px;
		display: block;
		-moz-border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;
		-khtml-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		-webkit-box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		-moz-box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		box-shadow: 0 0 3px 0px rgba(255,0,0,0.9);
		}

	td.playback_progress_bar_background {
		padding: 0;
		border-bottom: none;
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), color-stop(1, transparent));
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%, transparent 100%);
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, transparent 100%);
		overflow: hidden;
		}

/* TABLES *****************************************************************/

	table {
		border-collapse: separate;
		border-spacing: 0;
		}

	th {
		padding: 4px 7px 4px 0;
		padding: 4px 7px;
		text-align: left;
		color: #000000;
		font-size: 10.5px;
		font-family: arial;
		background: none;
		border-bottom: 1px solid #a4aebf;
		}

	th a, th a:visited, th a:active {
		color: #000000;
		text-decoration: none;
		}

	th a:hover {
		color: #000000;
		text-decoration: underline;
		}

	td {
		color: #cccccc;
		font-size: 16pt;
		font-family: 'Neucha','Arial';
		}

	/* form: label/field format */
	.form_label {
		background: #e5e9f0;
				-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-khtml-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
				border-right: 3px solid #e5e9f0;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		vertical-align: top;
		}

	.form_label_required {
		background: #e5e9f0;
				-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-khtml-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
				border-right: 3px solid #cbcfd5;
		border-bottom: 1px solid #ffffff;
		padding: 7px 8px;
		text-align: right;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		vertical-align: top;
		}

	.form_field {
		background: #ffffff;
				-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-khtml-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
				border-bottom: 1px solid #e5e9f0;
		padding: 6px;
		text-align: left;
		vertical-align: middle;
		color: #666666;
		font-family: Arial;
		font-size: 8pt;
		}

	/* form: heading/row format */
	.form_heading {
		background: #e5e9f0;
				-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-khtml-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
				border-bottom: 3px solid #e5e9f0;
		padding: 8px 8px 4px 8px;
		text-align: left;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		}

	.form_heading_required {
		background: #e5e9f0;
				-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-khtml-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
				border-bottom: 3px solid #cbcfd5;
		padding: 8px 8px 4px 8px;
		text-align: left;
		color: #000000;
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		}

	.form_row {
				height: 36px;
		background: #ffffff;
				-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-khtml-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
				border-bottom: 1px solid #e5e9f0;
		padding: 3px 0;
		text-align: left;
		vertical-align: middle;
		color: #666666;
		font-family: Arial;
		font-size: 9pt;
		}

	.row_dark {
		border-bottom: 1px solid #c5d1e5;
		background: #e5e9f0;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

	.row_neutral {
		border-bottom: 1px solid #c5d1e5;
		background: #f0f2f6;
		color: #000;
		font-family: arial;
		font-size: 12px;
		text-align: left;
		padding: 4px 7px;
		}

	.row_light {
		border-bottom: 1px solid #c5d1e5;
		background: #fff;
		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;
		}

/* RESPONSE MESSAGES *******************************************************/

	#message_container {
		z-index: 99998;
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-opacity:0;
		-khtml-opacity: 0;
		padding: 15px 0;
	}

	#message_text {
		z-index: 99999;
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-opacity:0;
		-khtml-opacity: 0;
		margin: 0 auto;
		vertical-align: middle;
		padding: 15px 0;
		text-align: center;
		font-family: arial, san-serif;
		font-size: 10pt;
	}

	.message_container_mood_default {
		background: #ccffcc;
		}

	.message_container_mood_negative {
		background: #ffcdcd;
		}

	.message_container_mood_alert {
		background: #ffe585;
		}

	.message_text_mood_default {
		color: #004200;
		}

	.message_text_mood_negative {
		color: #670000;
		}

	.message_text_mood_alert {
		color: #d66721;
		}

/* MISC **********************************************************************/

	/* 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;
		}

