body, html{height:100%}

.services .card{
	border: 1px solid rgba(0,0,0,0.085);
	border-radius: 1rem !important;
	-moz-border-radius: 1rem !important;
	-webkit-border-radius: 1rem !important;
}

.services .card .card-img-top, .services .card .card-header{
	border-top-right-radius: 1rem !important; 
	border-top-left-radius: 1rem !important;
	-webkit-border-top-right-radius: 1rem !important; 
	-webkit-border-top-left-radius: 1rem !important;
	-moz-border-top-right-radius: 1rem !important; 
	-moz-border-top-left-radius: 1rem !important;
}

.vm-sidebar{
	background-color: #f7f7fc !important;
	min-height: 800px !important;
	max-width: 350px !important;
	padding: 55px 5px 25px 15px !important;
}

@media (max-width: 576px){
	.vm-sidebar{
		max-width:80px !important;
		overflow:hidden;
		-webkit-transition: width 1s ease-in-out;
		-moz-transition: width 1s ease-in-out;
		-o-transition: width 1s ease-in-out;
		transition: width 1s ease-in-out;
	}
	
	.vm-sidebar aside ul li span{display:none; !important;}
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb li {display: inline-block;}
.breadcrumb li a{font-weight:400 !important; margin-right:4px !important;}
.active1 a{color:green !important; border-bottom:3px solid green !important;}
.active1 a:hover{color:#000 !important;}
.muted1 a{color:#aaa !important;}
.muted1 a:hover{color:#000 !important;}

.vm-circle{
	width:20px;
	height:20px;
	cursor: pointer;
}

/* <CLICK LOGO> */

.click_logo {
	padding:4px 10px;
	cursor:pointer;
	color: #fff;
	line-height:190%;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #037bc8;
	text-shadow: 0px -1px 0px #037bc8;
	border-radius: 4px;
	background: #27a8e0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3YThlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzhlZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#27a8e0), to(#1c8ed7));
	background: -webkit-linear-gradient(#27a8e0 0%, #1c8ed7 100%);
	background: -moz-linear-gradient(#27a8e0 0%, #1c8ed7 100%);
	background: -o-linear-gradient(#27a8e0 0%, #1c8ed7 100%);
	background: linear-gradient(#27a8e0 0%, #1c8ed7 100%);
	box-shadow:  inset    0px 1px 0px   #45c4fc;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a8e0', endColorstr='#1c8ed7',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px #45c4fc;
	-moz-box-shadow: inset  0px 1px 0px  #45c4fc;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
}
.click_logo i {
	background: url(https://m.click.uz/static/img/logo.png) no-repeat top left;
	width:30px;
	height: 25px;
	display: block;
	float: left;
}
/* </CLICK LOGO> */