body{
	font-family: 'Open Sans';
	font-size: 12pt;
	background: url(/images/paper.png);
}

.container-fluid{
	max-width: 1500px;
}

.authHelp{
	color: white;
}

.authHelp:hover{
	color: whitesmoke;
	text-shadow: 1px 1px 2px black;
}

.windowHead{
	text-align: center;
	background-color: #2980b9;
	border: 1px solid #2980b9;
	color: white;
	margin-top: 10px;
	font-weight: 600;
	padding: 10px 15px;
	box-shadow: 2px 2px 3px silver;
}

.windowBody{
	border: 1px solid #2980b9;
	background-color: whitesmoke;
	box-shadow: 2px 2px 3px silver;
	padding: 15px;
}

.errorHead{
	text-align: center;
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: white;
	margin-top: 60px;
	font-weight: 600;
	padding: 10px 15px;
	box-shadow: 2px 2px 3px silver;
}

.errorBody{
	border: 1px solid #dc3545;
	background-color: whitesmoke;
	box-shadow: 2px 2px 3px silver;
	padding: 15px;
}


.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.plist{
	text-indent: -12px;
	padding-left: 24px;
}

.sexMale.active, .sexMale.active:focus{
    background-color: #74b9ff;
}

.sexFemale.active, .sexFemale.active:focus{
    background-color: #fd79a8;
}

.anketaResult{
	font-weight: bold;
	font-size: 250%;
}