/* CSS Document */

.xp-authenticate-bg {
    background: url("assets/images/authentication/authentication-bg-light.png");
}

.xp-topbar {
    background-color: #bac4db;
}
.xp-menubar {
	border-bottom: 1px solid #bac4db;
}
.icon-big {
	font-size: 24px;
}
.xp-horizontal-nav .xp-horizontal-menu > li > a {
    max-width: 200px;
}
.xp-chart-label li {
    margin: 0 20px;
}

.table thead th {
    vertical-align: initial;
}
.inputmaskdataz{
	margin-bottom: -30px;
}

@media (min-width: 992px) {
	.xp-horizontal-nav .xp-horizontal-menu .dropdown .dropdown-menu {
    	width: 250px;
	}
}

@media (max-width: 767px) {
	.xp-contentbar {
    	padding: 10px !important;
	}
	.xp-breadcrumbbar {
    padding: 75px 30px 0 30px !important;
	}
}