﻿.hover-effect {
	-webkit-transition: transform .25s ease, box-shadow .3s ease;
	-o-transition: transform .25s ease, box-shadow .3s ease;
	transition: transform .25s ease, box-shadow .3s ease;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	border: 0;
}

	.hover-effect:hover {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}

.select2-dropdown {
	background-color: white;
	border: none;
	border-radius: 0px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	box-shadow: 0px 1rem 3rem rgba(0,0,0,0.175) !important;
}


.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	text-align: left;
	padding-top: 3px;
	font-size: 1.2em;
}

.PB-select-wrapper {
	height: 100%;
}

.PB-select2-wrapper::after {
	font-family: "font-icons";
	content: "\e7a7";
	position: relative;
	width: 0px;
	top: 0px;
	height: 0px;
	display: block;
	right: 28px;
	float: right;
	font-size: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-style: none;
}


.PB-select-wrapper::after {
	font-family: "font-icons";
	content: "\e7a7";
	position: absolute;
	top: 0px;
	height: 100%;
	display: flex;
	right: 8px;
	font-size: 24px;
	border: 0px solid red;
	justify-content: flex-end;
	align-items: center;
}



.PB-select-wrapper select {
	-webkit-appearance: none;
}



.HM-button-green {
	background-color: #27b093;
}

.HM-button-3d.HM-button-green:hover, .HM-button-reveal.HM-button-green:hover, .HM-button-border.HM-button-green:hover, .HM-button-border.HM-button-green.HM-button-fill::before {
	background-color: #46b297 !important;
}



.red-block-01 {
	background-color: red;
	border-radius: 4px;
	padding: 20px 30px 10px 30px;
	display: block;
	width: 100%;
	height: 100%;
}


.white-block-01 {
	background-color: white;
	border-radius: 4px;
	padding: 20px 30px 10px 30px;
	display: block;
	width: 100%;
	height: 100%;
}

.LKIP-services-a:hover {
	color: orange;
	text-shadow: 0px 0.5rem 1rem rgba(0,0,0,0.175) !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #444 !important;
}



.datepicker {
	z-index: 10000 !important;
}

.search-icon {
	display: -ms-inline-flexbox;
	width: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #efefef;
	position: relative;
	height: 0px;
	top: 15px;
	left: 10px;
}


.search-00-icon::before {
	font-family: "font-icons";
	content: "\e618";
}

.search-01-icon::before {
	font-family: "font-icons";
	content: "\e6dd";
	line-height: 90px;
}

.search-02-icon::before {
	font-family: "font-icons";
	content: "\ec07";
	line-height: 90px;
}

.search-03-icon::before {
	font-family: "font-icons";
	content: "\ec09";
}

.search-04-icon::before {
	font-family: "font-icons";
	content: "\ebfe";
}

.search-05-icon::before {
	font-family: "font-icons";
	content: "\e78a";
}

.search-06-icon::before {
	font-family: "font-icons";
	content: "\ebf2";
}

.search-07-icon::before {
	font-family: "font-icons";
	content: "\e9a2";
	line-height: 46px;
}

.search-card-selected {
	background-color: #efefef;
}

.dropdown-menu.inner.show {
	height: 140px !important;
	overflow-y: scroll;
	box-shadow: 0px 1rem 3rem rgba(0,0,0,0.175) !important;
}

:not([class*='col-']):not(.input-group-btn):not([class*='form-control']).bootstrap-select {
	width: 290px;
}

.btn {
	border-radius: 0;
	height: 52px;
}
