body {
	background-color: #ffffff;
	font-size: 13px;
	/*line-height: 1.1em;*/
}

/* pageheader - square - old 
.pageheader {
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	background-color: #ffffff;
} */
.pageicon {
	width: 80px; font-size: 42px; padding: 10px 15px 0px 10px; color: #0866c6; border: 3px solid #0866c6; display: inline-block;
	/* -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; */
	float: left; text-align: center;
}
.pagetitle { margin-left: 90px;}
.pagetitle h1 { font-size: 32px; margin-left: -2px; color: #0866c6; }
.pagetitle h5 { text-transform: uppercase; font-size: 11px; color: #999; }

/* pagefooter */
.footer {
	font-size: 11px; color: #666;
	/*padding-top: 10px; padding-bottom: 10px;*/
	margin-top: 10px;
	z-index: -550;
	/*border-top: 1px solid #ddd;*/
}
.footer .footer-left {
	float: left;
}
.footer .footer-right {
	float: right;
}

/* pageHeader - Title Text */
.pageHeader {
	background-color: #337ab7; /*#0866C6;*/
	color: #fff;
}
.h4-16 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* modal dialog */
.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	padding: 10px 15px;
}
.blueHeader {
	color: #ffffff;
    background-color: #0866C6;
}
.alertHeader {
    color: #ffffff;
    background-color: #D9534F;
}
.warningHeader {
	color: #ffffff;
    background-color: #FFDD99;
}
.close {
	opacity: 0.9;
}
.modal-header .close {
    color: #ffffff;
	/*margin-top: 0px;*/
    font-size: 26px;
    font-weight: 100;
}
.modal-footer {
	padding: 10px 15px;
}
.modal-content {
	border: 0px;
}
#dynamicModalDlg div.modal-body {
	padding: 0px;
}

/* green color */
.fgSuccess {
	color: #ccf2c8;
}
.bgSuccess, .success {
	background-color: #ccf2c8; /*#d3f3cf*/
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ccf2c8;
}
.alert-success {
  background-color: #ccf2c8;
}
.list-group-item-success {
  background-color: #ccf2c8;
}
.panel-success > .panel-heading {
  background-color: #ccf2c8;
}
.panel-success > .panel-heading .badge {
  background-color: #ccf2c8;
}

.successIco {
	color: #a7d2a2;
}

.infoIco {
	color: #efeeff;
}

.bgOrange {
	background-color: #ffcf70;
}
.bgYellow {
	background-color: #fff777;
}

/* panel padding reduce */
.panel-body {
	padding: 10px;
}

/* jGrowl */
.jGrowl {
	font-size: 13px;
}
.jGrowl-error {
	background-color: red;
}

/* Inactive	Select options */
.optionNotActive {
	color: #dbdbdb;
}

/* Flex */
.flexcontainer {
	position: absolute;
}
.flexcontainer, .flexbox {
	width: 100%;
	height: 100%;

	/*2009 syntax
	display: -moz-box;
	display: -ms-box;
	display: -webkit-box;
	display: box;
	
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	*/

	/*current syntax*/
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;

	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	align-items: stretch;
	align-content: stretch;
}
.flex1 {
	width: 100%;
	height: 100%;
	
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.noflex {
	height: 100px;
	width: 100%;
	
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

/* error */
.label.error, .error, .errText, .reqdFieldMark {
    color: red;
}

/* nav Edit screen */
.navedit {
    padding: 10px 0px;
	border-color: rgb(221, 221, 221);
}

/* nav Edit screen */
.background-white {
    background-color: #ffffff;
}

/* warning */
.panel-warning > .panel-heading {
    background-color: #ffdd99;
	border-color: #ffd787;
}

/* visibility */
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

/* Search Panel */
.chevron-up-down {
    cursor: pointer;
}
.chevron-up-down .glyphicon {
	padding-top: 8px;
}
#searchPanel .panel-heading span.chevron-up-down {
	padding-left: 15px;
	font-size: 15px;
}
#searchPanel .panel-heading h3 {
    padding-top: 8px;
}

/* form elements */
.input-sm {
	font-size: 13px;
	padding-right: 5px;
}
.separator-sm {
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top-width: 2px;*/
	border-top-color: #ddd;
}
/* button -small */
.btn-sm {
	height: 30px;
}
/* button disables */
.btn.btn-default:disabled{
	background-color: #f8f8f8;
}
/* checkbox - radio */
input[type=checkbox], input[type=radio] {
	height: 16px;
	width: 16px;
	margin: 0px;
}
/* text strikeThrough */
.strikeThrough {
	text-decoration: line-through
}
/* form - disabled-readonly-required */
.form-group {
	margin-bottom: 10px;
}
/* input group - button top on error msg */
.input-group-btn {
	vertical-align: top;
}

/* jqgrid fix pager input*/
.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
	display: inline;
	height: 22px;
}
/* jqgrid fix gorizontal scrollbar*/
/*.ui-jqgrid .ui-jqgrid-view,*/
.ui-jqgrid .ui-jqgrid-bdiv {
    overflow: auto;
    overflow-x: hidden;
}
/* jqgrid table header - footer color   ---div.ui-jqgrid-hbox*/
table.ui-pg-table, div.ui-jqgrid-hdiv  {
    background-color: #b9dff3; /* #b9dff3 light blue afdbf1 */
}
/* jqgrid table header - footer total */
div.ui-jqgrid-sdiv {
	background-color: #f5f5f5;
}
/* jqgrid table header fix */
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
	height: 17px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inine-block;
}
/* jqgrid table text truncate */
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td, div.ui-th-div {
	text-overflow: ellipsis;
	padding-right: 5px;
}
/* jqgrid table sort icon */
.ui-grid-ico-sort.ui-disabled {
	opacity: 0;
}
.ui-jqgrid .ui-icon-asc, .ui-jqgrid .ui-icon-desc  {
	margin-top: 0;
}
.s-ico {
	position: absolute;
	right: 20px;
}
/* set cursor pointer */
.ui-jqgrid .ui-jqgrid-btable .jqgrow { 
	cursor: pointer; 
}
.ui-jqgrid tr.jqgrow td {
	vertical-align: top
}
.ui-jqgrid .ui-separator {
    border-left-color: #777;
}

/* light blue table header */
.table-header {
    background-color: #b9dff3; 
}
.table-bordered > tbody > tr > td {
	vertical-align: middle;
}

/* nav-tabs - x*/
.nav-tabs > li > a {
	font-size: 14px;
	padding-right: 20px;
}
.nav-tabs > li > span {
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 1px;
	color: #dddddd;
	font-weight: bold;
	font-size: 16px;
}
.nav-tabs > li:hover > span {
	color: red;
}

iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.tab-content > .active,
.pill-content > .active {
	display: flex;
}

.list-group-item {
    padding: 8px 15px;
}	

/* truncate text */
.text-truncated {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[disabled].form-control,
[readonly].form-control,
fieldset[disabled] .form-control,
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #f8f8f8;
}
.form-group.required label:after {
	color: #d00;
	content: "*";
	margin-left: 4px;
}

/* select2 */
.select2-container .select2-selection--single {
	height: 30px;
}
.form-group .select2-container {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table;
	table-layout: fixed;
}
/*
.select2drop strong {
	color: #0866C6;
}
-*/

/* touchspin sm-size */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 7px 9px;
}

/* all - square */
* {
  -webkit-border-radius: 2px !important;
     -moz-border-radius: 2px !important;
          border-radius: 2px !important;
}

/* other */
.noborder {
	border: none;
}

.float-right {
	float: right;
}

.padding-left-0 {
	padding-left: 0px;
}
.padding-left-5 {
	padding-left: 5px;
}
.padding-left-10 {
	padding-left: 10px;
}
.padding-left-15 {
	padding-left: 15px;
}
.padding-left-20 {
	padding-left: 20px;
}
.padding-left-100 {
	padding-left: 100px;
}

.padding-right-0 {
	padding-right: 0px;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-right-15 {
	padding-right: 15px;
}
.padding-right-20 {
	padding-right: 20px;
}

.padding-0 {
	padding: 0px;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-5-10 {
	padding: 5px 10px;
}
.padding-10-0 {
	padding: 10px 0px;
}
.padding-10-5 {
	padding: 10px 5px;
}
.padding-10-15 {
	padding: 10px 15px;
}


.padding-bottom-0 {
	padding-bottom: 0px;
}
.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-top-0 {
	padding-top: 0px;
}
.padding-top-5 {
	padding-top: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-top-60 {
	padding-top: 60px;
}

/* marging */
.margin-0 {
	margin: 0px;
}
.margin-0-10x {
	margin: 0px 10px 10px 10px;
}
.margin-10-10-0-10 {
	margin: 10px 10px 0px 10px;
}
.margin-10-5 {
	margin: 10px 5px;
}
.margin-10 {
	margin: 10px;
}
.margin-15 {
	margin: 15px;
}
.margin-20 {
	margin: 20px;
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-right-5 {
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 0px;
  }
}  