@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

* {
	font-family: 'Fira Sans Condensed', sans-serif;
	box-sizing: bordex-box
}

html, body {
	margin: 0;
	padding: 0; 
}

html {
	background: url(../img/bg02.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed
}

h1 { color: #0CF; font-size: 32px; font-weight: 300 }
h2 { color: #069; font-size: 24px; font-weight: 300 }
h3 { color: #069; font-size: 16px; font-weight: 300 }

a { color: #0CF }
a:hover { color: #09C }

#main-container {
	margin: 20px
}

panel {
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	display: block;
	min-height: 50px;
	height: 100%;
	top: 0;
	padding-top: 1px;
	padding-bottom: 0;
	padding: 1px
}

margins {
	margin: 20px;
	display: block
}

.main-table {
	display: table;
	width: 100%
}

.main-table .col-fixed {
	display: table-cell;
	width: 300px;
	min-width: 300px;
	vertical-align: top;
	padding-right: 20px
}

.main-table .col-fluid {
	display: table-cell;
	width: 90%;
	min-height: 100px
}

btn, .btn {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 24px;
	font-size: 24px;
	font-weight: 400;
	cursor: pointer;
	padding: 3px;
	text-decoration: none
}

btn img { width: 24px; height: 24px }

btn.red, .btn.red {
	color: #C30
}

btn.blue, .btn.blue {
	color: #0CF
}

btn.green, .btn.green {
	color: #7B3
}

btn:hover, .btn:hover {
	background: rgba(255,255,255,0.5)
}

btn.checked, .btn.checked {
	background: rgba(255,255,255,0.95)
}

hr {
	height: 1px;
	background: #FFF;
	width: 100%;
	border: 0;
	margin-top: 1em;
	margin-bottom: 1em
}

.roman-ol {
    list-style: none;
    padding:0;
    margin:0;
    counter-reset: listStyle;
	margin-right: 2px
}

.roman-ol li {
    display: table;
	cursor: pointer;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px transparent solid
}

.roman-ol li.selected {
	border-color: #666;
	background-color:rgba(255,255,255,0.25)
}

.roman-ol li:hover {
	background-color: rgba(255,255,255,0.95)
}

.roman-ol li:before {
    content: counter(listStyle, decimal-leading-zero) " ";
    counter-increment: listStyle;
    color: #1b8bd2;
    text-align: right;
    padding-right: 5px;
    width: 20px;
    display: table-cell
}

.gray {
	color: #666
}

system-header {
	font-size: 18px;
	color: #EEE;
	font-weight: 300;
	text-transform: uppercase
}

system-header:before, system-header:after {
	content: '[ ';
	color: #666
}

system-header:after {
	content: ' ]'
}

props {
	display: table
}

row {
	display: table-row
}

cell {
	display: table-cell;
	padding: 5px
}

row cell:first-child {
	padding-left: 0;
	color: #666;
	text-transform: uppercase
}

.category-expander-down,
.category-expander-up {
	background: transparent;
	color: #CCC;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 21px;
	width: 21px;
	line-height: 17px;
	border: 2px #CCC solid;
	transform: rotate(90deg);
	border-radius: 16px;
	padding: 0;
	margin: 0;
	margin-right: 4px;
	cursor: pointer
}

.category-expander-down {
	color: #0CF;
	border-color: #0CF
}

.category-expander-down:hover,
.category-expander-up:hover {
	background: rgba(255,255,255,0.2);
	color: #FFF;
	border-color: #FFF
}

.login-box,
.password-box {
	width: 100%;
	min-height: 52px;
	border: 1px solid #666;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 300;
	background: #FFF url(/assets/img/email-lightgray.svg) no-repeat left center;
	background-size: 24px;
	padding-left: 42px;
	background-position-x: 10px
}

.login-box {
	background-image: url(/assets/img/email-lightgray.svg)
}

.password-box {
	background-image: url(/assets/img/password-lightgray.svg)
}

#login-page {
	height: 100vh; background: url(/assets/img/brain.png) no-repeat top center;
	background-size: 20vh;
	background-position: center 10vh
}

.neurov #login-page {
	background-image: none
}

.login-button {
	background: #2B0 url(/assets/img/arrow-right-white.svg) no-repeat right center;
	border: 0px #999 solid;
	min-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	background-position: calc(100% - 4px) center;
	background-size: 24px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 30px;
	color: #FFF;
	cursor: pointer
}

.login-button:hover {
	background-color: #3C0
}

.login-button:pressed {
	background-color: #1A0
}

li[data-slide-type=Slide] {
	background: url(/assets/img/icons/presentation.svg) no-repeat left center;
	background-size: 16px;
	padding-left: 16px;
	background-position-x: 2px
}

li[data-slide-type=NeuroGame] {
	background: url(/assets/img/icons/presentation-play.svg) no-repeat left center;
	background-size: 16px;
	padding-left: 16px;
	background-position-x: 2px
}

li[data-slide-type=Question] {
	background: url(/assets/img/icons/comment-question-outline.svg) no-repeat left center;
	background-size: 16px;
	padding-left: 16px;
	background-position-x: 2px
}

li[data-slide-type=Questionnaire] {
	background: url(/assets/img/icons/frequently-asked-questions.svg) no-repeat left center;
	background-size: 16px;
	padding-left: 16px;
	background-position-x: 2px
}

