body {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    background: #fff;
    color: #333;

    -webkit-font-smoothing: antialiased;
    overflow: auto;

    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
    body::-webkit-scrollbar {
	width: 0px;
	height: 0px;
    }
.generaldiv {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    min-height: 600px;
    position: relative;
}
.headdiv{
    top:0px;
    left:0px;
    height:60px;
    background:#eaeaea;
    border-bottom: 1px solid #c5c5c5;
    background-image: url(images/submenu-bg.png);
    display: none;
}
.headdivleft{
    height:100%;
    width:25%;
    background-image:url(images/logo_left.png);
    background-repeat:no-repeat;
    background-position:40px center;
    float:left;
    display: none;
}
.headdivright{
    height:100%;
    width:66%;
    background-image:url(images/logo_right.svg);
    background-repeat:no-repeat;
    background-position:70%;
    float:left;
    display: none;
}
.divmenuin,
.divmenuflag {
    display: none;
    position: absolute;
    top: 40px;
    border: 1px solid #c5c5c5;
}
.divmenuin {
    width: 250px;
    left: -120px;
    font-size: 12px;
    white-space: nowrap;
}
.divmenuflag {
    width: auto;
    background: none;
    left: -1px;
}
    #logo3:hover .divmenuin {
	display :block;
    }
    #logo4:hover .divmenuflag {
        display :block;
    }
.showhidemenu,
.reloginmenu {
    background: #fff;
    border-bottom: 1px solid #c5c5c5;
    color: black;
    padding: 3px;
    text-align: center;
}
/*
.showhidemenu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
*/
.reloginmenu {
    /*
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    */
    border-bottom: none;
    white-space: pre-wrap;
}
    .reloginmenu .usr {
	color: #08c;
	font-family: 'OpenSans-SemiBold', Arial;
	font-size: 14px;
    }

.showhidemenu:hover,
.reloginmenu:hover {
    color: #ee305b;
}

.sellangmenu {
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #c5c5c5;
    background: rgba(255,255,255,.8);
}

.sellangmenu.last {
    border-bottom: none;
}

.titlespan{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 24px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#errorconnect{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 135px;
    font-size: 11px;
    /*padding: 12px;*/
}
    #errorconnect .styled {
	font-size: 13px;
	font-family: 'OpenSans-SemiBold', Arial;
	margin: 5px 0px;
	display: block;
    }
	#errorconnect .styled.a {
	    display: run-in;
	    color: #08c;
	    cursor: pointer;
	}
	    #errorconnect .styled.a:hover {
		color: #000;
	    }
    #errorconnect li {
	margin: 10px auto;
	list-style: none;
	width: 90%;
    }
    #errorconnect a {
	text-decoration: none;
	color: #08c;
    }
	#errorconnect a:hover {
	    color: #000;
	}
    
#tempunavail{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    z-index: 100000;
    border: 1px solid #c5c5c5;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(102,102,102,.8);
    -webkit-animation-name: showline;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    
}
@-webkit-keyframes showline {
    0% {height: 0px;}
    100% {height: 50px;}
}
    #tempunavail span {
	display: block;
	position: absolute;
    }
    #tempunavail span.reconnectLine {
	/*width: 100%;*/
	height: 100%;
	background: rgba(0,136,204,1);
	-webkit-animation-name: loadline;
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: 1000000;
    }
    #tempunavail span.reconnectText {
	height: 100%;
	width: 100%;
	padding-top: 5px;
    }
        @-webkit-keyframes loadline {
            0% {width: 0%;}
            100% {width: 100%;}
        }

.ukrflag {
    position: absolute;
    bottom: -8px;
    right: 0px;
}
.survregnotopleft{
    background: red;
    width: 6px;
    height: 6px;
    left: 38px;
    top: 18px;
    position: absolute;
}
.survregno {
    text-align: center;
    width: 80px;
    height: 18px;
    position: absolute;
    background: #ffffff;
    border: 1px solid #000000;
}