.datepicker.dropdown-menu {
	z-index: 99999 !important;
}

.custom-form-control {
	background-color: #fff;
	border: 1px solid #c2cad8;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	height: 30px;
	padding: 2px 5px;
	text-align: center;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 55px;
}

.padding0 {
	padding-top: 0px !important;
}

a.btn-info, a.btn-warning, a.btn-danger, a.btn-primary, a.btn-success {
	color: white !important;
}

.lr-no-padding {
	padding: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.box-div a, .box-div a:hover, .box-div a:visited, .box-div a:active,
	.box-div a:focus {
	text-decoration: none;
	color: #fff;
}

.small-box {
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.small-box>.inner {
	padding: 40px 20px;
}

.small-box>.small-box-header {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 20px;
	min-height: 41px;
	padding: 6px 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 10;
}

.small-box>.small-box-footer {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 3px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 10;
}

.small-box>.small-box-footer:hover {
	background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
	color: #fff;
}

.small-box h3 {
	font-size: 50px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0;
	white-space: nowrap;
}

.small-box p {
	font-size: 15px;
}

.small-box p>small {
	color: #f9f9f9;
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

.small-box h3, .small-box p {
	
}

.small-box .icon {
	color: rgba(0, 0, 0, 0.15);
	font-size: 100px;
	position: absolute;
	right: 25px;
	top: 38px;
	transition: all 0.3s linear 0s;
	z-index: 0;
}

.small-box:hover {
	color: #f9f9f9;
	text-decoration: none;
}

.small-box:hover .icon {
	font-size: 95px;
}

.popover {
	box-shadow: none;
}

.profile-userpic {
	text-align: center;
}

select {
	/*for firefox*/ //
	-moz-appearance: none;
	/*for chrome*/ //
	-webkit-appearance: none;
}

/*for IE10*/
select::-ms-expand { //
	display: none;
}

.pagination>li>a, .pagination>li>span {
	color: #1ba39c !important;
}
/********JQuery UI Auto Complete********/
.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 100px;
}

/*form control with icon*/
.input-group   div.input-group-addon+.form-control {
	border-left: none !important;
}

/******intl mobile number****/
.intl-tel-input .country-list {
	z-index: 9999 !important;
}

.intl-tel-input {
	width: 100% !important;
}

#error-mobile-msg {
	color: red;
}

#valid-mobile-msg {
	color: #00C900;
}

input.error {
	border: 1px solid #FF7C7C;
}

.ui-autocomplete-loading {
	background: url('../global/img/loading-spinner-blue.gif') no-repeat
		right center
}

.modal-open .colorpicker, .modal-open .datepicker, .modal-open .daterangepicker
	{
	z-index: 9 !important;
}

.font-weight-bold {
	font-weight: bold;
}

@media ( min-width : 768px) and ( max-width : 1800px) {
	.small-box .icon {
		font-size: 60px;
		right: 8px;
		top: 55px;
	}
	.small-box:hover .icon {
		font-size: 65px;
	}
	.small-box>.small-box-header {
		font-size: 17px;
	}
	.small-box h3 {
		font-size: 34px;
	}
}

@media ( max-width : 767px) {
	.small-box {
		text-align: center;
	}
	.small-box .icon {
		display: none;
	}
	.small-box p {
		font-size: 12px;
	}
}

.theme-options>* {
	color: white !important;
}

.select2-container--bootstrap .select2-selection--single {
	height: 24px;
	padding: 1px 10px;
}

.ol-popup {
	min-width: 250px !important;
	opacity: 0.9;
	border-radius: 10px !important;
	margin-bottom: 0px;
}

.case-font {
	font-size: 12px;
}

.vertical-scroll {
	min-height: 250px;
	max-height: 350px;
	overflow-y: scroll;
}

.btn-case {
	font-size: 20px;
}

.badge-dark {
	background-color: black;
}

#logo-text {
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	#logo-text {
		font-size: 15px;
	}
	#logo-text img {
		height: 30px;
	}
	.nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus,
		.nav-tabs>li.active>a:hover {
		font-size: 12px;
		padding: 5px;
	}
}