.btn-ban{
    background-color: #de605b;
    border-color: #da4846;
    color: #fff;
}
.btn-unban{
    background-color: #ded05b;
    border-color: #dac846;
    color: #fff;
}
.btn-agree{
    background-color: #60de5b;
    border-color: #48da46;
    color: #fff;
}
.btn-dis{
    background-color: #ded05b;
    border-color: #dac846;
    color: #fff;
}

button:focus {outline:none;}

button.btn-message {
    position: absolute;
    text-transform: lowercase;
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    padding: 16px;
    background: #337ab7 url('/bitrix/templates/union_new/images/message-btn.png') no-repeat 50% 50%;
	background-size: 25px 25px;
	left: 140px;
    top: 205px;
}

button.btn-message:hover,button.btn-action:hover {
    background-color: #286090;
}

button.btn-action {
	
    text-transform: lowercase;
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    padding: 16px;
    background: #337ab7 url('/bitrix/templates/union_new/images/action-menu-btn.png') no-repeat 50% 50%;
	background-size: 25px 25px;
	
}

button.btn-action:hover, button.btn-action:focus {
    background-color: #286090;
}

.btn-block-action {position:absolute;top:205px; 
	left:180px;}

.btn-block-action-menu {
	background: rgba(250, 250, 250, 0.9) none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #337ab7;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	z-index: 1000;
}
.btn-block-action-menu span{
	display: block;
	font-size: 16px;
	text-align: left;
	white-space:nowrap;
	font-family:helios;
	color:#0e5196;
	cursor:pointer;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.btn-block-action-menu span:last-child {
	border-bottom:none;
}
.btn-block-action-menu span:hover {
	color:#23527c; text-decoration:underline;
}

.bx-user-tb-control ul li.bx-icon-ban {
    background-image:url('/bitrix/components/bitrix/main.user.link/templates/.default/images/lock.png') !important;
	background-position:0 5px !important;
}
.bx-user-tb-control ul li.bx-icon-ban span {cursor:pointer;}
.bx-user-tb-control ul li.bx-icon-ban span:hover {cursor:pointer; text-decoration: underline;}
.sonet-members-item {clear:both;}
.sonet-members-item .sonet-members-item-menu{top: 0 !important;}
.tabs__caption li span.int {position:absolute; z-index:9999;right:-10px;top:-10px;}
#mess_ban_text {margin:70px 30px 40px;}
div.search-page input.search-button {
background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 10px 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
      margin-right: 4px;
}
div.search-page input.search-button:hover {
	 text-decoration: none;
    background-color: #286090;
    border-color: #2e6da4;
}
div.search-page input.search-query {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-query  { background: #F8F7F7; border-color: #D9D9D9; }