html,
body {
  overflow: hidden;
  height: 100%;
  font-family:  Arial, Helvetica, sans-serif;
}

#vue-app {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.sidebar {
  height: 100vh;
  background: #010914 !important;
  color: #000;
  width: 12%;
  float: left;
  position: fixed;
  padding: 0;
}

.sidebar a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 400 !important;
}

.sidebar a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.sidebar .list-group-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 0.45rem 0.4rem !important;
}

.sidebar .list-group-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.sidebar .menu-icon {
  width: 30px;
  display: inline-block;
  text-align: center;
}

.nav-tabs .nav-link {
  color: #888888;
  font-weight: 600;
  border: none;
}

.nav-tabs .nav-link.active {
  color: #010914;
  font-weight: 600;
  border-bottom: 2px solid #010914;
}

.nav-tabs .nav-item {
    cursor: pointer;
}

.body {
  width: 88%;
  float: right;
  margin-bottom: 12px;
}

.menubar {
  height: auto;
  background-color: #00439e;
  color: #fff;
  width: 88%;
  position: fixed;
  padding: 4px 10px 4px 15px;
  z-index: 999;
}

.menubar .title {
  margin-top: 6px;
  text-transform: uppercase;
  font-size: 1.04rem;
}

.menubar a {
  color: rgba(255, 255, 255, 0.9);
}
.content {
  padding: 4px 30px;
  height: calc(100vh - 45px);
  margin-top: 45px;
  overflow-y: auto;
}
.data-area {
  margin-top: 30px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  margin-bottom: 5px;
}

.info-bar {
  margin-bottom: 12px;
  justify-content: center;
}

.card {
  border: solid 1px transparent;
  margin: 2px 10px;
  border-radius: 8px;
  align-items: center;
  height: 125px;
  width: 10rem;
  padding: 6px;
  text-align: center;
  display: inline;
  background: #f1f0f0;
}

.card .title {
  color: #888;
  font-weight: bold;
  text-align: center;
}

.card .card-data {
  font-size: 16px;
  margin-left: 5px;
}

.logo {
  display: block;
  margin: 10px auto 35px auto;
}

.table thead th,
.dark {
  
}

table th {
    padding: 0.75rem 0.45rem 0.15rem 0.45rem !important;
}

table td {
    padding: 0.15rem 0rem 0.15rem 0.5rem !important;
    font-size: 14px;
    border-top: 1px solid #eee !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(175 175 175 / 5%);
}

.blue {
  color: #00439e !important;
}

p.error {
  font-size: 0.8rem !important;
  padding: 0.4rem 0 0 0 !important;
  margin: 5px 0 0 0 !important;
  color: #dc3545;
}

.btn.green {
  background-color: #a5cd39 !important;
  color: #ffffff !important;
}

.btn.blue {
  color: #fff !important;
  background-color: #00439e !important;
  border-color: #1b3d6e !important;
}

.btn.mid-green {
  color: #fff !important;
  background-color: #21ba45 !important;
  border-color: #21ba45 !important;
}

.btn.btn-max {
  width: 100% !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.list-group-item a.blue {
  color: #494e54 !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
}

.loader-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.loader-container img {
  max-width: 100px;
}

.popup-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.65);
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  z-index: 5055;
}

.center {
  text-align: center !important;
}

.terms {
  width: 100%;
  height: 100%;
  background-color: rgba(82, 82, 82, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999999;
}

.freeze {
  overflow: hidden !important;
}

.btn.center {
  display: block;
  margin: 0 auto !important;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
  background-color: rgba(82, 82, 82, 0.75);
}

.h-100 {
  height: 100vh !important;
}
.h-90 {
  height: 90vh !important;
}
.h-80 {
  height: 80vh !important;
}
.mh-80 {
  max-height: 80vh !important;
}
.h-70 {
  height: 70vh !important;
}

.w-100 {
  width: 100% !important;
}
.w-90 {
  width: 90% !important;
}
.w-80 {
  width: 80% !important;
}
.w-70 {
  width: 70% !important;
}
.w-60 {
  width: 60% !important;
}
.w-55 {
  width: 55% !important;
}
.w-50 {
  width: 50% !important;
}
.w-40 {
  width: 40% !important;
}
.w-30 {
  width: 30% !important;
}
.w-25 {
  width: 25% !important;
}
.w-20 {
  width: 20% !important;
}
.w-10 {
  width: 10% !important;
}

.modal-body {
  overflow-y: auto !important;
}
.h-58 {
  height: 58vh !important;
}

.pointer-events {
  pointer-events: none !important;
}

.modal-dialog {
  max-width: 100% !important;
  max-height: 99% !important;
  pointer-events: none !important;
  margin: 8px auto !important;
}

.document-pane {
  overflow-x: auto;
  display: flex;
  box-shadow: inset 1px -1px 7px 1px #aaa;
  padding: 2px;
  border-radius: 7px;
}
.document {
  border: solid 1px #c0c1b3;
  border-radius: 4px;
  box-shadow: 0 0 black;
  height: 190px;
  margin: 5px;
  padding: 2px;
  width: 155px;
  flex-shrink: 0;
}

.document .title {
  overflow-y: hidden;
  width: calc(100% + 4px);
  margin: -2px 2px 2px -2px;
  background: #c1c1c1;
  text-align: center;
}

.document .title span {
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.tab-pane {
  padding: 18px 15px;
}

.modal-body .tab-pane {
    overflow-y: auto;
    max-height: 70vh;
}

.modal-body .tab-content {
    box-shadow: inset 0px -1px 6px 0px #aaa;
}

label {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

.snackbar {
  bottom: 0;
  position: fixed;
  width: 100vh;
  margin: 0 8px;
  text-align: center;
  font-weight: bold;
  padding: 9px;
  border-radius: 30px 30px 0px 0px;
  transition: all 450ms ease;
  transform: translateY(100%);
  opacity: 0;
}

.snackbar.show {
  z-index: 99999;
  transform: translateY(0);
  opacity: 1;
}

.snackbar-success {
  background: #00aa00;
  color: #fff;
}

.snackbar-error {
  background: #ff0000;
  color: #fff;
}

.mw-350 {
  max-width: 450px !important;
}

.mw-80p {
  max-width: 80% !important;
  width: 100% !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.capitalize {
  text-transform: capitalize;
}

.editor {
  height: 250px;
}

.text-count {
  font-size: 12px;
  text-align: right;
  padding-top: 4px;
}

.settings {
  max-width: 650px;
}

.settings tr {
  border-bottom: 1px solid #e0e0e0;
}

.settings tr td {
  padding-bottom: 0.45rem !important;
}

.settings tr td strong {
  display: block;
  font-size: 15px;
  margin-bottom: 0.4rem !important;
  color: #585d63;
}
.settings tr td b {
  color: #585d63;
}

.settings tr td p {
  font-size: 13px;
}

.settings tr td:nth-child(1) {
  width: 40%;
}

.gallery-thumb {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(calc(100% / 4) - 10px);
  height: 140px;
  margin: 5px 4px;
  border: solid 2px #fff;
  box-shadow: 1px 1px 5px 0px #000;
}

.gallery {
  background: #fafafa;
  min-height: 60vh;
}

.pointer {
  cursor: pointer;
}

.border-r {
  border-right: solid 2px #aaa;
}

td.timeslot {
  width: 17%;
}
.dark-bg {
  background-color: #1b3d6e;
  color: #fff;
}

.inner-menubar {
  margin: 0px auto;
  background: #116f2e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 3px 2px #676767;
  font-size: 14px;
}
.inline {
  padding: 5px;
}
.inline li {
  display: inline;
  border-bottom: none !important;
}

.inner-menubar a {
  color: #fff;
}

.inner-menubar .list-group-item {
  padding: 0.4rem 1.25rem !important;
}

.form-control {
    border-radius: 0px;
}

input[type="file" i] {
    padding: 0.2rem 0.2rem;
}

table .form-group {
  padding: 0px !important;
  margin: 0px;
}

[v-cloak] > * {
  display: none;
}

.pull-right {
  float: right;
}

.user-profile-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  background-image: url("/images/user.png");
  background-size: cover;
}

.icon-large {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}

.icon-medium {
  width: 70px;
  height: 70px;
  border-radius: 30px;
}

.user-profile {
  background-color: #eee;
  width: 200px;
  min-height: 140;
  position: absolute;
  cursor: default;
  right: 10px;
  margin-top: 40px;
  color: #000;
  box-shadow: 1px 1px 2px 2px #555;
  padding: 7px;
}

.user-profile a {
  color: #000;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.small-input {
  height: calc(0.7em + 0.75rem + 2px);
  padding: 0.015rem 0.55rem;
}

tr.selected td {
    background-color: #010914;
    color: #fff;
  font-weight: 500;
}

.file-input::-webkit-file-upload-button {
  visibility: hidden;
  margin-top: -5px !important;
  width: 0px;
  margin-right: -12px;
}

.file-input {
  height: calc(0.7em + 0.75rem + 2px);
  padding: 0px;
  font-size: 11pt;
}

.file-input::before {
  content: "File";
  display: inline-block;
  background: #cecdcdde;
  padding: 0px 5px;
  height: 25px;
}

.bold-5 {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #acacac;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1f2852;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #091d38;
  }

.delete {
    color: #dd0000;
    border: none;
    background: transparent;
    float: right;
    position: relative;
    margin-right: -11px;
    bottom: 9px;
    font-size: 13px;
    font-weight: bold;
}

table th {
    font-size: 14px;;
    border-bottom: 2px solid #00439e !important;
}

.modal-header {
    padding: 0.4rem 1rem;
}

.modal-footer {
    padding: 0.2rem;
}

.modal-body {
    padding: 0rem 1rem;
}

.modal-content {
    border: none;
}

.scroll {
    overflow-y: auto;
}

.bg-light {
    background-color: #00439e!important;
}

.navbar {
    padding: 0px;
}

.navbar .nav-link{
    color: #fff !important;
}