/*=========================================================================================
	Template Korrekturen
==========================================================================================*/
.navbar-vertical.navbar-expand-xs .navbar-collapse {height: calc(100vh - 260px);}

.welcome-screen  {margin-left: 5%;}

.navbar-vertical .navbar-nav>.nav-item .nav-link .icon i {color: #2c3e50}
.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon i {color: white}
div.dataTables_wrapper div.dataTables_length select {width: calc(100% - 50px);}
#sidenav-main{z-index: 9999}

#NotiflixLoadingWrap {
  z-index: 80000 !important
}

/*=========================================================================================
  template-table-design
==========================================================================================*/

.template-table-design th {
  font-size: .65rem!important;
  opacity: .7!important;
  font-weight: 700!important;
  color: #8392ab!important;
  text-transform: uppercase!important;
}

.template-table-design td {
  font-weight: 600!important;
  font-size: .80rem!important;
  color: #8392ab!important;
}

.template-table-leftalign td {
    text-align: center;
}

/*=========================================================================================
	Elements
==========================================================================================*/

@media only screen and (max-width: 1200px) {
  #navToggler {
      display: block !important;
      position: absolute;
      top: 5px;
      left: 5px;
      font-size: 20px;
      z-index: 99999;
  }
}


.bullet.bullet-sm {
    width: 0.714rem;
    height: 0.714rem;
}

.bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
}

.counter-value {
    color: #fff;
    padding: 1px 6px;
    font-size: .6rem;
    border-radius: 0 0 5px 5px;
    margin-right: 1rem;
    float: right;
    background-image: linear-gradient(310deg,#7928ca,#ff0080);
}

.circle {
  background-color: #ccc;
  border-radius: 50%;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}

.initials {
  font-size: 0.7rem;
  line-height: 1;
  position: relative;
  color: #2c3e50;
  top: 2px;
}

/*=========================================================================================
  Font
==========================================================================================*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v20-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v20-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}