@charset "utf-8";
/* CSS Document */
input:disabled, 
textarea:disabled,
select:disabled
{
	opacity: 0.25;
}
input:disabled.CurrIUNo{
	opacity:1;
}

@media (min-width: 1200px){
.container {
    width: 100%;
}
}

body{
	color:inherit;
}
h1{
	font: 400 32px/1 "DIN-Bold";
    margin: 0 0 1em;
	color: #125688;
}
.ui-widget{
	font-family:inherit;
	font-size:14px;
}
.CurrCashCardNo{
	opacity:1 !important;
}
.form-group {
    margin-bottom: 15px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
._CELL span{
	font-size:1.05 em;
}
._CELL span._ERRORMSG{
	color: #de1a1a;	
}

._CELL span._ERRORMSG, .form-group ._NOTES{
	padding: 0 12px;
}
td ._CELL span._ERRORMSG, td .form-group ._NOTES{
	padding: 5px 0;
}
form ._CELL{
	 /*margin-left:-15px;*/
 }
form tr td ._CELL{
	 margin-left: 0px; /*-12px;*/
 }
form .table th{
	 /*padding-left:0;*/
 }
input[type='checkbox']{
    height: 20px;
    width: 20px;
    position: relative;
}
.width-20{
	width:20%;
}
.col-width-15,
.col-width-20,
.col-width-80,
.col-width-85  {
	float:left;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-width-15{
	width:15%;
}
.col-width-20{
	width:20%;
}

.col-width-80{
	width:80%;
}
.col-width-85{
	width:85%;
}
 .login h2{
	 font-size: 32px;
	 margin: 1em 0 1em;
	 color: #125688;
 }
 .btn{
	 vertical-align:top;
 }
 .btn_areas{
	 margin-top: 70px;
 }
.smallFS .btn_areas{
	 margin-top:10px;
 }
.btn-default,
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #eee;
  border: 2px solid #eee;
  font-family: "DIN-Medium";
  font-size: 16px;
  min-width: 120px;
  padding: 8px;
  border-radius:0;
}
 .table{
	 margin-top:0;
 }
.table > thead > tr > th{
	font-size:13px;
	color:#676a6c;
	font-family:DIN-Regular;
}
.table th, .table td {
    padding: 1.4em;
}
.table-bordered {
  border: 0px solid #eee;
}
.table-bordered thead th, .table-bordered tbody th, .table-bordered tbody td, .table-bordered tfoot th, .table-bordered tfoot td{
	border: 1px solid #eee;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-right: 1px solid #eee;
  border-left:0;
}
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
  border-right:0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th{
	border-left:0;
	border-right:0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
td, th{
	vertical-align:top;
}

.table > thead > tr >th {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	text-align:left;
	text-transform:inherit;
}

.table > thead > tr >th.th-price{
	width:13%;
	text-align:right;
	padding-right:1.0em;

}

.th-ID{
	width:5%;
}
.th-details{
	width:30%;
}
.th-desp{
	width:250px;
}
.th-invnum{
	width:150px;
}
.th-mth{
	width:5%;
}

.th-status{
	width:13%;
}
.th-date{
	width:15%;
}
.th-datetime{
	width:20%;
}
.pagenav li{
	background:none;
	border-bottom: 1px solid #ccc;
    min-height: 45px;
}
.content h1{
	margin-top:0;
	text-transform:normal;
}
.content h2{

	font-size:18px;
	font-weight:600;
	border-bottom:5px solid #894d31;
	margin-bottom:15px;
	margin-top:40px;
	padding:0 0px 5px 0;
}
.content h2:first-child{
	margin-top:15px;
}

#container{
	background: rgba(0, 0, 0, 0) url("../../images/sidebar.jpg") repeat-y scroll 0px top;
	width: 1400px;
}

#container #rightcont {
    float: left;
    width: 1090px;
}
#container #leftcont{
	background:none;
}
#footer{
	border-top:1px #a5a2a2 solid;
	padding-top:2px;
	width:100%;
}

label{
	color:#676a6c;
}

.pagenav {
	width:100%;
	vertical-align: top;
	float:inherit;
	display:inline-block;
}
.pagenav li.active{
	border-bottom:1px solid #884e31;
}
.pagenav li a{
	line-height:35px;
}
.contleft {
    box-sizing: border-box;
    display: inline-block;
    float: inherit;
    vertical-align: top;
    width: 24%;
	padding: 0 15px;
}
.content{
	width: 100%; /*72%;*/
	/*border-left:1px solid #d9cbc2;*/
	box-sizing: border-box;
	display:inline-block;
	float:inherit;
	vertical-align:top;
}

hr.style1{
	border:none;
	border-top:1px solid #d9cbc2; 
}
hr.style2{
	border:none;
	border-top:5px solid #894d31; 
}


ul.pageNav{
	list-style:none;
	display:inline-flex;
	margin:25px 0 0 0;
	padding:0;
	/*border-bottom: 1px solid #e1e1e1;*/
}

ul.pageNav li{
	background-color:#e1e1e1;
	margin-right:2px;
	border-bottom: 3px solid #eee;
}
ul.pageNav li:last-child{
	margin-right:0px;
}
ul.pageNav li,
ul.pageNav li a:link,
ul.pageNav li  a:hover,
ul.pageNav li  a:visited{
	display:inline-block;
	

	font-family: DIN-Medium;
	color:#125688;
}
ul.pageNav li a:link{
	padding:8px 12px;
}
ul.pageNav li.active,
ul.pageNav li:hover{
	background-color:#125688;

}

ul.pageNav li:hover a:link,
ul.pageNav li:hover  a:hover,
ul.pageNav li:hover  a:visited,
ul.pageNav li.active a:link,
ul.pageNav li.active a:hover,
ul.pageNav li.active a:visited{
	color:#fff;
	padding:8px 12px;

}
ul.pageNav li.active{
	border-bottom: 3px solid #6492b3;
}
ul.pageNav li:hover{
	border-bottom: 3px solid #6492b3;
}
.clear_bot{
	margin-bottom:30px;
}
.totalprice{
	margin-bottom:60px;
	font-weight:600;
	font-size:21px;
}
/*FORMS--------------------*/
.w1{
	width:320px;
}
.w1 .form{
	width:100%;
}

.form{
	/*
	box-sizing: border-box;
	float:inherit;
	display:block;
	margin: 9px 0;
    width: 420px;
	border: 1px #CCC solid;
	min-height: 38px;
    padding: 8px 10px;
	*/
	min-height: 38px;
    padding: 8px 10px;
	display:inline;
	font-size:13px;
}
/*
select.form {
    width: auto;
}*/

input[type="button"].form_delete{
	background:url(../../images/delete.png) top center no-repeat;
	background-size:100%;
	height:14px;
	width:14px;
	color:transparent;
	border:none;
}

input{
	 font-family: "dinPro",Arial,Helvetica,sans-serif;
	 font-size:14px;
}
input[type="Submit"], .btn-primary{
    background-color: #125688;
    border: 2px solid #125688;
    color: #fff;
    font-family: "DIN-Medium";
    font-size: 16px;
    min-width: 120px;
    padding: 8px;
}
input[type="Submit"]:hover, .btn-primary:hover{
	background-color: #3a84bb;
}
#signin{
	width:307px;
}
#signin input[name="submit"]{
	float:right;
}
.bd-content h2{
	margin-top:40px;
	font-weight: 600;
    font-family: Din-Regular;
	color:#3c3c3c;
    font-size: 20px;
}
.welcome_txt{
	color: #887f6e;
    display: block;
    font-family: "DIN-Regular",Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 10px 0 0;
    text-align: left;
    text-transform: none;
}
._FORM_FILTER_MAIN{
    /*background-color: #fbfaf9;
    border-top: 1px solid #dcdcdc;
    padding: 2em 0em;*/
    width: 100%;	
}
._FORM_FILTER_MAIN ._CELL{
    /*display: table-cell;
    height: 100%;
    padding: 5px;
    vertical-align: inherit;	*/
}
.ibox{
	margin-top:45px;
}
._WIG{
	border: 1px solid #eee;
	padding: 30px;
	margin-top: 35px
}
._WIG h2 span.emp {  
	font-family:"DIN-Regular";
	margin-right:20px;
}
._WIG h2 span .emp, ._WIG h2 span a {
	font-family:"DIN-Regular";
	font-size:20px;
}

._WIG .border-top{
	border:none;
}

._WIG h2{
	margin-top:0px;
}
.main-content h1{
	margin-top:1.41em;
	margin-bottom:0;
}
.btn_areas .btn{
	margin-right:15px;
}
.fa-6{
    font-size: 30px; 
    /*margin-top: -28px;*/
 }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
.ui-corner-all {
	border-radius: 0;
}

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-dashed-md {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 15px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hr-line-solid-md {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  height: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lhn-hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-l{
	text-align:left;
}
.text-r{
	text-align:right;
}
th.text-r{
	text-align:right!important;
}
th.text-l{
	text-align:left!important;
}

.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
label{
	display:inline-flex;
	margin-bottom:5px;
	font-weight:bold;
}
.hr-line-dashed{
	clear:both;
}
.clearboth{
	clear:both;
}
.fh-60{
	height:60px;
}
.fh-70{
	height:70px;
}
.fh-80{
	height:80px;
}
.fh-90{
	height:90px;
}
.fh-100{
	height:100px;
}
.h-250 {
  min-height: 250px;
}
.h-300 {
  min-height: 300px;
}
.fh-20 {
  height: 20px;
}
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: inherit; /*'Open Sans';*/
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}
.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #1ab394;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-warning,
.badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #ed5565;
  color: #FFFFFF;
}
.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.Form_o{
	display:none;
}
tr.dyn_delete_marked{
	background-color: transparent;
    border-bottom: 0px;
}
.payment_footer{
	margin-top:50px!important;
	margin-bottom:50px!important;
	padding-top:15px;
	border-top:1px solid #ececec;
	color: #676a6c;
}
.payment_footer .price, .payment_footer .desp {
	color: #676a6c;
}
.payment_footer .price{
	font-family: Din-Medium;
}
.payment_footer .price span::before{
	content: "S$";
}
.sgd::before{
	content: "S$";
}
.lhn_agreed{
	margin-top:60px;
}
.lhn_agreed ._CHECKBOXTEXT{
	width:90%;
}
.lhn_agreed input[type=checkbox]{
	width:35px;
}
._ERROR ._CHECKBOXTEXT span._ERROR{
	color:#de1a1a;
}
.Info span{
	display:block;
	margin-bottom:5px;
}
.Info span:first-child{
	font-size: 16px;
	font-weight: 400;
    font-family: 'DIN-Bold';
	display:block;
}

.Info div span strong{
	margin-right:5px;
}
.mobile-nav-mod .submenu-parent > button{
	border:none;
}

