@import url('fonts/calibri/calibri.css');
@import url('fonts/minionpro/minionpro-regular.css');
@import url('fonts/neosanspro/neosanspro-regular.css');

/* general setup */
body {
	padding-top: 135px;
	padding-bottom: 10px;
}

.body-subnav-fixed {
	padding-top: 195px; /* drop body for subnav height */
	margin: 0px; }

/* Cosmo theme customization/fixes */
.dropdown-menu li > a { color: #888888; }
.nav-header { color: #cccccc; }

/* multilevel support for bootstrap nabvar options */
.dropdown-submenu:hover > .dropdown-menu .dropdown-menu { display: none; }
.dropdown-submenu:hover .dropdown-submenu:hover > .dropdown-menu { display: block; }

.navbar-inverse .brand:hover,
.navbar-inverse .nav > .active > a,
.navbar-inverse .nav > .active > a:hover,
.navbar-inverse .nav > .active > a:focus {
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
}

.dropdown-menu li a.disabled {
	color: #e0e0e0;
}

.dropdown-menu li a.disabled:hover {
	background: inherit;
	cursor: inherit;
}

.nav {
	margin-bottom: 10px;
}

.subnav {
	margin-bottom: 0px;
	padding: 10px 0px;
	height: auto;
	min-height: 36px;
}

.subnav-fixed > .nav {
	width: auto;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
}

.subnav .nav > li > span {
	font-size: 15pt;
	font-weight: bold;
	line-height: 15pt;
	background-color: #ffffff;
	color: #FABB00;
	float: left;
	margin: 0;
	padding: 7px 12px 11px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	font-family: Calibri,Arial,sans-serif;
}

.subnav .nav > li > span.normal { font-weight: normal; }
.subnav .nav > li > span.highlight { color: #444444; }

ul.breadcrumb-info li { color: #777777; }
ul.breadcrumb-info li:first-child { color: #444444; }

.subnav .divider-vertical {
	/*height: 50px;*/
	margin: 0 3px;
	height: auto;
	min-height: 36px;
}

.subnav .divider-vertical-line {
	/*height: 50px;*/
	border-right: 1px dotted #d0d0d0; 
	margin: 0px 5px 0px 5px;
	height: auto;
	min-height: 36px;
}

[class^="icon-"],
[class*=" icon-"] {
	background-image: url("../img/glyphicons-halflings.png"); /* ../ */ 
}

/* submenu support */
.caret-horizontal {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid #888888;
	border-bottom: 4px solid transparent;
	/*background: #ff0000;*/
	margin-top: 5px;
	margin-left: 5px;
	content: "";
}

.dropdown-menu li > a:hover b.caret-horizontal { border-left-color: #ffffff; }

.sidebar-nav {
	padding: 9px 0;
}

.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 9px;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
	display: block;
}

.navbar .sub-menu:before {
	content: '';
	display: inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ccc;
	border-right-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	left: -7px;
}

.navbar .sub-menu:after {
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	position: absolute;
	top: 1px;
	left: -6px;
}

/* sub-submenu support */
.dropdown-menu .sub-menu .sub-sub-menu{
	left: 100%;
	position: absolute;
	top: 9px;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu li .sub-menu li:hover .sub-sub-menu {
	visibility: visible;
	display: block;
}

.navbar .sub-menu .sub-sub-menu:before {
	content: '';
	display: inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ccc;
	border-right-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	left: -7px;
}
.navbar .sub-menu .sub-sub-menu:after {
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	position: absolute;
	top: 1px;
	left: -6px;
}
/* end sub-submenu support*/

/* end submenu support */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
	background-image: url("../img/glyphicons-halflings-white.png"); /* ../ */
}

.form-view-options { font-size: 13pt; }

.form-thumbnail {
	padding: 0;
	border: 2px solid #888888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-thumbnail .title {
	background-color: #888888;

	background: #a0a0a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #a0a0a0 50%, #919191 51%, #b4b4b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(50%,#a0a0a0), color-stop(51%,#919191), color-stop(100%,#b4b4b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#a0a0a0 50%,#919191 51%,#b4b4b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#a0a0a0 50%,#919191 51%,#b4b4b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#a0a0a0 50%,#919191 51%,#b4b4b4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#a0a0a0 50%,#919191 51%,#b4b4b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#b4b4b4',GradientType=0 ); /* IE6-9 */

	color: #ffffff !important;
	padding: 20px 20px;
	font-size: 17pt;
	line-height: 110%;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-thumbnail .author {
	margin: 5px 20px 5px 20px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #b4b4b4;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-thumbnail .built {
	margin: 5px 20px 5px 20px;
	padding: 5px 0px 10px 0px;
	border-top: 1px solid #b4b4b4;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-thumbnail span { color: #aaaaaa; }
.form-thumbnail .box {
	padding: 0px 20px;
}
.form-thumbnail:hover {
	border-color: #FABB00;
}
.form-thumbnail:hover .title {
	background-color: #313b48;

	background: #313b48; /* Old browsers */
	background: -moz-linear-gradient(top,  #313b48 0%, #313b48 50%, #253040 51%, #313b48 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313b48), color-stop(50%,#313b48), color-stop(51%,#253040), color-stop(100%,#313b48)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313b48', endColorstr='#313b48',GradientType=0 ); /* IE6-9 */
}

.lnkOption { margin-top: -3px; color: #5a5a5a; display: block; }
.lnkOption.disabled { opacity: 0.5; }
.lnkOption:hover { color: #FABB00; text-decoration: none; }
.lnkOption i { 
	background-image: url(../img/form_icons_man.png); 
	background-repeat: no-repeat; 
	background-position: 0px -27px; 
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 14px;
	vertical-align: -2px;
	margin-right: 5px;
}
.lnkEdit i { background-position: 0px -27px; } .lnkEdit:hover i { background-position: 0px 0px; }
.lnkCheck i { background-position: -93px -27px; } .lnkCheck:hover i { background-position: -93px 0px; }
.lnkCopy i { background-position: -124px -27px; } .lnkCopy:hover i { background-position: -124px 0px; }
.lnkActivate i { background-position: -155px -27px; } .lnkActivate:hover i { background-position: -155px 0px; }
.lnkPreview i { background-position: -62px -27px; } .lnkPreview:hover i { background-position: -62px 0px; }
.lnkFavorite i { background-position: -184px -27px; } .lnkFavorite:hover i { background-position: -184px 0px; }
.lnkArchive i { background-position: -212px -27px; } .lnkArchive:hover i { background-position: -212px 0px; }
.lnkVersion i { background-position: -124px -27px; } .lnkVersion:hover i { background-position: -124px 0px; }
.lnkDelete i { background-position: -31px -27px; } .lnkDelete:hover i { background-position: -31px 0px; }
.lnkSyncToWEGA i { background-position: 0px -27px; } .lnkSyncToWEGA:hover i { background-position: 0px 0px; }
.lnkFORMSURLs i { background-position: 0px -27px; } .lnkFORMSURLs:hover i { background-position: 0px 0px; }

.lnkCache { margin-top: 0; margin-right: 15px; }
.lnkCache i { background-position: 0px -27px; } .lnkCache:hover i { background-position: 0px 0px; }

.lnkFavorite.checked i { background-position: -184px 0px; } .lnkFavorite:hover i { background-position: -184px 0px; }

.lnkArchive.checked i { background-position: -212px 0px; } .lnkArchive:hover i { background-position: -212px 0px; }

ul#main-menu-right li:last-child a { margin: 0; }
.logout i { 
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 14px;
	vertical-align: -2px;
	background-image: url(../img/logout_icon.png); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
}

.thumbnail-menu { margin: 0; padding: 0; list-style-type: none; width: 40%; }
.thumbnail-menu li { padding: 10px 0px; clear: both; border-bottom: 1px solid #b4b4b4; } 
.thumbnail-menu li:last-child { border: none; }
.thumbnail-menu li.last-item { border: none; }

ul.thumbnails li:first {
	margin-left: 0px;
}

ul.thumbnails li.span4:nth-child(3n + 4) {
	margin-left : 0px;
}

ul.thumbnails li.span3:nth-child(4n + 5) {
	margin-left : 0px;
}

ul.thumbnails li.span2:nth-child(6n + 7) {
	margin-left : 0px;                
}

ul.thumbnails li.span12 + li {
	margin-left : 0px;
}

.modal-body {
	max-height: 600px;
	overflow: auto;
}

.lngSelectorBody {
	min-width: 500px;
}

.modal-backdrop {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.popover-title { clear:both; float: left; }
.popover-content { clear:both; float: left; }

.left_text { text-align: left; }
.justify_text { text-align: justify; }
.centered { margin: 0 auto; text-align: center; }

/*.nav-pill-danger:hover {
	color: #ffffff !important;
  background-color: #e60033 !important;
  *background-color: #cc002e !important;
  }*/

.nav-pills  > li.nav-pill-danger > a:hover {
	color: #ffffff !important;
	background-color: #e60033;
	*background-color: #cc002e;
}

.subnav.white-nav, .subnav.white-nav ul, .subnav.white-nav .breadcrumb { background: transparent !important; }
.subnav.white-nav .nav > li > span { background: transparent; color: #888888; border-right: 1px solid #cccccc; margin-right: 5px; }
.subnav.white-nav .breadcrumb { padding: 8px 5px; }
.subnav.white-nav .breadcrumb-info { color: #888888; }

.subnav.trans-nav { padding: 0; margin: 0; margin-bottom: -1px; }
.subnav.trans-nav, .subnav.trans-nav ul, .subnav.trans-nav .breadcrumb { background: transparent !important; }
.subnav.trans-nav .nav > li > span { background: transparent; color: #888888; border-right: 1px solid #cccccc; margin-right: 5px; }
.subnav.trans-nav .nav > li > a { background: transparent; }
.subnav.trans-nav .nav > li > a:hover { background: #f0f0f0; color: #000000; }
.subnav.trans-nav .breadcrumb { padding: 8px 5px; }

.subnav.light-nav, .subnav.light-nav ul, .subnav.light-nav .breadcrumb { background: #f5f5f5 !important; }
.subnav.light-nav .nav > li > span { background: #f5f5f5; color: #888888; border-right: 1px solid #cccccc; margin-right: 5px; }
.subnav.light-nav .breadcrumb { padding: 8px 5px; }

.btn-primary-hover-only:hover {
	color: #ffffff !important;
	background-color: #FABB00 !important;
	*background-color: #FABB00 !important;
}

.btn-danger-hover-only:hover {
	color: #ffffff;
	background-color: #e60033 !important;
	*background-color: #cc002e !important;
}

.table td.row-number { color: #888888; }
.table th, .table td { vertical-align: middle; }
.table td { vertical-align: middle; color: #000000; }

.vertical-form tr th { font-size: 9pt; text-align: right; white-space: nowrap; padding-right: 5px; }
.vertical-form tr td input, .vertical-form tr td select, .vertical-form tr td textarea { margin: 0; }

#browse-view, #edit-view { width: 100%; }
.edit-link { font-weight: bold; }

th.all-rows-check, td.row-check { cursor: pointer; }

.crud_search_bar {
	background-color: #f0f0f0;
}

.search_field {
	margin: 0 !important;
	/*width: 95%;*/
	background: url('../img/search_field.png') no-repeat right center; 
}

table tr th .search_field {
	width: 95%;
	background-color: #fff;
}

.search_field_local, .search_field_local_ex {
	width: 97% !important;
	float: none !important;
	display: block !important;
	margin: 0px 0px 5px 0px !important;
	background: url('../img/search_field.png') no-repeat right center; 
}

.search_field_local_ex {
	margin: 10px 0px 10px 0px !important;
}

#btnResetSearch {
	width: 85% !important;
	font-weight: normal;
}

#btnTreeResetSearch {
	font-weight: normal;
}

.btn-hitext { color: #333333; }
.btn-hitext:hover { color: #222222; }

.btn-marked { background: #FABB00; color: #f0f0f0; /* #ddcc5c; /**/ }
.btn-marked:hover { background: #e3ab02; color: #f0f0f0; /* #ccbb4b; /**/ }

th[data-sort-field] { cursor: pointer; color: #222222; }
th[data-sort-field]:hover { background-color: #f6f6f6 !important; }

.bottom-up { top:auto; bottom: 100%; }

.lookup { background: url('../img/lookup_down.png') no-repeat right 6px; }
.lookup_cleared { 
	border-color: rgba(236, 82, 82, 0.8) !important;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,82,82,.6) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,82,82,.6) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,82,82,.6) !important;
}
.pointer_cursor { cursor: pointer; }

#screen_operations form { margin: 0px; }

.dynamic-row { margin: 0px 0px 10px 0px !important; }
.dynamic-row:last-child { margin: 0px !important; }
.dynamic-row input.no-margin { margin: 0px !important; }

.no-margin { margin: 0px !important; }

.required { border-right: 3px solid #FABB00 !important; }

#lngList { list-style-type: none; margin: 0; }
#lngList li a { display: block; margin: 5px 0px 5px 0px; font-size: 16pt; padding: 10px 20px; line-height: 16pt; }
#lngList.small-options li a { float:left; clear:none; margin: 5px 10px 5px 0px; width: 205px; font-size: 16pt; line-height: 16pt; padding: 20px; max-height: 20px; }

.selectionList { list-style-type: none; margin: 0 0 0px 0; overflow: auto; max-height: 550px; }
.selectionList li a { float:left; clear:none; margin: 0px 1px 1px 0px; text-align: left; padding: 10px; line-height: 16pt; overflow: hidden; color: #444444; background-color: #eeeeee; }
.selectionList li a.selected, #layoutVariantSelector li a.selected { 
	color: #ffffff; 
	background: #FABB00 url("../img/check_mark_light2.png") right center no-repeat;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.selectionListModal { max-height: 415px; }

.checklist li a { float:none; display: block; /*width: 90%;*/ background-color: transparent; }
.simpleList li a { float:none; display: block; /*width: 90%;*/ }

.simpleList li a span.region { color: #666; float:right; font-size: 9pt; }
.simpleList li a:hover span.region { color: #ffffff; }

.simpleList div {

}

.simpleList div h4 {
	border-top: 2px solid #e5e5e5;
	color: #888888;
	padding: 10px 0px 0px 0px;
	cursor: default;
}

.simpleList div h4:not(.active):before {
	content: ' ';
	border-top: 11px solid #e5e5e5;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: none;
	left: 0;
	top: 0;
	margin-left: 1px;
}

.simpleList div h4:hover:before, .simpleList div h4.active:before {
	content: ' ';
	border-top: 11px solid #888888;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: none;
	left: 0;
	top: 0;
	margin-left: 1px;
}

.simpleList div h4:hover, .simpleList div h4.active {
	border-color: #888888;
	color: #080808;
}

.sublist {
	max-height: none;
}

.nowraplist a {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gridList li a { 
	float: left; 
	width: calc((100% / 4) - 25px); 
}

a.linkExceptionDetails { color: #f0f000; font-size: 8pt; text-decoration: none; text-transform:uppercase; margin-top: 5px; }
a.linkExceptionDetails:hover { text-decoration: underline; }

.world_active_selection { font-weight: bold; }
.world_active_language { color: #008800; font-weight: bold; }

.map-legend { margin: 25px 0px 0px 0px; padding: 0px; font-size: 10pt; line-height: 130% !important; list-style-type: none; }
.map-legend li { margin: 0px 0px 10px 0px; }
.map-legend-color { float:left; width: 20px; height: 20px; margin-right: 5px; }

/*
.map_level { background-color: #ffffff; border-left: 1px solid transparent; border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: none; }
.selected_level { background-color: #ffffff; border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #ffffff; color: #FABB00 !important; }
*/

#world_current_selection {
	display: block;
	float: right;
	margin: 0px 0px 5px 0px;
}
#world_current_selection li {
	display: inline;
	float: left;
}
#world_current_selection li a {
	color: #000000;
	padding: 7px 20px;
	text-decoration: none;
}

.world_map { /*border: 1px dotted #c0c0c0;*/ }

.world_map_sidebar { width: 18%; }

.label { min-height: 1px; padding: 5px; margin: 5px 0px 5px 0px; }

.editorWorkspace {  }

.editorGridHolder {
	width: 100%;
	max-height: 550px;
	overflow: auto;
}

.editorGrid { 
	width: 100%;
	border-collapse: collapse;
	border-spacing: 5px;
	border: 1px solid #b4b4b4;
}
.editorGrid tr td { 
	border: 1px dotted #b4b4b4; 
	padding: 5px; 
	vertical-align: top; 
}
.editorGrid tr td p { 
	margin: 0; 
	padding: 0; 
}

.editor_box_title {
	margin: 10px 0;
	font-family: Calibri,Arial,sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 20px;
	color: #080808;
	text-rendering: optimizelegibility;
}

.draggable_element { padding: 5px; margin: 0; overflow: auto; }
.draggable_element .editor_box_title, .grid_element .editor_box_title { padding: 5px; margin: 0 0 5px 0; background-color: #FABB00 /*#FABB00*/; color: #ffffff; cursor: move; overflow: auto; }
.draggable_element .editor_box_title div a, .grid_element .editor_box_title div a { margin-left: 5px; }
.draggable_element label { /*float: left; clear: both; margin: 5px 5px 0 0;*/ }
.draggable_element input { /*float: left; clear: none;*/ }

.dragged-element { padding: 5px; margin: 0 0 5px 0; background-color: #FABB00 /*#FABB00*/; color: #ffffff; overflow: auto; }

.ui-widget-header-mdr { }
.ui-state-hover-mdr{ background-color: #f2f2f2; }
.ui-state-active-mdr { background-color: #e2e2e2; }
.ui-state-highlight-mdr { }

.mappingTree.jstree ul:first-child { 
	max-height: 400px; 
	overflow: auto;
}

#vakata-contextmenu li a {
	padding: 5px 25px !important;
	/*line-height: 27px !important;*/
}

#vakata-contextmenu li a:hover {
	border: none !important;
	padding: 5px 25px !important;
	background: #FABB00 /*#FABB00*/ !important;
	color: #ffffff !important;
}

.vakata-separator { margin:3px 0 !important; }

.mle_modal_limits { 
	/*min-width: 790px; 
	min-height: 500px;*/ 
}

.modal-header { background: #ffffff; border-bottom: 1px dotted #b4b4b4; }

.dqr_div { padding: 5px; }
.dqr_div #f_dqrId { cursor: default; width: 160px; margin-top: 10px; }
.dqr_div .btnDeleteDQR { margin-top: 10px; }
.dqr_div:hover { background: #f0f0f0; }
.dqr_div.selected, .dqr_div.selected:hover { background: #FABB00; }
#dqr_parameters { margin-top: 10px; }
#modal_element_validations { margin-top: 10px; }

.details_table { }
.details_table th { font-size: 9pt; }

h3.left { text-align: left; }
h4.left { text-align: left; }

h3.left_w_separator { text-align: left; border-bottom: 1px dotted #cccccc; }
h4.left_w_separator { text-align: left; border-bottom: 1px dotted #cccccc; }

h3.subheader {
	margin-bottom: 0;
	padding-bottom: 0;
}

h4.subheader { 
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px dotted #c0c0c0;
	color: #FABB00;
}

.sort-handle, .sort-handle-inner { 
	width: 30px;
	height: 30px;
	background: transparent url("../img/sort_handle.png") center center no-repeat; 
	cursor: n-resize;
}

.fixedtext {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

.aceeditor {
	position: relative;
	width: 50%;
	height: 450px;
	min-height: 450px;
}

.aceeditor_low {
	position: relative;
	width: 90%;
	height: 150px;
	min-height: 150px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: #FABB00; }

.nav-tabs > li > span {
	padding-top: 7px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.disabled a, .disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
}

.nav-pills > a.disabled, .nav-pills > a.disabled:hover {
	background-color: #eeeeee;
	color: #999999;
}

.nav-pills > .disabled > a, .nav-pills > .disabled > a:hover {
	background-color: transparent; /*#eeeeee;*/
	color: #bbbbbb;
}

.nav-pills > .disabled > a i, .nav-pills > .disabled > a:hover i {
	opacity: 0.5;
}

.breadcrumb { margin: 0px; }

.mle_grid tr td { 
	border: none;
	padding: 0px 20px 20px 0px;
	vertical-align: top;
}
.mle_grid tr td * { }

.form_preview {
	width: 100%;
	height: 550px;
	border: none;
	z-index: 0;
}

.form_background {
	position: absolute;
	width: 100%;
	height: 1000px;
	border: none;
	z-index: 0;
}

#final_preview {
	margin: 0;
	background-color: #ffffff;
}
#final_preview .layer_background {
	width: 100%;
	height: 1000px;
	z-index: 100;
	border: 0;
}
#final_preview .layer_background > html { 
	overflow: hidden; 
}
#final_preview .layer_overlay_url {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 310px;
	height: 1050px;
	border: none;
	z-index: 500;
	background-color: #ffffff;
	opacity: 0.8;
}
#final_preview .layer_overlay_mobile {
	display: block;
	width: 758px;
	height: 1495px;
	background: url('../img/iphone4black.png') 0 0 no-repeat;
	z-index: 500;
	position: absolute;
}
#final_preview .layer_preview {
	position: absolute;
	width: 70%;
	left: 15%;
	top: 400px;
	height: 800px;
	z-index: 1000;
	border: 1px solid #888888;
	box-shadow: 0px 3px 8px #888888;
}
#final_preview .layer_preview_separate {
	top: 250px;
}
#final_preview .layer_preview.mobile {
	display: block;
	width: 630px;
	height: 950px;
	padding: 5px;
	background: #fff;
	opacity: 1;
	position: relative;
	left: 65px;
	top: 265px;
	border: 0;
	box-shadow: 0;
} 

#workspaceHTML .layer_preview {
	width: 100%;
	height: 800px;
	border: none;
}

.warning_header { color: #ff0039; }

.node_with_constant { 
	padding-right: 20px !important;
	background-image: url("../img/node_constant.png") !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
}

.node_with_function { 
	padding-right: 20px !important;
	background-image: url("../img/node_function.png") !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
}

.node_with_constant.node_with_function { 
	padding-right: 40px !important;
	background-image: url("../img/node_constant_function.png") !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
}

.attribute_node {
	color: #003366 !important;
}

.brand span.sub { font-size: 9pt; line-height: 9pt; }
h1.appcaption { text-align: center; color: #5c5c5c; }
h1.appcaption span.sub { display: block; clear: both; font-size: 7pt; line-height: 16pt; }

.no-clear { clear: none; }

.modal-mapping { width: 15% !important; }

.tree-filter-result { background-color:#00ff00; }

.currentTreeFilteredElement { background-color: #ff0039; }

#s_tree { width: 50% !important; }

.appheader { 
	font-size: 36pt; 
	line-height: 18pt; 
	padding: 16px 0px 10px 20px; 
	color: #FABB00; 
	font-family: "NeoSansProRegular",Calibri,Arial,sans-serif;
	box-shadow: 0px 3px 6px #dfdfdf; 
	background: #313b48 url("../img/apptitle_back.png") right bottom no-repeat;
	display: block;
	overflow: auto;
}
.apptitle { float: left; }
.apptitle span.wrapper { display: block; margin-top: 5px; }
.apptitle span.sub { display: block; clear: both; font-size: 7pt; line-height: 7pt; margin-top: 15px; }

.appheader .appversion {
	font-size: 8pt;
	font-weight: bold;
	padding: 0 5px;
	position: fixed;
	right: 0;
	top: 0;
	margin: 0;
	color: #ffffff;
	text-shadow: 0 0 2px #000000;
	display: inline-block;
	width: auto;
}

.applogo {
	display: hide;
	text-align: center;
}
.applogo img {
	display: hide;
	max-height: 38px;
	padding: 5px;
	margin: 0;
	background: #fff;
	background: rgba(255,255,255,0.5);
}

.applogo_spec {
	display: hide;
	margin-bottom: 25px;
}
.applogo_spec img {
	max-height: 47px;
}

.appmenu { 
	font-family: Calibri, Arial, sans-serif;  /* NeoSansProRegular,  */
	border-bottom: 3px solid #eeeeee; 
	background: inherit;
	margin: 5px 20px 10px 20px; 
	padding: 0px; 
}

.full-height { height: 100%; }

.applogin_body { margin: 0; padding: 0; height: 90%; }
.applogin_box { margin-top: 5%; }
.applogin_left {
	background: #ffffff url("../img/applogin_back_left.png") left bottom no-repeat;
}
.applogin_right {
	background: #ffffff url("../img/applogin_back_right.png") right top no-repeat;
}

.v11logo-row { height: 10%; }

.btn-applogin {
	background-image: url("../img/icon/login.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 25px;
	min-width: 25%;
}
.btn-applogin:hover {
	background-image: url("../img/icon/login.png");
	background-position: 5px center;
	background-repeat: no-repeat;
}

.wizard-pane { clear: both; }

#wizard-stepper {
	margin: 0px 0px 20px 0px;
	clear: both;
	display: block;
	width: 100%;
}

#wizard-stepper li {
	display: inline;
	float: left;
	margin: 0;
	padding: 6px 0px 5px 0px;
	text-align: center;
	font-family: "NeoSansProRegular",Calibri,Arial,sans-serif;
	font-weight: 100;
	font-size: 13pt;

	position: relative;

	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;

	color: #ffffff;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	background: #9e9e9e; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e9e9e 0%, #868686 50%, #787878 50%, #b2b2b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(50%,#868686), color-stop(50%,#787878), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e9e9e 0%,#868686 50%,#787878 50%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e9e9e 0%,#868686 50%,#787878 50%,#b2b2b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e9e9e 0%,#868686 50%,#787878 50%,#b2b2b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e9e9e 0%,#868686 50%,#787878 50%,#b2b2b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-9 */
}



#wizard-stepper li:first-child {

}

#wizard-stepper li:last-child {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#wizard-stepper li.current {
	color: #ffffff;

	border-top: 1px solid #313b48;
	border-right: 1px solid #313b48;
	border-bottom: 1px solid #313b48;
	border-left: 1px solid #313b48;

	background: #313b48; /* Old browsers */
	background: -moz-linear-gradient(top,  #313b48 0%, #313b48 50%, #253040 51%, #313b48 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313b48), color-stop(50%,#313b48), color-stop(51%,#253040), color-stop(100%,#313b48)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #313b48 0%,#313b48 50%,#253040 51%,#313b48 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313b48', endColorstr='#313b48',GradientType=0 ); /* IE6-9 */
}

#wizard-stepper li a, #wizard-stepper li.current a {
	color: #ffffff;
}

#wizard-stepper li.past {
	background: #ffffff;
	color: #FABB00;

	border-top: 1px solid #FABB00;
	border-right: none;
	border-bottom: 1px solid #FABB00;
	border-left: 1px solid #FABB00;
}

#wizard-stepper li.past a {
	color: #FABB00;
}

#wizard-stepper li i {
	background-image: url('../img/form-designer-wizard-icons-man.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	vertical-align: -11px;
	margin-right: 10px;
}

#wizard-stepper li i.fd-icon-basic { background-position: -248px 0px; }
#wizard-stepper li i.fd-icon-region { background-position: -148px 0px; }
#wizard-stepper li i.fd-icon-bs { background-position: -296px 0px; }
#wizard-stepper li i.fd-icon-build { background-position: -98px 0px; }
#wizard-stepper li i.fd-icon-theme { background-position: -48px 0px; }
#wizard-stepper li i.fd-icon-preview { background-position: 0px 0px; }
#wizard-stepper li i.fd-icon-done { background-position: -198px 0px; }

#wizard-stepper li.past i.fd-icon-basic { background-position: -248px -42px; }
#wizard-stepper li.past i.fd-icon-region { background-position: -148px -42px; }
#wizard-stepper li.past i.fd-icon-bs { background-position: -296px -42px; }
#wizard-stepper li.past i.fd-icon-build { background-position: -98px -42px; }
#wizard-stepper li.past i.fd-icon-theme { background-position: -48px -42px; }
#wizard-stepper li.past i.fd-icon-preview { background-position: 0px -42px; }
#wizard-stepper li.past i.fd-icon-done { background-position: -198px -42px; }

.htmlTextEditor { width: 600px; height: 300px; }

.control-group.error .mce-panel {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootbox .modal-body { font-size: 16pt; line-height: 18pt; width: 500px; }
.bootbox .modal-body span { font-size: inherit; line-height: inherit; color: #aa0000; }

#helpContentFrame { width: 100%; height: 560px; border: none; /*1px solid #aaaaaa;*/ }

#layoutVariantSelector li a {
	margin: 0px;
	padding: 10px;
}
#layoutVariantSelector li a i {
	background-position: 0px -3px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	float: left;
	clear: both;
	padding: 12px;
}
#lvsDesktop i { 
	background-image: url('../img/device_desktop.png'); 
}
#lvsMobile i { 
	background-image: url('../img/device_mobile.png'); 
}

#iphoneback {
	display: block;
	width: 758px;
	height: 1495px;
	background: url('iphone4black.png') 0 0 no-repeat;
	position: absolute;
}                 			
#iphonecontent {
	display: block;
	width: 630px;
	height: 950px;
	padding: 5px;
	background: #fff;
	opacity: 1;
	position: relative;
	left: 65px;
	top: 265px;
	z-index: 1;
}

.scaledown_30percent {
	-moz-transform: scale(0.35, 0.35); 
	-webkit-transform: scale(0.35, 0.35); 
	-o-transform: scale(0.35, 0.35);
	-ms-transform: scale(0.35, 0.35);
	transform: scale(0.35, 0.35); 

	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	-o-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.lnghide { display: none; }

.info_name {
	clear: both;
	float: left;
}
.info_data, .info_data_noclr {
	color: #000;
	font-weight: bold;
	clear: both;
	float: left;
	margin-bottom: 15px;
}

.info_data_noclr { clear: none; }

.hint_text { color: #aaa; }

.untranslated_string {

}

.untranslated_string strong {
	width: 40px;
	display: block;
	float: left;
}

.untranslated_string span {
	width: 550px;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#modalFormProps {
	width: 850px;
}

.preview_loading_message {
	font-size: 12pt !important;
	font-weight: bold !important;
	color: #000 !important;
}

.concatenateSubstring { }
.inputConcatenateSubstringFrom, .inputConcatenateSubstringTo {
	width: 35px;
}

.param-row label {
	float: left;
	width: 50%;
}

.ads-row label {
	float: left;
	width: 50%;
}

#stepInitiationScript {
	width: 600px;
	height: 300px;
}

.gray_text, tr.gray_text td {
	color: #888888 !important;
}

.small_gray_text {
	font-size: 10pt;
	color: #888888;
}

.nowrap {
	white-space: nowrap;
}

.small_text {
	font-size: 10pt;
}

table#formForSync th, table#formForSync td {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

table#formForSync input[type="checkbox"] {
	margin: 0;
}

.syncWarnings {
	display: none;
	margin-top: 50px;
	border: 1px solid #880000;
	background: #ffff88;
	padding: 10px;
	font-family: monospace;
	font-size: 12px;
	max-height: 200px;
	overflow: auto;
}
.syncWarnings span {
	border-bottom: 1px dotted #888;
	margin: 5px 0 5px 0;
	padding: 0;
	display: block;
}
.syncWarnings span:last-child{
	border: none;
}

.specialmodule_header {
	color: #000000;
	background-color: #e0e0e0;
	padding: 10px;
	margin-top: 30px;
	border-radius: 3px;
	width: 90%;
}
.specialmodule_header:first-child {
	margin-top: 10px;
}
.specialmodule_param_row {
	display: block;
/*	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888;*/
}
.specialmodule_param_row input[type="text"], specialmodule_param_row select {
	width: 90%;
}

.enable-editing-bar {
	padding: 10px;
	background-color: #ddd; /*fedec9;*/
	overflow: auto;
}
.enable-editing-bar span {
	padding: 7px 0 0 15px;
	display: block;
	float: left;
	font-size: 11pt;
}

.editable-warning {
	color: #f50f43;
	font-size: 11pt;
}

.spec_input_field {
	background-color: #f6fff0 !important;
}

.spec_hide {
	display: none;
}

.demo-option {
	color: 888c00 !important;
	font-weight: bold;
}

.modal-footer .btn-primary, .modal-footer .btn-danger {
	min-width: 100px;
}
.modal-footer .btn[data-dismiss="modal"] {
	float: right;
}