
.btn-success,.btn-success:hover, .btn-success:focus,
.btn-success:active, .btn-success.active,
.open .dropdown-toggle.btn-success {
	background: #f9a41b;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 8px 25px;
	border: none;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus,
.btn-warning:active, .btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background: #7960c8;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 8px 25px;
	border: none;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus,
.btn-danger:active, .btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background: #d74d84;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 8px 25px;
	border: none;
}
.breadcrumb-area {
	padding: 10px 15px;
    background: #3e4455;
    margin-bottom: 15px;
}
.breadcrumb-area .breadcrumb-item a {
	color: #fff;
	font-size: 18px;
	margin: 0;
	font-weight: 300;
}
.breadcrumb-area li.breadcrumb-item {
	color: #fff;
	font-size: 18px;
	margin: 0;
	line-height: inherit;
	font-weight: 300;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "\f054";
	color: #49a85d;
	font-family: "Font Awesome 5 Pro";
	padding: 0 8px;
}
.content-area {
	padding: 5px 15px;
}
.content-item {
	background: #fff;
	padding: 20px 15px 20px;
	border-radius: 3px;
}
.heading-area{
	position: relative;
	padding-bottom: 10px;
}
.heading-area h3.heading{
	display: inline-block;
}
.heading-area a.btn {
	font-size: 16px;
	font-weight: normal;
	padding: 7px 25px;
}
.content-item h3.heading {
	font-size: 16px;
	font-weight: 300;
	color: #484848;
	line-height: inherit;
	margin-top: 0;
}
.content-item h3.heading span{
	color: #ff9f00;
}
.table-area thead > tr > th:first-of-type,.table-area tbody > tr > td:first-of-type{
	padding-left: 0;
}
.table-area thead > tr > th {
	font-size: 13px;
	color: #484848;
	font-weight: 600;
	border-bottom: 3px solid #ff9f00;
}
.table-area.project-table thead > tr > th {
	border-bottom: 1px solid #3c4554;
	background: #3c4554;
	color: #FFFFFF;
	padding: 10px 15px;
}
.table-area tbody > tr > td {
	padding: 10px;
	font-size: 14px;
	color: #484848;
	vertical-align: middle;
	border-top: 1px dashed #c1c1c1;
}
.table-area tbody > tr > td > i{
	color: #b3b3b3;
	padding-right: 5px;
}
.table-area tbody > tr > td > i.check-green{
	color: #99c555;
}
.recent-user{}
.recent-user img{
	width: auto;
	height: auto;
	max-height: 32px;
	margin-right: 10px;
}
.tabe-btn{
	display: block;
	text-align: center;
}
.tabe-btn a{
	display: inline-block;
	color: #ff9f00;
	font-size: 14px;
	font-weight: 600;
}
.tabe-btn a:hover{
	color: #4cbfbe;
}
.profile-area > hr {
	border-color: #50a374;
	border-width: 3px;
}
.dashboard-table-area div:nth-child(2) .table-area thead > tr > th {
	border-color: #ff9f00;
}
.dashboard-table-area div:nth-child(3) .table-area thead > tr > th {
	border-color: #637cc4;
}

.content-area .content-item hr.bdr-color {
	border-color: #ff9f00;
	border-width: 2px;
	margin: 10px 0;
	border-style: solid;
}
.content-area .content-item > p.sub-heading{
	font-size: 13px;
	color: #484848;
	margin-bottom: 30px;
	font-weight: 300;
}
.content-area .content-item > p.sub-heading span{
	color: #ea447f;
	padding-right: 5px;
}
.project-table-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.cutout-table .project-table-top{
	margin-bottom: 0;
}
.project-table .table {
	margin-bottom: 0;
}
.profile-area .form-area hr{
	border-color: #c1c1c1;
	border-style: dashed;
}
.form-area .content-item {
	background: #fff;
	padding: 20px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
}
.form-area form > .content-item > .form-group, .form-area form > .content-item > .row,
.form-area form > .form-group.inline{
	max-width: 97%;
}
.form-area label.control-title {
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 300;
	text-align: right;
}
.form-area label {
	color: #484848;
	font-size: 14px;
	font-weight: 300;
}
.form-area .form-group.form-inline {
	margin-bottom: 0;
}
.form-area label span.sub-label {
	color: #484848;
	font-size: 13px;
	font-style: italic;
}
.form-group.add-project .checkbox {
	margin-bottom: 5px;
}
.form-area .form-group.form-inline label {
	padding-top: 0;
	padding-left: 5px;
	text-align: left;
}
.form-area label span{
	display: block;
}
.form-area label b.required{
	color: #ff3838;
}
.form-area .input-group .form-control:first-child{
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}
.form-area .input-group-btn > button {
	background: transparent;
	border: none;
	color: #484848;
	box-shadow: none;
}
.form-area .input-group-btn > button:active,
.form-area .input-group-btn > button:active i{
	background: transparent;
	border: none;
	box-shadow: none;
}
.form-area .input-group-btn > button{}
.form-area input.form-control, .form-area textarea.form-control, .form-area select.form-control {
	border: 2px solid #eae9e9;
	border-radius: 15px;
	font-size: 14px;
	height: auto;
	color: #484848;
	padding: 7px 15px;
	transition: 0.5s all ease-in;
}
.form-area .form-control.input-bg{
	background: #e8e8e8;
}
.form-group .c-datepicker-date-editor {
	border: 2px solid #eae9e9;
	border-radius: 15px;
	font-size: 14px;
	width: 100%;
}
.form-group .c-datepicker-data-input {
	width: 98%;
	text-align: left;
}
.form-area input.form-control:focus, .form-area textarea.form-control:focus{
	background: transparent;
	border-color: #eae9e9;
	transition: 0.5s all ease-in;
}
.form-area select.form-control:focus{
	background: transparent;
	border-color: #eae9e9;
	transition: 0.5s all ease-in;
}
.form-area span.fields-bottom {
	color: #1e1e1e;
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
	padding-left: 15px;
	display: inline-block;
}
.account_divider {
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 15px;
}
.account_divider h4 {
	font-size: 16px;
	font-weight: 600;
	color: #484848;
	margin: 0;
	padding-bottom: 5px;
}
.account_divider h4 span{
	font-weight: normal;
}
.form-area label span.card-area {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
}
.form-area label span.card-area.upload-bg {
	background: #e8e8e8;
	padding: 30px 45px 0;
	text-align: center;
}

.form-area .card-area img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 130px;
}
.mykad-upload > input[type="file"] {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
}
.mykad-upload > span.upload-tittle {
	text-align: center;
	padding: 15px 0 0;
	color: #99c455;
	font-weight: normal;
	cursor: pointer;
}
.account_divider h4 span {
	font-weight: normal;
}
.file-upload-area {
	position: relative;
}
.file-upload-area input.file-upload {
	text-indent: -1000px;
	width: 100%;
	cursor: pointer;
}
.file-upload-area label.file-label {
	position: absolute;
	top: 0;
	padding: 12px 20px;
	font-size: 14px;
	cursor: pointer;
}
.condition-text ul {
	margin: 0;
	padding: 0;
}
.condition-text ul li {
	list-style: none;
	padding: 3px 5px;
	color: #484848;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}
.condition-text ul li a{
	color: #484848;
	font-size: 13px;
}
.condition-text ul li span {
	color: #ff0000;
	padding-right: 5px;
}
.content-area .form-area .declaration-area.form-group {
	max-width: 100%;
	margin: 0;
}
.declaration-area ul {
	padding-left: 10px;
}
.declaration-area ul li {
	list-style: decimal;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 5px;
	text-align: justify;
}
.declaration-area ul li ul {
	padding-top: 5px;
	padding-left: 15px;
}
.declaration-area ul li li {
	padding: 5px 0 0;
	list-style: lower-alpha;
}
.form-horizontal .control-label strong{
	font-weight: bold;
}
.login-page > .container {
	z-index: 2;
	position: relative;
}
.login-page, .signup-page {
	/*background: #191919 url("assets/images/login-banner.png") no-repeat top right / contain;*/
	height: 100vh;
	display: flex;
	align-items: center;
}
.login-page > img.login-banner-desktop {
	position: absolute;
	z-index: 1;
	width: auto;
	height: 100%;
	right: 0;
	top: 0;
	object-fit: cover;
}
.login-page > img.login-banner-mobile{
	display: none;
}
.login-wrap {
	max-width: 350px;
}
.login-wrap > h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: initial;
}
.login-wrap form {
	padding: 5px 20px 5px;
}
.login-title {
	padding: 15px 20px 20px;
}
.login-title img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 80px;
	margin-bottom: 10px;
}
.login-title h3 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
}
.login-title p {
	color: #696969;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 300;
}
.login-wrap input.form-control.text-input {
	border: 2px solid #dbd7c8;
	border-radius: 5px;
	font-size: 14px;
	height: 40px;
	color: #555555;
}
.login-wrap input.form-control.text-input:focus{
	transition: 0.5s all ease-in;
	color: #333;
	background: transparent;
	border-color: #f9a41b;
}
.login-wrap .form-check {
	text-align: center;
}
.login-wrap label.form-check-label {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding-left: 5px;
	margin: 0;
}
.login-wrap a {
	color: #f9a41b;
	font-size: 14px;
	font-style: italic;
}
.login-wrap a:hover, .login-wrap a:focus {
	color: #ff9f00;
}
.login-wrap button.btn-success {
	padding: 8px 35px;
	text-transform: uppercase;
}
a.logout-btn{
	color: #ff9f00;
}
.customer-service {
	display: table-cell;
	vertical-align: bottom;
	height: 85vh;
	padding: 0 0 20px 120px;
}
.customer-service h4{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0;
}
.customer-service p{
	margin-bottom: 0;
}
.customer-service p a{
	color: #f9a41b;
	font-weight: bold;
	font-size: 18px;
}
.copyright {
	text-align: center;
	padding-top: 5%;
}
.copyright p{
	color: #e3e3e3;
	font-size: 14px;
	margin: 0;
}
.recur-title h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 10px 10px 60px;
	margin: 0;
}
.top-summary .widget .widget-icon {
	position: relative;
	float: left;
	min-width: 40px;
	right: inherit;
	top: -20px;
	padding-right: 15px;
}
.top-summary .widget .widget-icon i {
	font-size: 30px;
	color: #ffffff;
}
.top-summary .widget {
	background: #ff9f00;
	border-radius: 5px;
	min-height: 90px;
}
.top-summary .row > div:nth-child(2) .widget {
	background: #153047;
}
.top-summary .row > div:last-of-type .widget {
	background: #ea447f;
}
.top-summary .widget .text-box p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 5px;
	line-height: 1;
}
.top-summary .widget .text-box h5 {
	font-size: 24px;
	color: #fff;
	font-weight: bolder;
	margin: 0;
	line-height: 1;
}
.top-summary .widget .text-box h5 small {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.big-table.table-area thead > tr > th {
	color: #fff;
	text-align: center;
	background: #d65180;
	font-weight: 600;
	padding: 15px 10px;
	border-bottom: none;
	min-width: 135px;
}
.big-table.table-area thead > tr > th:nth-child(2) {
	background: #b03460;
}
.big-table.table-area thead > tr > th:nth-child(3) {
	background: #7b183b;
}
.big-table.table-area thead > tr > th:nth-child(4) {
	background: #5c2f8e;
}
.big-table.table-area thead > tr > th:nth-child(5) {
	background: #49249b;
}
.big-table.table-area thead > tr > th:nth-child(6) {
	background: #3a3a8b;
}
.big-table.table-area thead > tr > th:nth-child(7) {
	background: #3f5686;
}
.big-table.table-area thead > tr > th:nth-child(8) {
	background: #38688d;
}
.big-table.table-area thead > tr > th:nth-child(9) {
	background: #3a79a9;
}
.big-table.table-area thead > tr > th:nth-child(10) {
	background: #1b7c8b;
}
.big-table.table-area thead > tr > th:nth-child(11) {
	background: #198a74;
}
.big-table.table-area thead > tr > th:nth-child(12) {
	background: #49a85d;
}
.big-table.table-area thead > tr > th:last-child {
	background: #72c348;
}
.big-table.table-area tr > td  a.btn-edit{
	color: #868686;
}
.big-table.table-area tr > td  a.btn-edit:hover,
.big-table.table-area tr > td  a.btn-view:hover{
	color: #3c4554;
}
.big-table.table-area tr > td  a.btn-view{
	color: #49a85d;
}
.big-table.table-area tbody > tr > td {
	color: #1e1e1e;
	border-top: 1px dashed #ddd;
	text-align: center;
	padding: 13px 10px;
}
.big-table.table-area tbody > tr > td:first-child {
	text-align: left;
}
.big-table.table-area tbody > tr:first-child > td {
	border-top: none;
	padding-top: 15px;
}
.big-table.table-area thead > tr > th.large-width,
.big-table.table-area tbody > tr > td.large-width{
	min-width: 250px;
}
.big-table .table-responsive, .transport-table .table-responsive{
	max-width: 100%;
	overflow-x: scroll;
}
.table-area td > a{
	color: #5fd464;
}
.table-area td > a i.fa-trash{
	color: #7960c8;
	margin-left: 10px;
}
.table-area td > a i.fa-trash-alt{
	color: #e57c5e;
}
.table-area td > a i.fa-edit{
	color: #7399b7;
}
.table-area td > a i.fa-file-pdf{
	color: #db5f91;
}
.table-area td > a i{
	margin-left: 10px;
}
.topbar-profile span.topbar-profile-image{
	display: none;
}
.login-page .container {
	width: 1170px;
}


 /*================= Responsive Media query ========= */

 @media (max-width: 991px) {
	 .short-area label {
		 font-size: 13px;
		 padding-right: 0;
	 }
	 .content-item.table-area {
		 margin-bottom: 30px;
	 }
	 .table-area thead > tr > th:first-of-type, .table-area tbody > tr > td:first-of-type {
		 padding-left: 10px;
	 }
	 .form-area .upload-area label.control-label {
		 text-align: left;
	 }
	 .customer-service {
		 display: block;
		 vertical-align: inherit;
		 height: inherit;
		 padding: 0 0 30px 20px;
	 }
	 .login-page, .signup-page {
		 position: relative;
		 /*background: #191919 url("assets/images/login-banner-overly.jpg") no-repeat center center / cover;*/
		 height: 100%;
		 padding-top: 20px;
	 }
	 .login-page > img.login-banner-mobile  {
		 display: block;
		 position: absolute;
		 z-index: 1;
		 width: 100%;
		 height: 100vh;
		 right: 0;
		 top: 0;
		 object-fit: cover;
	 }
	 .login-page > img.login-banner-desktop{
		 display: none;
	 }
	 .login-title p {
		 color: #000;
	 }
	 .login-wrap, .customer-service {
		 max-width: 350px;
		 margin: 0 auto;
	 }
 }
 @media (max-width: 767px) {

	.fixed-left .topbar .navbar-nav > li:first-child {
		display: none;
	}
	.form-area form > .content-item > .form-group, .form-area form > .content-item > .row,
	.form-area form > .form-group.inline{
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.city-info .form-area form > .content-item > .form-group, .city-info .form-area form > .content-item > .row,
	.city-info .form-area form > .form-group.inline{
		max-width: 100%;
	}
	.table-area .tabe-btn {
		padding-bottom: 20px;
		padding-top: 15px;
	}
	 .form-area .card-area img {
		 max-height: inherit;
	 }
	.breadcrumb-area li.breadcrumb-item {
		font-size: 16px;
	}
	.breadcrumb-area .breadcrumb-item a {
		font-size: 16px;
	}
	 .form-area .form-group.form-inline label {
		 padding-top: 8px;
	 }
	 .login-wrap > h2, .login-title h3 {
		 font-size: 20px;
	 }
	 .login-title {
		 padding: 40px 15px 20px;
	 }
	 .customer-service h4 {
		 font-size: 15px;
	 }
	 .customer-service p a {
		 font-size: 14px;
	 }
	 .login-wrap form {
		 padding: 5px 15px 5px;
	 }

	 #wrapper.mobile-sidenav .left.side-menu {
		 width: 65px;
		 z-index: 12;
		 position: fixed;
	 }
	 #wrapper.mobile-sidenav .profile-text, #wrapper.mobile-sidenav .logo h2,
	 #wrapper.mobile-sidenav .logo h3 {
		 display: none;
	 }
	 #wrapper.mobile-sidenav .left.side-menu #sidebar-menu ul > li > a span {
		 display: none;
	 }
	 #wrapper.mobile-sidenav .left.side-menu #sidebar-menu ul > li > a{
		 padding-left: 20px;
	 }
	 #wrapper.mobile-sidenav .topbar .topbar-left {
		 width: 65px !important;
	 }
	 #wrapper.mobile-sidenav .content-page {
		 margin-left: 65px;
	 }
	 .mobile-sidenav .logo img.logo-normal {
		 display: none;
	 }
	 .mobile-sidenav .logo img.logo-small {
		 display: block;
	 }

 }
 @media (max-width: 639px) {

	.topbar .navbar-nav > li:first-child {
		display: none;
	}
	.chart .chartjs-size-monitor canvas {
		min-height: 400px;
	}
	 .widget-content.padding {
		 padding: 20px 10px;
	 }
	 #sidebar-menu > ul > li > a {
		 padding: 10px 10px 10px 10px;
	 }
	 #sidebar-menu > ul > li > a > i {
		 font-size: 14px;
		 margin-left: 0;
		 margin-right: 2px;
		 text-align: center;
	 }
	 body.fixed-left .form-group.upload-area > div{
		 width: 100%;
	 }
	 .form-area label {
		 padding-bottom: 10px;
		 width: 100%;
	 }

 }
 @media (max-width: 580px) {
	.topbar .topbar-left {
		width: 200px;
	}
	.side-menu {
		width: 200px;
	}
	.content-page {
		margin-left: 200px;
	}
	.logo h2 {
		font-size: 20px;
	}
	.logo h3 {
		font-size: 13px;
	}
	.breadcrumb-area li.breadcrumb-item {
		font-size: 14px;
	}
	.breadcrumb-area .breadcrumb-item a {
		font-size: 14px;
	}
	.form-area .btn-warning, .form-area .btn-success {
		font-size: 14px;
		padding: 8px 15px;
	}
	.form-area label.control-title {
		text-align: left;
		padding-bottom: 0;
		font-size: 13px;
	}
	.logo img {
		padding: 0 5px;
	}
	 .content-area {
		 padding: 15px 15px;
	 }
	 .project-table-top {
		 align-items: start;
		 justify-content: start;
		 flex-direction: column;
	 }
	 .topbar-profile span.topbar-profile-image{
		 display: inline-block;
	 }
	 .topbar-profile span.profile-user, #wrapper:not(.enlarged) .topbar-profile span.profile-user{
		 display: none;
	 }


 }

@media (max-width: 479px) {
	.top-summary > .row > div {
		width: 100%;
	}
	.form-group.upload-area > div{
		width: 100%;
	}
	.form-area .form-group > label, .form-area .form-group > div {
		padding-left: 5px;
		padding-right: 5px;
	}
	.form-area form > .content-item > .form-group, .form-group.upload-area > div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
}