@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font:12px/18px  Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#000;
}
	
a{color:#fff;text-decoration:none;}
a:hover{ text-decoration:underline;}
#scene .background {
    background: url(../images/body.jpg) no-repeat 50% 100%;
    background-size: cover;
    width: 110%;
    position: fixed;
    top: 0px;
    left: -5%;
}
#scene {
    position: fixed;
    width: 100%;
}

#css_user_login  {
	top:50%;
	left:50%;
	margin-top: -95px;
	margin-left: -215px;
	width:430px;
	height: 190px;
	//overflow:hidden;
	
    position: absolute;
	border: 1px solid #fff;

	z-index:999;
	
	color:#fff;
	-webkit-box-shadow: 0 0 20px #3c89d3;
    -moz-box-shadow: 0 0 20px #3c89d3;
    box-shadow: 0 0 20px #3c89d3;
	
	list-style: none;
    text-align: center;
    
    border: 1px solid rgba(27,73,119, 0.5);
    background: -webkit-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -o-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    -webkit-border-radius: 20px 0px 20px 0px; 
    -moz-border-radius: 20px 0px 20px 0px; 
    -ms-border-radius: 20px 0px 20px 0px; 
    -o-border-radius: 20px 0px 20px 0px; 
    border-radius: 20px 0px 20px 0px; 
	
	padding: 10px;
}
#css_user_login  .title_bar{ 
	width:100%;
	height: 25px;
	background-color:rgba(1, 30, 57, 0.7);
	padding: 4px;
	font-size:160%;
	font-weight:900;
}

#css_user_login   th{
	font-size:130%;
	text-transform: uppercase;
}
#css_user_login   tr td{
	 padding: 10px;
}

input{
	width:280px;	
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

	padding: 4px 10px;
	height: auto;
	line-height: 24px;
	border-width: 0;
	border-style: none;
	 -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -ms-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    background: -webkit-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -o-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));	
	color:#fff;
	-webkit-box-shadow: 0 0 10px #3c89d3;
    -moz-box-shadow: 0 0 10px #3c89d3;
    box-shadow: 0 0 10px #3c89d3;
 }
 input[type=submit]{
    background: rgba(1, 30, 57, 0.7);
 }
 input:hover{
	-webkit-box-shadow: 0 0 40px #3c89d3;
    -moz-box-shadow: 0 0 40px #3c89d3;
    box-shadow: 0 0 40px #3c89d3;
 }

/*======================================================================================*/
.css_language{
	top:25px;
	float:right;
	right:25px;

    position: relative;
	border: 1px solid #fff;

	z-index:999;
	
	color:#fff;
	-webkit-box-shadow: 0 0 20px #3c89d3;
    -moz-box-shadow: 0 0 20px #3c89d3;
    box-shadow: 0 0 20px #3c89d3;
	list-style: none;
    text-align: center;
    padding: 2px 10px;
    border: 1px solid rgba(27,73,119, 0.5);
    background: -webkit-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -o-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    background: radial-gradient(contain circle, rgba(27,73,119, 0.71), rgba(1, 30, 57, 0.7));
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -ms-border-radius: 20px; 
    -o-border-radius: 20px; 
    border-radius: 20px; 

}



.ua{
	background: url(../images/flags/Ukraine.png)  no-repeat;
	}
.ru{
	background: url(../images/flags/Russia.png)  no-repeat;
	}
.en{
	background: url(../images/flags/United-Kingdom.png)  no-repeat;
	}
.ua:hover,.en:hover,.ru:hover{
	background-size: 100%;
	}
.flags{
	border:0px solid #FFCA95;
	float:left;	
	width:60px;
	height:60px;
	display:inline-block;
	background-size: 70%;
	background-position: 50% 50%;
	z-index:999;
}
.flags_activ{
	background-size: 100%;
	background-position: 50% 50%;
}
h1{
display:none;
}
/*======================================================================================*/
.alert {
	top:0;
	display:block;
	position: relative;
z-index:99999;
padding: 8px 35px 8px 14px;

text-shadow: 0 1px 0 rgba(255,255,255,0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:20px;
}
.alert-danger, .alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}

/*======================================================================================*/
#loading {
    width: 280px;
	display:none;
}

progress[value] {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	border: none;
    height: 20px;
    margin: 3px 0 5px 0;
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
	color: royalblue;
	position: relative;
}

progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

progress[value]::-webkit-progress-value {
	position: relative;
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius:3px;
	-webkit-animation: animate-stripes 5s linear infinite;
        animation: animate-stripes 5s linear infinite;
}

@-webkit-keyframes animate-stripes {
	100% { background-position: -280px 0px; }
}

@keyframes animate-stripes {
	100% { background-position: -280px 0px; }
}

progress[value]::-moz-progress-bar {
	/* Gradient background with Stripes */
	background-image:
	-moz-linear-gradient( 135deg,
													 transparent,
													 transparent 33%,
													 rgba(0,0,0,.1) 33%,
													 rgba(0,0,0,.1) 66%,
													 transparent 66%),
    -moz-linear-gradient( top,
														rgba(255, 255, 255, .25),
														rgba(0,0,0,.2)),
     -moz-linear-gradient( left, #09c, #004f69);
	
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius:3px;
}



#loading::-webkit-progress-value{
	/* Gradient background with Stripes */
	background-image:
	-webkit-linear-gradient( 135deg,
													 transparent,
													 transparent 33%,
													 rgba(0,0,0,.1) 33%,
													 rgba(0,0,0,.1) 66%,
													 transparent 66%),
    -webkit-linear-gradient( top,
														rgba(255, 255, 255, .25),
														rgba(0,0,0,.2)),
     -webkit-linear-gradient( left, #09c, #09c);
}
#loading::-moz-progress-bar {
	/* Gradient background with Stripes */
	background-image:
	-moz-linear-gradient( 135deg,
													 transparent,
													 transparent 33%,
													 rgba(0,0,0,.1) 33%,
													 rgba(0,0,0,.1) 66%,
													 transparent 66%),
    -moz-linear-gradient( top,
														rgba(255, 255, 255, .25),
														rgba(0,0,0,.2)),
     -moz-linear-gradient( left, #09c, #09c);
}

