@import url(wd_pbar.css);

body
{
	background-image: url(../images/bkgnd1.jpg);
}

.wd-toprow
{
	width: 100%;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
}

.inline-block
{
	display: inline-block;
}

.row
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar
{
	margin-bottom: 0 !important;
}

.navbar-inverse {
	border-color: #222;
}

.panel
{
	margin-bottom: 0 !important;
}

.wd-navbar
{
	margin-top: 15px;
	background-color: #222;
}

.va-middle
{
	vertical-align: middle;
}

.bcolor1
{
	background-color: #00aae1;
}

.bcolor2
{
	background-color: white;
}

.wd-smargin-wide
{
	margin-left: 50px;
	margin-right: 50px;
}

.logo-sm
{
	margin-right: 20px;
}

.wd-fullwidth
{
	width: 100%;
}

.statusbar-cell
{
	padding-top: 3px;
	height: 30px;
	background-color: #ccc;
	border: 2px solid gray;
}

.statusbar-cell:after
{
	position: absolute;
	content: "";
	right: -12px;
	top: -2px;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent gray;
	z-index: 2;
}

.statusbar-cell-active
{
	padding-top: 3px;
	height: 30px;
	background-color: blue;
	color: white;
	font-weight: bold;
	border: 2px solid blue;
}

.statusbar-cell-active:after
{
	position: absolute;
	content: "";
	right: -12px;
	top: -2px;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent blue;
	z-index: 2;
}

.auth
{
	margin-top: 100px;
	padding: 100px 0 100px 0;
}

.btn-go-admin
{
	position: fixed; 
	right: 0; 
	bottom: 0; 
	margin: 10px;
}

.btn-go-examiner
{
	position: fixed; 
	right: 0; 
	bottom: 0; 
	margin: 10px;
}

.shadow 
{
    background: white; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
}

.bradius-5
{
	 border-radius: 5px;
}

.greetings-stripe
{
	padding-top: 5px;
	color: white;
	font-weight: bold;
}

.wd-pointable
{
	cursor: pointer;
}
.wd-pointable:hover
{
	color: cornflowerblue;
}

.wd-variant
{
	position: relative;
	float: left;
	margin: 15px;
	width: 150px;
	height: 150px;
	/*background-image: url(../images/quiz-gray.png);*/
	background-image: url(../images/quiz-gray-empty.png);
	background-size: contain;
	border-radius: 14px;
	-webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wd-variant:hover
{	
	box-shadow: 0 0 10px 5px rgba(24, 145, 192, 0.5);
	/*background-image: url(../images/quiz-cian.png);*/
	background-image: url(../images/quiz-cian-empty.png);
}
.wd-variant:hover > span
{
	color: #00aae1;
}

.wd-vr-text
{
	position: relative;
	top: 25%;
	font-size: 40pt;
	font-weight: bold;
	color: #484C55;
}
.wd-scores-first
{
	color: #00aae1;
	font-size: 13px;
	font-weight: bold;
}

.wd-result-good
{
	background-color: aquamarine;
	color: green;
	font-weight: bold;
}

.wd-result-bad
{
	background-color: lightcoral;
	color: red;
	font-weight: bold;
}

.wd-vpad10
{
	padding: 10px 0;
}

.wd-editable
{
	padding: 12px 5px 2px 5px;
	border: 1px dotted gray;
	background-image: url(../images/editable.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.wd-disabled-record
{
	color: lightsalmon;
}

@media all and (max-width: 768px)
{
	.logo-sm
	{
		margin-right: 0;
		max-height: 50px;
		width: auto;
	}
	
	.auth
	{
		margin: 50px 0 0 0;
		padding: 20px 0 20px 0;
	}
}