/*= ОБЩИЕ СТИЛИ
	--------------------------------------------------------*/
	
	body {
   background: #efefef;
   font-family: 'Open Sans', sans-serif;
   color: #777;
   height: 100%;
	}
	
	.wrapper {
	height: 100%;	
	}
	.content {
	min-height: calc(100vh - 80px);
	}
	
	.top {
	height: 100px;
	background: #273b49;
   font-family: 'Open Sans', sans-serif;
   	}
	.label {
	width: 30%;	
	float: left;
	}
	.label h1 {
	color: #fff;
	margin: 0px 0px 5px 10px;
	}
	.label h2 {
	color: #ebc100;
	margin: 0px 0px 5px 10px;
	}
	.user {
	width: 30%;	
	float: left;
	}
	.user h2 {
	color: #ebc100;
	margin: 0px 0px 5px 30px;
	}
	.user h3 {
	color: #fff;
	margin: 10px 0px 5px 30px;
	}
	.knopka a {
	color: #273b49;
	text-decoration: none;
	background-color: #ebc100;
	padding: 3px;
	margin: 10px 0px 5px 30px;
	}
	.pole h1 {
	text-align: center;
	}
	
	a {
   color: #f58220;
 font-weight: 400;
 
	}
	
	span {
   font-weight: 300;
   color: #f58220;
	}

	.mlogin {
   margin: 170px auto 0;
	}

	.mregister {
  margin: 80px auto 0;
	}

	.error {
   margin: 40px auto 0;
	border: 1px solid #777;
 padding: 3px;
	color: #fff;
   text-align: center;
 width: 650px;
 background: #f58220;
	}

	.regtext {
   font-size: 13px;
   margin-top: 26px;
   color: #777;
	}
	
	/*= ТАБЛИЦЫ
	--------------------------------------------------------*/
	
	
	table {
		border-collapse: collapse;
		width: 1010px;
	}
	th, td {
		border: none;
		text-align: center;
		font-size: 12px;
	}
	th {
		background-color: #273b49;
		color: #fff;
	}
	tr:nth-of-type(even) {
		background-color: #F3F3F3;
	}
	tr:nth-of-type(odd) {
		background-color: #ddd;
	}
	
	/*= КОНТЕЙНЕРЫ
	--------------------------------------------------------*/
	.container {
	padding: 25px 16px 25px 10px;
	font-weight: 400;
	overflow: hidden;
	width: 350px;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
	}
	
	#welcome {
	width: 500px;
	padding: 30px;
	background: #fff;
	margin: 160px auto 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
   box-shadow: 0 1px 3px rgba(0,0,0,.13);
	}
	ol {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ol li {
		clear: both;
		margin: 0 0 10px 0;
		padding: 0;
	}
	label {
		float: left;
		width: 150px;
	}
	input {
		border: 1px solid #333;
	}
	input:focus{
		background-color: #fffe;
	} 
	#power_tu {
		width: 50px;
	}
	.container h1 {
	color: #777;
	text-align: center;
	font-weight: 300;
   border: 1px dashed #777;
   margin-top: 13px;
	}

	.container label {
	color: #777;
	font-size: 14px;
	}

	#login {
  width: 320px;
	margin: auto;
	padding-bottom: 15px;
	}

	.container form .input,.container input[type=text],.container input[type=password],.container input[type=e] {
	background: #fbfbfb;
	font-size: 24px;
	line-height: 1;
	width: 100%;
	padding: 3px;
 margin: 0 6px 5px 0;
   outline: none;
   border: 1px solid #d9d9d9;
	}
	
	.container form .input:focus {
	border: 1px solid #f58220;
 -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
-moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
 box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
	}
	
	/*= КНОПКИ
	--------------------------------------------------------*/
	
	.button{
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, leftbottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a, #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
   color: #fff;
	padding: 7px 12px;
	-webkit-border-radius:4px;
moz-border-radius:4px;
 border-radius:4px;
	float: right;
	cursor: pointer;
	}
	
	.button:hover{
	background: #f47c20;
  background: -webkit-gradient(linear, left top, leftbottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11, #f06015);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	}
	/*= ПОДВАЛ
	--------------------------------------------------------*/
	footer {
color: #777;
font-size: 12px;
text-align: center;
margin-top: 20px;

	
	}