/* Minification failed. Returning unminified contents.
(563,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#spinner'
 */
body {
  font-size: 0.99rem;
  font-family: "Fira Sans Condensed", sans-serif;
}

a.navbar-brand {
  display: grid;
  grid-template-areas: "logo logo_text" "logo logo_subtext";
  grid-gap: 0;
  align-items: center;
  justify-items: start;
}

a.navbar-brand svg {
    height: 70px;
}

    a.navbar-brand svg #ltext * {
        fill: white !important;
    }

@media (max-width:480px) {
    a.navbar-brand svg #ltext * {
        display: none;
    }
}

a.navbar-brand h1 {
  grid-area: logo_text;
  font-size: clamp(0.5em, 2vw, 0.8em);
  font-weight: 900;
  margin: 0 !important;
  white-space: nowrap;
  line-height: 1em;
  padding: 5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  width:100%;
  text-rendering: geometricPrecision;
}

a.navbar-brand p {
  grid-area: logo_subtext;
  font-size: clamp(0.3em, 3vw, 0.6em);
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em;
  text-transform: uppercase;
  width:100%;
  text-rendering: geometricPrecision;
}
@media (max-width:767px) {
  a.navbar-brand {
    width:80px;
  }
  a.navbar-brand p,
  a.navbar-brand h1 {
    display:none;
  }
}


h1,
h2,
h3,
h4,
h5,
h6,
.btn,
button,
input,
label {
  font-family: "Ubuntu", sans-serif;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
   * Sidebar
   */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 65px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar .dropdown-toggle::after {
  display:none;
}

/*   @media (max-width: 767.98px) {
    .sidebar {
      top: 5rem;
    }
  } */

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    display: flex;
    flex-direction: column;
}

@supports ((position: -webkit-sticky) or (position: sticky) ) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }

}

.sidebar-sticky-buttom {
    margin-top: auto;
    text-align: center;
    padding: 10px;
}


.sidebar .nav-item {
  width:100%;
}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}
.sidebar ul.nav li a.nav-link + ul.nav.nav-link-submenu {
  display:none;
}
.sidebar ul.nav li a.nav-link .drop-arrow-down {
  display:block;
}
.sidebar ul.nav li a.nav-link .drop-arrow-up {
  display:none;
}
.sidebar ul.nav li a.nav-link.active .drop-arrow-down {
  display:none;
}
.sidebar ul.nav li a.nav-link.active .drop-arrow-up {
  display:block;
}
.sidebar ul.nav li a.nav-link.active + ul.nav.nav-link-submenu {
  display:block;
}

.sidebar ul.nav.nav-link-submenu {
  background: #eaeaea;
}

/* .sidebar ul.nav.nav-link-submenu li {
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.sidebar ul.nav.nav-link-submenu li:last-child {
  border-bottom:1px solid rgba(0,0,0,0.0);
} */

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
   * Navbar
   */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: 1rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}



.drop-arrow-down,
.drop-arrow-up {
  position:absolute;
  right:10px;
  top:calc(50% - 8px);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari/Edge */
    font-size: 0.89rem;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.89rem;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.89rem;
}

/* Verticazl schoolbar always visible */
html {
    overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    margin: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #dddddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

/* Application Info bar */
.x64.feather {
    width: 64px;
    height: 64px;
}

.x32.feather {
    width: 32px;
    height: 32px;
}

.x24.feather {
    width: 24px;
    height: 24px;
}

.stroke1.feather {
    stroke-width: 1;
}

.stroke3.feather {
    stroke-width: 3;
}

.jumbotron .landing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%), url(/Content/Images/flag-cyprus.jpg);
    background-repeat: no-repeat;
    background-position: center 85%;
    background-size: cover;
    animation: kenburn 4s ease-in-out forwards;
}

.jumbotron .container {
    z-index: 2;
    position: relative;
}

.transparent {
    background: none transparent;
}

.jumbotron {
    overflow: hidden;
    position: relative;
}

.statistics .icon img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    display: block;
}


.card-stats .statistics {
    position: relative;
    text-align: center;
    padding: 15px 0
}


.card-stats .statistics .stats-title {
    margin-bottom: 5px;
    color: #9a9a9a;
    font-weight: 400;
}

.card-stats .statistics .info.pending .info-title {
    color: #EA8541
}

.card-stats .statistics .info.checked .info-title {
    color: #48C8EF
}

.card-stats .statistics .info.paid .info-title {
    color: #8DC640
}

.card-stats .statistics .info.finished .info-title {
    color: #4FB848
}

.card-stats .statistics .info.rejected .info-title {
    color: #E31D37
}

.card-stats .statistics .info.missing .info-title {
    color: #FF4E00
}

.info-title span {
    font-weight: 600;
    font-size: 0.75em;
    font-family: "Fira Sans Condensed", sans-serif;
}

.card-stats .statistics.statistics-horizontal,
.card-stats .statistics.statistics-horizontal .info-title {
    padding: 0;
}

.card-stats .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.card-stats [class*=col-] .statistics:after {
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px);
    content: "";
    background: #ddd
}

.card-stats [class*=col-]:last-child .statistics:after {
    display: none
}

@-webkit-keyframes kenburn {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.card.card-stats {
    border: 0 none !important;
}

.card.card-stats .card-body {
    padding: 0px;
}

.card.card-stats .statistics {
    padding: 0px;
}

.card.card-stats .statistics .info-title {
    margin-bottom: 0;
}

.card.card-stats .statistics .info-title span {
    font-weight: 500;
    font-size: 15px;
}

.card.card-stats .statistics .info-title small {
    font-size: 13px;
}

.card.card-stats .statistics .stats-title {
    font-size: 13px;
}

/* Dirty tab form class */
a.nav-link.editing {
    position: relative;
    padding-left: 30px !important;
}

a.nav-link.editing::before {
    content: "";
    position: absolute;
    background: url(/Content/Images/save-notification.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    filter: invert(0.5);
    left: 5px;
    animation: flashingblock 1s ease-in infinite;
}

@keyframes flashingblock {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Select picker */
select.selectpicker + button.dropdown-toggle {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #6c757d;
}

select.selectpicker + button.dropdown-toggle.disabled {
    background-color: #e9ecef;
}

    select.selectpicker + button.dropdown-toggle[aria-expanded="true"] {
        background: none transparent;
        border-color: #8dc4f9;
    }

.bs-searchbox .form-control {
    border-radius: 0;
}

select.selectpicker + button.dropdown-toggle {
    font-family: "Fira Sans Condensed",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #6c757d;
    background: none;
    border-radius: 0;
    border-color: #ced4da;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.35em solid #343a40;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent;
}
/* End of select picker */

/* Graduation lessons tab */
.media svg.feather {
    width: 64px;
    height: 64px;
    stroke-width: 0.6;
    color: #d87900;
}

.media .media-body h5 {
    font-weight: 600;
}

.notify-block {
    bottom: 0;
    width: 400px;
    max-width: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
}

.toast-top-right {
    top: 2px;
    right: 2px; 
}

#blockloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
    Backdrop-filter: blur(2px);
    z-index: 1100;
    display: flex;
    align-items: center;
    cursor: wait;
    justify-content: center;
    #spinner
    {
        width: 30px;
        height: 30px;
        border: 5px solid;
        border-radius: 10px;
    }
}

.spin-roller,
.spin-roller div,
.spin-roller div:after {
    box-sizing: border-box;
}

.spin-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.spin-roller div {
    animation: spin-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.spin-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: currentColor;
    margin: -3.6px 0 0 -3.6px;
}

.spin-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.spin-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}

.spin-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.spin-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}

.spin-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.spin-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}

.spin-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.spin-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.spin-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.spin-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}

.spin-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.spin-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}

.spin-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.spin-roller div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}

.spin-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.spin-roller div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}

@keyframes spin-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
