
html {
	overflow-y: scroll;
}

#panels {
	width: 100%;
	position: relative;
	float: none;
	clear: both;
}

div.panel_all {
	
}

div.panel_bottom {
	width: 100%;
	float: none;
	clear: both;	
}

div.panel_top {
	width: 100%;
	float: none;
	clear: both;
}

div.panel_left {
	float: left;
}

div.panel_right {
	float: right;
}

.form_panel {
	float: left;
	margin: 0;
	border: 0;
}

.required {
	border: 1px solid #F00 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	float: none;
	clear: both;
}

.col_1 {
	width: 100%;
}

.col_2 {
	width: 50%;
}

.col_3 {
	width: 33%;
}

.col_4 {
	width: 25%;
}

.col_5 {
	width: 20%;
}

.margin {
	margin: 20px 10px 20px 0;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
	margin: 0;
	border: none;
}

.ui-tabs {
	margin: 0;
	padding: 0;
	border: none;
}

.ui-widget-content {
	
}

ul.menu {
	padding-left: 0;
	margin-left: 0;
}

ul.menu li {
	margin: 0;
}

li.active a {
	font-weight: bold;
}

a.icon_form_action, a.toolbar {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px; /* ANR 09.04.2013 was 10 */
	background:url("../images/block-icons/plus.png") no-repeat;
}

a.toolbar {
    background:url("../images/icons/control_play_blue.png") no-repeat;
    background-position: center center;
    background-size: 100%;
}

a.icon_form_action.first {
	background:url("../images/block-icons/first.png") no-repeat;
}

a.icon_form_action.previous {
	background:url("../images/block-icons/back_alt.png") no-repeat;
}

a.icon_form_action.next {
	background:url("../images/block-icons/forward_alt.png") no-repeat;
}

a.icon_form_action.last {
	background:url("../images/block-icons/last.png") no-repeat;
}

a.icon_form_action.open {
	background:url("../images/block-icons/folder.png") no-repeat;
}

a.icon_form_action.delete {
	background:url("../images/block-icons/delete.png") no-repeat;
}

a.icon_form_action.save {
	background:url("../images/block-icons/save.png") no-repeat;
}

a.icon_form_action.report_query {
	background:url("../images/block-icons/play.png") no-repeat;
}

a.icon_form_action.report_export {
	background:url("../images/block-icons/save.png") no-repeat;
}

a.icon_form_action.pdf_export {
	background:url("../images/block-icons/pdf.png") no-repeat;
}

a.icon_form_action.rtf_export {
	background:url("../images/block-icons/rtf.png") no-repeat;
}
#menu_filter {
	height: 32px;
	background:url("../images/block-icons/search.png") no-repeat;
	padding-top: 5px;
	padding-left: 37px;
}

a.icon_form_action.sep {
	margin-right: 50px;
}

a.icon_form_action.disabled {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

a.icon_form_action.disabled:hover {
	cursor: default;
}

div.hidden.flash, .hidden {
	display: none;
}

div.flash.flash-success {
	background-color: #white;
}

div.ui-dialog {
	font-size: 12px;
}

div#loading {
	height: 31px;
	width: 31px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	background: url("../images/loading.gif") no-repeat;
	background-position: center center;
	z-index: 1000;
}

div#full_messages {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    background: #fff;
    z-index: 999;
    display: none;
    overflow: scroll;
    overflow-x: hidden;
    padding: 20px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.39);
	-moz-box-shadow:    0px 0px 23px rgba(0, 0, 0, 0.39);
	box-shadow:         0px 0px 23px rgba(0, 0, 0, 0.39);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

form.standard-form select {
	/*background:url(../images/field-bg.gif) no-repeat; ANR 14.10.2012*/
	border:1px solid #CCC;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding:0px;
	width: 85%;
	height: 20px; /* ANR 08.02.2013 was 22 */
}

a.lookup_button {
	display: inline-block;
	height: 15px; /* ANR 08.02.2013 was 22 */
	line-height: 13px; /* ANR 08.02.2013 was 22 */
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	color: black; 
	background-color: #ddd;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


a.lookup_button:hover {
	color: #666; 
	background-color: #eee;
}

table.standard-table thead tr th, table.standard-table tbody tr td {
	font-size: 11px; /* ANR 08.02.2013  was 12 */
}

.ui-jqgrid .jqgrid-overlay {display:none;z-index:-1;}
* html .jqgrid-overlay {
	width: 0;
	height:0;
}
* .jqgrid-overlay iframe {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: 0;
	height: 0;
}


ul#user_messages {
	display: block;
	font-size: 10px;
	color: white;
	height: 40px;
	overflow: hidden;
	padding: 2px 0 0 20px;
}


#toggle_button_right {
	text-align: right;
	margin-left: 1px;
	margin-top: -24px !important;
	background-color: white;
}

	form.standard-form {
		padding:10px 10px 10px 0px;
	}

form.standard-form .field .textbox,
form.standard-form .field .textarea {
	border:1px solid #CCC;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
	width: 90%;
}

.select2-container .select2-choice {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	height: 19px;
	padding: 0 3px;
}

.select2-container .select2-choice div b {
	background-position: 0 -2px;	
}

.select2-drop {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.ui-widget .ui-widget { font-size: 11px; }
.ui-widget { font-size: 11px; } /* ANR 08.02.2013 was 1em; */

form.standard-form .field label {
	display:block;
	font-size:0.9em; /* ANR 08.02.2013 was 0.8em; */
	font:normal 11px Verdana, Arial, Helvetica, sans-serif; /* ANR 08.02.2013 was not here before */
	font-weight:bold; /* ANR 08.02.2013 was not here before */
	color:#555; /* ANR 08.02.2013 was not here before */
}

form.standard-form fieldset legend {
	font-size:1.0em; /* ANR 08.02.2013 was 0.8em; */
	font:normal 11px Verdana, Arial, Helvetica, sans-serif; /* ANR 08.02.2013 was not here before */
	font-weight:bold;
	padding:0 6px;
	color:#0D6AB0;
}

input.number {
	text-align: right !important;
}

input.filterinput {
	width: 100%;
}

.ui-widget-overlay.jqgrid-overlay {
	height: 1px;
}


select:disabled, input:disabled, isindex:disabled, textarea:disabled {
	background-color: #EBEBE4;
}

#main_table_dialog {
	display: none;
}

/* ANR 08.02.2013 moved here */
.standard-content {
	padding:7px 14px 10px 14px; /* first padding was 14 px ANR 09.04.2013 */
	font-size:0.75em;
}

/* ANR 09.04.2013 */
form.standard-form .field {
	margin-bottom:4px;
}

.lookup-select {
	width: 90%;
}

/* ANR 28.04.2013 */
.wrapper {
	width:99%; /* Main page width */
	margin:5px auto 0 auto;
}

