h4.header-title.first {
	margin: 0 0 10px !important;
}
h4.header-title.next {
	margin: 20px 0 10px !important;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #ddd;
}
/* table responsive*/
.table-responsive {
	overflow-x: auto;
}
.table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	white-space: nowrap;
}
.table thead th, .table tr {
	vertical-align: middle;
	width: auto;
}
.table td, .table th {
	text-align: left;
}
label.required:after {
    content: ' *';
    color: #FF0505;
}
input[type="file"] {
	border: none;
    padding: 0;
    height: auto;
}
label.remember-me {
	color: #fff;
}
.account-pages {
    background: url();
    background-color: #354650 !important;
}
img.logo {
	height: 60px;
}
/* filter search */
.filter-file {
    margin: 0 0 20px;
}
input.search-pic, .filter-file select {
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 4px;
}
.mrb10 {
    margin-bottom: 10px;
}
a.file-upload {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 5px 10px;
}
img.attach-icon {
    width: 22px;
}
.text-orange{

    color: #ff6a00 !important;
}