﻿.avgust-main-layout {
	background: linear-gradient(#eee, #fff);
	/*overflow: auto;*/
}

.avgust-header-text-gray {
	color: gray;
	opacity: 0.5;
	font-size: 48px;
	text-align: center;
}

.avgust-header-text-orange {
	color: #fcb515;
	opacity: 0.5;
	font-size: 48px;
	text-align: center;
}

.avgust-header-text-black {
	color: #4b4f54;
	font-size: 32px;
	text-align: center;
}

.avgust-common-text {
	color: black;
	font-size: 20px;
	text-align: center;
}

.avgust-points-text {
	color: black;
	font-size: 1vw;
}

.avgust-tournament-item-text {
	color: #707070;
	text-align: start;
}

.avgust-tournament-item-header-text {
	color: #707070;
	text-align: start;
	font-size: 24px; 
	font-weight: 500;
}

.avgust-result-table-header-text {
	color: #cecece;
	font-weight: bold;
	font-size: 18px;
}

.avgust-result-table-place-text {
	color: #848484;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.avgust-result-table-text {
	color: #848484;
	font-weight: bold;
	font-size: 19px;
}

.avgust-ellipsis-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.avgust-question-answer-button {
	border-width: 1px;
	border-color: black;
	border-radius: 50%;
}

.avgust-yellow-button-big {
	background: radial-gradient(#fcb515, #fff176);
	text-shadow: 0 2px 3px gray;
	color: white;
	font-size: 20px;
	font-weight: bold;
	min-width: 189px;
}

.avgust-yellow-button-middle {
	background: radial-gradient(#fcb515, #fff176);
	text-shadow: 0 2px 3px gray;
	color: white;
	font-size: 16px;
	font-weight: bold;
	min-width: 130px;
}

.avgust-gray-button-middle {
	background: radial-gradient(#878787, #979797);
	text-shadow: 0 2px 3px gray;
	color: white;
	font-size: 16px;
	font-weight: bold;
	min-width: 130px;
}

.avgust-green-button-middle {
	background: radial-gradient(#a7d980, #a7d980);
	text-shadow: 0 2px 3px gray;
	color: white;
	font-size: 16px;
	font-weight: bold;
	min-width: 130px;
}

.avgust-tournament-item-button-form {
	border-width: 1px; 
	border-radius: 20px; 
	min-width: 150px;
}

.avgust-admin-element-white-background {
	width: auto;
	height: auto;
	padding: 8px;
	margin: 16px 60px;
	border-radius: 10px;
}

.avgust-transparent-background {
	background-color: transparent;
}

.avgust-canister-item {
	padding: 8px;
	height: 100%;
	max-height: 100px;
}

.avgust-right-answer-color .avgust-right-answer-color:hover{
	background-color: #a7d980;
}

.avgust-wrong-answer-color .avgust-wrong-answer-color:hover {
	background-color: #ff8281;
}

.avgust-button-color-light-green {
	border-color: #61bc4d;
	color: #61bc4d;
}

.avgust-button-color-green {
	border-color: #00ab65;
	color: #00ab65;
}

.avgust-button-color-light-blue {
	border-color: #00abC2;
	color: #00abC2;
}

.avgust-button-color-blue {
	border-color: #365caa;
	color: #365caa;
}

.avgust-button-color-orange {
	border-color: #f4743c;
	color: #f4743c;
}

.avgust-button-color-yellow {
	border-color: #f2a900;
	color: #f2a900;
}

.avgust-button-color-red {
	border-color: #ee3443;
	color: #ee3443;
}

.avgust-button-color-pink {
	border-color: #dd4d9b;
	color: #dd4d9b;
}

.avgust-button-color-purple {
	border-color: #a8228e;
	color: #a8228e;
}

.avgust-button-color-gray {
	border-color: #707070;
	color: #707070;
}

.avgust-admin-quiz-result-text {
	color: black;
	font-size: 20px;
}

.avgust-control-tournament-player-icon {
	width: 50px;
	height: 50px;
}

@media (orientation: portrait) {
	.avgust-header-text-gray {
		font-size: 24px;
	}
	
	.avgust-header-text-orange {
		font-size: 24px;
	}

	.avgust-header-text-black {
		font-size: 20px;
	}

	.avgust-common-text {
		font-size: 16px;
	}
	
	.avgust-canister-item {
		max-height: 100px;
	}

	.avgust-points-text {
		font-size: 2vh;
	}

	.avgust-admin-element-white-background {
		margin: 16px 8px;
	}

	.avgust-admin-quiz-result-text {
		font-size: 16px;
	}

	.avgust-control-tournament-player-icon {
		width: 25px;
		height: 25px;
	}
}

.avgust-question-type-tab:hover {
	background-color: #ccc;
	-webkit-transition: background-color 100ms ease-in;
	-ms-transition: background-color 100ms ease-in;
	transition: background-color 100ms ease-in;
}

.avgust-question-type-tab-selected {
	background-color: #BFECF7;
}

.test-border {
	border: 3px solid green;
}

html,
body {
	height: 100%;
}