﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
body {
  background-color: #fafafa; }

.main-theme {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content-section {
  padding-bottom: 3rem; }

.navbar {
  background-color: #4db6ac;
  color: white;
  height: 65px;
  margin: 0 -15px; }
  .navbar a {
    color: white; }
  .navbar .btn {
    background-color: lightgrey; }

.login-section {
  margin-left: auto;
  align-items: center; }
  .login-section div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.5em;
    font-size: 11px; }
    .login-section div span {
      display: block; }

.profile-picture {
  height: 55px;
  border-radius: 30px; }

.profile-name {
  font-size: 13px;
  font-weight: 300; }

.profile-email {
  color: #b2dfdb;
  font-weight: 500; }

.home-body {
  padding: 2em;
  text-align: center; }

.welcome-text {
  padding-top: 5em;
  width: 60%;
  text-align: center;
  display: inline-block; }
  .welcome-text p {
    padding: 1em; }

.footer {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 96%; }

#body-row {
  margin-left: 0;
  margin-right: 0;
  min-width: 772px;
  position: relative;
  min-height: 100vh; }

#sidebar-container {
  min-height: 100vh;
  background-color: #455a64;
  padding: 0; }
  #sidebar-container .list-group {
    padding-top: 65px; }

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
  width: 230px; }

.sidebar-collapsed {
  width: 60px; }

/* Menu item*/
#sidebar-container .list-group .nav-item :hover {
  background-color: #546e7a; }

#sidebar-container .list-group a {
  height: 50px;
  color: white;
  background-color: #455a64;
  font-size: 14px; }

#sidebar-container .list-group .active {
  border-right: 3px solid #4fc3f7; }
  #sidebar-container .list-group .active a {
    background-color: #546e7a; }

#sidebar-container .list-group-item {
  border: none; }

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
  height: 45px;
  padding-left: 30px; }
  #sidebar-container .list-group .sidebar-submenu a li {
    margin-left: 30px; }

.sidebar-submenu {
  font-size: 0.9rem; }

/* Separators */
.sidebar-separator-title {
  background-color: #455a64;
  color: #b2dfdb;
  height: 35px; }

.sidebar-separator {
  background-color: #455a64;
  height: 25px; }

.logo-separator {
  background-color: #333;
  height: 60px; }

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px; }

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 20px; }

.nav-logo {
  position: fixed;
  bottom: 30px;
  left: 40px; }
  .nav-logo img {
    width: 150px; }

.menu-wrapper {
  position: relative; }

.floating-menu {
  width: 200px;
  z-index: 100;
  background-color: #fafafa;
  box-shadow: 2px 5px 10px #9e9e9e;
  color: #546e7a; }
  .floating-menu .hide-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 17px; }
  .floating-menu ul {
    width: 100%;
    list-style-type: none;
    padding: 0; }
    .floating-menu ul > li:hover {
      background-color: #4db6ac;
      color: white; }
      .floating-menu ul > li:hover > a {
        color: white; }
      .floating-menu ul > li:hover .onHover {
        display: inline-block; }
      .floating-menu ul > li:hover .nonHover {
        display: none; }
  .floating-menu h4 {
    font-size: 15px;
    padding: 15px; }
  .floating-menu li {
    width: 100%;
    padding: 5px 15px; }
  .floating-menu a {
    color: #546e7a;
    text-decoration: none; }
  .floating-menu small {
    color: #009688;
    font-size: 13px;
    padding: 5px 15px; }

#acc-menu {
  padding: 0;
  z-index: 200; }
  #acc-menu li > span {
    display: inline-block;
    font-size: 15px;
    padding: 0 5px; }

.mainContainer {
  position: absolute;
  top: 40px;
  right: 0; }

.positionedContainer {
  position: absolute;
  display: none;
  right: 100%;
  top: 0; }

.positionedChild {
  position: absolute;
  right: 100%;
  display: none;
  width: 80px;
  max-height: 200px;
  margin-top: -30px; }

.positionedSubChild {
  position: absolute;
  right: 100%;
  display: none;
  width: 120px;
  max-height: 200px;
  margin-top: -30px; }

.top-level-list {
  width: 220px; }

.inner-list-parent {
  max-height: 35px; }
  .inner-list-parent:hover > div {
    display: block; }
  .inner-list-parent div[name="month-list"] {
    width: 120px; }

.inner-list {
  width: 100px;
  display: block;
  overflow-y: auto;
  max-height: 200px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

#currentPeriod {
  margin-right: 0px;
  text-align: right;
  -webkit-touch-callout: text;
  /* iOS Safari */
  -webkit-user-select: text;
  /* Safari */
  -khtml-user-select: text;
  /* Konqueror HTML */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.onHover {
  display: none; }

.v-align-top {
  vertical-align: top; }

.timeframe-icon {
  margin: 0 10px; }

.icon_button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 5px; }
  .icon_button span.fas {
    padding-left: 3px;
    padding-top: 1px; }

.icon_button:after {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  display: block;
  top: -8px;
  left: -8px;
  border-radius: 20px;
  pointer-events: none;
  background-color: #00695c;
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: scale(1.5); }

.icon_button:hover:after {
  opacity: 0.15;
  transform: scale(1); }

.icon_button.click:after {
  opacity: 0;
  background-color: #4db6ac;
  transform: scale(1.5);
  transform: all 0.3s ease-out; }

.icon_button:before {
  content: "";
  height: 36px;
  width: 36px;
  position: absolute;
  display: block;
  top: -6px;
  left: -6px; }

.icon_button.signout {
  background: url(/Images/Icons/header_button_signout.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center; }

.icon_button.browse_left {
  background: url(/Images/Icons/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center; }

.icon_button.browse_right {
  background: url(/Images/Icons/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center; }

.icon_button.hamburger {
  background: url(/Images/Icons/select_hamburger.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center; }

.icon_button.close_timeframe_menu {
  background: url(../Icons/close_timeframe.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center; }

.lds-roller-wrapper {
  text-align: center; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 4rem; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #546e7a;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.inactiveMessage {
  margin: 15px;
  color: #78909c;
  text-align: center; }
  .inactiveMessage p {
    padding-top: 15px;
    padding-left: 8px;
    font-size: 19px;
    font-weight: 300; }

.text-link {
  color: inherit; }
  .text-link:hover {
    text-decoration: none;
    color: inherit; }
