﻿
@import url('header.css');

* 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after 
{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

html, body, form {
	height: 100%;
}

html {
}

body {
	background: url('/Images/MainMaster/bg_4_4_2.jpg') #5c87b2 repeat center center;
	margin: 0;
	
}

form {
	min-height: 720px;
}


/*Header*/

.header-right {
	float: right;
	margin-top: 12px;
}




/*Section*/
.header-spase {
	height: 100px;
}

.section-body {
	margin-left: 8px;
	margin-right: 8px;
}
.login-form {
	background-color: #f7f7f7;
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.section-conference {
	max-width: 647px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom:20px;
}





.body-wrap {
	min-height: 100%;
	height: auto;
	margin-bottom: -120px;
	padding-bottom: 120px;
}

.footer {
	margin-top:20px;
	/*height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;*/
}



.footer-body {
	min-height: 120px;
	text-align: center;
}

.link-wto {
	font: 12px Arial,sans-serif;
	color: Black;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
}

/*Login by ECP*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    min-width: 300px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ecp-info-table {
    width: 100%;
}

.ecp-info-table td:first-child {
    width: 30%;
    min-width: 70px;
}

.ecp-info-table td:last-child {
    border-bottom: 1px solid;
}

.showHidePass{
	position:absolute;
	top:2px;
	left:170px;
}

.showHidePassForAll {
	position: absolute;
	top: 2px;
	left: 97%;
}

@media screen and (max-width: 1280px) {
	.showHidePassForAll {
		left: 96%;
	}
}

.oops {
	position: absolute;
	top: 40px;
	left: 405px;
	width: 350px;
}

.agreement__item {
	width: 100%;
	margin-top: 15px;
	text-align: left;
	display:none;
}

.agreement__item-visible{
	display:block;
}

.agreement__item-text {
	padding-left: 10px;
	text-align:center;
}

.agreement__content{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}

.help-desk-block {
	position: absolute;
	top: 240px;
	left: 340px;
	text-align: center;
}

.blindword_block {
	position: relative;
}

.login-btn {
	margin-top: 20px;
}

.box {
	margin: 55px auto 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box tech-message {
	width: 366px;
	height: 150px;
}

.hide_element {
	display: none;
}

.top-margin{
	margin-top:20px;
}
.span-block{
	display:block !important;
}

.noborder td,
.noborder table {
	border: none !important;
	background-color: transparent !important;
	font-size: 14px;
	font-family:"Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
	font-weight:400;
	color:rgb(102,102,102);
}

.phone-support {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	position: absolute;
	bottom: 20px;
	font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #484848;
	text-align:center;

}
.phone-support span{
	font-weight:bold;
}

.login-panel{
	padding-bottom:60px;
}
.conference-link-ru {
	position: relative;
	text-align: center;	
	width: 142px;
	height: 26px;	
	margin: -75px auto;
	padding-left: 25px;
}
.conference-link-kz {
	position: relative;
	text-align: center;
	width: 142px;
	height: 26px;
	margin: -74px auto;
	padding-left: 14px;
}

.conference-link-ru a {
	text-decoration: none;
	color: white;
}

.conference-link-kz a {
	text-decoration: none;
	color: white;
}

.conference-image__block img {
	width: 650px;
	text-align:center;
}

@media screen and (max-height: 850px) {
	.header-spase {
		height: 15px;
	}

	.footer {
		margin-top: 100px;
		position: relative;
		display:block;
	}

}