/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

.wa-main-container {
	width: 100%;
	position: fixed;
	right: auto;
	left: 0;
	
	float: none;
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: visible;
	padding: 0;
	z-index: 99999;
	background: rgb(250, 250, 250);
}
.wa-main-container.wa-top {
	bottom: auto;
}
.wa-main-container.wa-bottom {
	top: auto;
}

.wa-main-container .wa-bar {
	clear: none;
	display: block;
	float: none;
	height: 5px;/*+20*/
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: relative;
	width: auto;
	z-index: 1;
	background-color: rgb(250, 250, 250);
	
	
	background-color: #FFFFFF;/*LAST FF0000*/
	box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 5px -1px, rgba(0, 0, 0, 0.1) 0 1px 2px -1px;
}
.wa-main-container .wa-bar > span {
	display: block;
	width: 80px;
	height: 45px;
	bottom: 0;
	left: 0%;
}
.wa-main-container .wa-bar > span > svg {
	margin: 0;
	position: absolute;
	top: 0px;/*+20*/
	left: 0%;
	display: block;
	width: 80px;
	height: 30px;
	transform: none;
}
.wa-main-container .wa-bar > span > svg > path,
.wa-main-container .wa-bar > span > svg > rect {
	fill: #FFFFFF;/*LAST FF0000*/
}
.wa-main-container.wa-bottom .wa-bar > span > svg {
	top: -25px;
}
.wa-main-container .wa-bar > span > svg > g.wa-down {
	visibility: hidden;
}
.wa-main-container .wa-bar > span > svg > g.wa-up {
	visibility: visible;
}
.wa-main-container.wa-js-opened .wa-bar > span > svg > g.wa-down {
	visibility: visible;
}
.wa-main-container.wa-js-opened .wa-bar > span > svg > g.wa-up {
	visibility: hidden;
}
.wa-main-container .wa-body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
	float: none;
	max-height: none;
	max-width: none;
	overflow: visible;
	z-index: auto;
}
.wa-main-container .wa-content {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	float: none;
	max-height: none;
	max-width: none;
	overflow: visible;
	z-index: auto;
	text-align: center;
}