﻿/* body */
body {
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 50px;
}

/*----- GRID POSITIONING -----*/
/* Page top-spacer. */
#top-spacer {
	margin-top: 35px;
}
/* Force the container to fill the screen. */
.container {
	width: 100%;
}
/* Set padding to keep the grid from hitting the edges. */
.body-content {
	padding-left: 10px;
	padding-right: 10px;
}


/*----- BOOTSTRAP -----*/
/* This trick causes navbar dropdown items to show when you hover on them. */
@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column. */
.dl-horizontal dt {
	white-space: normal;
}

/*----- NAVBAR -----*/
/* Used in page menu navbar */
.navbar-static-top {
	left: 0;
	position: fixed;
	top: 50px;
	width: 100%;
}
.navbar-brand {
	font-size: 16px !important;
}

/* navbar-link styling. */
#login-link {
	padding-right: 1.0em;
}


/* Set the menu styling. */
.dropdown-toggle {
	font-size: 1.2em;
	padding-top: 5px;
}

#user-link {
	margin-right: 15px;
}

/* Site logo. */
.site-logo {
	margin-left:10px;
	margin-right:20px;
	margin-top: 10px;
}

/* Page instructions. */
#page-instructions {
	font-size: 1.25em;
	font-weight: bold;
}
#page-instructions-centered {
	text-align: center;
}

/*----- FORMS -----*/
/* Set width on the form input elements, since they're 100% wide by default. */
input,
select,
textarea {
	max-width: 300px;
}

/*----- CONTROLS -----*/
.control-label {
	color: #7e7b7b;
	font-size: 1.25em;
}

.control-label-sm {
	margin-top: 0 !important;
}

/* ----- KENDO UI ----- */
/* Set the grid color. */
div.k-header.k-grid-toolbar.k-grid-top,
div.k-pager-wrap.k-grid-pager.k-widget {
	background-color: #6f90bb;
}

/* Set the width for the detail button column. */
.k-grid .k-hierarchy-col {
	width: 8px;
}

/* Disable the default gradient. */
.k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .km-pane-wrapper > .km-pane > .km-view > .km-content {
	background-image: none !important;
}

/* Add a corner radius to the grid and grid parts. */
.k-grid {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}
.k-grid-header,
.k-grid-header table {
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	overflow:hidden;
}
.k-grid-pager {
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	overflow:hidden;
}
.k-tabstrip > .k-content, .k-panelbar .k-tabstrip > .k-content {
	border-color: #c5c5c5;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	overflow:hidden;
}

li.k-item.k-state-default.k-state-active.k-tab-on-top {
	border-color: #c5c5c5;
}

/* Style the standard kendo grid buttons. */
div.k-grid .k-grid-edit,
div.k-grid .k-grid-delete,
div.k-grid .k-grid-cancel,
div.k-grid .k-grid-update {
	border: 1px solid #ccc;
	color: transparent;
	display: inline-block;
	height: 24px;
	min-width: 0;
	text-align: center;
	width: 24px;
}

/* Set the kendo button icon position. */
.k-button.button-icononly .k-icon {
	margin: 0;
}

/* Set the kendo button padding. */
.k-grid table tr td .k-button {
	padding: 0 3px;
}

/* Set the toolbar button font size. */
.k-grid-toolbar .k-button {
	font-size: small;
}

/* Set the grid table styling. */
.k-grid table {
	table-layout: fixed;
}
.k-grid td {
	overflow: hidden;
	padding: 5px 4px;
	white-space: nowrap;
}

/* Set the header font size. */
.k-header {
	font-size: 12px;
}

/* Style the window pager controls font. */
.k-pager-sizes,
.k-pager-numbers,
.k-pager-info {
	font-family: Segoe UI,sans-serif;
	font-size: 11px;
}

/* Set the 'items per page' dropdown size. */
.k-pager-wrap .k-dropdown {
	width: 4.5em !important;
}

/* Set the tooltip styling. */
.k-widget.k-tooltip {
	background-color: #bbe5f2;
	border-color: #f0f0f0;
	-moz-box-shadow: 2px 2px 0 0 #999;
	-webkit-box-shadow: 2px 2px 0 0 #999;
	box-shadow: 2px 2px 0 0 #999;
}

/* Set the selected item color. */
/* Used for the grid pager controls. */
.k-state-selected,
.k-state-selected:hover {
	background-color: #84ace0 !important;
	border-color: #6f90bb !important;
}

/* ----- KENDO WINDOW ----- */
/* Set the Kendo Window titlebar color. */
div.k-window-titlebar.k-header {
	background-color: #6f90bb;
}
.kendo-window-control-area {
	background-color:#e3e3e3;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	padding-bottom:5px;
	padding-top:5px;
}
.kendo-window-control-area-button {
	border: 1px solid #c5c5c5;
	font-size:12px;
	width:80px;
}

/* Set the Kendo Grid spinner. */
.k-loading-image {
	background-image: url(images/spinner.gif);
}

/* Special Save Cancel button colors. */
.k-grid-cancel,
.k-grid-update {
	background-color: #6f90bb !important;
}
.k-grid-cancel:hover,
.k-grid-update:hover {
	background-color: #e6e6e6 !important;
}
.k-primary, .k-overflow-container .k-primary {
	/*background-image: none;*/
}

/* ----- KENDO VALIDATOR ----- */
.k-callout,
.k-warning {
	display: none;
}
.k-tooltip-validation.k-invalid-msg {
	display: block !important;
	/*position: relative;*/
	font-size: 1.25em;
}
.k-tooltip-validation.k-widget {
	background-color:transparent;
	border-style: none;
	box-shadow:none !important;
	color: #f00;
	margin-top:-20px !important;
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
}
.k-invalid {
	background-color: #ffeeee !important;
	border: 1px solid #ff0000;
}

/* Set the edit box width. */
.k-edit-form-container .k-textbox,
.k-edit-form-container .k-widget {
	width: 250px;
}

/* Set the link color and styling. */
a {
	color: #141691;
	text-decoration: none;
}

/* Set the link color for user action pseudo-classes. */
a:active,
a:focus,
a:hover {
	color: #181bc9;
	text-decoration: none;
}

/* Set button styling. */
button.k-button.k-primary {
	border-color: #0a3480;
	background-image: none;
	background-color: #0a3480 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
button.k-button.k-primary:hover {
	border-color: #181bc9;
	background-image: none;
	background-color: #4447c9 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.btn-wide {
	margin-top: 1.0em;
	width: 100%;
}
.btn-default .btn-centered,
.btn-centered {
	margin-top: 1.0em;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

/* Validation helpers styling */
.field-validation-error {
	color: #ff0000;
}
.field-validation-valid {
	display: none;
}
.input-validation-error {
	background-color: #ffeeee;
	border: 1px solid #ff0000;
}
.validation-summary-errors {
	color: #ff0000;
	font-weight: bold;
}
.validation-summary-valid {
	display: none;
}

/*----- PLACEHOLDER -----*/
::-webkit-input-placeholder {
	color: #999;
	font-style: italic;
}
:-moz-placeholder {
	color: #999;
	font-style: italic;
}
::-moz-placeholder {
	color: #999;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #999;
	font-style: italic;
}

/*----- LOGIN PAGE -----*/
#login-page-tag-line {
	color: #3763a1 !important;
	font-family:'Arial Black', Gadget, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
}

#announcement-section {
	margin-top: 15px;
}

.announcement-headline {
	color: #454242;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 20px;
}

.announcement-body {
	margin-top: 0;
}

.announcement-text {
	margin-top: -10px;
}

#login-page-default-announcement {
	color: #3763a1 !important;
	font-family:'Arial Black', Gadget, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.login-label {
	color: #3763a1 !important;
}

#login-icon {
	color: #00008b;
	margin-right: 5px;
}

#login-form {
	margin-top: 6.0em;
}

#login-form a {
	color: #7e7b7b;
	font-size: 0.85em;
	margin-top: 0.5em;
}

#login-button-div {
	margin-top: 5px;
}

#sandbox-link {
	color: #7e7b7b;
	font-size: 0.9em;
	text-decoration: none;
}

input[type=checkbox] {
  transform: scale(0.75);
}

#remember-me {
	text-align: center;

}
#remember-checkbox {
	position: relative;

}
#remember-checkbox,
#remember-checkbox-text {
	color: #7e7b7b;
}
#remember-checkbox-text {
	margin-left: -1.5em;
}

#forgot-password {
	margin-left:100px;
}

/*----- HOME PAGE -----*/
#home-top-div {
	margin-top: 40px;
}

#home-page-picture {
	display: block;
	height: 200px;
	margin-bottom: 1.0em;
	margin-left: auto;
	margin-right: auto;
}

/*----- SELECT COMPANY PAGE -----*/
.company-dropdownlist {
	font-size: 12px !important;
	margin: 10px, 15px, 10px, 0;
	padding: 0;
}

/*----- ABOUT PAGE -----*/
#version-appname {
	font-size: 2.5em;
	margin-bottom: 3px;
	margin-top: 10px;
}

#version-info {
	margin-bottom: 2.0em;
}

#version-info,
#component-info {
	font-size: 1.0em;
}

#version-info p:first-child {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}

#version-info a {
	font-size: 14px;
}

#component-info p:first-child {
	font-size: 1.0em;
	font-weight: 700;
	margin-bottom: 1.0em;
	margin-top: 1.15em;
}

/*----- CONTACT PAGE -----*/
#company-address {
	margin-top: 1.4em;
}

#company-address p {
	font-size: 2.0em;
	line-height: 1.0em;
}

#company-address a {
	font-size: 2.0em;
	line-height: 1.0em;
}

#company-address a,
#company-address a:active,
#company-address a:hover,
#company-address a:visited,
#company-contact-links a,
#company-contact-links a:active,
#company-contact-links a:hover,
#company-contact-links a:visited {
	color: #0a3480;
	text-decoration: none;
}

#company-contact-links {
	margin-bottom: 3.0em;
	margin-top: 0.85em;
}

#company-contact-links tr {
	font-size: 1.5em;
	line-height: 2.0em;
}

#company-contact-links a {
	margin-left: 1.5em;
}

#contact-bottom-section p:first-of-type {
	font-size: 1.5em;
	margin-top: 3.0em;
}

/*----- REGISTER AND RESET PASSWORD PAGES -----*/
.password-requirements {
	color: #7e7b7b;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 15px;
}
.password-rule {
	color: #7e7b7b;
	margin-bottom: 0;
	margin-left: 25px;
}

/*----- COMPANY POPUP EDITOR -----*/
#company-info-tabstrip {
	margin-left: 40px;
	width: 500px;
}

input.k-textbox {
	text-indent: 0.2em;
}

.k-edit-form-container {
	width: auto;
}

.tabstrip-spacer {
	margin-top: 10px;
}

/* Set the State dropdownlist styling and colors.*/
.state-dropdownlist {
	font-size: 12px !important;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 0;
	width: 240px !important;
}
.k-state-default.k-dropdown-wrap {
	background-color: #fff;
}
.k-dropdown .k-input,
.k-state-hover {
	color: #000 !important;
}

.company-popup-editor-readOnlyField {
	background-color: #e5e5e5 !important;
}

#company-popup-editor,
#company-popup-editor-admin {
	font-size: 0.8em;
}

#company-popup-editor-admin {
	width: 100%
}

.company-popup-editor-label {
	font-size: 1.25em;
	margin: -10px 25px 25px 15px;
	width: 170px;
}

.company-popup-editor-textbox {
	border-radius: 4px;
	font-size: 12px !important;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 4px 0.6em;
	width: 240px !important;
}

.company-popup-editor-numeric-textbox {
	border-radius: 4px;
	margin-left: 3px;
	margin-right: 15px;
	padding: 2px 0.6em;
}
.company-popup-editor-numeric-textbox[disabled] {
	background-color: #eee;
}

.company-popup-editor-checkbox-label {
	font-size: 1.25em;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 0;
	padding-top: 6px;
}

.company-popup-editor-checkbox {
	margin-top: 0 !important;
	margin-left: 10px !important;
}

.company-popup-editor-checkbox[disabled] {
	background-color: #eee;
}

.company-popup-editor-datetimepicker-textbox {
	border-radius: 4px;
	font-size: 12px !important;
	margin: 10px;
	padding: 0 2px 0 0;
	width: 185px !important;
}

.company-popup-editor-disabled-switch,
.company-popup-editor-maintenance-switch {
	margin-top: 0 !important;
	margin-left: 10px !important;
}

.company-popup-editor-disabled-switch[disabled],
.company-popup-editor-disabled-switch[disabled] {
	background-color: #eee;
}

/* Upgrade Site switch. */
.upgrade-site-switch {
	background: #fff;
	border: 1px solid #999;
	border-radius: 50px;
	height: 15px;
	margin-left: 10px;
	position: relative;
	width: 40px;
}
.upgrade-site-switch label {
	background: #999;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .5s ease;
	width: 15px;
	z-index: 1;
}
.upgrade-site-switch input[type=checkbox] {
	visibility: hidden;
}
.upgrade-site-switch input[type=checkbox]:checked + input[type="hidden"] + label {
	background: #13ad20;
	left: 25px;
}

/* Upgrade Site date picker. */
#upgrade-site-date-picker {
	color: #007A0A;
}

/* Upgrade Site Application String. */
#upgrade-site-app-string-label {
	font-size: 1.25em;
	margin-left: 14px;
	margin-right: 25px;
	margin-top: -20px;
	padding-top: 6px;
}
#upgrade-site-app-string {
	min-height: 30px;
	padding-right: 0;
	padding-top: 10px;
}
#upgrade-site-app-string-textbox {
	border-radius: 4px;
	font-size: 12px !important;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: -5px;
	padding: 4px 0.6em;
	width: 240px !important;
}

/* Maintenance switch. */
.site-maintenance-switch {
	background: #fff;
	border: 1px solid #999;
	border-radius: 50px;
	height: 15px;
	margin-left: 10px;
	position: relative;
	width: 40px;
}
.site-maintenance-switch label {
	background: #999;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .5s ease;
	width: 15px;
	z-index: 1;
}
.site-maintenance-switch input[type=checkbox] {
	visibility: hidden;
}
.site-maintenance-switch input[type=checkbox]:checked + input[type="hidden"] + label {
	background: #ff9900;
	left: 25px;
}

/* Site Disabled switch. */
.site-disabled-switch {
	background: #fff;
	border: 1px solid #999;
	border-radius: 50px;
	height: 15px;
	margin-left: 10px;
	position: relative;
	width: 40px;
}
.site-disabled-switch label {
	background: #999;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .5s ease;
	width: 15px;
	z-index: 1;
}
.site-disabled-switch input[type=checkbox] {
	visibility: hidden;
}
.site-disabled-switch input[type=checkbox]:checked + input[type="hidden"] + label {
	background: #ff0000;
	left: 25px;
}

/* Set the date picker color. */
#contract-expiration-date-picker,
#service-stop-date-picker {
	color: #f00;
}

/* Set the License Key input styling. */
.company-popup-editor-license-label {
	font-size: 1.25em;
	margin: 10px 25px 10px 15px;
	width: 170px;
}
.company-popup-editor-license-textbox {
	border-radius: 4px;
	font-size: 12px !important;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 20px;
	padding: 0 0.6em;
	width: 135px !important;
}

/* Set the Company popup footer styling. */
#company-popup-footer-message-text {
	color: #7e7b7b;
	float: right;
	font-size: 10px;
	margin-bottom: 0;
	margin-right: 40px;
	margin-top: 10px;
}
#company-popup-footer-message-text-left {
	color: #7e7b7b;
	float: left;
	font-size: 10px;
	margin-bottom: 0;
	margin-left: 45px;
	margin-right: 40px;
	margin-top: 10px;
}
.required:after {
	color: #f00;
	content:" *";
}


/*----- PRODUCTION INSTANCE TOGGLE -----*/
.production-instance-toggle {
	position: relative;
}
.production-instance-toggle > [type="checkbox"]:checked,
.production-instance-toggle > [type="checkbox"]:not(:checked) {
	display: none;
	height: 0;
	opacity: 0;
	width: 0;
}
.production-instance-toggle > [type="checkbox"]:checked + label,
.production-instance-toggle > [type="checkbox"]:not(:checked) + label {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 7px;
	margin-top: 7px;
	padding-right: 40px;
}
.production-instance-toggle > [type="checkbox"]:checked + label:after,
.production-instance-toggle > [type="checkbox"]:not(:checked) + label:after {
	border-radius: 30px;
	content: "";
	height: 12px;
	position: absolute;
	right: 10px;
	top: 4px;
	width: 30px;
}
.production-instance-toggle > [type="checkbox"]:checked + label + .production-instance-toggle-knob,
.production-instance-toggle > [type="checkbox"]:not(:checked) + label + .production-instance-toggle-knob {
	border-radius: 30px;
	box-shadow: 1px 1px 1px #dddddd;
		-webkit-transition: right .1s ease-in, background-color .1s ease-in;
		-moz-transition: right .1s ease-in, background-color .1s ease-in;
		-o-transition: right .1s ease-in, background-color .1s ease-in;
		-ms-transition: right .1s ease-in, background-color .1s ease-in;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: absolute;
	pointer-events: none;
	top: 0;
	width: 20px;
}
.production-instance-toggle > [type="checkbox"]:checked:focus + label:after, .production-instance-toggle > [type="checkbox"]:checked:focus + label + .production-instance-toggle-knob,
.production-instance-toggle > [type="checkbox"]:not(:checked):focus + label:after,
.production-instance-toggle > [type="checkbox"]:not(:checked):focus + label + .production-instance-toggle-knob {
	box-shadow: 0 0 6px 0 #6fb5fb;
}
.production-instance-toggle > [type="checkbox"]:checked[disabled] + label, .production-instance-toggle > [type="checkbox"]:checked[disabled] + label:after, .production-instance-toggle > [type="checkbox"]:checked[disabled] + label + .production-instance-toggle-knob,
.production-instance-toggle > [type="checkbox"]:not(:checked)[disabled] + label,
.production-instance-toggle > [type="checkbox"]:not(:checked)[disabled] + label:after,
.production-instance-toggle > [type="checkbox"]:not(:checked)[disabled] + label + .production-instance-toggle-knob {
	cursor: not-allowed;
	opacity: 0.4;
}
.production-instance-toggle > [type="checkbox"]:checked + label:after {
	background-color: #9effc4;
}
.production-instance-toggle > [type="checkbox"]:not(:checked) + label:after {
	background-color: #dddddd;
}
.production-instance-toggle > [type="checkbox"]:checked + label + .production-instance-toggle-knob {
	background-color: #57cb85;
	right: 5px;
}
.production-instance-toggle > [type="checkbox"]:not(:checked) + label + .production-instance-toggle-knob {
	background-color: #84ace0;
	right: 25px;
}

/*----- DEACTIVATED INSTANCE TOGGLE -----*/
.deactivated-instance-toggle {
	position: relative;
}
.deactivated-instance-toggle > [type="checkbox"]:checked,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked) {
	display: none;
	height: 0;
	opacity: 0;
	width: 0;
}
.deactivated-instance-toggle > [type="checkbox"]:checked + label,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked) + label {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 7px;
	margin-top: 7px;
	padding-right: 40px;
}
.deactivated-instance-toggle > [type="checkbox"]:checked + label:after,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked) + label:after {
	border-radius: 30px;
	content: "";
	height: 12px;
	position: absolute;
	right: 10px;
	top: 4px;
	width: 30px;
}
.deactivated-instance-toggle > [type="checkbox"]:checked + label + .deactivated-instance-toggle-knob,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked) + label + .deactivated-instance-toggle-knob {
	border-radius: 30px;
	box-shadow: 1px 1px 1px #dddddd;
		-webkit-transition: right .1s ease-in, background-color .1s ease-in;
		-moz-transition: right .1s ease-in, background-color .1s ease-in;
		-o-transition: right .1s ease-in, background-color .1s ease-in;
		-ms-transition: right .1s ease-in, background-color .1s ease-in;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: absolute;
	pointer-events: none;
	top: 0;
	width: 20px;
}
.deactivated-instance-toggle > [type="checkbox"]:checked:focus + label:after, .deactivated-instance-toggle > [type="checkbox"]:checked:focus + label + .deactivated-instance-toggle-knob,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked):focus + label:after,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked):focus + label + .deactivated-instance-toggle-knob {
	box-shadow: 0 0 6px 0 #6fb5fb;
}
.deactivated-instance-toggle > [type="checkbox"]:checked[disabled] + label, .deactivated-instance-toggle > [type="checkbox"]:checked[disabled] + label:after, .deactivated-instance-toggle > [type="checkbox"]:checked[disabled] + label + .deactivated-instance-toggle-knob,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked)[disabled] + label,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked)[disabled] + label:after,
.deactivated-instance-toggle > [type="checkbox"]:not(:checked)[disabled] + label + .deactivated-instance-toggle-knob {
	cursor: not-allowed;
	opacity: 0.4;
}
.deactivated-instance-toggle > [type="checkbox"]:checked + label:after {
	background-color: #9effc4;
}
.deactivated-instance-toggle > [type="checkbox"]:not(:checked) + label:after {
	background-color: #dddddd;
}
.deactivated-instance-toggle > [type="checkbox"]:checked + label + .deactivated-instance-toggle-knob {
	background-color: #57cb85;
	right: 5px;
}
.deactivated-instance-toggle > [type="checkbox"]:not(:checked) + label + .deactivated-instance-toggle-knob {
	background-color: #84ace0;
	right: 25px;
}

/*----- FOOTER -----*/
footer p {
	font-size: 5.0em;
	text-align: center;
}

/*----- COPYRIGHT -----*/
.page-footer {
	bottom: 0;
	opacity: 0.4;
	position: fixed;
	right: 10px;
	text-align: right;
	width: 100%;
	z-index: -1;
}

/*----- ERROR MESSAGES -----*/
#error-icon {
	height: 64px;
	vertical-align: middle;
}
#error-headline {
	color: #a94442;
	font-size: 2.5em;
	vertical-align: middle;
}
#error-reason {
	margin-bottom: 40px;
}

/*===== LOGIN PAGE MEDIA QUERIES =====*/
/*----- 991px media query -----*/
@media (max-width: 991px) {
	#login-instructions,
	#login-form {
		margin-left: 15.0em;
	}
	#login-page-picture {
		display: none;
	}
	#remember-me,
	#forgot-password {
		text-align: left;
	}
	#remember-me-label,
	#forgot-password-label {
		display: none;
	}
	#remember-checkbox {
		position: absolute;
	}
	#remember-checkbox,
	#remember-checkbox-text {
		margin-left: 7.0em;
	}
	#password-field {
		margin: 0;
	}
	#login-form a {
		margin-left: 8.0em;
	}
}

/*----- 768px media query -----*/
@media (max-width: 840px) {
	.control-label {
		margin-bottom: 0;
	}
	#login-instructions {
		margin-bottom: 3.5em;
	}
}

/*----- 639px media query -----*/
@media (max-width: 639px) {
	#login-instructions,
	#login-form {
		margin-left: 4.0em;
	}
}

/*----- 479px media query -----*/
@media (max-width: 479px) {
	#login-instructions,
	#login-form {
		margin-left: 0.5em;
	}
}

/*----- 319px media query -----*/
@media (max-width: 319px) {
	#login-instructions,
	#login-form {
		margin-left: 0;
	}
}

/*===== ABOUT/CONTACT PAGE MEDIA QUERIES =====*/
/*----- 200px to 479px media query -----*/
@media only screen and (min-width: 200px) and (max-width: 479px) {
	#navbar-text {
		display: none;
	}
	#version-appname {
		font-size: 2.0em;
		margin-top: 0;
	}
	#version-info,
	#component-info {
		font-size: 0.75em;
	}
	#version-info p:first-child {
		font-size: 1.50em;
	}
	#version-info > a {
		font-size: 1.25em;
	}
	#component-info p:first-child {
		font-size: 0.85em;
		font-weight: 700;
	}
	#company-address {
		font-size: 0.75em;
		margin-top: 0.5em;
	}
	#company-contact-links {
		font-size: 1.0em;
	}
	#company-contact-links tr {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	#contact-bottom-section p:first-of-type {
		font-size: 0.95em;
		font-weight: 700;
	}
	#contact-bottom-section p:last-child > a {
		font-size: 0.85em;
	}
	footer {
		font-size: 0.75em;
	}
}

/*----- 480px to 639px media query -----*/
@media only screen and (min-width: 480px) and (max-width: 639px) {
	#navbar-text {
		display: none;
	}
	#version-appname {
		font-size: 2.25em;
	}
	#version-info,
	#component-info {
		font-size: 0.95em;
	}
	#version-info p:first-child {
		font-size: 1.25em;
	}
	#version-info > a {
		font-size: 1.00em;
	}
	#component-info p:first-child {
		font-size: 0.95em;
	}
	#company-address {
		font-size: 0.75em;
		margin-top: 0.5em;
	}
	#company-contact-links {
		font-size: 1.0em;
	}
	#company-contact-links tr {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	#contact-bottom-section p:first-of-type {
		font-size: 0.95em;
		font-weight: 700;
	}
	#contact-bottom-section p:last-child > a {
		font-size: 0.85em;
	}
	footer {
		font-size: 0.95em;
	}
}

/*----- 768px media query -----*/
@media only screen and (min-width: 640px) and (max-width: 840px) {
	#version-appname {
		font-size: 2.25em;
	}
	#company-address {
		/*margin-bottom: 1.0em;*/
		margin-top: 0.5em;
	}
	#company-address a,
	#company-address p {
		font-size: 1.5em;
	}
	#company-contact-links {
		font-size: 1.0em;
		margin-bottom: 1.0em;
	}
	#company-contact-links tr {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	#contact-bottom-section p:first-of-type {
		font-size: 1.0em;
		font-weight: 700;
		margin-top: 3.0em;
	}
	#contact-bottom-section p:last-child > a {
		font-size: 0.95em;
	}
}


