.well.grey {
    background: #5bb986 !important;
}
.well.grey p {
    color: #fff;
}
.dynamicform_wrapper span.select2-container--default {
	width: 637px !important;
}
.logo-img{
	width: 200px;
}
.img_wr{
	width: 300px;
}
.text_h3{
	font-size: 22px;
	text-transform: uppercase;
}
.logotip{
	display: block;
	position: absolute;
	top: 14px;
    left: 450px;
}
.logotip img{
	width: 175px;
}
.lg-text{
	font-size: 15px;
}
input#resources-number_of_rooms{
	width: 200px;
	height: 200px;
	font-size: 75px;
	color: #4247A3;
}
.statistic_hotel{
	background: #01BCD4;  /* fallback for old browsers */
	/*background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  !* Chrome 10-25, Safari 5.1-6 *!*/
	/*background: linear-gradient(to right, #2C5364, #203A43, #0F2027); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
	color: white;
}
.statistic_card:hover .statistic_title{
	background-color: transparent;
}
.statistic_card{
	margin-bottom: 20px;
	border-radius: 10px;
	margin-top: 5px;
	box-shadow: 0 1px 3px #e7eaec, 0 1px 2px rgba(0,0,0,0.5);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
 .statistic_title{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	padding: 10px 5px 5px 10px;
}
.statistic_hotel .statistic_title{
	background-color: #00ACC1;
}
.statistic_title h5{
	font-size: 24px;
}
.statistic_title{
    height: 50px;
    width: 100%;
}
.statistic_count{
	padding: 10px 0px 20px 00px;
}
.statistic_count h1{
	font-size: 90px;
}
.statistic_motel{
	background-color: #FF5353;
	color: white;
}
.statistic_motel .statistic_title{
	background-color: #F44437;
}
.statistic_guesthouse{
	background-color: #FF9800;
	color: white;
}
.statistic_guesthouse .statistic_title{
	background-color:#F57C00;
}
.statistic_hostel{
	background-color: #67BB6B;
	color: white;
}
.statistic_hostel .statistic_title{
	background-color: #4DAF51;
}
.statistic_zone{
	background-color: #00BFA5;
	color: white;
}
.statistic_zone .statistic_title{
	background-color: #009688;
}
.statistic_sanatori{
	background-color: #5C6BC0;
	color: white;
}
.statistic_sanatori .statistic_title{
	background-color: #3949AB;
}
.statistic_lager{
	background-color:#A1887F;
	color: white;
}
.statistic_lager .statistic_title{
	background-color:#8D6E63;
}
.statistic_dachi{
	background-color:#90A4AE;
	color: white;
}
.statistic_dachi .statistic_title{
	background-color:#607D8B;
}
.gray-bg .border-bottom{
	margin-bottom: 20px;
}
.navbar-static-top{
	box-shadow: 0 1px 3px #524F84, 0 3px 2px #524F84;
}
.charts{
	padding-bottom: 50px;
}
#chart{
	height: 100%;
	width: 100%;
}
.chart{
	margin-bottom: 20px;

}
/*Tags*/
.tag {
	background: #eee;
	width: 100%;
	border-radius: 3px 0 0 3px;
	color: black;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}

.tag::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.tag:hover {
	background-color: crimson;
	color: white;
}
.charts h1{
	padding-bottom: 10px;
}
.tag:hover::after {
	border-left-color: crimson;
}
.active_button{
	background-color: #6C47A3;
	color: white;
}
.active_button::after {
	border-left-color: #6C47A3;
}