:root {
  --font-base: 20px;
}

.top5 {
  margin-top: 5px;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top17 {
  margin-top: 17px;
}

.top30 {
  margin-top: 30px;
  background-color: red!important;
}
div.tooltip{
  position: absolute;
}
div.tooltip.fade{
  display: none;
}
div.tooltip.fade.show{
  display: block;
}
@font-face {
  font-family: Verdana;
  src: local("Verdana"),
  url('fonts/verdana/verdana.ttf');
}
body {
  font-family:  Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
h1{font-size: 21px!important;}
h2{font-size: 18px!important;}
h3{font-size: 16px!important;}
div, p{font-size: 12px!important;}

ul.module-list{
  display: block;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
ul.module-list > li{
  max-width: 100%;
  padding: 4px;
}
.button-border {
  border-width: 3px;
}

.btn-block {
  min-width: 100px;
}
.disabled{
  cursor: default;
}
input[type="radio"]:focus, input[type="checkbox"]:focus, div.focusable:focus, p:focus, button:focus, button:active, a:focus, h1:focus, h2:focus, h5:focus h4:focus, h5:focus, h6:focus, input:focus ,
[data-toggle=tooltip]:hover{
  box-shadow: 0px 0px 0px 1px #fff !important;
  background-color: rgba(185, 184, 186, 0.165) !important;
  color: #000 !important;
}
#persehLogo{
  padding: 0px 2px!important;
}

#persehLogo:hover{
  text-decoration: none;
}
#persehLogo:hover span{
  border-bottom: 2px solid #fff !important;
}
input[type="radio"]:focus > :after, input[type="checkbox"]:focus > :after, div.focusable:focus > :after, 
div.focusable:focus > :after, p:focus > :after, button:focus > :after, a:focus > :after, h1:focus> :after, 
h2:focus > :after, h5:focus > :after h4:focus > :after, h5:focus > :after, h6:focus > :after, input:focus > :after {
  background-color: #000;
  color: #fff;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li:before {
  content: "-";
  margin-left: -8px;
  padding-right: 8px;
}
#buttonNames {
  position: absolute; 
  bottom: 16px;
  right: 25vw;
  margin: 0 auto; 
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100vh;
}

#header {
  position: relative;
}
#header > .navbar{
  padding: 0px;
  height: 34px;
  overflow: hidden;
}
#header > .navbar .navbar-nav .nav-item.active{
  min-width: 200px;
  max-height: 34px;
}
.container-fluid{padding:0px;}

footer > .navbar img.nav-link,
#header > .navbar img.nav-link{
  height: auto;
  width: auto;
  max-width: 100%;
  padding: 0px;
  display: inline;
}
footer > .navbar .navbar-nav > .nav-item a,
#header > .navbar .navbar-nav > .nav-item a{
  padding: 0px 0px;
  display: block;
}
#header > .navbar .navbar-nav > .nav-item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#header > .navbar .navbar-nav > .nav-item a + span{
  display: block;
  padding-top: 2px;
  text-align: left; 
  vertical-align: top; 
  font-size: 10px; 
  color: #cedfea;
  user-select: none;
  cursor: default;
}
#navTitle{
  font-size: 14px!important;
  margin: 0px;
}
main.main {
  padding: 0px 8px;
  height: calc(100vh - 124px) !important;
  align-self: stretch;
  overflow-x: hidden;
  overflow-y: scroll;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

main.main>div {
  width: 100%;
  padding-top: 4vh;
}

footer {
  position: relative !important;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

footer>.navbar {
  position: relative !important;
  height: 50px;
}
footer>.navbar img{
  height: 34px;
}
#navbarCollapse{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer>.navbar>.navbar-collapse>ul {
  list-style: none;
  max-width: 200px;
  min-width: 200px;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer>.navbar>.navbar-collapse>ul>li {
  display: block;
  margin: 0px 2px;
  padding: 0px;
}

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

video {
  width: 100% !important;
  height: 100% !important;
}

#questions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 8px 0px;
}

#questions form > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.5em!important;
}
#questions form label{
  margin: 0px;
}
#questions form > div > div {
  height: 18px;
}
#questions form > div > input {
  margin-top: 4px!important;
}

.navbar .material-icons {
  font-size: 20px;
  color: #fff;
}

.navbar button {
  border: 0px;
  margin: 0 2px;
}









