
/*
textarea:focus, input[type="text"]:focus,textarea[type="text"]:focus,   input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,  input[type="color"]:focus, .uneditable-input:focus, .form-control:focus {  
	border-color: none;
	box-shadow:none;
	outline: none;
}
*/

/*
.pageTitle {
	background-color:#28a745;
}
*/

.checkbox label:after,  .radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr, .radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 50%;
	left: 20%;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
}

.radio label, .checkbox label {
	padding-left:0px
}




.page_title {
	color: #ffffff !important;
	background-position: 50% 50% !important; background-size: cover !important; background-repeat: no-repeat !important;
}

.page_title .container {margin-top:130px}
@media (max-width:1024px) {.page_title .container {margin-top:0px}}



.has-float-label .form-control:placeholder-shown:not(:focus) + * {
	font-size:105%;
	top:0.8em;
}

.frmUserAdd .form-control {
	background-color:#FFF;
	height:38px;
	padding:8px;
	margin:0px;
	font-size:16px
}
.frmUserAdd .form-group {margin-bottom:15px}
.frmUserAdd input {}

.frmUserAdd textarea:focus, .frmUserAdd input:focus, .frmUserAdd textarea[type="text"]:focus {  
	border-color: none;
	box-shadow:none;
	outline: none;
}

.CustomerOrderList tr {
	height: 40px;
}
.CustomerOrderList td {
	height: 40px;
}
.CustomerOrderList thead th:nth-child(1) {
	text-align: left
}
.CustomerOrderList tbody td:nth-child(1) {

}

.CustomerOrderList thead th:nth-child(2) {
	text-align: right;width: 100px;text-align: right
}
.CustomerOrderList tbody td:nth-child(2) {
	text-align: right
}

.CustomerOrderList thead th:nth-child(3) {
	text-align: right;width: 100px;text-align: right
}
.CustomerOrderList tbody td:nth-child(3) {
	text-align: right
}

.CustomerOrderList thead th:nth-child(4) {
	text-align: right;width: 100px;text-align: right
}
.CustomerOrderList tbody td:nth-child(4) {
	text-align: right
}



.CustomerOpenOrderList thead th:nth-child(1) {
	text-align: left
}
.CustomerOpenOrderList tbody td:nth-child(1) {

}

.CustomerOpenOrderList thead th:nth-child(2) {
	text-align: center;width: 200px;
}
.CustomerOpenOrderList tbody td:nth-child(2) {
	text-align: center
}

.CustomerOpenOrderList thead th:nth-child(3) {
	text-align: center;width: 100px;
}
.CustomerOpenOrderList tbody td:nth-child(3) {
	text-align: center
}

.CustomerOpenOrderList thead th:nth-child(4) {
	text-align: right;width: 100px;
}
.CustomerOpenOrderList tbody td:nth-child(4) {
	text-align: right;
}

.CustomerOpenOrderList thead th:nth-child(5) {
	text-align: right;width: 100px;
}
.CustomerOpenOrderList tbody td:nth-child(5) {
	text-align: right;
}

.CustomerOpenOrderList thead th:nth-child(6) {
	text-align: right;width: 100px;
}
.CustomerOpenOrderList tbody td:nth-child(6) {
	text-align: right;
}


.CustomerExecutionList thead th:nth-child(3) {
	text-align: center;
}
.CustomerExecutionList tbody td:nth-child(3) {
	text-align: center;
}

.CustomerExecutionList thead th:nth-child(4) {
	text-align: right;
}
.CustomerExecutionList tbody td:nth-child(4) {
	text-align: right;
}

.CustomerExecutionList thead th:nth-child(5) {
	text-align: right;
}
.CustomerExecutionList tbody td:nth-child(5) {
	text-align: right;
}

.CustomerExecutionList thead th:nth-child(6) {
	text-align: right;
}
.CustomerExecutionList tbody td:nth-child(6) {
	text-align: right;
}


.tblAccountDWList thead th:nth-child(2) {
	text-align: center;width: 150px;
}
.tblAccountDWList tbody td:nth-child(2) {
	text-align: center
}

.tblAccountDWList thead th:nth-child(3) {
	text-align: center;
}
.tblAccountDWList tbody td:nth-child(3) {
	text-align: center
}

.tblAccountDWList thead th:nth-child(4) {
	text-align: right;width: 100px;
}
.tblAccountDWList tbody td:nth-child(4) {
	text-align: right
}