/* Стили Bootstrap */
html, body {
	font-size: 15px;
	font-family: 'Open Sans', Tahoma, Arial;;
}

.h1, h1 {
	font-size: 2.5rem;
}

.h2, h2 {
	font-size: 2rem;
}

.h3, h3 {
	font-size: 1.75rem;
}

.h4, h4 {
	font-size: 1.1rem; /* 1.5rem */
}

.btn-secondary {
	background: #666;
}

.tab-pane {
}

.tab-content {
	padding: 20px 0;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

a {
	color: #6d6e71;
	text-decoration: underline;
}

a:hover {
	color: #f24e5e;
	text-decoration: underline;
}

a.btn {
	text-decoration: none;
}

.display-none {
	display: none;
}
/*************************************************************************/

/* Шапка сайта */
#header {
	width: 100%;
	margin-bottom: 34px;
	overflow: hidden;
}

#header .logo {
	float: left;
	width: 100%;
	min-height: 130px;
	margin-top: 46px;
	background: url('../img/logo.png') center top no-repeat; 
	background-size: 100% auto;
}

#header .content {
	float: left;
	width: 100%;
}

#header .content .title {
	font-size: 30px;
	color: #6c6d6f;
	text-align: center;
}

@media (min-width: 400px) {
	#header .logo {
		min-height: 170px;
	}
}

@media (min-width: 768px) {  
	#header .logo {
		width: 30%;
		min-height: 95px;
	}

	#header .content {
		width: 70%;
		margin-top: 46px;
	}
}

/* Левая колонка на главной странице */
#main-sidebar-left {
	text-align: center;
}

#main-sidebar-left .block-title {
	color: #fff;
    background-color: #666;
	-moz-border-radius: 0.25rem;
    -khtml-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
	text-align: center;
}

#main-sidebar-left .img-phone { 
	margin: 0 auto;
	width: 128px;
	height: 128px;
	background: url('../img/phone.png') center top no-repeat; 
}

#main-sidebar-left .link-reg {
	display: block;
	margin-top: 50px;
}

/* Правая колонка на главной странице */
#main-page .block {
	height: 95%;
	margin-bottom: 20px;
	padding: 28px;
	-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	text-align: center;
}

#main-page .block .title {
	margin-bottom: 20px;
	color: #666;
	text-align: center;
}

#main-page .block label {
	text-align: right;
}

#main-page .img-reg { 
	margin: 0 auto 20px;
	width: 128px;
	height: 128px;
	background: url('../img/registration.png') center top no-repeat; 
}

#main-page .img-log-in { 
	margin: 0 auto 20px;
	width: 128px;
	height: 128px;
	background: url('../img/log_in.png') center top no-repeat; 
}

#main-page .text-bottom {
	padding: 20px;
}

#main-page a.recover {
	margin: 0 auto 20px;
	font-weight: bold;
}

/* Страница правил */
#rules h4 {
	font-weight: bold;
}

#rules .block {
	margin-bottom: 20px;
	padding: 28px;
	-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#rules form {
	text-align: center;
}

/* Страница регистрации */
#reg-page .title {
	margin-bottom: 20px;
	background-color: #666;
	color: #fff;
	text-align: center;
}

#reg-page label {
	text-align: right;
}

/* Личный кабинет */
#panel .title {
	margin-bottom: 20px;
	background-color: #666;
	color: #fff;
	text-align: center;
}

#panel label {
	text-align: right;
}

#panel #subjects .btn {
	margin-bottom: 5px;
}

#panel .message {
	border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
	padding: 20px;
}

/* вывод на печать */
.print-selected div { display: none; }
.print-selected div.print-selection { display: block; }
.print-selected div.print-selection div { display: block; }

/* Специальные условия */
#sc-list .form-check-inline {
	align-items: baseline;
}

#sc-list .form-check-label {
	text-align: left !important;
	margin-bottom: 10px;
}
