﻿
@font-face {
  font-family: exo2variable;
  src: url(/fonts/Exo2-VariableFont_wght.ttf);
}

@font-face {
  font-family: baloo2variable;
  src: url(/fonts/Baloo2-VariableFont_wght.ttf);
}

header 
{
  height: 85px;
}

.flex-container {
  max-width: 1980px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: auto;
  background-color: rgb(216, 230, 244);
  padding: 0 10px 0 10px;
}

.accent-background {
  background-color: rgb(216, 230, 244);
}

html, body {
  height: 100%;
  width: 100%;
  font-family: exo2variable !important;
}

#app
{
}
#body
{
  margin:15px 15px 15px 15px;
}
#main-menu-container{
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #D3D3D3;
  box-shadow: inset 0 0 5px #dddddd;
  border-radius: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  border-radius: 4px;
}

body {
}

header, footer {
  flex-shrink: 0;
  font-weight: 500;
}

header {
  margin-bottom: 0px;
}

nav.k-breadcrumb, #breadcrumb-container > div:first-child {
  padding-bottom: 0px;
  padding-left: 10px;
  border-radius: 25px;
  margin-bottom: 3px;
  background-color:white;
}

div.side-menu {
  display: flex;
  margin: 85px 5px 5px 0px;
  padding-top: 25px;
  padding-bottom: 100px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-shadow: 3px 3px 3px #9099a3;
  -moz-box-shadow: 3px 3px 3px #9099a3;
  box-shadow: 3px 3px 3px #9099a3;
  border-radius: 20px;
  border: 0px solid #000000;
  max-height:500px;
}

div.side-menu.collapsed
{
  width:80px;
  transition: width 0.2s;
}

  div.side-menu.expanded {
    width: 200px;
    transition: width 0.2s;
  }

  div.side-menu > a {
    margin-bottom: 7px;
    border-radius: 15px;
    padding: 5px;
  }

    div.side-menu > a div {
      display: flex;
      flex-direction: row;
      padding: 5px;
    }

  div.side-menu.flex-container {
    background-color: #FFF !important;
  }

.active-menu-page {
  box-shadow: 0 0 5px #f65300;
  font-weight: 600;
}

footer {
  font-size: x-small;
  padding: 5px;
  background-color: white;
}

main {
  flex-grow: 1;
  overflow: auto;
  min-height: 2em;
  padding: 0px 0px 0px 0px;
  background-color: white;
  border-top-left-radius: 30px;
}

.main {
  background-color: white;
  border-top-left-radius: 30px;
}

ul.k-menu-group, #searchSortSelection {
  border-radius: 10px;
}

.text-small {
  font-size: small;
}

.text-xs {
  font-size: x-small;
}

.font-bold {
  font-weight: bold;
}

.font-semibold {
  font-weight: 600;
}

.flat-panel {
  border: 2px solid #f2f2f2;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
}

.raised-panel {
  -webkit-box-shadow: 3px 3px 3px #9099a3;
  -moz-box-shadow: 3px 3px 3px #9099a3;
  box-shadow: 3px 3px 3px #9099a3;
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  border: 0px solid #000000;
}

.round-panel {
  border: 2px solid #f2f2f2;
  padding: 2px 25px 2px 25px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}

button.borderless {
  border: none !important;
  box-shadow: none !important;
}