@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu:300,400,500,700|Ubuntu+Condensed&subset=latin,cyrillic-ext);

/* НАСТРОЙКИ ТЕЛА СТРАНИЦЫ */
* {
	margin: 0px;
	padding: 0px;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}

html {
	width: 100%;
	min-width: 1450px;
    height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
    height: 100%;
	font: 300 12px 'Ubuntu', sans-serif;
	color: #323a45;
	overflow: auto;
	background: #eaedf1;
	}

a { color: #14b9d6; outline: none; }

input,
textarea,
select { font: 300 12px 'Ubuntu', sans-serif; }
input:focus { outline: none; }
textarea { resize: none; }

/* Базовое представление */
.Loading {
	position: absolute;
	z-index: 100001;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 170px;
	margin: -85px 0 0 -200px;
	background: #cbd4e0;
	overflow: hidden;
	}

.Loading .Logo {
	height: 40px;
	padding: 0 40px;
	font: 300 20px/40px 'Ubuntu', sans-serif;
	color: #eaedf1;
	text-align: center;
	background: #323a45;
	}

.Loading .Login {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	padding: 15px 20px;
	}

.Loading .Login input {
	width: 100%;
	height: 30px;
	padding: 0 10px 0 30px;
	margin-bottom: 5px;
	font: 300 16px/30px 'Ubuntu', sans-serif;
	color: #323a45;
	text-align: center;
	border: none;
	}

.Loading .Login input.user {
	background: url(/images/icons/user.png) 7px center no-repeat #eaedf1;
	}

.Loading .Login input.password {
	background: url(/images/icons/password.png) 7px center no-repeat #eaedf1;
	}

.Loading .Login input.login {
	float: right;
	width: 150px;
	padding: 0 10px;
	margin-bottom: 0px;
	color: #eaedf1;
	text-transform: uppercase;
	background: url(/images/icons/login.png) 7px center no-repeat #323a45;
	}

.Loading .Login input.login:hover {
	background-color: #4c5561;
	}

.Loading .Loader {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	padding: 40px 20px;
	font: 300 14px/30px 'Ubuntu', sans-serif;
	text-align: center;
	text-transform: uppercase;
	}

.Alert {
	display: none;
	position: absolute;
	z-index: 100002;
	top: 0;
	left: 50%;
	width: 400px;
	margin: 85px 0 0 -200px;
	font: 500 14px/30px 'Ubuntu', sans-serif;
	color: #eaedf1;
	text-align: center;
	background: #e93f40;
	}

.AlertScs {
	display: none;
	position: absolute;
	z-index: 100002;
	top: 0;
	left: 50%;
	width: 400px;
	margin: 85px 0 0 -200px;
	font: 500 14px/30px 'Ubuntu', sans-serif;
	color: #eaedf1;
	text-align: center;
	background: #03a678;
	}