﻿/* Индикаотр загрузки при старте */

.loading-text {
  padding-left: 5px;
}

.loading-title{
  background: white;
  color: #444;
  font: bold 13px tahoma,arial,helvetica;
  padding: 0;
  margin: 0;
  height: auto;
}

.loading-msg {
  font: normal 10px arial,tahoma,sans-serif;
  color: gray;
  float: left;
  white-space: nowrap;
}

#center {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#center-content {
  border: 1px solid red;
	position: absolute;
	left: 50%;
	visibility: visible;

	width: 200px;
  margin-left: -100px;

	height: 50px;
  top: -25px;
}