.navbar-top-links li span {
  color: #999c9e;
  font-weight: 600;
  padding: 20px 10px;
  min-height: 50px;
  position: relative;
  display: block;
  font-size: 14px;
  cursor: pointer; }

.ibox-title .ibox-tools {
  display: inline-block;
  float: right;
  width: 100%;
  text-align: center; }
  .ibox-title .ibox-tools a {
    width: 100%;
    display: block; }

.students_container {
  max-height: 400px;
  overflow: auto; }

.logo-img img {
  margin-top: 10px;
  width: 200px; }

h1.logo-name {
  font-size: 30vh; }

.selectable_element:hover {
  cursor: pointer;
  margin: -2px;
  border: 2px solid #6EB0F5;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 3px #B5CFEA; }

.btn .ibox-tools a {
  margin-left: 0px;
  color: white; }

.white {
  color: white; }

.black {
  color: black; }

.editable-controls input.editable-input {
  width: 100%; }

.page-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #253848;
  z-index: 9999999; }
  .page-loader .sk-spinner-wave.sk-spinner {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px; }

.ng-repeat {
  overflow: hidden; }

.ng-repeat.ng-enter {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0; }

.ng-repeat.ng-enter-active {
  opacity: 1; }

.ng-repeat.ng-leave {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1; }

.ng-repeat.ng-leave-active {
  opacity: 0; }

.highlight:hover {
  background-color: #1AB394 !important;
  color: #FFFFFF !important;
  cursor: pointer; }

.stay_highlighted {
  background-color: #1AB394 !important;
  color: #FFFFFF !important;
  cursor: pointer; }

.dark-bg {
  background-color: #2F4050;
  color: #FFFFFF; }

#page-wrapper {
  overflow: hidden; }

.footer {
  z-index: 2; }

.tutorial_helper {
  width: 50px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 0px;
  overflow: hidden; }
  .tutorial_helper img {
    width: 50px;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: -13px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease; }
  .tutorial_helper:hover {
    padding: 80px 80px 0px 0px;
    overflow: visible; }
    .tutorial_helper:hover img {
      left: 0px;
      bottom: 0px; }
    .tutorial_helper:hover .tutorial_speech_bubble {
      opacity: 1; }
    .tutorial_helper:hover .tutorial_video {
      margin: 0px 0px -40px -40px; }
  .tutorial_helper .tutorial_speech_bubble {
    opacity: 0;
    background-color: #FFF;
    padding: 15px;
    position: absolute;
    bottom: 40px;
    width: 250px;
    left: 40px;
    border-left: 20px solid #FFF;
    border-right: 20px solid #FFF;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #2F4050; }
  .tutorial_helper .tutorial_video {
    position: absolute;
    bottom: 100%;
    left: 100%;
    border: 1px solid #2F4050;
    padding: 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px; }
    .tutorial_helper .tutorial_video > i {
      color: #0F75BC;
      margin-top: -15px;
      cursor: pointer; }

.responsive_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px; }
  .responsive_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fullscreen_iframe {
  width: 100%;
  height: 100%; }

.block_elem {
  background: #F3F3F4;
  border-left: 6px solid #E7EAEC;
  border-right: 6px solid #E7EAEC;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sidebar_backdrop {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  z-index: 3000 !important; }

#right-sidebar {
  z-index: 3002 !important;
  top: 0px !important;
  min-width: 420px !important; }

.sidebar-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3001; }

.sidebar-footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  border-top: 2px solid #7A7A7B;
  padding: 20px;
  background-color: #F8F8F8; }

.btn-no-hover.btn-success:active, .btn-no-hover.btn-success:focus, .btn-no-hover.btn-success:hover {
  background-color: initial !important;
  color: #1c84c6 !important; }

.sk-spinner-wave.sk-spinner {
  width: 60px !important;
  height: 60px !important; }

.sk-spinner-wave div {
  width: 10px !important;
  margin: 0px 1px; }

.pac-container {
  z-index: 9999 !important; }

.btn-cicle-with-border {
  margin: -2px;
  width: 32px !important;
  height: 32px !important; }

.btn-flat {
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 8px 20px !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow,transform;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: none;
  box-shadow: none;
  font-weight: 500; }
  .btn-flat:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.right.center, .left.center {
  font-size: 20px; }

.dtp .dtp-close {
  font-size: 20px;
  margin: -7px -14px 0px 0px; }

.dtp-actual-time {
  font-size: 30px;
  margin: -20px 0px -5px 0px; }

.wizard {
  background-color: #FFFFFF;
  border-top: 2px solid #1a7bb9;
  border-bottom: 2px solid #1a7bb9;
  position: relative;
  overflow: hidden; }
  .wizard .wizard_progress {
    height: 100%;
    position: absolute;
    background-color: #0F75BC;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease; }
    .wizard .wizard_progress .wizard_progress_indicator {
      position: absolute;
      right: 0px; }
      .wizard .wizard_progress .wizard_progress_indicator:after {
        content: "";
        position: absolute;
        top: 0px;
        border-top: 30px solid #0F75BC;
        border-left: 30px solid #0F75BC;
        border-right: 30px solid #FFF;
        border-bottom: 30px solid #FFF; }
  .wizard .wizard_icon {
    text-align: center;
    z-index: 101; }
    .wizard .wizard_icon div {
      display: inline-block;
      padding: 20px;
      font-size: 20px;
      height: 60px;
      width: 60px; }
    .wizard .wizard_icon.active {
      color: #FFFFFF; }

.wizard_container {
  position: relative;
  padding: 0px 15px 20px; }

.wizard_content {
  background-color: #FFFFFF;
  padding: 20px 10px 30px; }

.wizard_title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding: 10px; }

.editable_td .editable-wrap, .editable_td .editable-controls, .editable_td input {
  width: 100%; }

.top_hr {
  margin-top: 20px;
  border-top: 1px solid #F3F3F4;
  padding-top: 20px; }

.wrapper-content .success-bg {
  background-color: #0F75BC;
  color: #FFF; }

.dtp {
  z-index: 3002 !important; }

.monthview-secondary {
  background-color: #F5F5F6; }

.calendar-event {
  border: 1px solid #FFF !important; }

.label_btn {
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important; }

.session_mode_edit .monthview-primary-with-event, .session_mode_edit .calendar-event, .session_mode_edit .calendar-event-inner {
  background-color: #21b9bb; }

.session_mode_delete .monthview-primary-with-event, .session_mode_delete .calendar-event, .session_mode_delete .calendar-event-inner {
  background-color: #ed5565; }

.col-no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.text-indent {
  text-indent: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.hide_calendar_nav .nav-right button, .hide_calendar_nav .nav-left button {
  display: none; }

.calendar_event_text {
  display: block;
  padding: 5px 0px;
  max-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center; }

.large_title {
  text-align: center;
  font-size: 100px;
  font-weight: bold; }

.large_title_link {
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer; }
  .large_title_link:hover {
    color: #1AB394; }

.medium_title {
  font-size: 75px;
  font-weight: bold;
  text-align: center; }

.tab-body {
  max-height: 400px;
  overflow-y: auto; }

.scrollable-area {
  overflow-y: auto; }

.scrollable-list-container {
  height: 150px; }

.daterangepicker td.available {
  font-weight: bold; }

.daterangepicker td.disabled {
  color: #DADADA !important; }

.datatable_head_no_style td.sorting, .datatable_head_no_style td.sorting_asc {
  background-color: inherit;
  border-bottom: 3px solid #1AB394; }

.datatable_head_no_style td:after {
  content: none !important; }

.dropdown-menu > li > span:focus, .dropdown-menu > li > span:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > li > span {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
  display: block;
  padding: 3px 20px;
  clear: both;
  white-space: nowrap;
  display: block; }

.logo-element {
  color: inherit !important; }

@media screen and (max-width: 850px) {
  #page-wrapper {
    padding: 0px 0px 40px !important; }
  .wrapper-content {
    padding: 20px 5px 40px !important; }
  .tutorial_helper:hover .tutorial_video {
    margin: 0px; }
  .tutorial_helper .tutorial_video {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    border-radius: 0px; }
    .tutorial_helper .tutorial_video div {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 100%;
      margin-top: 50px; }
    .tutorial_helper .tutorial_video iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

@media (max-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 15px; } }

@media screen and (max-width: 750px) {
  .responsive_table {
    width: 100%;
    overflow-x: scroll; }
  .responsive_table table {
    width: 750px !important; } }

@media screen and (max-width: 480px) {
  .editable-controls input.editable-input {
    width: 50%; }
  #right-sidebar {
    min-width: 260px !important; } }

@media screen and (max-width: 380px) {
  h1.logo-name {
    font-size: 30vw; }
  .logo-img img {
    width: 150px; } }

/*# sourceMappingURL=style.css.map */