.element_to_pop_up{
	display:none;
}

/*Defaults Styling*/

fieldset {background:#f2f2e6; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; }
/* input, textarea, select {font:10px/12px Verdana; padding:0;} */



legend {background:#6CA9EF; color:#fff; padding:0 10px; font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;}
label {font-weight:bold; color:#4C5356; margin-bottom:3px; margin-left:5px; margin-right:5px;}
label.error {background-color: #A21E4D; color: #fff; padding: 0px 5px;  z-index: 10000 !important; position: relative !important; text-align: center;}
label.opt {font-weight:normal;}
dl {clear:both;}
dt {float:left; text-align:right; width:90px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:475px; line-height:25px; margin:0 0 10px 0;}

legend.field-border {
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}



#footer {
	font-size:11px;
}

.closeButton{
		content:"X" !important;
}
.panel-tool-close {
	text-shadow:1px 0px 0px;
	text-decoration: none;
	content:"X" !important; 
}

#container {
	display: block; 
	margin-left: auto;
    margin-right: auto}

html, body, .contentHome, .moduleContentHome, #moduleContent {
	height: 100%;
	/*padding-bottom: 1px;*/
}

.contentHome {
	display:none;
}

.preloadHome { 
	width:128px;
    height: 128px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
}
.preloadIndex{ 
	width:128px;
    height: 128px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
}

.accordionContainer {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:10px;
    /*padding-right: 15px;*/
    /*overflow: auto;*/
}

.accordionExpandButton {
	background: url('images/40/expand_petrol.png') no-repeat 0px 0px;
}

.accordionContractButton {
	background: url('images/40/contract_petrol.png') no-repeat 0px 0px;
}

.accordionExpandButton, .accordionContractButton {
	background-position: center center;
	width: 40px;
	height: 40px;
	padding: 9px;
	/*margin: 0px 5px;*/
	margin-bottom: 3px;
	border: none;
	/*background-color: #335F7D;
	transition: box-shadow .25s ease-in-out !important;
	-moz-transition: box-shadow .25s ease-in-out !important;
	-webkit-transition: box-shadow .25s ease-in-out !important;*/
}

.accordionExpandButton:hover {
	/*box-shadow: -1px 1px 2px 1px #888888;*/
	/*background-color: #8DBFCF;*/
	background: url('images/40/expand_petrol_light.png') no-repeat 0px 0px;
}

 .accordionContractButton:hover {
	/*box-shadow: -1px 1px 2px 1px #888888;*/
	/*background-color: #8DBFCF;*/
	background: url('images/40/contract_petrol_light.png') no-repeat 0px 0px;
}

.accordion .accordion-body {
	padding-left: 0px;
	/*padding-bottom: 10px;*/
	height: 100% !important;
	display: inline;
}

.accordion .accordion-body .tab-content {
	position: relative !important;
}

#moduleContent .accordion, #moduleContent .panel-noscroll {
	overflow-y: visible;
}
  
body {
	margin: 0px;
	padding: 0px;
	font-family: VWAGTheSans, Verdana, Helvetica, sans-serif;
	color: #4C5356;
	font-size: 12px;
	overflow: hidden;
}

a:hover {
	cursor: pointer;
}
  
.panel-body {
	background:#fff;
}
.panel-tool-collapse {
	background:url('../images/arrow_up.gif') no-repeat 0px -3px;
}
.panel-tool-expand {
	background:url('../images/arrow_down.gif') no-repeat 0px -3px;
}
		
.tab-pane
{
	overflow: auto;
}

.tab-content
{
	/* overflow: auto; */
	position: absolute;
	/*height: 100%;*/
	/*border-bottom: 1px solid #D3D6D9;*/
	padding-bottom: 50px;
	padding-right: 20px;
}
    
.dashPanel
{
	margin-bottom: 2px;
}

.viewDataWindow 
{
	position: relative;
	padding: 5px;
	/*margin-top: 15px;
	margin-bottom: 5px;*/
	background-color: #E5E6E8;
	/*width: 100% !important;*/	
}

.tableDataWindow .dataTables_wrapper
{
	/*margin-top: 15px;*/
}

.dataWindowForm
{
	position: relative;
}

.dataWindowForm input[type="text"], .dataWindowForm textarea
{
	text-indent: 4px;
}

.dataWindowForm .radioLabel, .dataWindowForm .checkboxLabel
{
	position: relative;
	top: -3px;
}

.dataWindowForm input[type="radio"], .dataWindowForm input[type="checkbox"]
{
	position: relative;
	left: -11px;
	margin-right: 6.5px;
	margin-bottom: 3.5px;
}

.moduleHeader {
	z-index: 1000;
	position: absolute;
	/*width: 200px;*/
}

.moduleHeader > div {
	float: left;
}

.moduleMenu
{
	background: #DEF1FF;
	border: 1px solid #88B9DD;
	overflow:hidden;
	/*
	padding: 3px;
	min-width: 180px;
	max-height: 17px;
 	transition: max-height ease-out 1s;
	-moz-transition: max-height ease-out 1s;
	-webkit-transition: max-height ease-out 1s;
	*/
}

.moduleMenu:hover
{
	max-height:1000px;
}

.moduleMenu input[type="submit"], .moduleMenu input[type="button"]
{
	background-color: transparent;
	border: none;
	margin: 1px;
	font-size: 12px;
	border-radius: 8px;
	padding: 10px 10px 10px 20px;
	text-indent: 5px;
	max-width: 100%;
}

.moduleMenu input[type="submit"]:hover, .moduleMenu input[type="button"]:hover
{
	border: solid #B7D2FF 1px;
	background-color: #EAF2FF;
	text-decoration: underline;
	margin: 0px;
}

.moduleMenu .menuTitle {
	text-align: center;
	font-size: small;
	cursor:	default;
	height: 20px;
	font-weight: bold;
}
.accordionControls{
	margin-left: 200px;
}

.tableToolbar a, .tableToolbar input[type="button"] {
	float: left;
	border: none;
	margin: 1px;
	/*border-radius: 5px;*/
	/*text-indent: 13px;
	padding: 2px 13px;*/
	color: #FFF;
 	/*transition: box-shadow .25s ease-in-out !important;
	-moz-transition: box-shadow .25s ease-in-out !important;
	-webkit-transition: box-shadow .25s ease-in-out !important;*/
	background-color: #335F7D;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
}

.DataTables_sort_icon {
	width: 0px;
	height: 0px;
	visibility:collapse;
}

.tableToolbar a:hover, .tableToolbar input[type="button"]:hover {
	background-color: #8DBFCF;
}

.tableToolbar a:selected, .tableToolbar input[type="button"]:selected {
	background-color: #E5E6E8;
}


.saveButton
{
	background-image: url('images/16/save.png');
	background-repeat: no-repeat;
	background-position: 8px;
}

.newButton
{
	background-image: url('images/16/newNote.png');
	background-repeat: no-repeat;
	background-position: 8px;
}

.uploadButton
{
	background-image: url('images/16/upload.png');
	background-repeat: no-repeat;
	background-position: 8px;
}

.exportButton, .importButton, .getTemplateButton
{
	background-image: url('images/16/excel.png');
	background-repeat: no-repeat;
	background-position: 8px;
	color: black;
	cursor: pointer;
}

.markButton
{
	background-image: url('images/16/checklist-check-mark.png');
	background-repeat: no-repeat;
	background-position: 8px;
}

.easyui-panel {
	overflow: visible;
}

.dataTables_paginate .fg-button {
	margin-right: 5px;
}

div.dataTableObject {
	overflow-x:auto;
	width:100%;
	float:right;
}

.enabledElement {
	/*
	* this css class will only be used as marker for JS (e.g. appending 'save' button)
	* visual enabling will be done by css class 'form-control'
	border: blue 1px solid !important;
	*/
}

.disabledElement {
	/*
	* this css class will only be used as marker for JS
	* visual disabling will be done by css class 'form-control'
	background: white !important;
	cursor: default !important;
	border: #ABADB3 1px solid !important;
	*/
	font-weight: normal;
}

.resizeCell {
    width: 1px;
    border: 0px;
    background:black;
}

thead .resizeCell {
    cursor: col-resize;
}

.insertToTableToolbar, .insertToMenubar {
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: fixed;
}

.tab-pane {
	overflow: visible;
}

.moduleMenu .menuDynamic .menuItem {
	margin: 10px;
	border-bottom: 1px solid black;
}

.moduleMenu .menuDynamic .menuItem:last-child {
	border-bottom: none;
}

.moduleMenu .menuDynamic .menuItem .moduleCommand {
	margin: 5px 10px;
}

/* .moduleMenu .menuDynamic .menuItem .moduleCommand a {
	color: white;
} */

.moduleMenu .menuDynamic .menuItem .moduleCommand a:hover {
	text-decoration: none;
	font-weight: bold;
}

.modal-dialog .modal-body {
	overflow: auto;
	max-height: 600px;
}

.accordion .accordion-header {
  background: #DEF1FF;
}

.accordion .accordion-header:hover {
  background: #6CA9EF;
}

.accordion .accordion-header-selected {
	background: #FFE48D;
}

.accordion .accordion-header-selected:hover {
  background: #FFE48D;
}

.tabs-header {
	background: #EAF2FF;
}

.loadingCurtain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* opacity: 0.7;
    background: #000; */
    background: rgba(0,0,0,0);
    display: table;
    z-index: 99999;
}

.loadingCurtain > .box {
    width: 128px;
    height: 25px;
	background: url('../images/scs_progress_bar.gif') no-repeat 0px 0px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -64px;
    margin-top: -64px;
}

#Wizard_content_Edit > * {
    margin: 0px auto;
    text-align: center;
}
.requiredSelect {
	border-color: #ff0000;
	border-width: 1px;
}

.changedElement {
	border-color: #95A844;
	border-width: 1px;
}

.numericTextInput {
	text-align: right;
}

td > input.numericTextInput {
	width: 90%;
}