.login-page, .register-page{
	background-color: #f8f8f8;
}
.msgs-box {
    width: 100%;
    max-width: 360px;
}
.msgs-box .card-body {
    min-height: 500px !important;
}
.login-box, .register-box {
    width: 100%;
    max-width: 420px;
}
.brand-link .brand-image {
    transition: all 300ms ease-in;
}
.sidebar-collapse .brand-link .brand-image {
    width: 60px;
    margin: 0;
}
.login-logo{
	max-height: 80px;
}
.loader-div {
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 1052;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
}
.loader-div.loaded {
	display: none;
}
.loader {
	border: 10px solid #f3f3f3;
	border-top: 10px solid #017BFF;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.alert {
	z-index: 1038 !important;
}
.dt-buttons {
	float: left;
}
label[for^=md_checkbox] {
	user-select: none;
	margin-left: 5px;
}
.dropify-wrapper .dropify-errors-container {
	border-color: #dc3545;
}
.form-control.is-valid,
.was-validated .form-control:valid {
	background-position: right calc(0.75em + .1875rem) center;
}
.form-control.is-invalid,
.was-validated .form-control:invalid{
	background-position: right calc(0.75em + .1875rem) center;
}
.bg-theme {
	background: #e9a61d;
	border-color: transparent;
}
.btn-theme {
	background: #e9a61d;
	color: #FFFFFF;
	border-color: transparent;
}
.btn-theme-success {
	background: #000000;
	color: #FFFFFF;
	border-color: transparent;
	border-radius: 50px;
}
.btn-theme-cancel {
	background: #FFFFFF;;
	color: #000000;
    border-color: #000000;
	border-radius: 50px;
}
.badge-theme-success {
	background: #000000;
	color: #FFFFFF;
	border-color: transparent;
}
.badge-theme-success>a{
	color: #FFFFFF;
}
.badge-theme-cancel {
	background: #FFFFFF;;
	color: #FD4F32;
	border-color: #FD4F32;
	border: 1px solid;
}
.badge-theme-cancel>a{
	color: #FD4F32;
}
.btn-theme:not(.dt-buttons):hover{
	color: #FFFFFF;
	opacity: 0.8;
}
.btn-theme-success:not(.dt-buttons):hover{
	color: #FFFFFF;
	opacity: 0.8;
}
.btn-theme-cancel:not(.dt-buttons):hover {
	/* color: #0A84FF; */
	opacity: 0.8;
}
.layout-navbar-fixed .wrapper .brand-link{
	color: #FFFFFF
}
.user-panel, .user-panel .info a{
	color: #FFFFFF
}
.nav-pills .nav-link{
	color: #FFFFFF
}
.nav-pills .nav-link:not(.active):hover{
	color: #FFFFFF
}
.sidebar-theme .nav-sidebar>.nav-item>.nav-link.active{
	background: #FFFFFF;;
	color: #0A84FF
}
.theme-text-color{
	color: #242430;
}
.theme-text-color:hover{
	color: #242430;
}
.breadcrumb-item>a {
	color: #000000
}
.table-actions>a {
	color: #000000
}
.page-link{
	color: #000000
}
.page-link:hover{
	color: #000000;
	background: #eeeeee;
}
.page-link:focus{
	box-shadow: none;
}
.page-item.active .page-link{
	background: #000000;
	color: #FFFFFF;
	border-color: #000000
}
.dropdown-item.active,
.dropdown-item:active{
	background: #000000;
	color: #FFFFFF;
}
.sidebar-dark-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active {
	border-color: #017BFF;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #FFFFFF;
	color: #0A84FF;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection{
	border-color: #000000;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"]{
	background-color: #000000;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before{
	border-color: #000000;
}
.dropdown-menu {
	padding: 0px;
}
.action-bar-profile-img{
	height: 40px;
	width: 40px;
	margin-top: -10px;
}
ul.dtr-details {
	display: table;
	width: 100%;
}
ul.dtr-details>li {
	display: table-row;
}
ul.dtr-details>li>.dtr-title,
ul.dtr-details>li>.dtr-data {
	display: table-cell;
}
ul.dtr-details>li>.dtr-data .text-center {
	text-align: left;
}
ul.dtr-details>li>.dtr-data::before {
	content: ':';
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
ul.dtr-details>li>.dtr-data div {
	display: inline-block !important;
}
label.custom-control-label {
	user-select: none;
}
.highcharts-data-table table {
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 100%;
	font-size: 0.9em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	border: 1px solid silver;
	padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
	background: #f8f8f8;
}
.highcharts-data-table caption {
	border-bottom: none;
	font-size: 1.1em;
	font-weight: bold;
	caption-side: top;
	text-align: center;
}
.login-box-msg,
.register-box-msg{
	padding-left: 0px;
	padding-right: 0px;
}
.dropify-message>.file-icon>p{
	font-size: 1.5rem;
}
.cursor-pointer {
    cursor: pointer;
}
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
    top: 50%;
}
.sticky {
    position: fixed;
    top: 57px;
    z-index: 1;
}
#codeigniter_profiler {
	position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1036;
}
table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected{
	background-color: #000000;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a{
	color: #FFFFFF
}
table.dataTable tbody tr.selected a.statusmgt[data-status="1"] {
    color: #FD4F32;
}
fieldset {
    border: 1px solid #ced4da;
	border-radius: 0.25rem;
    padding: 0px 10px;
}
legend {
    width: auto;
    padding: 0px 5px;
    font-size: 1.2em;
    font-weight: bold;
}
.gallary-backdrop{
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.5);
	cursor: pointer;
	top: 0;
}
.gallary-checkbox {
    left: 5px;
    position: relative;
}
.gallary-box:hover .gallary-backdrop{
	display: block;
}
.gallary-box.checked .gallary-backdrop{
	display: block;
}
.gallary-box {
    margin-right: 9px;
	margin-bottom: 10px;
}
.gallary-box:nth-child(8) {
    margin-right: 0px !important;
}
.option_block_existing .form-row {
    padding-bottom: 10px;
    border-top: 1px solid #ced4da;
}
.bg-silver {
    background: #e4e5e7;
}
tr.selected td .badge-danger.badge-theme-cancel>a {
    color: #FD4F32 !important;
}