﻿

#content {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background-image: url("login_page_v2.jpg");
  background-size: cover;
  box-sizing: border-box;
}

#layer {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

div.main-content {
  padding: 10px;
}

.card-body a {
  font-size: 14px;
  text-decoration: none;
  color: rgb(35, 35, 35);
  line-height: 24px;
}

.card {
  margin: 10px;
  /*background: rgba(90, 90, 90, 1);*/
  box-shadow: 0 0 1px 0 black;
  flex-grow: 1;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  border-radius: 1px;
  padding: 10px;
}

.column {
  flex-direction: column;
}

.card-row {
  display: flex;
  flex-direction: row;
}

.card > .card-header {
  /*border-bottom: 1px solid rgb(200, 200, 200);*/
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  /*background: rgba(255, 255, 255, 0.9);*/
  backdrop-filter: blur(20px);
}

.card > .card-title {
  border: none;
  border-bottom: 1px solid rgb(200, 200, 200);
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  /*background-color: rgb(250, 250, 250);*/
}

.card > .card-body {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

section.fieldset > .sections {
  display: flex;
}

section.fieldset > section.fieldset {
  flex-grow: 1;
}

section.fieldset > .column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

section.fieldset > .sections > .column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

div.card-body > .sections {
  display: flex;
}

  div.card-body > .sections > .column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

.card-body > a {
  color: var(--color-link);
}

.no-select {
  user-select: none;
}

:root {
  --color-brand-primary: #f3b608fa;
}

a {
  text-decoration: none;
}

  a:hover {
    text-decoration: none;
    cursor: pointer;
  }

#app-content-container {
  display: grid;
  height: 100%;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  grid-template-columns: var(--width-closed-menu) auto;
  grid-template-rows: 54px auto;
}

  #app-content-container.active {
    grid-template-columns: var(--width-opened-menu) auto;
  }


/* App Main Panel */

header.main-panel {
  grid-column-start: 1;
  grid-column-end: 3;
  z-index: 100;
  display: flex;
  flex-direction: row;
  /*background-image: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 100%);*/
  background-color: rgba(26, 26, 26, 0.65);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.48);
}

div#content {
  grid-column-start: 2;
  grid-column-end: 3;
  width: 100%;
  height: 100%;
  padding: 10px;
}

/* -============== App Info ======================--*/

div.app-info {
  display: flex;
  user-select: none;
}

.app-logo-container {
  height: inherit;
  padding-left: 10px;
  /* width: 60px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-logo > img {
  height: 40px;
}

.app-title {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* -============== App Info ======================--*/

/* App Main Menu */

.ns-scrollable {
  overflow: auto;
}

  .ns-scrollable::-webkit-scrollbar {
    display: none;
  }

/* App Content */

div#app-content {
  width: 100%;
  height: 100%;
}

#content {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  /* background-image: url("login_page_v2.jpg");*/
  background-size: cover;
  box-sizing: border-box;
}

.card-body a {
  font-size: 14px;
  text-decoration: none;
  color: rgb(35, 35, 35);
  line-height: 24px;
}

.card {
  margin: 10px;
  /*background: rgba(90, 90, 90, 1);*/
  box-shadow: 0 0 1px 0 black;
  flex-grow: 1;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  border-radius: 1px;
  padding: 10px;
}

.column {
  flex-direction: column;
}

.card-row {
  display: flex;
  flex-direction: row;
}

.card > .card-header {
  /*border-bottom: 1px solid rgb(200, 200, 200);*/
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  /*background: rgba(255, 255, 255, 0.9);*/
  backdrop-filter: blur(20px);
}

.card > .card-title {
  border: none;
  border-bottom: 1px solid rgb(200, 200, 200);
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-brand-primary);
  /*background-color: rgb(250, 250, 250);*/
}

.card > .card-body {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

section.fieldset > .sections {
  display: flex;
}

section.fieldset > section.fieldset {
  flex-grow: 1;
}

section.fieldset > .column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

section.fieldset > .sections > .column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

div.card-body > .sections {
  display: flex;
}

  div.card-body > .sections > .column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

.column > a,
.card-body > a {
  color: var(--color-link);
}


.main-panel-button {
  margin: 0;
  padding: 0;
  width: 60px;
  border: none;
  background-color: transparent;
}

  .main-panel-button:focus {
    outline: none;
  }



.empty-space {
  flex-grow: 1;
}

.tools {
  display: flex;
  align-content: center;
}


/* Login Page */

.container-own.topbar {
  background-color: #eaeaea;
  font-size: 14px;
  min-height: 25px;
  border-bottom: 1px solid #58585866;
}

.topbar.nav.navbar-nav > li > a,
.topbar.navbar-right > ul > li > a {
  background-color: transparent;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 0px;
  height: 25px;
  color: #4f4f4f;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #1d194c;
  background-color: transparent;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-header {
  float: right;
}

.navbar-inverse .navbar-brand {
  color: #4f4f4f;
}

  .navbar-inverse .navbar-brand:hover {
    color: #383838;
  }

.navbar-inverse .navbar-nav > li > a {
  color: #4f4f4f;
  font-size: 14px;
}

}

.navbar-inverse {
  border-color: #383838;
}

  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #00314f;
  }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1f7ab1;
  border: 1px solid #1f7ab1;
  border-bottom-color: transparent;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #383838;
}

.tab-content > .active {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.nav-tabs {
  border-bottom: 1px solid #0a354e;
}

.tab-content > .active {
  display: block;
  text-align: center;
}



.container-own {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #585858;
  border-bottom: 1px solid #58585866;
}

.navbar {
  background-color: #fff0;
  margin-bottom: 0px;
  border: none;
}

.full-width-tabs {
  margin-top: -42px;
}

  .full-width-tabs > ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

    .full-width-tabs > ul.nav.nav-tabs > li {
      float: none;
      display: table-cell;
    }

      .full-width-tabs > ul.nav.nav-tabs > li > a {
        text-align: center;
      }

.powerBi {
  margin: auto;
  text-align: center;
}

.glyphicon.pbi-glyph-share.glyph-small.icon {
  visibility: hidden;
}

.adminPartial {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 4px 0px 0px;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 1500px) {
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 1300px) {
  .navbar-brand {
    font-size: 13px;
  }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 17px 5px;
  }
}
