:root {
	--black-color: #000000;
	--light-black-color: #424951;
	--primary-color: #F29F19;
	--secondary-color: #4265AB;
	--silver-color: #f5f5f5;
	--grey-color: #e5e5e5;
	--primary-font: 'Poppins', sans-serif;
	--secondary-font: "Bebas Neue", sans-serif;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: 0;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--primary-font);
	font-size: 14px;
	color: #000;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
	color: var(--light-black-color);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--primary-font);
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: var(--black-color);
}


p {
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	color: #000;
}

a {
	color: var(--black-color);
	text-decoration: none;
}

	a:hover, a:focus {
		color: var(--blue-color);
	}

img {
	width: auto;
	max-width: 100%;
}

.navbar-brand img {
	width: 220px;
	display: flex;
	margin: 7px 0;
	transition: all 0.4s ease;
}

.is-sticky .navbar-brand img {
	width: 150px;
}

.nav-link {
	color: var(--light-black-color);
	font-weight: 500;
	text-transform: capitalize;
}

.navbar-nav .nav-link {
	padding: 20px 20px !important;
	font-family: var(--primary-font);
	color: var(--light-black-color);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1rem;
}


.nav-link:hover, .nav-link:focus {
	color: var(--blue-color);
}

.nav-link.active {
	color: var(--blue-color);
	font-weight: 600;
}

.nav-item {
	position: relative;
	margin-left: 10px;
}

	.nav-item:first-child {
		margin-left: 0;
	}

	.nav-item .nav-link {
		position: relative;
	}

		.nav-item .nav-link::before {
			position: absolute;
			bottom: -1px;
			width: 0;
			height: 4px;
			background: var(--blue-color);
			content: "";
			display: block;
			left: 0;
			transition: all 0.4s ease;
			opacity: 0;
			right: 0;
			margin: auto;
			display: none;
		}

		.nav-item .nav-link:hover::before, .nav-item .nav-link.active::before {
			width: 100%;
			opacity: 1;
		}

.dropdown-toggle::after {
	font-family: "Ionicons";
	content: '\f3d0';
	border: none;
	vertical-align: middle;
}


.bg-silver {
	background: var(--silver-color);
}


.top-header {
	padding: 10px 0;
}

.text-primary {
	color: var(--primary-color) !important;
}

.slider-top {
	padding: 70px 0;
	background: url(../images/slider-img.jpg) no-repeat top center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.text-color {
	color: white;
	text-align: center;
	font-family: var(--secondary-font);
}

.form {
	height: 100%;
	width: 100%;
	padding: 20px;
	background-color: #FFF;
	border-radius: 4px;
	color: #333;
	box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

.booking-form {
	background: white;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	width: 400px;
}

	.booking-form h5 {
		color: var(--primary-color);
		font-weight: bold;
	}

.form-control:disabled {
	background-color: #f8f9fa;
}

.login-icon {
	color: var(--primary-color)
}

.

.nav-link {
	font-family: var(--secondary-color);
}

.text-color-form {
	color: var(--secondary-color);
	text-align: center;
	font-family: var(--primary-font);
}

.form-btn {
	margin-left: 50%;
	border-radius: 25px;
	background-color: white;
	color: var(--secondary-color);
	font-family: var(--primary-font);
}

.btn-booknow {
	border-radius: 25px;
	border-color: var(--secondary-color);
	font-family: var(--primary-font);
	color: white;
	background-color: var(--secondary-color);
}

.machine-card {
	display: block;
	border-radius: 10px;
	transition: all 0.4s ease;
	padding: 10px 15px;
	border: #ccc solid thin;
}

	.machine-card:hover {
		border-color: var(--primary-color) !important;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	}



.product-active {
	font-family: var(--secondary-font);
	color: var(--primary-color);
	font-size: 20px;
	width: 50%;
}

.product-text {
	font-family: var(--secondary-font);
	font-size: 18px;
}

.product-arrow {
	color: var(--primary-color);
	width: 50%;
	transition: opacity 0.3s ease-in-out;
}

.machine-title {
	font-family: var(--secondary-font);
	color: var(--primary-color);
}

.category-text {
	text-align: center;
	font-family: var(--primary-font);
}

.btn-custom {
	background-color: var(--secondary-color);
	color: white;
	border-radius: 20px;
}

	.btn-custom:hover {
		background-color: var(--secondary-color);
	}

.view-btn {
	border-radius: 25px;
	border-color: var(--secondary-color);
	background-color: white;
	color: var(--secondary-color);
	font-family: var(--primary-font);
}



footer {
	background-color: #0A1B50;
	color: white;
	padding: 30px 0;
}

.footer-left {
	align-content: center;
}

	.footer-left img {
		width: 220px;
	}

.footer-right {
	width: 450px;
	max-width: 100%;
	font-family: var(--primary-font);
	padding-left: 20px;
	margin-left: 20px;
	border-left: #cccccc10 solid thin;
}

.footer-text {
	color: #ffffff;
}

footer a {
	color: white;
	text-decoration: none;
}

	footer a:hover {
		color: var(--primary-color);
	}

.footer-text {
	color: white;
}

.ftr-copy-section {
	background-color: #1F2C75;
	padding: 10px 0;
}

	.ftr-copy-section .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.copyright {
	color: #fff;
}

.footer-right i {
	color: var(--primary-color);
}

.user-login {
	border-left: #ccc solid thin;
	padding-left: 20px;
	position: relative;
}

	.user-login a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: var(--secondary-color);
	}

		.user-login a.dropdown-item:hover {
			color: var(--primary-color);
		}

.user-img {
	width: 25px;
	height: 25px;
	background: var(--primary-color);
	color: #fff;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	margin-right: 10px;
}

	.user-img i {
		font-size: 17px;
	}

.user-login {
	color: var(--secondary-color);
	text-transform: uppercase;
}

.sidebar h4 {
	font-size: 28px;
	font-family: var(--secondary-font);
	margin-bottom: 15px;
}

.sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

	.sidebar ul li {
		padding: 7px 0;
	}

		.sidebar ul li a {
			color: var(--light-black-color);
			padding-left: 0;
			position: relative;
			transition: all 0.4s ease;
			display: block;
			font-weight: 500;
		}

			.sidebar ul li a:hover {
				color: var(--primary-color);
			}

			.sidebar ul li a::before {
				content: "";
				display: block;
				width: 10px;
				height: 10px;
				position: absolute;
				top: -3px;
				font-size: 18px;
				transition: all 0.4s ease;
				left: -20px;
				opacity: 0;
			}

			.sidebar ul li a.active {
				padding-left: 20px;
				color: var(--primary-color);
			}

				.sidebar ul li a.active::before {
					content: "\f10b";
					font-family: "Ionicons";
					color: var(--secondary-color);
					left: 0;
					opacity: 1;
				}

.sidebar {
	background-color: var(--silver-color);
	padding: 15px;
}

.category-item {
	font-family: var(--secondary-font);
	font-size: 18px;
	padding-left: 25px;
}

.card-title {
	border: 10px lightblue;
}

.card {
	border: 2px solid transparent;
	transition: border-color 0.3s ease-in-out;
}

	.card:hover {
		border-color: var(--primary-color);
	}

.img-fluid {
	width: 80%;
}

.text-secondary {
	color: var(--secondary-color) !important;
}

.border-horizontal {
	border-top: #ccc solid thin;
}

.checklist {
	list-style: none;
	padding: 0;
}

	.checklist li {
		position: relative;
		padding-left: 25px;
		margin-bottom: 10px;
	}

		.checklist li::before {
			content: "✔";
			position: absolute;
			left: 0;
			color: #0073e6;
			font-weight: bold;
		}

.booking-container {
	width: 500px;
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
}

.booking-header {
	text-align: center;
	margin-bottom: 20px;
}

	.booking-header p {
		text-align: center;
		font-family: var(--primary-font);
	}

	.booking-header h1 {
		color: var(--primary-color);
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 5px;
		font-family: var(--secondary-font);
	}

	.booking-header p {
		color: #666;
		font-size: 14px;
	}

.form-group {
	margin-bottom: 15px;
}

	.form-group label {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		color: #333;
	}



.instrument-card {
	display: flex;
	background-color: #f5f5f5;
	padding: 10px;
	margin: 10px 0;
}

.instrument-image {
	width: 80px;
	height: 80px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.instrument-details {
	flex: 1;
}

.instrument-name {
	color: var(--secondary-color);
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 2px;
}

.instrument-type {
	color: var(--primary-color);
	font-size: 12px;
	margin-bottom: 10px;
}

.instrument-price {
	font-size: 14px;
}

.radio-group {
	display: flex;
	gap: 15px;
	margin: 5px 0;
}

.radio-option {
	display: flex;
	align-items: center;
}

	.radio-option input {
		margin-right: 5px;
	}

.charges-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.charges-index {
	width: 25px;
	color: #666;
	font-size: 14px;
}

.charges-label {
	flex: 1;
	font-size: 14px;
}

.charges-rate {
	width: 120px;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
}

.charges-input {
	width: 80px;
}

.date-inputs {
	display: flex;
	gap: 10px;
}

.date-input {
	flex: 1;
}


.total-payable {
	color: var(--secondary-color);
	font-weight: bold;
}

.pay-now-btn {
	background-color: var(--secondary-color);
	color: white;
	border: none;
	border-radius: 20px;
	padding: 8px 20px;
	font-size: 14px;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-top: 15px;
}


/*viewpopup */


.machine-img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.machine-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #1c3faa;
}

.machine-subtitle {
	font-size: 0.9rem;
	color: #f57c00;
}

.table th {
	background-color: #f8f9fa;
	font-weight: bold;
}

.btn-sm {
	font-size: 0.8rem;
}

.login-section {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-container-main {
	margin: 80px auto 0;
	width: 450px;
	max-width: 100%;
}

.login-container {
	background: #f5f5f5;
	padding: 30px 50px;
}

.login-title {
	font-size: 24px;
	font-weight: bold;
	font-family: var(--secondary-font);
	color: var(--primary-color);
	margin-bottom: 10px;
}

.login-subtitle {
	font-size: 14px;
	color: #666;
	display: contents;
	font-family: var(--primary-font);
	margin-bottom: 20px;
	display: block;
}

.form-group {
	margin-bottom: 20px;
	text-align: left;
	font-family: var(--primary-font);
}

	.form-group label {
		display: block;
		font-size: 14px;
		color: #333;
		margin-bottom: 5px;
	}


.password-container {
	position: relative;
}

	.password-container .toggle-password {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		cursor: pointer;
		color: #666;
	}

.login-btn {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	border-radius: 30px;
	cursor: pointer;
}

	.login-btn:hover {
		background-color: var(--secondary-color);
	}

.text-link {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: var(--secondary-color);
	text-decoration: none;
}

	.text-link:hover {
		text-decoration: underline;
		color: var(--primary-color);
	}

.create-account {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}

	.create-account a {
		color: var(--primary-color);
		text-decoration: none;
		font-weight: bold;
	}

		.create-account a:hover {
			text-decoration: underline;
		}

.login-section {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-title {
	font-size: 40px;
	font-weight: normal;
	font-family: var(--secondary-font);
	color: var(--primary-color);
	margin-bottom: 0 !important;
}

.login-subtitle {
	font-size: 14px;
	color: #666;
	font-family: var(--primary-font);
	margin-bottom: 30px;
}

.form-group {
	margin-bottom: 15px;
}

	.form-group label {
		font-size: 14px;
		font-family: var(--primary-font);
		font-weight: 500;
		color: #333;
		margin-bottom: 5px;
		display: block;
	}



.form-control:focus {
	outline: none;
}


.login-btn:hover {
	background-color: var(--secondary-color);
}


.signin-form {
	margin-top: -5rem !important;
}

/* profile page */

.section-title {
	font-size: 18px;
	font-weight: bold;
	color: var(--secondary-color);
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.profile-section, .billing-section, .documents-section {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

	.profile-section p, .billing-section label, .documents-section label {
		font-size: 14px;
		color: #333;
		margin-bottom: 5px;
	}

.cancel-btn {
	background-color: #333;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 12px;
}

.img-thumbnail {
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.btn {
	border-radius: 30px !important;
	text-transform: uppercase;
	font-weight: 500;
}

.btn-primary {
	background: var(--secondary-color);
	color: #fff;
	border-color: var(--secondary-color);
}

	.btn-primary:hover {
		background: var(--primary-color);
		color: #fff;
		border-color: var(--primary-color);
	}


.btn-primary-outline {
	background: #fff;
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

	.btn-primary-outline:hover {
		background: var(--secondary-color);
		color: #fff;
		border-color: var(--secondary-color);
	}

.btn-sm {
	font-size: 15px;
}

.login-container .form-control {
	border-color: transparent;
}

p {
	color: #424951;
}

.ftr-social a {
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
}

	.ftr-social a:hover {
		color: var(--primary-color);
	}

.ftr-inr {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

	.title h3 {
		font-family: var(--secondary-font);
		color: var(--primary-color);
		font-size: 30px;
	}

.user-detail-section {
	margin-top: 80px;
}

.inr-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: #ccc solid thin;
	position: relative;
}

	.inr-title::after {
		width: 80px;
		height: 3px;
		display: block;
		content: "";
		background: var(--secondary-color);
		position: absolute;
		bottom: 0;
	}

	.inr-title h4 {
		font-family: var(--secondary-font);
		color: var(--secondary-color);
	}

.nav-tabs .nav-link {
	border: none !important;
	border-bottom: transparent solid 3px !important;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}

	.nav-tabs .nav-link.active {
		border-bottom-color: var(--primary-color) !important;
		color: var(--primary-color);
	}

	.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
		color: var(--primary-color);
	}


.btn-xsm {
	padding: 0.15rem 0.4rem;
	font-size: 13px;
}

.btn-xxsm {
	padding: 0.08rem 0.4rem;
	font-size: 11px;
}

.form-label {
	font-size: 13px;
}

.form-control-plaintext {
	fotn-size: 15px;
}

.form-label {
	margin-bottom: 0.2rem;
}

	.form-label.required {
		position: relative;
	}

		.form-label.required::after {
			content: " *";
			color: red;
		}

.inr-img img {
	height: 100px;
	max-width: 100%;
	object-fit: contain;
	object-position: top center;
	margin-bottom: 10px;
}

.instrument-dtl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.instru-img img {
	width: 60px;
}

.instru-nm-cat h5 {
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 15px;
}

.instru-nm-cat .instru-cat {
	font-size: 13px;
	font-weight: normal;
	color: var(--primary-color);
}

.table td, .table th {
	vertical-align: middle;
}

.table th {
	background: none !important;
	color: #ccc;
}


.order-status {
	padding: 2px 10px;
	text-transform: uppercase;
	border: #ccc solid thin;
	background: #e5e5e5;
	color: #666;
	border-radius: 3px;
	display: inline;
	font-weight: 600;
	font-size: 13px;
}

.status-cancel {
	border-color: #D10404;
	color: #D10404;
	background: #FFEEEE;
}

.status-pending {
	border-color: #E6B759;
	color: #E6B759;
	background: #F9F2E4;
}

.status-completed {
	border-color: #209E20;
	color: #209E20;
	background: #F2FFF2;
}

.header-top-right {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.top-cntct {
	color: var(--primary-color);
}

.header-top-right .top-cntct:not(:last-child) {
	padding-right: 10px;
	border-right: #ccc solid thin;
}

.slider-inr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: auto;
	width: 85%;
	position: relative;
}

.slide-header h3 {
	font-size: 18px;
}



.slide-header h2 {
	font-size: 55px;
	font-family: var(--secondary-font);
}


.highlight-box {
	width: 750px;
	max-width: 100%;
	border: var(--primary-color) solid thin;
	border-radius: 30px;
	padding: 0 25px;
	margin: auto;
	margin-top: 50px;
}

.highlight-img {
	display: flex;
	justify-content: center;
}

	.highlight-img img {
		width: 70%;
	}

.highlight-inr, .highlight-inr p {
	text-align: right;
}

	.highlight-inr h3 {
		font-family: var(--secondary-font);
		color: var(--primary-color);
		font-size: 40px;
	}

	.highlight-inr p {
		margin: 0;
	}

.machine-thumb {
	display: flex;
	justify-content: center;
	align-items: center;
}

	.machine-thumb img {
		width: 80%;
	}

.machine-category h3 {
	color: var(--light-black-color);
	font-size: 23px;
	font-family: var(--secondary-font);
}

.machine-category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

	.machine-category i {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: #ccc;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		transition: all 0.4s ease;
		transform: rotate(-45deg);
	}

.machine-card:hover h3 {
	color: var(--primary-color);
}

.machine-card:hover i {
	transform: rotate(0);
	background: var(--primary-color);
}

.instru-prices {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 10px 0;
	padding: 10px 0;
	border-top: #ccc solid thin;
	border-bottom: #ccc solid thin;
	width: 100%;
}

	.instru-prices li {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

		.instru-prices li span {
			text-align: right;
		}

.big-img-thumb {
	display: flex;
	justify-content: center;
	align-items: center;
}

	.big-img-thumb img {
		width: 80%;
	}

.prdct-title h2 {
	font-family: var(--secondary-font);
	font-size: 35px;
}

.list-group-check {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.list-group-check li {
		padding: 7px 0;
		padding-left: 20px;
		position: relative;
	}

		.list-group-check li::before {
			content: '\f122';
			font-family: "Ionicons";
			color: var(--secondary-color);
			position: absolute;
			left: 0;
			top: 4px;
			font-size: 18px;
		}

.prdct-dtl-price {
	margin-bottom: 20px;
	border-top: #ccc solid thin;
	border-bottom: #ccc solid thin;
	padding: 10px;
}

.product-price {
	font-weight: 600;
	color: var(--secondary-color);
	font-size: 15px;
}

.inst-usr-dtl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.inst-usr-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 5px 0;
}

	.inst-usr-img img {
		height: 50px;
		width: 100%;
		object-fit: cover;
		object-position: top center;
	}

.inst-usr-dtl h5 {
	font-size: 15px;
	font-weight: 600;
}

.inst-usr-dtl h6 {
	color: var(--primary-color);
}

.instrument-incharge {
	padding-top: 10px;
	border-top: #ccc solid thin;
}

.form-check-input:checked {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.modal-header, .modal-footer {
	padding: 0.5rem 1rem;
}

iframe {
	width: 100%;
	height: 60vh;
}

header {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.booking-main-container {
	width: 600px;
	max-width: 100%;
}

.instrument-img-nm-cat, .usr-dtl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.instru-img img {
	width: 100px;
}

.instu-nm-cat h5 {
	font-size: 28px;
	color: var(--secondary-color);
	font-family: var(--secondary-font);
}

.instu-nm-cat h6 {
	font-size: 15px;
	font-weight: normal;
	color: var(--primary-color);
}

.instrument-price {
	margin-top: 15px;
	font-size: 15px;
}


.radio-btn-design {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	border: #ccc solid thin;
	border-radius: 30px;
	background: #fff;
}

	.radio-btn-design input {
		display: none;
	}

		.radio-btn-design input + label {
			padding: 2px 10px;
			border-radius: 30px;
			color: #aaa;
			cursor: pointer;
		}

		.radio-btn-design input:checked + label {
			background: var(--secondary-color);
			color: #fff;
		}

.text-dark {
	font-weight: 500;
}

.price-table {
	width: 500px;
}

.status-completed{
	border-color:#209E20;
	color:#209E20;
	background:#F2FFF2;
}

.timepicker table td {
	height: auto !important;
	line-height: normal !important;
	width: auto !important;
	padding: 0 5px !important;
	font-weight: normal !important;
	text-shadow: none !important;
}

.timepicker table td span{
	font-weight:normal !important;
    width:25px !important;
    height:25px !important;
}

.timepicker .timepicker-hour, .timepicker .timepicker-minute {
	width: 30px !important;
}

.time + div{
	width:100px !important;
	padding:0 !important;
}

