.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;
}

a.btn-info, a.btn-warning, a.btn-danger, a.btn-primary, a.btn-success {
	color: white !important;
}

.lr-no-padding {
	padding: 0 !important;
}

.lr-margin-20 {
	margin: 0 20px !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 .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;
}

/********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;
}

.modal-lg {
	max-width: 80%;
}

.font-weight-bold {
	font-weight: bold;
}

.font-size-25 {
	font-size: 25px;
}

.breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
}

.portal  .font-green {
	color: #26C281 !important;
}

.portal .font-color {
	color: #3e4d5c !important;
}

.lr-margin-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.portal>.portlet-title, .portal>.portlet-body {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 15px !important;
	margin-right: 15px !important;
}

@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;
	}
}