﻿.green {
  color: #2d5c88 !important; }

.red {
  color: #dc3545 !important; }

.blue {
  color: #007bff !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  color: Black;
  background-color: #f3f3f3;
  font-size: medium;
  font-family: Arial, Verdana, Sans-Serif;
  padding: 60px 0 20px 0; }

img {
  border-style: none; }

hr {
  border-top: 1px solid #cccccc; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: White;
  border-bottom: 1px solid #e8e8e8; }

.content {
  position: relative;
  padding-top: 3rem;
  margin-top: -60px;
  padding-bottom: 20px;
  margin-bottom: -20px; }
  @media (max-width: 767px) {
    .content .content .container {
      padding-left: 60px; } }

.sidebar-display .content {
  margin-left: 60px; }

.test-header {
  padding: .2rem;
  background-color: #222;
  color: #ddd;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5000;
  height: 1.5rem; }
  .test-header .live-test {
    background-color: darkred; }

.header-bar {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 7000;
  background-color: #3e4146;
  color: #FAFAFA;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  padding: 0;
  display: flex;
  flex-direction: row; }
  .header-bar .left-bar,
  .header-bar .right-bar,
  .header-bar .section-header,
  .header-bar .section-menu {
    padding: .25rem .75rem; }
  .header-bar .section-menu {
    width: 60px;
    background-color: black; }
    .header-bar .section-menu a,
    .header-bar .section-menu a:active,
    .header-bar .section-menu a:hover,
    .header-bar .section-menu a:focus,
    .header-bar .section-menu a:visited {
      color: #FAFAFA;
      font-size: 24px;
      text-decoration: none; }
  .header-bar .left-bar > *,
  .header-bar .right-bar > *,
  .header-bar .section-menu,
  .header-bar .section-header > * {
    vertical-align: top; }
  .header-bar .left-bar,
  .header-bar .right-bar {
    flex: 1 1 auto; }
  .header-bar .left-bar {
    text-align: left; }
  .header-bar .right-bar {
    text-align: right; }
  .header-bar .section-header {
    background-color: #2d5c88;
    color: #FAFAFA; }
    .header-bar .section-header h1 {
      font-weight: bold;
      margin: 0; }
  .header-bar .left-bar h2 {
    margin: 0; }
  .header-bar h1,
  .header-bar h2,
  .header-bar h3,
  .header-bar h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2rem;
    display: inline-block; }
  .header-bar h1 + *,
  .header-bar h2 + *,
  .header-bar h3 + *,
  .header-bar h4 + * {
    margin-left: 10px; }
  .header-bar b {
    font-size: 16px;
    margin-right: 10px; }
  .header-bar form {
    display: inline-block; }
  .header-bar .divider {
    margin: 0 15px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    height: 25px;
    display: inline-block; }
  .header-bar .btn {
    font-size: 0.8rem;
    padding: .125rem .75rem; }
  .header-bar > * {
    vertical-align: top; }
  @media all and (max-width: 767px) {
    .header-bar ~ .content {
      padding-top: 5.0rem; } }
  @media all and (min-width: 768px) {
    .header-bar ~ .content {
      padding-top: 3.0rem; } }

.test-header ~ .header-bar {
  top: 1.5rem; }

.test-header ~ .header-bar ~ .content {
  padding-top: 5.0rem; }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-color: White;
  border-top: 1px solid #e8e8e8;
  z-index: 999;
  font-size: smaller; }
  @media (max-width: 767px) {
    .footer {
      height: 48px; } }

#sidebar {
  position: absolute; }
  #sidebar a {
    color: #FAFAFA; }
  #sidebar .k-widget {
    width: 100%; }

#sidebar-main {
  width: 60px;
  position: fixed;
  background-color: #000000;
  color: #FAFAFA;
  top: 2.5rem;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 9000;
  display: flex;
  flex-direction: column; }
  #sidebar-main .sidebar-top {
    flex: 1;
    width: 100%; }
  #sidebar-main .sidebar-bottom {
    width: 100%; }
  #sidebar-main a.sidebar-button {
    display: block;
    padding: 15px;
    text-decoration: none !important;
    width: 100%;
    font-size: 24px; }
    #sidebar-main a.sidebar-button.active, #sidebar-main a.sidebar-button:hover {
      background-color: #333233; }
    #sidebar-main a.sidebar-button img {
      width: 30px; }
    #sidebar-main a.sidebar-button .sidebar-initial {
      color: #eeeeee; }
    #sidebar-main a.sidebar-button.current {
      padding-left: 5px !important;
      border-left: solid 10px #314618; }
    #sidebar-main a.sidebar-button.stacked {
      font-size: 12px; }
    #sidebar-main a.sidebar-button .fa-stack-1x {
      line-height: 2em; }
  #sidebar-main .sidebar-large {
    display: none;
    font-size: 1.0rem;
    margin-left: 6px;
    margin-right: -6px;
    margin-bottom: 0;
    line-height: 1.5em;
    padding: 0; }

.test-header ~ .header-bar ~ .content #sidebar-main,
.test-header ~ .header-bar ~ .content #sidebar-detail {
  top: 4.0rem !important; }

#sidebar-detail {
  display: none;
  position: fixed;
  top: 2.5rem;
  left: 60px;
  bottom: 0;
  width: 250px;
  padding: 10px;
  padding-bottom: 50px;
  background-color: #333233;
  color: #f0f3f5;
  overflow-y: auto;
  z-index: 8000; }
  #sidebar-detail .btn {
    width: 100%;
    margin-bottom: .5em;
    font-size: 14px;
    line-height: 1.2em; }
  #sidebar-detail h4 {
    font-size: 18px;
    font-weight: bold;
    color: #dadde0;
    text-transform: uppercase;
    margin-top: .5em; }
  #sidebar-detail h5 {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: #dadde0;
    text-transform: uppercase;
    margin-top: .5em; }
  #sidebar-detail h6 {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: #dadde0;
    text-transform: none;
    margin-top: .5em; }
  #sidebar-detail .nav-item {
    font-size: 14px;
    line-height: 1.6em;
    margin-left: 1em;
    text-indent: -1em; }
    #sidebar-detail .nav-item.noindent {
      margin-left: 0;
      text-indent: 0; }
    #sidebar-detail .nav-item a {
      padding: 0 !important; }
      #sidebar-detail .nav-item a:hover {
        background-color: unset;
        text-decoration: underline; }
  #sidebar-detail .separator {
    height: 0;
    border: solid 1px #777777;
    margin: 0.5em; }
  #sidebar-detail button.link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #f0f3f5;
    text-decoration: none;
    cursor: pointer;
    outline-color: transparent; }

#sidebar-size-toggle .expanded {
  display: none; }

#sidebar-size-toggle .collapsed {
  display: inline-block; }

.sidebar-collapsed #sidebar-size-toggle .expanded {
  display: none; }

.sidebar-collapsed #sidebar-size-toggle .collapsed {
  display: none; }

.sidebar-collapsed #sidebar-size-toggle .bars {
  display: inline-block; }

.sidebar-display #sidebar-size-toggle .expanded {
  display: none; }

.sidebar-display #sidebar-size-toggle .collapsed {
  display: inline-block; }

.sidebar-display #sidebar-size-toggle .bars {
  display: none; }

.show-large-sidebar {
  /*
    #sidebar-size-toggle {
        .expanded {
            display: inline-block;
        }

        .collapsed {
            display: none;
        }
    }
*/ }
  .show-large-sidebar #sidebar-main {
    width: 220px;
    text-align: left; }
    .show-large-sidebar #sidebar-main .sidebar-large {
      display: inline-block; }
    .show-large-sidebar #sidebar-main .sidebar-small {
      display: none; }
  .show-large-sidebar.sidebar-display #sidebar-size-toggle .expanded {
    display: inline-block; }
  .show-large-sidebar.sidebar-display #sidebar-size-toggle .collapsed {
    display: none; }
  .show-large-sidebar #sidebar-detail {
    left: 220px; }
  .show-large-sidebar .body-panel {
    margin-left: 220px; }

body.sidebar-display .body-panel {
  margin-left: 60px; }

body.sidebar-collapsed .body-panel {
  margin-left: 0; }

body.sidebar-collapsed .sidebar {
  display: none; }

body.sidebar-collapsed.show-large-sidebar .sidebar {
  display: inline-block; }
