/* General Style */

@keyframes sonar {
    0% {
        transform: scale(.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.4);
    }
    50% {
        transform: scale(.9);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

hr {
	color: #eee;
	background-color: #eee;
	margin-top: 5px;
}

.hr {
	border-top: 1px solid #99BBE8;
	height: 10px;
	width: 95%;
	margin: auto;
	margin-top: 10px;
}

.container-tab, .menu-side, .navigation-panel, .configuration-panel,
	.component-panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.component-panel {
	padding-left: 1px;
}

.font-bold {
	font-weight: bold !important;
}

.font-normal {
	font-weight: normal !important;
}

.centered {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.v-centered {
	vertical-align: middle;
	top: 5px;
}

.text-inline {
	font-size: 14px;
	padding-left: 5px;
	text-align: center;
	white-space: nowrap;
}

.text-free {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	line-height: 50px;
}

.text {
	font-size: 13px;
}

div.text-instr {
	height: 22px;
	font-size: 15px;
	margin: 10px 0px;
	color: #555;
}

.text-title {
	font-size: 16px;
	padding: 5px;
	text-align: center;
	color: #0E4A9C;
}

.text-desc {
	padding-top: 3px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

.text-vertical {
	width: 1em;
	word-wrap: break-word;
	margin: 5px;
	letter-spacing: 1em;
}

.text-header {
	color: #0E4A9C;
	font-size: 16px;
}

.error {
	color: red;
	font-weight: bold;
}

a, .link, .data-reference {
	color: #0E4A9C;
	cursor: pointer
}

.link-box {
	background: #FFF; 
	display: inline-block; 
	margin:10px; 
	padding:10px;
	border-radius: 5px;
	border: 1px solid #ACCCF7;
	text-decoration: none;
}

.breadcrumb {
	color: #333;
}

.breadcrumb-active {
	color: #0E4A9C;
	cursor: pointer;
}

.current-line {
	padding: 2px 0 1px 0;
	float: right;
	height: 20px;
	width: 110px;
	font-size: 13px;
}

.current-line label {
	padding-top: 2px;
}

#curr_line-input {
	height: 16px !important;
}

.selector-pointer {
	cursor: pointer !important;
}

.multi-select-button {
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 22px;
	cursor: pointer !important;
}

.multi-select-input {
	text-decoration: underline;
	cursor: pointer !important;
}

.combo-box-html {
	margin: 4px 0 2px 2px;
	background: white;
	position: absolute;
	overflow: hidden;
}

.x-panel-inline-icon {
	margin-top: 1px;
}

.component-panel-with-icon .x-panel-inline-icon,
	.component-panel-with-icon .x-btn {
	margin-top: -1px;
	background-color: #FCFCFC;
}

.component-panel-with-icon .x-panel-header .x-btn-text {
	width: 20px !important;
	height: 20px !important;
	margin-top: -3px;
}

.component-panel-with-icon .x-panel-toolbar .x-btn-image {
	top: 0px !important;
}

.component-panel-with-icon .x-panel-header .x-btn-icon {
	margin-left: 0 !important;
}

.x-panel-header {
	background-image: none !important;
	background-color: #FCFCFC;
	font-size: 15px;
	font-weight: normal;
	border-width: 0;
}

.x-panel-body, .x-panel-footer, .x-view, .x-layout-collapsed,
	.x-panel-noborder {
	border-width: 0 !important;
}

.x-panel-body, .x-window {
	background-color: #FCFCFC;
}

.x-panel-footer {
	background-color: #DFE8F6;
}

form .x-form-item {
	padding-left: 8px;
	padding-top: 3px;
}

form .x-form-label-top .x-form-item {
	padding-left: 0;
}

.menu-side .x-panel-body {
	background-color: #FCFCFC;
}

.x-panel-tl, .x-panel-tr {
	background-image: none !important;
	background-color: #FCFCFC;
}

.x-panel-header, .x-panel-tl .x-panel-header, .x-window-header {
	background-image: none !important;
	background-color: #FCFCFC;
	font-size: 15px !important;
	line-height: 22px;
	font-weight: normal;
	min-height: 22px;
	border-bottom: 1px solid #ACCCF7;
}

.x-layout-collapsed {
	background-color: #FCFCFC;
}

.x-window-header {
	padding: 5px;
}

.x-accordion-hd {
	font-size: 14px !important;
	background-color: #FCFCFC;
	border-width: 0;
	height: auto !important;
}

.x-accordion-hd:hover {
	background-color: #eee;
}

.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc,
	.x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr
	{
	background-image: none;
}

.x-tip {
	background-color: #EEEEEE;
	white-space: pre-wrap;
	border: 1px solid #B5B8C8;
	border-radius: 3px;
}

.x-tip .x-tip-ml {
	background-color: transparent;
}

.x-window-header, .x-accordion-hd.font-bold {
	color: #0E4A9C;
	font-weight: normal !important;
	background-color: #CEDFF5 !important;
}

.x-tab-icon button {
	height: 40px !important;
	width: 25px !important;
	font-size: 1.3em;
}

.x-tab-icon button div {
	color: #333 !important;
	top: 5px !important;
}

ul.x-tab-strip-top {
	margin-top: 0;
}

.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left,
	.x-tab-strip-top .x-tab-strip-inner {
	background: none;
}

.x-tab-panel-header-plain .x-tab-strip-top {
	border-bottom: 1px solid #B5B8C8 !important;
}

.x-tab-strip-top .x-component {
	height: 30px;
	border-width: 0px;
	border-radius: .5em .5em 0 0;
	border-left: 1px solid #FCFCFC !important;
	border-right: 1px solid #FCFCFC !important;
	border-top: 1px solid #FCFCFC !important;
}

.x-tab-strip span.x-tab-strip-text {
	color: #333;
	font-size: 14px !important;
	font-weight: normal !important;
	height: 18px;
	padding-top: 8px !important;
}

.x-tab-strip-over span.x-tab-strip-text {
	color: #0E4A9C;
}

.x-tab-strip-top .x-tab-strip-active, .x-tab-strip-top .x-tab-strip-over
	{
	border-color: #B5B8C8 !important;
	border-bottom: 5px solid #FCFCFC !important;
	margin-bottom: -5px;
	display: inline-block;
}

.x-tab-strip-active span.x-tab-strip-text {
	color: #0E4A9C;
	font-weight: bold;
	font-size: 16px !important;
	padding-top: 5px !important;
}

.x-tab-strip-spacer {
	height: 0px !important;
}

.x-tab-scroller-left, .x-tab-scroller-right {
	position: absolute;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	border-bottom: 1px solid #B5B8C8;
	cursor: pointer;
}

.x-tab-scroller-left {
	left: 0px;
}

.x-tab-scroller-right {
	right: 0px;
}

.x-menu {
	background-image: none;
	font-size: 14px;
	border: none;
	padding: 2px;
	border-radius: 5px;
}

.x-menu-no-icons a.x-menu-item {
	padding-left: 10px;
	padding-top: 5px;
}

.x-menu-item.x-item-disabled {
	color: #888 !important;
}

.x-fieldset {
	background-color: #FFF;
	padding: 0;
	border: none;
	overflow: visible;
}

.x-fieldset>.x-form-label-left {
	margin-left: 5px;
	margin-top: 5px;
}

.x-fieldset legend .x-tool-toggle {
	padding: 0 5px 0 3px !important;
	margin-top: -3px !important;
}

.x-fieldset legend {
	font-size: 16px;
	font-weight: normal;
}

.x-fieldset-header {
	padding-top: 8px !important;
	display: block;
	width: 100%;
	height: 22px;
	background: #EEE;
}

.x-fieldset-column .x-fieldset {
	margin-left: 10 !important;
}

.x-fieldset-column:nth-child(1) .x-fieldset {
	margin-left: 0 !important;
}

.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc,
	.x-btn-bl, .x-btn-br, .x-btn-bc, .x-menu-list, .x-menu-item-active {
	background-image: none !important;
}

.x-btn-bc {
	height: 0;
}

.x-btn {
	border-radius: 5px;
}

.x-btn-icon, .x-btn-text-icon {
	margin-left: 2px;
}

.x-window-dlg .ext-mb-icon {
	width: 50px;
	height: 50px;
}

.logo {
	padding: 20px 0 0 10px;
}

.ext-safari .logo {
	padding-left: 20px;
}

.logo img {
	width: 400px;
}

.splash {
	padding-top: 5px;
}

.splash .announcement {
	width: 580px;
	height: 400px;
	border-radius: 5px;
	box-shadow: 0 5px 4px -5px #888;
}

@media (max-width: 992px) {
	.splash {
	    display: none;
	}
	
	.login-screen {
	   border-right: none !important;
	}
	
	.login-window {
	   width: auto !important;
	}
	
	.login-window > table {
	   margin: 0 auto;
	}
}

.splash .company-logo {
	margin-top: 20px;
	width: 150px;
}

.security-info {
	width: 380px;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.login-btn {
	font-size: 16px;
	margin-left: 20px;
}

.login-window {
	width: 1050px;
	top: 10%;
	position: relative;
}

@media screen and (max-height: 768px) {

	.login-window {
		top: 5px;
	}

}

.login-screen {
	border-right: 1px solid #ACCCF7;
}

.login-form .red {
	color: #C30;
}

.login-form, .login-form .x-panel-btns {
	background-color: #F7F6F6;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 4px 4px -5px #888;
}

.login-window .x-form-item {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 20px
}

.login-window .x-form-field {
	width: 300px !important;
	height: 26px;
}

.login-window input.x-form-field[type="password"] {
	color: #000;
}

.popular-places {
	margin-top: 15px;
	font-size: 16px;
	color: #0E4A9C;
}

.popular-place {
	height: 16px;
	padding: 5px;
	cursor: pointer;
}

.popular-place:hover {
	background-color: #eee;
}

.x-toolbar {
	min-height: 24px;
	background-image: none;
	border-width: 0px !important;
}

.x-toolbar, .x-toolbar .x-btn {
	background-color: #FCFCFC;
}

.x-form-element .x-toolbar, .x-form-action-field .x-toolbar {
	padding: 0 !important;
}

.navigation-panel .x-toolbar, .store-filter.x-toolbar, .navigation-panel .x-toolbar .x-btn,
	.x-panel-bbar .x-toolbar, .x-panel-bbar .x-toolbar .x-btn,
	.x-html-editor-tb .x-toolbar, .x-html-editor-tb .x-toolbar .x-btn {
	background-color: #EEE;
}

.x-form-action-field {
	padding: 0;
}

.x-form-action-field.x-toolbar .x-toolbar-cell {
	vertical-align: top;
}

.x-form-action-field div.x-form-focus {
	border-width: 0px;
}

.x-form-image-field img {
	width: 22px !important;
	height: 22px !important;
	padding-left: 3px;
}

.x-spinner-field input {
	height: 22px !important;
}

.x-panel-btns {
	background-color: #FCFCFC;
}

.x-form-file-btn, .template-btn, .x-panel-btns .x-btn,
	.x-form-action-field .x-btn-text-icon {
	background-color: #216bd3;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
	box-shadow: 3px 3px 4px -5px #888;
	border: 1px solid #ACCCF7;
}

.template-btn {
	margin-top: 0 !important;
}

.template-btn.no-border {
	border: none;
	background: none !important;
	box-shadow: none;
}

.x-panel-btns .x-btn.x-item-disabled {
	background-color: #EEE !important;
	border-color: #EEE !important;
}

.x-panel-btns .x-btn.x-item-disabled .x-btn-text {
	color: #888 !important;
}

.x-btn-icon .x-btn-small .x-btn-text {
	height: 18px;
	min-width: 18px;
}

.x-btn-noicon .x-btn-small .x-btn-text {
	height: 18px;
}

.x-form-file-btn, .x-form-action-field .x-btn-text-icon {
	padding: 0 !important;
	margin-top: 0 !important;
}

.x-form-file-btn .x-btn-text {
	height: 14px !important;
	line-height: 12px;
}

.x-form-file-btn .x-btn-text, .template-btn .x-btn-text, .x-panel-btns .x-btn .x-btn-text,
	.x-form-action-field .x-btn-text-icon .x-btn-text {
	color: #0E4A9C;
}

.x-trigger-wrap-focus .x-form-trigger-over {
	background-position: -51px 0;
}

.x-form-field-wrap .x-form-trigger-over {
	background-position: 0 0;
}

.x-trigger-wrap-focus .x-form-trigger {
	background-position: -51px 0;
}

.x-spinner-field .x-form-spinner-up {
	background-position: 0 0px;
}

.x-spinner-field .x-form-spinner-down {
	background-position: 0 -12px;
}

.x-form-text, textarea.x-form-field {
	background-image: none;
	padding-top: 0 !important;
}

.x-grid-empty {
	min-width: 350px;
}

.x-grid3-dirty-cell {
	background-image: url("../images/default/grid/dirty.gif");
}

#img-chooser-dlg .x-form-file-btn {
	right: 5px !important;
}

.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
	height: 18px;
}

.ext-ie input.x-form-checkbox {
	background: none !important;
}

.icon-default {
	background: url(../images/live/default.gif) no-repeat scroll 0pt 5px
		!important;
}

.x-tree3 {
	background-color: #FCFCFC;
}

.x-form-item .x-tree3, .x-tree3-node {
	background-color: #FCFCFC;
}

.x-form-list .x-tree3, .x-form-list .x-tree3-node {
	background: #FFFFFF;
}

.x-tree3-node-text {
	cursor: pointer !important;
}

.x-tree3-node-number {
	white-space: nowrap;
	line-height: 13px;
	text-decoration: none;
	padding: 0 0 0 5px;
	position: relative;
	top: -4px;
	font-weight: bold;
	color: #333;
}

.x-ftree2-selected {
	background-color: #CEDFF5 !important;
}

.x-ftree2-selected span {
	color: #0E4A9C !important;
}

.x-menu-sep {
	height: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.box-5 {
	margin: 5px;
}

.box-10 {
	margin: 10px;
}

.sl-portlet {
	margin-bottom: 10px;
}

.sl-head {
	background-color: #ACCCF7;
}

.sl-head-image {
	float: left;
	margin-top: 2px;
	width: 200px;
	background-image: url(../images/live/logo-small.png);
	background-repeat: no-repeat;
	background-color: #ACCCF7;
	background-size: 195px 25px;
	background-position: 2px 0;
}

.new-ui-enabled .sl-head-image {
	width: 40px;
	background-size: 40px 30px;
	background-position: 5px;
	background-image: url(../images/live/logo-small-icon.png);
}

.sl-head-image.hide-server-time {
	background-size: 200px 30px;
    background-position: 2px 3px;
    height: 35px;
}

.new-ui-enabled .sl-head-image.hide-server-time {
	background-size: 45px 35px;
}

.sl-head-image div {
	color: #0E4A9C;
	margin-top: 20px;
	height: 15px;
}

.sl-head-image.hide-server-time div {
	display: none;
}


.server-time-window .x-window-body {
	height: 40px !important;
}

.server-time-window .x-window-body > div {
	font-size: 16px;
	font-weight: normal !important;
	height: 40px;
	padding-top: 10px !important;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ACCCF7;
}

.sl-head-menu {
	float: left;
	display: inline-block;
	background-color: #ACCCF7;
}

.sl-head-menu em {
	padding: 3px;
}

.new-ui-enabled .sl-head-menu .x-toolbar-more .x-btn-arrow img {
	filter: invert(1) grayscale(100%) brightness(200%);
}

.sl-head-menu .x-btn-tl, .sl-head-menu .x-btn-tr, .sl-head-menu .x-btn-tc,
	.sl-head-menu .x-btn-ml, .sl-head-menu .x-btn-mr, .sl-head-menu .x-btn-mc,
	.sl-head-menu .x-btn-bl, .sl-head-menu .x-btn-br, .sl-head-menu .x-btn-bc,
	.sl-head-menu .x-btn, .sl-head-menu, .sl-top-toolbar .x-btn-tl,
	.sl-top-toolbar .x-btn-tr, .sl-top-toolbar .x-btn-tc, .sl-top-toolbar .x-btn-ml,
	.sl-top-toolbar .x-btn-mr, .sl-top-toolbar .x-btn-mc, .sl-top-toolbar .x-btn-bl,
	.sl-top-toolbar .x-btn-br, .sl-top-toolbar .x-btn-bc, .sl-top-toolbar .x-btn,
	.sl-top-toolbar, .sl-head-tools .x-btn-tl, .sl-head-tools .x-btn-tr,
	.sl-head-tools .x-btn-tc, .sl-head-tools .x-btn-ml, .sl-head-tools .x-btn-mr,
	.sl-head-tools .x-btn-mc, .sl-head-tools .x-btn-bl, .sl-head-tools .x-btn-br,
	.sl-head-tools .x-btn-bc, .sl-head-tools .x-btn, .sl-head-tools {
	background: none;
	padding: 0;
}

.sl-head-tools {
	float: right;
	display: inline-block;
	background-color: #ACCCF7;
}

.new-ui-enabled .sl-head, 
	.new-ui-enabled .sl-head-menu, 
	.new-ui-enabled .sl-head-tools, 
	.new-ui-enabled .sl-head-image {
	background-color: #0E4A9C;
}

.new-ui-enabled .sl-head .x-btn button, 
	.new-ui-enabled .sl-head-menu .x-btn button, 
	.new-ui-enabled .sl-head-tools .x-btn button div {
	color: #FCFCFC !important;
}	

.new-ui-enabled .sl-head-menu .x-btn-over a, 
	.new-ui-enabled .sl-head-tools .x-btn-over a,
	.new-ui-enabled .sl-head-menu-sel a {
	border-bottom: 3px solid #FCFCFC;
}

.sl-head-menu, .sl-head-tools {
	font-size: 16px;
}

.loader-top {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}

#loader-top-badge {
	width: 24px;
	position: relative;
	cursor: pointer;
}

.loader-top-badge-num {
	box-sizing: border-box;
	background: #ff0000;
	border-radius: 50%;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	letter-spacing: -1px;
	line-height: 14px;
	top: -4px;
	right: -10px;
	border: 3px solid #fff;
	position: absolute;
	text-align: center;
	width: 20px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	animation: pulse 1.5s 1;
}

.loader-top-badge-num:after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	border: 2px solid rgba(255, 0, 0, .5);
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s 1;
}

.sl-head-search {
	margin-bottom: 2px;
}

.new-ui-enabled .sl-head-search input {
	border-radius: 5px;
	padding-left: 7px !important;
}

.sl-top-toolbar {
	background-color: #EEEEEE !important;
	font-size: 14px;
	height: 27px;
}

.sl-top-toolbar-sel img {
	top: 2px !important;
}

.sl-head-menu .x-toolbar-ct, .sl-head-tools .x-toolbar-ct {
	width: 0;
}

.sl-head-menu-sel, .sl-top-toolbar-sel {
	color: #0E4A9C !important;
}

.sl-head-menu .x-btn-over a, .sl-head-tools .x-btn-over a,
	.sl-top-toolbar .x-btn-over a, .sl-head-menu-sel a, .sl-top-toolbar-sel a
	{
	border-bottom: 3px solid #0E4A9C;
	padding-bottom: 8px;
}

.ext-webkit .sl-top-toolbar a {
	display: inline-block;
	padding-bottom: 7px;
}

.sl-top-toolbar .x-btn-over a, .sl-top-toolbar-sel a {
	border-width: 2px;
	padding-bottom: 6px;
}

.ext-webkit .sl-top-toolbar .x-btn-over a, .ext-webkit .sl-top-toolbar-sel a
	{
	padding-bottom: 5px;
}

.fusion-chart {
	width: 100%;
	height: 100%;
}

.fusion-chart-exp {
	width: 100%;
	height: 200px;
}

.x-view-item {
	padding-left: 5px !important;
	padding-top: 5px !important;
}

.x-view-item-over {
	background-image: none;
}

.x-view-item.font-bold {
	background-color: #CEDFF5 !important;
}

div.x-view-item.font-bold span {
	font-weight: normal !important;
	color: #0E4A9C !important;
}

.x-tab-strip-spacer {
	border-width: 0 !important;
}

.ext-gecko .x-form-file {
	font-size: 5px !important;
}

.x-tab-link {
	display: inline;
}

.x-grid-panel {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.x-grid3-header, td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner,
	td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner,
	.x-grid3-summary-row, .x-grid3-footer, .x-grid3-footer-row,
	.x-grid3-body .x-grid3-td-checker, .x-grid3-body .x-grid3-td-expander,
	.x-grid3-body .x-grid3-td-numberer {
	background-image: none !important;
	background-color: #EEEEEE !important;
}

.x-grid3-header-inner {
	border-bottom: 1px solid #B5B8C8;
	border-top: 1px solid #B5B8C8;
}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell.x-grid3-td-expander,
	.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell.x-grid3-td-checker,
	.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell.x-grid3-td-numberer
	{
	border-right-color: #D0D0D0;
}

.x-grid3-footer-row td, .x-grid3-hd-row .x-grid3-hd, .x-grid3-row td.x-grid3-cell,
	.x-grid3-summary-row td.x-grid3-cell {
	line-height: 16px;
}

.x-grid3-check-col-hidden {
	width: 100%;
	height: 16px;
	background: none !important;
}

.x-grid3-col-editor {
  -o-text-overflow: initial;
  text-overflow: initial;
}

.x-grid3-col-editor:hover .icon-edit {
	color: #0E4A9C !important;
}

.x-grid3-row-alt {
	background-color: #ffffff;
}

.x-grid-group-hd {
	border-bottom-width: 1px;
}

.x-grid-group-hd .x-grid-group-div {
	color: #0E4A9C;
	font-weight: normal;
	background-image: none;
	display: inline-block;
	padding-left: 10px;
	font-size: 13px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

.x-progress-bar {
	background-image: none !important;
	border: none !important;
}

.x-progress-text {
	font-weight: normal !important;
}

.menu-side, .x-layout-collapsed {
	border-right: 1px #99BBE8 solid !important;
	padding-right: 1px;
}

.navigation-panel {
	border-right: 1px #99BBE8 solid !important;
}

.configuration-panel {
	border-left: 1px #99BBE8 solid !important;
}

.top-panel {
	
}

.bottom-panel {
	
}

.container-tab .x-layout-collapsed {
	border-right-width: 0 !important;
}

/* Waiting indicator */
#wait {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -45px;
	padding: 2px;
	z-index: 20001;
	height: auto;
	display: block;
}

#wait .wait-indicator {
	background: transparent;
	margin: 0;
	height: auto;
}

#wait .wait-indicator img {
	margin-right: 8px;
}

/* Image chooser */
#img-chooser-view {
	background: #FCFCFC;
}

#img-chooser-view .thumb {
	padding: 3px;
}

#img-chooser-view .thumb img {
	height: 48px;
	width: 48px;
}

#img-chooser-view .thumb-wrap {
	float: left;
	margin: 4px 0 4px 4px;
	border: 1px solid #EEE;
	padding: 5px;
}

#img-chooser-view .thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
}

#img-chooser-view .x-view-item-over {
	border: 1px solid #EEE;
	background: #efefef repeat-x left top;
}

#img-chooser-view .x-view-item-sel {
	background: #DFEDFF;
	border: 1px solid #6593cf;
}

#img-chooser-view .x-view-item-sel .thumb {
	background: transparent;
}

#img-chooser-view .x-view-item-sel span {
	color: #0E4A9C;
}

.x-portlet {
	margin-bottom: 0px;
}

.x-portal .x-panel-body {
	background-color: #EEE !important;
}

.x-portlet .x-panel-body {
	background-color: #FFF !important;
}

/* Wizard */
.wizard-bg {
	background: #FCFCFC;
}

#wizard-line-view {
	font-size: 14px;
	border-bottom: 1px solid #B5B8C8 !important;
	margin-top: 10px;
}

#wizard-line-view>.wizard-step.x-view-highlightrow {
	border: none !important; 
}

#wizard-line-view>.wizard-step {
	padding: 0;
	position: relative;
	float: left;
}

#wizard-line-view>.wizard-step>.wizard-progress {
	position: relative;
	border-radius: 0;
	box-shadow: none;
	background: #D0D0D0;
	height: 7px;
	margin: 12px 0;
}

#wizard-line-view>.wizard-step>.wizard-progress>.wizard-progress-bar {
	width: 0;
	box-shadow: none;
	background: #ACCCF7;
	float: left;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 7px;
	line-height: 12px;
}

#wizard-line-view>.wizard-step .wizard-step-name {
	color: #888;
	margin-bottom: 10px;
	text-align: center;
}

#wizard-line-view>.wizard-step>.wizard-dot {
	position: absolute;
	background: #D0D0D0;
	left: 50%;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: 15px;
	margin-top: -9px;
	margin-left: -9px;
	box-sizing: border-box;
}

#wizard-line-view>.wizard-step.selectable>.wizard-dot {
	border: 5px solid #ACCCF7;
}

#wizard-line-view>.wizard-step.completed>.wizard-dot {
	background: #ACCCF7;
}

#wizard-line-view>.wizard-step.selected>.wizard-step-name {
	color: #0E4A9C;
}

#wizard-line-view>.wizard-step.selected>.wizard-dot {
	background: #0E4A9C;
	border: none;
}

#wizard-line-view>.wizard-step:first-child.selected>.wizard-progress>.wizard-progress-bar {
	width: 0;
}

#wizard-line-view>.wizard-step.completed>.wizard-progress>.wizard-progress-bar,
#wizard-line-view>.wizard-step:last-child.selected>.wizard-progress>.wizard-progress-bar {
	width: 100%;
}

#wizard-line-view>.wizard-step:first-child>.wizard-progress,
#wizard-line-view>.wizard-step:last-child>.wizard-progress,
#wizard-line-view>.wizard-step.selected>.wizard-progress>.wizard-progress-bar {
	width: 50%;
}

#wizard-line-view>.wizard-step:first-child>.wizard-progress {
	left: 50%;
}

#wizard-line-view .wizard-step.selectable *, 
#wizard-line-view .wizard-step.completed *
	{
	cursor: pointer !important;
}
	
@media (min-width:1280px) {
	#wizard-line-view>.wizard-step>.wizard-progress {
		height: 8px;
		margin: 15px 0;
	}
	
	#wizard-line-view>.wizard-step>.wizard-progress>.wizard-progress-bar {
		font-size: 8px;
		line-height: 15px;
	}
	
	#wizard-line-view>.wizard-step>.wizard-dot {
		width: 20px;
		height: 20px;
		top: 18px;
		margin-top: -10px;
		margin-left: -10px;
	}
}

@media (min-width:1920px) {
	#wizard-line-view>.wizard-step>.wizard-progress {
		height: 10px;
		margin: 18px 0;
	}
	
	#wizard-line-view>.wizard-step>.wizard-progress>.wizard-progress-bar {
		font-size: 10px;
		line-height: 18px;
	}
	
	#wizard-line-view>.wizard-step>.wizard-dot {
		width: 25px;
		height: 25px;
		top: 23px;
		margin-top: -13px;
		margin-left: -13px;
	}
}

/* Gauges */
.gauges-table {
	border: none;
}

.gauge-row {
	background-color: #FFFFFF;
	color: #666666;
}

.gauge-row.kpi {
	text-decoration: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.kpi .gauge-name {
		font-size: 14px;
	}
	.gauge-row.kpi {
		font-size: 16px;
	}
	.gauge-row {
		font-size: 11px;
	}
	.gauge-comment {
		font-size: 10px;
	}
}

@media only screen and (min-device-width: 500px) and (max-device-width:
	768px) {
	.kpi .gauge-name {
		font-size: 15px;
	}
	.kpi .gauge-value {
		font-size: 20px;
	}
	.gauge-row {
		font-size: 12px;
	}
	.gauge-comment {
		font-size: 11px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width:
	1024px) {
	.kpi .gauge-name {
		font-size: 16px;
	}
	.kpi .gauge-value {
		font-size: 24px;
	}
	.gauge-row {
		font-size: 13px;
	}
	.gauge-comment {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1224px) {
	.kpi .gauge-name {
		font-size: 18px;
	}
	.kpi .gauge-value {
		font-size: 32px;
	}
	.gauge-row {
		font-size: 16px;
	}
	.gauge-comment {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1824px) {
	.kpi .gauge-name {
		font-size: 22px;
	}
	.kpi .gauge-value {
		font-size: 42px;
	}
	.gauge-row {
		font-size: 18px;
	}
	.gauge-comment {
		font-size: 16px;
	}
}

.gauge-name {
	color: #333333;
}

.kpi .gauge-name img {
	width: 48px;
	height: 48px;
}

.gauge-row-inner, .gauge-row-alt-inner, .gauge-comment {
	background-color: #FAFAFA;
	color: #666666;
}

.gauge-name, .gauge-description, .gauge-value {
	padding: 10px;
}

.gauge-name, .gauge-description {
	display: inline-block;
}

.gauge-name-inner, .gauge-comment {
	padding-left: 20px;
	color: #666666;
}

.gauge-value {
	text-align: right;
	white-space: nowrap;
}

.red {
	color: #FF654F !important;
}

.amber {
	color: #F6BD0F !important;
}

.green {
	color: #8BBA00 !important;
}

.gauge-break, .gauges-break {
	height: 1px;
	background-color: #B5B8C8;
}

.gauge-inner-table {
	
}

.gauge-arrow {
	margin-left: 2px;
	float: right;
	cursor: pointer;
}

.data-gauge .gauge-row td {
	border-bottom: 1px solid #2793C6;
	border-right: 1px solid #2793C6;
}

.data-gauge .gauge-row-inner td, .data-gauge .gauge-row-alt-inner td {
	border-bottom: 1px solid #B5B8C8;
	border-right: 1px solid #B5B8C8;
}

.chat-from {
	color: #0E4A9C;
	font-weight: bold;
}

.hbar td, .hbar span, .hbar input, .hbar div, .hbar select, .hbar label
	{
	font-weight: normal;
	white-space: nowrap;
}

.hbar td {
	padding-left: 2px;
}

.dashed-line {
	border-right: 1px dashed #99BBE8;
	width: 12px;
	min-height: 24px;
	float: left;
}

.dashed-line-start {
	border-right: 1px dashed #99BBE8;
	width: 12px;
	height: 12px;
	float: left;
}

.dashed-pointer {
	border-top: 1px dashed #99BBE8;
	margin-top: 12px;
	width: 12px;
	float: left;
}

.hint-block {
	border: 1px solid #c0c0c0;
	border-radius: 6px;
	text-align: center;
	height: 40px;
	padding-top: 20px;
	margin-top: 20px;
}

.info-message {
	text-align: center;
	padding: 5px;
	color: #0E4A9C;
	margin: 5px;
}

.success-message {
	text-align: center;
	padding: 5px;
	color: green;
	margin: 5px;
}

.error-message {
	text-align: center;
	padding: 5px;
	color: red;
	margin: 5px;
}

#modal-pane {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.8;
	z-index: 2500;
}

.overlay {
	opacity: 0.3 !important;
}

.img { /* Transitions to provide some eye candy */
	-webkit-transition: height ease-in 0.5s;
	-moz-transition: height ease-in 0.5s;
	-ms-transition: height ease-in 0.5s;
	-o-transition: height ease-in 0.5s;
	transition: height ease-in 0.5s;
	cursor: pointer;
	text-align: center;
}

.img img {
	max-height: 70px;
}

.img-big img {
	height: 90%;
	max-height: none;
}

.img-lb {
	width: 100%;
	height: 100%;
	z-index: 5000;
	position: fixed;
	top: 0;
	left: 0;
}

.img-lb img {
	max-height: 100%;
	border-radius: 5px;
	background-color: #FFF;
	margin-top: 10%
}

.x-form-file {
	width: 100%;
	z-index: 10 !important;
}

.table-size-chooser {
	width: auto;
	margin: 5px 10px;
}

.table-size-chooser table {
	width: 100%;
}

.table-size-chooser td {
	cursor: pointer;
	border: 1px solid #B5B8C8;
	height: 20px;
	min-width: 20px;
	line-height: 20px;
	display: inline-block;
	margin: 2px;
}

.table-size-chooser-hover {
	background-color: #DFE8F6;
}

.table-size-chooser-selected {
	border: 1px #0E4A9C solid !important;
}

.x-item-disabled a {
	pointer-events: none;
	cursor: default;
}

.smcx-modal-survey {
	background: #acccf7 !important;
	max-width: 480px !important;
	border: 1px solid #b8b8b8  !important;
}

.smcx-modal-survey > .smcx-modal-header > .smcx-modal-title {
	font-size: 15px  !important;
	font-weight: normal  !important;
	color: #0E4A9C  !important;
}

.smcx-modal-survey > .smcx-modal-content {
	margin: 0  !important;
}

.btn-primary {
	background-color: rgb(26, 115, 232) !important;
}

.btn-primary button.x-btn-text {
     color: #FFF !important;
}