:root {
  --primary-color: #ff9f00;
  --secondary-color: #3a4999;
  --third-color: #557a95;
}

.icon-eye {
	color: #fff!important;
}

.bg-primary-gradient {
	background: var(--secondary-color)!important;
}

.logo-header[data-background-color=blue] {
	background: var(--secondary-color)!important;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a {
	background: var(--primary-color)!important;
}

.page-item.active .page-link {
	background: var(--primary-color)!important;
	border-color: var(--primary-color)!important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: var(--primary-color)!important;
}

.bootstrap-datetimepicker-widget table td.active {
	background-color: var(--primary-color)!important;
}

.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: var(--primary-color)!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.logo-header {
	padding-left: 0;
	padding-right: 0;
}

.logo-header .logo .navbar-brand {
	max-height: 100%;
	max-width: 100%;
}

.container-login{
	background: var(--third-color)!important;
}

.login .show-password {
	top: 40%;
}

.container-login .login-logo {
	text-align: center;
	padding-bottom: 30px;
}

.container-login .login-logo img {
	max-height: 100%;
	max-width: 100%;
}

.main-panel>.content {
	margin-top: 0;
}

.main-header {
	width: 250px;
}

@media (min-width: 992px) {
	.page-inner {
		padding-top: 1rem!important;
	}
}

@media screen and (max-width: 991px){
	.main-header {
		width: 100%;
	}

	.main-panel>.content {
		margin-top: 35px;
	}

	.logo-header .navbar-toggler {
		padding-left: 15px;
	}
}

footer .copyright {
	margin: auto;
}

.mg-auto {
	margin: auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.search-date {
	line-height: 40px;
}

.select2-input .select2 {
	max-width: 100%;
}

@media (max-width: 768px) { 
  	.col-xs-12 {
	  width: 100%;
	}
	.col-xs-11 {
	  width: 91.66666667%;
	}
	.col-xs-10 {
	  width: 83.33333333%;
	}
	.col-xs-9 {
	  width: 75%;
	}
	.col-xs-8 {
	  width: 66.66666667%;
	}
	.col-xs-7 {
	  width: 58.33333333%;
	}
	.col-xs-6 {
	  width: 50%;
	}
	.col-xs-5 {
	  width: 41.66666667%;
	}
	.col-xs-4 {
	  width: 33.33333333%;
	}
	.col-xs-3 {
	  width: 25%;
	}
	.col-xs-2 {
	  width: 16.66666667%;
	}
	.col-xs-1 {
	  width: 8.33333333%;
	}
}

.no-border {
	border: none;
}

.input-file-image {
	position: relative;
}

.input-file-image .image-remove {
	width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    margin: auto;
    font-size: 20px;
	cursor: pointer;
}

.input-file.input-file-image img.img-upload-preview {
	max-width: 100%;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.image-upload-box {
	height: 300px;
	width: 300px;
	margin: auto;
	position: relative;
}

table tr.even {
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
}
table tr.odd {
	background-color: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.05);
}
table tbody tr:focus, table tbody tr:hover {
	background-color: rgba(255,159,0,0.5)!important;
	border: 1px solid rgba(255,159,0,0.5)!important;
}

.form-floating-label .input-border-bottom+.placeholder,
.form-floating-label .form-control.filled+.placeholder{
	color: #fff!important;
}

.input-file-image label.single_image_upload {
	position: absolute;
    top: 0px;
    bottom: 0px;
    height: 45px;
    margin: auto!important;
    left: 0px;
    right: 0px;
    width: 250px;
    text-align: center;
    vertical-align: middle;
    background: transparent !important;
    color: #000 !important;
}

.modal-dialog-full {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.modal-content-full {
	width: 91%;
	height: auto;
	border-radius: 5px;
	background-color: #fff;
	transform: translate(5%, 50%);
}

.processing-gif {
	display: none;
	position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    z-index: 10000;
}

.background-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #ffffff;
}

.logo-header .logo {
	width: 60%;
	margin: 0 auto;
}