html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
	padding: 70px 15px 20px;
	width: 100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
   /* white-space: nowrap;*/
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
body {
	background: url(/images/background.png) center no-repeat;
	background-size: cover;
}
.canvas_field {
	height: 92%; 
	width: 100%;
}
.aside {
	position: absolute; top: 0; right: 0;
	width: 250px;
    color: white;
}
.aside h4, .download-window h4, .download-window a {
	font-size: 22px;
	color: white;
}
.download-window a:hover {
	text-decoration: none;
}
.aside #btn-download, .download-window #btn-download {
	background: url(/images/google-play-badge.png);
	background-size: cover; 
	width: 170px;
	height: 60px;
	border: none;
}
.download-window {
	position: absolute;
	width: 350px;
    color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fullscreen {
	background: url('/TemplateData/fullscreen2.png') center no-repeat; 
	background-size: cover;
	width: 60px; 
	height: 60px;  
}
.build_identifier {
	position: absolute;
	top: 0;
	left: 25%;
	color: white;
	font-size: 24px;
}
#background-characters {
	display: none;
	position: absolute;
	transform: scaleX(-1);
	left: calc(20% + 380px + 15%);
	z-index: 1100;
	bottom: 0;
	width: 26%;
	min-width: 400px
}
#background-characters img {
	width: 100%;
}
footer {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(71, 10, 168, 0.3);
    z-index:1100;
}
.terms_and_privacy {
	margin-top: 15px;
}
.terms_and_privacy a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.terms_and_privacy p {
	margin-top: 15px;
	padding-left: 50px;
	color: #97939e;
	font-weight: bold;
}
.terms_and_privacy ul {
	height: 10px;
}
.terms_and_privacy li { /* горизонтальное расположение и отступы, чтобы отображались маркеры */
	float: left;
    margin-left: 25px;
}
.terms_and_privacy li::marker {
	color: gold;
}
.lang_menu { /* блок с кнопкой */
	position: fixed; 
	bottom: 10px; 
	right: 40px;
	display: block;
	width: 120px;
	height: 50px;
}
.btn_open {  /* кнопка */
	background: transparent;
	width: 100%;
	height: 100%;
	border: 2px solid #f7a428;
	border-radius: 40px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.lang_menu.active .icon_white, .lang_menu .icon_yellow { /* отображаем стрелку на кнопке */ 
	display: inline;
	margin-left: 7px;
}
.lang_menu.active .icon_yellow, .lang_menu .icon_white { /* прячем стрелку на кнопке */
	display: none;
}
.lang_menu.active .lang_menu__list { /* отображаем список языков */
	display: block;
}
.lang_menu.active .btn_open { /* активная кнопка */
	background: #f7a428;
}
.lang_menu .lang_menu__list { /* список языков */
	position: absolute;
	top: -210px;
	left: -190px;
	display: none;
	background: white;
	width: 260%;
	height: 360%;
	border-radius: 20px;
}
.lang_menu .btn_close { /* крестик */
	position: relative;
	left: 90%;
	top: 5%;
	background: transparent;
	border: none;
}
.lang_menu .lang_menu__list li { /* ячейка списка */
	color: #6600FF;
	font-size: 18px;
	width: 160px;
	height: 30px;
	text-indent: 10px;
	line-height: 30px;
	list-style-type: none;
}
.lang_menu .lang_menu__list li:hover {
	background: #eee6ff;
	border-radius: 7px;
}


