.content-header > .breadcrumb {
	font-size: 12px;
	top: 5px;
}
















.btn-sm, .btn-group-sm > .btn {
  	border-radius: 3px;
  	line-height: 1.5;
  	padding: 3px 5px;
}

.ewTableHeader .ewTableHeaderBtn, .ewjtable-column-header-container {
	white-space: wrap;
}

/* START: style to change top heading row background color */
.skin-blue .main-header .logo {
	background-color: #222D32;
}
.skin-blue .main-header .navbar {
	background-color: #2c3b41;
}
.skin-blue .main-header .logo:hover{
	background-color:#2c3b41;
}
/* END: style to change top heading row background color */



#ct_wbre_sale_order_view{
	box-shadow: 2px 2px 3px 1px #aaaaaa;
}

.optionSeparator{
	margin-right: 10px;
}

input[type="text"]:not([size]):not([name="pageno"]):not(.cke_dialog_ui_input_text),
input[type="password"]:not([size]) {
	min-width: auto;
}

.skin-blue .content-header {
	background: #d3e9f2 none repeat scroll 0 0;
	border-bottom: 4px solid #ccc;
}
.content-header {
	padding: 5px 10px 10px;
	position: relative;
}

.main-header .logo {
  text-align: left;
}

.invoice-title h2, .invoice-title h3 {
	display: inline-block;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.cl_Address {
	border: 1px solid #ccc;
	font-style: normal;
	line-height: 1.42857;
	margin: 0;
	padding: 10px;
	width: auto;
}

.zero-row-pad{
	margin: 0px !important;
}
.text-right {
	text-align: right;
}
.docHeadText{
	margin-bottom: 10px;
	margin-top: 0;
}
.bg-primary {
	background-color: #337ab7;
}
.bg-primary {
	color: #fff;
}

.skin-blue .main-header .logo {
	background-color: #40546A;
}
.skin-blue .main-header .navbar {
	background-color: #2c3b41;
}
.skin-blue .main-header .logo:hover{
	background-color:#40546A;
}
.skin-blue .sidebar-menu > li.active > a {
	border-left-color: #40546A;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
	background-color: #40546A;
}

.skin-blue .main-header .navbar .nav > li > a:hover, 
.skin-blue .main-header .navbar .nav > li > a:active, 
.skin-blue .main-header .navbar .nav > li > a:focus, 
.skin-blue .main-header .navbar .nav .open > a, 
.skin-blue .main-header .navbar .nav .open > a:hover, 
.skin-blue .main-header .navbar .nav .open > a:focus, 
.skin-blue .main-header .navbar .nav > .active > a {
	background-color: #40546A;
	color: #f6f6f6;
}

#fwbre_cust_opening_baladd.ewForm .col-sm-offset-4{
	margin-left: 0px !important;
}

#support-header{
	margin-top: -30px;
}
#page-footer{
	margin-bottom: -30px;
}
.main-banner-contact-us {
	background: center repeat-x url('../phpimages/header-bg-globe.png');
	background-size: auto auto;
	background-size: cover;
	padding: 50px 20px;
}

.contact-nofeedback {	
	padding: 70px 0px;
	background-color: #f9fbfd;
}

.main-banner-contact-us h1.main-banner-title {
	color: #FFF;
	font-weight: bold;
	line-height: 1;
}

.main-banner-contact-us p.main-banner-subtitle {
	color: #FFF;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
}

.hsg-page-header h2, h1, h2, h3, h4, h5, h6 {
	color: #2d3e50;
	font-family: inherit;
	margin: .5em 0;
	margin-top: 0.5em;
}

.hsg-multi-row__image-wrapper img {
	display: block;
	width: 100%;
}

.special-text{
	font-weight: 400;
	color: #444444;
	font-size: 16px;
}

ol.articleContent  {
	counter-reset: li;
	margin-left: 0;
}
ol, ul {
	list-style: none;
}
ol.articleContent > li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -2em;
	width: 28px;
	height: 28px;
	padding-top: 2px;
	color: #fff;
	background: #333;
	text-align: center;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
ol.articleContent > li {
	margin-bottom: 15px;
	font-size: 16px;
}

ol.articleContent > li {
	position: relative;
	list-style: none;
	line-height: 1.5;
}
p.articleContent{
	font-size: 16px;
}

.ewViewTable > tbody > tr > td:first-child {
	font-weight: bold;
	text-align: left;
}


/* START: format readonly text fields */

div #view-field{
	 /*width: 200px;*/
}
div #view-field-min{
	 width: 150px;
} 

div #view-field-min,
div #view-field{
	background-color: #D5EEFF;
	border: 1px solid #9A8D8D;
	cursor: text;
	padding: 3px 5px;
   
}

div #view-field-min:focus,
div #view-field:focus,
div #view-field-min:hover,
div #view-field:hover{
	background-color:#FFFFCA;
}  


div #view-details{
	background-color: #D5EEFF;
	border: 1px solid #9A8D8D;
	cursor: text;
	padding: 3px 5px;
   
}
div #view-details:focus,
div #view-details:hover{
	background-color:#FFFFCA;
}

/* END: format readonly text fields */

fieldset {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 0.35em;
	padding-bottom: 0.625em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 1px solid #cccccc;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li {
	white-space: wrap !important;
}

.cls-wrap{
	white-space: wrap !important;
}

/* START: css for modal dialog */
.modal-header {
	background-color: #F39C12;
}
.modal-header h4.modal-title {
	color: #FFFFFF !important;
	font-weight: 700;
}
.modal-footer {
	background-color: #d3e9f2;
}
/* END: css for modal dialog */


/* START: adminlte3 border class */
.border{border:1px solid #dee2e6 !important}
.border-top{border-top:1px solid #dee2e6 !important}
.border-right{border-right:1px solid #dee2e6 !important}
.border-bottom{border-bottom:1px solid #dee2e6 !important}
.border-left{border-left:1px solid #dee2e6 !important}
.border-0{border:0 !important}
.border-top-0{border-top:0 !important}
.border-right-0{border-right:0 !important}
.border-bottom-0{border-bottom:0 !important}
.border-left-0{border-left:0 !important}
.border-primary{border-color:#0073b7 !important}
.border-secondary{border-color:#6c757d !important}
.border-success{border-color:#28a745 !important}
.border-info{border-color:#17a2b8 !important}
.border-warning{border-color:#ffc107 !important}
.border-danger{border-color:#dc3545 !important}
.border-light{border-color:#f8f9fa !important}
.border-dark{border-color:#343a40 !important}
.border-white{border-color:#fff !important}
/* END: adminlte3 border class */

.tbl_thead {
	font-weight: normal;
	background-color: #40546A;
	color: #fff;
	border: 1px solid #9F9F9F;
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 3px;
}

.align-middle{ vertical-align: middle !important; }
