#ulogin_parent{
	display: none;
}
.ulogin{
	background-color: #fff;
	height: 90px;
}
.ulogin.uhide{
	height: 0px;
	overflow: hidden;
}
.ulogin_block{
	height: 90px;
	background-image: url("/img/load_s.gif");
	background-repeat: no-repeat;
	/*background-size: cover;*/	
	background-position: left;
}
.ulogin>div>div{
	background-image: none!important;
}
.fa-liter{
	font-weight: bolder;
	font-style: normal;
	line-height: 18px;
	/*font-size: 15px;*/
}
.ulogin>div>div>div{
	float: left;
	text-align: center;
	/*display: inline-block;*/
	width: 34px;
	height: 30px;
	padding-top: 4px;
	cursor: pointer;
	border: 1px solid #333;
	margin: 5px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.ulogin>div>div>div>i{
	font-size: 18px;
	display: block;
	/*margin: 5px;*/
}


/*блок юзера*/

.shadow {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.rounded {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.panel {
  border: none;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.profile-cover {
  width: 100%;

}

.profile-cover .cover {
  position: relative;
  border: 10px solid #FFF;
    background:#fff;
}

.profile-cover .cover .inner-cover {
  overflow: hidden;
  height: auto;
}

.profile-cover .cover .inner-cover .cover-menu-mobile {
  position: absolute;
  top: 10px;
  right: 10px;
}

.full-width {
  top: 0; 
  left: 0; 
    
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

.ulogin_fix h2{
	margin:0px;
}
.ulogin_fix{
	position: absolute;
	z-index: 1000;
	background: #fff;
	width: 250px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	padding: 5px;
	
	/*margin-top: -100px;*/
}
.ulogin_fix::before, .ulogin_fix::after {
    content: ''; 
    position: absolute;
    left: 20px; bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #ccc;
   }
.ulogin_fix::after{
	border-top: 10px solid white;
    bottom: -19px; 
}
.umess{
	display: none;
}
.uclose{
	cursor: pointer;
	float: right;
	display: none;
}
.ulogin_fix .uclose{
	display: block;
}

#u_fade{
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	display: none;
}