@import url("website/flaticon.css");

.bg-gradient {
	background: #ff9900;
	background: -moz-linear-gradient(left,#ff9900 0,#4776e6 100%) !important;
	background: -webkit-gradient(linear,left,right,color-stop(0,#ff9900),color-stop(100%,#4776e6)) !important;
	background: -webkit-linear-gradient(left,#ff9900 0,#4776e6 100%) !important;
	background: -o-linear-gradient(left,#ff9900 0,#4776e6 100%) !important;
	background: -ms-linear-gradient(left,#ff9900 0,#4776e6 100%) !important;
	background: linear-gradient(to right,#ff9900 0,#ffbd5b 100%) !important;
}

.btn-primary:hover {
	background-color: #ce7b00;
	border-color: #ce7b00;
}
/*******************************************************************************************************/
/**----------------------------Nav bar section start-------------------------------------------**/
/*******************************************************************************************************/
.mr--8 {
	margin-right: 8px;
}

.app-navbar .sidebar-nav ul.metismenu li.nav-static-title {
	color: #266626;
}

.app-navbar .sidebar-nav {
	background: #ffffff;
}

	.app-navbar .sidebar-nav ul.metismenu li.active a:hover i, .app-navbar .sidebar-nav ul.metismenu li a:hover i {
		color: #266626 !important;
	}

	.app-navbar .sidebar-nav ul.metismenu li.active a i {
		color: #266626;
	}

	.app-navbar .sidebar-nav ul.metismenu li.active .collapse a i {
		color: #4c4f6b;
	}

	.app-navbar .sidebar-nav ul.metismenu li.active a {
		color: #ff9900;
	}

	.app-navbar .sidebar-nav ul.metismenu li a:hover i {
		color: #fff;
		transition: all .3s ease-out;
	}

	.app-navbar .sidebar-nav ul.metismenu li a:hover {
		background: #ff9900;
		color: #fff;
		transition: all .3s ease-out;
	}

	.app-navbar .sidebar-nav ul.metismenu li a:focus {
		background: #fff;
		color: #ff9900;
		transition: all .3s ease-out;
	}

	.app-navbar .sidebar-nav ul.metismenu li ul {
		background: #ffffff;
	}

	.app-navbar .sidebar-nav ul.metismenu li.active ul:before {
		background: #266626;
	}

	.app-navbar .sidebar-nav ul.metismenu li.active ul li a:focus, .app-navbar .sidebar-nav ul.metismenu li.active ul li a:hover {
		color: #ff9900 !important;
	}

	.app-navbar .sidebar-nav ul.metismenu li a.has-arrow:hover:after {
		color: #45aaf2;
	}

.top-bar .navbar .navbar-header {
	background: #9f6dec;
}

.top-bar .navbar .navbar-header {
	background: #e6e6e6;
}

.top-bar .navbar .navbar-header {
	padding: 0 1rem;
	height: 70px;
}

	/*.top-bar .navbar .navbar-header .logo-desktop {
		width: 100%;
	}*/
	.top-bar .navbar .navbar-header .logo-desktop {
		width: 60%;
		position: relative;
		top: 5px;
	}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(142, 84, 233, 0.25) !important;
	width: 6px;
}

.app-navbar, .top-bar .navbar {
	box-shadow: 5px 2px 15px -5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 2px 15px -5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 2px 15px -5px rgba(0, 0, 0, 0.4);
}

	.app-navbar .sidebar-nav ul.metismenu li a i {
		font-size: 16px;
		position: relative;
		bottom: 3px;
	}
/*******************************************************************************************************/
/**----------------------------Nav bar section end-------------------------------------------**/
/*******************************************************************************************************/

/*******************************************************************************************************/
/**----------------------------form wizard section start-------------------------------------------**/
/*******************************************************************************************************/

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
	background-color: #ffb546;
	border-color: #ff9900;
	box-shadow: none;
}

.stepwizard-step p {
	margin-top: 10px;
}

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-index: 0;
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

a[disabled="disabled"] {
	pointer-events: none;
}

[type=button].btn-wizard-indicate.btn-default, [type=button][disabled="disabled"].btn-wizard-indicate.field-filled {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #ddd;
	color: #000;
	box-shadow: none;
}

[type=button].btn-wizard-indicate.btn-primary.field-filled {
	background-color: #ff9900;
	color: #fff;
	border-color: #6300ff;
	box-shadow: 8px 8px 10px #9a9a9a;
	transform: scale(1.3);
	transition: all .3s;
}

[type=button].btn-wizard-indicate.field-filled {
	background: #45b2f5;
	border: 1px solid #009eff;
	box-shadow: 4px 4px 8px #aaa;
	color: #fff;
	transition: all .3s;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: none;
}
/*******************************************************************************************************/
/**----------------------------form wizard section end-------------------------------------------**/
/*******************************************************************************************************/

/*******************************************************************************************************/
/**----------------------------Material design form section-------------------------------------------**/
/*******************************************************************************************************/

form.md-form fieldset {
	margin: 0 0 3rem;
	padding: 0;
	border: none;
}

form.md-form .form-radio,
form.md-form .form-group, .form-radio {
	position: relative;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

form.md-form .form-inline > .form-group,
form.md-form .form-inline > .btn {
	display: inline-block;
	margin-bottom: 0;
}

form.md-form .form-help {
	margin-top: 0.125rem;
	margin-left: 0.125rem;
	color: #b3b3b3;
	font-size: 0.8rem;
}

form.md-form .checkbox .form-help, form.md-form .form-radio .form-help, form.md-form .form-group .form-help, .checkbox .form-help, .form-radio .form-help {
	position: absolute;
	width: 100%;
}

form.md-form .checkbox .form-help, .checkbox .form-help {
	position: relative;
	margin-bottom: 1rem;
}

form.md-form .form-radio .form-help, .form-radio .form-help {
	padding-top: 0.25rem;
	margin-top: -1rem;
}

form.md-form .form-group input {
	height: 1.9rem;
}

form.md-form .form-group textarea {
	resize: none;
}

form.md-form .form-group select {
	width: 100%;
	font-size: 1rem;
	height: 2rem;
	padding: 0.125rem 0.125rem 0.0625rem;
	background: none;
	border: none;
	line-height: 1.6;
	box-shadow: none;
}

form.md-form .form-group .control-label {
	position: absolute;
	top: 0.25rem;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color: #5c5c5c;
	font-size: 1rem;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}

form.md-form .form-group .bar {
	position: relative;
	border-bottom: 1px solid #999;
	display: block;
}

	form.md-form .form-group .bar::before {
		content: '';
		height: 2px;
		width: 0;
		left: 50%;
		bottom: -0.0625rem;
		position: absolute;
		background: #ff9900;
		-webkit-transition: left 0.28s ease, width 0.28s ease;
		transition: left 0.28s ease, width 0.28s ease;
		z-index: 2;
	}

	form.md-form .form-group .bar.input-bar::before {
		width: 100%;
		left: 0;
	}

form.md-form .form-group input,
form.md-form .form-group textarea {
	display: block;
	background: none;
	padding: 0.125rem 0.125rem 0.0625rem;
	font-size: 1rem;
	border-width: 0;
	border-color: transparent;
	line-height: 1.9;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
}

	form.md-form .form-group input[type="file"] {
		line-height: 1;
	}

		form.md-form .form-group input[type="file"] ~ .bar {
			display: none;
		}

	form.md-form .form-group select,
	form.md-form .form-group input:focus,
	form.md-form .form-group input:valid,
	form.md-form .form-group input.form-file,
	form.md-form .form-group input.has-value,
	form.md-form .form-group textarea:focus,
	form.md-form .form-group textarea:valid,
	form.md-form .form-group textarea.form-file,
	form.md-form .form-group textarea.has-value {
		color: #333;
	}

		form.md-form .form-group select ~ .control-label,
		form.md-form .form-group input:focus ~ .control-label,
		form.md-form .form-group input:valid ~ .control-label,
		form.md-form .form-group input.form-file ~ .control-label,
		form.md-form .form-group input.has-value ~ .control-label,
		form.md-form .form-group textarea:focus ~ .control-label,
		form.md-form .form-group textarea:valid ~ .control-label,
		form.md-form .form-group textarea.form-file ~ .control-label,
		form.md-form .form-group textarea.has-value ~ .control-label {
			font-size: 0.8rem;
			color: #3c3c3c;
			top: -1rem;
			left: 0;
			font-weight: 600;
		}

		form.md-form .form-group select:focus,
		form.md-form .form-group input:focus,
		form.md-form .form-group textarea:focus {
			outline: none;
		}

			form.md-form .form-group select:focus ~ .control-label,
			form.md-form .form-group input:focus ~ .control-label,
			form.md-form .form-group textarea:focus ~ .control-label {
				color: #ff9900;
				font-weight: 600;
			}

			form.md-form .form-group select:focus ~ .bar::before,
			form.md-form .form-group input:focus ~ .bar::before,
			form.md-form .form-group textarea:focus ~ .bar::before {
				width: 100%;
				left: 0;
			}

form.md-form .checkbox label,
form.md-form .form-radio label, .checkbox label, .form-radio label {
	position: relative;
	cursor: pointer;
	padding-left: 2rem;
	text-align: left;
	color: #5c5c5c;
	display: block;
	font-weight: 400;
}

form.md-form .checkbox input,
form.md-form .form-radio input, .checkbox input, .form-radio input {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
}

form.md-form .radio, .radio {
	margin-bottom: 1rem;
}

	form.md-form .radio .helper, .radio .helper {
		position: absolute;
		top: -0.25rem;
		left: -0.25rem;
		cursor: pointer;
		display: block;
		font-size: 1rem;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: #999;
	}

		form.md-form .radio .helper::before, .radio .helper::before, form.md-form .radio .helper::after, .radio .helper::after {
			content: '';
			position: absolute;
			left: 0;
			top: 2px;
			margin: 0.25rem;
			width: 1rem;
			height: 1rem;
			-webkit-transition: -webkit-transform 0.28s ease;
			transition: -webkit-transform 0.28s ease;
			transition: transform 0.28s ease;
			transition: transform 0.28s ease, -webkit-transform 0.28s ease;
			border-radius: 50%;
			border: 0.125rem solid currentColor;
		}

		form.md-form .radio .helper::after, .radio .helper::after {
			-webkit-transform: scale(0);
			transform: scale(0);
			background-color: #ff9900;
			border-color: #ff9900;
		}

	form.md-form .radio label:hover .helper, .radio label:hover .helper {
		color: #ff9900;
	}

	form.md-form .radio input:checked ~ .helper::after, .radio input:checked ~ .helper::after {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	form.md-form .radio input:checked ~ .helper::before, .radio input:checked ~ .helper::before {
		color: #ff9900;
	}

form.md-form .checkbox, .checkbox {
	margin-top: 3rem;
	margin-bottom: 1rem;
}

	form.md-form .checkbox .helper, .checkbox .helper {
		color: #999;
		position: absolute;
		top: 3px;
		left: 0;
		width: 1rem;
		height: 1rem;
		z-index: 0;
		border: 0.125rem solid currentColor;
		border-radius: 0.0625rem;
		-webkit-transition: border-color 0.28s ease;
		transition: border-color 0.28s ease;
	}

		form.md-form .checkbox .helper::before, .checkbox .helper::before, form.md-form .checkbox .helper::after, .checkbox .helper::after {
			position: absolute;
			height: 0;
			width: 0.2rem;
			background-color: #ff9900;
			display: block;
			-webkit-transform-origin: left top;
			transform-origin: left top;
			border-radius: 0.25rem;
			content: '';
			-webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
			transition: opacity 0.28s ease, height 0s linear 0.28s;
			opacity: 0;
		}

		form.md-form .checkbox .helper::before, .checkbox .helper::before {
			top: 0.65rem;
			left: 0.38rem;
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			box-shadow: 0 0 0 0.0625rem #fff;
		}

		form.md-form .checkbox .helper::after, .checkbox .helper::after {
			top: 0.3rem;
			left: 0;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

	form.md-form .checkbox label:hover .helper, .checkbox label:hover .helper {
		color: #ff9900;
	}

	form.md-form .checkbox input:checked ~ .helper, .checkbox input:checked ~ .helper {
		color: #ff9900;
	}

		form.md-form .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::after, form.md-form .checkbox input:checked ~ .helper::before, .checkbox input:checked ~ .helper::before {
			opacity: 1;
			-webkit-transition: height 0.28s ease;
			transition: height 0.28s ease;
		}

		form.md-form .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::after {
			height: 0.5rem;
		}

		form.md-form .checkbox input:checked ~ .helper::before, .checkbox input:checked ~ .helper::before {
			height: 1.2rem;
			-webkit-transition-delay: 0.28s;
			transition-delay: 0.28s;
		}

	form.md-form .radio + .radio,
	form.md-form .checkbox + .checkbox, .checkbox + .checkbox, .radio + .radio {
		margin-top: 1rem;
	}

.has-error .legend.legend, form.md-form .has-error.form-group .control-label.control-label {
	color: #d9534f;
}

form.md-form .has-error.form-group .form-help,
form.md-form .has-error.form-group .helper, .has-error.checkbox .form-help,
form.md-form .has-error.checkbox .helper, .has-error.radio .form-help,
form.md-form .has-error.radio .helper, .has-error.form-radio .form-help,
form.md-form .has-error.form-radio .helper, .has-error.checkbox .helper, .has-error.checkbox .form-help {
	color: #d9534f;
}

form.md-form .has-error .bar::before {
	background: #d9534f;
	left: 0;
	width: 100%;
}

form.md-form .button {
	position: relative;
	background: currentColor;
	border: 1px solid currentColor;
	font-size: 1.1rem;
	color: #4f93ce;
	margin: 3rem 0;
	padding: 0.75rem 3rem;
	cursor: pointer;
	-webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

	form.md-form .button span {
		color: #fff;
		position: relative;
		z-index: 1;
	}

	form.md-form .button::before {
		content: '';
		position: absolute;
		background: #071017;
		border: 50vh solid #1d4567;
		width: 30vh;
		height: 30vh;
		border-radius: 50%;
		display: block;
		top: 50%;
		left: 50%;
		z-index: 0;
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}

	form.md-form .button:hover {
		color: #ff9900;
		box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	}

	form.md-form .button:active::before, form.md-form .button:focus::before {
		-webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
		transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
		transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
		transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	form.md-form .button:focus {
		outline: none;
	}
/*******************************************************************************************************/
/**----------------------------Material design form section end---------------------------------------**/
/*******************************************************************************************************/

/*******************************************************************************************************/
/**----------------------------Login section start------------------------------------------**/
/*******************************************************************************************************/
.login .img-responsive {
	width: 55%;
	margin: 0 auto;
	display: flex;
}

.login > p {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	color: #000;
}

.login-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.90) 80%), url(../img/bg/login-bg1.jpg);
	background-size: cover;
	width: 100%;
	/*height: 100%;*/
	height: 100vh;
	transition: all 0.5s;
}

.login-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 2rem;
	transition: all 0.5s;
}

.login-head {
	font-size: 4rem;
	font-weight: 400;
	transition: all 0.5s;
}

	.login-head span {
		font-size: 2rem;
		transition: all 0.5s;
	}

.login .p-50 {
	padding: 0 3.571rem !important;
}

.sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
	width: 85%;
}
/*******************************************************************************************************/
/**----------------------------Login section end------------------------------------------**/
/*******************************************************************************************************/

/*******************************************************************************************************/
/**----------------------------Datatable section start------------------------------------------**/
/*******************************************************************************************************/
.mdtable.table-striped tbody tr:nth-of-type(odd) {
	background: #ddd;
}

table.dataTable.mdtable {
	border-collapse: collapse !important;
}

.table td, .table th {
	padding: .65rem;
	border-top: none;
}

.add-new {
	position: absolute;
	right: 10px;
	padding: 7px 12px;
	background: #ff9900;
	color: #fff;
	transition: all .5s;
	cursor: pointer;
	z-index: 10;
	border-radius: 3px;
}

div.dataTables_wrapper div.dataTables_filter label {
	margin-right: 5rem;
}

.add-new:hover {
	border-radius: 20px;
	transition: all .5s;
	box-shadow: 5px 5px 9px 1px #888;
}

.md-crud-menu.secondary-menu a {
	margin-left: .2rem;
	transition: all .3s;
}

.md-crud-menu.secondary-menu .btn.btn-icon {
	line-height: 28px;
	width: 28px;
	height: 28px;
	transition: all .3s;
	border-radius: 30px;
	box-shadow: 0px 0px 13px 2px rgba(95, 95, 95, 0.38);
}

.md-crud-menu.secondary-menu a:hover {
	transform: scale(1.2);
	transition: all .3s;
}

	.md-crud-menu.secondary-menu a:hover .btn.btn-icon {
		border-radius: 30px;
		margin: 0 2px;
		box-shadow: 1px 6px 8px 1px #727272;
		transition: all .3s;
	}

.md-crud-menu.secondary-menu .fa-eye {
	color: #6c757d;
}

.md-crud-menu.secondary-menu .fa-pencil-square-o {
	color: #007bff;
}

.md-crud-menu.secondary-menu .fa-ban {
	color: #ffc107;
}

.md-crud-menu.secondary-menu .fa-trash-o {
	color: #dc3545;
}
/*.md-crud-menu.secondary-menu a:hover .fa-eye {
	background: #6c757d;
	color: #fff;
}

.md-crud-menu.secondary-menu a:hover .fa-pencil-square-o {
	background: #007bff;
	color: #fff;
}

.md-crud-menu.secondary-menu a:hover .fa-ban {
	background: #ffc107;
	color: #fff;
}

.md-crud-menu.secondary-menu a:hover .fa-trash-o {
	background: #dc3545;
	color: #fff;
}*/
/*******************************************************************************************************/
/**----------------------------Datatable section end------------------------------------------**/
/*******************************************************************************************************/
.go-to-table i {
	margin-left: 5px;
	margin-right: 5px;
	transition: all .5s;
}

.go-to-table:hover i {
	margin-left: 0;
	transition: all .5s;
}

.go-to-table:hover span {
	margin-left: 10px;
	transition: all .5s;
}

.action-text {
	font-size: 1.2rem;
}

.md-form .card .card-header {
	background: 0 0;
	padding: .7rem 1.25rem;
	border-radius: 0;
	border-color: #ff9900;
}

.md-btn-round:hover {
	box-shadow: 5px 5px 10px 0px #727272;
	transform: scale(1.2);
	transition: all .5s;
}

.btn.btn-icon.md-btn-round {
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	transition: all .5s;
	box-shadow: 3px 3px 5px 0px #848484;
}

.md-crud-menu {
	padding: 0 8px;
}

.primary-text-color {
	color: #5c5c5c;
}

.label-head {
	color: #5c5c5c;
	font-weight: 600
}

.disabled {
	background-color: #eee !important;
	cursor: not-allowed;
}

.checkbox.checbox-switch.switch-primary label > input:checked + span {
	background-color: #ff9900;
	border-color: #ff9900;
	box-shadow: #ff9900 0 0 0 8px inset;
	transition: border .4s ease 0s,box-shadow .4s ease 0s,background-color 1.2s ease 0s;
}

form.md-form .form-group.mt-10, form.md-form .checkbox.mt-10 {
	margin-top: 10px;
}

.card-accordion[aria-expanded="false"]:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.card-accordion[aria-expanded="true"]:after {
	-webkit-transform: rotate(1800deg);
	transform: rotate(180deg);
}

.card-accordion[aria-expanded="true"]:after, .card-header[aria-expanded="false"]:after {
	content: "\f107";
	font-family: 'font-awesome';
	position: absolute;
	font-size: 25px;
	line-height: 0;
	right: 20px;
	top: 23px;
	transition: all .3s;
	color: #ff9900;
	font-weight: 600;
}

.card-accordion {
	cursor: pointer;
}

form.md-form .checkbox.mt-20 {
	margin-top: 20px;
}

#Display_view .control-label {
	font-weight: 600;
	color: #3c3c3c;
}

	#Display_view .control-label:after {
		content: ": ";
	}

.md-crud-menu.secondary-menu .btn.btn-icon.icon-status {
	box-shadow: none;
	background: none;
}

.card .card-header {
	border-bottom: 2px solid #ff9900;
	padding: 10px;
}

#Display_view .card {
	margin-bottom: 15px;
}

::placeholder {
	color: #b7b7b7;
	opacity: 1;
	font-size: 12px;
}

:-ms-input-placeholder {
	color: #b7b7b7;
	font-size: 12px;
}

::-ms-input-placeholder {
	color: #b7b7b7;
	font-size: 12px;
}

.text-box.single-line.input-password {
	width: 85% !important;
}

form.md-form .form-group .control-label.md-password {
	left: 0;
	top: -0.8rem;
	font-size: .8rem;
	font-weight: 600;
	line-height: normal;
	color: #3c3c3c;
}

.input-group-addon {
	padding: 3px 10px;
	background: none;
	border: none;
	color: #ff9900;
	border-radius: 50px;
	outline: none;
}

.bmw-submit:disabled {
	cursor: no-drop;
}

#edit_view input.input-password {
	cursor: no-drop;
}

form.md-form .form-group input.input-readonly {
	background: #e4e4e4;
	cursor: no-drop;
}

form.md-form .form-group.password-group .input-group {
	background: #e4e4e4;
}

.matrix-preview-panel {
	background-color: lightgray;
}

.tblMatrix {
	align-content: center;
	align-content: center;
	padding: 10px 10px 10px 10px;
	border: 0;
	margin: 10px 10px 10px 10px;
}

.matrixButton {
	color: #3a78c3;
	background-color: #3a78c3;
}

.matrixHeader {
	width: 30px;
	height: 30px;
	text-align: center;
	align-content: center;
	vertical-align: middle;
	color: black;
	font-weight: bold;
}

#Display_view select {
	border: none;
	color: #5c5c5c;
}

.mem-plans {
	display: inline-block;
	border: 1px solid #ffb100;
	font-size: 12px;
	padding: 10px;
	margin-top: 5px;
	background: #fffa6875;
	transition: all .5s;
	width: 85%;
}

label:hover .mem-plans {
	transition: all .5s;
	box-shadow: 10px 10px 10px #7d7d7d;
	position: relative;
	bottom: 3px;
}

.plans-style {
	padding: 5px 10px;
	border-radius: 30px;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
}

.gold-plan, .super-admin {
	background: #eac231;
}

.diamond-plan, .client-admin {
	background: #3ace75;
}

.platinum-plan, .client-member {
	background: #31b7ea;
}

.client-user {
	background: #aa3ace;
}

.left-nav-indication {
	margin-left: 10px;
	background: #bf5c25;
	color: #fff;
	padding: 0 7px;
	border-radius: 30px;
	line-height: 24px;
	font-size: 12px;
}

.cr-location, .cr-floor, .cr-space {
	margin-left: 25%;
	font-weight: 500;
}

	.cr-location span {
		color: #28a745;
	}

	.cr-location i, .cr-floor i, .cr-space i {
		font-size: 20px;
		margin-left: 5px;
	}

	.cr-floor span {
		color: #FF5722;
	}

	.cr-space span {
		color: #00bcd4;
	}

.mr--5 {
	margin-right: 5px;
}

.floor-facilities .checkbox, .floor-facilities .radio, form.md-form .floor-facilities label {
	display: inline;
}

form.md-form .floor-facilities .form-radio {
	display: block;
	margin: 0 0 10px 21px;
}

form.md-form .floor-facilities label {
	padding-left: 1.5rem;
	font-size: 12px;
}

form.md-form .floor-facilities .checkbox .helper {
	top: 1px;
}

.floor-facilities .checkbox {
	margin-right: 15px;
}

.floor-facilities .form-radio .radio:first-child {
	margin-right: 5px;
}

.floor-facilities .card-accordion {
	background: #00BCD4;
}

	.floor-facilities .card-accordion p {
		color: #fff;
		padding: 3px 10px;
	}

.nested-accordion .card-accordion[aria-expanded="false"]:after {
	content: "\f067";
	font-family: 'font-awesome';
	position: absolute;
	font-size: 15px;
	line-height: 0;
	right: 25px;
	top: 15px;
	transition: all .3s;
	color: #ffffff;
	font-weight: 400;
}

.nested-accordion .card-accordion[aria-expanded="true"]:after {
	content: "\f068 ";
	font-family: 'font-awesome';
	position: absolute;
	font-size: 15px;
	line-height: 0;
	right: 25px;
	top: 14px;
	transition: all .3s;
	color: #ffffff;
	font-weight: 400;
}

.nested-accordion .card {
	margin-bottom: 5px;
}

.checkbox.checbox-switch.checbox-switch-small label > input:checked + span:before {
	left: 17px;
}

.checkbox.checbox-switch.checbox-switch-small label span::before {
	width: 15px;
	height: 15px;
	background: #eaeaea;
	top: -4px;
}

.checkbox.checbox-switch.checbox-switch-small label span {
	width: 33px;
	border-radius: 20px;
	height: 10px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-color: #eee;
	box-shadow: #696967 2px 2px 5px -2px inset;
	transition: border .4s ease 0s,box-shadow .4s ease 0s;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

form.md-form .checkbox.checbox-switch-small {
	margin: 0;
}

form.md-form .floor-facilities .checbox-switch-small label, form.md-form .floor-hint .checbox-switch-small label {
	padding: 0;
}

.floor-facilities .col-md-3.col-sm-6.col-12::after {
	content: " ";
	height: 100%;
	width: 1px;
	background: #a6a9c0;
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
}

.floor-facilities .col-md-3.col-sm-6.col-12 {
	padding-bottom: 10px;
}

.pr--0 {
	padding-right: 0;
}

.floor-hint div, form.md-form .floor-hint label {
	display: inline;
}

.floor-hint {
	text-align: center;
	padding: 15px 0 12px 0;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
	border-radius: 50px;
	background: #e8e8e8;
	pointer-events: none;
}

.ml--30 {
	margin-left: 30px;
}

form.md-form .floor-hint .checkbox .helper {
	top: 0;
}

form.md-form .floor-hint label {
	color: #bf5c25;
	font-weight: 600;
}

.ws-client img.img-fluid {
	max-width: 50%;
}

.ws-client p > a {
	font-weight: 500;
	color: #266626;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-visited {
	background-color: #f9f9fb;
	border-color: #fb9806;
	box-shadow: none;
	color: #fb9806;
}
/*tab section like tab wiz*/
.hi-btn-event .btn-primary:not(:disabled):not(.disabled):active:focus, .hi-btn-event .btn-primary:not(:disabled):not(.disabled):active, .hi-btn-event .btn-primary:focus, .hi-btn-event .btn-visited {
	background-color: #fb9806;
	border-color: #fb9806;
	color: #fff;
}

.hi-btn-event .btn-primary:hover {
	background: #ce7b00;
}

.tabs-contant .card-statistics {
	margin-bottom: 10px;
	border: 1px solid #ff9900;
	border-radius: 5px;
}

.tabs-contant .tab {
	margin-bottom: 5px;
}

.tabs-contant .round .nav.nav-tabs li a {
	border: none;
	line-height: normal;
	/*margin-right: 10px;*/
	/*border-radius: 90px;*/
	margin-right: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	background: #ff9900;
	color: #fff;
	border: 1px solid #f90;
	font-weight: 500;
}

	.tabs-contant .round .nav.nav-tabs li a.active {
		background: #ffffff;
		color: #ff9900;
		border: 1px solid #f90;
	}

.card-body {
	flex: 1 1 auto;
	padding: 10px;
}

.hi-tab .nav-link span {
	font-size: 16px;
}

.hi-tab .nav-link i {
	padding: 0;
	margin-left: 10px;
	color: #32b432;
	font-size: 16px;
}

.display_view#Display_view .form-group {
	display: flex;
	align-items: center;
	margin: 0;
}

	.display_view#Display_view .form-group label {
		position: relative;
		margin-right: 5px;
	}

.tabs-contant .round .nav.nav-tabs li a.nav-multi__line {
	padding: 8px 14px;
}

.tabs-contant .round .nav.nav-tabs li a .nav-subtext {
	margin-top: 3px;
	display: flex;
	justify-content: space-between;
	font-size: 10px;
}

	.tabs-contant .round .nav.nav-tabs li a .nav-subtext span {
		font-size: 10px;
	}

		.tabs-contant .round .nav.nav-tabs li a .nav-subtext span:first-child {
			margin-right: 10px;
		}

#Display_view .form-group {
	color: #3c3c3c;
	margin-bottom: 0;
}

.hi-accordion .card .card-header {
	padding: 8px;
}

.hi-accordion h4 ~ div {
	font-size: 12px;
}

.hi-accordion h4 + div span {
	font-weight: 500;
	margin-left: 10px;
}

.hi-accordion .card-accordion[aria-expanded="true"]:after, .hi-accordion .card-header[aria-expanded="false"]:after {
	font-size: 15px;
	top: 7px;
	background: #ff9900;
	padding: 14px 8px 12px 8px;
	border-radius: 40px;
	color: #fff;
	right: 7px;
}

.hi-accordion .card {
	margin-bottom: 20px;
}

.plan-status blink {
	color: #f00;
}

.plan-status span {
	background: #009688;
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	margin-right: 10px;
}

.upload-btn {
	border-radius: 50px;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	font-size: 12px;
}

.table.table-small thead th {
	font-size: 12px;
}

.table.table-small > tbody > tr > td {
	vertical-align: middle;
	white-space: nowrap;
	padding: 8px 5px;
	font-size: 12px;
}

.table-small tr {
	border-bottom: 1px solid #dee2e6;
	transition: all .5s;
}

	.table-small tr:hover {
		background: #dee2e6;
		transition: all .5s;
	}

.log-icon {
	padding: 0;
	line-height: normal;
	height: auto;
	width: 20px;
	display: inline-block;
}

.action-icon i {
	font-size: 18px;
}

.table-small tbody tr td:last-child {
	padding: 0 5px;
}

.a-alert {
	color: #fff;
	border-radius: 50px;
	padding: 3px 10px;
	font-size: 10px;
	margin-left: 5px;
}

.a-off {
	background: #828282;
}

.tr-indicate {
	background: #e2e2e2;
}

.a-leave {
	background: #ff9900;
}

form.md-form .form-group .control-label.texteditor-label {
	font-size: 12px;
	font-weight: 600;
	position: relative;
}

.note-editor.note-frame {
	border-color: #ff9900;
}

.md-form .card .card-header.note-toolbar {
	padding: 5px;
	border-bottom: 1px solid #ff9900;
}

.card-header.note-toolbar > .btn-group.note-btn-group {
	margin-top: 0px;
}

.sch-time {
	display: none;
}

.sch-checkbox {
	margin-top: 5px;
}

	.sch-checkbox strong {
		font-weight: 400;
	}

.pointer-event-none {
	pointer-events: none;
	opacity: 0.5;
}

.cursor-no-drop {
	cursor: no-drop;
}

.sch-custom .pointer-event-none, .sch-weekdays .pointer-event-none, .sch-weeksaturday .pointer-event-none {
	opacity: .6;
}

.sch-custom.cursor-no-drop, .sch-weekdays.cursor-no-drop, .sch-weeksaturday.cursor-no-drop {
	background: #c7c7c7;
}

.sch-custom, .sch-weeksaturday, .sch-weekdays {
	margin: 0 25px 15px 25px;
}

.cursor-no-drop .bootstrap-select > .dropdown-toggle {
	background: #dcdcdc;
}

.radio-active {
	color: rgb(255, 153, 0) !important;
	font-weight: 600 !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled], .datepicker table tr td.today.active {
	background: linear-gradient(to right,#ff9900 0,#ff9900 100%) !important;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
	background: transparent !important;
	color: #a6a9b7;
}

.table-upload {
	left: 50%;
	position: absolute;
	top: 0;
}

/*----------------Form wizard styles--------------------*/
.wizard {
	margin: 15px auto;
}

	.wizard .nav-tabs {
		width: 80%;
		text-align: center;
		justify-content: space-between;
		position: relative;
		margin: 25px auto;
		margin-bottom: 0;
		border-bottom: 3px solid #ff9900;
	}

	.wizard > div.wizard-inner {
		position: relative;
	}

	.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
		color: #bbbbbb;
		cursor: default;
		border: 0;
		border-bottom-color: transparent;
	}

/*.wizard .nav-tabs > li{
	flex: 1;
}*/

span.round-tab {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #bbbbbb;
	z-index: 2;
	position: absolute;
	bottom: -25px;
	text-align: center;
	font-size: 20px;
}

	span.round-tab i {
		color: #bbbbbb;
	}

.wizard li.active span.round-tab {
	background: #fff;
	border: 2px solid #ff9900;
}

	.wizard li.active span.round-tab i {
		color: #ff9900;
	}

.wizard .nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin-right: 50px;
	border-radius: 100%;
	padding: 0;
	cursor: default;
}

	.wizard .nav-tabs > li a:hover {
		background: transparent;
	}

.wizard .tab-pane {
	position: relative;
	padding-top: 50px;
}

.wizard h3 {
	margin-top: 0;
}

@media( max-width : 585px ) {
	.wizard {
		width: 90%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard .nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}
}

.active .wz-location {
	color: #f90;
}

.wz-location {
	position: absolute;
	bottom: 25px;
	font-size: 12px;
}

.wizard ul li:nth-child(2) .wz-location {
	padding-left: 10px;
}

.wizard ul li:first-child .wz-location {
	padding-left: 0px;
}

.wizard ul li:last-child .wz-location {
	padding-left: 10px;
}

.upload-section {
	margin: 15px;
	border: 1px solid #f90;
	background: #fff;
	padding: 25px 20px;
}

.hi-modal .modal-header {
	background: #f90;
}

.hi-modal .modal-title {
	color: #fff;
}

.hi-modal .modal-image i {
	font-size: 30px;
	color: green;
}

.bulkUpload .upload-section button, .bulkUpload .upload-section a {
	width: 100%;
}

.bulkUpload .upload-section button {
	margin-bottom: .5rem;
}

.bulkUpload .upload-section i {
	margin-right: 5px;
}

.help-block {
	font-size: 12px;
}

form.md-form .relieving_date_check .checkbox label {
	padding: 0;
	font-size: 0.8rem;
	color: #3c3c3c;
	font-weight: 600;
}

form.md-form .sch-time .form-group label {
	font-size: 0.8rem;
	color: #3c3c3c;
	top: -1rem;
	left: 0;
	font-weight: 600;
}

.sch-custom > div > .row, .sch-weeksaturday > div > .row, .sch-weekdays > div > .row {
	border-bottom: 1px solid #ff9900;
}

#Display_view .sch-time .form-group {
	display: flex;
}

	#Display_view .sch-time .form-group .control-label {
		margin: auto 10px auto 0;
	}

#Display_view .sch-checkbox .checkbox {
	margin: 0;
}

/****************************************************************************/
/*------------------------------Media Query start---------------------------*/
/****************************************************************************/

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	.row.bulkUpload {
		flex-direction: column;
		align-items: center;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 767px) {
	.top-bar .navbar .navbar-header .logo-desktop {
		width: 175px;
	}

	.app-navbar .sidebar-nav ul.metismenu li.nav-static-title {
		color: #266626;
		margin-top: 10px;
	}

	.top-bar .navbar .nav-link {
		position: relative;
	}

	.top-bar .navigation .navbar-nav.nav-left {
		display: flex;
		width: 100%;
	}

		.top-bar .navigation .navbar-nav.nav-left .nav-item {
			display: flex;
			width: 100%;
		}

			.top-bar .navigation .navbar-nav.nav-left .nav-item:first-child {
				display: none;
			}

	.ws-seatinput {
		padding: 20px 15px;
	}

	.row.bulkUpload {
		flex-direction: column;
		align-items: center;
	}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
}

@media (max-width: 470px) {
}

@media (max-width: 350px) {
	.top-bar .navbar .navbar-header .logo-desktop {
		width: 125px;
	}

	.top-bar .navbar .nav-link:first-child {
		padding-right: 0;
	}

	.top-bar .navbar .nav-left {
		margin-left: 10px;
	}

	.nav-link .ti-world {
		padding-right: 2px;
	}
}

@media (max-width: 320px) {
}

/****************************************************************************/
/*--------------------------------Media Query end---------------------------*/
/****************************************************************************/

.disabled-view, form.md-form .form-group input.disabled-view, form.md-form .form-group .disabled-view {
	background: #e6e6e6;
	pointer-events: none;
}