/***********************/
/* Site-wide styles    */
/***********************/
:focus, .ui-state-focus {
	outline: 1px dotted gray;
	/*outline: none !important; */
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 700px;
		height: -webkit-fill-available;
	}
}

::-moz-focus-inner {
	/*border: 0 !important; */
}

::-webkit-input-placeholder {
	color: #aaa !important;
	font-style: italic;
}

:-moz-placeholder {
	color: #aaa !important;
	font-style: italic;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clearfix {
	margin: 0;
}

.flexRowCentered {
	display: flex;
	align-items: center;
}

.flexRowCentered label {
	text-align: right;
	margin-right: 15px;
	font-weight: normal;
}
.flexRowCentered .checkbox label {
	padding-left: 0;
}

.flexRowCentered input {
	margin-right: 3px;
}
.flexRowCentered input[type="checkbox"] {
	margin-right: 6px;
}

.flexRowCentered {
	margin-bottom: 15px;
}

.flexRowCentered > div {
	padding: 0 5px;
}

.twoColList > .row {
	display: flex;
	align-items: center;
}

.inlineFormGroup label.control-label {
	text-align: right;
}

.control-label.sub-label .subLabelBottom {
	font-size: 12px;
	font-weight: normal;
}

fieldset .clearfix-short {
	margin-bottom: 13px;
	clear: both;
}

html, body {
	height: 100%;
}

body:focus {
	outline: none;
}

html.busy, html.busy * {
	cursor: progress !important;
}

body {
	color: rgb(77,77,77);
	height: 100%;
	margin: 0;
}

body.page_virtual_networks {
	overflow: hidden;
}

h1, h2, h3, h4, h5, div, p, a, span, dt, dd, button, legend, text {
	font-family: 'Lato', Arial, sans-serif;
}

button:focus {
	outline: 0;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 36px;
	font-weight: 300;
	color: #555555;
	margin: 40px 0 15px 0;
}

select, input {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #fff;
}

select {
	background: none;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}

select:hover {
	cursor: pointer;
}

select option {
	padding: 3px !important;
}

.strong {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.tac {
	text-align: center;
}
.tar {
	text-align: right;
}

.fb,
.df {
	display: flex;
}
.ib,
.inline {
	display: inline-block;
}
.db {
	display: block;
}
.dn {
	display: none;
}

.fs10 {
	font-size: 10px;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs20 {
    font-size: 20px;
}

.lh11 {
	line-height: 11px;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}

.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}

.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}

.mr0 {
	margin-right: 0 !important;
}
.mr2 {
	margin-right: 2px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}

.per100 {
	width: 100% !important;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: 0;
}

.hoverPointer {
	cursor: pointer;
}

.lightFont {
	font-weight: 300 !important;
}

.mainTitle {
	font-weight: 300;
	font-size: 36px;
}

.optionsTitle {
	font-size: 28px;
	font-weight: 300;
	color: #555555;
}

.smallTitle {
	font-size: 22px;
	font-weight: 300;
	color: #555555;
	margin-top: 0;
}

.floatLeft,
.fl {
	float: left;
}

.floatRight,
.fr {
	float: right;
}

.pl0 {
	padding-left: 0;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl25 {
	padding-left: 25px;
}

.pr0 {
	padding-right: 0;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}

.pt5 {
	padding-top: 5px;
}

.pb0 {
	padding-bottom: 0 !important;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}

.up1 {
	position: relative;
	top: -1px;
}
.up2 {
	position: relative;
	top: -2px;
}
.up3 {
	position: relative;
	top: -3px;
}

/* ------------------ Colors --------------------*/
.color-red {
	color: #db5565 !important;
}
.color-red-light {
	color: #df6a78 !important;
}
.color-red-dark {
	color: #c04b59 !important;
}
.color-sc-blue-light {
	color: #008BB0;
}
.color-sc-blue-dark {
	color: #216587;
}
.color-orange {
	color: #f38231;
}
.color-blue {
	color: #0bacd3 !important;
}
.color-blue-light {
	color: #29b6d8 !important;
}
.color-blue-dark {
	color: #0a97b9 !important;
}
.color-green {
	color: #51bf87 !important;
}
.color-green-light {
	color: #66c796 !important;
}
.color-green-dark {
	color: #47a877 !important;
}
.color-yellow {
	color: #f4ad49 !important;
}
.color-yellow-light {
	color: #f5b75f !important;
}
.color-yellow-dark {
	color: #d69840 !important;
}
.color-white {
	color: #ffffff !important;
}
.color-dark {
	color: #262d37 !important;
}
.color-dark-light {
	color: #303946 !important;
}
.color-dark-dark {
	color: #1c2128 !important;
}
.color-gray {
	color: #555555 !important;
}
.color-gray-light {
	color: #cccccc !important;
}
.color-gray-dark {
	color: #333333 !important;
}
.color-purple {
	color: #BA55D3 !important;
}

.color-green-bg {
	background: #51bf87 !important;
}

/* React tables */
.ReactTable .rt-thead.-header {
	border-bottom: solid 1px rgba(0,0,0,0.05);
	box-shadow: none !important;
	font-weight: bold !important;
}
.ReactTable .rt-tr {
	align-items: center;
}
.ReactTable .rt-thead .rt-tr {
	text-align: left !important;
}
.ReactTable .rt-expander {
	margin: 0 11px !important;
}
.ReactTable .rt-tbody .rt-td {
	white-space: normal !important;
}
.ReactTable .rt-expander.-open:after {
	border-top: 7px solid rgba(11,172,211,0.8);
}
.ReactTable .-pagination {
	box-shadow: none !important;
	border-top: 1px solid rgba(0,0,0,0.1) !important;
}

.recharts-cartesian-axis-tick {
	font-size: 12px;
}

.rechart-tooltip {
	background: white;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 10px;
}

/*react-bootstrap toggle buttons*/
.formGroupRowReact .btn-toolbar .btn-default {
	background-color: #f2f2f2;
	/* padding: 5px 20px !important; */
	border-color: #d8d8d8;
	border-left: 1px solid #d8d8d8 !important;
	color: #555555;
}
.smallFormBtns .formGroupRowReact .btn-toolbar .btn-default {
	padding: 5px 12px !important;
	font-size: 12px !important;
}
.formGroupRowReact .btn-toolbar .btn-default:hover {
	background-color: #fdfdfd;
	color: #555555;
	border: 1px solid #0bacd3 !important;
}
.formGroupRowReact .btn-toolbar .active {
	background-color: #0bacd3;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0bacd3;
}
.formGroupRowReact .btn-toolbar .active:hover {
	background-color: #0bacd3;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0bacd3
}

/* noty.js styles */
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 9999999;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	filter: blur(0);
	-webkit-filter: blur(0);
	max-width: 90%; }

#noty_layout__top {
	top: 0;
	left: 5%;
	width: 90%; }

#noty_layout__topLeft {
	top: 20px;
	left: 20px;
	width: 325px; }

#noty_layout__topCenter {
	top: 5%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
	top: 20px;
	right: 20px;
	width: 325px; }

#noty_layout__bottom {
	bottom: 0;
	left: 5%;
	width: 90%; }

#noty_layout__bottomLeft {
	bottom: 20px;
	left: 20px;
	width: 325px; }

#noty_layout__bottomCenter {
	bottom: 5%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
	bottom: 20px;
	right: 20px;
	width: 325px; }

#noty_layout__center {
	top: 50%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
	top: 50%;
	left: 20px;
	width: 325px;
	-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
	top: 50%;
	right: 20px;
	width: 325px;
	-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
	display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #646464;
	opacity: 0.2;
	filter: alpha(opacity=10); }

.noty_bar {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	-webkit-font-smoothing: subpixel-antialiased;
	overflow: hidden; }

.noty_effects_open {
	opacity: 0;
	-webkit-transform: translate(50%);
	-ms-transform: translate(50%);
	transform: translate(50%);
	-webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards; }

.noty_effects_close {
	-webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards; }

.noty_fix_effects_height {
	-webkit-animation: noty_anim_height 75ms ease-out;
	animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
	cursor: pointer; }

.noty_close_button {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out; }

.noty_close_button:hover {
	background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	opacity: .3;
	left: 0;
	top: 0; }

.noty_modal.noty_modal_open {
	opacity: 0;
	-webkit-animation: noty_modal_in .3s ease-out;
	animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
	-webkit-animation: noty_modal_out .3s ease-out;
	animation: noty_modal_out .3s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
	100% {
		opacity: .3; } }

@keyframes noty_modal_in {
	100% {
		opacity: .3; } }

@-webkit-keyframes noty_modal_out {
	100% {
		opacity: 0; } }

@keyframes noty_modal_out {
	100% {
		opacity: 0; } }

@keyframes noty_modal_out {
	100% {
		opacity: 0; } }

@-webkit-keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1; } }

@keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1; } }

@-webkit-keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0; } }

@keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0; } }

@-webkit-keyframes noty_anim_height {
	100% {
		height: 0; } }

@keyframes noty_anim_height {
	100% {
		height: 0; } }

.noty_theme__bootstrap-v4.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	border-radius: .25rem; }
.noty_theme__bootstrap-v4.noty_bar .noty_body {
	padding: .75rem 1.25rem; }
.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
	padding: 10px; }
.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	background: transparent; }
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
	background-color: #fff;
	color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
	border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
	background-color: #f2dede;
	color: #a94442;
	border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
	background-color: #d9edf7;
	color: #31708f;
	border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
	background-color: #dff0d8;
	color: #3c763d;
	border-color: #d6e9c6; }

/* Custom styles for noty.js */
#noty_layout__top .noty_bar {
	text-align: center;
}

#noty_layout__top .noty_bar .noty_body {
	display: inline-block;
	font-weight: normal !important;
}

#noty_layout__top .noty_bar .noty_buttons {
	display: inline-block;
	padding: 8px !important;
	background: none !important;
	border-top: 0 !important;
}

#noty_layout__top .noty_bar .noty_buttons button {
	margin-right: 10px;
}

#noty_layout__bottomRight .noty_buttons {
	text-align: left;
}

#noty_layout__bottomRight button {
	margin-right: 10px;
}

/* Custom styles */
.iconButtons i {
	margin: 0 2px;
}
.iconButtons i:hover,
.iconButtons .fa:hover,
.iconButtons span[data-toggle="modal"]:hover {
	cursor: pointer;
	color: #07718a !important;
}
.iconButtons i.fa-times,
.iconButtonsBlue i.fa-times {
	position: relative;
	top: -1px;
}

.accessLabel {
	padding-left: 10px;
	padding-right: 10px;
}

.inventory-acls-none,
.inventory-acls-grant,
.inventory-acls-pending,
.inventory-acls-norequest {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}

.inventory-acls-none {
	color: #D62920;
}

.inventory-acls-grant {
	color: #47a247;
}

.inventory-acls-pending {
	color: #00AEEF;
}

.inventory-acls-norequest {
	color: #bbb;
}

.inventory-acls-tabs {
	margin: 0;
}

.highcharts-no-data text tspan {
	font-weight: 300 !important;
	font-size: 36px !important;
	color: #e1e1e1 !important;
	text-transform: uppercase;
}

/*************************/
/* Site layout/structure */
/*************************/

.panel-basic {
	border: 1px solid #CCCCCC;
}

.panel-basic .panel-body {
	padding: 15px;
}


/* Subnav              */
/*---------------------*/

#tab-more {
	display: none;
}

.main-menu .mainTabs {
	float: right;
}

#wrapper-subheader {
	height: 50px;
	background-color: rgb(77,77,77);
}

#wrapper-subheader #sub-nav {
	float: left;
	padding-left: 29px;
	position: relative;
	width: 50%;
	height: 30px;
}

#wrapper-subheader #sub-nav .menu {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#wrapper-subheader #sub-nav li {
	float: left;
	margin-right: 8px;
	text-align: center;
}

#wrapper-subheader #sub-nav li a {
	color: #fff;
	display: block;
	padding: 0 14px;
	line-height: 30px;
}

#wrapper-subheader #sub-nav li a:hover,
#wrapper-subheader #sub-nav li a:active {
	text-decoration: none;
}

#wrapper-subheader #sub-nav li.active,
#wrapper-subheader #sub-nav li:hover {
	background-color: rgb(30,80,156);
}

#tab-settings {
	padding-right: 0 !important;
}

#profileIcon {
	border-radius: 12px;
}

/* Main content area   */
/*---------------------*/

#wrapper-content {
	position: relative;
	margin: 0;
	padding: 0
}

#wrapper-main {
	clear: both;
	padding: 50px 15px;
}

#wrapper-content #main {
	margin-top: 0;
}

#main-header {
	padding-bottom: 11px;
	margin-bottom: 16px;
}

.page_resellers #main-header {
	padding-bottom: 12px;
}

.page_tickets #main-header {
	padding-bottom: 0;
}

#main-header > span {
	/*	display: block;
        overflow: hidden;
    */
}

#main-header h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 300;
}

#main-content {
	position: relative;
}

#main-header > span > .help-trigger {
	float: right;
	position: absolute;
	right: 18px;
	top: -7px;
	height: 32px;
	cursor: pointer;
}

.page_entity_preferences #main-content fieldset legend {
	margin-bottom: 10px;
}

#preferences-tab-display-options label,
#preferences-tab-general-options .userPrefRight .flexRowCentered label,
#preferences-tab-primary-contacts .flexRowCentered label {
	width: 150px;
}

#preferences-tab-general-options .userPrefLeft .flexRowCentered label,
#alert-preferences label {
	width: 200px;
}

.page_security_preferences #preferences-form .flexRowCentered > label,
.page_security_preferences #preferences-form .flexRowCentered > div {
	width: 100%;
}

/* Sidebar             */
/*---------------------*/

#wrapper-sidebar {
	width: 500px;
	float: right;
}

/**************************/
/* Validation styles      */
/**************************/

/*
 * Style used by the label output mode.
 * Applied to the error labels that get positioned after an input.
 */
label.error,
.ui-dialog-content label.error {
	color: #e8492e;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	position: absolute;
	bottom: -14px;
	left: 0;
	font-size: 11px;
	line-height: 14px;
}

div.input #userpassword {
	float: left;
}

div.input label[for=userpassword] {
	position: static;
	width: 280px;
	clear: both;
}

.edit-form label.error.application-set-validation-error,
.ui-dialog-content .dialog-edit-form label.error.application-set-validation-error {
	color: #e8492e;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	font-size: 11px;
	line-height: 14px;
	bottom: 0px;
	position: relative;
}

.edit-form span.network-address {
	display: block;
	margin-bottom: 3px;
}

.edit-form label.error,
.ui-dialog-content .copy-form label.error,
.edit-form .ui-dialog-content label.error {
	color: #e8492e;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	position: absolute;
	bottom: -14px;
	left: 0;
	font-size: 11px;
	line-height: 14px;
}

.ui-dialog-content .copy-form label {
	color: #777879;
	width: 205px;
}

.ui-dialog-content .copy-form div.input {
	margin-left: 220px;
	position: relative;
}

.dialog-edit-form.edit-dialog .input span.align-edit {
	padding-top: 8px;
	position: absolute;
}

div.dialog-edit-form.edit-dialog {
	overflow: hidden;
}

/*
 * Styles used by the modal output mode.
 * '.validity-modal-msg' is applied to the modal boxes
 * and '.validity-modal-msg:hover' is applied to suggest
 * to the user that the boxes are clickable.
 */
.validity-modal-msg {
	position:absolute;
	z-index:2;
	background-color:#999;
	border:solid 1px #000;
	padding:4px;
	cursor:pointer;
}
.validity-modal-msg:hover {
	background-color:#aaa;
}

/*
 * Styles used by the summary output mode.
 * '.validity-summary-container' is a container on the page that should contain a UL
 * which is the actual summary. The container can hold
 * an extra bit of text (or anything really) that explains what the summary is.
 * '.validity-erroneous' is applied to every input that fails.
 */
.validity-summary-container { display:none; }
.validity-summary-output ul { }
.validity-erroneous { border:solid 2px #f56600 !important; }

.input-prepend .add-on,
.input-append .add-on {
	line-height: 20px;
	color: #aaa;
	height: 18px;
}

.ui-dialog-content .inputs-list li label {
	color: #555;
}

.dialog-edit-form fieldset legend {
	margin-left: 0;
	margin-top: 11px;
}

.dialog-edit-form fieldset legend small {
	display: block;
	color: #777879;
	font-size: 14px;
	line-height: 16px;
}

.dialog-edit-form #field-wrapper {
	border: none;
	padding: 0;
}

.dialog-edit-form .ui-tabs-nav {
	background: #4d4d4d;
	border: none;
	-webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 0px; /* FF1-3.6 */
	border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	padding-top: 9px;
	padding-left: 20px;
}

.dialog-edit-form .ui-tabs-nav li {
	border: none;
	background: none;
	line-height: 34px;
}

.dialog-edit-form .ui-tabs-nav li a {
	color: #f5f5f5;
	padding: 0 17px;
	margin: 0 auto;
	font-size: 14px;
}

.dialog-edit-form .ui-tabs-nav li.ui-tabs-selected a {
	color: #4d4d4d;
}

.dialog-edit-form .ui-tabs-nav li.ui-state-focus,
.dialog-edit-form .ui-tabs-nav li.ui-state-focus a {
	outline: none;
}

.dialog-edit-form .ui-tabs-nav li.ui-tabs-selected {
	background-color: #f5f5f5;
}

.dialog-edit-form .ui-tabs-nav li a small {
	display: block;
	font-size: 12px;
	color: #ccc;
	letter-spacing: 0.01em;
}

.dialog-edit-form .ui-tabs-nav li.ui-tabs-selected a small {
	color: #111;
}

.dialog-edit-form #application-list-holder {
	padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .edit-button-cancel {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane .edit-button-delete {
	margin-left: 0.4em;
}

.ui-dialog-wizard .ui-dialog-buttonpane .button-finish,
.ui-dialog-wizard .ui-dialog-buttonpane .button-run {
	display: none;
}

.ui-dialog-wizard .ui-dialog-content #network-create-form {
	padding-top: 2em;
}

.wizard-no-legend-spacer {
	height: 20px;
}

.edit-form {
	background-color: #f5f5f5;
}

.edit-form .ui-widget-content {
	background-image: none;
	border: none;
	padding: 0;
}

.edit-form div.clearfix {
	clear: both;
	padding: 0 10px;
}

.edit-form fieldset > legend {
	color: #2F6792;
	margin: 0;
	padding: 20px 10px 10px 19px;
	float: left;
	font-size: 16px;
}

.edit-form label {
	color: #7e8083;
	float: none;
	display: block;
	text-align:left;
	margin-left: 10px;
	font-size: 14px;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.edit-form div.input > label {
	display: inline;
}

.edit-form div.input {
	margin-left: 10px;
	margin-right: 10px;
}

.edit-form div.inputcheckbox {
	/* 	margin-left: 0; */
}

.edit-form div.checker {
	margin-left: -2px;
}

.edit-form div.clearfix {
	margin-bottom: 5px;
}

.edit-form div.input {
	position:relative;
	margin-bottom: 2px;
}

.edit-form input {
	background: rgba(255,255,255,0.5);
	color: #000;
}

.edit-form select {
	color: #000;
}

.edit-form #ui-permissions-form th,
.edit-form #ui-permissions-form td {
	color: #7e8083;
}

/*
.edit-form .ui-tabs-panel {
	padding: 0;
}
*/

.edit-form .edit-form-buttons {
	margin: 0 1em;
	border: none;
	padding: 0 0 15px 0;
	overflow: auto;
}

.edit-form .edit-form-buttons button {
	background: none;
	border: 1px solid #818487;
	float: right;
	margin-right: 7px;
	font-size: 14px;
	color: #000;
	background: url("/img/button-gradient.gif") repeat-x scroll 0 0 #FFFFFF;
	padding: 0 15px;
}

.edit-form .edit-form-buttons button.delete-application-button,
.edit-form .edit-form-buttons button.delete-user-button,
.edit-form .edit-form-buttons button.delete-disk-button,
.edit-form .edit-form-buttons button.delete-group-button {
	float: left;
	margin-left:7px;
}

.edit-form .edit-form-buttons button .ui-button-text {
	padding: 0.4em 0;
}

.edit-form .edit-form-buttons button:hover {
	background: url("/img/button-gradient-hover.gif") repeat-x scroll 0 0 #FFFFFF;
}

.edit-form .edit-form-buttons button.ui-state-active {
	background: none repeat-x scroll 0 0 #FFFFFF;
}

/*
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	width: 100%;
}
*/















.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button-previous {
	display: none;
}

.ui-dialog-network-create .ui-dialog-content {
	padding-top: 1.5em;
}

.field-validation-error {
	border: 1px solid #db0702 !important;
	background-color: #fff2f1 !important;
}

.disable-glow-effect {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	transition: none !important;
}

.required-field {
	margin: 0 4px;
	font-size: 16px;
	vertical-align: top;
}

.letter-menu li {
	float: left;
	list-style-type: none;
}

#sidebar-content > div {
	padding: 0px 10px 10px 10px;
}

.application-permissions {
	padding:5px;
}

.application-permission-checkbox {
	display: inline-block;
	width: 30%;
	padding: 0 0 5px;
}

.application-permission-checkbox label {
	width: auto;
	float: none;
	cursor: pointer;
}

.application-permission-checkbox .checker {
	margin-right: 0;
}

.application-permission-checkbox-input {
	display: inline;
}

.application-permission-checkbox-label {
	display: inline;
	font-size: 12px;
	font-weight: bolder;
	color: #656565;
	vertical-align: middle;
}

.application-permission-checkbox-triplet {
	display: block;
	width: 100%;
	border-top: 1px solid #eee;
	padding-top: 5px;
}

.ui-dialog-wizard-network-create fieldset {
	padding-top: 18px;
	margin-bottom: 0;
}

.ui-dialog-wizard-network-create legend {
	display: none;
}

.edit-form #gbox_firewall-rules-table-list {
	margin: 16px 16px 0;
}

.edit-form .server-form-data label,
.edit-form .balancer-form-data label {
	width: auto;
}

.edit-form .balancer-form-data .swap-list-container {
	min-width: 500px;
}

label.add-on {
	margin: 0;
}

.ui-dialog-wizard .vert-list-contents-container {
	min-height: 200px;
	height: auto;
}

input[type=submit] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#message-window label,
#login-window label {
	float: left;
	color: #474747;
	line-height: 28px;
	margin-right: 13px;
	white-space: nowrap;
}

#login-window div.input {
	margin-left: 0;
	margin-bottom: 11px;
}

#login-window div.input input {
	width: 100%;
	color: #000;
}

#message-window-content,
#login-window-content {
	padding: 20px 55px;
}

#login-window-content h1 {
	font-size: 24px;
	font-weight: 300;
	color: #555555;
	margin: 0 0 15px 0;
}

#login-window-content .checker {
	float: left;
	margin-right: 5px;
}

#login-window-content .inputcheckbox label {
	float: left;
	width: auto !important;
	font-size:13px;
	line-height: 19px;
}

.ui-selectmenu {
	height: 29px !important;
	background: url("/img/select-bg.png") repeat-x scroll 50% 50% #FFFFFF !important;
	border: 1px solid #818487 !important;
	float: left;
}

.ui-selectmenu-status {
	background: url("/img/select-bg-sep.png") repeat-y scroll right top transparent;
	min-height: 29px;
}

#preferences-form .help-inline {
	font-size: 26px;
	line-height: 26px;
}

#preferences-form .clearfix {
	margin-bottom: 10px;
}

div.inputcheckbox label {
	margin-left: 0;
	vertical-align: bottom;
	line-height: 19px;
	float: none;
}

div.inputcheckbox div.checker {
	margin-right: 0;
}

div.input div.checker {
	vertical-align: bottom;
	margin-right: 0;
}

div.inputcheckbox div.checker input {
	height: 21px;
}

.error {
	color: #ff0000;
}

.page_login .error {
	width: 400px;
	margin: 2em auto;
	border: 1px solid #ff0000;
	padding: 2em;
	text-align: center;
	z-index: 9;
	position: relative;
	background: #fff;
}

#browser-warning {
	display: none;
	width: 600px;
	margin: 2em auto;
	border: 1px solid #ff0000;
	padding: 2em;
	text-align: center;
	z-index: 9;
	position: relative;
	background: #fff;
}


/*************************/
/* backups               */
/************************/

#backup-table,
#result-table {
	clear: both;
	margin: 5px;
}

#backup-table th,
#result-table th {
	color: #7e8083;
	font-weight: normal;
	padding: 0 0 10px;
}

#backup-table td,
#result-table td {
	padding: 4px 0;
	color: #4d4d4d;
	background: #fff;
}

#backup-table .backup-col-start {
	width: 125px;
}

#backup-table .backup-col-end {
	width: 125px;
}

#backup-table .backup-col-size {
	width: 60px;
}

#backup-table .backup-col-state {
	width: 90px;
}

#backup-table .backup-col-actions {
	width: 60px;
}

#result-table .result-col-range {
	width: 150px;
}

#result-table .result-col-size {
	width: 50px;
}

#result-table .result-col-actions {
	width: 60px;
}

#result-table .result-col-created {
	width: 125px;
}

#result-table .result-col-user {
	width: 100px;
}

#result-table .result-col-status {
	width: 60px;
}

#result-table .result-col-format {
	width: 50px;
}

#result-table span.no-wrap {
	white-space: nowrap;
}

/**************************/
/* Firewall widget	      */
/**************************/

#firewall-rules {
	width: 640px;
	margin: 0 auto;
}

.edit-form #firewall-rules {
	width: auto;
	margin: 0;
	font-size: 11px;
}

#firewall-rules input {
	color: #222;
}

.edit-form #firewall-rules td {
	text-align: left;
}

.edit-form #firewall-rules input {
	margin-right: 4px;
}

.edit-form #firewall-rules th {
	padding-right: 8px;
	text-align: left;
}

#firewall-rules th {
	border-bottom: 1px dotted #f4f4f4;
	color: #7e8083;
	font-weight: bold;
	padding: 0 0 10px;
}

#firewall-rules tr.row-editing td {
	padding: 9px 0;
}

#firewall-rules td {
	padding: 0;
	color: #4d4d4d;
	background: #fff;
}

#firewall-rules .firewall-col-movehandle {
	width: 30px;
}

#firewall-rules .firewall-col-movehandle span.ui-icon {
	cursor: move;
	margin: 8px 8px 8px 6px;
	display: block;
}

#firewall-rules .firewall-col-source {
	width: 130px;
}

.edit-form #firewall-rules .firewall-col-source {
	width: auto;
}

#firewall-rules .firewall-col-source input {
	width: 120px;
}

.edit-form #firewall-rules .firewall-col-source input {
	width: 55px;
}

#firewall-rules .firewall-col-destination {
	width: 130px;
}

.edit-form #firewall-rules .firewall-col-destination {
	width: auto;
}

#firewall-rules .firewall-col-destination input {
	width: 120px;
}

.edit-form #firewall-rules .firewall-col-destination input {
	width: 55px;
}

#firewall-rules .firewall-col-port {
	width: 72px;
}

.edit-form #firewall-rules .firewall-col-port {
	width: auto;
	padding-right: 8px;
}

#firewall-rules .firewall-col-port input {
	width: 46px;
}

.edit-form #firewall-rules .firewall-col-port input {
	width: 36px;
}

#firewall-rules .firewall-col-protocol {
	width: 70px;
	padding: 6px 0px;
}

#firewall-rules .firewall-col-protocol label {
	width: 60px;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 11px;
}

#firewall-rules .firewall-col-protocol label div.radio {
	vertical-align: text-top;
	float: left;
}
.edit-form #firewall-rules .firewall-col-protocol label div.radio {
	vertical-align: middle;
}

#firewall-rules .firewall-col-protocol label input {
	margin-right: 6px;
}

#firewall-rules .firewall-col-action {
	width: 75px;
}

.edit-form #firewall-rules .firewall-col-action {
	width: auto;
}

#firewall-rules .firewall-col-action select {
	width: 70px;
}

#firewall-rules .firewall-col-drop {
	width: 40px;
	text-align: center;
	cursor: pointer;
}

/*#firewall-rules .firewall-row-hover .firewall-col-drop img,
#firewall-rules .firewall-row-hover .firewall-col-drop td img {
	display: inline;
}
*/

#firewall-rules .firewall-col-drop img {
	/*display: none;*/
	padding-top: 2px;
}

#firewall-rules .firewall-col-drop span {
	margin: 0 auto;
}

#firewall-rules .firewall-col-notes {
	width: 130px;
}

.edit-form #firewall-rules .firewall-col-notes {
	width: auto;
}

#firewall-rules .firewall-col-notes input {
	width: 120px;
}

.edit-form #firewall-rules .firewall-col-notes input {
	width: 55px;
}

#firewall-rules tfoot {
	text-align: right;
}

#firewall-rules tfoot td {
	border: none;
	padding-top: 30px;
}

#firewall-rules tr:first-child .firewall-col-drop img {
	display: none;
}

#firewall-rules tfoot .add-new-rule {
	float: right;
	line-height: 21px;
	margin: 0 0 1em 0;
}

#firewall-rules tfoot .add-new-rule a {
	color: #4d4d4d;
}
#firewall-rules tfoot .add-new-rule a:hover,
#firewall-rules tfoot .add-new-rule a:active {
	text-decoration: none;
}

.firewall-form-data {
	overflow-y: auto;
	overflow-x: hidden;
}

.firewall-col-action #uniform-undefined {
	width: 90px;
}

.firewall-col-action div.selector {
	width: 90px;
}

.firewall-col-action div.selector span {
	width: 58px;
}

.firewall-col-action div.selector select {
	min-width: 90px;
}

.firewall-row-hover,
.firewall-row-hover td {
	/*background-color: #edeeee !important;*/
}

#firewall-rules .static-value {
	line-height: 23px;
}

#firewall-rules label.error {
	position: static;
	margin-bottom: -14px;
}


/**************************/
/* VPN widget	      */
/**************************/

#vpn-rules {
	width: 640px;
	margin: 0 auto;
}

.edit-form #vpn-rules {
	width: auto;
	margin: 0;
	font-size: 11px;
}

#vpn-rules input {
	color: #222;
}

.edit-form #vpn-rules td {
	text-align: left;
}

.edit-form #vpn-rules input {
	margin-right: 4px;
}

.edit-form #vpn-rules th {
	padding-right: 8px;
	text-align: left;
}

#vpn-rules th {
	color: #7e8083;
	font-weight: normal;
	padding: 0 0 10px;
}

#vpn-rules tr.row-editing td {
	padding: 9px 0;
}

#vpn-rules td {
	padding: 10px 0;
	color: #4d4d4d;
	background: #fff;
}

#vpn-rules .vpn-col-subnets {
	width: 130px;
}

.edit-form #vpn-rules .vpn-col-subnets {
	width: auto;
}

#vpn-rules .vpn-col-subnets input {
	width: 290px;
}

.edit-form #vpn-rules .vpn-col-subnets input {
	width: 55px;
}

#vpn-rules .vpn-col-endpoint {
	width: 130px;
}

.edit-form #vpn-rules .vpn-col-endpoint {
	width: auto;
}

#vpn-rules .vpn-col-endpoint input {
	width: 120px;
}

.edit-form #vpn-rules .vpn-col-endpoint input {
	width: 55px;
}

#vpn-rules .vpn-col-key {
	width: 122px;
}

.edit-form #vpn-rules .vpn-col-key {
	width: auto;
	padding-right: 8px;
}

#vpn-rules .vpn-col-key input {
	width: 125px;
}

.edit-form #vpn-rules .vpn-col-key input {
	width: 36px;
}

#vpn-rules .vpn-col-protocol {
	width: 70px;
	padding: 6px 0px;
}

#vpn-rules .vpn-col-protocol label {
	width: 60px;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 11px;
}

#vpn-rules .vpn-col-protocol label div.radio {
	vertical-align: text-top;
	float: left;
}
.edit-form #vpn-rules .vpn-col-protocol label div.radio {
	vertical-align: middle;
}

#vpn-rules .vpn-col-protocol label input {
	margin-right: 6px;
}

#vpn-rules .vpn-col-action {
	width: 75px;
}

.edit-form #vpn-rules .vpn-col-action {
	width: auto;
}

#vpn-rules .vpn-col-action select {
	width: 70px;
}

#vpn-rules .vpn-col-drop {
	width: 1%;
	text-align: center;
	cursor: pointer;
}

#vpn-rules .vpn-col-drop img {
	/*display: none;*/
	padding-top: 2px;
}

#vpn-rules .vpn-col-drop span {
	margin: 0 auto;
}

#vpn-rules tfoot {
	text-align: right;
}

#vpn-rules tfoot td {
	border: none;
	padding-top: 30px;
}

#vpn-rules tr:first-child .vpn-col-drop img {
	display: none;
}

#vpn-rules tfoot .add-new-rule {
	float: right;
}

.vpn-form-data {
	overflow-y: auto;
	overflow-x: hidden;
}

.vpn-col-action #uniform-undefined {
	width: 90px;
}

.vpn-col-action div.selector {
	width: 90px;
}

.vpn-col-action div.selector span {
	width: 58px;
}

.vpn-col-action div.selector select {
	min-width: 90px;
}

.vpn-row-hover,
.vpn-row-hover td {
	/*background-color: #edeeee !important;*/
}

#vpn-rules .static-value {
	line-height: 23px;
}

#vpn-rules label.error {
	position: static;
	margin-bottom: -14px;
	background: rgba(255, 255, 255, 0.9);
}

#vpn-rules > tbody > tr:first-child .vpn-col-drop {
	cursor: default;
}


/**************************/
/* Error dialog  	      */
/**************************/

.ui-dialog-error {
	border: none;
	background: none;
}

/* .ui-dialog-error .ui-dialog-titlebar-close span {
	background: url('/img/errordialog-close.png') no-repeat 0 0;
	height: 20px;
	width: 20px;
} */

/* .ui-dialog-error .ui-dialog-titlebar-close span:active,
.ui-dialog-error .ui-dialog-titlebar-close span:hover {
	background: url('/img/errordialog-close-clicked.png') no-repeat 0 0;
} */

.ui-dialog-error .ui-dialog-titlebar {
	background: url('/img/errordialog-header-bg.png');
	padding: 0;
	height: 59px;
	line-height: 53px;
	border-bottom: 1px solid #7e2111;
}

.ui-dialog-error .ui-dialog-content {
	background: #fff;
	font-size: 16px;
	color: #303030;
	line-height: 25px;
	padding: 21px 19px;
}

.ui-dialog-error .ui-dialog-buttonpane {
	margin: 0;
	border-top: 1px solid #e5e5e5;
}

.ui-dialog-error .ui-dialog-title {
	color: #fff;
	background: url('/img/errordialog-header-icon.png') no-repeat 14px 14px;
	padding-left: 64px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
}



/**************************/
/* Warning dialog  	      */
/**************************/

.ui-dialog-warning {
	border: none;
	background: none;
}

.ui-dialog-warning .ui-dialog-titlebar {
	background: url('/img/warningdialog-header-bg.png');
	padding: 0;
	height: 59px;
	line-height: 53px;
	border-bottom: 1px solid #7e2111;
}

.ui-dialog-warning .ui-dialog-content {
	background: #fff;
	font-size: 16px;
	color: #303030;
	line-height: 25px;
	padding: 21px 19px;
}

.ui-dialog-warning .ui-dialog-buttonpane {
	margin: 0;
	border-top: 1px solid #fff;
}

.ui-dialog-warning .ui-dialog-title {
	color: #fff;
	background: url('/img/errordialog-header-icon.png') no-repeat 14px 10px;
	padding-left: 64px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
}



/**************************/
/* Edit dialog  	      */
/**************************/


.ui-dialog-edit {
	background: #F5F5F5;
	border: none;
}

.ui-dialog-edit .edit-dialog,
.ui-dialog-edit .edit-dialog  .ui-widget-content {
	background: #F5F5F5;
}

.ui-dialog-edit .ui-dialog-titlebar {
	-webkit-box-shadow: 0 -19px 12px 12px #000;
	-moz-box-shadow: 0 -19px 12px 12px #000;
	box-shadow: 0 -19px 12px 12px #000;
	z-index: 9;
	border-bottom-color: #f5f5f5;
	background: #F5F5F5;
}

.ui-dialog-edit .ui-dialog-title {
	color: #2F6792;
}

.ui-dialog-edit #field-wrapper {
	height: 100%;
}

.popover {
	padding: 0;
	width: 208px;
}

.popover-connection .action-delete .ui-button-text {
	padding-left: 23px !important;
}

#entity-availability-zones-disabled {
	padding: 9px;
}

#entity-contacts {
	margin-top: 10px;
}

#contract-data {
	width: 96%;
	height: 200px;
}



/**************************/
/* Admin bar     	      */
/**************************/

#ops-masquerade {
	float: right;
	margin: -4px 8px 0 6px;
	height: 22px;
	color: #404040;
}

#ops-masquerade span {
	padding: 3px 8px 4px;
	font-size: 12px;
}

#stop-masquerade {
	float: right;
	margin: -4px 0pt 0pt;
	height: 24px;
}

#stop-masquerade span {
	padding: 3px 8px 4px;
	font-size: 12px;
}

#admin-bar {
	position: relative;
	z-index: 10;
	background-color: rgb(255, 253, 208);
	padding: 10px;
	font-size: 15px;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
	-webkit-box-shadow: 0px 0px 11px rgba(0,0,0,0.8); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 11px rgba(0,0,0,0.8); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 11px rgba(0,0,0,0.8); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

#admin-bar-inner {
	float: left;
}


#admin-bar button,
#admin-bar a.btn {
	font-weight: bold;
}

#masquerade-button {
	font-size: 11px;
	border-color: #a5a5a5;
}

#preferences-form input[type="number"] {
	width: 65px;
}

#preferences-form .enabler {
	padding-right: 10px;
}

.pw-complexity-selectors {
	padding-left: 5px;
}

.complexity-selector {
	padding-left: 5px;
	vertical-align: middle;
}

.complexity-selector :hover {
	cursor: pointer;
}

#sms-disclaimer {
	color: red;
	font-size: 12px;
	top: 1px;
	position: relative;
}

/**************************/
/* Admin bar     	      */
/**************************/

.page_entity_preferences .actions {
	border: none;
	background: none;
	padding-top: 0;
	padding-left: 275px;
	margin-top: 0;
}

.page_security_preferences .actions {
	text-align: center;
}

.page_entity_alerts .alert-message,
.page_user_alerts .alert-message,
.page_security_preferences .alert-message,
.page_entity_preferences .alert-message,
.page_user_preferences .alert-message {
	width: 350px;
	margin: 0;
}


/*********************/
/* Form elements     */
/*********************/

form {
	margin: 0;
}

fieldset {
	padding-top: 0;
}

label {
	float: none;
	color: #555555;
}

fieldset label {
	float: left;
	color: #555555;
}

fieldset .clearfix > label {
	padding-right: 8px;
	padding-top: 8px;
}

input, textarea {
	color: #555555;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	-webkit-font-smoothing: antialiased !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

#searchAssetsInput:focus,
#user-search-text:focus,
#inventory-acls-search-text:focus {
	border: 1px solid #bfbfbf !important;
}

/* Skinned select box */
div.selector {
	margin-left: -2px;
}

div.selector span {
	color: #222;
	text-shadow: none;
}

#server-cpu-quantity-select {
	min-width: 89px;
	width: 89px;
}

#uniform-server-cpu-quantity-select span {
	width: 52px;
}

/***************************/
/* report stats dialog */
/***************************/
.report-statistic-checkbox {
	display:inline-block;
}

.edit-form #report-create-form #wizard-step3 {
	width: 450px;
	padding-top:5px;
}

.edit-form fieldset legend {
	margin-left: 10px;
}

.edit-form #report-create-form .report-statistic-checkbox {
	width: 200px;
}

.edit-form .report-statistic-checkbox label,
.edit-form .report-statistic-checkbox div.input {
	display: inline;
}

.stats-data div.graph-selector {
	position:absolute;
	right:10px;
	margin-top:-35px;
}

.oldie .stats-data div.graph-selector {
	margin-top: -5px;
}

.stats-data div.cpu-graph,
.stats-data div.disk-util-graph {
	height:100px;
	width:500px;
	margin:10px;
}

.stats-data div.net-graph,
.stats-data div.disk-trans-graph {
	height:80px;
	width:500px;
	margin:10px;
}

.stats-data div.stats-legend {
	width:500px;
}

.run-report-dialog {
	padding: 0.5em 1em;
}

#wrapper-canvas {
	overflow: auto;
}

#main-nav ul.menu li.virtual_networks ul li.active {
	display: none;
}

#login-window-footer #password-reset-link {
	float: left;
	display: table;
	margin-left: 10px;
	height: 100%;
}

#login-window-footer #password-reset-link #password-reset-link-cell {
	line-height: 28px;
	font-size: 11px;
}

#login-window-footer #password-reset-link #password-reset-link-cell a {
	text-decoration: underline;
}

.checkbox-span-caption {
	text-align: left;
	white-space: normal;
	font-size: 13px;
	vertical-align: middle;
}

.form-stacked label {
	font-weight: normal;
}

.hidden {
	display: none;
}

.page_themes #screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.page_themes #primary-color-preview,
.page_themes #secondary-color-preview {
	width: 40px;
	height: 16px;
	border: 1px solid #666;
	float: left;
	clear: right;
	margin-top: 5px;
	cursor: pointer;
}

.page_themes #primary-color-dropper,
.page_themes #secondary-color-dropper {
	clear: both;
	padding: 1em;
}

.page_themes #color-presets .color-preset {
	float: left;
	margin-right: 4px;
	border: 1px solid #666;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	cursor: pointer;
}

.page_themes #color-presets #color-preset-1 {
	background-color: #D73C46;
	color: #555A6E;
}

#color-preset-2 {
	background-color: #a7282b;
	color: #eac4c4;
}

#color-preset-3 {
	background-color: #2aa728;
	color: #c4eac5;
}

#color-preset-4 {
	background-color: #2856a7;
	color: #c4ddea;
}

#color-preset-5 {
	background-color: #646464;
	color: #e3e3e3;
}

#color-preset-6 {
	background-color: #da771b;
	color: #ece3d5;
}

#color-preset-7 {
	background-color: #7b5e94;
	color: #ddd2e3;
}

.page_themes .iD-preview { display: none; }
.page_themes .iD-input-container { margin: 0; }
.page_themes .iD-input-container .iD-input-field { border: 1px solid #666; font-size: 11px; padding-left: 4px; }
.page_themes .popover { width: auto; }
.page_themes .popover > .content { padding: 2px 4px 12px 4px; }

.page_themes .logo-preview {
	border: 1px dashed #e1e1e1;
	max-height: 200px;
	max-width: 200px;
}

.page_themes .input.file {
	margin:  6px 0 0 0;
}

.top-label {
	padding-top: 0;
}

fieldset .clearfix-tight {
	margin-bottom: 8px;
}

#addserver-popover .content,
#addbalancer-popover .content {
	padding: 6px 0;
}

.email-compose-div {
	padding: 0 1em 1em;
}

.email-compose-div div.clearfix {
	clear: both;
	padding: 5px 7px;
}

#page-select {
	width: auto !important;
	min-width: 55px !important;
	margin-left: 4px;
}

.changed-data {
	color: red;
}

#please-select {
	color: #e1e1e1;
	display: none;
	padding: 0 25px;
	font-weight: 300;
}

#please-select .glyphicon-hand-left,
#please-select .glyphicon-hand-up {
	padding-top: 20px;
}

.watermark-text {
	color: #e1e1e1;
	font-size: 36px;
	font-weight: 300;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

#dashlet-tickets ul > li.priority-critical {
	font-weight: bold;
	color: #ff0000;
	float: none;
	text-align: left;
	padding-right: 0;
}

.priority-critical {
	color: white;
	font-weight: bold;
	background-color: #e8492e;
	display: block;
	line-height: 18px;
	padding: 0 6px;
	text-align: center;
	float: left;
}

#dashlet-tickets ul > li.priority-medium,
.priority-medium {
	font-weight: bold;
}

#dashlet-tickets ul > li.priority-high,
.priority-high {
	font-weight: bold;
	color: #dba003;
}

#dashlet-tickets ul > li.priority-urgent,
.priority-urgent {
	font-weight: bold;
	color: #ed6d17;
}

#dashlet-tickets ul > li.priority-emergency,
.priority-emergency {
	font-weight: bold;
	color: #e8492e;
}

.generate-password {
	line-height: 1.1;
	left: 286px;
	top: 0;
	position: absolute;
}

.generate-password-balancer {
	line-height: 1.1;
	left: 228px;
	position: absolute;
}

.generate-password a,
.generate-password-balancer a {
	font-size: 12px;
	white-space: nowrap;
}


.qtip-dark .qtip-content ul {
	margin: 0;
	padding: 0;
	/*list-style-type: disc;*/
	list-style-position: inside;
}

.qtip-dark .qtip-content ul li {
	color: #eee;
	font-size: 12px;
}

fieldset .clearfix > label.right-caption {
	width: 300px;
}


#event-time-div, #event-ip-div {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: -10px;
}

.event-time-label, .event-ip-label {
	font-weight: bold;
	margin-right: 8px;
}


/*********************/
/* Left right layout */
/*********************/

.layout-split {
	display: table;
	width: 100%;
}

.layout-split-left {
	vertical-align: top;
	min-height: 500px;
	display: table-cell;
	width: 20%;
	min-width: 200px;
}

.layout-split-right {
	vertical-align: top;
	min-height: 500px;
}

label.error.small-error {
	font-size: 10px;
	line-height: 8px;
	bottom: -18px;
}

.alert-message.warning {
	background: url("/img/warningdialog-header-bg.png") repeat scroll 0 0 transparent;
}

.alert-message.warning p {
	background: url("/img/errordialog-header-icon.png") no-repeat scroll 0 0 transparent;
	color: #ffffff;
	padding-left: 64px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	line-height: 28px;
}

#welcome-checkbox-text {
	margin-top: 10px;
	padding-top: 5px;
	display: none;
	clear: both;
}

#welcome_message_text {
	width: 100%;
	height: 350px;
	resize:none;
}

#welcome-message-subject,
#welcome-message-email {
	color: #404040;
}

.welcome_message-caption small {
	font-size: 12px;
	color: #555;
}

.welcome_message-caption h5 {
	color: #3787BA;
}

#inv-primary-contacts .clearfix {
  margin-bottom: 10px;
}

#preferences-form div.selector span,
#inv-primary-contacts div.selector span {
	width: 230px;
}

#preferences-form .checkbox-span-caption {
	display: block;
	float: left;
	line-height: 24px;
	margin-left: 2px;
}

#preferences-form fieldset .clearfix > label {
	padding: 1px 10px 0 0;
	text-align: left;
}

#preferences-form div.input div.checker {
	vertical-align: middle;
	margin-top: 2px;
	float: left;
	display: block;
}


label.error.vpn-interfaces-validation-error {
	bottom: auto;
	left: auto;
}

label.error.vpn-rules-validation-error {
	bottom: 100px;
	left: auto;
}

.inputcheckbox-group .clearfix {
	margin-bottom: 0;
}

.inputcheckbox label {
	cursor: pointer;
}

.inputcheckbox-group .input label {
	text-align: left;
	float: none;
}

#use-pv-drivers-div {
	margin-left: inherit;
}

#use-pv-drivers-div label {
	width: auto;
	margin-right: 10px;
}

#use-pv-drivers-div div.input-caption > span {
	font-size: 13px;
	color: #777879;
}

span.upload-info {
	line-height:22px;
	color: #808080;
}

#ui-permissions h5 {
	line-height: 1.3;
	margin-top: 4px;
}

#ui-permissions table {
	margin-bottom: 4px;
}

.service-balance-algorithm {

}

.service-balance-algorithm label {
	color: #000;
	cursor: pointer;
	text-align: left;
	margin-left: 4px;
	width: 600px;
}

.service-balance-algorithm input {
	text-align: left;
}

.service-balance-type-note {
	display: block;
	color: #666;
	font-size: 10px;
	line-height: 1.3;
	margin-left: 26px;
}

.service-balance-type-intro {
	color: #666;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
	width: 550px;
}

/* Alerts */

#alert-preferences {
	float: left;
	width: 60%;
}

#alert-counters {
	float: left;
	width: 40%;
}

#alert-counters {
	padding-left: 15px;
}

#alert-preferences-enclose .monitoring-bubble {
	float:left;
	border-radius:9px;
	border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;
	margin-left:10px;
	margin-bottom:15px;
}

/* Show alert message links in white */
.alert-message.success p a {
	color: #FFF;
	text-decoration: underline;
}

/* Links in the bootstrap action bar */
.actions .action-link {
	display: block;
	margin: 1em 0 0;
}


/* CSH icon in upper right of page */
.help-icon {
	position: absolute;
	top: -54px;
	right: 0;
	cursor: pointer;
}

.inv-contacts-table {
	display: table;
	padding-top: 5px;
}

.inv-contacts-header {
	display: table-row;
}

.inv-contacts-header-element {
	display: table-cell;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 5px;
}

.inv-contact {
	display: table-row;
}

.inv-contact > div {
	display: table-cell;
	padding-bottom: 10px;
}

.inv-primary-contact-checkbox {
	text-align: center;
}

.access-admitted {

}

.access-rejected {
	color: red;
}

#login-window-captcha
{
	background-color: #fafafa;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 55px 30px 55px;
}

#login-window-captcha h5
{
	color: #0055A5;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin: 0 0 10px;
}

#login-window-captcha div.input {
	margin-bottom: 1px;
}

#login-window-captcha small
{
	font-size: 11px;
}

#login-window-captcha .login-window-captcha-image img {
	margin-bottom: 1px;
}

#login-window-captcha .login-window-captcha-image span {
	display: block;
	font-size: 10px;
}

.user-avatar-wrap {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
}

div.avatar {
	float: left;
	width: 20%;
	max-width: 125px;
	box-sizing: border-box;
}

.user-header .user-detail {
	float: left;
	width: 80%;
	box-sizing: border-box;
	padding: 6px 0 0 2px;
}

.user-header #avatar-container {
	float: left;
	width: 80%;
	box-sizing: border-box;
}

div.avatar > img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #F0F0F0;
}

#main-content .audits.index {
	margin-top: 20px;
}

#filters #user-filter {
	margin-right: 15px;
}

.page_user_preferences h2 {
	font-size: 28px;
	font-weight: 300;
	color: #555555;
	margin: 40px 0 15px 0;
}

h2.firstTitle {
	margin: 0 0 15px 0 !important;
}

.page_user_preferences fieldset .clearfix {
	margin-bottom: 10px;
}

.duo-container {
	width: 630px;
	height: 340px;
	display: none;
}

.fullRow {
	float: left;
	width: 100%;
}

.titleBanner {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100px;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 83px 0 0 0;
	vertical-align: middle;
	background-position: center center;
	display: table;
}

.titleBanner div {
	display: table-cell;
	vertical-align: middle;
}

.titleBanner h1 {
	font-weight: 100 !important;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	text-transform: uppercase;
}

input[type="search"] {
	min-width: 160px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dadada;
	padding: 7px 9px 6px 9px;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#saveEditButton {
	margin-right: 15px;
}

#user-search-text,
#inventory-acls-search-text {
	font-size: 12px;
	min-width: 200px;
}

.actionBarLeft {
	padding-left: 0;
}

.actionBarRight {
	padding-right: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.help-trigger {
	position: fixed;
	right: 0;
	top: 233px;
	background: #555555;
	width: 31px;
	z-index: 90;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
	-ms-transition: width 500ms ease;
	-o-transition: width 500ms ease;
	transition: width 500ms ease;
	opacity: 1;
}

.help-trigger:hover {
	cursor: pointer;
	width: 38px;
}

#topAnchor {
	float: left;
	width: 100%;
}

.ui-datepicker {
	z-index: 3000 !important;
}

.ui-datepicker-calendar .ui-state-default {
	padding: 4px 7px;
	background: #E5E5E5;
	color: #555555;
}

.ui-datepicker-calendar .ui-state-hover {
	border: 0;
	background: #D0D0D0;
}

.ui-datepicker-calendar .ui-state-highlight {
	border: 0;
	background: #C9D9E4;
}

.ui-datepicker-calendar .ui-state-active {
	border: 0;
	background: #D0D0D0;
}

.ui-datepicker .ui-datepicker-header {
	padding: 1px;
}

.footer {
	background: #363636;
	padding: 45px 0;
	color: #fff;
	margin-top: 50px;
}

.footer h3 {
	color: #FFFFFF;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer p {
	font-weight: 300;
}

.footerLogo {
	margin-bottom: 15px;
}

.footerLogoImage {
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: contain;
  max-width: 300px;  
}

.footerContent {
  text-align: center;
}

.footerLeft {
	padding-left: 0;
}

.footerRight {
	padding-right: 0;
}

.footerRight .footerMenu {
	padding-right: 35px;
}

.footerMenu .sub-menu {
	padding-left: 0;
	margin-left: 0;
}

.footerMenu .sub-menu li {
	margin-bottom: 5px;
	list-style: none;
}

.footerMenu .sub-menu li a {
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}

.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -300px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 330px; /* .push must be the same height as .footer */
}

#alert-counters h4 {
	margin-bottom: 2px;
	font-weight: 300;
}

#alert-counters h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 28px;
}

#alert-counters .clearfix {
	margin-bottom: 20px;
}

.themes h2 {
	font-size: 36px;
	font-weight: 100;
	margin: 10px 50px 15px 0;
	color: #555555;
}

.themes fieldset {
	margin-bottom: 20px;
}

#pages-selector .selector {
	width: 65px;
	margin-left: 5px;
}

#pages-selector .selector span {
	width: 55px;
}

.headerAlerts .alertType {
	color: #555555;
	font-size: 12px;
}

.userPrefLeft {
	padding-left: 0;
}

h2.passwordChangeTitle {
	margin-top: 0;
}

.monitoring-bubble-row select,
.monitoring-bubble-triggers select {
	border: 1px solid #a6a6a6;
}

.subcustomerLeft {
	float: left;
	width: 25%;
	padding: 0 !important;
	border-bottom: 0 !important;
}

.subcustomerLeft li {
	margin-left: 0 !important;
	color: #555555 !important;
}

.subcustomerLeft li a {
	padding: 5px 2px !important;
}

.subcustomerLeft li .glyphicon {
	float: left;
	padding: 5px 8px 5px 0;
}

.subcustomerRight td {
	font-size: 12px;
	vertical-align: middle !important;
}

.subcustomerRight th {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.subcustomerRight {
	float: left;
	width: 75%;
}

.subcustomerRight h3 {
	margin-top: 0;
	font-weight: 300;
}

.glyphicon-hand-left {
	padding-top: 20px;
}

.ui-datepicker-next.ui-state-hover,
.ui-datepicker-prev.ui-state-hover {
	border: 0;
}

#notifer {
	position: fixed;
	top: 5px;
	left: 25%;
	text-align: center;
	width: 50%;
	z-index: 9999;
}

.notifyMessage {
	display: none;
	z-index: 9999;
	background-color: #CAED9E;
	color: #4AA110;
	border: 1px solid #63aa32;
	border-radius: 4px;
	padding: 10px 15px;
	line-height: normal;
	font-weight: 500;
	font-size: 1em;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

.notifyMessage p {
	margin-bottom: 3px;
}

.notifyMessage .close {
	font-size: 18px;
}

.themes.form fieldset label {
	min-width: 130px;
}

.themes.form div.uploader {
	margin-left: 20px;
}

#searchResultsModal .modal-dialog {
	min-width: 800px;
}

#searchResultsModal .modal-header {
	padding: 15px 25px;
}

#searchResultsModal .modal-body {
	padding: 25px;
}

#searchResultsModal .modal-header h4 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 300;
	color: #555555;
	text-transform: uppercase;
}

#searchResults h2 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 300;
	color: #555555;
}

#searchResults ul {
	float: left;
	width: 100%;
	padding-left: 0;
	list-style: none;
	margin: 0 0 35px 0;
}

#searchResults ul li {
	float: left;
	display: inline-block;
	padding: 0 25px 10px 0;
	width: 33%;
	vertical-align: top;
}

#searchResults ul li a {
	text-transform: uppercase;
}

#searchResults ul:last-child {
	margin-bottom: 10px;
}

#searchResults .themed-text span {
	float: none !important;
}

.searchResultsIcon {
	margin-right: 2px;
	position: relative;
	top: -1px;
	padding-right: 0 !important;
}

.folder-name {
	display: inline-block;
}

.folderStorageIconAssetsSearch {
	float: left;
	padding-right: 5px;
	top: 2px;
	color: #555555;
}

.contact-boxes h2 {
	font-weight: 300;
}

.alertsMenu h2 {
	font-weight: 300;
	font-size: 18px;
	margin: 10px 14px 0 14px;
}

.activeAlertText:hover {
	cursor: pointer;
}

.alertsGroup {
	top: 2px;
}

#pages-center-right {
	position: relative;
	width: 100%;
	font-size: 12px;
}

#pages-back {
	float: left;
	width: 30%;
	text-align: left;
	height: 30px;
}

#pages-forward {
	float: left;
	width: 30%;
	text-align: right;
	height: 30px;
}

#pages-selector {
	float: left;
	text-align: center;
	width: 40%;
	margin: 0 auto;
}

#pages-selector a {
	margin-right: 2px;
}

.prev-links, .next-links {
	padding: 5px;
}

.prev-links-holder {
	text-align: left;
}

.next-links-holder {
	text-align: right;
}

.release-notes h1:nth-child(odd) {
	font-size: 12px;
	margin: 20px 0 0 0;
	border-top: 1px solid #e1e1e1;
	padding-top: 25px;
}

.release-notes h1:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.release-notes h2 {
	font-size: 17px;
	margin: 17px 0 3px 0;
}

.release-notes ul {
	padding-left: 17px;
}

#helpSidebar {
	display: none;
	position: absolute;
	right: -350px;
	width: 350px;
	height: 100vh;
	padding: 15px;
	background: #FFFFFF;
	-webkit-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.75);
	box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.75);
	overflow-y: auto;
	-webkit-transition: right 500ms ease;
	-moz-transition: right 500ms ease;
	-ms-transition: right 500ms ease;
	-o-transition: right 500ms ease;
	transition: right 500ms ease;
}

.prev-links, .next-links {
	padding: 5px;
}

.prev-links a, .next-links a {
	padding: 7px 18px 8px 18px;
	border: 1px solid #eee;
	border-radius: 20px;
	margin-right: 3px;
	text-decoration: none;
}

.prev-links a:hover, .next-links a:hover {
	background : #fafafa;
}

.prev-links a:active, .next-links a:active {
	background : #ieee;
}

.sorted-asc {
	background: url('../img/arrow-desc.png') 92% center no-repeat;
	background-position-y: 7px;
}

.sorted-desc {
	background: url('../img/arrow-asc.png') 92% center no-repeat;
	background-position-y: 7px;
}

.qtip-content ul {
	padding-left: 18px;
}

#cage-access-pager,
#audits-pager {
	color : #808080;
	margin-top : 12px;
	line-height : 28px;
	margin : 0 auto;
	font-size : 12px;
	text-align : center;
}

#helpSidebar .closeHelp {
	float: right;
	font-size: 19px;
	opacity: .6;
}

#helpSidebar .closeHelp:hover {
	opacity: 1;
	cursor: pointer;
}

#helpSidebar h1,
#helpSidebar h1 span,
#helpSidebar h2,
#helpSidebar h3,
#helpSidebar h4,
#helpSidebar p {
	font-family: 'Lato', Arial, sans-serif !important;
}

#helpSidebar h1,
#helpSidebar h1 span {
	font-size: 36px !important;
	line-height: 40px !important;
	font-weight: 300 !important;
	margin: 5px 0 15px 0 !important;
	color: #555555 !important;
}

#helpSidebar h2,
#helpSidebar h3 {
	font-size: 28px !important;
	line-height: 30px !important;
	font-weight: 300 !important;
	margin: 15px 0 15px 0 !important;
	color: #555555 !important;
	background-color: #ffffff !important;
}

#helpSidebar p {
	margin: 0 0 20px 0 !important;
}

#helpSidebar img {
	display: none !important;
}

#helpSidebar ul {
	padding-left: 15px !important;
	margin-bottom: 20px !important;
	list-style: disc !important;
}

#helpSidebar table th:first-child {
	width: 20% !important;
}

#helpSidebar table {
	width: 100% !important;
	max-width: 100% !important;
	border: 0 !important;
	margin: 0 0 20px 0 !important;
}
#helpSidebar table > thead > tr > th,
#helpSidebar table > tbody > tr > th,
#helpSidebar table > tfoot > tr > th,
#helpSidebar table > thead > tr > td,
#helpSidebar table > tbody > tr > td,
#helpSidebar table > tfoot > tr > td {
	background: #ffffff !important;
	padding: 8px !important;
	line-height: 1.42857143 !important;
	vertical-align: top !important;
	border: 0 !important;
	border-bottom: 1px dashed #cccccc !important;
}
#helpSidebar table > tbody > tr {
	border-bottom: 0 !important;
}
#helpSidebar table > tbody > tr th,
#helpSidebar table > tbody > tr th {
	margin: 0 !important;
	color: #333333 !important;
	text-align: left !important;
	vertical-align: bottom !important;
	border: 0 !important;
	background-color: #f5f5f5 !important;
}
#helpSidebar table > tbody > tr th p,
#helpSidebar table > tbody > tr th p span,
#helpSidebar table > tbody > tr th span {
	color: #333333 !important;
	margin-bottom: 0 !important;
	line-height: 15px !important;
	font-weight: bold !important;
}
#helpSidebar table > caption + thead > tr:first-child > th,
#helpSidebar table > colgroup + thead > tr:first-child > th,
#helpSidebar table > thead:first-child > tr:first-child > th,
#helpSidebar table > caption + thead > tr:first-child > td,
#helpSidebar table > colgroup + thead > tr:first-child > td,
#helpSidebar table > thead:first-child > tr:first-child > td {
	border-top: 0 !important;
}
#helpSidebar table > tbody + tbody {
	border-top: 2px solid #ddd !important;
}

.page_logicmonitor #wrapper-main {
	width: 100%;
}

#requestIpSpaceLeftCol {
	padding-right: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	#wrapper-main {
		padding: 30px 15px !important;
	}

	.footerLeft {
		text-align: center;
		padding: 0;
	}

	.footerRight {
		text-align: center;
		padding-left: 0;
	}

	.footerRight .footerMenu {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.footer h3 {
		border-bottom: 0;
		margin: 0 0 10px 0;
	}

	.titleBanner h1 {
		font-size: 30px;
		font-weight: 300;
	}

	.userPrefRight {
		padding-left: 0;
		margin-top: 40px;
	}

	div.avatar > img {
		width: 100%;
		height: auto;
	}

	.userPrefLeft .user-detail {
		padding-left: 20px;
	}

	.user-header #avatar-container {
		padding-left: 20px;
	}

	.titleBanner {
		height: 80px;
	}

	#header {
		height: 127px;
	}

	#password-form div.input, #preferences-form div.input {
		margin-left: 0;
	}

	.ui-dialog {
		min-width: 0 !important;
		margin: 0px 10px;
	}

	.next-links-holder .next-links {
		float: left;
		width: 100%;
		text-align: right;
	}

	.prev-links-holder .prev-links {
		float: left;
		width: 100%;
		text-align: left;
	}

	.prev-links-holder .prev-links a,
	.next-links-holder .next-links a {
		padding: 5px 10px 7px 10px;
		font-size: 12px;
	}

	#pages-selector {
		font-size: 12px;
	}

	#sms-disclaimer {
		width: 100%;
	}

	#sms-disclaimer,
	#uniform-enabled-checkbox {
		float: left;
	}

	.table-responsive {
		padding: 8px;
	}

	#searchResults ul li {
		width: 50%;
		padding: 0 15px 10px 0;
	}

	.subcustomerLeft,
	.subcustomerRight,
	.subcustomerLeft li {
		width: 100%;
	}

	.subcustomerLeft {
		margin-bottom: 25px !important;
	}

	.headerRight .infoMenu,
	.headerRight .profileMenu {
		right: -10px !important;
	}

	.infoMenu .dropdown-menu-arrow,
	.profileMenu .dropdown-menu-arrow {
		right: 12px !important;
	}

	.watermark-text .glyphicon-hand-left {
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		transform: rotate(90deg);
		margin-top: 15px;
	}

	.qtip-bootstrap {
		display: none;
	}

	#helpSidebar {
		-webkit-box-shadow: -2px 0px 12px rgba(0,0,0,0.75);
		-moz-box-shadow: -2px 0px 12px rgba(0,0,0,0.75);
		box-shadow: -2px 0px 12px rgba(0,0,0,0.75);
	}

	.page_entity_alerts .actions,
	.page_user_alerts .actions,
	.page_security_preferences .actions,
	.page_entity_preferences .actions,
	.page_user_preferences .actions {
		padding-left: 0;
	}

	#preferences-form label {
		width: 100%;
	}

	#preferences-form label[for="enabled-checkbox"] {
		width: auto;
		min-width: 0;
	}

	#requestIpSpaceLeftCol {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.titleBanner h1 {
		font-size: 45px;
		font-weight: 300;
	}

	.prev-links-holder .prev-links a,
	.prev-links-holder .next-links a {
		padding: 5px 10px 7px 10px !important;
		font-size: 12px;
	}

	#sms-disclaimer {
		width: 100%;
	}

	#sms-disclaimer,
	#uniform-enabled-checkbox {
		float: left;
	}

	.next-links-holder .next-links {
		float: left;
		width: 100%;
		text-align: right;
	}

	.prev-links-holder .prev-links {
		float: left;
		width: 100%;
		text-align: left;
	}

	.prev-links-holder .prev-links a,
	.next-links-holder .next-links a {
		padding: 5px 10px 7px 10px;
		font-size: 12px;
	}

	#pages-selector {
		font-size: 12px;
	}

	#helpSidebar {
		-webkit-box-shadow: -2px 0px 12px rgba(0,0,0,0.75);
		-moz-box-shadow: -2px 0px 12px rgba(0,0,0,0.75);
		box-shadow: -2px 0px 12px rgba(0,0,0,0.75);
	}

	.userPrefRight #password-form label {
		width: 100%;
	}

	.userPrefRight #password-form .input {
		margin-left: 0;
	}

	.userPrefRight .actions {
		padding-left: 0;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.prev-links-holder .prev-links a,
	.next-links-holder .next-links a {
		padding: 5px 10px 7px 10px;
		font-size: 12px;
	}
}

#cloudianStorageView .arrowTabs .nav.nav-tabs {
    padding-left: 430px;
}

/*Tabs with the carrot selection style*/
.arrowTabs .nav.nav-tabs {
    margin-left: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #555555;
}
.arrowTabs .nav.nav-tabs li a {
    background: none;
    border-radius: 0;
    /*color: #555555;*/
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    height: 52px;
    padding: 5px 10px;
}
.arrowTabs .nav.nav-tabs li.active a {
    color: #149DEA;
    text-shadow: none;
    background: url(../img/tab-menu-arrow.png) no-repeat !important;
    background-position: 50% 41px !important;
    outline: 0;
}

/*Traditional looking tabs*/
.defaultTabStyle .nav-tabs {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 0 !important;
}
.defaultTabStyle .tab-content {
    padding: 15px;
    /*border-color: #ddd #ddd transparent !important;*/
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 0 4px 4px !important;
}
.defaultTabStyle .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.defaultTabStyle .nav.nav-tabs li.active a {
    background: #ffffff !important;
    border: 1px solid !important;
    border-color: #ddd #ddd transparent !important;
    color: #555;
    cursor: default;
}
.defaultTabStyle .nav-tabs>li>a {
    border-radius: 4px 4px 0 0 !important;
}
.defaultTabStyle .nav.nav-tabs li a {
    height: auto;
    font-size: 14px;
    text-transform: none;
}


.reactCustTabs > .nav.nav-tabs {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    line-height: 1.15 !important;
    border: none !important;
}

.reactCustTabs > .nav.nav-tabs li a {
    height: auto !important;
    font-size: 16px !important;
    text-transform: none !important;
}

.reactCustTabs > .nav.nav-tabs li.active a {
    color: #149DEA !important;
    background: none !important;
    border-bottom: 1px solid #149DEA !important;
}

#cloudianStorageView .radio-inline {
    padding-left: 0;
    padding-right: 20px;
	margin-left: 0;
}

#cloudianStorageView .radio-inline input {
    margin-right: 7px;
}

.modal-wide.modal-dialog,
.modal-wide .modal-dialog {
	width: 96% !important;
	max-width: 1000px !important;
}


.ReactTable {
    font-size: 12px;
}

.noRowPadding .rt-td {
	padding: 0px !important;
	display: flex;
	align-items: stretch;
	min-height: 30px;
}

.noCellSideBorders {
	border-right: none !important;
	border-left: none !important;
}
.noCellSideBorders .rt-tbody .rt-td, .noCellSideBorders .rt-thead .rt-th {
	border-right: 0px solid transparent !important;
}

.ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td {
  box-shadow: inset 0 0 0 0 transparent !important;
}

.ReactTable .rt-thead.-header .rt-th.rt-resizable-header.-sort-asc:before,
.ReactTable .rt-thead.-header .rt-th.rt-resizable-header.-sort-desc:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f0dc";
    margin-right: 7px;
}

.ReactTable .rt-thead .rt-resizable-header-content {
    display: inline-block;
}

.ReactTable .rt-thead.-header .rt-th.rt-resizable-header.-sort-asc:before {
    content: "\f0de";
}

.ReactTable .rt-thead.-header .rt-th.rt-resizable-header.-sort-desc:before {
    content: "\f0dd";
}


/* React Bootstrap FromGroup */
.formGroupRowReact {
    padding: 4px 0 0 0;
}
.formSectionContainerReact {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.formGroupRowReact .form-group {
    margin-bottom: 5px;
}
.arrowIconButton:hover {
    color: #303946 !important;
    cursor: pointer;
}
.formGroupRowReact input::placeholder, .formGroupRowReact textarea::placeholder {
    color: #a4a4a4;
}
.formGroupRowReact .Select {
    max-width: 390px;
    width: 100%;
}
.formGroupRowReact .form-group .control-label {
    display: flex;
    align-items: center;
}
.formGroupRowReact .form-group .control-label .help-block {
    margin-top: 0;
    font-size: 11px;
    margin-left: 5px;
}
.smallButtons .formGroupRowReact .btn-group .btn {
    font-size: 12px;
}


/* React Bootstrap FromGroup override to make it the label in line with the input */
.formGroupRowReact .control-label {
    display: flex;
    align-items: center;
}
.formGroupRowReact .stackedFormGroup .control-label {
	margin-bottom: 2px;
}

.formGroupRowReact .control-label .help-block {
    margin-top: 0;
    font-size: 11px;
    margin-left: 10px;
}

.inlineFormGroup {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.formGroupRowReact:last-child .inlineFormGroup {
    margin-bottom: 0;
}
.inlineFormGroup .control-label {
    display: block;
    width: 35%;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 0;
    font-size: 14px !important;
}
.inlineFormGroup .form-control,
.inlineFormGroup .form-control-wrap {
    width: 65%;
}
.inlineFormGroup.fullRow .form-control,
.inlineFormGroup.fullRow .form-control-wrap {
    width: 100%;
}
.formGroupRowReact .inlineFormGroup .help-block {
    margin-left: 5px;
}

.formGroupRowReact .help-block { margin-bottom: 0; }
.formGroupRowReact .flexRowCentered { margin-bottom: 0; }

.createGroupTabs li a {
    padding-top: 0 !important;
}

.jsLink {
    color: #008BB0;
    letter-spacing: .02em;
}

.jsLink:hover {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #07718a;
}

.flexRowCentered {
    display: flex;
    align-items: center;
}

.cellNoPadding {
    padding: 0 !important;
}

.noPaddingTabs .nav-tabs {
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.ace_scroller div, .ace_content div, .ace_layer div,
.ace_scroller textarea, .ace_content textarea, .ace_layer textarea,
.ace_scroller span, .ace_content span, .ace_layer span{
	font-family:monospace !important;
}

.ace_error-line{
	background-color: rgba(219,85,101,0.1) !important;
}
