body{
	font-family: Roboto!important;
  width: 100%;
}
.box{
  z-index: 500;
}
.m-topbar__userpic{
	background: #e3e5eb;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #6f7785;
    font-family: Roboto;
    font-weight: 500;
    font-size: 22px;
}
.m-card-user__pic > span{
	background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: Roboto;
    color: #fff;
    font-weight: 500;
}
.btn-gradient{
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.32)!important;
}
.btn-gradient:hover{
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.5)!important;
}
.btn-gradient.defalut-gradient{
	box-shadow: none!important;
	background: #eaecf0;
	color: #9ba3b0;
	cursor: default;
}
#m_aside_left.active{
	left: 0;
}
.check-drop{
	width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c929c;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.m-content.p-b .m-portlet.m-portlet--mobile.active{
	display: block;
    z-index: 102;
}
.check-drop.active{
    z-index: 102;
}
.background-block.active{
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 101;
}
.filter-result .filter-top{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.filter-result .filter-top > span{
	font-size: 13px;
    color: #6f7785;
    font-weight: 400;
}
.filter-result .filter-top > a.btn{
	padding-bottom: 0;
    padding-top: 0;
}
.filter-result .filter-r{
	display: flex;
    align-items: center;
}
.filter-result .filter-r .first-filter{
	font-size: 14px;
    font-weight: bold;
    color: #6f7785;
    margin-right: 10px;
}
.filter-result .filter-r .second-filter{
	font-size: 14px;
    font-weight: bold;
    color: #6f7785;
}
.filter-result .filter-r .second-filter .filt{
	font-weight: 400;
}
.aleft-block{
    position: absolute;
    z-index: 105;
    right: 10px;
    top: 10px;
}
.alert.alert-dismissible{
    padding-right: 6.5rem;
}
.alert.alert-dismissible .close{
    top: 2px;
}
.edits{
    animation-name: l-m;
  -webkit-animation-name: l-m;
  -moz-animation-name: l-m;

  animation-duration: .3s;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;

  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;

}
.edits-settings{
  animation-name: l-m;
  -webkit-animation-name: l-m;
  -moz-animation-name: l-m;

  animation-duration: .4s;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;

  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;

  visibility: visible !important;
}
@keyframes l-m {
  0% {
    transform: translate(0, -25%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@media screen and  (min-width: 993px){
  .m-menu__link-badge{
    display: none!important;
  }
}