/*
-----------------------
CAPITEC
-----------------------
MAIN_COLOUR=#00466f
MAIN_COLOUR_SHADE=#06344e
SECONDARY_COLOUR=#03a7e4
SECONDARY_COLOUR_SHADE=#108bb9
-----------------------
DIGEMY
-----------------------
MAIN_COLOUR=ff375a
MAIN_COLOUR_SHADE=d62f4c
SECONDARY_COLOUR=ff375a
SECONDARY_COLOUR_SHADE=d62f4c
*/
/* CAPITEC */
/* DIGEMY */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }
  html, body {
      background: #fff;
      scroll-behavior: auto;

  }
  @media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1; }
  body.fixed-header .header {
      z-index: 10;
    position: fixed;
    left: 0;
    top: 0; }
  body.transparent-header .header {
    background: transparent;
    border-color: transparent; }
  body.transparent-header .page-container {
    padding-top: 0; }
    body.transparent-header .page-container .page-content-wrapper .content {
      border-width: 0; }
      body.transparent-header .page-container .page-content-wrapper .content .content-inner {
        padding-top: 70px; }
  body.mobile .sidebar-menu {
    overflow: scroll;
      }
  body.mobile .sidebar-menu > ul {
    height: auto;
    overflow: visible;
    -webkit-overflow-scrolling: touch; }
  body.sidebar-visible .page-sidebar .scroll-element {
    visibility: visible; }
  body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
    transform: translate3d(-14px, 0, 0);
    -webkit-transform: -webkit-translate3d(-14px, 0, 0); }

    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      src: local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2"), url(https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype"); }

    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2) format("woff2"), url(https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff) format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype"); }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 10px 0;
      -webkit-font-smoothing: antialiased;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%; }

      .redactor-styles h1,
    h1 {
      font-size: 44px;
      line-height: 54px;
      letter-spacing: -0.08px; }

      .redactor-styles h2,
    h2 {
      font-size: 31px;
      line-height: 40px; }

      .redactor-styles h3,
    h3 {
      font-size: 27px;
      line-height: 37.88px; }

      .redactor-styles h4,
    h4 {
      font-size: 22px;
      line-height: 31.88px; }

      .redactor-styles h5,
    h5 {
      font-size: 18px;
      line-height: 25.88px; }

      .redactor-styles h6,
      h6 {
        font-size: 16px;
        line-height: 20.88px; }

        .redactor-air, .redactor-toolbar {
            z-index: 2;
        }

    h3 small,
    h4 small,
    h5 small {
      font-weight: 300; }

    h1.block,
    h2.block,
    h3.block,
    h4.block,
    h5.block,
    h6.block {
      padding-bottom: 10px; }

    a {
      text-shadow: none;
      color: #3a8fc8;
      transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s; }

    a:focus, a:hover, a:active {
      color: #48b0f7; }

    a, a:focus, a:hover, a:active {
      outline: 0;
      text-decoration: none; }

    br {
      line-height: normal;
      clear: both; }

    code {
      color: #cf2d49;
      background-color: #f0f0f0; }
      code:hover {
        background-color: #ffd7de; }

    p, ul, ol, li {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: normal;
      white-space: normal; }
      ul, ol, li {
        font-size: 14px;
      }
    small,
    .small {
      line-height: 18px; }

    label.inline {
      display: inline-block;
      position: relative;
      top: 0px;
      font-size: 13px; }

    ul > li, ol > li {
      padding-left: 3px;
      line-height: 24px; }

    ul.lg-icon > li, ol.lg-icon > li {
      font-size: 21px; }
      ul.lg-icon > li span, ol.lg-icon > li span {
        font-size: 14px; }

    ul.no-style, ol.no-style {
      list-style: none;
      padding-left: 5px; }

    address {
      margin-bottom: 0px; }
      address a {
        color: #626262; }

    blockquote {
      padding: 0 0 0 18px;
      border-left: 0; }
      blockquote:before {
        content: '';
        font-family: FontAwesome;
        content: "\f10d";
        margin-right: 13px;
        float: left; }
      blockquote p {
        font-size: 14px; }
      blockquote small {
        line-height: 29px;
        color: #8b91a0;
        padding-left: 30px; }
        blockquote small:before {
          content: ""; }
      blockquote.pull-right {
        border-right: 0; }
        blockquote.pull-right:before {
          float: right;
          content: '';
          font-family: FontAwesome;
          content: "\f10d";
          margin-left: 13px;
          margin-right: 0; }
        blockquote.pull-right small {
          padding-right: 30px; }
          blockquote.pull-right small:after {
            content: ""; }

    hr {
      border-color: #e6e6e6; }
      hr.double {
        border-width: 2px; }
      hr.dotted {
        border-style: dotted none none; }

    .small-text {
      font-size: 12px; }

    .normal-text {
      font-size: 13px; }

    .large-text {
      font-size: 15px; }

    .normal {
      font-weight: normal; }

    .semi-bold {
      font-weight: 500; }

    .bold {
      font-weight: bold; }

    .light {
      font-weight: 300; }
      .bold-text {
          font-weight: bold;
      }
    .logo {
      margin: 18px 14px; }

    .all-caps {
      text-transform: uppercase; }

    .muted {
      color: #e2e2e2; }

    .hint-text {
      opacity: .7; }
.pace .pace-progress {
  background: #10cfbd;
  height: 3px; }

.pace .pace-progress-inner {
  box-shadow: none; }
.header .brand {
  vertical-align: middle;
  width: auto;
  height: 100%;
  text-align: center; }
.pace .pace-activity {
  animation: none;
  top: 60px;
  background: url("../img/progress/progress-circle-success.svg") no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  width: 40px;
  height: 40px; }
  .header .header-inner {
    display: contents; }
.header {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 0 20px 0 0;
  z-index: 900;
  background-color: #fff;
box-shadow: 0px 1px 5px 0px #ccc;
  border-bottom: 1px solid #ececec; }
    .header .header-inner .toggle-sidebar {
      display: none; }
  .header.transparent {
    background-color: transparent; }
    .header.transparent ~ .page-container .content {
      border-top: 70px solid transparent; }
  .header .user-info-wrapper {
    display: inline-block;
    margin-top: 12px; }
    .header .user-info-wrapper .user-details {
      display: inline-block;
      float: left; }
      .header .user-info-wrapper .user-details .user-name {
        font-size: 18px;
        display: block; }
      .header .user-info-wrapper .user-details .user-other {
        font-size: 11px;
        display: block;
        text-align: right; }
    .header .user-info-wrapper .user-pic {
      display: inline-block;
      float: left;
      margin-left: 15px;
      border-radius: 50%;
      overflow: hidden; }
  .header .notification-list li {
    display: inline-block;
    padding-right: 15px; }
    .header .notification-list li .bubble {
      border-radius: 100%;
      height: 14px;
      width: 14px;
      background-color: rgba(226, 32, 91, 0.77);
      color: #fff;
      position: relative;
      top: -6px;
      float: right;
      right: -5px; }
  .header .search-link {
    display: inline-block;
    margin-left: 15px;
    color: rgba(43, 48, 59, 0.4);
    font-size: 14px;
    font-family: wf_segoe-ui_light, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .header .search-link i {
      margin-right: 15px;
      font-size: 14px; }
    .header .search-link:hover {
      color: rgba(43, 48, 59, 0.8); }
  .header .chat-link {
    font-size: 14px;
    color: #ccc;
    display: inline-block; }
  .header .quickview-link {
    display: inline-block; }
  .header .hidden-xs {
    display: inline-block; }

.notification-list {
  padding: 0;
  margin: 0;
  padding-left: 10px;
  display: inline-block;
  list-style: none;
  padding-right: 20px;
  padding-left: 30px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  .notification-list .dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    left: -34px;
    margin: 10px 0 0;
    z-index: 50;
    padding-top: 0; }
  .notification-list .dropdown-menu::before {
    position: absolute;
    top: -6px;
    left: 30px;
    display: inline-block;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #CCC;
    border-left: 14px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .notification-list .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 30px;
    display: inline-block;
    border-right: 13px solid transparent;
    border-bottom: 13px solid white;
    border-left: 13px solid transparent;
    content: '';
    background-color: transparent; }

.navbar {
  padding-left: 70px; }

.navbar-nav > li > a {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar-default {
  background-color: #fff; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; }

.page-sidebar {
  width: 280px;
  background-color: #2b303b;
  z-index: 1000;
  left: -210px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .page-sidebar a, .page-sidebar button {
    color: white; }
    .page-sidebar a:hover, .page-sidebar a:active, .page-sidebar button:hover, .page-sidebar button:active {
      color: #fff; }
    .page-sidebar a:visited, .page-sidebar a:focus, .page-sidebar button:visited, .page-sidebar button:focus {
      color: white; }
  .page-sidebar .scroll-element {
    visibility: hidden; }
  .page-sidebar .sidebar-header {
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #272b35;
    border-bottom: 1px solid #232730;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    clear: both;
    z-index: 10;
    position: relative; }
    .page-sidebar .sidebar-header .sidebar-slide-toggle i {
      transition: all 0.12s ease; }
    .page-sidebar .sidebar-header .sidebar-slide-toggle.active i {
      transform: rotate(-180deg); }
  .page-sidebar .close-sidebar {
    position: absolute;
    right: 19px;
    top: 14px;
    padding: 9px;
    z-index: 1; }
    .page-sidebar .close-sidebar > i {
      color: rgba(255, 255, 255, 0.57); }
  .page-sidebar .sidebar-overlay-slide {
    width: 100%;
    height: 100%;
    background-color: #272b35;
    display: block;
    z-index: 9;
    padding: 80px 20px 20px 20px; }
    .page-sidebar .sidebar-overlay-slide.from-top {
      top: -100%;
      position: absolute;
      transition: all 0.2s ease; }
      .page-sidebar .sidebar-overlay-slide.from-top.show {
        transform: translate(0, 100%); }
  .page-sidebar .sidebar-menu {
    position: relative;
    width: 100%;
    padding-top: 30px; }
    .page-sidebar .sidebar-menu .outer-tab-nav-section {
      display: inline-block;
      width: 45px;
      position: absolute;
      height: 100%;
      background-color: #0aa699; }
    .page-sidebar .sidebar-menu .menu-items {
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: auto;

      width: 100%; }
      .page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
        color: #fff; }
      .page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {
        color: #fff; }
      .page-sidebar .sidebar-menu .menu-items li > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 65%; }
      .page-sidebar .sidebar-menu .menu-items > li {
        display: block;
        padding: 0;
        clear: right; }
        .page-sidebar .sidebar-menu .menu-items > li:after, .page-sidebar .sidebar-menu .menu-items > li:before {
          display: table;
          content: " ";
          clear: both; }
        .page-sidebar .sidebar-menu .menu-items > li > a {
          display: inline-block;
          padding: 0 24px;
          padding-left: 37px;
          min-height: 40px;
          line-height: 40px;
          font-size: 14px;
          clear: both; }
          .page-sidebar .sidebar-menu .menu-items > li > a.open {
            background: #313131; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
            float: right; }
            .page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
              float: right;
              display: inline;
              font-size: 14px;
              font-family: FontAwesome;
              height: auto;
              content: "\f104";
              font-weight: 300;
              text-shadow: none;
              transition: all 0.12s ease; }
            .page-sidebar .sidebar-menu .menu-items > li > a > .arrow.open:before {
              transform: rotate(-90deg); }
          .page-sidebar .sidebar-menu .menu-items > li > a > .badge {
            margin-top: 12px; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .title {
            float: left; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .details {
            font-size: 12px;
            opacity: 0.4;
            display: block;
            clear: both; }
          .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title {
            line-height: 24px; }
          .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .details {
            line-height: 12px; }
        .page-sidebar .sidebar-menu .menu-items > li.active > ul.sub-menu {
          display: block; }
          .page-sidebar .sidebar-menu .menu-items > li.active > ul.sub-menu > li ul.sub-menu {
            display: block; }
        .page-sidebar .sidebar-menu .menu-items > li > .icon-thumbnail:first-letter {
          text-transform: uppercase; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu li {
          padding-left: 10px;
          padding-right: 3px; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu .icon-thumbnail {
          width: 25px;
          height: 25px;
          line-height: 25px;
          font-size: 10px; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow:before {
          float: right;
          margin-top: 1px;
          margin-right: 20px;
          display: inline;
          font-size: 14px;
          font-family: FontAwesome;
          height: auto;
          content: "\f104";
          font-weight: 300;
          text-shadow: none;
          transition: all 0.12s ease; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow.open:before {
          float: right;
          margin-top: 1px;
          margin-right: 18px;
          display: inline;
          font-family: FontAwesome;
          height: auto;
          font-size: 14px;
          transform: rotate(-90deg);
          font-weight: 300;
          text-shadow: none; }
        .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
          display: none;
          list-style: none;
          clear: both;
          margin: 0 0 10px 0;
          background-color: #21252d;
          padding: 8px 0px 10px 0px; }
          .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
            background: none;
            padding: 0px 20px 0 40px;
            margin-top: 1px; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover > .icon-thumbnail {
              color: #fff; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
              display: inline-block;
              padding: 5px 0px;
              font-size: 13px; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
              width: 30px;
              height: 30px;
              line-height: 30px;
              margin: 0;
              background-color: #2b303b;
              font-size: 14px; }
    .page-sidebar .sidebar-menu .muted {
      color: #576775;
      opacity: .45; }
  .page-sidebar .icon-thumbnail [class^="bg-"], .page-sidebar [class*="bg-"] {
    color: #fff; }

/** Page Sidebar **/
.icon-thumbnail {
  display: inline-block;
  background: #21252d;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  float: right;
  margin-right: 14px;
  color: white;
  font-size: 14px;
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: bold; }
  .icon-thumbnail > i {
    font-size: 14px; }

.nav-collapse.collapse {
  height: 100% ; }

#tenantTable tbody tr td:last-child {
  text-align: left;
}
#tenantTable tbody tr td > table tr td {
  font-size: 11px;
}
.quickview-wrapper {
  position: fixed;
  right: -260px;
  top: 0;
  width: 260px;
  background: #fff;
  bottom: 0;
  z-index: 1000;
  width: 285px;
  right: -285px;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  border-left: 1px solid rgba(222, 227, 231, 0.56);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .quickview-wrapper.open {
    transform: translate3d(-100%, 0, 0); }
  .quickview-wrapper .quickview-header {
    height: 102px;
    display: inline-block;
    width: 100%;
    background: #fafbfc;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #121212;
    z-index: 11; }
    .quickview-wrapper .quickview-header a {
      color: #121212; }
    .quickview-wrapper .quickview-header .title {
      font-size: 12px;
      font-weight: bold;
      height: 60px;
      line-height: 60px;
      margin: 0;
      padding: 0; }
    .quickview-wrapper .quickview-header .quickview-toggle {
      position: absolute;
      right: 22px;
      top: 19px; }
    .quickview-wrapper .quickview-header .nav {
      height: 42px;
      border-top: 1px solid #ebedee;
      border-bottom: 1px solid rgba(0, 0, 0, 0.09);
      box-shadow: 0 3px 3px -3px rgba(161, 167, 171, 0.27); }
      .quickview-wrapper .quickview-header .nav li {
        font-size: 11px;
        border-right: 1px solid #e9eaea;
        width: 33.3333333%;
        padding: 0;
        height: 100%; }
        .quickview-wrapper .quickview-header .nav li a {
          padding: 0;
          margin-right: 0;
          line-height: 37px;
          border: none; }
          .quickview-wrapper .quickview-header .nav li a:hover {
            background: transparent; }
        .quickview-wrapper .quickview-header .nav li:last-child {
          border: none; }
        .quickview-wrapper .quickview-header .nav li.active > a, .quickview-wrapper .quickview-header .nav li.active > a:hover, .quickview-wrapper .quickview-header .nav li.active a:focus {
          background: transparent;
          border: none; }
  .quickview-wrapper .tab-content {
    position: absolute;
    top: 102px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .quickview-wrapper .tab-content > div {
      height: 100%; }
    .quickview-wrapper .tab-content ul {
      margin: 0;
      padding: 0; }
      .quickview-wrapper .tab-content ul li {
        list-style: none; }
    .quickview-wrapper .tab-content #quickview-notes {
      position: relative; }
      .quickview-wrapper .tab-content #quickview-notes > .inner {
        width: 520px;
        display: table;
        height: 100%;
        /*position:absolute;
                    top:0;
                    bottom:0;*/
        background: #fbf9e3;
        color: #968974;
        transition: all 0.2s ease; }
        .quickview-wrapper .tab-content #quickview-notes > .inner.slided {
          margin-left: -100%; }
        .quickview-wrapper .tab-content #quickview-notes > .inner > div {
          display: table-cell;
          width: 50%;
          vertical-align: top; }
      .quickview-wrapper .tab-content #quickview-notes a, .quickview-wrapper .tab-content #quickview-notes button {
        color: #968974; }
      .quickview-wrapper .tab-content #quickview-notes .list {
        position: relative; }
        .quickview-wrapper .tab-content #quickview-notes .list .toolbar {
          height: 50px;
          padding: 0 25px; }
          .quickview-wrapper .tab-content #quickview-notes .list .toolbar ul {
            margin-top: 10px; }
            .quickview-wrapper .tab-content #quickview-notes .list .toolbar ul > li {
              display: inline-block;
              height: auto; }
              .quickview-wrapper .tab-content #quickview-notes .list .toolbar ul > li a {
                height: 22px;
                line-height: 22px;
                display: block;
                padding: 0 5px; }
                .quickview-wrapper .tab-content #quickview-notes .list .toolbar ul > li a:hover, .quickview-wrapper .tab-content #quickview-notes .list .toolbar ul > li a.selected {
                  background: #968974;
                  color: #FBF9E3; }
          .quickview-wrapper .tab-content #quickview-notes .list .toolbar .btn-remove-notes {
            background: transparent;
            bottom: 8px;
            display: block;
            left: 50%;
            margin-left: -40%;
            position: absolute;
            width: 83%;
            border: 1px solid #968974; }
        .quickview-wrapper .tab-content #quickview-notes .list > ul {
          padding: 0; }
          .quickview-wrapper .tab-content #quickview-notes .list > ul li {
            cursor: pointer;
            height: 42px;
            padding: 0 25px;
            display: block;
            clear: both; }
            .quickview-wrapper .tab-content #quickview-notes .list > ul li .left {
              float: left;
              width: 65%;
              height: 100%;
              padding-top: 9px; }
              .quickview-wrapper .tab-content #quickview-notes .list > ul li .left .checkbox {
                display: none;
                float: left; }
                .quickview-wrapper .tab-content #quickview-notes .list > ul li .left .checkbox label {
                  margin-right: 0;
                  vertical-align: text-top; }
              .quickview-wrapper .tab-content #quickview-notes .list > ul li .left p {
                margin: 0;
                font-size: 13px;
                font-weight: bold;
                width: 100px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: middle;
                display: inline-block; }
            .quickview-wrapper .tab-content #quickview-notes .list > ul li .right {
              font-size: 10.5px;
              text-align: right;
              width: 35%;
              line-height: 41px; }
              .quickview-wrapper .tab-content #quickview-notes .list > ul li .right .date {
                margin-right: 10px; }
            .quickview-wrapper .tab-content #quickview-notes .list > ul li:hover {
              background: #f4ecd1; }
        .quickview-wrapper .tab-content #quickview-notes .list.open {
          /*left:0;*/ }
        .quickview-wrapper .tab-content #quickview-notes .list.closed {
          /*left:-$layout-right-quickview-width;*/ }
      .quickview-wrapper .tab-content #quickview-notes .note {
        background-image: url(../img/notes_lines.png);
        background-repeat: repeat-y;
        background-position: 27px top; }
        .quickview-wrapper .tab-content #quickview-notes .note > div {
          display: table;
          height: 100%;
          width: 100%; }
        .quickview-wrapper .tab-content #quickview-notes .note .toolbar {
          background: #fcfcfa;
          height: 55px;
          width: 100%;
          display: table-row;
          box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.33); }
          .quickview-wrapper .tab-content #quickview-notes .note .toolbar > li {
            display: inline-block;
            border-right: 1px solid #EDECEC;
            float: left;
            line-height: 55px;
            padding: 0;
            text-align: center;
            width: 55px;
            height: auto; }
            .quickview-wrapper .tab-content #quickview-notes .note .toolbar > li > a {
              color: #a5a5a5;
              display: block; }
              .quickview-wrapper .tab-content #quickview-notes .note .toolbar > li > a:hover {
                background: #fffaf6; }
              .quickview-wrapper .tab-content #quickview-notes .note .toolbar > li > a.active {
                color: #333;
                background: #f9f1ea; }
          .quickview-wrapper .tab-content #quickview-notes .note .toolbar:after {
            position: absolute;
            content: "";
            width: 100%; }
        .quickview-wrapper .tab-content #quickview-notes .note .body {
          display: table-row;
          height: 100%; }
          .quickview-wrapper .tab-content #quickview-notes .note .body > div {
            display: table;
            height: 100%;
            padding: 0 20px 0 45px; }
          .quickview-wrapper .tab-content #quickview-notes .note .body .top {
            height: 50px;
            display: table-row;
            clear: both;
            line-height: 50px;
            text-align: center; }
            .quickview-wrapper .tab-content #quickview-notes .note .body .top > a {
              float: left;
              color: #b0b0a8;
              margin-left: 10px; }
            .quickview-wrapper .tab-content #quickview-notes .note .body .top > span {
              font-style: italic;
              color: #b0b0a8;
              font-size: 11px; }
          .quickview-wrapper .tab-content #quickview-notes .note .body .content {
            display: table-row;
            height: 100%; }
            .quickview-wrapper .tab-content #quickview-notes .note .body .content form {
              height: 100%; }
            .quickview-wrapper .tab-content #quickview-notes .note .body .content p {
              font-size: 12px; }
            .quickview-wrapper .tab-content #quickview-notes .note .body .content::selection {
              background: #fef8ae; }

.page-container {
  width: 100%;
  height: 100%;
  padding-left: 70px; }
  .page-container .page-content-wrapper {
    min-height: 100%;
    position: relative; }
    .page-container .page-content-wrapper .content {
      z-index: 10;
      padding-top: 10px;
      min-height: 100%;
      transition: all 0.3s ease; }
      .page-container .page-content-wrapper .content.full-width {
        width: 100%; }
      .page-container .page-content-wrapper .content .content-inner {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        padding-left: 30px;
        position: relative; }
      .page-container .page-content-wrapper .content:only-child {
        padding-bottom: 0px; }
      .page-container .page-content-wrapper .content.overlay-footer {
        padding-bottom: 0px; }
    .page-container .page-content-wrapper .footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      transition: left 0.3s ease; }

.page-title {
  margin-top: 0px; }

/*** Breadcrumbs **/
.breadcrumb {
  font-family: 'Montserrat';
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-transform: uppercase;
  display: block; }
  .breadcrumb a {
    margin-left: 10px; }
  .breadcrumb li {
    padding-left: 0px; }
    .breadcrumb li p {
      font-family: 'Montserrat';
      font-size: 11px;
      font-weight: 400;
      color: #7b7d82;
      margin: 0; }
    .breadcrumb li .active {
      font-weight: 600;
      font-size: 11px;
      color: #0090d9; }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: bold; }

.breadcrumb a,
.breadcrumb i,
.breadcrumb span, .breadcrumb li {
  color: #515050;
  font-weight: 300;
  text-shadow: none; }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1010;
  padding: 30px 30px 0;
  overflow: auto; }
  .overlay .inline-block {
    display: inline-block; }
  .overlay .brand {
    left: 60px;
    position: absolute;
    top: 28px; }
  .overlay > div {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden; }
  .overlay .has-results {
    overflow: visible; }
  .overlay .overlay-search {
    font-weight: 700;
    font-size: 77px;
    height: 149px;
    letter-spacing: -1.925px;
    line-height: 65px;
    width: 100%;
    padding-left: 0; }
  .overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 25px;
    opacity: 0.5; }
    .overlay .overlay-close:hover {
      opacity: 1; }

.group-container {
  white-space: nowrap; }
  .group-container .single-group {
    vertical-align: top;
    display: inline-block;
    white-space: normal; }

.page-cover {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #f0f0f0;
  /* TODO */ }
  .page-cover .inner {
    bottom: 22px;
    right: 29px; }
  .page-cover.jumbotron {
    padding-top: 0;
    padding-bottom: 0; }
  .page-cover.lg {
    height: 600px; }
  .page-cover .cover-photo {
    opacity: .7;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 0.3s ease;
    background-size: cover; }
    .page-cover .cover-photo img {
      height: 100%;
      width: auto; }
  .page-cover #video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1;
    /* for accessing the video by click */
    left: -50%; }
  .page-cover.center {
    display: table;
    width: 100%; }
    .page-cover.center .inner {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center;
      position: relative;
      right: auto;
      bottom: auto;
      left: auto; }
  .page-cover.page-cover-social {
    position: relative;
    background: #000; }
    .page-cover.page-cover-social .cover-photo {
      perspective: 1000px; }
      .page-cover.page-cover-social .cover-photo img {
        width: 100%; }
    .page-cover.page-cover-social:hover .cover-photo {
      opacity: .5; }
    .page-cover.page-cover-social:hover > .inner .bottom-bar {
      transform: translate(0, 0); }
      .page-cover.page-cover-social:hover > .inner .bottom-bar ul li {
        transform: translate(0, 0); }
        .page-cover.page-cover-social:hover > .inner .bottom-bar ul li:nth-child(1) {
          transition-delay: 0.1s; }
        .page-cover.page-cover-social:hover > .inner .bottom-bar ul li:nth-child(2) {
          transition-delay: 0.15s; }
    .page-cover.page-cover-social:hover > .inner .user-pic {
      transform: translate(0, 0); }
    .page-cover.page-cover-social:hover > .inner .name {
      transform: translate(0, 0); }
      .page-cover.page-cover-social:hover > .inner .name .last-name {
        opacity: 1;
        transform: translate(0, 0); }
    .page-cover.page-cover-social > .inner {
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px 42px 85px 59px; }
      .page-cover.page-cover-social > .inner > * {
        color: #fff;
        font-family: 'Open Sans'; }
      .page-cover.page-cover-social > .inner .muted {
        color: #fff;
        opacity: .5; }
      .page-cover.page-cover-social > .inner .user-pic {
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        width: 43px;
        height: 43px;
        transform: translate(0, -15px);
        transition: all 0.3s ease; }
      .page-cover.page-cover-social > .inner .name {
        font-size: 47px;
        margin-bottom: 15px;
        transform: translate(0, -15px);
        transition: all 0.3s ease; }
        .page-cover.page-cover-social > .inner .name .last-name {
          opacity: 0;
          display: inline-block;
          transform: translate(0, -40px);
          transition: all 0.3s ease; }
      .page-cover.page-cover-social > .inner .intro {
        font-size: 15px; }
        .page-cover.page-cover-social > .inner .intro .serif {
          font-family: 'Georgia';
          font-style: italic; }
        .page-cover.page-cover-social > .inner .intro .workplace {
          font-family: 'Montserrat';
          text-transform: uppercase; }
      .page-cover.page-cover-social > .inner .bottom-bar {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        padding: 0 44px;
        transform: translate(0, 100%);
        transition: all 0.35s ease; }
        .page-cover.page-cover-social > .inner .bottom-bar ul li {
          display: inline-block;
          color: rgba(0, 0, 0, 0.45);
          margin-left: 20px;
          line-height: 67px;
          transform: translate(0, 200%);
          transition: all 0.35s ease; }
          .page-cover.page-cover-social > .inner .bottom-bar ul li i {
            color: rgba(0, 0, 0, 0.73); }
  .page-cover.page-cover-shopping-cart {
    position: relative;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 90%); }
    .page-cover.page-cover-shopping-cart .cover-photo {
      perspective: 1000px; }
      .page-cover.page-cover-shopping-cart .cover-photo img {
        width: 100%; }
    .page-cover.page-cover-shopping-cart .content-details {
      transition: all 0.35s ease; }
    .page-cover.page-cover-shopping-cart .bottom-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: translate3d(0, 10px, 0);
      transition: all 0.35s ease; }
      .page-cover.page-cover-shopping-cart .bottom-bar h2 {
        color: rgba(255, 255, 255, 0.6); }
    .page-cover.page-cover-shopping-cart:hover .content-details {
      transform: translate3d(0, -25%, 0) translate3d(0, -40px, 0); }
    .page-cover.page-cover-shopping-cart:hover .bottom-bar {
      opacity: 1;
      transform: translate3d(0, -47%, 0); }

.icon-set {
  background: url("../img/icons/top_tray.png") no-repeat;
  position: relative;
  display: block; }
  .icon-set.close-circle {
    background-position: -3px -1px;
    width: 15px;
    height: 16px; }
    .icon-set.close-circle.link {
      opacity: 0.5; }
      .icon-set.close-circle.link:hover {
        opacity: 1; }
  .icon-set.globe-fill {
    background-position: -38px 0;
    width: 19px;
    height: 19px;
    top: 2px; }
    .icon-set.globe-fill.link {
      opacity: 0.5; }
      .icon-set.globe-fill.link:hover {
        opacity: 1; }
  .icon-set.clip {
    background-position: -58px -2px;
    width: 16px;
    height: 16px; }
    .icon-set.clip.link {
      opacity: 0.5; }
      .icon-set.clip.link:hover {
        opacity: 1; }
  .icon-set.grid-box {
    background-position: -79px -2px;
    width: 14px;
    height: 14px; }
    .icon-set.grid-box.link {
      opacity: 0.5; }
      .icon-set.grid-box.link:hover {
        opacity: 1; }
  .icon-set.search-icon {
    background-position: -20px -1px;
    width: 16px;
    height: 16px; }
    .icon-set.search-icon.link {
      opacity: 0.5; }
      .icon-set.search-icon.link:hover {
        opacity: 1; }
  .icon-set.refresh-icon {
    background-position: -99px -5px;
    width: 11px;
    height: 10px; }
    .icon-set.refresh-icon.link {
      opacity: 0.5; }
      .icon-set.refresh-icon.link:hover {
        opacity: 1; }
  .icon-set.close-icon-dark {
    background-position: -119px -4px;
    width: 9px;
    height: 10px; }
    .icon-set.close-icon-dark.link {
      opacity: 0.5; }
      .icon-set.close-icon-dark.link:hover {
        opacity: 1; }
  .icon-set.close-icon-light {
    background-position: -134px 0;
    width: 20px;
    height: 20px; }
    .icon-set.close-icon-light.link {
      opacity: 0.5; }
      .icon-set.close-icon-light.link:hover {
        opacity: 1; }

.dropzone {
  overflow: hidden; }
  .dropzone .dz-default.dz-message {
    width: 100%; }

.scroll {
  position: relative;
  overflow: auto; }

/*************** SCROLLBAR DYNAMIC ***************/
.scroll-wrapper > .scroll-element, .scroll-wrapper > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scroll-wrapper > .scroll-element .scroll-element_outer {
  opacity: 0.3; }

.scroll-wrapper > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  transition: opacity 0.2s; }

.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #697686; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

.scroll-wrapper.auto-hide > .scroll-element .scroll-element_track {
  display: none; }

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scroll-wrapper > .scroll-element:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform@include Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-x:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 10px;
  min-height: 7px; }

.scroll-wrapper > .scroll-element.scroll-y:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 10px; }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

.copyright {
  padding: 25px 0;
  border-top: 1px solid fade(#626262, 7%); }

.jumbotron p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: inherit; }
  .jumbotron p.small {
    font-size: 85%; }

.navbar-center, .navbar-center > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top; }

.pager {
  margin: 0; }

.panel {
  box-shadow: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  transition: all 0.2s ease; }
  .panel .panel-heading {
    background: transparent;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 20px 15px 7px 22px;
    position: relative;
    z-index: 1; }
    .panel .panel-heading.separator:after {
      content: "";
      height: 1px;
      background: #e6e6e6;
      left: 16px;
      right: 16px;
      position: absolute;
      bottom: 0; }
    .panel .panel-heading + .panel-body {
      padding-top: 0; }
    .panel .panel-heading h4 {
      font-family: 'Montserrat';
      text-transform: uppercase;
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      padding: 0;
      line-height: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-text-stroke: 0px; }
  .panel.panel-default {
    border: 1px solid rgba(230, 230, 230, 0.7); }
  .panel.panel-bordered {
    border: 1px solid fade(#e6e6e6, 70%); }
  .panel.panel-transparent {
    background: transparent;
    box-shadow: none; }
    .panel.panel-transparent .panel-heading h4 {
      opacity: 0.5;
      filter: alpha(opacity=50);
      margin: 0;
      padding: 0;
      transition: opacity 0.3s ease; }
    .panel.panel-transparent .panel-body {
      background: transparent; }
  .panel.full-height .panel-body {
    height: auto;
    width: 100%;
    height: 100%; }
  .panel.panel-featured {
    box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
    float: right; }
    .panel.panel-featured .panel-title h4 {
      font-family: 'Montserrat';
      text-transform: uppercase;
      color: #f0f0f0; }
    .panel.panel-featured .panel-body h3 {
      line-height: 34px;
      font-size: 26px; }
    .panel.panel-featured .footer .username {
      line-height: 8px;
      padding-top: 10px;
      font-size: 14px; }
    .panel.panel-featured .footer .buttons li {
      display: inline;
      list-style: none;
      font-weight: bold;
      margin-left: 20px; }
      .panel.panel-featured .footer .buttons li:first-child {
        margin-left: 0; }
    .panel.panel-featured .footer .buttons .heart {
      color: #ff375a; }
    .panel.panel-featured .footer .buttons .comment {
      color: #626262; }
    .panel.panel-featured .ribbon {
      width: 38px;
      height: 38px;
      margin-left: -39px;
      float: left;
      box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14); }
      .panel.panel-featured .ribbon.green {
        background: #48b0f7; }
      .panel.panel-featured .ribbon.blue {
        background: #10cfbd; }
  .panel.hover-fill:hover {
    background: #f0f0f0; }
  .panel.hover-stroke:hover {
    border: 1px solid #e6e6e6; }
  .panel .panel-body {
    padding: 24px;
    width: 100%; }
    .panel .panel-body.no-padding .row {
      margin-left: 0;
      margin-right: 0; }
    .panel .panel-body.no-bottom-padding {
      padding-bottom: 0; }
    .panel .panel-body.no-top-padding {
      padding-top: 0; }
    .panel .panel-body .title {
      margin-top: 0px; }

.sortable .grid .grid-title {
  cursor: move; }

.ui-sortable {
  min-height: 0px; }

.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible;
  height: 100%; }
  .ui-sortable-placeholder * {
    visibility: hidden; }

.sortable-box-placeholder {
  background-color: #f0f0f0;
  border: 1px dashed #e6e6e6;
  display: block;
  margin-top: 0px;
  margin-bottom: 24px; }
  .sortable-box-placeholder * {
    visibility: hidden; }

.portlet-progress {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  opacity: .9; }

.portlet-progress > .progress,
.portlet-progress > .progress.progress-small {
  height: 3px; }

.portlet-progress > .progress-circle-indeterminate,
.portlet-progress > .portlet-bar-indeterminate {
  display: block;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px; }

.panel-maximized {
  position: fixed;
  left: 70px;
  top: 60px;
  bottom: 0;
  right: 0;
  z-index: 600;
  margin: 0; }

.panel .pgn-wrapper {
  position: absolute;
  left: 10%;
  right: 10%;
  z-index: 1; }

.panel .pgn-wrapper .alert {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.bg-master {
  background-color: #626262; }

.bg-master-light {
  background-color: #e6e6e6; }

.bg-master-lighter {
  background-color: #f0f0f0; }

.bg-master-lightest {
  background-color: #fafafa; }

.bg-master-dark {
  background-color: #2c2c2c; }

.bg-master-darker {
  background-color: #1a1a1a; }

.bg-master-darkest {
  background-color: #121212; }

.bg-primary {
  background-color: #6d5cae; }

.bg-primary-dark {
  background-color: #584b8d; }

.bg-primary-darker {
  background-color: #413768; }

.bg-primary-light {
  background-color: #8a7dbe; }

.bg-primary-lighter {
  background-color: #e2deef; }

.bg-complete {
  background-color: #48b0f7; }

.bg-complete-dark {
  background-color: #3a8fc8; }

.bg-complete-darker {
  background-color: #2b6a94; }

.bg-complete-light {
  background-color: #6dc0f9; }

.bg-complete-lighter {
  background-color: #daeffd; }

.bg-success {
  background-color: #10cfbd; }

.bg-success-dark {
  background-color: #0da899; }

.bg-success-darker {
  background-color: #0a7c71; }

.bg-success-light {
  background-color: #40d9ca; }

.bg-success-lighter {
  background-color: #cff5f2; }

.bg-info {
  background-color: #3b4752; }

.bg-info-dark {
  background-color: #303a42; }

.bg-info-darker {
  background-color: #232b31; }

.bg-info-light {
  background-color: #626c75; }

.bg-info-lighter {
  background-color: #d8dadc; }

.bg-danger {
  background-color: #ff375a; }

.bg-danger-dark {
  background-color: #cf2d49; }

.bg-danger-darker {
  background-color: #992136; }

.bg-danger-light {
  background-color: #ff5f7b; }

.bg-danger-lighter {
  background-color: #ffd7de; }

.bg-warning {
  background-color: #f8d053; }

.bg-warning-dark {
  background-color: #c9a843; }

.bg-warning-darker {
  background-color: #957d32; }

.bg-warning-light {
  background-color: #f9d975; }

.bg-warning-lighter {
  background-color: #fef6dd; }

.bg-menu-dark {
  background-color: #21252d; }

.bg-menu {
  background-color: #2b303b; }

.bg-menu-light {
  background-color: white; }

.gradient-grey {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%); }

.gradient-black {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%); }

.bg-white {
  background-color: #fff; }

.bg-transparent {
  background-color: transparent; }

.text-master {
  color: #626262; }

.text-black {
  color: #2c2c2c; }

.text-white {
  color: #fff; }

.text-complete {
  color: #48b0f7; }

.text-success {
  color: #10cfbd; }

.text-info {
  color: #3b4752; }

.text-warning {
  color: #f8d053; }

.text-danger {
  color: #ff375a; }

.text-primary {
  color: #6d5cae; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #e6e6e6;
  font-weight: 600;
  color: #626262; }

.label-success {
  background-color: #10cfbd;
  color: #fff; }

.label-warning {
  background-color: #f8d053;
  color: #fff; }

.label-important {
  background-color: #ff375a;
  color: #fff; }

.label-info {
  background-color: #48b0f7;
  color: #fff; }

.label-inverse {
  background-color: #3a8fc8;
  color: #fff; }

.label-white {
  background-color: #fff;
  color: #626262; }

.label-white {
  background-color: #2c2c2c;
  color: #e6e6e6; }

.label-import {
  background-color: #2c2c2c;
}

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.font-arial {
  font-family: Arial, sans-serif; }

.font-montserrat {
  font-family: 'Montserrat'; }

.font-georgia {
  font-family: Georgia; }

.well {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  background-image: none; }
  .well.well-large {
    padding: 24px;
    width: auto; }
  .well.well-small {
    padding: 13px;
    width: auto; }
  .well.green {
    background-color: #48b0f7;
    color: #fff;
    border: none; }

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden; }

.btn {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none;
  color: #626262;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative; }
  .btn:focus {
    outline: 0; }
  .btn:hover {
    background-color: #fafafa;
    border: 1px solid fade(#626262, 27%); }
  .btn.active {
    border-color: #e6e6e6;
    background: #fff; }
  .btn .caret {
    margin-left: 3px; }
    .btn .caret.single {
      margin-left: 0px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    box-shadow: none; }

.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #6d5cae;
  border-color: #6d5cae; }

.btn-primary.active, .btn-primary:active, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open .dropdown-toggle .btn-primary {
  background-color: #584b8d;
  border-color: #584b8d;
  color: #fff; }

.btn-primary.hover, .btn-primary:hover,
.open .dropdown-toggle .btn-primary {
  background-color: #8a7dbe;
  border-color: #8a7dbe;
  color: #fff; }

.btn-primary.active:hover {
  background: #5e4f96;
  border-color: #5e4f96; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #6d5cae;
  border-color: #6d5cae; }

.btn-primary .badge {
  color: #6d5cae;
  background-color: #fff; }

.btn-success, .btn-success:focus {
  color: #fff;
  background-color: #10cfbd;
  border-color: #10cfbd; }

.btn-success.active, .btn-success:active, .btn-success.active:focus, .btn-success:active:focus, .btn-success:active:hover,
.open .dropdown-toggle .btn-success {
  background-color: #0da899;
  border-color: #0da899;
  color: #fff; }

.btn-success.hover, .btn-success:hover,
.open .dropdown-toggle .btn-success {
  background-color: #40d9ca;
  border-color: #40d9ca;
  color: #fff; }

.btn-success.active:hover {
  background: #0eb2a3;
  border-color: #0eb2a3; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #10cfbd;
  border-color: #10cfbd; }

.btn-success .badge {
  color: #10cfbd;
  background-color: #fff; }

.btn-complete, .btn-complete:focus {
  color: #fff;
  background-color: #48b0f7;
  border-color: #48b0f7; }

.btn-complete.active, .btn-complete:active, .btn-complete.active:focus, .btn-complete:active:focus, .btn-complete:active:hover,
.open .dropdown-toggle .btn-complete {
  background-color: #3a8fc8;
  border-color: #3a8fc8;
  color: #fff; }

.btn-complete.hover, .btn-complete:hover,
.open .dropdown-toggle .btn-complete {
  background-color: #6dc0f9;
  border-color: #6dc0f9;
  color: #fff; }

.btn-complete.active:hover {
  background: #3e97d4;
  border-color: #3e97d4; }

.btn-complete.disabled, .btn-complete.disabled:hover, .btn-complete.disabled:focus, .btn-complete.disabled:active, .btn-complete.disabled.active, .btn-complete[disabled], .btn-complete[disabled]:hover, .btn-complete[disabled]:focus, .btn-complete[disabled]:active, .btn-complete[disabled].active,
fieldset[disabled] .btn-complete,
fieldset[disabled] .btn-complete:hover,
fieldset[disabled] .btn-complete:focus,
fieldset[disabled] .btn-complete:active,
fieldset[disabled] .btn-complete.active {
  background-color: #48b0f7;
  border-color: #48b0f7; }

.btn-complete .badge {
  color: #48b0f7;
  background-color: #fff; }

.btn-info, .btn-info:focus {
  color: #fff;
  background-color: #3b4752;
  border-color: #3b4752; }

.btn-info.active, .btn-info:active, .btn-info.active:focus, .btn-info:active:focus, .btn-info:active:hover,
.open .dropdown-toggle .btn-info {
  background-color: #303a42;
  border-color: #303a42;
  color: #fff; }

.btn-info.hover, .btn-info:hover,
.open .dropdown-toggle .btn-info {
  background-color: #626c75;
  border-color: #626c75;
  color: #fff; }

.btn-info.active:hover {
  background: #333d47;
  border-color: #333d47; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #3b4752;
  border-color: #3b4752; }

.btn-info .badge {
  color: #3b4752;
  background-color: #fff; }

.btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #f8d053;
  border-color: #f8d053; }

.btn-warning.active, .btn-warning:active, .btn-warning.active:focus, .btn-warning:active:focus, .btn-warning:active:hover,
.open .dropdown-toggle .btn-warning {
  background-color: #c9a843;
  border-color: #c9a843;
  color: #fff; }

.btn-warning.hover, .btn-warning:hover,
.open .dropdown-toggle .btn-warning {
  background-color: #f9d975;
  border-color: #f9d975;
  color: #fff; }

.btn-warning.active:hover {
  background: #d5b347;
  border-color: #d5b347; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f8d053;
  border-color: #f8d053; }

.btn-warning .badge {
  color: #f8d053;
  background-color: #fff; }

.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #ff375a;
  border-color: #ff375a; }

.btn-danger.active, .btn-danger:active, .btn-danger.active:focus, .btn-danger:active:focus, .btn-danger:active:hover,
.open .dropdown-toggle .btn-danger {
  background-color: #cf2d49;
  border-color: #cf2d49;
  color: #fff; }

.btn-danger.hover, .btn-danger:hover,
.open .dropdown-toggle .btn-danger {
  background-color: #ff5f7b;
  border-color: #ff5f7b;
  color: #fff; }

.btn-danger.active:hover {
  background: #db2f4d;
  border-color: #db2f4d; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff375a;
  border-color: #ff375a; }

.btn-danger .badge {
  color: #ff375a;
  background-color: #fff; }

.btn-default, .btn-default:focus {
  color: #5e5e5e;
  background-color: #fff;
  border-color: #f0f0f0; }

.btn-default.active, .btn-default:active, .btn-default.active:focus, .btn-default:active:focus, .btn-default:active:hover {
  background-color: #f0f0f0;
  border-color: #e6e6e6;
  color: #2c2c2c; }

.btn-default.hover, .btn-default:hover {
  background-color: #fafafa;
  border-color: fade(#626262, 27%);
  color: #1a1a1a; }

.btn-default.active:hover {
  background: #f0f0f0; }

.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none; }
  .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none; }

.btn-lg, .btn-group-lg > .btn {
  padding-left: 28px;
  padding-right: 28px;
  line-height: 23px; }

.btn-sm, .btn-group-sm > .btn {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11.9px;
  line-height: 20px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 2px 9px;
  font-size: 10.5px; }

.btn-cons {
  margin-right: 5px;
  min-width: 120px;
 }

.btn-rounded {
  border-radius: 100px; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.open .dropdown-toggle, .open.dropdown-default .dropdown-toggle {
  box-shadow: none; }

.dropdown-default {
  display: inline-block; }
  .dropdown-default.open {
    z-index: 700; }
    .dropdown-default.open > .btn.dropdown-toggle {
      border-color: transparent;
      background: transparent; }
    .dropdown-default.open .dropdown-menu {
      opacity: 1;
      transform: scale(1, 1); }
      .dropdown-default.open .dropdown-menu li {
        visibility: visible; }
    .dropdown-default.open.dropup > .btn-primary + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-success + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-complete + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-warning + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-danger + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-info + .dropdown-menu:after {
      top: auto;
      bottom: 0; }
    .dropdown-default.open > .btn-primary + .dropdown-menu:after,
    .dropdown-default.open > .btn-success + .dropdown-menu:after,
    .dropdown-default.open > .btn-complete + .dropdown-menu:after,
    .dropdown-default.open > .btn-warning + .dropdown-menu:after,
    .dropdown-default.open > .btn-danger + .dropdown-menu:after,
    .dropdown-default.open > .btn-info + .dropdown-menu:after {
      top: 0;
      height: 42px; }
    .dropdown-default.open > .btn-primary + .dropdown-menu:after {
      background-color: #6d5cae; }
    .dropdown-default.open > .btn-success + .dropdown-menu:after {
      background-color: #10cfbd; }
    .dropdown-default.open > .btn-complete + .dropdown-menu:after {
      background-color: #48b0f7; }
    .dropdown-default.open > .btn-warning + .dropdown-menu:after {
      background-color: #f8d053; }
    .dropdown-default.open > .btn-danger + .dropdown-menu:after {
      background-color: #ff375a; }
    .dropdown-default.open > .btn-info + .dropdown-menu:after {
      background-color: #3b4752; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
    margin-bottom: -47px;
    padding-bottom: 49px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
      bottom: 49px; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
    margin-bottom: -34px;
    padding-bottom: 36px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
      bottom: 36px; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
    margin-bottom: -29px;
    padding-bottom: 31px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
      bottom: 31px; }
  .dropdown-default.dropup .dropdown-menu {
    margin-bottom: -40px;
    padding: 0 3px 44px 0;
    transform-origin: center bottom 0; }
    .dropdown-default.dropup .dropdown-menu:after {
      bottom: 43px;
      top: auto; }
  .dropdown-default .btn.dropdown-toggle {
    text-align: left;
    z-index: 2;
    padding-right: 27px; }
    .dropdown-default .btn.dropdown-toggle.btn-lg {
      padding-right: 42px; }
      .dropdown-default .btn.dropdown-toggle.btn-lg .caret {
        right: 26px; }
      .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
        margin-top: -47px;
        padding-top: 49px; }
        .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
          top: 49px; }
    .dropdown-default .btn.dropdown-toggle.btn-sm {
      padding-right: 26px; }
      .dropdown-default .btn.dropdown-toggle.btn-sm .caret {
        right: 16px; }
      .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
        margin-top: -34px;
        padding-top: 36px; }
        .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
          top: 36px; }
    .dropdown-default .btn.dropdown-toggle.btn-xs {
      padding-right: 21px; }
      .dropdown-default .btn.dropdown-toggle.btn-xs .caret {
        right: 8px; }
      .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
        margin-top: -29px;
        padding-top: 31px; }
        .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
          top: 31px; }
    .dropdown-default .btn.dropdown-toggle ~ .dropdown-menu {
      z-index: 1; }
    .dropdown-default .btn.dropdown-toggle .caret {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -2px; }
  .dropdown-default .btn-rounded {
    padding-left: 17px;
    padding-right: 17px; }
  .dropdown-default .btn-rounded + .dropdown-menu {
    border-radius: 17px; }
  .dropdown-default .dropdown-menu {
    margin-top: -40px;
    padding-top: 42px;
    overflow: hidden;
    backface-visibility: hidden;
    display: block;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: center top 0;
    transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s; }
    .dropdown-default .dropdown-menu:after {
      content: "";
      position: absolute;
      height: 1px;
      left: 0;
      top: 42px;
      background: #e6e6e6;
      width: 100%; }
    .dropdown-default .dropdown-menu li {
      visibility: hidden; }

.dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  box-shadow: 0px 0px 5px fade(#626262, 20%);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  margin: 0;
  background: #fafafa;
  min-width: 50px; }
  .dropdown-menu .divider {
    background-color: #e6e6e6;
    height: 1px;
    margin: 3px 0;
    border-bottom: 0px; }
  .dropdown-menu > li {
    padding-left: 0px; }
    .dropdown-menu > li:first-child {
      padding-top: 9px; }
    .dropdown-menu > li:last-child {
      padding-bottom: 9px; }
    .dropdown-menu > li.dropdown-header {
      padding: 3px 20px; }
    .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover, .dropdown-menu > li.active > a:focus {
      color: #1a1a1a;
      text-decoration: none;
      background-color: #f0f0f0;
      background-image: none; }
    .dropdown-menu > li.disabled > a, .dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:focus {
      color: #959595; }
    .dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:focus {
      text-decoration: none;
      cursor: default;
      background-color: transparent;
      background-image: none; }
    .dropdown-menu > li > a {
      line-height: 35px;
      color: #626262;
      padding: 0 15px;
      border-radius: 3px;
      text-align: left; }
      .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #1a1a1a;
        text-decoration: none;
        background-color: transparent;
        background-image: none; }

.btn-animated {
  overflow: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d; }
  .btn-animated > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: all 0.2s ease-in-out;
    transform-style: preserve-3d; }
  .btn-animated:before {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 2.5;
    transition: all 0.2s ease-in-out; }
  .btn-animated:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.2s ease-in-out; }
  .btn-animated.from-top:before {
    left: 0;
    top: -100%; }
  .btn-animated.from-top:hover:before, .btn-animated.from-top.show-icon:before {
    top: 0; }
  .btn-animated.from-top:hover > span, .btn-animated.from-top.show-icon > span {
    transform: translateY(300%); }
  .btn-animated.from-left:before {
    left: -100%;
    top: 0; }
  .btn-animated.from-left:hover:before, .btn-animated.from-left.show-icon:before {
    left: 0; }
  .btn-animated.from-left:hover > span, .btn-animated.from-left.show-icon > span {
    transform: translateX(200%); }
  .btn-animated.fa:before {
    font-family: FontAwesome; }
  .btn-animated.pg:before {
    font-family: "pages-icon"; }

.btn-tag {
  line-height: 17px;
  border-radius: 17px 3px 3px 17px;
  padding: 5px 19px; }
  .btn-tag:hover, .btn-tag.hover {
    border-color: transparent; }
  .btn-tag.btn-tag-light {
    background: #fafdff;
    color: #5b8ca5;
    border: 1px solid #cbe4f0; }
    .btn-tag.btn-tag-light:hover {
      background: #fff; }
  .btn-tag.btn-tag-dark {
    background: #e6e6e6;
    color: #626262; }
    .btn-tag.btn-tag-dark:hover {
      background: #ebebeb; }
  .btn-tag.btn-tag-rounded {
    border-radius: 17px; }

.btn-toolbar .btn {
  padding-left: 14px;
  padding-right: 14px; }

.pager .disabled > button,
.pager .disabled > button:hover,
.pager .disabled > button:focus,
.pager .disabled > span {
  cursor: not-allowed;
  opacity: .5; }

.alert {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px;
  font-size: 13px;
  border-width: 0;
  transition: all 0.2s linear 0s; }
  .alert.bordered {
    border-width: 1px; }
  .alert .link {
    color: #ce8f22;
    font-weight: bold; }
  .alert .alert-heading {
    color: #ce8f22;
    margin-bottom: 5px;
    font-weight: 600; }
  .alert .btn-small {
    position: relative;
    top: -3.5px; }
  .alert .button-set .btn {
    position: relative;
    top: 8px; }
  .alert .close {
    background: url("../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px;
    font-size: 0; }
    .alert .close:hover {
      opacity: 1; }

.alert-danger,
.alert-error {
  background-color: #ffd7de;
  color: #992136;
  border-color: #992136; }
  .alert-danger .close,
  .alert-error .close {
    background-position: -95px -10px; }

.alert-warning {
  background-color: #fef6dd;
  color: #957d32;
  border-color: #957d32; }

.alert-info {
  background-color: #daeffd;
  color: #2b6a94;
  border-color: #2b6a94; }
  .alert-info .close {
    background-position: -67px -10px; }

.alert-success {
  background-color: #cff5f2;
  color: #0a7c71;
  border-color: #0a7c71; }
  .alert-success .close {
    background-position: -38px -10px; }

.badge {
  text-shadow: none;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #e6e6e6;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #626262; }

.badge-success {
  background-color: #10cfbd;
  color: #fff; }

.badge-warning {
  background-color: #f8d053;
  color: #fff; }

.badge-important {
  background-color: #ff375a;
  color: #fff; }

.badge-danger {
  background-color: #ff375a;
  color: #fff; }

.badge-info {
  background-color: #3b4752;
  color: #fff; }

.badge-inverse {
  background-color: #2b6a94;
  color: #fff; }

.badge-white {
  background-color: #fff;
  color: #626262; }

.badge-disable {
  background-color: #2c2c2c;
  color: #626262; }

.notification-toggle:before {
  border-bottom: 0px; }

.notification-toggle:after {
  border-bottom: 0px; }

.notification-panel {
  background-color: #fff;
  border: 1px solid #e6e6e6; }
  .notification-panel .notification-body {
    height: 350px;
    position: relative;
    overflow: hidden; }
    .notification-panel .notification-body .notification-item {
      position: relative;
      margin-left: 25px;
      background-color: #fafafa;
      padding-right: 20px; }
      .notification-panel .notification-body .notification-item.unread {
        background-color: #daeffd; }
        .notification-panel .notification-body .notification-item.unread:before {
          color: #6dc0f9; }
      .notification-panel .notification-body .notification-item .heading {
        height: 44px;
        line-height: 44px;
        margin-right: 5px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        position: relative; }
        .notification-panel .notification-body .notification-item .heading:after {
          content: '';
          position: absolute;
          width: 5px;
          height: 100%;
          background-color: #fff;
          right: 0;
          top: 1px; }
      .notification-panel .notification-body .notification-item .more-details {
        display: none; }
      .notification-panel .notification-body .notification-item:before {
        content: '\25CF';
        font-size: 10px;
        position: absolute;
        height: 44px;
        right: 9px;
        vertical-align: middle;
        line-height: 44px;
        color: silver; }
  .notification-panel .notification-footer {
    padding: 10px;
    display: block;
    border-top: 1px solid #e6e6e6; }
    .notification-panel .notification-footer a {
      color: #626262; }

body > .pgn-wrapper[data-position="top"] {
  top: 60px;
  left: 70px; }

body > .pgn-wrapper[data-position="bottom"] {
  left: 70px; }

body > .pgn-wrapper[data-position$='-left'] {
  left: 90px;
  right: auto; }

body > .pgn-wrapper[data-position^='top-'] {
  top: 80px;
  bottom: auto; }

body > .pgn-wrapper[data-position^='top-'] .pgn-flip {
  top: -90px; }

.pgn-circle .alert .close {
  margin-top: -4px; }

body > .pgn-wrapper {
  z-index: 900; }

.alerts-container {
  position: fixed;
  width: 350px;
  right: 20px;
  z-index: 999;
  top: 80px; }
  .alerts-container[data-placement$='-left'] {
    left: 100px;
    right: auto; }
  .alerts-container[data-placement$='-right'] {
    right: 20px;
    left: auto; }
  .alerts-container[data-placement^='top-'] {
    top: 80px;
    bottom: auto; }
  .alerts-container[data-placement^='bottom-'] {
    top: auto;
    bottom: 20px; }
  .alerts-container[data-placement='bottom-right'] .alert:last-child, .alerts-container[data-placement='bottom-left'] .alert:last-child {
    margin-bottom: 0; }
  .alerts-container .alert {
    position: relative; }
    .alerts-container .alert .close {
      position: absolute;
      right: 9px;
      top: 15px; }

.notification-positions {
  border-radius: 4px;
  border: 3px dashed #e6e6e6;
  height: 370px;
  position: relative; }
  .notification-positions > div > .position:not(:only-child) {
    max-width: 50%; }
  .notification-positions .position {
    padding: 15px; }
    .notification-positions .position img {
      border: 3px solid transparent; }
    .notification-positions .position:hover {
      cursor: pointer; }
    .notification-positions .position.active img {
      border-color: #0090d9; }
    .notification-positions .position.pull-top, .notification-positions .position.pull-bottom {
      left: 0;
      right: 0; }
    .notification-positions .position img {
      width: 100%; }

.progress {
  height: 12px;
  background-color: fade(#626262, 20%);
  background-image: none;
  box-shadow: none;
  border-radius: 0; }
  .progress.transparent {
    background-color: rgba(0, 0, 0, 0.28); }
  .progress.progress-small {
    height: 4px; }

.progress-bar-indeterminate {
  background: url("../img/progress/progress-bar-master.svg") no-repeat top left;
  width: 100%;
  height: 100%;
  background-size: cover; }
  .progress-bar-indeterminate.progress-bar-primary {
    background-image: url("../img/progress/progress-bar-primary.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-complete {
    background-image: url("../img/progress/progress-bar-complete.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-success {
    background-image: url("../img/progress/progress-bar-success.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-info {
    background-image: url("../img/progress/progress-bar-info.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-warning {
    background-image: url("../img/progress/progress-bar-warning.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-danger {
    background-image: url("../img/progress/progress-bar-danger.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-master {
    background-image: url("../img/progress/progress-bar-master.svg");
    background-color: transparent; }

.progress-bar {
  box-shadow: none;
  border-radius: 0;
  background-color: #626262;
  background-image: none;
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.question-progress {
  overflow: unset;
}
.question-progress .progress-bar {
  border-radius: 8px;
}
.progress-bar-primary {
  background-color: #6d5cae;
  background-image: none; }

.progress-bar-complete {
  background-color: #48b0f7;
  background-image: none; }

.progress-bar-success {
  background-color: #10cfbd;
  background-image: none; }

.progress-bar-info {
  background-color: #3b4752;
  background-image: none; }

.progress-bar-warning {
  background-color: #f8d053;
  background-image: none; }

.progress-bar-danger {
  background-color: #ff375a;
  background-image: none; }

.progress-bar-white {
  background-color: #fff;
  background-image: none; }

.progress-bar-black {
  background-color: #000;
  background-image: none; }

.progress-info .bar, .progress .bar-info {
  background-color: #232b31;
  background-image: none; }

.progress-warning .bar, .progress .bar-warning {
  background-color: #957d32;
  background-image: none; }

.progress-danger .bar, .progress .bar-danger {
  background-color: #992136;
  background-image: none; }

.progress-white .bar, .progress .bar-white {
  background-color: #fff;
  background-image: none; }

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #10cfbd; }

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #3b4752; }

.progress-circle-indeterminate {
  background: url("../img/progress/progress-circle-master.svg") no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 0 auto; }
  .progress-circle-indeterminate.progress-circle-warning {
    background-image: url("../img/progress/progress-circle-warning.svg"); }
  .progress-circle-indeterminate.progress-circle-danger {
    background-image: url("../img/progress/progress-circle-danger.svg"); }
  .progress-circle-indeterminate.progress-circle-info {
    background-image: url("../img/progress/progress-circle-info.svg"); }
  .progress-circle-indeterminate.progress-circle-primary {
    background-image: url("../img/progress/progress-circle-primary.svg"); }
  .progress-circle-indeterminate.progress-circle-success {
    background-image: url("../img/progress/progress-circle-success.svg"); }
  .progress-circle-indeterminate.progress-circle-complete {
    background-image: url("../img/progress/progress-circle-complete.svg"); }

.progress-circle {
  display: block;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 45px; }
  .progress-circle.progress-circle-warning .pie .half-circle {
    border-color: #f8d053; }
  .progress-circle.progress-circle-danger .pie .half-circle {
    border-color: #ff375a; }
  .progress-circle.progress-circle-info .pie .half-circle {
    border-color: #3b4752; }
  .progress-circle.progress-circle-primary .pie .half-circle {
    border-color: #6d5cae; }
  .progress-circle.progress-circle-success .pie .half-circle {
    border-color: #10cfbd; }
  .progress-circle.progress-circle-complete .pie .half-circle {
    border-color: #48b0f7; }
  .progress-circle.progress-circle-thick .pie .half-circle, .progress-circle.progress-circle-thick .shadow {
    border-width: 5px; }
  .progress-circle .pie {
    clip: rect(0, 45px, 45px, 22.5px);
    height: 45px;
    position: absolute;
    width: 45px; }
    .progress-circle .pie .half-circle {
      border: 3px solid #626262;
      border-radius: 50%;
      clip: rect(0, 22.5px, 45px, 0);
      height: 45px;
      position: absolute;
      width: 45px; }
  .progress-circle .shadow {
    border: 3px solid fade(#000, 10%);
    border-radius: 50%;
    height: 100%;
    width: 100%; }

.modal .close:focus {
  outline: 0; }

.modal .modal-dialog {
  transition: all .2s; }

.modal .modal-content {
  border: none;
  border-radius: 3px;
  box-shadow: none; }
.modal-open .modal#content-modal {
  background: #00000030;
  margin-bottom: 0;
}
#content-modal .modal-content {
  top: 200px;
}
#content-modal .modal-content .redactor-box {
  max-height: 50vh;
  overflow-y: scroll;
}

.modal .modal-header {
  text-align: center;
  border-bottom: 0; }
  /* .modal .modal-header p {
    color: #8b91a0; } */

.modal .modal-body {
  box-shadow: none;
  padding: 25px;
  padding-top: 0;
  white-space: normal; }

.modal .modal-footer {
  border-top: none;
  box-shadow: none;
  margin-top: 0;
  padding: 20px;
  padding-top: 0; }

.modal.fade {
  opacity: 1; }
  .modal.fade.stick-up .modal-dialog {
    transform: translate3d(0, -100%, 0);
    margin-top: -5px; }
  .modal.fade.stick-up.in .modal-dialog {
    transform: translate3d(0, 0, 0); }
  .modal.fade.slide-up {
    height: 100%;
    top: auto; }
    .modal.fade.slide-up.in .modal-dialog {
      transform: translate3d(0, 0, 0); }
    .modal.fade.slide-up.disable-scroll {
      overflow: hidden; }
    .modal.fade.slide-up .modal-dialog {
      display: table;
      height: 100%;
      transform: translate3d(0, 75%, 0); }
    .modal.fade.slide-up .modal-content-wrapper {
      display: table-cell;
      vertical-align: middle; }
  .modal.fade.center-scale .modal-dialog {
    display: table;
    height: 100%; }
  .modal.fade.center-scale .modal-content {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    background: transparent; }
    .modal.fade.center-scale .modal-content .modal-header {
      border-bottom: 0px; }
  .modal.fade.center-scale.in .modal-dialog {
    opacity: 1;
    transform: scale(1); }
  .modal.fade.center-scale .modal-dialog {
    opacity: 0;
    transform: scale(0.6); }
  .modal.fade.fill-in {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s; }
    .modal.fade.fill-in > .close {
      margin-top: 20px;
      margin-right: 20px;
      opacity: 0.6; }
      .modal.fade.fill-in > .close > i {
        font-size: 14px; }
    .modal.fade.fill-in .modal-dialog {
      display: table;
      height: 100%; }
    .modal.fade.fill-in .modal-content {
      display: table-cell;
      vertical-align: middle;
      border: 0;
      background: transparent; }
      .modal.fade.fill-in .modal-content .modal-header {
        border-bottom: 0px; }
    .modal.fade.fill-in.in {
      background-color: rgba(255, 255, 255, 0.85); }
      .modal.fade.fill-in.in .modal-dialog {
        opacity: 1;
        transform: scale(1); }
    .modal.fade.fill-in .modal-dialog {
      opacity: 0;
      transform: scale(0.6); }
  .modal.fade.slide-right .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    z-index: 10; }
  .modal.fade.slide-right.in .modal-dialog {
    transform: translate3d(0, 0, 0); }
  .modal.fade.slide-right .modal-dialog {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    transform: translate3d(100%, 0, 0); }
    .modal.fade.slide-right .modal-dialog .modal-content-wrapper {
      height: 100%; }
    .modal.fade.slide-right .modal-dialog .modal-content {
      height: 100%; }
  .modal.fade.slide-right .modal-content {
    border-radius: 0px; }

.fill-in-modal .modal-backdrop {
  background-color: transparent; }

.modal-backdrop {
  opacity: 0;
  transition: opacity 0.2s linear; }
  .modal-backdrop.in {
    opacity: 0.30; }

@media (min-width: 768px) {
  .modal.stick-up .modal-dialog {
    margin: -5px auto; }
  .modal.slide-up .modal-dialog {
    margin: 0 auto; }
  .modal.fill-in .modal-dialog {
    margin: 0 auto; }
  .modal .modal-content {
    box-shadow: none; } }

.nav-tabs > li {
  padding-left: 0;
  padding-right: 0; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #e6e6e6;
    color: #626262;
    background-color: #e6e6e6; }
  .nav-tabs > li > a {
    border-radius: 0;
    padding: 15px 20px;
    margin-right: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    color: fade(#626262, 70%);
    font-size: 13px;
    min-width: 70px;
    text-transform: uppercase;
    border-color: transparent; }
.nav-tabs-simple > li.back-button-holder:after {
  background-color: transparent;
}
.nav-tabs > li > a.btn {
  padding: 6px 12px;
  text-transform: capitalize;
}
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      background: transparent;
      border-color: transparent;
      color: #626262; }
    .nav-tabs > li > a .tab-icon {
      margin-right: 6px; }

.nav-tabs ~ .tab-content {
  overflow: hidden;
  padding: 15px; }
  .nav-tabs ~ .tab-content > .tab-pane.slide-left, .nav-tabs ~ .tab-content > .tab-pane.slide-right {
    transition: all 0.3s ease; }
    .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding, .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
      opacity: 0 ; }
    .nav-tabs ~ .tab-content > .tab-pane.slide-left.active, .nav-tabs ~ .tab-content > .tab-pane.slide-right.active {
      transform: translate3d(0, 0, 0);
      opacity: 1; }
  .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding {
    transform: translate3d(10%, 0, 0); }
  .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
    transform: translate3d(-10%, 0, 0); }

.nav-tabs.nav-tabs-left:after, .nav-tabs.nav-tabs-right:after {
  border-bottom: 0px; }

.nav-tabs.nav-tabs-left > li, .nav-tabs.nav-tabs-right > li {
  float: none; }

.nav-tabs.nav-tabs-left {
  float: left; }
  .nav-tabs.nav-tabs-left ~ .tab-content {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.nav-tabs.nav-tabs-right {
  float: right; }
  .nav-tabs.nav-tabs-right ~ .tab-content {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }

.nav-tabs-simple {
  border-bottom: 0px; }
  .nav-tabs-simple:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    bottom: 3px;
    z-index: 120; }
  .nav-tabs-simple > li {
    margin-bottom: 0; }
    .nav-tabs-simple > li:after {
      transition: all 0.1s linear 0s;
      -webkit-backface-visibility: hidden;
      width: 100%;
      display: block;
      background-color: #ff375a;
      height: 0px;
      content: '';
      z-index: 125; }
      .nav-tabs-primary .nav-tabs-simple > li:after {
        background-color: #6d5cae; }
      .nav-tabs-success .nav-tabs-simple > li:after {
        background-color: #10cfbd; }
      .nav-tabs-complete .nav-tabs-simple > li:after {
        background-color: #48b0f7; }
      .nav-tabs-danger .nav-tabs-simple > li:after {
        background-color: #ff375a; }
      .nav-tabs-warning .nav-tabs-simple > li:after {
        background-color: #f8d053; }
      .nav-tabs-info .nav-tabs-simple > li:after {
        background-color: #3b4752; }
    .nav-tabs-simple > li.active a, .nav-tabs-simple > li.active a:hover, .nav-tabs-simple > li.active a:focus {
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs-simple > li.active:after, .nav-tabs-simple > li:hover:after {
      height: 3px; }
  .nav-tabs-simple.nav-tabs-left:after, .nav-tabs-simple.nav-tabs-right:after {
    border-bottom: 0px; }
  .nav-tabs-simple.nav-tabs-left > li:after, .nav-tabs-simple.nav-tabs-right > li:after {
    width: 0px;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute; }
  .nav-tabs-simple.nav-tabs-left > li.active:after, .nav-tabs-simple.nav-tabs-left > li:hover:after, .nav-tabs-simple.nav-tabs-right > li.active:after, .nav-tabs-simple.nav-tabs-right > li:hover:after {
    width: 3px; }
  .nav-tabs-simple.nav-tabs-left > li:after {
    right: 0; }
  .nav-tabs-simple.nav-tabs-right > li:after {
    left: 0; }

.nav-tabs-linetriangle {
  border-bottom: 0; }
  .nav-tabs-linetriangle:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    bottom: 0; }
  .nav-tabs-linetriangle > li.active > a {
    background: transparent;
    box-shadow: none;
    border-color: transparent; }
    .nav-tabs-linetriangle > li.active > a:hover, .nav-tabs-linetriangle > li.active > a:focus, .nav-tabs-linetriangle > li.active > a:active {
      border-color: transparent;
      background-color: transparent; }
    .nav-tabs-linetriangle > li.active > a:after, .nav-tabs-linetriangle > li.active > a:before {
      border: medium solid transparent;
      content: "";
      height: 0;
      left: 50%;
      pointer-events: none;
      position: absolute;
      width: 0;
      z-index: 1;
      top: 100%; }
    .nav-tabs-linetriangle > li.active > a:after {
      border-top-color: #fafafa;
      border-width: 10px;
      margin-left: -10px; }
    .nav-tabs-linetriangle > li.active > a:before {
      border-top-color: rgba(0, 0, 0, 0.2);
      border-width: 11px;
      margin-left: -11px; }
  .nav-tabs-linetriangle > li > a span {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .nav-tabs-linetriangle > li > a,
  .nav-tabs-linetriangle > li > a:hover,
  .nav-tabs-linetriangle > li > a:focus {
    overflow: visible;
    transition: color 0.2s ease 0s; }
  .nav-tabs-linetriangle ~ .tab-content {
    background: #fff; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs:after {
    border-bottom: none; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid rgba(0, 0, 0, 0.2); }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fafafa;
    margin-top: 1px;
    margin-right: 2px; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after, .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
    top: auto;
    right: -23px;
    left: auto; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs:after {
    border-bottom: none; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid rgba(0, 0, 0, 0.2); }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fafafa;
    margin-top: 1px;
    margin-left: -9px; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after, .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
    top: auto;
    left: -12px;
    right: auto; }

@media screen and (max-width: 58em) {
  .nav-tabs-linetriangle {
    font-size: 0.6em; } }

.nav-tabs-fillup > li {
  overflow: hidden; }
  .nav-tabs-fillup > li > a {
    backface-visibility: hidden;
    transition: color 0.3s ease 0s;
    background: transparent; }
    .nav-tabs-fillup > li > a:after {
      background: none repeat scroll 0 0 #10cfbd;
      border: 1px solid #10cfbd;
      content: "";
      left: 0;
      position: absolute;
      top: 0;
      transform: translate3d(0, 100%, 0px);
      transition: transform 0.3s ease 0s;
      width: 100%;
      z-index: -1; }
      .nav-tabs-primary .nav-tabs-fillup > li > a:after {
        background: none repeat scroll 0 0 #6d5cae;
        border: 1px solid #6d5cae; }
      .nav-tabs-success .nav-tabs-fillup > li > a:after {
        background: none repeat scroll 0 0 #10cfbd;
        border: 1px solid #10cfbd; }
      .nav-tabs-complete .nav-tabs-fillup > li > a:after {
        background: none repeat scroll 0 0 #48b0f7;
        border: 1px solid #48b0f7; }
      .nav-tabs-warning .nav-tabs-fillup > li > a:after {
        background: none repeat scroll 0 0 #f8d053;
        border: 1px solid #f8d053; }
      .nav-tabs-danger .nav-tabs-fillup > li > a:after {
        background: none repeat scroll 0 0 #ff375a;
        border: 1px solid #ff375a; }
      .nav-tabs-info .nav-tabs-fillup > li > a:after {
        background: none repeat scroll 0 0 #3b4752;
        border: 1px solid #3b4752; }
    .nav-tabs-fillup > li > a span {
      transform: translate3d(0px, 5px, 0px);
      transition: transform 0.5s ease 0s;
      display: block;
      font-weight: 700;
      line-height: 1.5; }
  .nav-tabs-fillup > li.active {
    z-index: 100; }
    .nav-tabs-fillup > li.active > a, .nav-tabs-fillup > li.active > a:hover, .nav-tabs-fillup > li.active > a:focus {
      border-color: transparent;
      background: transparent;
      color: #fff; }
    .nav-tabs-fillup > li.active > a:after {
      transform: translate3d(0px, 0px, 0px); }
    .nav-tabs-fillup > li.active > a span {
      transform: translate3d(0px, -5px, 0px); }
    .nav-tabs-fillup > li.active .icon:before {
      transform: translate3d(0px, -5px, 0px); }

.nav-tabs-fillup .icon:before {
  transform: translate3d(0px, 5px, 0px);
  transition: transform 0.5s ease 0s;
  display: block;
  margin: 0; }

.nav-tabs-fillup ~ .tab-content {
  background: #fff; }

.nav-tabs-fillup.nav-tabs-left, .nav-tabs-fillup.nav-tabs-right {
  border-bottom: none; }
  .nav-tabs-fillup.nav-tabs-left:after, .nav-tabs-fillup.nav-tabs-right:after {
    border-bottom: none; }
  .nav-tabs-fillup.nav-tabs-left > li > a:after, .nav-tabs-fillup.nav-tabs-right > li > a:after {
    height: 100%; }
  .nav-tabs-fillup.nav-tabs-left > li.active a:after, .nav-tabs-fillup.nav-tabs-right > li.active a:after {
    transform: translate3d(0px, 0px, 0px); }

.nav-tabs-fillup.nav-tabs-left > li > a:after {
  transform: translate3d(100%, 0, 0); }

.nav-tabs-fillup.nav-tabs-left > li > a span {
  transform: translate3d(5px, 0, 0px); }

.nav-tabs-fillup.nav-tabs-left > li.active a span {
  transform: translate3d(-5px, 0, 0px); }

.nav-tabs-fillup.nav-tabs-left > li.active .icon:before {
  transform: translate3d(-5px, 0, 0px); }

.nav-tabs-fillup.nav-tabs-right > li > a:after {
  transform: translate3d(-100%, 0, 0);
  left: -1px; }

.nav-tabs-fillup.nav-tabs-right > li > a span {
  transform: translate3d(-5px, 0, 0px); }

.nav-tabs-fillup.nav-tabs-right > li.active a span {
  transform: translate3d(5px, 0, 0px); }

.nav-tabs-fillup.nav-tabs-right > li.active .icon:before {
  transform: translate3d(5px, 0, 0px); }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel-heading {
    padding: 13px 18px 10px 22px; }
    .panel-group .panel-heading.collapsed {
      background-color: #fff; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border: 0; }
    .panel-group .panel-heading .panel-title {
      width: 100%; }
      .panel-group .panel-heading .panel-title > a {
        color: #626262;
        font-size: 13px;
        font-weight: normal;
        display: block; }
        .panel-group .panel-heading .panel-title > a:hover {
          color: #626262; }
          .panel-group .panel-heading .panel-title > a:hover:after {
            color: #626262; }
        .panel-group .panel-heading .panel-title > a:after {
          font-family: 'FontAwesome';
          content: "\f056";
          position: absolute;
          right: 13px;
          top: 36%;
          color: #626262; }
        .panel-group .panel-heading .panel-title > a.collapsed {
          color: #e6e6e6; }
          .panel-group .panel-heading .panel-title > a.collapsed:after {
            content: "\f055";
            color: #e6e6e6; }
  .panel-group .panel + .panel {
    margin-top: 2px; }
  .panel-group .panel .panel-body {
    height: auto; }

.nav-pills > li > a {
  border-radius: 0;
  color: #626262; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #626262;
  background-color: #e6e6e6; }

@media (max-width: 767px) {
  .nav.nav-tabs.nav-stack-sm li {
    float: none; }
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:after,
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:before {
    display: none; } }

.irs-wrapper .irs-line {
  background-color: #e6e6e6; }

.irs-wrapper .irs-line-mid, .irs-wrapper .irs-line-left, .irs-wrapper .irs-line-right, .irs-wrapper .irs-diapason, .irs-wrapper .irs-slider {
  background: none; }

.irs-wrapper .irs-diapason {
  background-color: #ff375a;
  transition: all 0.3s ease; }

.irs-wrapper .irs-from, .irs-wrapper .irs-to, .irs-wrapper .irs-single {
  background: #ff375a; }

.irs-wrapper .irs-slider.from:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: transparent;
  background-color: #ff375a; }

.irs-wrapper .irs-slider.to:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: transparent;
  background-color: #ff375a; }

.irs-wrapper .irs-slider.single:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: transparent;
  background-color: #ff375a; }

.irs-wrapper .irs-from:after, .irs-wrapper .irs-to:after, .irs-wrapper .irs-single:after {
  border-top-color: #ff375a; }

.irs-wrapper.success .irs-diapason {
  background-color: #10cfbd; }

.irs-wrapper.success .irs-from, .irs-wrapper.success .irs-to, .irs-wrapper.success .irs-single {
  background: #10cfbd; }

.irs-wrapper.success .irs-slider.from:before {
  background-color: #10cfbd; }

.irs-wrapper.success .irs-slider.to:before {
  background-color: #10cfbd; }

.irs-wrapper.success .irs-slider.single:before {
  background-color: #10cfbd; }

.irs-wrapper.success .irs-from:after, .irs-wrapper.success .irs-to:after, .irs-wrapper.success .irs-single:after {
  border-top-color: #10cfbd; }

.irs-wrapper.primary .irs-diapason {
  background-color: #6d5cae; }

.irs-wrapper.primary .irs-from, .irs-wrapper.primary .irs-to, .irs-wrapper.primary .irs-single {
  background: #6d5cae; }

.irs-wrapper.primary .irs-slider.from:before {
  background-color: #6d5cae; }

.irs-wrapper.primary .irs-slider.to:before {
  background-color: #6d5cae; }

.irs-wrapper.primary .irs-slider.single:before {
  background-color: #6d5cae; }

.irs-wrapper.primary .irs-from:after, .irs-wrapper.primary .irs-to:after, .irs-wrapper.primary .irs-single:after {
  border-top-color: #6d5cae; }

.irs-wrapper.warning .irs-diapason {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-from, .irs-wrapper.warning .irs-to, .irs-wrapper.warning .irs-single {
  background: #f8d053; }

.irs-wrapper.warning .irs-slider.from:before {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-slider.to:before {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-slider.single:before {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-from:after, .irs-wrapper.warning .irs-to:after, .irs-wrapper.warning .irs-single:after {
  border-top-color: #f8d053; }

.irs-wrapper.complete .irs-diapason {
  background-color: #48b0f7; }

.irs-wrapper.complete .irs-from, .irs-wrapper.complete .irs-to, .irs-wrapper.complete .irs-single {
  background: #48b0f7; }

.irs-wrapper.complete .irs-slider.from:before {
  background-color: #48b0f7; }

.irs-wrapper.complete .irs-slider.to:before {
  background-color: #48b0f7; }

.irs-wrapper.complete .irs-slider.single:before {
  background-color: #48b0f7; }

.irs-wrapper.complete .irs-from:after, .irs-wrapper.complete .irs-to:after, .irs-wrapper.complete .irs-single:after {
  border-top-color: #48b0f7; }

.irs-wrapper.danger .irs-diapason {
  background-color: #ff375a; }

.irs-wrapper.danger .irs-from, .irs-wrapper.danger .irs-to, .irs-wrapper.danger .irs-single {
  background: #ff375a; }

.irs-wrapper.danger .irs-slider.from:before {
  background-color: #ff375a; }

.irs-wrapper.danger .irs-slider.to:before {
  background-color: #ff375a; }

.irs-wrapper.danger .irs-slider.single:before {
  background-color: #ff375a; }

.irs-wrapper.danger .irs-from:after, .irs-wrapper.danger .irs-to:after, .irs-wrapper.danger .irs-single:after {
  border-top-color: #ff375a; }

.noUi-target {
  border-radius: 0px;
  border: 0;
  box-shadow: none; }
  .noUi-target.bg-complete .noUi-connect {
    background-color: #48b0f7; }
  .noUi-target.bg-success .noUi-connect {
    background-color: #10cfbd; }
  .noUi-target.bg-warning .noUi-connect {
    background-color: #f8d053; }
  .noUi-target.bg-danger .noUi-connect {
    background-color: #ff375a; }
  .noUi-target.bg-info .noUi-connect {
    background-color: #3b4752; }
  .noUi-target.bg-primary .noUi-connect {
    background-color: #6d5cae; }
  .noUi-target.noUi-connect {
    box-shadow: none; }

.noUi-handle {
  border-radius: 999px;
  box-shadow: none; }
  .noUi-handle:before, .noUi-handle:after {
    display: none; }

.noUi-horizontal {
  height: 4px; }
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -15px;
    border: 1px solid #dbdbdb;
    transition: all 0.3s ease; }
    .noUi-horizontal .noUi-handle:hover {
      border: 1px solid silver; }
    .noUi-horizontal .noUi-handle:active {
      transform: scale(1.3);
      border: 1px solid #dbdbdb; }
    .noUi-horizontal .noUi-handle:focus {
      transform: scale(1.3);
      border: 1px solid #dbdbdb; }

.noUi-vertical {
  width: 4px; }
  .noUi-vertical .noUi-handle {
    width: 18px;
    height: 18px;
    border: 1px solid #dbdbdb;
    transition: all 0.3s ease; }
    .noUi-vertical .noUi-handle:hover {
      border: 1px solid silver; }
    .noUi-vertical .noUi-handle:active {
      transform: scale(1.3);
      border: 1px solid #dbdbdb; }
    .noUi-vertical .noUi-handle:focus {
      transform: scale(1.3);
      border: 1px solid #dbdbdb; }

.noUi-base {
  padding: 5px 0; }

.noUi-origin {
  border-radius: 0px;
  bottom: 5px; }

.noUi-connect {
  box-shadow: none; }

.noUi-background {
  background: #ececec;
  box-shadow: none; }

span.dynatree-active a {
  color: #2c2c2c;
  background-color: transparent; }

span.dynatree-selected a {
  color: #0da899; }

ul.dynatree-container {
  background-color: transparent; }
  ul.dynatree-container a:hover {
    color: #626262;
    opacity: 0.7;
    background-color: transparent; }

ul.dynatree-container a {
  color: #626262; }

.dd-handle {
  border-color: fade(#e6e6e6, 70%);
  color: #626262; }
  .dd-handle:hover {
    background-color: #fafafa; }

.dark .dd-handle {
  color: #626262;
  background: #f0f0f0; }
  .dark .dd-handle:hover {
    background-color: #fafafa; }

.dark .dd-placeholder {
  background-color: #e6e6e6; }

.dd3-content {
  background: #fff;
  border-color: fade(#e6e6e6, 70%);
  color: #626262; }
  .dd3-content:hover {
    background-color: #fafafa; }

.dd3-handle {
  background: transparent; }
  .dd3-handle:before {
    color: #626262; }

.dd-placeholder {
  background: #f0f0f0;
  border-color: fade(#626262, 35%); }

.dd-empty {
  background-image: none;
  background: #f0f0f0;
  border-color: fade(#626262, 50%); }

@media only screen and (min-width: 700px) {
  .dd {
    width: 100%; } }

input, input:focus {
  -webkit-transition: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset; }

input.error:-webkit-autofill,
input.error:-webkit-autofill:focus,
.has-error input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F9E9E9 inset; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px 0 0;
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none; }

form legend {
  margin: 15px 0px 10px 0px; }


.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 13px;
  min-height: 32px;
  height: 32px;
  padding: 8px 9px; }

.input-lg,
.form-horizontal .form-group-lg .form-control {
  border-radius: 3px;
  font-size: 18px;
  height: 45px;
  padding: 11px 13px; }

.input-xlg {
  height: 51px;
  font-size: 18px;
  line-height: 22px; }

.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px; }
  .radio label,
  .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px; }
    .radio label:before,
    .checkbox label:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-right: 10px;
      position: absolute;
      left: 0px;
      background-color: #fff;
      border: 1px solid #e6e6e6; }

.radio label {
  margin-bottom: 6px; }
  .radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33); }

.radio input[type=radio]:checked + label:before {
  border-width: 5px; }

.radio input[type=radio] {
  display: none; }

.radio input[type=radio][disabled] + label {
  opacity: 0.65; }

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #10cfbd; }

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #6d5cae; }

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752; }

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053; }

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #ff375a; }

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7; }

.checkbox input[type=radio][disabled] + label:after {
  background-color: #e6e6e6; }

.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap; }
  .checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s; }
  .checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.2px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s; }
  .checkbox label:after {
    border-radius: 3px; }

.checkbox input[type=checkbox] {
  display: none; }

.checkbox.checkbox-circle label:after {
  border-radius: 99px; }

.checkbox.checkbox-circle label:before {
  border-radius: 99px; }

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8px; }

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff; }

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65; }
  .checkbox input[type=checkbox][disabled] + label:before {
    background-color: #eceff3; }

.checkbox.right label {
  padding-left: 0; }
  .checkbox.right label:before {
    right: 0;
    left: auto;
    margin-right: -26px; }

.checkbox.right input[type=checkbox]:checked + label::after {
  content: ""; }

.checkbox.right input[type=checkbox]:checked + label::before {
  font-family: 'FontAwesome';
  content: "\F00C"; }

.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #10cfbd; }

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #6d5cae; }

.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #48b0f7; }

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f8d053; }

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #ff375a; }

.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #3b4752; }

.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #fff; }

.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: #e6e6e6;
  border-left: 0; }

.form-horizontal .form-group {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0; }
  .form-horizontal .form-group:last-child {
    border-bottom: none; }
  .form-horizontal .form-group:hover .control-label {
    opacity: .6; }
  .form-horizontal .form-group.focused .control-label {
    opacity: 1; }
  .form-horizontal .form-group .control-label {
    text-align: left;
    opacity: .42;
    transition: opacity ease 0.3s; }

.form-group-attached .form-group.form-group-default {
  border-radius: 0;
  margin-bottom: 0; }

.form-group-attached > div {
  margin: 0; }
  .form-group-attached > div:first-child.row > [class*='col-']:first-child .form-group-default {
    border-top-left-radius: 2px; }
  .form-group-attached > div:first-child.row > [class*='col-']:last-child .form-group-default {
    border-top-right-radius: 2px; }
  .form-group-attached > div:first-child.form-group-default {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .form-group-attached > div:last-child.row > [class*='col-']:first-child .form-group-default {
    border-bottom-left-radius: 2px; }
  .form-group-attached > div:last-child.row > [class*='col-']:last-child .form-group-default {
    border-bottom-right-radius: 2px; }
  .form-group-attached > div:last-child.form-group-default {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .form-group-attached > div.row > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }
  .form-group-attached > div.row > [class*='col-']:not(:only-child):not(:last-child) > .form-group-default {
    border-right-color: transparent; }
  .form-group-attached > div:not(:last-child) .form-group-default, .form-group-attached > div:not(:last-child).form-group-default {
    border-bottom-color: transparent; }

@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: #e6e6e6; } }

@media only screen and (min-width: 768px) {
  .form-group-attached > div.row {
    display: table;
    width: 100%; }
    .form-group-attached > div.row > [class*='col-'] {
      display: table-cell;
      height: 100%;
      float: none;
      vertical-align: top; }
      .form-group-attached > div.row > [class*='col-'] .form-group {
        height: 100%;
        display: table;
        width: 100%; } }


.form-group-default {
  background-color: #fff;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  transition: background-color 0.2s ease; }
  .form-group-default.required:after {
    color: #ff375a;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 9px; }
  .form-group-default.disabled {
    background: #e6e6e6;
    color: fade(#626262, 23%);
    border-color: fade(#626262, 15%); }
    .form-group-default.disabled label {
      opacity: .4; }
  .form-group-default.focused {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0; }
    .form-group-default.focused label {
      opacity: .4; }
  .form-group-default.has-error {
    background-color: fade(#ff375a, 10%); }
  .form-group-default.has-success .form-control-feedback, .form-group-default.has-error .form-control-feedback {
    display: none; }
  .form-group-default.has-success .form-control,
  .form-group-default.has-success .form-control:focus,
  .form-group-default.has-error .form-control,
  .form-group-default.has-error .form-control:focus {
    border: none;
    box-shadow: none; }
  .form-group-default.input-group {
    padding: 0; }
    .form-group-default.input-group > label {
      margin-top: 6px;
      padding-left: 12px; }
    .form-group-default.input-group > .form-control {
      margin-top: -2px;
      margin-bottom: 3px;
      padding-left: 12px; }
    .form-group-default.input-group .input-group-addon {
      height: calc($form-group-height - 4px);
      min-width: calc($form-group-height - 4px);
      border-radius: 0;
      border: none; }
    .form-group-default.input-group.focused .input-group-addon {
      border-color: rgba(0, 0, 0, 0.1); }
  .form-group-default .form-control {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: none; }
    .form-group-default .form-control.error {
      color: #2c2c2c; }
    .form-group-default .form-control:focus {
      background: none; }
  .form-group-default label {
    margin: 0;
    display: block;
    transition: opacity 0.2s ease; }
    .form-group-default label.label-lg {
      font-size: 13px;
      left: 13px;
      top: 9px; }
    .form-group-default label.label-sm {
      font-size: 11px;
      left: 11px;
      top: 6px; }
    .form-group-default label.highlight {
      opacity: 1; }
    .form-group-default label.fade {
      opacity: .5; }
  .form-group-default > .input-lg {
    height: 29px;
    min-height: 29px;
    padding-left: 1px; }
  .form-group-default > .input-sm {
    min-height: 18px;
    height: 18px; }
  .form-group-default.form-group-default-select2 {
    padding: 0; }
    .form-group-default.form-group-default-select2 > label {
      position: absolute;
      z-index: 10;
      padding: 7px 12px 0 12px; }
      .form-group-default.form-group-default-select2 > label.label-lg {
        left: 0;
        top: 0; }
      .form-group-default.form-group-default-select2 > label.label-sm {
        left: 0;
        top: 0; }
    .form-group-default.form-group-default-select2 .select2-container .select2-choice {
      padding-top: 20px;
      height: 52px; }
      .form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-arrow b:before {
        top: 20px; }
      .form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-chosen {
        padding-left: 3px;
        padding-top: 1px; }
    .form-group-default.form-group-default-select2 .select2-container .select2-choices {
      padding-top: 20px;
      height: 52px;
      border: 0px; }
    .form-group-default.form-group-default-select2 > .input-lg {
      height: auto;
      padding: 0; }
      .form-group-default.form-group-default-select2 > .input-lg .select2-choice {
        padding-top: 20px;
        height: 56px; }
    .form-group-default.form-group-default-select2 > .input-sm {
      height: auto;
      padding: 0; }
      .form-group-default.form-group-default-select2 > .input-sm .select2-choice {
        padding-top: 20px;
        height: 46px; }
  .form-group-default.form-group-default-selectFx {
    padding: 0; }
    .form-group-default.form-group-default-selectFx > label {
      position: absolute;
      z-index: 10;
      padding: 7px 12px 0 12px; }
      .form-group-default.form-group-default-selectFx > label.label-lg {
        left: 0;
        top: 0; }
      .form-group-default.form-group-default-selectFx > label.label-sm {
        left: 0;
        top: 0; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
      padding-top: 28px;
      height: 52px;
      padding-left: 12px; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select {
      height: auto; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select > span:after,
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select .cs-selected span:after {
        top: 39px; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-lg .cs-placeholder {
        height: 60px; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-sm .cs-placeholder {
        height: 50px; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .dropdown-placeholder {
      vertical-align: top; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #0da899; }

.has-success .form-control {
  border-color: #0da899;
  box-shadow: none; }
  .has-success .form-control:focus {
    border-color: #09796e;
    box-shadow: none; }

.has-success .input-group-addon {
  color: #0da899;
  border-color: #0da899;
  background-color: #10cfbd; }

.has-success .form-control-feedback {
  color: #0da899; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c9a843; }

.has-warning .form-control {
  border-color: #c9a843;
  box-shadow: none; }
  .has-warning .form-control:focus {
    border-color: #a98b30;
    box-shadow: none; }

.has-warning .input-group-addon {
  color: #c9a843;
  border-color: #c9a843;
  background-color: #f8d053; }

.has-warning .form-control-feedback {
  color: #c9a843; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #cf2d49; }

.has-error .form-control {
  border-color: #cf2d49;
  box-shadow: none; }
  .has-error .form-control:focus {
    border-color: #a5243a;
    box-shadow: none; }

.has-error .input-group-addon {
    position: relative;
    bottom: 10px;
  color: var(--custom-danger-500);
  background-color: transparent; }

.has-error .form-control-feedback {
  color: #cf2d49; }

.error {
  font-size: 12px;
  color: var(--custom-danger-500);}
#form-register .password-container .error, #form-register .password-container2 .error {
    position: unset;
    display: inline;
}
.error-white {
  color: #fff; }

.input-group-addon {
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
  color: fade(#626262, 47%);
  font-size: 14px;
  padding: 6px 9px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s; }
  .input-group-addon i {
    position: relative;
    top: 1px; }
  .input-group-addon.primary {
    background-color: #6d5cae;
    border: 1px solid #6d5cae;
    color: #fff;
    background-color: #6d5cae;
    border: 1px solid #6d5cae;
    color: #fff; }
    .input-group-addon.primary .arrow {
      color: #6d5cae; }
  .input-group-addon.success {
    background-color: #0090d9;
    color: #fff; }
    .input-group-addon.success .arrow {
      color: #0090d9; }
  .input-group-addon.info {
    background-color: #1f3853;
    color: #fff; }
    .input-group-addon.info .arrow {
      color: #1f3853; }
  .input-group-addon.warning {
    background-color: #fbb05e;
    color: #fff;
    background-color: #fbb05e;
    color: #fff; }
    .input-group-addon.warning .arrow {
      color: #fbb05e; }
  .input-group-addon.danger {
    background-color: #f35958;
    color: #fff; }
    .input-group-addon.danger .arrow {
      color: #f35958; }
  .input-group-addon .arrow {
    position: relative;
    right: -6px;
    color: #D1DADE;
    z-index: 100; }
    .input-group-addon .arrow:before {
      font-family: 'FontAwesome';
      content: "\f0da";
      font-size: 23px;
      position: absolute;
      left: 17px;
      top: -2px; }
  .input-group-addon:last-child .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    font-size: 23px;
    position: absolute;
    left: -23px;
    top: -2px; }
  .input-group-addon:last-child input {
    border-left: 0px; }

.datepicker {
  padding: 10px 16px;
  border-radius: 2px;
  font-size: 12px; }
  .datepicker:after {
    border-bottom-color: #fafafa; }
  .datepicker thead tr .datepicker-switch {
    color: #6f7b8a;
    font-size: 13px; }
  .datepicker thead tr .next,
  .datepicker thead tr .prev {
    color: #6d5cae;
    content: '';
    font-size: 0px; }
    .datepicker thead tr .next:before,
    .datepicker thead tr .prev:before {
      color: #6d5cae;
      font-family: 'FontAwesome';
      font-size: 13px; }
  .datepicker thead tr .prev:before {
    content: "\f053"; }
  .datepicker thead tr .next:before {
    content: "\f054"; }
  .datepicker thead tr .dow {
    color: #6d5cae;
    text-transform: uppercase;
    font-size: 11px; }
  .datepicker tbody tr .odd {
    color: #d0d3d8; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #e6e6e6; }
  .datepicker table tr td.day:hover {
    background: #f0f0f0; }
  .datepicker table tr td.active {
    background-color: #6d5cae; }
    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
      background-image: none;
      text-shadow: none;
      font-weight: 600; }
  .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #f0f0f0;
    background-image: none;
    color: #fff; }
  .datepicker table tr td span {
    border-radius: 4px;
    width: 42px;
    height: 42px;
    line-height: 42px; }
    .datepicker table tr td span.active {
      background-color: #6d5cae; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      background-image: none;
      border: none;
      text-shadow: none; }
  .datepicker.dropdown-menu {
    border-color: #e6e6e6; }
  .datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
    border-color: #e6e6e6; }

.datepicker-inline {
  width: auto; }

.input-daterange .input-group-addon {
  text-shadow: none;
  border: 0; }

.form-group-default .select2-container .select2-choice,
.select2-container-multi .select2-choices {
  border-color: transparent; }

.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px; }
  .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border-left: 0px;
    transition: all 0.3s ease; }
    .select2-container .select2-choice .select2-arrow b:before {
      font-family: 'FontAwesome';
      content: "\f0d7";
      position: relative;
      top: 2px;
      right: 5px;
      font-size: 12px; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  border: 1px solid #e6e6e6;
  background: #f0f0f0; }

.select2-dropdown-open .select2-choice .select2-arrow {
  transform: scale(scale(1, -1)); }

.select2-drop.select2-drop-above {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none; }
  .select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-radius: 2px;
    padding-top: 0px; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #e6e6e6;
  background: #f0f0f0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px; }
  .select2-search input {
    background: #fff;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    border: 1px solid #e6e6e6; }

.select2-results {
  margin: 3px 3px 6px 3px; }
  .select2-results li {
      margin-right: 5px;
    color: #626262; }
    .select2-results li.select2-result-with-children > .select2-result-label {
      color: #2c2c2c; }
      .select2-results li.select2-result-with-children > .select2-result-label:first-child {
        padding-top: 8px; }
  .select2-results .select2-highlighted {
    background: #f0f0f0;
    border-radius: 3px; }
    .select2-results .select2-highlighted .select2-result-label {
      color: #626262; }
  .select2-results .select2-no-results,
  .select2-results .select2-searching,
  .select2-results .select2-selection-limit {
    background: none;
    color: #626262;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 0px;
    position: relative;
    top: -5px; }

.select2-drop-active {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px; }

.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 2px; }
  .select2-container-multi .select2-choices .select2-search-choice {
    background-color: #e6e6e6;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #e6e6e6;
  box-shadow: none; }

.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: #fff; }

.select2-container-multi .select2-search-choice-close {
  left: 6px; }

.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0; }
  .select2-search-choice-close:hover {
    text-decoration: none; }
  .select2-search-choice-close:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 12px;
    color: #626262; }

.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px; }

.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0; }

.form-group-default .cs-skin-slide > span {
  padding: 0 30px 0 0;
  height: 22px;
  line-height: 21px; }

.form-group-default .cs-wrapper {
  width: 100%; }

.cs-wrapper {
  display: inline-block; }

.form-control.cs-select:not(.cs-active) {
  width: 100%; }

.cs-select {
  background-color: transparent; }
  .cs-select span {
    text-overflow: initial; }
  .cs-select .cs-placeholder {
    width: 100%; }

div.cs-skin-slide {
  width: auto;
  font-family: Arial,sans-serif;
  color: #5e5e5e; }
  div.cs-skin-slide:before {
    background-color: transparent; }
  div.cs-skin-slide.cs-transparent {
    background: none; }
    div.cs-skin-slide.cs-transparent .cs-backdrop {
      border-color: transparent;
      background: none; }
    div.cs-skin-slide.cs-transparent.cs-active .cs-backdrop {
      background: #fafafa; }
  div.cs-skin-slide > span {
    height: 35px;
    padding: 6px 33px 6px 17px;
    line-height: 23px; }
  div.cs-skin-slide.cs-active {
    z-index: 9998; }
    div.cs-skin-slide.cs-active:before {
      transform: scale3d(1, 1, 1); }
    div.cs-skin-slide.cs-active .cs-backdrop {
      border: transparent;
      background: #fafafa;
      box-shadow: -1px 0 1px #ccc, 1px 0 1px #ccc; }
  div.cs-skin-slide > span:after,
  div.cs-skin-slide.cs-active > span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #5e5e5e; }
  div.cs-skin-slide .cs-options {
    height: auto;
    padding: 9px 0;
    width: auto;
    padding: 10px;
    max-height: 350px;
    transform: translate3d(1, 1, 1);
    overflow: hidden; }
    div.cs-skin-slide .cs-options ul {
      width: 100%;
      display: table; }
      div.cs-skin-slide .cs-options ul li {
        display: table-row; }
        div.cs-skin-slide .cs-options ul li span {
          display: table-cell;
          font-size: 14px;
          font-weight: normal;
          letter-spacing: normal;
          padding: 5px 0;
          text-transform: none;
          max-height: 350px;
          overflow-y: auto; }
        div.cs-skin-slide .cs-options ul li span:hover,
        div.cs-skin-slide .cs-options ul li.cs-focus span,
        div.cs-skin-slide .cs-options ul li.cs-selected span {
          color: #2c2c2c; }

.cs-backdrop {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e6e6e6;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease; }

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
  transition-delay: 0.3s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
  transition-delay: 0.35s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(8) {
  transition-delay: 0.4s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(9) {
  transition-delay: 0.45s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(10) {
  transition-delay: 0.5s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(11) {
  transition-delay: 0.55s; }

.dropdown-placeholder {
  display: inline-block;
  vertical-align: middle; }

.dropdown-mask {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9996; }

.form-group-default .bootstrap-tagsinput {
  border: 0px; }

.bootstrap-tagsinput {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  transition: background 0.2s linear 0s; }
  .bootstrap-tagsinput.active-element {
    background-color: #e6e6e6; }
  .bootstrap-tagsinput input {
    border: none;
    margin-bottom: 0px;
    min-height: 25px; }
  .bootstrap-tagsinput .tag {
    vertical-align: middle;
    padding: 4px 9px; }
  .bootstrap-tagsinput .tag[data-role="remove"]:hover:active,
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none; }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-family: 'pages-icon';
    content: "\e605";
    position: relative;
    top: 1px; }

.wysiwyg5-wrapper {
  position: relative; }
  .wysiwyg5-wrapper .wysihtml5-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50px;*/
    background: #f0f0f0;
    border-top: 1px solid #e6e6e6; }
    .wysiwyg5-wrapper .wysihtml5-toolbar .btn {
      background: none repeat scroll 0 0 transparent;
      border-color: transparent;
      border-right-color: #e6e6e6;
      color: #A5A5A5;
      font-size: 14px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      padding: 0 5px;
      border-width: 1px;
      border-radius: 0;
      box-shadow: none; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn:hover .editor-icon {
        opacity: .8; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn.active .editor-icon {
        opacity: 1; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle {
        padding-left: 10px;
        padding-right: 20px; }
        .wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle .current-font {
          opacity: .5;
          font-size: 14px; }
    .wysiwyg5-wrapper .wysihtml5-toolbar > li {
      margin: 0;
      padding: 0; }
  .wysiwyg5-wrapper .wysiwyg {
    width: 100%;
    min-height: 200px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 50px;
    border: 0; }
    .wysiwyg5-wrapper .wysiwyg:focus {
      background-color: #fafafa;
      outline: 0;
      box-shadow: none; }
  .wysiwyg5-wrapper .expand-wysiwyg {
    bottom: 0;
    color: #A5A5A5;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0; }
  .wysiwyg5-wrapper .wysihtml5-sandbox {
    border: none;
    padding: 16px 16px 50px;
    width: 100%; }
    .wysiwyg5-wrapper .wysihtml5-sandbox.expanded {
      height: 100%; }

.toggle-wysiwyg {
  position: absolute;
  right: 15px;
  top: 0; }
  .toggle-wysiwyg li {
    display: inline-block;
    font-weight: 600; }

.editor-icon {
  background-image: url("../img/editor_tray.png");
  display: inline-block;
  height: 40px;
  margin-top: 5px;
  opacity: 0.4;
  vertical-align: top;
  width: 40px; }
  .editor-icon-headline {
    background-position: 0 0;
    width: 31px; }
  .editor-icon-bold {
    background-position: -40px 0; }
  .editor-icon-italic {
    background-position: -80px 0; }
  .editor-icon-underline {
    background-position: -120px 0; }
  .editor-icon-link {
    background-position: -160px 0; }
  .editor-icon-quote {
    background-position: -200px 0; }
  .editor-icon-ul {
    background-position: -240px 0; }
  .editor-icon-ol {
    background-position: -280px 0; }
  .editor-icon-outdent {
    background-position: -320px 0; }
  .editor-icon-indent {
    background-position: -360px 0; }
  .editor-icon-image {
    background-position: -400px 0; }
  .editor-icon-html {
    background-position: -440px 0; }

.summernote-wrapper .note-editor {
  border-color: #e6e6e6; }
  .summernote-wrapper .note-editor .note-toolbar {
    padding: 0;
    background-color: #f0f0f0;
    border-bottom: none; }
    .summernote-wrapper .note-editor .note-toolbar .btn-group {
      margin: 0 -1px 0 0; }
      .summernote-wrapper .note-editor .note-toolbar .btn-group .btn {
        font-size: 12px;
        font-weight: 600;
        height: 50px;
        min-width: 47px;
        line-height: 50px;
        padding: 0 5px;
        border-radius: 0;
        background-color: #f0f0f0;
        border-color: transparent;
        border-right-color: #e6e6e6;
        border-bottom-color: #e6e6e6;
        color: #626262; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn.active, .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:active {
          background-color: #e6e6e6; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle {
          min-width: 61px; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:last-child), .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:only-child) {
          margin-right: 1px; }
  .summernote-wrapper .note-editor .note-statusbar {
    background-color: transparent; }
    .summernote-wrapper .note-editor .note-statusbar .note-resizebar {
      border-top-color: transparent; }
      .summernote-wrapper .note-editor .note-statusbar .note-resizebar .note-icon-bar {
        border-top: 1px solid #e6e6e6; }

.summernote-wrapper .note-popover .popover .popover-content .dropdown-menu li a i, .summernote-wrapper .note-toolbar .dropdown-menu li a i {
  color: #6d5cae; }

.table {
  margin-top: 5px; }
  .table thead tr th {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle;
    border-bottom: 1px solid fade(#e6e6e6, 70%);
    color: fade(#2c2c2c, 35%); }
    .table thead tr th[class*='sorting_'] {
      color: #626262; }
    .table thead tr th:first-child {
      padding-left: 18px; }
    .table thead tr th:last-child {
      text-align: center;
      padding-left: 0;
       }
    .table thead tr th .btn {
      margin-top: -20px;
      margin-bottom: -20px; }
  .table tbody tr td {
    background: #fff;
    border-bottom: 1px solid fade(#e6e6e6, 70%);
    border-top: 0px;
    padding: 10px;
    font-size: 13.5px; }
    .table tbody tr td .btn {
      background: fade(#2c2c2c, 7%);
      display: inline-block;
      margin: 5px;
      border-radius: 4px;
      padding: 5px;
      color: #62605a; }
      .table tbody tr td .btn:hover {
        background: fade(#2c2c2c, 15%); }
    .table tbody tr td[class*='sorting_'] {
      color: #62605a; }
    .table tbody tr td:last-child {
      text-align: center; }
  .table tbody tr.selected td {
    background: #fef6dd; }
  .table.table-hover tbody tr:hover td {
    background: #daeffd; }
  .table.table-hover tbody tr.selected:hover td {
    background: #fef6dd; }
  .table.table-striped tbody tr td {
    /*padding: 19px;*/
    background: #fafafa; }
  .table.table-striped tbody tr:nth-child(2n+1) td {
    background: #fff; }
  .table.table-condensed {
    table-layout: fixed; }
    .table.table-condensed thead tr th {
      padding-left: 20px;
      padding-right: 20px; }
    .table.table-condensed tbody tr td {
      padding-top: 12px;
      padding-bottom: 12px; }
    .table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td * {
      white-space: nowrap;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis; }
    .table.table-condensed.table-detailed > tbody > tr.shown > td {
      background: #fef6dd; }
      .table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before {
        content: "\f078";
        display: inline-block;
        margin-right: 8px;
        font-family: 'FontAwesome'; }
    .table.table-condensed.table-detailed > tbody > tr.shown + tr > td {
      background: fade(#fafafa, 40%);
      padding: 0px 40px; }
      .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline {
        background: transparent; }
        .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr, .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td {
          background: transparent;
          font-weight: 600; }
    .table.table-condensed.table-detailed > tbody > tr > td:hover {
      cursor: pointer; }
    .table.table-condensed.table-detailed > tbody > tr > td:first-child:before {
      content: "\f054";
      display: inline-block;
      margin-right: 8px;
      font-family: 'FontAwesome'; }
    .table.table-condensed.table-detailed .table-inline td {
      border: none;
      text-align: left; }
      .table.table-condensed.table-detailed .table-inline td:last-child {
        text-align: right; }
  .table.table-borderless > tbody > tr > td {
    border-bottom: 0px; }

.fht-table {
  margin-bottom: 0; }

.table.dataTable.no-footer {
  border: none; }

.dataTables_scroll:hover .dataTables_scrollBody:before {
  content: "";
  top: 0;
  height: 0; }

.dataTables_scrollBody {
  overflow-y: auto;
  border: none; }
  .dataTables_scrollBody:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: transparent; }

.dataTables_wrapper .dataTables_paginate {
  margin: 0; }

.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: .5; }

.dataTables_wrapper .dataTables_paginate ul > li > a {
  padding: 5px 10px;
  color: #626262; }

.dataTables_wrapper .dataTables_info {
  clear: none;
  font-size: 12px;
  margin-top: 11px;
  padding: 0 13px;
  color: #626262; }

.dataTables_wrapper .dataTables_paginate ul > li {
  display: inline-block;
  padding-left: 0; }

.dataTables_scrollHeadInner {
  padding-right: 0; }

.export-options-container {
  position: relative; }

.line-chart .nvd3 line.nv-guideline {
  stroke-width: 30px;
  stroke-opacity: .08; }

.line-chart .nvd3 .nv-groups path.nv-area {
  fill-opacity: .1; }

.line-chart .nvd3 .nv-groups path.nv-line {
  stroke-opacity: .3; }

.line-chart .nvd3 .nv-axis line {
  stroke-opacity: .5; }

.line-chart[data-line-color="success"] .nvd3 line.nv-guideline {
  stroke: #10cfbd; }

.line-chart[data-line-color="master"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="master"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="master"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #626262; }

.line-chart[data-area-color="success"] .nvd3 .nv-groups path.nv-area {
  fill: #10cfbd; }

.line-chart[data-area-color="master"] .nvd3 .nv-groups path.nv-area {
  fill: #626262; }

.line-chart[data-x-grid="false"] .nv-x .tick line {
  display: none; }

.line-chart[data-y-grid="false"] .nv-y .tick line {
  display: none; }

.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 1;
  fill: #fff;
  stroke-opacity: .5; }

.line-chart[data-stroke-width="1"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 1px; }

.line-chart[data-stroke-width="1"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 2px; }

.line-chart[data-stroke-width="2"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 2px; }

.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 3px; }

.line-chart[data-stroke-width="3"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 3px; }

.line-chart[data-stroke-width="3"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 4px; }

.line-chart .tick text {
  fill: fade(#626262, 50%); }

.line-chart .nvd3.nv-scatter .nv-groups .nv-point.hover,
.line-chart .nvd3 .nv-groups .nv-point.hover {
  fill: inherit;
  stroke: inherit; }

.list-view-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%; }

.list-view-container {
  position: relative; }
  .list-view-container .list-quickscroll ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 120;
    padding-top: 10px;
    padding-bottom: 10px; }
    .list-view-container .list-quickscroll ul li a {
      font-size: 0.7em;
      vertical-align: baseline; }

.list-view-group-container {
  margin: 0;
  min-height: 1px;
  overflow: hidden;
  padding: 30px 0 0 0;
  position: relative; }

.list-view-group-header, .list-view-fake-header {
  background: #f4f6f7;
  color: #232830;
  font: normal 15px/18px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 5px 0 5px 15px;
  position: absolute; }

.list-view-group-header {
  bottom: auto;
  min-height: 1px;
  top: 0;
  width: 100%; }

.list-view-fake-header {
  width: 100%;
  z-index: 100; }

.list-view-fake-header.list-view-hidden {
  visibility: hidden; }

.list-view-group-container.list-view-animated .list-view-group-header {
  bottom: 0;
  top: auto; }

input.list-view-search {
  font-size: 15px;
  color: #232830; }

.list-view ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-view li {
  white-space: nowrap;
  cursor: pointer; }
  .list-view li:hover {
    background-color: #daeffd; }
  .list-view li p {
    line-height: 21.6px; }

.list-view.boreded li + li {
  border-top: 1px solid #CCC; }

[data-ios="true"] .list-view-group-header,
[data-ios="true"] .list-view-fake-header {
  width: 288px;
  /*scrollbars aren't visible in iOS devices, so make the headers wider */ }

.social-wrapper,
.social {
  height: 100%;
  width: 100%; }

.social-wrapper .social .cover {
  position: relative;
  margin: 0 auto;
  min-height: 560px;
  width: 100%;
  height: 100%; }

.cover-img-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden; }

.cover-img-container .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%; }

.cover-overview {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1; }

.social-wrapper .social .feed {
  overflow-y: hidden;
  width: 100%; }
  .social-wrapper .social .feed > .day {
    white-space: normal;
    display: block;
    width: 100%;
    margin: 0 auto; }
    .social-wrapper .social .feed > .day > .item {
      padding-bottom: 0;
      margin-bottom: 0;
      background: #FFF;
      float: left;
      position: relative;
      border-radius: 4px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      margin-bottom: 20px;
      width: 300px;
      border: 1px solid #e6e6e6; }
      .social-wrapper .social .feed > .day > .item .circle {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        border-radius: 50%;
        border: 2px solid #f0f0f0;
        width: 9px;
        height: 9px;
        background: #626c75;
        z-index: 1; }
        .social-wrapper .social .feed > .day > .item .circle:hover {
          cursor: pointer; }
      .social-wrapper .social .feed > .day > .item.status {
        background: #daeffd;
        border-radius: 4px;
        padding: 15px 25px;
        box-sizing: border-box;
        border: 1px solid transparent; }
        .social-wrapper .social .feed > .day > .item.status:hover, .social-wrapper .social .feed > .day > .item.status.hover {
          border-color: #d8dadc; }
        .social-wrapper .social .feed > .day > .item.status h5 {
          font-size: 12px;
          margin: 0; }
          .social-wrapper .social .feed > .day > .item.status h5 .time {
            color: #fff; }
        .social-wrapper .social .feed > .day > .item.status h2 {
          color: #2c2c2c;
          font-size: 25px;
          margin: 0;
          font-weight: normal; }
        .social-wrapper .social .feed > .day > .item.status .reactions {
          color: #f0f0f0;
          opacity: .45;
          font-size: 12px;
          padding: 0;
          margin: 5px 0 0;
          padding: 0; }
          .social-wrapper .social .feed > .day > .item.status .reactions li {
            display: inline-block;
            list-style: none;
            padding: 0; }
        .social-wrapper .social .feed > .day > .item.status .circle {
          width: 9px;
          height: 9px;
          border: none;
          background: #48b0f7; }
      .social-wrapper .social .feed > .day > .item.share .item-header {
        padding: 15px 15px 12px;
        border-bottom: 1px solid #daeffd; }
        .social-wrapper .social .feed > .day > .item.share .item-header:hover {
          background: #daeffd;
          cursor: pointer;
          border-top-right-radius: 2px;
          border-top-left-radius: 2px; }
          .social-wrapper .social .feed > .day > .item.share .item-header:hover h6 {
            opacity: .6; }
        .social-wrapper .social .feed > .day > .item.share .item-header .user-pic {
          float: left;
          border-radius: 50%;
          overflow: hidden;
          margin-right: 10px; }
          .social-wrapper .social .feed > .day > .item.share .item-header .user-pic > img {
            width: 30px;
            height: 30px; }
        .social-wrapper .social .feed > .day > .item.share .item-header h5 {
          font-weight: bold;
          font-size: 14px;
          margin: 0;
          line-height: 22.7px;
          font-family: arial;
          letter-spacing: -0.006em;
          margin-top: -3px; }
        .social-wrapper .social .feed > .day > .item.share .item-header h6 {
          font-size: 12px;
          margin: 0;
          opacity: .45;
          font-family: arial;
          opacity: .45; }
      .social-wrapper .social .feed > .day > .item.share .item-description {
        padding: 12px 16px 11px;
        font-size: 14px;
        line-height: 21px;
        margin: 0; }
        .social-wrapper .social .feed > .day > .item.share .item-description p {
          margin-bottom: 4px; }
        .social-wrapper .social .feed > .day > .item.share .item-description .via {
          opacity: .45;
          display: block;
          font-size: 12px;
          font-family: arial; }
      .social-wrapper .social .feed > .day > .item.share .item-content {
        position: relative; }
        .social-wrapper .social .feed > .day > .item.share .item-content .buttons {
          left: 17px;
          padding: 0;
          position: absolute;
          top: 10px; }
          .social-wrapper .social .feed > .day > .item.share .item-content .buttons li {
            display: inline-block;
            list-style: none;
            margin-right: 10px; }
            .social-wrapper .social .feed > .day > .item.share .item-content .buttons li a {
              color: #fff; }
      .social-wrapper .social .feed > .day > .item.share .item-feed {
        overflow: hidden;
        position: relative;
        max-height: 400px; }
        .social-wrapper .social .feed > .day > .item.share .item-feed:hover .buttons {
          opacity: 1; }
        .social-wrapper .social .feed > .day > .item.share .item-feed .buttons {
          position: absolute;
          top: 5px;
          right: 0;
          opacity: 0; }
          .social-wrapper .social .feed > .day > .item.share .item-feed .buttons li {
            display: inline-block;
            list-style: none; }
            .social-wrapper .social .feed > .day > .item.share .item-feed .buttons li a {
              color: #fff;
              opacity: 0.8;
              padding: 5px; }
        .social-wrapper .social .feed > .day > .item.share .item-feed > * {
          max-width: 100%; }
      .social-wrapper .social .feed > .day > .item.share .item-footer {
        padding: 14px 16px 11px;
        font-size: 12px; }
        .social-wrapper .social .feed > .day > .item.share .item-footer:hover {
          background: #daeffd;
          cursor: pointer; }
          .social-wrapper .social .feed > .day > .item.share .item-footer:hover .reactions, .social-wrapper .social .feed > .day > .item.share .item-footer:hover .time {
            opacity: .8; }
        .social-wrapper .social .feed > .day > .item.share .item-footer .time {
          float: left;
          opacity: .45;
          font-family: arial;
          margin-top: 1px; }
        .social-wrapper .social .feed > .day > .item.share .item-footer .reactions {
          float: right;
          margin: 0;
          padding: 0;
          opacity: .45; }
          .social-wrapper .social .feed > .day > .item.share .item-footer .reactions li {
            display: inline-block;
            list-style: none; }
            .social-wrapper .social .feed > .day > .item.share .item-footer .reactions li a {
              color: inherit; }
      .social-wrapper .social .feed > .day > .item.share .item-description, .social-wrapper .social .feed > .day > .item.share .item-feed, .social-wrapper .social .feed > .day > .item.share .item-footer {
        border-color: transparent;
        border-style: solid; }
      .social-wrapper .social .feed > .day > .item.share .item-description {
        border-width: 1px; }
      .social-wrapper .social .feed > .day > .item.share .item-feed {
        border-width: 0 1px;
        margin-top: -2px; }
      .social-wrapper .social .feed > .day > .item.share .item-footer {
        border-width: 0 1px 1px 1px; }
      .social-wrapper .social .feed > .day > .item.share.share-other .item-description {
        padding-bottom: 0; }
      .social-wrapper .social .feed > .day > .item.share.share-other .item-footer {
        padding-top: 0;
        border-radius: 0; }
        .social-wrapper .social .feed > .day > .item.share.share-other .item-footer:hover {
          background: #fff; }
      .social-wrapper .social .feed > .day > .item.share.share-other .item-header {
        border-top: 1px solid #daeffd; }
      .social-wrapper .social .feed > .day > .item.share.share-other .circle {
        background: #f8d053; }
      .social-wrapper .social .feed > .day > .item.col1 {
        width: 300px; }
      .social-wrapper .social .feed > .day > .item.col2 {
        width: 620px; }
      .social-wrapper .social .feed > .day > .item.col3 {
        width: 920px; }
      .social-wrapper .social .feed > .day > .item img {
        width: 100%; }
    .social-wrapper .social .feed > .day:after {
      feed: '';
      display: block;
      clear: both; }
    .social-wrapper .social .feed > .day:hover > .timeline:after {
      background: #48b0f7; }

.cover-effect:not(.modify) .cover * {
  color: #fff; }

.cover-effect:not(.notrans) .cover-img-container {
  transition-property: top, left, right, bottom; }

.cover-effect:not(.notrans) .cover h1,
.cover-effect:not(.notrans) .codrops-top a {
  transition-property: color; }

.cover-effect:not(.notrans) .codrops-demos a {
  transition-property: border-color, color; }

.cover-effect:not(.notrans) .cover p {
  transition-property: color, opacity, transform; }

.cover-effect:not(.notrans) .feed > div {
  transition-property: opacity, transform; }

.cover-effect:not(.notrans) .cover-img-container,
.cover-effect:not(.notrans) .cover-overview,
.cover-effect:not(.notrans) .cover h1,
.cover-effect:not(.notrans) .codrops-top a,
.cover-effect:not(.notrans) .codrops-demos a,
.cover-effect:not(.notrans) .feed > div {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.cover-effect:not(.notrans) .cover p,
.cover-effect:not(.notrans) .cover p.subline,
.cover-effect:not(.notrans) .feed > div {
  transition-duration: 0.2s; }

.cover-effect.modify:not(.notrans) .cover p,
.cover-effect.modify:not(.notrans) .cover p.subline,
.cover-effect.modify:not(.notrans) .feed > div {
  transition-duration: 0.5s; }

.cover-effect .codrops-demos a {
  color: #fff; }

.cover-effect .codrops-demos a.current-demo {
  border-color: #fff; }

.cover-effect.modify .codrops-demos a {
  color: #c03b5d; }

.cover-effect.modify .codrops-demos a.current-demo {
  border-color: #c03b5d; }

.cover-effect.modify .thumbnail-wrapper:last-child .bg-master {
  background-color: #fff; }

.cover-effect.social {
  padding: 30px; }

.cover-effect .cover-img-container {
  top: -45px;
  right: -30px;
  bottom: -45px;
  left: -30px;
  background: #514753; }
  .cover-effect .cover-img-container:after {
    background-image: url("../img/linear_gradient.png");
    background-repeat: repeat-x;
    bottom: 0;
    content: " ";
    height: 45%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
    background-size: contain;
    opacity: .6;
    transition: opacity 0.3s ease; }

.cover-effect.modify .cover-img-container {
  top: 0;
  right: 0;
  bottom: 65%;
  left: 0; }
  .cover-effect.modify .cover-img-container:after {
    opacity: 0; }

.cover-effect.modify .cover h1 {
  color: #514753; }

.cover-effect .cover,
.cover-effect .feed {
  background: #fff; }

.cover-effect .feed > div {
  opacity: 0;
  transform: translateY(150px); }

.cover-effect.modify .feed > div {
  opacity: 1;
  transform: translateY(0); }

.cover-effect.modify .codrops-top a {
  color: #514753; }

/* Delays */
.cover-effect.modify:not(.notrans) .cover p:nth-last-child(2) {
  transition-delay: 0.1s; }

.cover-effect.modify:not(.notrans) .cover p:last-child {
  transition-delay: 0.15s; }

.cover-effect.modify:not(.notrans) .feed > div {
  transition-delay: 0.2s; }

.cover-effect.modify .cover {
  height: 400px;
  min-height: 400px; }

.mobile .cover-effect .feed > div {
  opacity: 1;
  transform: translateY(0); }

.mobile .cover-effect .cover {
  color: #fff; }

@media (max-width: 979px) {
  .social-wrapper .social .feed > .day,
  .social-wrapper .social .feed > .day .item {
    width: 100%; }
  .cover-effect.modify .cover {
    background: transparent;
    height: auto;
    min-height: 100%; }
  .cover-effect.modify .cover-img-container {
    height: 116px; }
  .cover-effect.modify .cover-overview {
    padding-top: 134px;
    position: relative; }
  .cover-effect .cover, .cover-effect .feed {
    background: transparent; } }

.toggle-email-sidebar {
  display: none; }

.email-wrapper {
  height: 100%;
  position: relative; }
  .email-wrapper .email-sidebar {
    background: #303a42;
    width: 250px;
    float: left;
    padding-left: 47px;
    height: 100%; }
    .email-wrapper .email-sidebar .btn-compose {
      font-family: 'Montserrat';
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0.02em;
      text-transform: uppercase; }
    .email-wrapper .email-sidebar .menu-title {
      color: #626262;
      opacity: .5;
      font-size: 10.8px;
      font-family: 'Montserrat';
      font-weight: normal;
      letter-spacing: 0.03em; }
    .email-wrapper .email-sidebar .main-menu > li {
      list-style: none; }
      .email-wrapper .email-sidebar .main-menu > li.active > a {
        color: #48b0f7; }
        .email-wrapper .email-sidebar .main-menu > li.active > a > .title {
          position: relative; }
          .email-wrapper .email-sidebar .main-menu > li.active > a > .title:after {
            background: #48b0f7;
            border-radius: 50%;
            content: "";
            height: 7px;
            position: absolute;
            right: -14px;
            top: 6.5px;
            width: 7px; }
      .email-wrapper .email-sidebar .main-menu > li a {
        font-size: 14.92px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 37px; }
    .email-wrapper .email-sidebar .sub-menu li {
      list-style: none;
      padding: 0; }
      .email-wrapper .email-sidebar .sub-menu li.active a {
        color: #fff; }
      .email-wrapper .email-sidebar .sub-menu li a {
        color: #626262;
        line-height: 25px; }
    .email-wrapper .email-sidebar .sub-menu li a .badge, .email-wrapper .email-sidebar .main-menu li a .badge {
      background: transparent;
      font-size: 13px;
      color: #626262;
      line-height: 25px; }
  .email-wrapper .email-list {
    float: left;
    width: 360px;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    position: relative;

    transition: all 0.5s ease; }
    .email-wrapper .email-list.slideLeft {
      transform: translate(-100%, 0); }
    .email-wrapper .email-list .email-refresh {
      position: absolute;
      right: 18px;
      top: 5px;
      color: #626262;
      opacity: .34;
      z-index: 101; }
    .email-wrapper .email-list .list-view-fake-header, .email-wrapper .email-list .list-view-group-header {
      background: #f0f0f0;
      height: 30px;
      color: fade(#626262, 70%);
      font-family: 'Montserrat';
      text-transform: uppercase;
      font-size: 10.8px;
      padding-left: 13px;
      padding-top: 6px;
      letter-spacing: 0.04em;
      width: 100%; }
    .email-wrapper .email-list .item {
      height: 117px;
      list-style: none;
      position: relative;
      border-bottom: 1px solid fade(#e6e6e6, 70%); }
      .email-wrapper .email-list .item .inline {
        width: 230px; }
        .email-wrapper .email-list .item .inline > * {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-family: arial; }
      .email-wrapper .email-list .item .recipients {
        letter-spacing: 0.01em; }
      .email-wrapper .email-list .item .checkbox {
        float: left;
        clear: left;
        display: none; }
      .email-wrapper .email-list .item .subject {
        font-family: 'Helvetica';
        font-size: 14.33px;
        color: #3b4752;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 36px;
        display: -webkit-box;
        white-space: normal;
        line-height: 18px; }
      .email-wrapper .email-list .item .body {
        font-size: 12.6px;
        opacity: .52;
        height: 22px; }
      .email-wrapper .email-list .item .datetime {
        color: #121212;
        font-family: arial;
        font-size: 11.1px;
        position: absolute;
        right: 20px;
        top: 15px; }
  .email-wrapper .email-opened {
    margin-left: 610px;
    position: relative;
    overflow: auto;
    height: 100%; }
    .email-wrapper .email-opened .no-email {
      bottom: 0;
      left: 0;
      margin-top: -34px;
      opacity: 0.5;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%; }
    .email-wrapper .email-opened .actions {
      height: 50px;
      display: none;
      float: left; }
      .email-wrapper .email-opened .actions li {
        display: inline-block;
        list-style: none;
        position: relative; }
        .email-wrapper .email-opened .actions li:last-child:after {
          display: none; }
        .email-wrapper .email-opened .actions li:after {
          content: "";
          height: 14px;
          position: absolute;
          right: -4px;
          top: 18px;
          width: 1px;
          background: rgba(0, 0, 0, 0.07); }
        .email-wrapper .email-opened .actions li a {
          font-size: 13.1px;
          color: #626262;
          font-weight: 600;
          padding: 0 13px;
          line-height: 50px;
          white-space: nowrap; }
    .email-wrapper .email-opened .email-content-wrapper {
      background: #fff;
      height: 100%;
      display: none;
      width: auto;
      overflow: auto; }
      .email-wrapper .email-opened .email-content-wrapper .actions-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 998; }
      .email-wrapper .email-opened .email-content-wrapper .email-content {
        margin: 0 auto;
        width: 600px;
        display: block;
        padding-top: 62px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px; }
        .email-wrapper .email-opened .email-content-wrapper .email-content .email-content-header .sender .name {
          font-size: 15px;
          color: #3b4752; }
        .email-wrapper .email-opened .email-content-wrapper .email-content .email-content-header .sender .datetime {
          color: #626262;
          opacity: .45;
          font-family: arial; }
        .email-wrapper .email-opened .email-content-wrapper .email-content .email-content-header .subject {
          font-family: arial;
          color: #3b4752;
          font-size: 15.2px;
          line-height: 17px; }
        .email-wrapper .email-opened .email-content-wrapper .email-content .email-content-header .fromto .btn-xs {
          border-radius: 13px; }
        .email-wrapper .email-opened .email-content-wrapper .email-content .email-content-body p {
          line-height: 23px;
          color: #626262;
          letter-spacing: 0.001em; }
        .email-wrapper .email-opened .email-content-wrapper .email-content .editor-wrapper {
          border: 1px solid rgba(0, 0, 0, 0.05); }
          .email-wrapper .email-opened .email-content-wrapper .email-content .editor-wrapper .wysihtml5-sandbox {
            max-height: 150px;
            min-height: 130px;
            width: 100%; }
  .email-wrapper .compose-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    z-index: 101; }
    .email-wrapper .compose-wrapper .compose-email {
      font-size: 24px; }

.header-wrapper-email {
  font-size: 14.92px; }
  .header-wrapper-email .dropdown > .btn {
    color: #48b0f7; }
  .header-wrapper-email .btn:hover {
    text-decoration: none; }

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .email-wrapper .email-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -155px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
    border-radius: 10px; }
    .email-wrapper .email-sidebar .btn-compose {
      display: none; }
  .email-wrapper .email-opened {
    margin-left: 0; }
  .toggle-email-sidebar {
    font-size: 18px;
    display: block;
    font-size: 18px;
    left: 50%;
    margin-left: -36px;
    position: absolute; }
    .toggle-email-sidebar ~ .brand {
      display: none; } }

/*** General tablets and phones ***/
@media (max-width: 979px) {
  .email-wrapper .email-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
    border-radius: 10px; }
    .email-wrapper .email-sidebar .btn-compose {
      display: none; }
  .email-wrapper .email-list {
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2000;
    float: none; }
    .email-wrapper .email-list .item {
      padding: 8px; }
      .email-wrapper .email-list .item .inline {
        margin-left: 5px;
        width: 188px; }
  .email-wrapper .email-opened {
    margin-left: 0;
    width: 100%; }
    .email-wrapper .email-opened .email-content-wrapper {
      overflow: auto;
      padding: 0; }
      .email-wrapper .email-opened .email-content-wrapper .email-content {
        width: 90%; }
  .email-wrapper .compose-wrapper {
    display: block; }
    .email-wrapper .compose-wrapper .btn-compose {
      display: block; }
  .toggle-email-sidebar {
    font-size: 18px;
    position: static;
    display: block; }
    .toggle-email-sidebar ~ .brand {
      display: none; } }

@media (max-width: 767px) {
  .email-wrapper {
    height: 100%; }
    .email-wrapper .email-opened {
      margin-left: 0; } }

body.overflow-hidden {
  overflow: hidden; }

.calendar > * {
    }

.calendar .calendar-container {
  position: relative;
  height: 100%; }
  .calendar .calendar-container .week-view {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .calendar .calendar-container .week-view .tble {
      display: inline-table;
      vertical-align: top; }
      .calendar .calendar-container .week-view .tble .thead {
        display: table-row;
        width: 100%;
        background: #f0f0f0; }
        .calendar .calendar-container .week-view .tble .thead .tcell {
          border-bottom: 1px solid #e6e6e6;
          border-right: 1px solid #e6e6e6;
          padding: 10px; }
          .calendar .calendar-container .week-view .tble .thead .tcell .weekday {
            font-size: 13px;
            float: left; }
          .calendar .calendar-container .week-view .tble .thead .tcell .weekdate {
            font-size: 13px;
            float: right; }
          .calendar .calendar-container .week-view .tble .thead .tcell.active {
            background: #e6e6e6; }
      .calendar .calendar-container .week-view .tble .tcell {
        display: table-cell;
        height: 40px;
        max-width: 14.2857%;
        width: 14.2857%; }
      .calendar .calendar-container .week-view .tble .trow {
        display: table-row; }
        .calendar .calendar-container .week-view .tble .trow .tcell {
          background: #fafafa;
          padding: 0 10px; }
          .calendar .calendar-container .week-view .tble .trow .tcell .cell-inner {
            border-bottom: 1px solid #e6e6e6;
            height: 38px;
            position: relative; }
          .calendar .calendar-container .week-view .tble .trow .tcell.active {
            background: #e6e6e6; }
  .calendar .calendar-container .even-holder {
    position: absolute;
    display: table; }
    .calendar .calendar-container .even-holder .event-placeholder {
      height: 100%;
      width: 14.2857%;
      display: table-cell; }
  .calendar .calendar-container .event-container {
    width: 100%;
    height: 35px;
    background-color: lightblue;
    position: absolute;
    z-index: 10;
    padding: 5px;
    border-radius: 3px; }
    .calendar .calendar-container .event-container .time-wrap {
      line-height: 12px;
      text-align: right; }
    .calendar .calendar-container .event-container .event-start-time, .calendar .calendar-container .event-container .event-end-time {
      font-size: 12px;
      opacity: 0.8; }
    .calendar .calendar-container .event-container .event-title {
      font-size: 12px;
      line-height: 7px; }
  .calendar .calendar-container .grid {
    display: block;
    overflow: scroll; }
  .calendar .calendar-container .allday-cell {
    height: 40px;
    display: inline-block;
    width: 50px;
    float: left;
    background: #f0f0f0;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }

.calendar .time-slot-wrapper {
  display: inline-block;
  width: 50px;
  float: left;
  height: 100%; }
  .calendar .time-slot-wrapper .time-slot {
    display: block;
    height: 40px;
    width: 100%;
    background: #fafafa; }
    .calendar .time-slot-wrapper .time-slot:first-child span {
      display: none; }
    .calendar .time-slot-wrapper .time-slot > span {
      float: right;
      font-size: 12px;
      position: relative;
      top: -40%; }

.calendar .full-calender-header {
  position: relative;
  padding: 20px;
  color: #8b91a0;
  z-index: 10; }
  .calendar .full-calender-header .main-header {
    width: 98%;
    text-align: center;
    position: absolute;
    z-index: -1; }
    .calendar .full-calender-header .main-header i {
      font-size: 24px; }

.calendar .calendar-grid-header-wrapper {
  display: block; }

.calendar .calendar-grid-wrapper {
  position: relative;
  display: block;
  overflow: scroll;
    }

.calendar .calender-preview {
  width: 100%; }
  .calendar .calender-preview .calender-preview-wrapper .day {
    display: inline-block;
    width: 3.22%;
    position: relative;
    z-index: 10;
    padding: 4px 0;
    font-size: 12px; }
    .calendar .calender-preview .calender-preview-wrapper .day > a {
      position: relative;
      width: 100%;
      display: block;
      text-align: center;
      color: #626262;
      opacity: 0.7; }
    .calendar .calender-preview .calender-preview-wrapper .day.active a {
      color: #fff;
      opacity: 1; }
    .calendar .calender-preview .calender-preview-wrapper .day.active:after {
      font-family: FontAwesome;
      color: #6d5eac;
      position: absolute;
      display: block;
      top: 12px;
      z-index: -10;
      content: "\f111";
      text-align: center;
      width: 100%;
      font-size: 25px;
      top: -5px; }
    .calendar .calender-preview .calender-preview-wrapper .day.has-event:before {
      font-family: FontAwesome;
      color: #6d5eac;
      position: absolute;
      display: block;
      bottom: -12px;
      z-index: -10;
      content: "\f111";
      text-align: center;
      width: 100%;
      font-size: 6px; }
    .calendar .calender-preview .calender-preview-wrapper .day.start-of-week {
      background-color: #f4f7fa;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .calendar .calender-preview .calender-preview-wrapper .day.end-of-week {
      background-color: #f4f7fa;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .calendar .calender-preview .calender-preview-wrapper .day.active-week {
      background-color: #f4f7fa; }
    .calendar .calender-preview .calender-preview-wrapper .day.week-header {
      text-transform: uppercase;
      color: #6d5eac;
      font-weight: 600;
      text-align: center; }

.calendar .mini-calendar-header {
  border-bottom: 1px solid #eaeef1; }

.calendar .mini-calendar {
  padding-top: 5px; }

.calendar .calendar-week-header {
  background-color: #f4f7fa;
  height: 50px; }
  .calendar .calendar-week-header .calendar-header-wrapper {
    padding: 10px;
    color: #8b91a0; }
  .calendar .calendar-week-header .day {
    font-weight: normal; }
  .calendar .calendar-week-header .date {
    font-weight: 700;
    float: right; }
  .calendar .calendar-week-header.active {
    background-color: #e3ece4; }
    .calendar .calendar-week-header.active .calendar-header-wrapper {
      color: #6d5eac; }

.calendar .selected {
  background-color: #e7ebef; }

.calendar .fc-view-agendaDay .calendar-week-header.active {
  background-color: #f4f7fa; }

.calendar .fc-view-agendaDay .fc-agenda-allday > tbody > tr > th.active > .fc-day-content {
  background-color: #f4f7fa; }

.calendar .fc-view-agendaDay .fc-state-highlight {
  background-color: transparent; }

.calendar .time {
  border: 0px;
  color: #8b91a0;
  text-align: center;
  position: relative; }
  .calendar .time .time-wrapper {
    position: absolute;
    top: -8px;
    width: 100%;
    left: 0; }

.calendar .allday {
  color: #8b91a0;
  text-align: center; }

.calendar .fc-header {
  display: none; }

.calendar .fc-state-highlight {
  background-color: #e3ece4; }

.calendar .fc-agenda-allday {
  background-color: #f4f7fa; }
  .calendar .fc-agenda-allday > tbody > tr > th {
    border-right: 1px solid #dce0e8; }
    .calendar .fc-agenda-allday > tbody > tr > th.active {
      background-color: #e3ece4; }
      .calendar .fc-agenda-allday > tbody > tr > th.active > .fc-day-content {
        border-bottom: 3px solid #c5e5b1; }

.calendar .fc-event {
  background-color: #c5e5b1;
  border: 0;
  color: rgba(0, 0, 0, 0.5); }
  .calendar .fc-event .fc-event-inner {
    padding: 10px;
    text-align: right; }
    .calendar .fc-event .fc-event-inner .fc-event-time {
      font-size: 13px; }
    .calendar .fc-event .fc-event-inner .fc-event-title {
      font-size: 15px; }
    .calendar .fc-event .fc-event-inner .fc-event-description {
      font-size: 13px; }
    .calendar .fc-event .fc-event-inner .ui-resizable-s {
      opacity: 0.4; }
  .calendar .fc-event.green {
    background: #c5e5b1; }
  .calendar .fc-event.blue {
    background: #7b99eb; }

.calendar .event-picker-color.active {
  border: 1px solid #000; }

.calendar .fc-agenda-days {
  background-color: #eaeef1; }
  .calendar .fc-agenda-days th {
    text-align: left; }

.calendar .fc-agenda-slots td > div {
  height: 30px; }

.calendar .fc-agenda-slots tr.fc-minor td > div {
  border-bottom: 1px solid #dce0e8; }

.calendar .fc-widget-header, .calendar .fc-widget-content {
  border-color: #dce0e8; }

.calendar .fc-agenda-divider {
  border-top: 1px; }
  .calendar .fc-agenda-divider .fc-agenda-divider-inner {
    height: 1px; }

.calendar .fc-widget-content {
  border-top: 0px; }

.calendar .ui-resizable-handle {
  font-size: 14px;
  height: 12px;
  opacity: 0.4; }

/*** Phones ***/
@media (max-width: 979px) {
  .calendar .calendar-container .week-view .tble .tcell {
    max-width: 100%;
    width: 100%; } }

.login-wrapper {
  height: 100%;
  background-color: #6d5cae; }
  .login-wrapper > * {
    height: 100%; }
  .login-wrapper .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden; }
    .login-wrapper .bg-pic > img {
      height: 100%;
      opacity: 0.6; }
  .login-wrapper .login-container {
    width: 496px;
    display: block;
    position: relative;
    float: right; }
  .login-wrapper .bg-caption {
    width: 500px; }

.register-container {
  width: 550px;
  margin: auto;
  height: 100%; }

@media (max-width: 768px) {
  .login-wrapper .login-container {
    width: 100%; }
  .register-container {
    width: 100%;
    padding: 15px; } }

@media only screen and (max-width: 321px) {
  .login-wrapper .login-container {
    width: 100%; } }

.lock-container {
  margin-left: auto;
  margin-right: auto;
  width: 48%; }

.lock-screen-wrapper .credentials {
  margin-top: -84px;
  position: absolute;
  top: 50%; }
  .lock-screen-wrapper .credentials .thumbnail-wrapper {
    width: 53px;
    height: 53px; }
  .lock-screen-wrapper .credentials .logged {
    opacity: .21;
    margin-top: -5px; }
  .lock-screen-wrapper .credentials .name {
    opacity: .69;
    margin-top: -5px;
    font-size: 36px;
    height: 45px;
    overflow: hidden; }

.lock-screen-wrapper .terms-wrapper > div {
  display: table; }

.lock-screen-wrapper .terms-wrapper .terms {
  display: table-cell;
  vertical-align: middle; }

.lock-screen-wrapper .terms-wrapper .logo-terms {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  position: relative; }
  .lock-screen-wrapper .terms-wrapper .logo-terms .brand {
    left: 50%;
    margin-left: -21px;
    margin-top: -5px;
    position: absolute;
    top: 50%; }

@media (max-width: 767px) {
  .lock-screen-wrapper .credentials form {
    margin-top: 15px; } }

@media (max-width: 480px) {
  .lock-screen-wrapper .credentials {
    margin: 0;
    position: static;
    margin-top: 100px;
    width: 100%;
    float: left;
    clear: both; }
    .lock-screen-wrapper .credentials > div {
      text-align: center; }
    .lock-screen-wrapper .credentials .thumbnail-wrapper {
      float: none;
      margin: 0 auto; } }

.live-tile, .list-tile, .copy-tile, .tile-strip .flip-list > li {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0; }

.tiles-container {
  height: 100%; }

/* clear fix */
.tiles-container:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer-large {
  display: none; }

.tile {
  float: left;
  width: 100px;
  border-color: rgba(0, 0, 0, 0.7);
  white-space: normal; }
  .tile.tile-first {
    position: relative;
    display: block;
    background-color: #3a8fc8; }
    .tile.tile-first:after {
      content: " ";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      z-index: 0;
      opacity: .69; }
    .tile.tile-first:before {
      background-image: url("../img/linear_gradient.png");
      background-repeat: repeat-x;
      content: " ";
      left: 0;
      right: 0;
      height: 45%;
      bottom: 0;
      position: absolute;
      z-index: 1; }
    .tile.tile-first .stock-rates > .company:nth-child(2) > div {
      display: table;
      margin: 0 auto;
      width: 127px; }
    .tile.tile-first > * {
      z-index: 1; }

.tile.tile-split .live-tile {
  width: 100%; }

.tile.tile-split .hidden-medium {
  display: none; }

@media (min-height: 800px) {
  .grid-sizer-large {
    display: block; }
  .tile.tile-split > div {
    width: 50%;
    display: inline-block;
    white-space: normal; }
  .tile.tile-split .hidden-medium {
    display: inline-block; } }

.mapplic-container {
  width: 100%;
  background-color: transparent; }
  .mapplic-container .mapplic-fullscreen-button {
    left: auto;
    right: 154px;
    bottom: 0;
    top: auto; }
  .mapplic-container .mapplic-clear-button {
    visibility: hidden; }

.mapplic-tooltip {
  padding: 8px 11px; }

.mapplic-tooltip-title {
  font-size: 13px;
  margin: 0;
  text-align: center; }

.mapplic-tooltip {
  max-width: 150px; }

.map-controls {
  position: absolute;
  left: 50px;
  top: 80px;
  z-index: 1; }

.mapplic-pin {
  background-image: url(../../assets/img/maps/marker-master.svg);
  background-size: contain; }
  .mapplic-pin.pulse {
    background-image: url(../../assets/img/maps/pulse-master.svg); }
    .mapplic-pin.pulse.green {
      background-image: url(../../assets/img/maps/pulse-success.svg); }
    .mapplic-pin.pulse.blue {
      background-image: url(../../assets/img/maps/pulse-complete.svg); }
    .mapplic-pin.pulse.purple {
      background-image: url(../../assets/img/maps/pulse-primary.svg); }
    .mapplic-pin.pulse.yellow {
      background-image: url(../../assets/img/maps/pulse-warning.svg); }
    .mapplic-pin.pulse.red {
      background-image: url(../../assets/img/maps/pulse-danger.svg); }
  .mapplic-pin.pulse-alt {
    background-image: url(../../assets/img/maps/pulse-alt-master.svg); }
    .mapplic-pin.pulse-alt.green {
      background-image: url(../../assets/img/maps/pulse-alt-success.svg); }
    .mapplic-pin.pulse-alt.blue {
      background-image: url(../../assets/img/maps/pulse-alt-complete.svg); }
    .mapplic-pin.pulse-alt.purple {
      background-image: url(../../assets/img/maps/pulse-alt-primary.svg); }
    .mapplic-pin.pulse-alt.yellow {
      background-image: url(../../assets/img/maps/pulse-alt-warning.svg); }
    .mapplic-pin.pulse-alt.red {
      background-image: url(../../assets/img/maps/pulse-alt-danger.svg); }
  .mapplic-pin.marker {
    background-image: url(../../assets/img/maps/marker-master.svg); }
    .mapplic-pin.marker.green {
      background-image: url(../../assets/img/maps/marker-success.svg); }
    .mapplic-pin.marker.blue {
      background-image: url(../../assets/img/maps/marker-complete.svg); }
    .mapplic-pin.marker.purple {
      background-image: url(../../assets/img/maps/marker-primary.svg); }
    .mapplic-pin.marker.yellow {
      background-image: url(../../assets/img/maps/marker-warning.svg); }
    .mapplic-pin.marker.red {
      background-image: url(../../assets/img/maps/marker-danger.svg); }
  .mapplic-pin.marker-alt {
    background-image: url(../../assets/img/maps/marker-alt-master.svg); }
    .mapplic-pin.marker-alt.green {
      background-image: url(../../assets/img/maps/marker-alt-success.svg); }
    .mapplic-pin.marker-alt.blue {
      background-image: url(../../assets/img/maps/marker-alt-complete.svg); }
    .mapplic-pin.marker-alt.purple {
      background-image: url(../../assets/img/maps/marker-alt-primary.svg); }
    .mapplic-pin.marker-alt.yellow {
      background-image: url(../../assets/img/maps/marker-alt-warning.svg); }
    .mapplic-pin.marker-alt.red {
      background-image: url(../../assets/img/maps/marker-alt-danger.svg); }

#chart-1 .nvd3 .nv-axis path.domain {
  stroke-opacity: 0; }

#chart-1 .nvd3 .nv-x.nv-axis .nv-axisMaxMin {
  display: none; }

.icon-list .fa-item {
  display: block;
  color: #121212;
  line-height: 32px;
  height: 32px;
  padding-left: 10px; }
  .icon-list .fa-item > i {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px; }

.thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  float: left; }
  .thumbnail-wrapper.circular {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  .thumbnail-wrapper.bordered {
    border-width: 4px;
    border-style: solid; }
    .thumbnail-wrapper.bordered.d16 {
      width: 20px;
      height: 20px; }
      .thumbnail-wrapper.bordered.d16 > * {
        line-height: 12px; }
    .thumbnail-wrapper.bordered.d24 {
      width: 28px;
      height: 28px; }
      .thumbnail-wrapper.bordered.d24 > * {
        line-height: 24px; }
    .thumbnail-wrapper.bordered.d32 {
      width: 36px;
      height: 36px; }
      .thumbnail-wrapper.bordered.d32 > * {
        line-height: 28px; }
    .thumbnail-wrapper.bordered.d48 {
      width: 52px;
      height: 52px; }
      .thumbnail-wrapper.bordered.d48 > * {
        line-height: 44px; }
  .thumbnail-wrapper.d16 {
    width: 16px;
    height: 16px; }
    .thumbnail-wrapper.d16 > * {
      line-height: 16px; }
  .thumbnail-wrapper.d24 {
    width: 24px;
    height: 24px; }
    .thumbnail-wrapper.d24 > * {
      line-height: 24px; }
  .thumbnail-wrapper.d32 {
    width: 32px;
    height: 32px; }
    .thumbnail-wrapper.d32 > * {
      line-height: 32px; }
  .thumbnail-wrapper.d39 {
    width: 39px;
    height: 39px; }
    .thumbnail-wrapper.d39 > * {
      line-height: 39px; }
  .thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px; }
    .thumbnail-wrapper.d48 > * {
      line-height: 50px; }
  .thumbnail-wrapper > * {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center; }

.scrollable {
  overflow-y: auto;
    }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.center-margin {
  margin-left: auto;
  margin-right: auto; }

.inherit-size {
  width: inherit;
  height: inherit; }

.inherit-height {
  height: inherit; }

.image-responsive-height {
  width: 100%; }

.image-responsive-width {
  height: 100%; }

.overlayer {
  position: absolute;
  display: block;
  z-index: 21; }
  .overlayer.fullwidth {
    width: 100%; }

.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10; }

.overlay-fixed {
  position: fixed;
  top: auto; }

.top-left {
  position: absolute;
  top: 0;
  left: 0; }

.top-right {
  position: absolute;
  top: 1px;
  right: 0; }

.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 0; }

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0; }

.pull-bottom {
  position: absolute;
  bottom: 0; }

.pull-up {
  position: absolute;
  top: 0; }

.scroll-x-hidden {
  overflow-x: hidden; }
.p-t-0 {
    padding-top: 0;
}
.p-t-5 {
  padding-top: 5px; }

.p-r-5 {
  padding-right: 5px; }

.p-l-5 {
  padding-left: 5px; }

.p-b-5 {
  padding-bottom: 5px; }

.padding-5 {
  padding: 5px; }

.p-t-10 {
  padding-top: 10px !important; }

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

.p-l-10 {
  padding-left: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.padding-10 {
  padding: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.padding-15 {
  padding: 15px; }

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

.p-r-20 {
  padding-right: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.padding-20 {
  padding: 20px; }

.p-t-25 {
  padding-top: 25px; }

.p-r-25 {
  padding-right: 25px; }

.p-l-25 {
  padding-left: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.padding-25 {
  padding: 25px; }

.p-t-30 {
  padding-top: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.padding-30 {
  padding: 30px; }

.p-t-35 {
  padding-top: 35px; }

.p-r-35 {
  padding-right: 35px; }

.p-l-35 {
  padding-left: 35px; }

.p-b-35 {
  padding-bottom: 35px; }

.padding-35 {
  padding: 35px; }

.p-t-40 {
  padding-top: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-l-40 {
  padding-left: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.padding-40 {
  padding: 40px; }

.p-t-45 {
  padding-top: 45px; }

.p-r-45 {
  padding-right: 45px; }

.p-l-45 {
  padding-left: 45px; }

.p-b-45 {
  padding-bottom: 45px; }

.padding-45 {
  padding: 45px; }

.p-t-50 {
  padding-top: 50px; }

.p-r-50 {
  padding-right: 50px; }

.p-l-50 {
  padding-left: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.padding-50 {
  padding: 50px; }

.p-t-55 {
  padding-top: 55px; }

.p-r-55 {
  padding-right: 55px; }

.p-l-55 {
  padding-left: 55px; }

.p-b-55 {
  padding-bottom: 55px; }

.padding-55 {
  padding: 55px; }

.p-t-60 {
  padding-top: 60px; }

.p-r-60 {
  padding-right: 60px; }

.p-l-60 {
  padding-left: 60px; }

.p-b-60 {
  padding-bottom: 60px; }

.padding-60 {
  padding: 60px; }

.p-t-65 {
  padding-top: 65px; }

.p-r-65 {
  padding-right: 65px; }

.p-l-65 {
  padding-left: 65px; }

.p-b-65 {
  padding-bottom: 65px; }

.padding-65 {
  padding: 65px; }

.p-t-70 {
  padding-top: 70px; }

.p-r-70 {
  padding-right: 70px; }

.p-l-70 {
  padding-left: 70px; }

.p-b-70 {
  padding-bottom: 70px; }

.padding-70 {
  padding: 70px; }

.p-t-75 {
  padding-top: 75px; }

.p-r-75 {
  padding-right: 75px; }

.p-l-75 {
  padding-left: 75px; }

.p-b-75 {
  padding-bottom: 75px; }

.padding-75 {
  padding: 75px; }

.p-t-80 {
  padding-top: 80px; }

.p-r-80 {
  padding-right: 80px; }

.p-l-80 {
  padding-left: 80px; }

.p-b-80 {
  padding-bottom: 80px; }

.padding-80 {
  padding: 80px; }

.p-t-85 {
  padding-top: 85px; }

.p-r-85 {
  padding-right: 85px; }

.p-l-85 {
  padding-left: 85px; }

.p-b-85 {
  padding-bottom: 85px; }

.padding-85 {
  padding: 85px; }

.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-20 {
    margin: 20px !important;
}
.m-t-5 {
  margin-top: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-t-35 {
  margin-top: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-t-40 {
  margin-top: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-t-50 {
  margin-top: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-t-55 {
  margin-top: 55px; }

.m-r-55 {
  margin-right: 55px; }

.m-l-55 {
  margin-left: 55px; }

.m-b-55 {
  margin-bottom: 55px; }

.m-t-60 {
  margin-top: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-l-60 {
  margin-left: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-t-65 {
  margin-top: 65px; }

.m-r-65 {
  margin-right: 65px; }

.m-l-65 {
  margin-left: 65px; }

.m-b-65 {
  margin-bottom: 65px; }

.m-t-70 {
  margin-top: 70px; }

.m-r-70 {
  margin-right: 70px; }

.m-l-70 {
  margin-left: 70px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-t-75 {
  margin-top: 75px; }

.m-r-75 {
  margin-right: 75px; }

.m-l-75 {
  margin-left: 75px; }

.m-b-75 {
  margin-bottom: 75px; }

.m-t-80 {
  margin-top: 80px; }

.m-r-80 {
  margin-right: 80px; }

.m-l-80 {
  margin-left: 80px; }

.m-b-80 {
  margin-bottom: 80px; }

.m-t-85 {
  margin-top: 85px; }

.m-r-85 {
  margin-right: 85px; }

.m-l-85 {
  margin-left: 85px; }

.m-b-85 {
  margin-bottom: 85px; }

@media (max-width: 767px) {
  .sm-pull-bottom, .sm-pull-up {
    position: relative; }
  .sm-p-t-5 {
    padding-top: 5px; }
  .sm-p-r-5 {
    padding-right: 5px; }
  .sm-p-l-5 {
    padding-left: 5px; }
  .sm-p-b-5 {
    padding-bottom: 5px; }
  .sm-padding-5 {
    padding: 5px; }
  .sm-p-t-10 {
    padding-top: 10px; }
  .sm-p-r-10 {
    padding-right: 10px; }
  .sm-p-l-10 {
    padding-left: 10px; }
  .sm-p-b-10 {
    padding-bottom: 10px; }
  .sm-padding-10 {
    padding: 10px; }
  .sm-p-t-15 {
    padding-top: 15px; }
  .sm-p-r-15 {
    padding-right: 15px; }
  .sm-p-l-15 {
    padding-left: 15px; }
  .sm-p-b-15 {
    padding-bottom: 15px; }
  .sm-padding-15 {
    padding: 15px; }
  .sm-p-t-20 {
    padding-top: 20px; }
  .sm-p-r-20 {
    padding-right: 20px; }
  .sm-p-l-20 {
    padding-left: 20px; }
  .sm-p-b-20 {
    padding-bottom: 20px; }
  .sm-padding-20 {
    padding: 20px; }
  .sm-p-t-25 {
    padding-top: 25px; }
  .sm-p-r-25 {
    padding-right: 25px; }
  .sm-p-l-25 {
    padding-left: 25px; }
  .sm-p-b-25 {
    padding-bottom: 25px; }
  .sm-padding-25 {
    padding: 25px; }
  .sm-p-t-30 {
    padding-top: 30px; }
  .sm-p-r-30 {
    padding-right: 30px; }
  .sm-p-l-30 {
    padding-left: 30px; }
  .sm-p-b-30 {
    padding-bottom: 30px; }
  .sm-padding-30 {
    padding: 30px; }
  .sm-p-t-35 {
    padding-top: 35px; }
  .sm-p-r-35 {
    padding-right: 35px; }
  .sm-p-l-35 {
    padding-left: 35px; }
  .sm-p-b-35 {
    padding-bottom: 35px; }
  .sm-padding-35 {
    padding: 35px; }
  .sm-p-t-40 {
    padding-top: 40px; }
  .sm-p-r-40 {
    padding-right: 40px; }
  .sm-p-l-40 {
    padding-left: 40px; }
  .sm-p-b-40 {
    padding-bottom: 40px; }
  .sm-padding-40 {
    padding: 40px; }
  .sm-p-t-45 {
    padding-top: 45px; }
  .sm-p-r-45 {
    padding-right: 45px; }
  .sm-p-l-45 {
    padding-left: 45px; }
  .sm-p-b-45 {
    padding-bottom: 45px; }
  .sm-padding-45 {
    padding: 45px; }
  .sm-p-t-50 {
    padding-top: 50px; }
  .sm-p-r-50 {
    padding-right: 50px; }
  .sm-p-l-50 {
    padding-left: 50px; }
  .sm-p-b-50 {
    padding-bottom: 50px; }
  .sm-padding-50 {
    padding: 50px; }
  .sm-p-t-55 {
    padding-top: 55px; }
  .sm-p-r-55 {
    padding-right: 55px; }
  .sm-p-l-55 {
    padding-left: 55px; }
  .sm-p-b-55 {
    padding-bottom: 55px; }
  .sm-padding-55 {
    padding: 55px; }
  .sm-p-t-60 {
    padding-top: 60px; }
  .sm-p-r-60 {
    padding-right: 60px; }
  .sm-p-l-60 {
    padding-left: 60px; }
  .sm-p-b-60 {
    padding-bottom: 60px; }
  .sm-padding-60 {
    padding: 60px; }
  .sm-p-t-65 {
    padding-top: 65px; }
  .sm-p-r-65 {
    padding-right: 65px; }
  .sm-p-l-65 {
    padding-left: 65px; }
  .sm-p-b-65 {
    padding-bottom: 65px; }
  .sm-padding-65 {
    padding: 65px; }
  .sm-p-t-70 {
    padding-top: 70px; }
  .sm-p-r-70 {
    padding-right: 70px; }
  .sm-p-l-70 {
    padding-left: 70px; }
  .sm-p-b-70 {
    padding-bottom: 70px; }
  .sm-padding-70 {
    padding: 70px; }
  .sm-p-t-75 {
    padding-top: 75px; }
  .sm-p-r-75 {
    padding-right: 75px; }
  .sm-p-l-75 {
    padding-left: 75px; }
  .sm-p-b-75 {
    padding-bottom: 75px; }
  .sm-padding-75 {
    padding: 75px; }
  .sm-p-t-80 {
    padding-top: 80px; }
  .sm-p-r-80 {
    padding-right: 80px; }
  .sm-p-l-80 {
    padding-left: 80px; }
  .sm-p-b-80 {
    padding-bottom: 80px; }
  .sm-padding-80 {
    padding: 80px; }
  .sm-p-t-85 {
    padding-top: 85px; }
  .sm-p-r-85 {
    padding-right: 85px; }
  .sm-p-l-85 {
    padding-left: 85px; }
  .sm-p-b-85 {
    padding-bottom: 85px; }
  .sm-padding-85 {
    padding: 85px; }
  .sm-m-t-5 {
    margin-top: 5px; }
  .sm-m-r-5 {
    margin-right: 5px; }
  .sm-m-l-5 {
    margin-left: 5px; }
  .sm-m-b-5 {
    margin-bottom: 5px; }
  .sm-m-t-10 {
    margin-top: 10px; }
  .sm-m-r-10 {
    margin-right: 10px; }
  .sm-m-l-10 {
    margin-left: 10px; }
  .sm-m-b-10 {
    margin-bottom: 10px; }
  .sm-m-t-15 {
    margin-top: 15px; }
  .sm-m-r-15 {
    margin-right: 15px; }
  .sm-m-l-15 {
    margin-left: 15px; }
  .sm-m-b-15 {
    margin-bottom: 15px; }
  .sm-m-t-20 {
    margin-top: 20px; }
  .sm-m-r-20 {
    margin-right: 20px; }
  .sm-m-l-20 {
    margin-left: 20px; }
  .sm-m-b-20 {
    margin-bottom: 20px; }
  .sm-m-t-25 {
    margin-top: 25px; }
  .sm-m-r-25 {
    margin-right: 25px; }
  .sm-m-l-25 {
    margin-left: 25px; }
  .sm-m-b-25 {
    margin-bottom: 25px; }
  .sm-m-t-30 {
    margin-top: 30px; }
  .sm-m-r-30 {
    margin-right: 30px; }
  .sm-m-l-30 {
    margin-left: 30px; }
  .sm-m-b-30 {
    margin-bottom: 30px; }
  .sm-m-t-35 {
    margin-top: 35px; }
  .sm-m-r-35 {
    margin-right: 35px; }
  .sm-m-l-35 {
    margin-left: 35px; }
  .sm-m-b-35 {
    margin-bottom: 35px; }
  .sm-m-t-40 {
    margin-top: 40px; }
  .sm-m-r-40 {
    margin-right: 40px; }
  .sm-m-l-40 {
    margin-left: 40px; }
  .sm-m-b-40 {
    margin-bottom: 40px; }
  .sm-m-t-45 {
    margin-top: 45px; }
  .sm-m-r-45 {
    margin-right: 45px; }
  .sm-m-l-45 {
    margin-left: 45px; }
  .sm-m-b-45 {
    margin-bottom: 45px; }
  .sm-m-t-50 {
    margin-top: 50px; }
  .sm-m-r-50 {
    margin-right: 50px; }
  .sm-m-l-50 {
    margin-left: 50px; }
  .sm-m-b-50 {
    margin-bottom: 50px; }
  .sm-m-t-55 {
    margin-top: 55px; }
  .sm-m-r-55 {
    margin-right: 55px; }
  .sm-m-l-55 {
    margin-left: 55px; }
  .sm-m-b-55 {
    margin-bottom: 55px; }
  .sm-m-t-60 {
    margin-top: 60px; }
  .sm-m-r-60 {
    margin-right: 60px; }
  .sm-m-l-60 {
    margin-left: 60px; }
  .sm-m-b-60 {
    margin-bottom: 60px; }
  .sm-m-t-65 {
    margin-top: 65px; }
  .sm-m-r-65 {
    margin-right: 65px; }
  .sm-m-l-65 {
    margin-left: 65px; }
  .sm-m-b-65 {
    margin-bottom: 65px; }
  .sm-m-t-70 {
    margin-top: 70px; }
  .sm-m-r-70 {
    margin-right: 70px; }
  .sm-m-l-70 {
    margin-left: 70px; }
  .sm-m-b-70 {
    margin-bottom: 70px; }
  .sm-m-t-75 {
    margin-top: 75px; }
  .sm-m-r-75 {
    margin-right: 75px; }
  .sm-m-l-75 {
    margin-left: 75px; }
  .sm-m-b-75 {
    margin-bottom: 75px; }
  .sm-m-t-80 {
    margin-top: 80px; }
  .sm-m-r-80 {
    margin-right: 80px; }
  .sm-m-l-80 {
    margin-left: 80px; }
  .sm-m-b-80 {
    margin-bottom: 80px; }
  .sm-m-t-85 {
    margin-top: 85px; }
  .sm-m-r-85 {
    margin-right: 85px; }
  .sm-m-l-85 {
    margin-left: 85px; }
  .sm-m-b-85 {
    margin-bottom: 85px; }
  .sm-no-margin {
    margin: 0px; }
  .sm-no-padding {
    margin: 0px; }
  .sm-text-right {
    text-align: right; }
  .sm-text-left {
    text-align: left; }
  .sm-text-center {
    text-align: center; }
  .sm-pull-right {
    float: right; }
  .sm-pull-left {
    float: left; }
  .sm-pull-reset {
    float: none; }
  .sm-block {
    display: block; } }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.hide {
  display: none; }

.inline {
  display: inline-block; }

.b-blank {
  border-color: #000; }

.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0; }

.b-r {
  border-right-width: 1px; }

.b-l {
  border-left-width: 1px; }

.b-t {
  border-top-width: 1px; }

.b-b {
  border-bottom-width: 1px; }

.b-a {
  border-width: 1px; }

.b-dashed {
  border-style: dashed; }

.b-thick {
  border-width: 2px; }

.b-transparent {
  border-color: rgba(0, 0, 0, 0.4); }

.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3); }

.b-grey {
  border-color: #e5e9ec; }

.b-white {
  border-color: #fff; }

.b-primary {
  border-color: #6d5cae; }

.b-complete {
  border-color: #6d5cae; }

.b-success {
  border-color: #10cfbd; }

.b-info {
  border-color: #3b4752; }

.b-danger {
  border-color: #ff375a; }

.b-warning {
  border-color: #f8d053; }

/* Border Radius */
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

.no-border {
  border: none; }

/** Profile Wrappers **/
.profile-img-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.profile-img-wrapper.big {
  height: 68px;
  width: 68px; }

.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px; }

.relative {
  position: relative; }

/* Demo Purposes */
.icon-set-preview {
  transition: opacity 0.1s linear; }

#icon-list {
  transition: all 0.1s ease-in-out; }

.error-number {
  font-family: 'Montserrat';
  font-size: 90px;
  line-height: 90px; }

.error-container-innner {
  margin-left: auto;
  margin-right: auto;
  width: 360px; }

.error-container {
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  width: 38%; }

/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  border-collapse: collapse; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse; }
  .row-sm-height {
    display: table-row; }
  .col-sm-height {
    display: table-cell;
    float: none; } }

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse; }
  .row-md-height {
    display: table-row; }
  .col-md-height {
    display: table-cell;
    float: none; } }

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse; }
  .row-lg-height {
    display: table-row; }
  .col-lg-height {
    display: table-cell;
    float: none; } }

@media print {
  .header,
  .page-sidebar,
  .quickview-wrapper,
  .overlay {
    display: none; }
  .page-container {
    padding-left: 0; }
  .page-content-wrapper .content {
    border-top: 0; }
    .page-content-wrapper .content .panel {
      border: none; }
      .page-content-wrapper .content .panel .panel-body {
        padding: 0; }
  [class^='padding-'],
  [class*='padding-'],
  .table tbody tr td {
    padding: 10px; } }

/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto); }

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg); }

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  transform: rotate(180deg); }

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff; }

.c100 *, .c100 *:before, .c100 *:after {
  box-sizing: content-box; }

.c100.center {
  float: none;
  margin: 0 auto; }

.c100.big {
  font-size: 240px; }

.c100.small {
  font-size: 80px; }

.c100.mini {
  font-size: 50px; }

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  letter-spacing: 2px;
  font-size: 0.2em;
  display: block;
  text-align: center;
  white-space: nowrap;
 }

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  width: 0.84em;
  height: 0.84em;
 }

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em); }

.c100.p1 .bar {
  transform: rotate(3.6deg); }

.c100.p2 .bar {
  transform: rotate(7.2deg); }

.c100.p3 .bar {
  transform: rotate(10.8deg); }

.c100.p4 .bar {
  transform: rotate(14.4deg); }

.c100.p5 .bar {
  transform: rotate(18deg); }

.c100.p6 .bar {
  transform: rotate(21.6deg); }

.c100.p7 .bar {
  transform: rotate(25.2deg); }

.c100.p8 .bar {
  transform: rotate(28.8deg); }

.c100.p9 .bar {
  transform: rotate(32.4deg); }

.c100.p10 .bar {
  transform: rotate(36deg); }

.c100.p11 .bar {
  transform: rotate(39.6deg); }

.c100.p12 .bar {
  transform: rotate(43.2deg); }

.c100.p13 .bar {
  transform: rotate(46.8deg); }

.c100.p14 .bar {
  transform: rotate(50.4deg); }

.c100.p15 .bar {
  transform: rotate(54deg); }

.c100.p16 .bar {
  transform: rotate(57.6deg); }

.c100.p17 .bar {
  transform: rotate(61.2deg); }

.c100.p18 .bar {
  transform: rotate(64.8deg); }

.c100.p19 .bar {
  transform: rotate(68.4deg); }

.c100.p20 .bar {
  transform: rotate(72deg); }

.c100.p21 .bar {
  transform: rotate(75.6deg); }

.c100.p22 .bar {
  transform: rotate(79.2deg); }

.c100.p23 .bar {
  transform: rotate(82.8deg); }

.c100.p24 .bar {
  transform: rotate(86.4deg); }

.c100.p25 .bar {
  transform: rotate(90deg); }

.c100.p26 .bar {
  transform: rotate(93.6deg); }

.c100.p27 .bar {
  transform: rotate(97.2deg); }

.c100.p28 .bar {
  transform: rotate(100.8deg); }

.c100.p29 .bar {
  transform: rotate(104.4deg); }

.c100.p30 .bar {
  transform: rotate(108deg); }

.c100.p31 .bar {
  transform: rotate(111.6deg); }

.c100.p32 .bar {
  transform: rotate(115.2deg); }

.c100.p33 .bar {
  transform: rotate(118.8deg); }

.c100.p34 .bar {
  transform: rotate(122.4deg); }

.c100.p35 .bar {
  transform: rotate(126deg); }

.c100.p36 .bar {
  transform: rotate(129.6deg); }

.c100.p37 .bar {
  transform: rotate(133.2deg); }

.c100.p38 .bar {
  transform: rotate(136.8deg); }

.c100.p39 .bar {
  transform: rotate(140.4deg); }

.c100.p40 .bar {
  transform: rotate(144deg); }

.c100.p41 .bar {
  transform: rotate(147.6deg); }

.c100.p42 .bar {
  transform: rotate(151.2deg); }

.c100.p43 .bar {
  transform: rotate(154.8deg); }

.c100.p44 .bar {
  transform: rotate(158.4deg); }

.c100.p45 .bar {
  transform: rotate(162deg); }

.c100.p46 .bar {
  transform: rotate(165.6deg); }

.c100.p47 .bar {
  transform: rotate(169.2deg); }

.c100.p48 .bar {
  transform: rotate(172.8deg); }

.c100.p49 .bar {
  transform: rotate(176.4deg); }

.c100.p50 .bar {
  transform: rotate(180deg); }

.c100.p51 .bar {
  transform: rotate(183.6deg); }

.c100.p52 .bar {
  transform: rotate(187.2deg); }

.c100.p53 .bar {
  transform: rotate(190.8deg); }

.c100.p54 .bar {
  transform: rotate(194.4deg); }

.c100.p55 .bar {
  transform: rotate(198deg); }

.c100.p56 .bar {
  transform: rotate(201.6deg); }

.c100.p57 .bar {
  transform: rotate(205.2deg); }

.c100.p58 .bar {
  transform: rotate(208.8deg); }

.c100.p59 .bar {
  transform: rotate(212.4deg); }

.c100.p60 .bar {
  transform: rotate(216deg); }

.c100.p61 .bar {
  transform: rotate(219.6deg); }

.c100.p62 .bar {
  transform: rotate(223.2deg); }

.c100.p63 .bar {
  transform: rotate(226.8deg); }

.c100.p64 .bar {
  transform: rotate(230.4deg); }

.c100.p65 .bar {
  transform: rotate(234deg); }

.c100.p66 .bar {
  transform: rotate(237.6deg); }

.c100.p67 .bar {
  transform: rotate(241.2deg); }

.c100.p68 .bar {
  transform: rotate(244.8deg); }

.c100.p69 .bar {
  transform: rotate(248.4deg); }

.c100.p70 .bar {
  transform: rotate(252deg); }

.c100.p71 .bar {
  transform: rotate(255.6deg); }

.c100.p72 .bar {
  transform: rotate(259.2deg); }

.c100.p73 .bar {
  transform: rotate(262.8deg); }

.c100.p74 .bar {
  transform: rotate(266.4deg); }

.c100.p75 .bar {
  transform: rotate(270deg); }

.c100.p76 .bar {
  transform: rotate(273.6deg); }

.c100.p77 .bar {
  transform: rotate(277.2deg); }

.c100.p78 .bar {
  transform: rotate(280.8deg); }

.c100.p79 .bar {
  transform: rotate(284.4deg); }

.c100.p80 .bar {
  transform: rotate(288deg); }

.c100.p81 .bar {
  transform: rotate(291.6deg); }

.c100.p82 .bar {
  transform: rotate(295.2deg); }

.c100.p83 .bar {
  transform: rotate(298.8deg); }

.c100.p84 .bar {
  transform: rotate(302.4deg); }

.c100.p85 .bar {
  transform: rotate(306deg); }

.c100.p86 .bar {
  transform: rotate(309.6deg); }

.c100.p87 .bar {
  transform: rotate(313.2deg); }

.c100.p88 .bar {
  transform: rotate(316.8deg); }

.c100.p89 .bar {
  transform: rotate(320.4deg); }

.c100.p90 .bar {
  transform: rotate(324deg); }

.c100.p91 .bar {
  transform: rotate(327.6deg); }

.c100.p92 .bar {
  transform: rotate(331.2deg); }

.c100.p93 .bar {
  transform: rotate(334.8deg); }

.c100.p94 .bar {
  transform: rotate(338.4deg); }

.c100.p95 .bar {
  transform: rotate(342deg); }

.c100.p96 .bar {
  transform: rotate(345.6deg); }

.c100.p97 .bar {
  transform: rotate(349.2deg); }

.c100.p98 .bar {
  transform: rotate(352.8deg); }

.c100.p99 .bar {
  transform: rotate(356.4deg); }

.c100.p100 .bar {
  transform: rotate(360deg); }

.c100:hover {
  cursor: default; }

.c100:hover > span {
  cursor: pointer;
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
}
.c100.disabled > span {
    cursor: not-allowed;
}
  .c100.green:hover > span {
    color: #fff;
    font-weight: bold;
  }
.c100.dark {
  background-color: #777777; }

.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00; }

.c100.dark > span {
  color: #777777; }

.c100.dark:after {
  background-color: #666666; }

.c100.dark:hover > span {
  color: #c6ff00; }

.c100.green .bar, .c100.green .fill {
  border-color: #4db53c; }

.c100.green:hover > span {
  color: #4db53c; }

.c100.green.dark .bar, .c100.green.dark .fill {
  border-color: #5fd400; }

.c100.green.dark:hover > span {
  color: #5fd400; }

.c100.orange .bar, .c100.orange .fill {
  border-color: #dd9d22; }

.c100.orange:hover > span {
  color: #dd9d22; }

.c100.orange.dark .bar, .c100.orange.dark .fill {
  border-color: #e08833; }

.c100.orange.dark:hover > span {
  color: #e08833; }

.c100.digemy .bar, .c100.digemy .fill {
  border-color: #03a7e4; }

.c100.digemy:hover > span {
  color: #03a7e4; }

/*** Large screens ***/
@media only screen and (min-width: 1824px) {
  .quickview-wrapper .tab-content #quickview-notes > .inner {
    width: 570px; }
  .container-fluid.container-fixed-lg {
    margin-right: auto;
    margin-left: auto; } }

/*** Desktops ***/
/*** Medium Size Screen ***/
@media only screen and (max-width: 1400px) {
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
    bottom: 50px; }
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-widgets {
    display: none; }
  .footer-widget {
    padding: 11px 21px; } }

/*** Desktops & Laptops ***/
@media only screen and (min-width: 980px) {
  body.menu-pin .page-container {
    padding-left: 0; }
    body.menu-pin .page-container .page-content-wrapper .content {
      padding-left: 280px; }
    body.menu-pin .page-container .page-content-wrapper .footer {
      left: 280px; }
  body.menu-pin .page-sidebar {
    transform: translate(210px, 0);
    -webkit-transform: translate(210px, 0);
    -ms-transform: translate(210px, 0); }
  body.menu-behind .page-sidebar {
    z-index: 899; }
  body.menu-behind .header .brand {
    width: 200px;
    text-align: left;
    padding-left: 20px; }
  .header .brand {
    position: relative; }
  .header .user-info-wrapper .user-details .user-name {
    font-size: 14px; }
  .header .user-info-wrapper .user-details .user-other {
    font-size: 10px; }
  .header .user-info-wrapper .user-pic {
    position: relative;
    top: -6px; }
  .notification-panel {
    width: 400px; } }

/*** General tablets and phones ***/
@media (max-width: 979px) {
  body.sidebar-open .page-container {
    transform: translate3d(250px, 0, 0);
    overflow: hidden;
    position: fixed; }
  .header {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff; }
    .header .header-inner {
      text-align: center; }
      .header .header-inner .toggle-sidebar {
        display: block;
        position: absolute;
        left: 23px; }
      .header .header-inner .mark-email {
        left: 45px;
        position: absolute;
        top: 23px; }
      .header .header-inner .quickview-link {
        position: absolute;
        right: 0;
        top: 12px; }
    .header .notification-list, .header .search-link {
      display: none; }
    .header > .pull-left {
      width: 100%;
      display: table; }
    .header > .pull-right {
      position: absolute;
      float: right;
      display: inline-block; }
    .header .user-info-wrapper {
      margin-right: 20px; }
  .page-sidebar {
    width: 250px;
    z-index: auto;
    left: 0; }
  .page-container {
      margin-bottom: 80px;
    padding-left: 0;
    z-index: 100;
    position: relative;
    transition: all 0.2s ease; }
   .page-container .page-content-wrapper .all-courses-inner-wrapper .content {
       height: 160px;
   }
  /* Social page */
  .stream {
    margin: 0;
    padding: 0 60px;
    width: 100%; }
    .stream > .day {
      width: 100%; }
      .stream > .day .timeline {
        display: none; }
      .stream > .day > .item {
        width: 100%;
        margin-bottom: 20px; }
        .stream > .day > .item .item-content > img {
          width: 100%; }
  .page-sidebar {
    display: none;
    z-index: auto; }
    .page-sidebar.visible {
      display: block; }
    .page-sidebar .page-sidebar-inner {
      z-index: 1;
      left: 0;
      width: 260px; }
      .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
        overflow: scroll;

        top: 40px;
        bottom: 0; }
        .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu ul > li > a > .badge {
          display: inline-block; }
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px; }
  .copyright {
    padding-left: 15px;
    padding-right: 15px; }
  /**** Datatables ****/
  .dataTables_wrapper .dataTables_info {
    float: right; }
  .pgn-wrapper[data-position="top"] {
    top: 48px;
    left: 0; }
  .pgn-wrapper[data-position="bottom"] {
    left: 0; }
  .pgn-wrapper[data-position$='-left'] {
    left: 20px;
    right: auto; }
  .pgn-wrapper[data-position^='top-'] {
    top: 58px;
    bottom: auto; } }

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .error-page .error-container {
    width: auto; } }

@media (max-width: 991px) {
  .sm-b-r,
  .sm-b-l,
  .sm-b-t,
  .sm-b-b {
    border-width: 0; }
  .sm-b-r {
    border-right-width: 1px; }
  .sm-b-l {
    border-left-width: 1px; }
  .sm-b-t {
    border-top-width: 1px; }
  .sm-b-b {
    border-bottom-width: 1px; } }

@media (min-width: 1200px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-lg"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; } }

@media (min-width: 992px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-md"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; } }

@media (min-width: 768px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-sm"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; } }

/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Social page */
  .stream {
    margin: 0;
    padding: 0 60px; }
    .stream > .day {
      width: 100%; }
      .stream > .day .timeline {
        display: none; }
      .stream > .day > .item {
        width: 100%;
        margin-bottom: 20px; }
        .stream > .day > .item .item-content > img {
          width: 100%; }
  .error-page .error-container {
    width: auto; } }

@media (max-width: 767px) {
  .header {
    height: 48px;
    padding: 0 25px; }
    .header .notification-list, .header .search-link {
      display: none; }
    .header .header-inner {
      height: 48px; }
  .header .user-info-wrapper {
    display: none; }
  .header .search-link {
    height: 19px;
    width: 16px;
    overflow: hidden; }
  .jumbotron, .container-fluid {
    padding: 0; }}

/*** Phones ***/
@media (max-width: 480px) {
  body {
    width: 100%; }
    body .header {
      width: 100%;
      height: 48px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      body .header .header-inner {
        height: 48px;
        text-align: center; }
        body .header .header-inner .toggle-email-sidebar {
          font-size: 14px;
          top: 12px; }
        body .header .header-inner .toggle-sidebar {
          left: 14px; }
        body .header .header-inner .mark-email {
          left: 35px;
          top: 14px; }
        body .header .header-inner .quickview-link {
          top: 14px; }
      body .header .notification-list, body .header .search-link {
        display: none; }
      body .header > .pull-left {
        width: 100%;
        /* display: table;  */
    }
      body .header .dropdown-submenu {
        top: 12px; }
      body .header .notification-list, body .header .search-link {
        display: none; }
    body #overlay-search {
      font-size: 48px;
      height: 118px;
      line-height: 46px; }
  .page-sidebar .sidebar-header {
    height: 48px;
    line-height: 48px; }
  .panel .panel-heading {
    padding-left: 15px; }
  .panel .panel-body {
    padding: 15px;
    padding-top: 0; }
  .error-page {
    padding: 15px; }
    .error-page .error-container {
      margin-top: 30px;
      width: auto; }
    .error-page .pull-bottom {
      position: relative; }
  .map-controls {
    left: 10px; } }

/*** Retina Display Images **/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200 / 100), only screen and (min-device-pixel-ratio: 2) {
  .icon-set {
    background: url("../img/icons/top_tray_2x.png");
    position: relative;
    background-size: 152px 19px; }
  .menu-toggler-icon-set {
    background: url("../img/icons/menu_toggler_2x.png");
    position: relative;
    background-size: 60px 30px; }
  .editor-icon {
    background-image: url("../img/editor_tray_2x.png");
    background-size: 480px 40px; }
  .alert .close {
    background: url("../img/icons/noti-cross-2x.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    background-size: 114px 29px; } }

.form-group label:not(.error) {
  font-family: Arial, sans-serif; }

.form-horizontal .form-group {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0; }

.header-inner {
  padding-left: 0px; }

.table thead tr th {
  padding-left: 20px;
  padding-right: 20px; }

.table tbody tr td .btn {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px; }

.logo-container {
  width: 100%; }

.term-wrapper {
  padding: 30px 0 70px 0; }

.btn-b-r {
  position: absolute;
  bottom: 0;
  right: 0; }

.p-6 {
  padding: 6px; }

.p-l-0 {
  padding-left: 0px; }
.p-r-0 {
    padding-right: 0;
}

.p-0 {
  padding: 0px !important; }

.p-10 {
  padding: 10px; }
.p-15 {
padding: 15px; }
.m-r-0 {
  margin-right: 0px; }

.m-0 {
  margin: 0px; }

.no-hov:hover {
  color: inherit; }

/* equal height behavior */
@media screen and (min-width: 992px) {
  .row.row-table {
    display: table;
    width: 100%; }
    .row.row-table > div, .row.row-table > form > div {
      display: table-cell;
      float: none; } }

.user-module {
  position: relative; }
  .user-module > .alert {
    margin-bottom: -25px; }

.user-profile .panel-footer {
  background-color: #fff; }

.login-wrapper .login-container {
  padding-bottom: 18px;
  position: absolute;
  min-height: 100%;
  height: auto;
  float: none;
  right: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

.form-group-default.has-error {
  background-color: rgba(245, 87, 83, 0.1);
  border-color: rgba(0, 0, 0, 0.07); }
  .form-group-default.has-error .form-control {
    box-shadow: 0 0 0 0px;
    -webkit-box-shadow: 0 0 0px 0px inset; }

.form-group.has-error input {
  background-color: rgba(245, 87, 83, 0.1);
  border: 1px solid var(--custom-danger-500); }

#form-login .form-group.has-error input, #form-password .form-group.has-error input, #form-register .form-group.has-error input, #form-reset-pas .form-group.has-error input {
    border-radius: 4px;
  background-color: transparent; }

.user-view > .panel-heading, .course-view > .panel-heading {
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-bottom: 0; }

.user-view > .panel-body, .course-view > .panel-body {
  border-left: 1px solid rgba(230, 230, 230, 0.7);
  border-right: 1px solid rgba(230, 230, 230, 0.7); }

.user-view.panel-default .panel-body {
  padding-bottom: 0; }

body {
  font-family: Arial;
  font-weight: 300;
  font-family: Arial; }
  body .nav-tabs > li > a {
    font-family: Arial; }

body.login .alert {
  clear: both; }

body.login .text-info {
  line-height: 30px; }

.header {
  height: 60px;
  z-index: 900; }

.form-control:focus {
  outline: none;
  border-color: #ccc; }

.divider {
  width: 100%;
  display: block;
  height: 10px;
  border-top: 1px solid rgba(230, 230, 230, 0.7); }

.login-wrapper {
  background-color: transparent; }

.login-wrapper > * {
  height: auto; }

.pace .pace-progress {
  background: #10cfbd; }

.pace .pace-activity {
  top: 60px; }

.login-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }
  @media screen and (max-width: 768px) {
    .login-container img {
      float: none; } }

.page-b-title {
  padding-left: 95px;
  font-weight: bold; }

.page-content-wrapper .content .container-fluid {
  padding-top: 0px; }

.panel-title {
  color: #626262; }

.panel .panel-heading {
  padding-left: 15px; }

.panel .panel-body {
  padding: 15px; }

.progress-circle .shadow {
  border: 3px solid #e6e6e6; }

.progress-bar-top {
  font-size: 10px; }

.admin-page .panel-heading, .admin-page .panel-body {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

form .panel-body {
  border: 1px solid rgba(230, 230, 230, 0.7);
  padding-top: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7); }

form .panel-footer {
  display: inline-block;
  padding-top: 20px;
  padding-right: 0;
  width: 100%;
  border: 0; }

.panel-heading {
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-bottom: 0; }

.panel-footer {
  background-color: #fafafa; }

.panel-default > .panel-heading {
  border-color: rgba(230, 230, 230, 0.7); }

.bg-wrapper {
  height: 60px;
  color: #313B44;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  padding: 0 20px;
  line-height: 60px; }
  @media screen and (max-width: 1024px) {
    .bg-wrapper {
      padding: 0 10px; } }

.stat-no {
  float: right;
  padding-left: 20px;
  font-size: 26px;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif; }

.page-title2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

.course-grid .bg-wrapper {
  height: auto;
  text-transform: none;
  padding: 10px; }

@media screen and (max-width: 767px) {
  .course-grid .col-md-3 {
    padding-bottom: 20px; } }

.top-course-name {
  text-align: center;
  z-index: 900;}

.z-nav-icons {
  z-index: 1000; }

.course-grid .course-title {
  height: 60px;
  display: table-row; }
  .course-grid .course-title span {
    display: table-cell;
    vertical-align: top;
    line-height: 17px;
    padding: 10px; }

.divider {
  padding: 0 10px; }

.course-title, .course-cost-wrapper {
  padding: 0 20px;
  text-align: left; }

.course-content {
  background-color: #fff;
  padding: 5px; }
  .course-content .course-title {
    padding: 15px 20px; }

.course-cost-wrapper {
  background-color: #fff;
  font-size: 12px; }

.course-img img {
  width: 100%;
  max-width: 100%; }

.no-courses-block {
  height: 200px;
  text-align: center; }

.no-courses-block-content {
  text-align: center;
  height: 200px; }

.audio-content-block {
  min-height: 100px; }

.questions-text img {
  height: auto !important;
}

.question-blocks {
  background-color: #eff2fb;
  padding: 5px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #eff2fb;
}
.question-blocks:hover p {
  color: #fff;
}
  .question-blocks .course-title {
    padding: 15px 20px; }

.question-blocks-top {
  height: 80%;
  line-height: normal;
  padding: 10px 0px; }

  .question-blocks-top p {
    margin: 0px; }
.question-blocks.selected .question-blocks-top p {
  color: #fff !important;
}
.question-blocks:hover .question-blocks-top p {
  color: #fff !important;
}
.question-blocks-bottom {
  height: 20%;
  padding: 5px 0px; }
 
.question-blocks img {
  height: auto !important;
}

.course-end a {
  background-color: #aaa; }

.embed-responsive {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 1500px) {
}

@media (max-width: 1300px) {
    .user-dropdown .dropdown-toggle {
        padding: 15px 18px 0 0;
    }
  .txt-digemy-red {
    font-size: 15px; }
  .user-digemy-red {
    font-size: 2em; } }

.btn-dark-gray {
  background-color: #333333;
  border-color: #333333;
  color: #fff; }

.btn-dark-gray:focus, .btn-dark-gray:hover, .btn-dark-gray.hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff; }

.amount-wrapper {
  padding: 20px 0 0 25px; }

#tab1 > .row > .col-md-5 {
  margin-left: -4px; }

@media screen and (max-width: 991px) {
  #tab1 {
    padding-right: 0; }
  #tab1 > .row > .col-md-5 {
    margin-left: 0;
    padding-right: 50px; }
  #tab1 > .row > .col-md-7 {
    padding-left: 0; }
  .pager {
    padding-right: 5px; }
  #tab1 .b-dashed, #tab2 .b-dashed {
    border-right: 0; }

.course-border-left {
    margin-left: 0;
}
}

@media screen and (max-width: 613px) {
  .admin-nav {
    width: 1px; } }

@media screen and (max-width: 480px) {
  #tab1 > .row > .col-md-5, #tab1 > .row > .col-md-7 > div {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -5px; }
    #tab1 > .row > .col-md-5 .checkbox, #tab1 > .row > .col-md-7 > div .checkbox {
      padding-right: 15px; } }

.p-term {
  font-size: 18px;
  color: #3b3b3b;
  line-height: 27px; }

.payment-details {
  position: relative; }

.success-m {
  padding: 35px 80px; }
  .success-m p {
    font-size: 18px;
    color: #2c2c2c; }

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  opacity: 0.7;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 800; }

a.text-success:hover {
  color: #40d9ca; }

.module-path .panel-group .panel-heading .panel-title > a, .module-path .panel-group .panel-heading .panel-title > a:after {
  color: #111; }

.module-questions {
  border: 0; }
  .module-questions .checkbox label span, .module-questions .radio label span {
    word-wrap: break-word;
    white-space: pre-wrap; }
  .module-questions .checkbox label:before, .module-questions .radio label:before {
    top: 1.8px; }
  .module-questions .panel-heading h4.panel-title {
    opacity: 0.9; }
  .module-questions .panel-header, .module-questions .panel-default {
    border: none; }
  .module-questions .panel-collapse {
    border: 1px solid rgba(230, 230, 230, 0.7);
    border-radius: 0 0 4px 4px; }

.module-questions.panel-group .panel-heading {
  background-color: #40d9ca; }
  .module-questions.panel-group .panel-heading .panel-title > a, .module-questions.panel-group .panel-heading .panel-title > a:after {
    color: #fff; }

.module-path img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.module-title-and-score {
  display: inline-block;
  width: 100%; }

.module-name {
  display: block;
  float: left;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%; }

.module-progress .panel {
  clear: both; }

.module-video {
  clear: both; }

.module-video {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 5px;
  height: 0; }
  .module-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.user-module-path > .row > div > p {
  min-height: 78px; }

.text-opacity {
  color: #E6E6E6;
  color: rgba(44, 44, 44, 0.3); }

.module-score {
  line-height: 104px; }

.module-score {
  position: absolute;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px; }
  .module-score .progress-value {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.modal.modal-result .modal-content {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat; }

#modal_message .modal-content {
  background-image: url("/img/confetti.gif");
  background-size: 100%;
  background-repeat: no-repeat; }
#modal_message .modal-content .modal-header {
    padding: 0;
}
#modal-recap_proceed .modal-content .modal-header {
    padding: 0;
}
#modal_message .modal-content .modal-header .modal-title {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    margin: 20px auto 0;
}
#modal_message .congratulations-image {
    padding: 0;
}
#modal_message .congratulations-image .course-image {
    position: unset;
    margin-top: 100px;
    padding: 0 50px;
}
.modal-result .success, .modal-result .fail {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 40px;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px; }

.modal-result .success {
  color: #71D011;
  border: 2px solid #71D011; }
  .modal-result .success span {
    display: block;
    font-size: 400; }

.modal-result .fail {
  color: #ff375a;
  background-color: #feeeee;
  border: 2px solid red; }

#modal-delete .modal-content {
  max-width: 293px;
  margin: 0 auto; }

#modal-delete .modal-dialog {
  margin-top: 170px; }

#modal-delete .modal-footer {
  padding-top: 25px; }

#modal-destroy .modal-dialog {
  margin-top: 170px; }

.icon-set.menu-hambuger {
  background-position: -58px -3px;
  width: 15px;
  height: 13px; }

.sidebar-menu .menu-items li .menu-subtitle {
  display: inline-block;
  padding: 0 24px;
  padding-left: 37px;
  min-height: 48px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  clear: both; }

.page-container {
  z-index: auto; }

#table-courses .btn, #table-modules .btn, #table-question .btn {
  min-width: 80px; }

#table-modules, #table-question {
  margin-bottom: 0; }

#table-modules .panel-body {
  padding-bottom: 0; }
th.poll-actions {
    width: 210px;
}
td.col-btn {
  padding-left: 0; }

.module-tick {
  padding: 0px; }

.content-tab-icons {
  font-size: 20px; }

.module-o {
  opacity: 0.4;
  padding: 0px; }

.module-thumb-holder {
  position: relative;
  height: 75px;
  width: 75px;
  margin: 0px auto;
  border-radius: 50%; }
  .module-thumb-holder img {
    max-height: 80px;
    max-width: 80px; }

.module-thumb-holder ~ p {
  min-height: 40px; }

.module-thumb-holder span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 85%;
  background-position-x: 50%; }

.course-thumbnail {
  width: auto; }

.course-thumb-holder {
  position: relative;
  height: 80px;
  width: 80px;
  margin: auto; }
  .course-thumb-holder img {
    max-height: 80px;
    max-width: 80px; }

.course-thumb-holder ~ p {
  min-height: 85px; }

.course-thumb-holder span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25%;
  /* max-width: 30px; */
  background-position-x: 50%; }

.progress-circle, .progress-circle .pie, .progress-circle .pie .half-circle {
  width: 100px;
  height: 100px; }

.progress-circle .pie {
  clip: rect(0, 65px, 65px, 22.5px); }

.progress-circle .pie .half-circle {
  clip: rect(0, 22.5px, 65px, 0); }

@media only screen and (min-width: 1824px) {
  .container-fluid.container-fixed-lg {
    margin-right: 0;
    margin-left: 0; } }

.progress-indicator {
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 1280px) {
  .course-stats .stat-no {
    font-size: 20px; } }

@media (max-width: 1024px) {
  .course-stats .stat-no {
    padding-left: 10px; } }

@media (max-width: 979px) {
  .header {
    padding-left: 0px;
    padding-right: 0px; }
    .header .header-inner {
      padding-left: 0; }
      .header .header-inner .toggle-sidebar {
        top: 25%;
        position: static; }
    .header .pull-left {
      width: auto;
      display: block; }
    .header .pull-right {
      display: block;
      position: relative;
    padding-right: 5px;}
  #table-users .col-name, #table-users .col-courses, #table-users .col-amount {
    display: none; }
  #table-users .col-email {
    text-align: left; }
  .breadcrumb {
    padding-left: 0; } }

#table-user-courses td.certificate .btn {
  margin-right: 0; }

.sub-col-name {
  font-size: 11px;
  font-weight: normal; }

@media (max-width: 767px) {
    .digemy-navbar .btn {
        width: 110px;
    }
  .top-course-name {
    top: 315px;
    position: initial; }
  .welcome-text {
    display: none; }
  .header .header-inner {
    height: 60px; }
  .course-stats > div {
    padding-bottom: 1px; }
  .course-stats .stat-no {
    padding-left: 20px;
    min-width: 85px; }
  .course-stats .bg-wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .page-container .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
  /* responsive tables */
  .col-name, .col-courses, .col-amount {
    display: none; }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .datepicker thead tr {
    position: static; }
  .datepicker tr {
    display: table-row; }
  .datepicker th, .datepicker td {
    display: table-cell; }
  .datepicker thead {
    display: table-header-group; }
  .datepicker tbody {
    display: table-row-group; }
  .datepicker tfoot {
    display: none; }
  .col-cert-o {
    text-align: left; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
  .leaderboard-tbl-row {
    display: table-row; }
  .leaderboard-tbl-row-content {
      border-bottom: none;
    padding-left: 0px; }
  #table-users td:before {
    /* Now like a table header */
    position: relative;
    /* Top/left values mimic padding */
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  #table-users td.col-email, #table-users td.col-cert-o, #table-users td.col-btn {
    width: 100%;
    min-height: 84px; }
  #table-users td.col-email:before {
    content: "Email"; }
  #table-users td.col-cert-o:before {
    content: "Certificate Outstanding"; }
  #table-users td.col-cert-o strong {
    clear: left;
    display: block; }
  #table-users td.col-email strong {
    clear: left;
    display: block;
    overflow: hidden; }
  #table-users td.col-btn {
    text-align: left; }
  /* - */
  #table-user-courses {
    margin-bottom: 0; }
    #table-user-courses td.course-payment-status, #table-user-courses td.course-completion, #table-user-courses td.course-price, #table-user-courses td.certificate-file {
      text-align: left; }
    #table-user-courses td.course-name strong, #table-user-courses td.course-price strong {
      display: block;
      clear: left; }
    #table-user-courses td.certificate {
      min-height: 114px; }
    #table-user-courses td.course-name:before {
      content: "Name"; }
    #table-user-courses td.course-price:before {
      content: "Author"; }
    #table-user-courses td.certificate-file img {
      clear: left;
      display: block; }
    #table-user-courses td.certificate-file:before {
      content: 'Certificate Link';
      font-weight: bold;
      display: block;
      padding-bottom: 10px; }
  #table-courses td.course-name, #table-courses td.course-price, #table-courses td.module-count, #table-courses td.col-btn {
    text-align: left; }
  #table-courses td.course-name strong, #table-courses td.course-price strong, #table-courses td.module-count strong {
    display: block;
    clear: left; }
  #table-courses td.course-name:before {
    content: "Name"; }
  #table-courses td.course-price:before {
    content: "Author"; }
  #table-courses td.module-count:before {
    content: "Module Count"; }
  #table-create-question td.answer {
    text-align: left; }
  #table-create-question td.question-no:before, #table-create-question td.answer:before, #table-create-question td.question:before {
    font-weight: bold;
    display: block; }
  #table-create-question td.question-no:before {
    content: "No"; }
  #table-create-question td.question:before {
    content: "Question"; }
  #table-create-question td.answer:before {
    content: "Answer";
    text-align: left; }
  #table-modules td.col-btn {
    text-align: left; }
  #table-modules td.name:before {
    content: 'Module Name'; }
  #table-modules td.video-link:before {
    content: "Video Link"; }
  #table-modules td.description:before {
    content: "Description"; }
  #table-modules td.name, #table-modules td.video-link, #table-modules td.description {
    text-align: left; }
  #table-modules td.name strong, #table-modules td.video-link strong, #table-modules td.description strong {
    display: block;
    clear: left; }
  #table-modules .panel-footer {
    padding-top: 0; }
  #table-question td.col-btn {
    text-align: left; }
  .user-view > .panel-body {
    padding-left: 0;
    padding-right: 0; }
    .user-view > .panel-body .alert {
      margin-left: 15px;
      margin-right: 15px; }
    .user-view > .panel-body p, .user-view > .panel-body table td, .user-view > .panel-body .panel-heading {
      padding-left: 15px;
      padding-right: 15px; }
  td.col-btn {
    padding-left: 10px; } }

@media (min-width: 480px) {
  body .header {
    height: 60px; } }

@media (max-width: 990px) {
  .show_mobile_stats {
    display: block; } }

@media (max-width: 480px) {
    .main-center {
        width: 100%;
        height: calc(100vh - 30px);
        position: fixed;
    }
    .center-auth {
        display: block;
        position: relative;
        top: 15px;
    }
  body .header {
    height: 60px;
    text-align: left; }
    body .header > .pull-left {
        height: 100%;
      width: auto; }
    body .header p {
      line-height: 50px;
      margin-bottom: 0; }
    body .header .header-inner {
      height: 100%; }
  .page-content-wrapper .content .container-fluid {
    padding-top: 60px; }
  .course-grid .row > div {
    width: 100%; }
  #form-reset-pas button, #form-password button {
    float: none; }
  #form-reset-pas a, #form-password a {
    clear: left;
    display: block;
    max-width: 124px; }
  .edit-course .btn-success {
    float: none;
    margin-top: 50px;
    display: block; } }

.page-sidebar {
  background-color: #222222; }

.page-sidebar .sidebar-header {
  background-color: #111;
  border-bottom: 1px solid #111; }

.icon-thumbnail {
  background: #111; }

.btn-digemy-flat {
    background: transparent;
    border: none;
    font-size: 14px;
}
.btn-underline-text {
    text-decoration: underline;
}
.btn-underline-text:hover {
    text-decoration: underline;
}
.btn-padding {
  padding: 15px  0px 15px 0px; }

.imageover {
  position: absolute;
  top: 10%;
  left: 30%;
  width: 40%;
  height: 40%; }

.txt-digemy-red:hover {
  color: #222222; }

.txt-digemy-white {
  color: #fff; }

.bg-digemy-red {
  color: #ffffff; }

.bg-digemy-green {
  background-color: #0D4E00; }

.doc_message.doc-success {
  color: #228B22; }

.doc_message.doc-error {
  color: #B22222; }

.doc_name.doc-success {
  border-color: #228B22; }

.doc_name.doc-error {
  border-color: #B22222; }

.doc-text {
  font-size: 10px;
  line-height: 16px; }

.doc-icon {
  font-size: 29px; }

input[type="checkbox"] {
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  line-height: normal; }

.checkbox {
  margin-bottom: 18px;
  margin-top: 10px;
  padding-left: 0px; }

.question-checkbox {
  margin-top: 18px; }

.questionaires-text {
  font-size: 15px;
  line-height: 16px; }

.questionaires-icon {
  font-size: 29px;
  margin-top: -3px; }

.questionaire-question-title {
  font-size: 18px;
  font-weight: bold; }

.questionaire-question {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
.quiz-completed-text {
    padding: 0 100px;
}
.done-btn-text {
  font-size: 18px;
  line-height: 50px; }

a.done-text-success:hover {
  color: #000;
  font-weight: bold; }

.done-module-text {
  font-size: 26px;
  font-weight: 300;}

.course-module-text {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px; }

.module-progress-text {
    min-height: 40px;
  padding-top: 9px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }
.module-progress-text a {
    color: #2c2c2c
}
.progress-bar-new {
  height: 7px;
  background-color: #ccc; }

.red-block {
  position:absolute;
  padding: 14px;
  height: 60px;
  color: #fff;
  display: block; }
  .red-block:hover {
    color: #fff; }

.div-to-checkbox {
  color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  font-size: 10px;
  cursor: pointer;
  padding-top: 10px; }

.topic-checkboxes input[type=checkbox] {
  display: none; }

.topic-checkboxes input[type=checkbox]:checked + .topic-checkboxes {
  background-color: #0c536f;
  color: white; }

#topicselect input[type=checkbox] {
  display: none; }

.topic-checkboxes:hover {
  text-transform: none; }

.topic-checkboxes-checked,
#topicselect input[type=checkbox]:checked + .div-to-checkbox {
  color: white; }

.topics-padding {
  padding-left: 7px;
  padding-right: 0px;
  margin-top: 3px;
  margin-bottom: 3px; }

.btn-topics {
  color: #2c2c2c; }

.btn-login {
  font-size: 12px;
  border-radius: 5px;
  background-color: #fff;
  padding: 7px 12px 5px 12px; }

.content_tabs_btn {
  color: #ffffff;
  border-radius: 5px;
  width: 100px; }

.content_tabs_btn:hover {
  background-color: #222222;
  color: #ffffff; }

.question-checkboxes input[type=checkbox] {
  display: none; }

.question-checkboxes input[type=checkbox]:checked + .question-checkboxes {
  background-color: #0c536f;
  color: white; }

#questionselect input[type=checkbox] {
  display: none; }

.small-text {
  font-size: 10px;
  line-height: normal; }

.recap-block-correct {
  padding-top: 22px; }

.recap-block-incorrect {
  padding-top: 22px; }

.answer-block-correct p, .answer-block-incorrect p {
    color: #fff;
}

.answer-block-highlight-correct p {
    color: #000;
}

.got_it {
  color: #000;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 24px 24px; }

.recap-block {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(183, 183, 183, 0.7); }
  .recap-block .recap-icon {
    height: 25px;
    width: 25px;
    margin-top: 10px; }
  .recap-block .incorrect {
    background-size: 25px 25px; }
  .recap-block .correct {
    background-size: 25px 25px; }
  .recap-block .recap-text {
    display: table;
    min-height: 42px;
    width: 70%;
    padding-left: 10px;
    margin-bottom: 0; }
    .recap-block .recap-text p {
      display: table-cell;
      vertical-align: middle; }

@media (min-width: 788px) {
  .recap-block .recap-icon {
    float: left; }
  .recap-block .recap-text {
    float: left; }
  .recap-block .recap-btn {
    float: right; }
  .recap-block .recap-padding-left {
    padding-left: 25px; } }

@media (max-width: 992px) {
  .recap-block .recap-text {
    width: 60%; } }

@media (max-width: 787px) {
  .recap-block {
    text-align: center; }
    .recap-block .recap-icon {
      margin: auto; }
    .recap-block .recap-text {
      width: 100%; }
    .recap-block .recap-btn {
      margin: auto; }
  .recap-clear {
    clear: both; } }

.unanswered-block, .recap-block-correct, .recap-block-incorrect {
  color: #696363;
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 24px 24px; }

.answer-block-base {
  color: #696363; }

.page {
  margin: 40px; }

.dark-area {
  background-color: #666;
  padding: 40px;
  margin: 0 -40px 20px -40px;
  clear: both; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.course-blocks {
  background-color: #fff;
  padding: 5px;
  height: 200px;
  width: 300px; }

.social-buttons {
  padding: 15px 0px 15px 50px;
  color: #fafafa; }

hr {
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: #999; }

.nav-tabs li > a {
  color: #3b4751; }

.textarea-size {
  resize: none; }

.navbar-digemy {
  padding-left: 0px; }
  .navbar-digemy input {
    background: #fff;
    color: #000; }
  .navbar-digemy input:-webkit-autofill {
    color: #000; }
  .navbar-digemy ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1; }
  .navbar-digemy ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1; }
  .navbar-digemy :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1; }
  .navbar-digemy :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1; }
  .navbar-digemy input[type="password"] {
    margin-right: 7px; }
  @media (min-width: 768px) {
    .navbar-digemy .navbar-form {
      padding: 0px; }
    .navbar-digemy .navbar-form .form-group {
      vertical-align: top; } }
  .navbar-digemy .navbar-form {
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 rgba(255, 255, 255, 0.1); }
  .navbar-digemy .header-logo {
    margin-left: 50px;
    margin-top: 15px; }
  @media (max-width: 768px) {
      .courses-container, .user-course-inprogress {
          margin: 0;
      }
      .student-courses-container {
          margin: 0;
      }
      .xs-mt-150 {
          margin-top: 150px;
      }
      .xs-mt-100 {
          margin-top: 100px;
      }
    .navbar-digemy input[type="email"] {
      margin-right: 0px; }
    .navbar-digemy input[type="password"] {
      margin-right: 0px; }
    .navbar-digemy .header-logo {
      margin-left: 0px; }
    .navbar-digemy .navbar-digemy-container {
      text-align: center; } }

.custom-login-container {
  margin-bottom: 50px; }

.custom-login-button {
  margin-left: 35px;
  margin-right: 35px; }

@media (max-width: 768px) {
  .custom-login-container {
    margin-bottom: 40px; }
  .custom-login-button {
    margin-left: 20px;
    margin-right: 20px; } }

.logo-container {
  margin-top: 50px; }

@media (max-width: 768px) {
  .logo-container {
    margin-top: 0px; }
  .btn-login {
    float: left; } }

.btn-register {
  padding: 20px 0;
  width: 100%;
  color: #000;
  font-size: 20px; }
  .btn-register:hover {
    background: transparent; }

.terms_link {
  text-decoration: underline; }
  .terms_link:hover {
    font-weight: bold; }

.br-inputs {
  border-radius: 5px; }

.yellow-background {
  background-color: yellow; }

input:required:focus {
  border: 1px solid red;
  outline: none; }

textarea:required:focus {
  border: 1px solid red;
  outline: none; }

.container-top-padding {
  padding: 37px 0px 0px; }

.plus-sign {
  font-size: 20px;
  font-weight: bold;
  bottom: 8px; }

.module-desc-padding {
  padding: 8px 12px; }

textarea {
  resize: none; }

.i-size {
  font-size: 25px; }

.your-classes {
  color: grey;
  font-size: 18px; }

.course-headings {
  font-size: 14px;
  line-height: 30px; }
.course-headings-bigger {
    font-size: 20px;
}
.course-results {
  color: rgba(0, 0, 0, 0.67);
  font-size: 15px;
  font-weight: bold; }

.progress-background {
  background-color: white; }

.pace .pace-activity {
  display: none; }

.login .pace .pace-progress {
  background: #fff; }

.question-container {
    padding-top: 20px;
    padding-bottom: 30px;
  display: block;
  margin: 0px auto; }

.item {
  border-radius: 3px;
  padding: 10px 50px;
  margin: 0px auto; }

.results-next {
  padding: 10px 50px; }

.course-save {
  padding: 17px 0px; }

.course-module-info {
  font-size: 10px;
  font-weight: 500; }

.course-info {
  font-size: 13px;
  font-weight: 300;
  height: 55px;
  padding: 0px 5px 0px 5px;
  margin: 10px 0px 0px 0px;}

.course-info-detail {
  font-size: 11px;
  padding: 0px 5px 0px 5px;
  margin-bottom: 5px;
  color: #000;
  line-height: 12px;
  min-height: 65px; }

.course-created-by {
  font-size: 9px;
  margin: 0px; }

.course-div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  /* or other desired height */
  overflow: hidden; }

.coursemod-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.no-course-module {
  font-size: 20px;
  font-weight: bolder; }

.lightbulb {
  font-size: 150px; }

.lightbulb-text1 {
  font-size: 25px; }

.lightbulb-text2 {
  font-size: 14px;
  font-weight: 600; }

.add-question-error {
  border-color: #B22222; }

.add-question-kto-error {
  border: 1px solid #B22222; }

.scroll-container {
  padding: 5px 0px;
  overflow: auto;
  width: 100%; }

.scroll-section {

  width: 3600px; }

.v-separator {
  content: "";
  display: inline-block;
  width: 0px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 10px; }

.dropdown {
  position: static;
  display: block;
  padding: 20px;
  z-index: 1000; }
.user-dropdown .dropdown-toggle {
    display: flow-root;
    padding: 5px 0 0 0;
    background-color: transparent;
}
.dropdown-content {
    padding: 0;
  display: none;
  position: absolute;
  width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 45px;
  right: 0px;
  z-index: 99999;
  text-align: center; }
  .grey-bg {
      background: #f0f1f5;
  }
  .white-bg {
    background: #fff;
}
/* .grey-b-border {
    border-bottom: 1px solid #ddd;
} */
  .p-50 {
      padding: 50px;
  }
  .p-40 {
      padding: 40px;
  }
  .p-t-40 {
      padding-top: 40px;
  }
  .p-b-40 {
      padding-bottom: 40px;
  }
  .p-20 {
      padding: 20px;
  }
.digemy-dropdown-menu-item {
    transition: all .2s ease-in-out;
}
.digemy-dropdown-menu-item i {
    font-size: 3em;
    margin-bottom: 5px;
    transition: all .0.5s ease-in-out;
}
.digemy-dropdown-menu-item:hover {
    color: #fff;
}
.digemy-dropdown-menu-item:hover i {
    transform: scale(1.1);
}
.menu-dropdown-logout a {
    transition: all .2s ease-in-out;
    color: #fff;
}
.menu-dropdown-logout a:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
    font-weight: bold;
}
.menu-dropdown-logout {
    padding: 10px 15px;
    transition: all .2s ease-in-out;
    text-align: right;
}

div.dropdown-content li > a {
  color: #fff; }

div.dropdown-content li > a:hover {
  color: #000; }

.user-menu-dropdown:hover .dropdown-content {
  display: inline-block; }

.btn-premium {
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 8px 22px;
  margin-top: 50px; }

/* equal height behavior */

.objectives {
  padding-left: 0px;
  padding-right: 0px; }

.cursor-hand {
  cursor: pointer; }

.unclickable {
  pointer-events: none; }

.kto-heading {
  font-size: 12px;
  font-weight: bold; }

.centered {
  margin: 0px auto; }
.user-menu-collapse {
    padding: 0 5px 0 0;
}
.dropdown-menu {
  top: 60px;
  bottom: auto;
  right: -5px;
  left: unset; }

.dropdown {
  padding: 0px; }

.user-icons-padding {
  position: static;
  padding: 19px 14px 15px 14px; }

.user-menu-dropdown {
  padding: 15px 14px 16px 14px }

  .user-nav .user-icons-padding {
      font-size: 12px;
      font-weight: bold;
      transition: 0.2s;
  }
  .user-nav .user-icons-padding i {
      font-size: 20px;
      position: relative;
      top: 2px;
  }
  .user-nav .user-icons-padding.disabled {
      cursor: not-allowed;
      opacity: 0.4;
  }
  .user-nav .user-icons-padding.disabled i {
      color: #666;
  }

@media (max-width: 500px) {
  .user-icons-padding {
    padding: 15px 12px 0px 12px; }
  .user-menu-dropdown {
    padding: 15px 12px 12px 12px; } }

.wysihtml5-toolbar {
  padding-bottom: 20px; }

.bottom-spacing {
  margin-bottom: 130px; }

.downloads {
  font-size: 14px;
  font-weight: bold; }

.no-margin-bottom {
  margin-bottom: 0px; }

.category-text {
  line-height: 20px;
  text-align: center; }

.check-info {
  float: left;
  margin-bottom: 0px; }

.checkbox.check-black,
.check-digemy {
  margin-top: 7px;
  color: #000; }
  .checkbox.check-black label,
  .check-digemy label {
    white-space: normal; }

.checkbox.check-black input[type=checkbox]:checked + label:before {
  border-color: #000; }

.check-black label:before {
  border: 1px solid #000; }

#checkbox_all_label {
  min-width: 101px; }

.pagination-select-wrapper {
  width: 80px;
  padding: 1px; }

.schedule-sortable-list li {
  line-height: 17px; }

.schedule-sortable-list .select-wrapper {
  display: inline-block;
  margin-top: 2px; }

.select-wrapper {
  padding: 0; }
  .select-wrapper .select2-container {
    min-height: 34px; }

.select-standard {
  min-width: 200px; }

.btn-light-grey {
  background: #ccc;
  border-color: #ccc;
  color: #fff; }
  .btn-light-grey:hover {
    background: #fff;
    border-color: #ccc;
    color: #ccc; }

.selected-message {
  font-size: 13px;
  min-height: 18px; }
  .selected-message .link {
    text-decoration: underline;
    color: #626262;
    cursor: pointer; }

@media (max-width: 321px) {
  iframe {
    height: 50%;
    width: 100%; } }

.topics-text {
  word-wrap: break-word;
  line-height: 12px;
  padding-top: 9px;
  overflow-y: hidden; }

/*
	Trophy Room
*/
.trophy-wrapper {
    height: 250px;
    width: 250px;
    background-size: cover;
    margin: 45px auto;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
  .trophy-wrapper img {
      width: 100%;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    max-width: 100%; }
.trophy-level {
    margin: 0 -20px;
}
.trophy-level .row {
    position: relative;
    width: 100%;
    bottom: 95px;
    top: unset;
}
.level-trophy-image {
    max-height: 300px;
}
.trophy-container {
  position: relative; }
  .trophy-container .row:before {
    top: 17px;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0; }
  .trophy-container p {
      overflow-wrap: break-word;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
line-height: 0}
.trophy-container p small {
    line-height: 10px;
    font-size: 10px;
}

.trophy-active {
  /* IE 9 */
  /* Safari */
  transform: scale(1.3); }

.btn-trophy {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  background: #fafafa;
  padding: 0; }
  .btn-trophy img {
    max-width: 100%; }
    .btn-trophy img:hover {
      /* IE 9 */
      /* Safari */
      transform: scale(1.3); }

.badge-inactive {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter:    grayscale(100%);
  -ms-filter:     grayscale(100%);
  -o-filter:      grayscale(100%);
  opacity: 0.5;
}

.trophy-badge:hover {
  /* IE 9 */
  /* Safari */
  transform: scale(1.2); }

.completed-courses a {
  color: #333; }
  .completed-courses a p {
    font-size: 12px;
    font-weight: bold; }
.completed-course {
    position: relative;
}
.completed-course {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
  .completed-course:hover {
    cursor: pointer;}

.completed-course-title {
  min-height: 70px; }

.course-tick {
  max-width: 40px; }

.tabbable-line > .nav-tabs > li > a > i {
  color: #333; }

.stats-tabs > li > a:hover i {
  color: #fff; }

.background-white {
  background: #fff; }

.margin-auto {
  margin: 0 auto; }

.text-green {
  color: var(--custom-success-500); }

.key-take-out-text {
  font-size: 10px; }

hr.grey_divider {
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 550, from(#ccc), to(#fff)); }



.course-border-left {
  border-left: 0px solid #efefef; }

.course-border-right {
    overflow-y: scroll;
    height: calc(100vh - 60px);
  border-right: 1px solid #efefef; }



body, .page-container {
  height: auto; }

.page-container {
  padding-left: 0px; }
.page-content-wrapper {
    padding: 23px 0 0 0;
}
.page-container .page-content-wrapper,
.page-container .page-content-wrapper .content {
  min-height: auto; }

.col-half-offset {
    padding: 0;
  margin-left: 1.5%;
  margin-right: 1.5%; }

@media (max-width: 576px) {
  .col-half-offset {
    padding-right: 5px;
    padding-left: 5px; } }

.show-full-question {
  white-space: normal; }

.navbar-master {
  background: #fff; }
  .navbar-master a {
    color: #3b4751; }

.navbar-master > li:after {
  height: 3px; }

.navbar-master > li.active:after,
.navbar-master > li:hover:after {
  background-color: #f55753; }

.navbar-toggle .icon-bar {
  color: #fff;
  background: #fff; }

.navbar-toggle {
  float: left;
  padding: 9px 10px;
  margin-top: 12px;
  margin-left: 15px;
  margin-bottom: 8px; }

.nav-tabs-simple:after {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1); }

@media (max-width: 615px) {
  .user-tab-content {
    padding: 10px; }
  .user-tab-stats {
    padding: 0px; } }

.header {
  padding: 0 0 0 0; }

.recap-header {
  font-size: 30px; }

.center-image {
  margin: auto; }

.pgn-circle .alert {
  border-radius: 300px;
  animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  -webkit-animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  height: 60px;
  overflow: hidden;
  padding: 6px 55px 6px 6px;
  -webkit-transform: translateZ(0);
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 15px #dadada; }

.pgn-wrapper[data-position$='-right'] .pgn-circle .alert {
  float: right; }

.pgn-wrapper[data-position$='-left'] .pgn-circle .alert {
  float: left; }

.pgn-wrapper[data-position^='bottom-'] .pgn-circle .alert {
  margin-bottom: 20px; }

.pgn-circle .alert > div > div.pgn-thumbnail > div {
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px; }

.pgn-circle .alert > div > div.pgn-thumbnail > div > img {
  width: 100%;
  height: 100%; }

.pgn-circle .alert > div > div.pgn-message > div {
  opacity: 0;
  height: 47px;
  padding-left: 9px;
  animation: fadeIn .3s .5s ease forwards;
  -webkit-animation: fadeIn .3s .5s ease forwards;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word; }

.pgn-circle .alert > div > div.pgn-message > div p:only-child {
  padding: 12px 0; }

.pgn-circle .alert .close {
  margin-top: -12px;
  position: absolute;
  right: 18px;
  top: 50%;
  opacity: 0;
  animation: fadeIn .3s .5s ease forwards;
  -webkit-animation: fadeIn .3s .5s ease forwards;
  background-position: -95px -10px; }
  .pgn-circle .alert .close span {
    color: #626262; }

.pgn-circle .alert p {
  margin-bottom: 0; }

.pgn-circle .alert > div {
  display: table;
  height: 100%; }

.pgn-circle .alert > div > div {
  display: table-cell;
  vertical-align: middle; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px; }
  100% {
    opacity: 1;
    width: 60px; } }

@keyframes resizeCircle {
  0% {
    width: 60px; }
  100% {
    width: 300px; } }

body > .pgn-wrapper[data-position^='top-'] {
  position: fixed;
  left: 25px; }

.disabled_tab {
  border-bottom: 4px solid #fbcdcf;
  background-color: #ababab;
  color: #000; }
  .disabled_tab:hover {
    background-color: #ababab;
    color: #000;
    cursor: not-allowed; }
  .disabled_tab a:hover {
    cursor: not-allowed; }

.header {
  z-index: 999; }

.v-mid {
  vertical-align: middle !important; }

/*-------------------------------*/
/*      MY KNOWLEDGE SCORE       */
/*-------------------------------*/
.my-knowledge-score {
  margin-left: 15px; }

.my-knowledge-score-text {
  font-size: 24px;
  font-weight: bold;}

.my-knowledge-score-list {
  list-style: none;
  max-width: 260px; }

.my-knowledge-score-left {
  width: 190px;
  float: left; }

.my-knowledge-score-right {
  margin-top: 8px;
  float: left; }

.knowledge-score-circle {
  text-align: center;
  font-weight: bold;
  color: #6db85b;
  border: 2px solid;
  border-radius: 100%;
  padding: 12px 5px;
  max-width: 50px;
  min-width: 50px;
  float: right; }

.knowledge-score-circle-main {
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 17px;
  color: #6db85b;
  border: 2px solid;
  border-radius: 100%;
  padding: 10px 5px;
  max-width: 50px;
  min-width: 50px; }

.knowledge-score-break {
  line-height: 1; }

.knowledge-score-panel-heading {
  padding-top: 7px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  background-color: #eee;
  width: 100%;
  border-bottom: 1px solid #ddd; }

.overall-text {
  color: #6db85b;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  margin-top: 52px;
  margin-left: 3px; }

.overall-text-main {
  color: #6db85b;
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  right: 19px;
  top: 52px; }

.accordion-padding {
  padding: 0px 20px 0px 15px; }

.accordion-padding-content-left {
  padding: 0px 100px 0px 16px;
  width: 350px; }

.course-heading {
  margin-left: 15px; }

.score-heading {
  color: #333; }

.score-panel-list {
  background-color: #eee;
  width: 230px; }

.score-panel {
  border-radius: 0px; }

.score-panel-heading {
  border: 0px;
  padding: 0px; }

.score-panel-inner {
  border: 0px; }

.title-score {
  background-color: #eee;
  height: 22px; }

.title-score-inner {
  height: 22px;
  font-size: 10px;
  font-weight: bold;
  width: 65%;
  text-align: right;
  color: #fff;
  padding-right: 5px; }

.title-score-inner-second {
  background-color: #6db85b;
  height: 22px;
  font-size: 10px;
  font-weight: bold;
  width: 90%;
  text-align: right;
  color: #fff;
  padding-right: 5px; }

.bottom-panel-section {
  background-color: #eee;
  height: 22px; }

.module-area {
  padding: 0px 0px 20px 0px;
  background-color: #eee; }

.module-table-area {
  margin-bottom: 0px; }

.module-title {
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: left;
  background-color: #eee;
  border-right: 1px solid #666; }

.module-percentage {
  font-size: 10px;
  font-weight: bold;
  color: #666;
  background-color: #eee; }

.module-percentage-total {
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-right: 15px;
  margin-top: 3px; }

.class-percentage-total {
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-right: 15px; }

.module-circle-red {
  font-weight: bold;
  padding: 0px;
  border-radius: 100%;
  text-align: center;
  margin-left: 25px; }

.module-circle-green {
  color: #6db85b;
  font-weight: bold;
  border: 2px solid #6db85b;
  padding: 0px;
  border-radius: 100%;
  text-align: center;
  margin-left: 28px; }

.module-progress-bar-red {
  margin-top: 5px;
  height: 2px;
  width: 100%;
  background-color: #fff; }

.module-progress-bar-inner-red {
  height: 2px;
  width: 65%; }

.module-progress-bar-green {
  margin-top: 5px;
  height: 2px;
  width: 100%;
  background-color: #fff; }

.module-progress-bar-inner-green {
  background-color: #6db85b;
  height: 2px;
  width: 90%; }

.panel .panel-body {
  width: 100%; }

.panel-group .panel-heading .panel-title > a:after {
  display: none; }

.module-panel {
  min-width: 280px;
  position: absolute;
  background-color: transparent; }

.course-accordion {
  line-height: 20px; }

.course-heading-accordion {
  color: #333;
  line-height: 10px; }

.course-heading-accordion:active, .course-heading-accordion:focus, .course-heading-accordion:hover {
  color: #333; }
/* SIDE BAR */
#sidebar-wrapper {
  margin-right: 0;
  right: 0;
  top: 60px;
  width: 45%;
  padding: 10px 20px 100px 20px;
  background: #fff;
  position: fixed;
  height: 100%;
  text-align: left;
  overflow-y: auto;
  z-index: 999999999;
  display: none; }

@media (max-width: 1400px) {
  #sidebar-wrapper {
    width: 65%; } }

@media (max-width: 969px) {
  #sidebar-wrapper {
    width: 100%; } }


.pre-loader {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -15px; }
.auth-body {
    background-color: transparent;
}


.toggle-slider {
  margin: 6px 0px; }

.close-sidebar-icon {
  font-size: 35px;
  color: #000; }

.enroll-price {
  margin-top: 13px;
  color: #6db85b;
  font-size: 40px;
  text-align: right;
  margin-right: 15px;
  white-space: nowrap; }

.enroll-btn {
  width: 100%;
  padding: 13px;
  background-color: #6db85b;
  border: 0px;
  color: #fff; }

.enroll-btn:hover {
  border: 1px solid #6db85b;
  color: #6db85b; }

.sidebar-course-heading {
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 10px; }

.course-created-by-details {
  font-size: 12px;
  font-weight: lighter; }

.course-video {
  height: 400px;
  width: 100%;
  background-color: #333; }

.learn-text {
  text-align: justify;
  margin-bottom: 35px; }

.learn-icon {
  font-size: 30px;
  text-align: center; }

.sidebar-list {
  padding: 0px; }

.includes {
  margin-bottom: 35px; }

.includes h4 {
  font-weight: bold;
  margin-bottom: 25px; }

.includes ul li p {
  color: #313B44;
  text-transform: none;
  line-height: 1; }

.requirements h4 {
  font-weight: bold; }

.course-modules-row {
  margin-bottom: 15px; }

.course-module-image {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.course-module-image img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto; }

#module-image {
  max-height: 126px; }

.course-modules-heading-text {
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px; }
  .module-nav-tab-list {
      display: inline-grid;
  }
.module-nav-tab-list > li.active > a {
  color: #00466f; }
  .leaderboard-score-block p {
    font-size: 14px; }

/*--------------------------------*/
/*  Module contents key takeouts  */
/*-------------------------------`*/
.key-take-out-block {
  padding: 10px;
  border: 2px solid rgba(230, 230, 230, 0.7);
  border-radius: 4px;
  margin-bottom: 15px; }

.key-take-out-number-block {
  padding: 7.5px;
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-radius: 4px;
  background-color: rgba(230, 230, 230, 0.7);
  color: #626262;
  font-weight: bold; }

.key-take-out-number-block-i {
  padding: 7.5px;
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-radius: 4px;
  background-color: rgba(230, 230, 230, 0.7);
  color: #626262;
  font-weight: bold;
  cursor: pointer; }

.key-take-out-icon-block {
  padding: 3px; }

.key-take-out-number-block p {
  line-height: 20px;
  font-size: 14px; }

.p-border {
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-radius: 4px; }
  .new-key-take-out {
      padding: 8px;
  }

/*-------------------------------*/
/*             STATS             */
/*-------------------------------`*/
.stats-row {
  display: -webkit-box;
  padding: 2px; }

.stats-heading {
  text-transform: capitalize; }

.three-tab-content {
  padding: 0px; }

.stats-base-knowledge-block {
  height: 21px;
  width: 21px;
  background-color: #5a9bd5; }

.stats-current-knowledge-block {
  height: 21px;
  width: 21px;
  background-color: #ed7d30; }

.stats-group-average-block {
  height: 21px;
  width: 21px;
  background-color: #767070; }

.stats-block-text {
  margin-left: 10px; }

.currently-showing-row {
  display: -webkit-box; }

.all-groups-btn {
  line-height: 60px;
  width: 280px; }

.leaderboard-btn {
  line-height: 60px;
  width: 280px; }

.all-groups-btn {
  width: 280px; }

.all-groups-dropdown-btn {
  width: 100%;
  line-height: 47px;
  color: #fff; }

.all-groups-btn > .btn:focus {
  outline: 0;
  color: #fff; }

.all-groups-btn a {
  color: #fff;
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 500; }

.leaderboard-btn a {
  color: #fff;
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 500; }

.stats-input-field {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 1px;
  width: 280px; }

.stats-input-field-textarea {
  background-color: #fafafa;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #333; }

.stats-input-field-textarea:focus {
  background-color: #fff; }

.stats-input-field-textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.stats-dropdown-btn {
  color: #fff;
  border: 0px; }

.stats-dropdown-btn:hover {
  color: #fff; }

.stats-dropdown {
  border-top: 1px solid #fff;
  border-radius: 0px;
  width: 100%;
  color: #fff; }

.stats-dropdown > li > a:hover, .stats-dropdown > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border-radius: 0px; }

.stats-dropdown li a {
  color: #fff; }

.stats-dropdown li a:hover {
  color: #000; }

.stat-tabs-list {
  text-align: center;
  width: 150px; }

.three-stat-tabs-list {
  text-align: center;
  width: 100%; }

.three-content-tabs-back-next {
  text-align: center; }

/* TABS IN STATS */
.nav-tabs-left {
  max-width: 260px;
  min-width: 259px; }

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  width: calc(100% - 20%);
  margin-left: 10%; }

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373; }

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6; }

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
  color: #fff; }

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none;
  color: #333333; }

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6; }

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px; }

.tabbable-line > .nav-tabs > li.active {
  position: relative; }

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333; }

.stats-tabs {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

.stats-tabs > li.active > a, .stats-tabs > li.active > a:hover, .stats-tabs > li.active > a:focus {
  background-color: transparent; }

.stats-tabs > li > a:hover {
  color: #fff; }

.course-block {
  padding: 10px 15px;
  width: 100%;
  background-color: #eee; }

.course-block-o {
  padding: 10px 15px;
  width: 100%;
  background-color: transparent; }

.course-block-title {
  color: #000;}

.base-knowledge-text {
  padding: 0px 0px 0px 3px;
  width: 20%;
  height: 22px;
  background-color: #5a9bd5;
  color: #fff; }

.base-knowledge-percentage {
  color: #5a9bd5; }

.current-knowledge-text {
  padding: 0px 0px 0px 3px;
  width: 80%;
  height: 22px;
  background-color: #ed7d30;
  color: #fff; }

.current-knowledge-percentage {
  color: #ed7d30; }

.group-average-text {
  padding: 0px 0px 0px 3px;
  width: 50%;
  height: 22px;
  background-color: #767070;
  color: #fff; }

.group-average-percentage {
  color: #767070; }

.leaderboard-name-surname {
  float: left;
  margin-right: 30px; }

/* GAUGE METER */
.gauage-meter-area {
  text-align: center;
  position: absolute;
  right: 63px;
  height: 150px;
  width: 350px;
  background-color: #eee; }

/* GRAPHS */
.stats-graph-area {
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 80px;
  width: 100%;
  height: 500px;
  background-color: #fff; }

.user-stats-graph-area {
  margin-top: 0px;
  padding: 0 40px 0 40px;
  width: 100%;
  height: 500px;
  background-color: #fff; }

@media screen and (max-width: 500px) {
  .user-stats-graph-area {
    width: 100%;
    padding: 0 10px 0 10px;
  }
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999999; }

#overlay-recommended {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2; }
.course-actions {
    float: right;
}
#mobile-bottom-navigation {
    display: none;
}

/* Responsive */
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1500px) {
    .trophy-wrapper {
        height: 200px;
        width: 200px;
        margin: 30px auto;
    }
}
@media screen and (max-width: 1300px) {
    .trophy-wrapper {
        height: 160px;
        width: 160px;
        margin: 20px auto;
    }
    .user-icons-padding {
        padding: 15px 14px 15px 14px;
    }
  .course-created-by-details {
    font-size: 13px; }
  .course-modules-heading-text {
    font-size: 14px; } }

@media screen and (max-width: 1100px) {
    .user-icons-padding {
        padding: 15px 14px 15px 14px;
    }
  .course-created-by-details {
    font-size: 11px; } }

@media screen and (max-width: 1000px) {
  #sidebar-wrapper.active {
    width: 100%; }
  .course-created-by-details {
    font-size: 11px; }
  .enroll-price {
    font-size: 40px; } }
@media screen and (max-width: 991px) {
    #mobile-bottom-navigation {
        display: block;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        box-shadow: 0px 1px 5px 0px #ccc;
        z-index: 99999;
    }
    #mobile-bottom-navigation i {
        color: #666;
        font-size: 25px;
    }
    #mobile-bottom-navigation span {
        font-size: 12px;
        font-weight: bold;
        color: #666;
        text-transform: capitalize;
    }
    #mobile-bottom-navigation .mobile-disabled {
        opacity: 0.5;
    }
    .user-dropdown .dropdown-toggle {
        padding-top: 0;
    }
    .hide-sm {
        display: none;
    }
    .user-profile-dropdown {
        padding: 4px 0 0 0;
    }
    .user-nav .user-icons-padding {
        padding: 4px 4px 11px 4px;
        margin: 12px;
        font-size: 14px;
    }
    .user-menu-collapse {
        padding: 0;
	}
	.download-certificate{
		display: inline-block;
	}
	.view-certificate{
		display: none;
	}
}

@media screen and (max-width: 950px) {
  .course-created-by-details {
	font-size: 12px; }

}

.download-certificate{
	display: none;
}
.view-certificate{
	display: inline-block;
}

@media screen and (max-width: 800px) {

}
@media screen and (max-width: 767px) {

    .certificate-block-container .completed-courses {
        padding: 0 20%;
    }

    .course-actions {
        width: 100%;
        margin-top: -5px;
        display: flex;
    }
    .course-actions .btn{
        width: 100%;
    }
    .category-list-dropdown-container {
        width: calc(100% - 10px);
    }
    .category-list-dropdown-container:hover .category-list-dropdown-content {
        width: 100%;
    }
    .sm-m-t-15 {
        margin-top: 15px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .main-center {
        margin: 0;
        max-width: 100%;
        max-height: 100%;
        min-height: calc(90vh - 30px);
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: 0 auto;
        overflow: scroll;
        width: calc(100% - 30px);
    }
    .password-reset {
      min-height: unset;
      max-width: 58%;
    }
    .landing-auth .digemy-navbar {
        bottom: 0;
        top: unset;
        margin-bottom: 0;
        height: fit-content;
    }
    /* .digemy-navbar img {
        max-height: 15vh;
        padding: 0 15px 15px 15px;
        max-width: 50vw;
    } */
    .digemy-navbar .btn {
        margin: 0 7%;
    }
  .sidebar-course-heading {
    font-size: 35px; }
  .course-created-by-details {
    font-size: 12px; }
  .learn-icon {
    text-align: center; }
  .sidebar-course-heading {
    margin-top: 50px;
    margin-bottom: 50px; }
  .module-area {
    margin-bottom: 20px; } }
@media screen and (max-width: 550px) {
    .course-actions {
        display: block;
        padding-left: 10px;
    }
    .certificate-block-container .completed-courses {
        padding: 0 10%;
    }
}
@media screen and (max-width: 480px) {
  .password-reset {
    min-height: unset;
    max-width: 100%;
  }
    .xs-p-l-5 {
        padding-left: 5px;
    }
    .xs-p-r-5 {
        padding-right: 5px;
    }
    .key-take-out-block {
        padding: 5px;
    }
  .sidebar-course-heading {
    font-size: 30px; }
  .course-created-by-details {
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 2; }
  .course-modules-heading-text {
    line-height: 1.8;
    font-size: 12px; }
  .enroll-price {
    font-size: 23px; }
  .xs-pl-0 {
    padding-left: 0px; }
  .xs-pr-0 {
    padding-right: 0px; } }

#course_module_kto {
  max-width: 400px;
  max-height: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; }

.ui-sortable-helper .option-move {
  background: #fff;
  border-color: #000000;
  color: #000000; }

.list-group-sortable-list .list-group-placeholder {
  border: 1px dashed #666;
  height: 415px;
  width: 100%; }

.list-group-sortable-list li {
  line-height: 35px; }

.sortable-list-group {
  border: 1px solid #333;
  margin-bottom: 5px;
  cursor: move; }

.sortable-list-group:hover {
  background: #efefef; }

.module-boxes {
  width: 300px;
  height: 415px;
  float: left; }

.drag-button {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    padding: 5px;
    font-size: 12px;
    background: #fff; }
.disabled {
    cursor: not-allowed;
}
.notification-container {
  position: absolute;
  top: 0;
  left: 0px;
  height: 60px;
  z-index: 99999; }
    .notification-container-score {
      position: relative;
      top: 0;
  }
  .notification-container .notification-text {
    width: 0px;
    float: left;
    transition: width 500ms ease-out; }
    .notification-container .notification-text div {
      display: none;
      text-align: center;
      padding: 20px 0px 20px 0px;
      font-size: 15px;
      color: #fff; }
      .notification-container .notification-text div span.notification-text-container {
        border-radius: 10px;
        padding: 5px 15px; }
        .notification-container .notification-text div span.notification-text-container span {
          -webkit-transition-property: -webkit-transform;
          -webkit-transition-duration: 200ms;
          -moz-transition-property: -moz-transform;
          -moz-transition-duration: 200ms;
          -webkit-animation-name: grow_shrink;
          -webkit-animation-duration: 400ms;
          -webkit-animation-iteration-count: 1;
          -webkit-animation-timing-function: linear;
          -moz-animation-name: grow_shrink;
          -moz-animation-duration: 400ms;
          -moz-animation-iteration-count: 1;
          -moz-animation-timing-function: linear;
          transition-property: -moz-transform;
          transition-duration: 200ms;
          animation-name: grow_shrink;
          animation-duration: 400ms;
          animation-iteration-count: 1;
          animation-timing-function: linear; }
  .notification-container .notification-logo {
    padding: 17px 15px 13px 15px;
    float: right;
    cursor: pointer; }
    .notification-container .notification-logo img {
      height: 32px;
      width: 32px; }
    .notification-container .notification-logo:hover {
      color: #fff; }

@keyframes grow_shrink {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

.module_content_containers * > img {
  max-width: 100%; }

.module_content_containers * > p {
  font-size: 14px; }

.module-delete {
    position: absolute;
        bottom: 18px;
        left: unset;
        right: 20px;
     }

.recon-modal-header {
  padding: 30px; }

.recap-container {
  max-width: 900px;
  margin: auto; }

.recap-item {
  border-radius: 3px;
  padding: 10px 25px;
  margin: 0px auto; }

/* Horizontnal scroll bar for Course Module navigation */
.horizontal-scroll-bar > .row {
  overflow-x: auto;
  white-space: nowrap; }

.horizontal-scroll-bar > .row > .col-xs-4 {
  display: inline-block;
  float: none;
  width: 110px;
  min-height: 115px; }

.horizontal-scroll-bar {
  width: 100%; }
  .horizontal-scroll-bar .module-progress-text {
    min-height: 45px; }

#modal_message hr {
  background: #e4e4e4; }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px; }

.btn-icon-top-negative {
  margin-top: -70px;
  margin-left: 15px; }

#modal_message {
  right: 10px;
  left: 10px; }

@media (max-width: 992px) {
  .sm-p-0 {
    padding: 0px; } }

/* custom inclusion of right, left and below tabs */
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-left > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; }

/*
Level colours
*/
.level-white {
  background-color: #fafafa;
  color: #000; }

.level-grey {
  background-color: #999; }

.level-percentage-horrible {
  background-color: #97C291; }

.level-percentage-bad {
  background-color: #80AE7E; }

.level-percentage-bad-average {
  background-color: #6A9A6C; }

.level-percentage-average {
  background-color: #53875A; }

.level-percentage-average-good {
  background-color: #3D7449;
  color: #000; }

.level-percentage-good {
  background-color: #266139;
  color: #000; }

.level-percentage-great {
  background-color: #094F29;
  color: #000; }

.level-knowledge-horrible {
  background-color: #BCD0D6; }

.level-knowledge-bad {
  background-color: #95C8D8; }

.level-knowledge-bad-average {
  background-color: #7BADC1; }

.level-knowledge-average {
  background-color: #6192AA; }

.level-knowledge-average-good {
  background-color: #497993;
  color: #000; }

.level-knowledge-good {
  background-color: #32607D;
  color: #000; }

.level-knowledge-good-great {
  background-color: #1B4867;
  color: #000; }

.level-knowledge-great {
  background-color: #003151;
  color: #000; }

.level-retest-horrible {
  background-color: #D2E5EB; }

.level-retest-bad {
  background-color: #524164; }

.level-retest-bad-average {
  background-color: #6A516D; }

.level-retest-average {
  background-color: #7F6278; }

.level-retest-average-good {
  background-color: #917483;
  color: #000; }

.level-retest-good {
  background-color: #A28890;
  color: #000; }

.level-retest-good-great {
  background-color: #B29DA0;
  color: #000; }

.level-retest-great {
  background-color: #C0B2B2;
  color: #000; }

.level-last-active-horrible {
  background-color: #CBCBCB; }

.level-last-active-bad {
  background-color: #303030; }

.level-last-active-bad-average {
  background-color: #404040; }

.level-last-active-average {
  background-color: #515151; }

.level-last-active-average-good {
  background-color: #626262;
  color: #000; }

.level-last-active-good {
  background-color: #747474;
  color: #000; }

.level-last-active-great {
  background-color: #9A9999;
  color: #000; }

.checker-block {
  background-image: url("/img/checker.png");
  position: relative;
 }

.checker-block:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.checker-image {
  position: absolute;
  width: 100%; }

.branding-delete {
  margin-top: 65px; }
  .navbar-auto-actions {
      position: absolute;
      right: 0;
      top: 0;
  }
.background-carousel-container {
    position: relative;
}
#background-carousel {
  position: unset;
  width: 100%;
  height: 100%;
  z-index: -1; }

.background-carousel {
    position: absolute;
}

.carousel,
.carousel-inner {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }

.item {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 0; }

#content-wrapper {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%; }

.well {
  opacity: 0.85; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

.main-login {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 6px 0px #00000090; }
  .main-login input,
  .main-login input::-webkit-input-placeholder {
    font-size: 11px; }

.main-center {
    margin: 0 auto;
    height: calc(100vh - 30px);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 400px;
    width: 400px;
    padding: 20px;
    overflow-x: hidden;
 }
 .main-center.login {
     height: auto;
 }
 .password-reset {
   height: fit-content;
   padding: 0;
 }
.login-register-logo {
  max-height: 50px;
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.btn-square {
  border-radius: 0px;
  border: 0px; }

.btn-large {
  padding: 20px 60px 20px 60px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#pdf_modal .modal-header {
  padding: 14px 14px 0 14px; }

#pdf_modal .modal-body {
  margin-top: 25px;
  margin-bottom: 10px;
  height: 400px; }

#pdf_modal .modal-footer {
  padding: 0px 12px 12px 12px; }

.col-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1200px) {
  .col-5ths {
    width: 20%;
    float: left; } }

.swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff; }
@media (max-width: 767px) {
    .this-week-filter, .all-time-filter {
        width: calc(100% - -3px) !important;
    }
  .period-filter a {
    margin: 10px 0;
  }
    #content {
        overflow-x: hidden;
    }
  .module_content_containers td,
  #module_content_container td {
    padding-left: 10px; } }

#sortableCourses, #sortableModules, #sortableCategories {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 10px 10px;
  width: 100%; }

#sortableCourses li, #sortableModules li, #sortableCategories li {
  margin: 0 5px 8px 5px;
  padding: 5px;
  font-size: 1.5em;
  height: 2.0em;
  cursor: pointer; }

#sortableModules, #sortableCourses {
  padding-left: 0;
}

#sortableModules li, #sortableCourses li {
  position: inherit;
  display: block;
  padding: .7em .4em .4em .8em;
  margin: .5em 0 .5em 0;
  font-size: 1.1em;
  min-height: 50px;
  transition: all .3s ease-out;
  border-radius: 10px;
  border: none;
}

#sortableCourses li:hover, #sortableModules li:hover, #sortableCategories li:hover {
  background-color: #e4e4e4; }

html > body #sortableCourses li, html > body #sortableModules li, body #sortableCategories li {
  height: 2.0em;
  line-height: 1.5em; }

.ui-state-highlight {
  height: 2.0em;
  line-height: 1.5em;
  background-color: #cdcdcd;
  border-color: #cdcdcd; }

  .digemy-navbar {
      position: absolute;
      top: 0;
      width: 100%;
      min-height: 60px;
      height: 60px;
      border-radius: 0;
      border: none;
      padding-left: 10px;
      z-index: 9999;
  }
  .digemy-navbar img {
      max-height: 60px;
      padding: 5px;
  }
  .main-login .auth-header {
      text-align: center;
      position: relative;
  }
  .main-login .return {
      position: absolute;
      top: -9px;
      left: -2px;
      font-size: 22px;
      font-weight: lighter;
      cursor: pointer;
      color: #626262;
  }
  .password-reset .return {
      top: 5px;
    left: 5px;
  }
  .auth-header img {
      width: 70%;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 30px;
  }
  .password-reset img {
      width: 100%;
      object-fit: contain;
  }
  #auth-carousel .item{
      background-position: bottom;
  }
  @media (max-width: 767px){
      #auth-carousel .item{
          background-position: top;
      }
      .right-modal-btn {
            width: 100% !important;
            position: absolute;
            bottom: 80px;
            left: 0;
            right: 0;
            padding: 0 20px !important;
      }
      #popup_modal .right-modal-btn {
          padding: 0 25px !important;
      }
    .left-modal-btn {
        width: 100% !important;
        margin-top: 65px;
        padding: 0 !important;
      }
  }
  .users-table {
      font-family: arial, sans-serif;
      font-weight: 300;
      font-size: 14px;
      color: black;
      border-collapse: separate;
      width: 85%;
      border: 2.5px solid black;
      border-radius: 10px;
      float:left;
  }
  .users-table td, .users-table th {
      border-left: 2.5px solid black;
      border-top: 2.5px solid black;
      padding: 8px 8px 8px 20px;
  }

  .users-table th {
    background: #001d38;
    color: white;
    padding: 20px;
    border-top: none;
  }
  
  .users-table td:first-child, .users-table th:first-child {
    border-left: none;
  }

  .users-table-course-name {
    width: 30%;
  }

  .users-table-heading {
    width: 11%;
  }

  .panel-user-view {
    color: black;
  }
  
  .center-auth {
      display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    background: #fff;
}
.quiz-select-course {
    min-width: 250px;
    max-width: 400px;
    width: 100%;
    margin-left: 15px;
    border-radius: 3px;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    padding: 3px 9px;
    height: 35px;
    line-height: 26px;
    color: #444;
    user-select: none;
    background-color: #fff;
}
.quiz-select-course .select2-choice {
    border: none;
    padding: 0;
    height: 27px;
}
.quiz-select-course .select2-choice .select2-arrow {
    top: -3px;
right: -10px;
}
.quiz-select-course .select2-choice > .select2-chosen {
    line-height: 28px;
    margin-right: 0;
    text-align: left;
}
.quiz-select-course .select2-choice .select2-arrow b:before {
    top: 4px;
}
.select2-drop-active {
    min-width: max-content;
}
.select2-drop-active ::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}
.select2-drop-active ::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.select2-drop-active ::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.course-border-right::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}
.course-border-right::-webkit-scrollbar
{
	width: 0;
	background-color: #F5F5F5;
}
.course-border-right::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.select2-drop-active ::-webkit-scrollbar-thumb, .course-border-right::-webkit-scrollbar-thumb
{
	background-color: #eee;
}
.course-border-left {
  min-height: calc(100vh - 278px);
}
.quiz-completed-icon {
    font-size: 15vw;
    margin-top: 30px;
}
.quiz-completed-icon {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}
.quizroom-header-text {
    width: 50%;
    margin: 50px auto 15px;
}
.quizroom-question-header-text {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.quizroom-knowledge-info {
    position: fixed;
}
.quizroom-courses {
    margin-left: 260px;
}
.user-course-inprogress {
    margin-left: 10%;
    margin-right: 10%;
}
.quiz-partial-section .three-tab-pane figure img {
    max-width: 100%;
    height: auto;
}
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

@media (max-width: 1200px) {
    .quizroom-header-text {
        width: 70%;
    }
    .trophy-room-container .row.display-flex {
        display: block;
        flex-wrap: unset;
    }
    .trophy-room-container .row.display-flex > [class*='col-'] {
        flex-grow: unset;
    }
    .trophy-room-container .trophy-level .row {
        position: unset;
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .quiz-completed-text {
        padding: 0;
    }
    .quiz-select-course {
        min-width: unset;
        max-width: unset;
    }
    .course-grid {
        margin-left: 0;
    }
    .xs-p-b-0 {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 786px) {
    .quizroom-question-header-text {
        width: 100%;
    }
    .quizroom-header-text {
        width: 100%;
    }
  .item {
    padding: 6px 10px; } }
@media screen and ( max-height: 700px ) {
    .main-center {
        position: fixed;
        left: 0;
        right: 0;
        top: 15px;
        bottom: 15px;
        transform: translateY(0%);
    }
}
@media screen and (max-width: 500px) {
    .btn.recap-content, .btn.next-quiz, .recap-quiz {
        padding: 10px 15px;
    }
    .quizroom-header-text {
        margin: 0 auto;
    }
  .this-week-filter, .all-time-filter {
    width: calc(100% - 0px) !important;
  }
}
.card {
  background: #fff;
  box-shadow: 0 0px 16px 2px #33333330;
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.courses-container .card:not(.card-plain):not(.card-price):hover,
.section-our-clients-freebie .card:not(.card-plain):not(.card-price):hover,
.student-courses-container .card:not(.card-plain):not(.card-price):hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 0px 3px 15px 5px #99999980;
}
.card .subtitle-black {
  color: #141414;
}
.card:hover .header {
  opacity: 1;
}
.card h2 {
  margin-top: 0;
}
.card img {
  max-width: 100%;
}
.card .header img {
  border-radius: 4px;
}
.card .image-header,
.card .header img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.card .image-header.image-full,
.card .header img.image-full {
  border-radius: 4px;
}
.card .row .image-header,
.card .row .header img {
  width: 100%;
  border-radius: 4px;
}
.card > img {
  border-radius: 4px;
}
.card .title {
  margin-bottom: 5px;
  color: #333333;
}
.card .description {
  font-size: 14px;
  color: #626262;
}
.all-courses-inner-wrapper .card-member {
    display: block;
    margin: 20px;
    height: 596px;
    width: 340px;
    float: left;
    position: relative;
}
.student-courses-container .card-member {
    display: block;
    margin: 20px;
    height: 485px;
    width: 340px;
    float: left;
    position: relative;
    box-shadow: 0px 0px 16px 2px #999990;
}
.card-member .content {
  padding: 25px;
  height: 200px;
}
.course-overview {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    overflow-y: scroll;
    bottom: 0;
    background: #fff;
    min-height: 100vh;
    z-index: 10;
}
.course-overview .card-member .content {
    height: unset;
}
.card-member > img {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  width: 120px;
  margin: 0 auto;
}
.img-circle.img-profile {
  width: 120px;
  height: 120px;
}
.course-image-container {
    width: 100%;
    height: fit-content;
    padding: 75% 0 0 0;
    position: relative;
    vertical-align: top;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    box-shadow: none;
}

.course-card-duration {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: white;
  padding: 0 0.5rem;
}

.course-card-duration::before {  
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  transform: translateX(-100%);
  background-color: white;
  clip-path: url(#courseDurationSvgClip);
  height: calc(100% + 1px);
}

.course-card-duration-inner {
  display: flex;
  align-items: center;  
  transform: translateX(-10px);
}

.course-card-duration-inner > i {
  color: var(--secondary-colour);
  font-size: 1.1em;
}

.course-card-duration-inner > h6 {
  margin-block: 0.5rem;
  margin-left: 0.5rem;
}

#popup_modal .course-image-container {
    padding: 0;
}
#popup_modal .course-image {
    position: unset;
}
#moduleModal .course-image-container {
    padding: 0;
}
#moduleModal .course-image {
    position: unset;
}
#skip-base-modal .course-image-container {
    padding: 0;
}
#skip-base-modal .course-image {
    position: unset;
    padding: 0;
}
#modal-give-feedback .course-image-container {
    padding: 0;
}
#modal-give-feedback .course-image {
    padding: 0;
    position: unset;
}
#course_completed_modal .course-image-container {
    padding: 35% 0 0 0;
}
.course-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.course-image.gif {
    z-index: 2;
}
.course-image.banner {
    height: 100%;
}
.course-image.banner.banner-front {
    z-index: 3;
}
.description .title {
    margin-top: 0;
}
.small {
    font-size: 12px;
}
.course-start {
    display: flow-root;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: auto;
}
.card-member > .course-start {
  pointer-events: none;
}
.finish-course-bar {
    top: -25px;
    bottom: unset;
    border-radius: 0;
    padding: 3.5px;
}
.course-price {
    position: absolute;
    bottom: 15px;
    left: 25px;
    margin-bottom: 0;
    width: calc(100% - 152px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 1;
}
.section-our-clients-freebie .nav-text > li.active a .image-clients {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.section-our-clients-freebie .nav-text > li a .image-clients:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.course-progress {
    height: 25px;
}
.course-progress .progress-bar {
    text-align: left;
    height: -webkit-fill-available;
    position: relative;
}
.course-progress .progress-bar p {
  white-space: nowrap;
  overflow: visible;
  margin: 0;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.finish-course-span a {
    position: relative;
    top: -1px;
    left: 20px;
}
.course-footer-info .more-info-course {
    margin: 0 0px 15px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    width: 89%;
}
.course-footer-info .more-info-course .btn-danger {
  float: right;
}
.btn-digemy-danger {
  outline: 0;
  background-color: #ffff;
  border-width: 2px !important;
  color: #f55753 !important;
  border-color: #f55753;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 11px;
  border-radius: 4px;
  padding-left: 20px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
}
.course-footer-info .start-course {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 20px 15px 0;
    text-align: right;
}
.course-footer-info .start-course .btn-digemy-primary {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.course-footer-info a {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.uniform-buttons .start-course, .uniform-buttons .more-info-course {
    width: 50%;
    text-align: center;
    margin: 0 0px 15px 0;
}
.uniform-buttons .start-course {
    padding: 0 20px 0 8px
}
.uniform-buttons .more-info-course {
    padding: 0 8px 0 20px
}
.uniform-buttons .start-course a, .uniform-buttons .more-info-course a {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.uniform-buttons .left-modal-btn, .uniform-buttons .right-modal-btn {
    width: 50%;
    text-align: center;
}
.uniform-buttons .left-modal-btn {
    padding-right: 8px;
}
.uniform-buttons .right-modal-btn {
    padding-left: 8px;
}
.course-footer-info {
    border-top: 1px solid #ffffff20;
    height: 67px;
}
.empty-progress-bar {
    position: relative;
    top: -26px;
}
.slick-prev, .slick-next {
    width: auto;
    height: auto;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
}
.slick-next {
    right: -40px;
}
.course-author {
    margin: 15px 0 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 160px);
    font-size: 10px;
    line-height: 1;
}
.show-courses-author {
    margin: 28px 0 0 25px;
}
.course-start .pull-left a {
    width: 50px;
    text-align: center;
    padding: 5px;
    margin: 0 0 0 15px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.course-overview .course-image-container {
    height: 35vh;
}
.text-lowercase {
    text-transform: lowercase;
}
.payment-overview-icon {
    font-size: 90px;
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}
.payment-status-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    background: #ffffff;
    min-height: calc(100vh - 60px);
    z-index: 3;
}
.m-t-0 {
    margin-top: 0;
}
.m-b-0 {
    margin-bottom: 0;
}
.pay-course-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    object-fit: cover;
}
.pay-course-image-container {
    width: 100%;
    height: fit-content;
    padding: 56.25% 0 0 0;
    position: relative;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    display: block;
}
.pay-course-content {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.p-b-20 {
    padding-bottom: 20px;
}
.pay-course-header {
    background: #f7f7f7;
}
.pay-course-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px 2px #adadad94;
    background: #fff;
}
.course-objectives-overview {
    margin-bottom: 200px;
}
.pay-course-header .container, .pay-course-description .container, .pay-course-footer .container {
    padding: 35px;
}
.pay-course-footer .container {
    padding-bottom: 15px;
    padding-top: 0;
}
.pay-course-footer .price-row {
    margin-bottom: -30px;
}
.pay-course-header .container .row, .pay-course-description .container .row {
    display: flex;
}
.pay-course-header .container .row .col, .pay-course-description .container .row .col {
    display: table-cell;
}
.pay-course-description {
    background: #ffffff;
}
.pay-course-description .container .row .left-border {
    border-left: 1px solid #999;
}
.category-list {
    height: calc(100vh - 60px);
    border-right: 1px solid #efefef;
    position: fixed;
    width: 250px;
    left: 0;
    right: 0;
    overflow-y: scroll;
}
.category-list-dropdown {
    right: unset;
    left: 0;
}
.all-courses-wrapper {
    border-left: none;
    padding: 0 0 0 15px;
}
.category-list .courses_by_cat {
    padding: 10px 15px;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-0.8em) rotate(45deg);
  }
  25% {
    -webkit-transform: translateY(0em) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(-0.8em) rotate(45deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-0.8em) rotate(45deg);
  }
  25% {
    -moz-transform: translateY(0em) rotate(45deg);
  }
  100% {
    -moz-transform: translateY(-0.8em) rotate(45deg);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-0.8em) rotate(45deg);
    -moz-transform: translateY(-0.8em) rotate(45deg);
    -ms-transform: translateY(-0.8em) rotate(45deg);
    -o-transform: translateY(-0.8em) rotate(45deg);
    transform: translateY(-0.8em) rotate(45deg);
  }
  25% {
    -webkit-transform: translateY(0em) rotate(45deg);
    -moz-transform: translateY(0em) rotate(45deg);
    -ms-transform: translateY(0em) rotate(45deg);
    -o-transform: translateY(0em) rotate(45deg);
    transform: translateY(0em) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(-0.8em) rotate(45deg);
    -moz-transform: translateY(-0.8em) rotate(45deg);
    -ms-transform: translateY(-0.8em) rotate(45deg);
    -o-transform: translateY(-0.8em) rotate(45deg);
    transform: translateY(-0.8em) rotate(45deg);
  }
}
.card .description h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    margin-top: 0;
}
.card .description p {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.course-objectives-list {
    color: #626262;
    list-style: unset;
    margin-left: 17px;
}
.course-objectives-overview h5 {
    display:none;
}
.course-objectives-overview h5:first-child {
    display:block;
}
.courseInfoSwal {
    width: 50em;
    top: 25vh;
    overflow-y: scroll;
    height: fit-content;
    padding-bottom: 0;
}
.courseInfoSwal .course-information-popup {
    position: relative;
    margin: -15px -5px 0 -5px;
}
.courseInfoSwal .course-information-footer-content {
    margin-bottom: 15px;
    padding-bottom: 15px;

}
.courseInfoSwal .swal2-content {
    max-height: 50vh;
}
.courseInfoSwal .course-information-popup p {
    margin: 0;
}
.courseInfoSwal .swal2-close {
	font-size: 2em;
    z-index: 2;
    top: 5px;
}
.scroll-container::-webkit-scrollbar {
    height: 6px;
}
.scroll-container::-webkit-scrollbar-thumb
{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.scroll-container::-webkit-scrollbar-track {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #f7f7f7;
}
.course-module-text-container p {
    margin: 16px 0 0 0;
}
.p-b-80 {
    padding-bottom: 80px;
}
.nav-menu-block {
    display: -webkit-box;
    float: left;
    width: 50%;
    text-align: center;
}
.nav-menu-block:nth-child(1), .nav-menu-block:nth-child(4), .nav-menu-block:nth-child(5), .nav-menu-block:nth-child(8), .nav-menu-block:nth-child(9), .nav-menu-block:nth-child(12) {
    background: #f0f1f5;
}
.nav-menu-block:nth-child(2) .nav-menu-block:nth-child(3), .nav-menu-block:nth-child(6), .nav-menu-block:nth-child(7), .nav-menu-block:nth-child(10), .nav-menu-block:nth-child(11) {
    background: #fff;
}
.nav-menu-block .digemy-dropdown-menu-item {
    padding: 20px 0;
}
.light-hr {
    background: #e6e6e6;
}
.dark-hr {
    background: #4b565b;
}
.navbar {
    border: unset;
}
.category-list-dropdown-container {
  position: relative;
  display: inline-block;
}
.category-list-dropdown-container .btn.btn-digemy-red-invert {
    width: 100%;
}
.category-list-dropdown-content {
  display: none;
  position: absolute;
  top: 48px;
  background-color: #ffffff;
  min-width: 160px;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.category-list-dropdown-content a {
  color: #333;
  padding: 12px 60px 12px 20px;
  text-decoration: none;
  display: block;
}
.category-list-dropdown-content a:hover {background-color: #f1f1f1}
.category-list-dropdown-container:hover .category-list-dropdown-content {
  display: block;
}
.category-list-dropdown-container:hover .dropbtn {
  background-color: #3e8e41;
}
.cancel-payment-actions .btn {
    width: 160px;
}
.badge-preview-container, .trophy-preview-container {
    position: relative;
    vertical-align: middle;
    width: 100%;
    margin: 20px 0 20px 0;
}
.badge-preview-container:after, .trophy-preview-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.badge-preview, .trophy-preview {
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal-preview-container, .avatar-preview-container, .module-completion-container {
    position: relative;
}
.modal-preview-container:after, .avatar-preview-container:after, .module-completion-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.modal-preview, .avatar-preview, .module-completion {
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal-preview-container i, .avatar-preview-container i, .module-completion-container i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.modal-preview-container:hover i, .avatar-preview-container:hover i, .module-completion-container:hover i {
   display: block;
}
.upload-btn-wrapper:hover {
    background: rgb(0,0,0, 0.5);
}
.modal-preview img, .avatar-preview img, .module-completion img {
   position: absolute;
   max-width: 100%;
   max-height: 100%;
}
.modal-preview-container .upload-btn-wrapper, .avatar-preview-container .upload-btn-wrapper, .module-completion-container .upload-btn-wrapper {
    z-index: 1;
}
.modal-preview-container .upload-btn-wrapper input, .avatar-preview-container .upload-btn-wrapper input, .module-completion-container .upload-btn-wrapper input {
    z-index: 1;
}
.badge-delete, .trophy-delete {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.upload-btn-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.upload-btn-wrapper {
    cursor: pointer;
}
.user-avatar-profile {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
}
.user-avatar-profile:hover {
    transform: scale(1.05);
    transition: 0.2s;
    background: #fff;
}
.user-avatar-profile span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.user-avatar-profile:hover span {
    transition: 0.2s;
}
.user-profile-container .user-avatar-profile {
    background: transparent;
}
.user-profile-container .user-avatar-profile:hover {
    border: 3px solid #ffffff;
    transform: none;
}
.user-profile-container .user-avatar-profile span {
    position: unset;
    transform: unset;
}
.user-profile-container .user-avatar-profile span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user-profile-container .user-avatar-profile span img:hover {
    cursor: pointer;
}
.avatar-circle {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    background-size: cover;
}
.avatar-circle:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
.user-profile-dropdown {
    height: 60px;
}
.profile-auth-name {
    margin: 11px 0 0 10px;
    float: right;
}
.profile-auth-name h6 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.profile-arrow-down {
    float: right;
    font-size: 22px;
    margin: 14px 0 0 10px;
}
.h-100 {
    height: 100px;
}
.w-50 {
    width: 50px;
}
.w-70 {
    width: 70px;
}
.w-100 {
    width: 100px;
}
.full-height {
    height: 100%;
}

#leaderboard-filter-content .completed-courses {
    overflow: auto;
    overflow-x: hidden;
    height: 502px;
}
/* width */
#leaderboard-filter-content .completed-courses::-webkit-scrollbar {
  width: 4px;
}
/* Track */
#leaderboard-filter-content .completed-courses::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
#leaderboard-filter-content .completed-courses::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
/* Handle on hover */
#leaderboard-filter-content .completed-courses::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.tooltip.bottom {
    left: 0;
}
.period-filter .open>.dropdown-menu {
    top: 50px;
    right: unset;
    width: 150%;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background: #eeeeee;
}
.period-filter .dropdown-menu > li:first-child, .period-filter .dropdown-menu > li:last-child {
    padding: 0;
    transition: 0.2s;
}
.period-filter .dropdown-menu > li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: 0.2s;
}
.period-filter .dropdown-menu > li:last-child:hover {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 0.2s;
}
.period-filter .dropdown-menu > li > a {
    line-height: 2;
    background: #eeeeee;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0;
    transition: 0.2s;
}
.period-filter .caret {
    position: relative;
    bottom: 2px;
}
.period-filter .this-month-filter, .period-filter .all-time-filter {
  border-radius: 0;
}
.score-row {
    height: 50px;
}
.nav-item-dropdown {
    bottom: 2px;
    left: 15px;
}
.period-filter .dropdown-menu > li > a:hover {
    transition: 0.2s;
}
.period-filter {
    margin-top: 5px;
}
.period-filter li {
    width: auto;
}
.period-filter a, .period-filter button {
    white-space: nowrap;
    opacity: 1;
}
.period-filter select {
    position: relative;
    top: 2px;
    height: 44px;
    width: calc(100% - 15px);
    border-radius: 8px;
    border-color: transparent;
    background: #eeeeee;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.period-filter select:hover {
    cursor: pointer;
}
.presentation-center-container {
    text-align: center;
}
.presentation-center {
    display:inline-block;
}
.period-filter .all-time-filter {
    border-radius: 0 5px 5px 0;
    border-style: solid;
    border-width: medium !important;
    border-left: none;
}
.period-filter .last-month-filter {
  border-radius: 0;
  border-style: solid;
  border-width: medium !important;
}
.period-filter .this-week-filter {
    border-radius: 0;
}
.period-filter .this-month-filter {
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: medium !important;
    border-right: none;
}
.period-filter ul > li{
    padding-left: 0;
}
@media screen and (max-width: 500px) {
  .period-filter .last-month-filter .this-week-filter {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .period-filter a {
    margin: 10px 0 !important;
  }
}

.certificate-filter {
  display: flex;
  list-style: none;
  padding: 0;
}
.certificate-filter > li {
  display: flex;
  padding: 0;
}
.certificate-filter > :not(:first-child, :last-child) > a {
  border-radius: 0;
}
.certificate-filter > :first-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.certificate-filter > :last-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.silver-medal .circle {
    background: #c0c0c099;
}
.gold-medal .circle {
    background: #ffd70099;
}
.bronze-medal .circle {
    background: #c48a4a99;
}
.w-100 {
    width: 100px;
}
.leaderboard-medals .circle {
    background-size: cover;
    display: inline-block;
    border-radius: 50%;
}
.leaderboard-medals .col .silver-medal, .leaderboard-medals .col .gold-medal, .leaderboard-medals .col .bronze-medal {
    position: relative;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
.leaderboard-medals .col .silver-medal, .leaderboard-medals .col .bronze-medal {
        position: absolute;
}
.leaderboard-medals .silver-medal .circle {
    height: 100px;
    width: 100px;
    border: 6px solid #bdbfd0;
}
.leaderboard-medals .gold-medal .circle {
    height: 150px;
    width: 150px;
    border: 6px solid #fcc413;
}
.leaderboard-medals .bronze-medal .circle {
    height: 100px;
    width: 100px;
    border: 6px solid #c3894c;
}
.leaderboard-medals .silver-medal .number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.leaderboard-medals .gold-medal .number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.leaderboard-medals .gold-medal .number div {
    margin-top: 2px;
    font-size: 20px;
}
.leaderboard-medals .bronze-medal .number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.dropdown-menu.digemy-menu-dropdown > li > a {
    position: relative;
    display: flex;
    align-items: baseline;
}
.dropdown-menu.digemy-menu-dropdown > li > a > i {
    font-size: initial;
}
.dropdown-menu.digemy-menu-dropdown > li > a > span {
    margin: 0 20px;
}
.dropdown-menu.digemy-menu-dropdown > li > a:hover, .dropdown-menu.digemy-menu-dropdown > li > a:hover p {
    color: #fff;
}
.dropdown-menu.digemy-menu-dropdown {
    padding: 0;
    background: #fff;
    min-width: 220px;
}
.dropdown-menu.digemy-menu-dropdown > li {
    border-bottom: 1px solid #eee;
}
.dropdown-menu.digemy-menu-dropdown > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.navbar-nav.user-dropdown>li {
    float: unset;
}
.user-nav .user-icons-padding a {
    padding: 25px 5px 20px 5px;
}
.row.display-flex {
  display: flex;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}
.custom-content-container {
    width: 80%;
}
.engagement-table {
  font-size: 14px;
  font-weight: bold;
}
.engagement-table td {
    padding: 0 15px;
}
.engagement-name {
  max-width: 50px;
}
.engagement-table .engagement-table-header-row {
    background: #f9f9f9;
}
.engagement-table .engagement-table-number {
    width: 3%;
}
.engagement-table .engagement-table-name {
    width: 25%;
}
.engagement-table .engagement-table-header-column {
    width: 10%;
    padding: 10px;
    color: #333;
    font-size: 14px;
}
/* .engagement-table-header-column:before,
.engagement-table-header-column:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
} */
.engagement-table-header-column:before {
	border-bottom-color: #666;
	margin-top: -9px;
}
.engagement-table-header-column:after {
	border-top-color: #666;
	margin-top: 1px;
}
.engagement-table .engagement-table-row:nth-child(even) {
    background: #eeeeee;
}
.engagement-table .engagement-table-row:nth-child(odd) {
    background: #f9f9f9;
}
.engagement-table .engagement-table-row td {
    padding: 6px;
}
.engagement-table .engagement-count .engagement-course-count{
    color: #626262;
}
.engagement-table .engagement-count-block {
    border-radius: 6px;
    padding: 8px 0;
}
.engagement-table .engagement-count-block div {
    color: #fff;
}
.engagement-table .level-average-good div {
    color: #000;
}
.engagement-table .level-good div {
    color: #000;
}
.engagement-table .level-good-great div {
    color: #000;
}
.engagement-table .level-great div {
    color: #000;
}
.stats-engagement-table {
  overflow-y: auto;
  height: 650px;
}
.stats-engagement-table thead th {
  position: sticky;
  top: 0;
}
table {
  border-collapse: collapse;        
  width: 100%;
}
th {
  background: #ffffff;
}
.engagement-table th {
  content: "\25b4";
}
.left-modal-btn {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.right-modal-btn {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.question-checkboxes-checked p {
    color: #fff;
}
.img-certificate {
    max-width: 600px;
}
.user-stats-room {
    padding: 160px 0 0 0;
    position: relative;
}
@media screen and (max-width: 991px) {
	.user-stats-filter-description{
		display: none;
	}
}
.user-stats-room .user-stats-filters {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    padding: 10px 40px;
    box-shadow: 0px 1px 5px 0px #ccc;
    border-bottom: 1px solid #ececec;
    transition: 0.3s;
}
.user-stats-room .user-stats-filters .filter-text {
    text-align: right;
}
.user-stats-room .user-stats-filters .filters p {
    width: 10%;
    margin-top: 7px;
    margin-right: 5px;
}
.user-stats-filters.active {
    width: calc(100% - 115px);
    left: 100px;
    transition: 0.3s;
}
.knowledge-level-text-stats {
    padding: 0 10rem;
}
.user-stats-filters .filters {
    display: inline-flex;
    width: 100%;
}
.user-stats-filters .filters .form-group {
    width: 30%;
    padding: 0 5px;
}
.user-stats-filters .filters .form-group .select2-container {
    width: 100%;
}

.multi-factor-heading {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #102f55;
}

.multi-factor-icon {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #102f55;
}

.multi-factor-circle {
  border-radius: 25px;
  margin: auto;
  text-align: center;
  width: 49px;
  height: 49px;
  padding: 14px 16px 15px 17px;
  background-color: #037ca9;
  opacity: 0.65;
}

.multi-factor-small {
  padding: 14px;
  margin: auto;
  width: 400px;
}

.auth-page, .auth-intro, .auth-form {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}
.auth-page .auth-intro .center-vertical {
    padding: 0 50px;
}
.auth-page .auth-form .center-vertical {
    padding: 0 50px;
}
.auth-intro .center-vertical {
    color: #fff;
}
.center-vertical {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
}
.auth-page .auth-form-logo {
    display: none;
    text-align: center;
}
.auth-page .auth-form-logo img {
    max-height: 150px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.auth-form .form-scroll {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.auth-form .form-scroll::-webkit-scrollbar {
  display: none;
}
.auth-form .form-scroll {
  -ms-overflow-style: none;
}
.certificate-info .certificate-title {
  height: 100px;
}
.certificate-info .certificate-actions {
  height: 50px;
}
.mastery .certificate-info .certificate-title {
  height: 100px;
}
.mastery .certificate-info .certificate-actions {
  height: 55px;
}
.mastery .incomplete .certificate-info .certificate-title {
  height: unset;
  min-height: 75px;
}


@media (max-width: 1650px) {
    .student-courses-container {
        margin: 0 30px;
    }
}
@media (max-width: 1599px) {
    .student-courses-container .container {
        width: 780px;
    }
    .quizroom-courses-no-points .container {
        width: 1000px;
    }
    .period-filter a, .period-filter button {
        padding: 10px 32px;
    }
}
@media (max-width: 1500px) {
  .mastery .certificate-info .certificate-actions {
    height: 55px;
  }
  .mastery .incomplete .certificate-info .certificate-actions {
    height: 90px;
  }
  .mastery .certificate-info .certificate-title {
    height: 120px;
  }
  .mastery .incomplete .certificate-info .certificate-title {
    height: 85px
  }
  .certificate-info .certificate-actions {
    height: 70px;
  }
  .completed .certificate-info .certificate-actions {
    height: 55px;
  }
  .completed .certificate-info .certificate-title {
    height: 115px;
  }
}
@media (max-width: 1400px) {
    .incomplete .certificate-info .certificate-actions {
      height: 75px;
    }
    .completed .certificate-info .certificate-actions {
      height: 50px;
    }
    .completed .certificate-info .certificate-title {
      height: 125px;
    }
    .knowledge-level-text-stats {
        padding: 0 5rem;
    }
  .student-courses-container {
      margin: 0 30px;
  }
  .quizroom-courses-no-points .container {
      width: 800px;
  }
  .period-filter a, .period-filter button {
      padding: 10px 25px;
  }
  .custom-content-container {
      width: 90%;
  }
}
@media (max-width: 1350px) {
  .incomplete .certificate-info .certificate-actions {
    height: 75px;
  }

  .completed .certificate-info .certificate-title {
    height: 125px;
  }
}

@media (max-width: 1300px) {
    .finish-course-span a {
        top: 0;
    }
  .period-filter a, .period-filter button {
      font-size: 12px;
  }
  .pay-course-header .container {
      width: 100%;
      padding: 0;
  }
  .course-overview-image {
      padding: 0;
  }
  .pay-course-description .container, .pay-course-footer .container {
      width: 100%;
  }
  .course-overview-info {
      padding: 20px 0 0 20px
  }
}
@media (max-width: 1250px) {
    .period-filter a, .period-filter button {
        padding: 10px 22px;
    }
}
@media (max-width: 1200px) {
  .mastery .incomplete .certificate-info .certificate-title {
    height: 100px;
  }
  .mastery .incomplete .certificate-info .certificate-actions {
    height: 85px;
  }
  .course-footer-info a {
      width: 100px !important;
  }
}
@media (max-width: 1199px) {
  .certificate-info .certificate-actions {
    height: 55px;
  }
  .incomplete .certificate-info .certificate-actions {
    height: 90px;
  }
  .completed .certificate-info .certificate-actions {
    height: 50px;
  }
  .completed .certificate-info .certificate-title {
    height: 140px;
  }
  .mastery .certificate-info .certificate-title {
    height: 130px;
  }
  .period-filter a, .period-filter button {
      padding: 10px 40px;
      font-size: 14px;
  }
  .custom-content-container {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
    .student-courses-container .container {
        width: 650px;
    }
    .quizroom-courses-no-points .container {
        width: 700px;
    }
    .student-courses-container .card-member {
        width: 270px;
        height: 405px;
    }
    .student-courses-container .card-member .content {
        height: 160px;
    }
}
@media screen and (max-width: 1100px) {
  .mastery .certificate-info .certificate-actions {
    height: 55px;
  }
  .mastery .incomplete .certificate-info .certificate-actions {
    height: 100px;
  }
  .mastery .certificate-info .certificate-title {
    height: 145px;
  }
  .mastery .incomplete .certificate-info .certificate-title {
    height: 100px
  }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media screen and (max-width: 1050px) {
  .mastery .certificate-info .certificate-actions {
    height: 55px;
  }
  .mastery .incomplete .certificate-info .certificate-title {
    height: 100px;
  }
}
@media screen and (max-width: 991px){
  .mastery .certificate-info .certificate-actions {
    height: 55px;
  }
  .completed .certificate-info .certificate-title {
    height: 120px;
  }
  .incomplete .certificate-info .certificate-actions {
    height: 70px;
  }
  .mastery .incomplete .certificate-info .certificate-actions {
    height: 90px;
  }
  .mastery .certificate-info .certificate-title {
    height: 135px;
  }
  .mastery .incomplete .certificate-info .certificate-title {
    height: 100px;
  }
    .auth-page .auth-form .center-vertical {
        position: unset;
        transform: unset;
        padding: 0;
    }
    .auth-page .auth-intro {
        display: none;
    }
    .auth-page .auth-form-logo {
        display: block;
        margin-top: 75px;
    }
    .user-stats-room {
        padding: 0;
    }
    .user-stats-room .user-stats-filters {
        position: unset;
    }
    .user-stats-filters .text-center h1 {
        display: none;
    }
    .user-stats-room .user-stats-filters p {
      padding: 0 20px;
    }
    .user-stats-filters .filters {
        display: block;
    }
    .user-stats-filters .filters .form-group {
        width: 100%;
        margin: 10px 0;
    }
    .user-stats-filters.active {
        width: 100%;
        left: 0;
    }
    .user-stats-room .user-stats-filters .filters p {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .user-stats-room .user-stats-filters .filter-text {
        text-align: center;
    }
    .user-stats-room .user-stats-filters .filter-text p {
        margin: 0 0 10px 0;
    }
    .user-stats-room .user-stats-filters {
        padding: 20px;
    }
    .knowledge-level-text-stats {
        padding: 0 2rem;
    }
    .welcome-content-container img {
        width: 100%;
        height: auto;
    }
    .user-course-inprogress {
        margin-right: 20px;
        margin-left: 20px;
    }
    .all-courses-inner-wrapper .courses-container {
        margin: 0;
    }
    .all-courses-inner-wrapper {
        margin-left: -7px;
    }
    .pay-course-header .container .row, .pay-course-description .container .row {
        display: block;
    }
    .pay-course-rating {
        position: relative;
    }
    .pay-course-description .container .row .left-border {
        border-left: unset;
        margin-top: 40px;
    }
    .pay-course-image {
        margin-bottom: 40px;
    }
    .category-list {
        min-width: 200px;
        max-width: 200px;
        width: 200px;
    }
}
@media (max-width: 930px) {
    .card .description h4 {
        font-size: 16px;
    }
    .card-member .content {
        height: 160px;
        padding: 5px 15px 0 15px;
    }
}
@media screen and (max-height: 800px) {
    .pay-course-content {
        height: auto;
        margin-top: 70px;
    }
    .nav-menu-block .digemy-dropdown-menu-item {
        padding: 15px 0 10px 0;
    }
    .dropdown-content {
        width: 320px;
    }
    .digemy-dropdown-menu-item i {
        font-size: 2em;
    }
}
@media (max-width: 768px){
  .mastery .incomplete .certificate-info .certificate-title {
    height: 100px;
  }
  .mastery .incomplete .certificate-info .certificate-actions {
    padding-bottom: 15px;
    height: unset;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 0 0 0 25px;
  }
    .digemy-navbar img {
        max-height: 8vh;
        padding: 5px 0 0 0;
    }
    .user-stats-room .user-stats-filters {
        padding: 20px 10px;
    }
    .period-filter a, .completion-filter a {
        border-radius: 0;
    }
    .course-overview-image {
        padding: 15px;
    }
    .certificate-filter li {
        display: block;
    }
    .course-overview-info {
        padding: 0px 15px 20px 15px;
    }
    .navbar-nav {
        margin: 13px 0;
    }
    .student-courses-container {
        margin: 0;
    }
    .student-courses-container .card-member {
        width: calc(100% - 40px);
        height: 392px;
    }
    .student-courses-container .container {
        width: 660px;
        margin: 0 auto;
    }
    .quizroom-courses-no-points .container {
        width: 60%;
    }
    .all-courses-inner-wrapper .card-member {
        margin: 15px;
    }
    .all-courses-inner-wrapper {
        overflow: unset;
    }
    .admin-courses-index-panel .tab-content {
        margin-top: -20px;
    }
    .category-list.nav-tabs-left > li.active:after {
        left: 0;
        right: unset;
        width: 10px;
    }
    .category-list {
        position: unset;
        height: auto;
        width: 100%;
        float: unset;
        min-width: 100%;
        max-width: 100%;
    }
    .all-courses-wrapper {
        position: unset;
        width: 100%;
        height: auto;
    }
    .navbar-nav .open .dropdown-menu {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 59px;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        background: #fff;
    }
    .dropdown-menu.digemy-menu-dropdown > li {
        padding: 5px 5px;
    }
    .dropdown-menu.digemy-menu-dropdown > li > a > i {
        top: 12px;
    }
    .dropdown-menu.digemy-menu-dropdown > li:last-child {
        padding-bottom: 10px;
    }
    .header .user-profile-dropdown {
        bottom: 9px;
        padding: 0 0 0 10px;
    }
}
@media (max-width: 679px) {
    .course-start {
        position: relative;
    }
    .finish-course-bar {
        top: -51px;
    }
    .student-courses-container {
        margin: 0;
    }
    .student-courses-container .container {
        width: unset;
    }
    .quizroom-courses-no-points .container {
        width: 70%;
    }
    .student-courses-container .card-member {
        width: -webkit-fill-available;
        height: auto;
    }
    .page-container .page-content-wrapper .content {
        padding-top: 0;
    }
    .student-courses-container .course-author {
        margin: 10px 0 0 15px;
    }
}
@media (max-width: 600px) {
    .img-certificate {
        max-width: 100%;
    }
    .quizroom-courses-no-points .container {
        width: 80%;
    }
}
@media (max-width: 500px) {
    .pay-course-header .container, .pay-course-description .container, .pay-course-footer .container {
        padding: 15px;
    }
    .leaderboard-score-block {
        width: 100px;
    }
    .quizroom-courses-no-points .container {
        width: 100%;
    }
}
@media (max-width: 480px) {
  .navbar-nav .open .dropdown-menu>li>a {
      padding: 0 0 5px 25px;
  }
  body .header p {
    margin-top: 5px;
  }
  .dropdown-menu.digemy-menu-dropdown > li > a > i {
    top: 8px;
  }
}
@media (max-width: 450px) {
    #mobile-bottom-navigation .col-xs-3 {
        padding: 0 5px;
    }
}
@media (max-width: 370px) {
    .certificate-block-container .completed-courses {
        padding: 0;
    }
    #mobile-bottom-navigation span {
        white-space: nowrap;
        font-size: 10px;
    }
}
@media (max-width: 400px) {
    .course-footer-info a {
        width: 80px;
    }
    .student-courses-container .card-member {
        margin: 0 10px;
    }
}
@media (max-width: 1400px) {
    .all-courses-inner-wrapper .card-member {
        height: 460px;
        width: 285px;
    }
    .all-courses-inner-wrapper .card-member .content {
        height: 152px;
    }
    .leaderboard-medals h5,
    .leaderboard-medals p.light-grey {
        font-size: 14px;
    }
    .leaderboard-medals .bronze-medal .circle,
    .leaderboard-medals .silver-medal .circle {
        height: 70px;
        width: 70px;
    }
    .leaderboard-medals .gold-medal .circle {
        height: 120px;
        width: 120px;
    }
    #leaderboard-filter-content .completed-courses {
        height: 552px;
    }
    .leaderboard-position p,
    .leaderboard-full-name p,
    .leaderboard-score-block p {
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    .all-courses-inner-wrapper .card-member {
        height: 472px;
    }
}
@media (max-width: 992px) {
    .all-courses-inner-wrapper .card-member {
        height: 460px;
    }

  .course-footer-info .more-info-course {
    margin: 0 0px 4px 20px;
  }
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.redactor-styles h1, .redactor-styles h2, .redactor-styles h3, .redactor-styles h4, .redactor-styles h5, .redactor-styles h6 {
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
    line-height: 1.2;
}
.leaderboard-profile-circle {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    margin: 10px 0 5px 0;
    text-align: center;
    position: relative;
}
.leaderboard-profile-circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}
.leaderboard-avatar-circle {
    height: 45px;
    width: 45px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    background-size: cover;
}
.question-progress {
    margin: 0 10% 10px;
    width: auto;
    border-radius: 8px;
    height: 7px;
  background-color: #e8ebf4;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.floating-input input {
  position: relative;
  display: block;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DDD0;
  margin: 0px auto;
  padding: 0px 5px 0px 5px;
  height: 42px;
  outline: none;
  background-position: left bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: all .2s ease-in-out;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  background: #f7f7f7;
  font-size: 14px;
  color: #333;
}
::-webkit-input-placeholder { text-align: left; color: #DDD; font-size: 13px; font-weight: 200; }
:-moz-placeholder { text-align: left; color: #DDD; font-size: 13px; font-weight: 200; }
::-moz-placeholder { text-align: left; color: #DDD; font-size: 13px; font-weight: 200; }
:-ms-input-placeholder { text-align: left; color: #DDD; font-size: 13px; font-weight: 200; }
.floating-input label {
  position: absolute;
  top: -20px;
  left: 35px;
  text-align: left;
  display: block;
  width: 100%;
  line-height: 82px;
  background: transparent;
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
}
.floating-input input:hover, .floating-input input:focus {
    background: #eee;
}
.floating-input input:focus {
  background-position: left bottom;
  background-size: 100% 1px;
border-radius: 4px;}
.floating-input input:valid + label, .floating-input input:focus + label {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}
input:focus ::-webkit-input-placeholder { color: transparent; font-size: 0; }
input:focus :-moz-placeholder { color: transparent; font-size: 0; }
input:focus ::-moz-placeholder { color: transparent; font-size: 0; }
input:focus :-ms-input-placeholder { color: transparent; font-size: 0; }
.center-auth .form-control {
    font-size: 14px;
    color: #626262;
}
.center-auth .input-group {
    width: 100%;
}
.form-group.floating-input {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}
.input-group-addon {
    border: 0;
    background: transparent;
    padding-left: 0;
}
.floating-input .pwd {
    padding: 0px 45px 0px 5px;
}
.reveal, .reveal2 {
    position: absolute;
    right: 15px;
    top: 15px;
}
.reveal:hover, .reveal2:hover {
    cursor: pointer;
}
.title-dd {
    margin: 0 0 20px 0;
}
.title-dd .select2-container .select2-choice {
    background: #f7f7f7;
    border: transparent;
    height: 42px;
    line-height: 38px;
}
.title-dd .select2-container .select2-choice:hover, .title-dd .select2-container .select2-choice:focus {
    background: #eee;
}
.auth-form .floating-input input {
    height: 52px;
    padding-left: 40px;
    border-radius: 2px;
}
.auth-form .floating-input .input-group-addon {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 15px;
    color: var(--custom-secondary-500);
}
.auth-form .floating-input label {
    top: 0px;
    left: 40px;
    line-height: 55px;
}
.auth-form .floating-input input:focus {
    background: #fff;
}
.auth-form .reveal, .auth-form .reveal2 {
    top: 20px;
    color: var(--custom-secondary-500);
}
.auth-form .title-dd .input-group {
    width: 100%;
}
.auth-form .title-dd .select2-container .select2-choice {
    height: 55px;
    line-height: 50px;
    padding-left: 40px;
}
.auth-form .title-dd .input-group-addon {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 15px;
    color: var(--custom-secondary-500);
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #eeeeee inset;
}
.trophy-heading {
    background: #eee;
}
.trophy-heading .bg-image {
    width: 100%;
    height: 250px;
    background: var(--custom-primary-500);
    background-position: center;
    object-fit: cover;
    background-size: cover;
}
.trophy-heading h2 {
    position: absolute;
    left: 0;
    right: 0;
}
.trophy-card--top {
  margin-top: -115px;
}
.trophy-card .card {
    padding: 20px;
    margin-bottom: 30px;
}
.display-flex .trophy-card .card {
    height: calc(100% - 30px);
}
.trophy-card .card .card-heading {
    border-bottom: 1px solid #E0E0E0;
}
.trophy-card .card .card-heading h5 {
    margin-top: 0;
    margin-bottom: 20px;
}
.trophy-banner-gif {
    width: 100%;
    height: -webkit-fill-available;
}
.period-filter li.active a {
    opacity: 1;
    z-index: 1;
    border-radius: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.col-container {
  display: table;
  width: 100%;
}
.col {
  display: table-cell;
  padding: 16px;
}
.col-container.leaderboard-medals {
    text-align: center;
    display: flex;
    margin-left: -20px;
    width: calc(100% + 40px);
}
.col-container.leaderboard-medals .col {
    position: relative;
    display: inline-block;
    width: 33%;
}
.leaderboard-medals h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 25px;
}
.podium_nickname {
    max-width: 10ch;
    margin: 10px auto;
}
.circle {
    position: relative;
    display: inline-block;
    margin: 10px 0 5px 0;
    text-align: center;
}

.number-settings{
  transition: 0.2s;
}

.number-settings:hover{
  transform: scale(1.5);
  transition: 0.2s;
}
.number-settings i{
  background: #000;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 9999999;
  color: #fff;
}
.circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}
.modal-header .close {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 99;
    font-size: 25px;
    opacity: 0.8;
}
#moduleModal .modal-dialog {
    width: 450px;
}
#moduleModal .modal-header, #moduleModal .modal-body {
    padding: 0;
}
#moduleModal .modal-footer {
    padding: 20px;
}
#moduleModal .modal-content {
    border: 0;
}
#moduleModal .course-name-container p {
    text-align: left;
}
#course_completed_modal .modal-header, #course_completed_modal .modal-body {
    padding: 0;
}
#course_completed_modal .modal-footer {
    padding: 20px;
}
#course_completed_modal .modal-content {
    border: 0;
}
#course_completed_modal .congratulations {
    color: #81b43f;
    font-weight: bold;
}
#course_completed_modal .modal-footer .row {
    margin: 0 85px;
}
#module_complete_modal .modal-header, #module_complete_modal .modal-body {
    padding: 0;
}
#module_complete_modal .modal-footer {
    padding: 20px;
}
#module_complete_modal .modal-content {
    border: 0;
}
#module_complete_modal .congratulations {
    color: #81b43f;
    font-weight: bold;
}
#points_modal .modal-header, #points_modal .modal-body {
    padding: 0;
}
#points_modal .modal-footer {
    padding: 20px;
}
#points_modal .modal-content {
    border: 0;
}
#points_modal .congratulations {
    color: #81b43f;
    font-weight: bold;
}
#points_modal .points-popup-container {
    position: relative;
    padding: 20px 40px;
}
#points_modal .points-popup-container img {
    width: 100%;
}
#points_modal .points-popup-container .points-amount {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
#points_modal .points-popup-container .points-amount span {
    font-size: 30px;
}
#points_modal h5 strong {
    color: #626262
}
#badge_modal .modal-header, #badge_modal .modal-body {
    padding: 0;
}
#badge_modal .modal-footer {
    padding: 20px;
}
#badge_modal .modal-content {
    border: 0;
}
#badge_modal .congratulations {
    color: #81b43f;
    font-weight: bold;
}
#badge_modal .points-popup-container {
    position: relative;
    padding: 0px 40px;
}
#badge_modal .points-popup-container img {
    width: 100%;
    padding: 0 80px;
}
#badge_modal .points-popup-container .points-amount {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
#badge_modal .points-popup-container .points-amount span {
    font-size: 30px;
}
#badge_modal h4 {
    color: #626262
}
#badge_modal .course-image.gif {
    top: -15px;
    height: 70%;
}
.course-name-container {
    padding: 0 20px;
}
.read-more-toggle,  .read-less-toggle {
    cursor: pointer;
    text-decoration: underline;
}
.read-more-toggle:hover,  .read-less-toggle:hover {
    cursor: pointer;
    text-decoration: underline;
}
.course-completed-overview {
    padding: 0 10%;
}
.wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#knowledge-score-panel {
    min-width: 260px;
    max-width: 260px;
    transition: all 0.3s;
    transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
    margin-top: 60px;
    height: calc(100vh - 60px);
    position: relative;
    z-index: 9;
}

/* Shrinking the sidebar*/
#knowledge-score-panel.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}
#knowledge-score-panel.active p {
    font-size: 10px;
    padding: 0 5px;
}
#knowledge-score-panel.active .knowledge-score-user-name {
    margin-top: 45px;
}
#knowledge-score-panel.active .points-user-name {
  font-size: 12px !important;
  margin-top: 40px;
  transition: 0.2s;
}
#knowledge-score-panel .points-user-name {
  transition: 0.2s;
}
#knowledge-score-panel.active .hide-collapsed {
  display: none !important;
}
#knowledge-score-panel.active .hide-panel {
    display: none;
}
#knowledge-score-panel.active .knowledge-small-text {
    font-size: 9px;
    display: none;
}
#knowledge-score-panel.active .c100.small {
    font-size: 55px;
}
#knowledge-score-panel.active .col-xs-12 {
    padding: 0 10px;
}
#knowledge-score-panel.active .knowledge-course-list .c100 {
    margin: 0 auto;
    float: unset;
}
#knowledge-score-panel.active .knowledge-course-list.module-stats .knowledge-course-title {
    text-align: center;
    margin: 10px auto 0;
    word-wrap: break-word;
    height: unset;
    vertical-align: unset;
    display: unset;
}
#knowledge-score-panel.active .knowledge-course-list.module-stats .knowledge-course-title .key-take-out-text {
    margin: 5px 0 0 0;
}
#knowledge-score-panel.active .c100:hover > span {
    cursor: pointer;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
}
#knowledge-score-panel.active .c100.green:hover > span {
    color: #fff !important;
    font-weight: 300 !important;
}
#open-panel-btn {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    z-index: 99999;
}
#knowledge-score-panel #sidebarCollapse {
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 2;
    border-radius: 50%;
    border-color: transparent;
    padding: 0;
    height: 25px;
    width: 25px;
    font-size: 11px;
    transition: 0.1s;
}
#knowledge-score-panel #sidebarCollapse:hover {
    transform: scale(1.1);
    transition: 0.1s;
}
#knowledge-score-panel ul {
    padding-left: 0;
    width: calc(100% - -1px);
}
#knowledge-score-panel ul.quizroom-knowledge-info {
    min-height: calc(100vh - 60px);
    margin: 0;
    overflow-x: hidden;
    transition: 0.2s;
}
#knowledge-score-panel .knowledge-course-list {
    width: 100%;
    list-style: none;
}
#content {
    height: auto;
    min-height: calc(100vh - 60px);
    margin-top: 60px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
  transition: none;
}

#content.fullscreen {
  width: calc(100% - 100px);
  transition: 0.2s;
}
@media (max-width: 991px) {
  #content.fullscreen {
    width: 100%;
  }
}
#knowledge-score-panel,
#knowledge-score-panel ul.quizroom-knowledge-info
{
    height: calc(100vh - 60px);
}
#knowledge-score-panel hr {
    background: #ffffff30;
}
#knowledge-score-panel .knowledge-user-points {
    margin-bottom: 0;
}
#knowledge-score-panel .knowledge-user-level {
    font-size: 25px;
    font-weight: bold;
}
#knowledge-score-panel .knowledge-course-level {
    font-size: 20px;
    font-weight: bold;
}
.knowledge-course-list li {
    position: relative;
}
.knowledge-course-list hr {
    margin: 20px -20px 0;
}
.knowledge-course-list .c100 {
	 float: left;
}
.knowledge-course-list .fa-plus, .knowledge-course-list .fa-minus {
    position: absolute;
    right: 15px;
    top: 30px;
    transition: 0.1s;
    font-size: 14px;
}
.knowledge-course-list .fa-plus:hover, .knowledge-course-list .fa-minus:hover {
    transition: 0.1s;
    transform: scale(1.2);
}
.no-scale .fa-plus:hover {
    transform: scale(1);
}
.no-scale:hover > span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    letter-spacing: 2px;
    font-size: 0.2em;
    display: block;
    text-align: center;
    white-space: nowrap;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    cursor: default;
}
.no-pointer {
    cursor: default;
}
.knowledge-course-title {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.knowledge-course-list .knowledge-course-title .knowledge-small-text {
    margin: 0;
    padding-left: 10px;
    padding-right: 25px;
    line-height: 1.5;
}
.knowledge-score-user-name {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.knowledge-small-text {
    /* font-size: 12px; */
}
.knowledge-header-divider .knowledge-course-text {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0 !important;
}
.knowledge-course-text small {
    font-weight: bold;
}
.quizroom-courses {
    margin-left: 0;
}
.quizroom-knowledge-info {
    position: unset;
}
.redactor-styles h6 {
    text-transform: unset;
}
#knowledge-score-panel .fa-chevron-left {
    position: relative;
    right: 1px;
    top: 1px;
}
#knowledge-score-panel .fa-chevron-right {
    position: relative;
    left: 1px;
}
.welcome-content {
    padding: 50px 20%;
}
.btn-test-knowledge {
    transition: 0.2s;
}
.course-score {
    font-weight: bold;
    margin-bottom: 0;
}
.center-course-score {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#pointsCarousel .center-course-score {
    border-right: none;
}
.mobile-toggle {
    display: none !important;
}
.desktop-toggle {
  display: block !important;
}
.show-desktop {
    display: block;
}
.show-mobile {
    display: none;
}
.flip-container, .front, .back {
	width: -webkit-fill-available;
	height: auto;
    background: #fff;
    border-radius: 4px;
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flipper {
	-webkit-transition: 0.5s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-moz-transform-style: preserve-3d;
    -o-transition: 0.5s;
	-o-transform-style: preserve-3d;
	transition: 0.5s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
@-moz-document url-prefix() {
    .flipper {
    	-moz-transition: 0.5s;
    	-moz-transform-style: preserve-3d;
        -moz-transform: rotateY(0deg);
    }
    .flipper .back {
        -moz-transform: rotateY(180deg);
    }
    .flipper .front {
        -moz-transform: rotateY(0deg);
    }
}
.user-profile-container {
    background: var(--custom-primary-background);
    min-height: 100vh;
}
.user-profile-container .banner {
    width: 100%;
    height: 150px;
    position: relative;
    background: #00466f;
}
.user-profile-container .edit-profile-circle {
    position: absolute;
    bottom: -22px;
}
.user-profile-container .edit-profile-circle .avatar-circle {
  width: 102px;
  height: 102px;
  position: absolute;
  top: -6px;
  left: -6px;
}
.user-profile-container .profile-auth-name, .user-profile-container .profile-arrow-down {
    color: #fff;
    margin: 25px 0 0 15px;
    transition: 0.2s;
}
.user-profile-container .profile-arrow-down:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}
.user-profile-container .user-avatar-profile {
    border: 3px solid #ffffff;
    height: 95px;
    width: 95px;
}
.user-profile-container .user-avatar-profile span {
    font-size: 35px;
}
.user-profile-container .card {
    box-shadow: none;
}
.user-avatar-profile {
    position:relative;
    overflow:hidden;
}
.user-avatar-profile img {
    width:100%;
    transition: 0.3s;
    cursor: pointer;
}
.profile-hover {
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    transition: 0.3s;
    cursor: pointer;
}
.profile-hover p {
    margin:0;
    padding:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-family:arial;
    font-size: 10px;
}
.profile-hover p i {
    font-size: 35px;
    margin-bottom: 5px;
}
.user-avatar-profile:hover .profile-hover {
    left:0;
}
.user-avatar-profile input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.user-avatar-profile input:hover {
    cursor: pointer;
}
.default-profile-avatar {
    height: 52px;
}
.leaderboard-tbl-row.active-user {
    background-color: #D1F2B0
}
.leaderboard-tbl-row.active-user p {
    color: #468B2B;
}
#module_complete_modal .modal-dialog {
    width: 400px;
}
#points_modal .modal-dialog {
    width: 400px;
}
#points_modal .modal-header .close {
  color: #333;
}
#badge_modal .modal-dialog {
    width: 400px;
}
#pointsCarousel .item {
    padding: 0;
}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
 .carousel.vertical .active {
  top: 0;
}
 .carousel.vertical .next {
  top: 100%;
}
 .carousel.vertical .prev {
  top: -100%;
}
 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
 .carousel.vertical .active.left {
  top: -100%;
}
 .carousel.vertical .active.right {
  top: 100%;
}
 .carousel.vertical .item {
    left: 0;
}​
.user-nav h6 {
    display: inline;
    margin-left: 5px;
}
.modal-open .modal {
    margin-bottom: 20px;
}
.course-header-container {
  min-height: 55px;
}
.bottom-actions {
  position: relative;
  margin-top: 30px;
}
.bottom-actions .bottom-left-action {
  float: left;
}
.bottom-actions .bottom-right-action {
  float: right;
}
.mastery-tab {
  margin-left: -5px;
}
img {
    max-width: 100%;
}

.xs-mt-20 {
    margin-top: 20px;
}
.leaderboard-text-input {
	position: absolute;
	bottom: -65px;
	width: calc(100% - 32px);
}

.colorpicker{
	width: 150px;
}
.leaderboard-score-block {
	width: 175px;
	border-radius: 7px;
}

.leaderboard-heading{
	background-color: #FFF;
}

.leaderboard-heading p{
	color: #000;
}
.font-normal {
    font-weight: normal;
}
.question-header-text {
    font-size: 18px;
}
p.questionaire-question {
  font-size: 18px;
}
.termsSwal {
  padding-bottom: 55px;
}
.termsSwal .swal2-content {
    overflow-y: scroll !important;
}
/* width */
.termsSwal .swal2-content::-webkit-scrollbar {
  width: 0;
}
.continue-learning {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.quizroom-image-thumbnail {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}
.m-b-32 {
  margin-bottom: 32px;
}
.user-nav .user-icons-padding {
  padding: 0;
}
.user-nav .user-icons-padding a {
  position: relative;
  display: flex;
  padding: 10px 10px 0 10px;
  height: 55px;
}
.user-nav .user-icons-padding i {
  position: unset;
  padding: 5px;
}
.menu-item-container {
  position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    height: max-content;
    display: inline-flex;
}
.header .brand {
  height: 60px;
}
.user-nav .user-icons-padding a h6 {
  font-size: 12px;
}
.error-module-name p {
    font-size: 10px;
    color: #ffa500;
    margin-top: 5px;
    margin-bottom: 0;
}
.register-row::after {
    clear: inherit;
}
.datepicker.dropdown-menu {
    width: fit-content;
    width: -moz-fit-content;
}
.auth-progress-container {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    width: 100%;
}
.payment-progressbar{
  list-style-type: none;
  counter-reset: step;
  padding: 0;
  display: inline-block;
}
.payment-progressbar li{
  float: left;
  width: 20%;
  min-width: 200px;
  position: relative;
  text-align: center;
}
.payment-progressbar li p {
    opacity: 0.4;
}
.payment-progressbar li:before{
  content:"1";
  width: 30px;
  height: 30px;
}
.payment-progressbar li:before{
  content:counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #cecece;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: #cecece;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.payment-progressbar li:after{
  content: '';
  position: absolute;
  width:100%;
  height: 3px;
  background: #cecece;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.payment-progressbar li:first-child:after{
  content: none;
}
.payment-progressbar li.completed:before {
    font-family: FontAwesome;
    content: "\f00c";
}
.payment-progressbar li.active:before {
    color: #fff;
    content: counter(step);
    counter-increment: step;
    font-family: inherit;
}
.payment-progressbar li.active p {
    opacity: 1;
}
.course-overview .payment-progressbar {
    position: relative;
    top: 20px;
}
.auth-form .form-scroll {
    margin-top: 75px;
    margin-bottom: 50px;
}

@media (max-width: 1850px) {
    .badges {
        height: 200px;
    }
}
@media (min-width: 768px) {
    #course_completed_modal .modal-dialog {
        width: 700px;
    }
    #modal-recap_proceed .modal-dialog {
        width: 400px;
    }
    #popup_modal .modal-dialog {
        width: 400px;
    }
.col-sm-15 {
        width: 20%;
        float: left;
    }
    .badges.col-md-15 {
        height: 200px;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1300px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media(max-width: 1500px) {
    .badges {
        height: 150px;
    }
    .badges.col-md-15 {
        height: 160px;
    }
}
@media(max-width: 1300px) {
    .badges.col-md-15 {
        height: 130px;
    }
}
@media(max-width: 1200px) {
    .payment-progressbar li {
        min-width: 130px;
    }
  #leaderboard-filter-content .completed-courses {
    max-height: 552px;
    height: auto;
  }
    .trophy-room-container .bg-image h2 {
        margin-top: 100px;
    }
    .trophy-card {
        margin-top: 15px;
    }
    .trophy-card .card {
        margin-bottom: 0;
    }
    .badges {
        height: 190px;
    }
    .badges.col-md-15 {
        height: 220px;
    }
    .period-filter .open>.dropdown-menu {
        width: 100%;
    }
    .trophy-room-container .bg-image h2 {
        margin-top: 60px;
    }
    .trophy-content {
        position: relative;
        top: -130px;
    }
    .notification-container-score {
        max-width: calc(100% - 750px);
        position: absolute;
        top: 0;
    }
    .notification-container .notification-text {
        width: 100%;
        min-width: 100%;
    }
}
@media(max-width: 991px) {
    .sign-in-container .form-group {
      width: 70%;
      margin: 0 auto 25px auto;
    }
  .bottom-actions {
    display: flex;
    flex-direction: column-reverse;
  }
  .bottom-actions .bottom-left-action {
    float: unset;
  }
  .bottom-actions .bottom-right-action {
    float: unset;
    margin-bottom: 32px;
  }
    .modal-open .modal {
        margin-bottom: 65px;
    }
  .courseInfoSwal {
    top: 5vh;
  }
    .notification-container-score {
        position: relative;
        width: 100%;
        top: 0;
    }
    .mobile-toggle {
        display: block;
    }
    .desktop-toggle {
        display: none;
    }
    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .badge-title .tooltip.bottom {
        left: 0;
        right: 0;
        bottom: 0px;
        top: unset;
    }
    .badge-title .tooltip-inner {
        max-width: unset;
    }
    .welcome-content {
        padding: 50px;
    }
    .header .pull-left {
        display: -webkit-box;
        margin-left: 0;
    }
    #knowledge-score-panel {
        position: absolute;
        min-width: 50%;
        max-width: 50%;
    }
    #knowledge-score-panel.active {
        min-width: 0;
        max-width: 0;
    }
    #knowledge-score-panel.mobile-panel-toggle {
        min-width: 0;
        max-width: 0;
    }
    #knowledge-score-panel, #knowledge-score-panel ul.quizroom-knowledge-info {
        height: 0;
    }
    #knowledge-score-panel.active ul.quizroom-knowledge-info {
        width: 0;
        transition: 0.2s;
    }
    /* width */
    #knowledge-score-panel::-webkit-scrollbar {
      width: 0;
    }
    /* Track */
    #knowledge-score-panel::-webkit-scrollbar-track {
      display: none;
    }
    /* Handle */
    #knowledge-score-panel::-webkit-scrollbar-thumb {
        display: none;
    }
    /* Handle on hover */
    #knowledge-score-panel::-webkit-scrollbar-thumb:hover {
        display: none;
    }
    #knowledge-score-panel #sidebarCollapse {
        left: 5px;
    }
    #knowledge-score-panel ul.quizroom-knowledge-info {
        width: 100%;
        padding-bottom: 70px;
    }
    .badges {
        height: 350px;
    }
    .badges.col-md-15 {
        height: 350px;
    }
    .course-completed-overview {
        padding: 0 20px;
    }
    .page-container {
        margin: 0;
    }
    #content {
        height: 100vh;
        margin: 0;
        padding: 60px 0;
        overflow-y: scroll;
    }
    .carousel-indicators {
        display: none;
    }
    .scroll-indicator {
        bottom: 80px;
    }
    .sign-in-container .form-group {
      width: 50%;
      margin: 0 auto 25px auto;
    }
    .auth-form .form-scroll {
        margin-top: 0;
    }
    .pay-course-footer {
        bottom: 45px;
    }
  #knowledge-score-panel.active .knowledge-course-list .c100 {
    margin: unset;
    float: left;
  }
  #knowledge-score-panel.active .hide-panel {
    display: block;
  }
  #knowledge-score-panel.active .knowledge-small-text {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: 45px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #knowledge-score-panel.active .knowledge-course-list.module-stats .knowledge-course-title {
    display: contents;
  }
  #knowledge-score-panel.active .knowledge-course-list.module-stats .knowledge-course-title .key-take-out-text {
    margin: 0 auto;
    padding: 0 15px 0 65px;
  }
  .knowledge-header-divider .knowledge-course-text {
    padding: 7px 0 !important;
  }
}
@media(max-width: 768px) {
  .user-profile-container .banner {
    height: 100%;
  }
  .user-profile-container .banner .container {
    padding: 60px 15px;
  }
    #open-panel-btn {
        height: 50px;
    }
    .course-name-container {
        padding-bottom: 0;
    }
    #course_completed_modal .modal-footer {
        padding-top: 0;
    }
    .badge-title .tooltip.bottom {
        top: 20vh;
    }
    .quiz-select-course {
        margin-left: 0;
    }
    .select2-drop-active {
        min-width: min-content;
        width: calc(100% - 50px);
        right: 0;
        margin: 0 auto;
        left: 0;
    }
    #moduleModal .modal-dialog,
    #module_complete_modal .modal-dialog,
    #points_modal .modal-dialog,
    #badge_modal .modal-dialog
    {
      margin: 20vh auto;
    }
    #knowledge-score-panel,
    #knowledge-score-panel ul.quizroom-knowledge-info
    {
        height: calc(100vh - 130px);
    }
    .modal-text-area {
        margin-bottom: 0px;
    }
    .course-overview {
        padding-top: 20px;
    }
    .badges {
        width: 50%;
        float: left;
    }
    .badges.col-md-15 {
        height: 200px;
    }
  .badges img {
    margin: 0 auto 30px;
  }
    .slick-next {
        right: -20px !important;
    }
    .slick-prev {
        left: -20px !important;
    }
    .center-course-score {
        border: none;
    }
    .welcome-content-container h1 {
        font-size: 34px;
        line-height: 1.2;
    }
    .welcome-content-container h2 {
        font-size: 26px;
        line-height: 1.4;
    }
    .welcome-content-container h3 {
        font-size: 22px;
        line-height: 1.4;
    }
    .welcome-content-container h4 {
        font-size: 18px;
        line-height: 1.5;
    }
    .welcome-content-container h5 {
        font-size: 16px;
        line-height: 1.5;
    }
    .p-xs-20 {
        padding: 20px;
    }
    .p-xs-l-15 {
        padding-left: 15px;
    }
    .p-xs-r-15 {
        padding-right: 15px;
    }
    .p-xs-15 {
        padding: 15px;
    }
    .question-progress {
        margin: 0 0 10px;
    }
    .period-filter a {
        margin: 10px;
        border-radius: 8px;
        border: solid;
    }
    .period-filter a.presentation-right-filter.active, .period-filter a.presentation-center-filter.active, .period-filter a.presentation-left-filter.active {
        margin: 10px;
        color: #000;
    }
    .badges {
        height: unset;
        position: relative;
    }
    .badges img {
        width: 50%;
        margin: 0 auto 15px;
    }
    .completed-courses td {
        padding-left: 0;
    }
    .nav-item-dropdown {
        bottom: unset;
        left: unset;
        margin: 10px;
    }
    .nav-item-dropdown .select-course-filter {
        width: 100%;
    }
    #course_completed_modal .modal-footer .row {
        margin: 0;
    }
    .modal-backdrop {
        z-index: 0;
    }
    .recap-container,
    .btn-retest-later,
    .recap-proceed-btn,
    .modal .modal-dialog,
    #moduleModal
    {
        margin-bottom: 70px;
    }
    .modal.m-t-80 {
        margin-top: 0;
    }
    #popup_modal,
    #modal-give-feedback,
    {
        top: 0;
    }
    #knowledge-score-panel ul.quizroom-knowledge-info {
        padding-bottom: 70px;
    }
    .course-overview .payment-progressbar {
        top: 5px;
    }
}
@media (max-width: 615px) {
    .modal {
        top: 0 !important;
        z-index: 9999;
    }
    .modal .modal-dialog {
        margin: 0 0 48px 0 !important;
    }
    .modal-backdrop {
        background-color: #fff;
        opacity: 1 !important;
    }
    .modal.modal-result .modal-content {
        box-shadow: none;
        border: 0;
    }
    .recap-container, .btn-retest-later, .recap-proceed-btn, .modal .modal-dialog, #moduleModal {
        margin-bottom: 45px;
    }
    #moduleModal .modal-dialog,
    #module_complete_modal .modal-dialog,
    #points_modal .modal-dialog,
    #badge_modal .modal-dialog
    {
        width: unset;
    }
    .swal2-container.swal2-shown {
        opacity: 1;
    }
    .courseInfoSwal {
        top: 0;
        height: -webkit-fill-available;
        bottom: unset;
        display: block;
    }
    .payment-progressbar li {
        min-width: 110px;
    }
}
@media(max-width: 550px) {
    .score-row {
        height: 60px;
    }
    .col-container.leaderboard-medals .col {
        display: table-cell;
        width: 33%;
    }
    #moduleModal .course-image.banner {
        padding-bottom: 0;
    }
    #moduleModal h3 {
        margin-bottom: 0;
    }
    #moduleModal .modal-footer {
        padding-top: 0;
    }
    .welcome-content {
        padding: 50px 25px;
    }
    .badges.col-md-15 {
      height: 150px;
    }
    .leaderboard-medals .silver-medal .circle, .leaderboard-medals .bronze-medal .circle {
        height: 80px;
        width: 80px;
    }
    .leaderboard-medals .gold-medal .circle {
        height: 120px;
        width: 120px;
    }
    .notification-container-score {
        width: 100%;
        top: 0;
    }
    .header .brand {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        margin: 0 auto;
        max-width: 170px;
        max-height: 50px;
    }
    .leaderboard-medals h5, .leaderboard-medals p.light-grey {
        font-size: 14px;
        line-height: 20px;
    }
    .mobile-p-0 {
        padding: 0;
    }
    .payment-progressbar li {
        min-width: 95px;
    }
}
@media(max-width: 500px) {
    .trophy-container .tooltip {
        font-size: 9px;
    }
    .leaderboard-medals .col .silver-medal, .leaderboard-medals .col .bronze-medal {
        position: relative;
    }
    .leaderboard-medals .gold-medal .circle {
        height: 100px;
        width: 100px;
    }
    .payment-progressbar li {
        min-width: 85px;
    }
}
@media(max-width: 450px) {
    .badges img {
        margin: 0 auto 15px;
    }
    .trophy-container .col-half-offset {
        display: block;
        position: relative;
    }
    .trophy-container .tooltip {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 9px;
    }
    .circle span {
        font-size: 18px;
    }
    .leaderboard-medals h5 {
        font-size: 16px;
    }
    .leaderboard-medals p.light-grey {
        white-space: nowrap;
        font-size: 14px;
    }
    .leaderboard-medals .silver-medal .circle {
        height: 60px;
        width: 60px;
        border: 3px solid #bdbfd0;
    }
    .leaderboard-medals .bronze-medal .circle {
        height: 60px;
        width: 60px;
        border: 3px solid #c3894c;
    }
    .leaderboard-medals .gold-medal .circle {
        height: 100px;
        width: 100px;
        border: 3px solid #fcc413;
    }
    .col-container.leaderboard-medals .col {
        padding: 15px 5px;
    }
    .leaderboard-score-block {
        white-space: nowrap;
        text-align: right;
        width: max-content;
    }
    .w-70.leadeboard-profile-circles {
        width: auto;
    }
    .w-70.leadeboard-profile-circles .leaderboard-profile-circle {
        margin-right: 10px;
    }
    #leaderboard-filter-content .completed-courses {
        margin: 0 -20px;
    }
    .leaderboard-full-name p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
    .confirm-arrow {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media(max-width: 400px) {
  .badges.col-md-15 {
    height: 120px;
  }
  .mastery-tab {
    margin-left: 0;
  }
    .leaderboard-full-name p {
        max-width: 140px;
    }
    .certificate-filter li.presentation-center,.certificate-filter li.presentation-center {
        width: 100%;
    }
    .completion-filter {
        width: 100%;
    }
    .leaderboard-medals .silver-medal .circle, .leaderboard-medals .bronze-medal .circle {
        height: 50px;
        width: 50px;
    }
    .leaderboard-medals .col {
        padding: 5px;
    }
    .leaderboard-medals p.light-grey {
        font-size: 14px;
    }
    .leaderboard-medals h5 {
        font-size: 16px;
        margin-bottom: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .leaderboard-medals .gold-medal .number div {
        margin-top: 1px;
        font-size: 18px;
    }
    .leaderboard-score-block {
        width: 70px;
    }
    .leaderboard-position {
      width: 30px;
      text-align: center;
    }
    .leaderboard-position p {
        margin-left: 5px;
        width: 30px;
    }
    .leaderboard-profile-circle {
        width: 35px;
        height: 35px;
    }
    .leaderboard-profile-circle span {
        font-size: 13px;
    }
    .leaderboard-full-name p {
        font-size: 13px;
    }
}
@media(max-width: 380px) {
    .leaderboard-medals .gold-medal .circle {
        height: 95px;
        width: 95px;
    }
}
@media(max-width: 370px) {
    .slick-prev {
        left: -25px;
    }
    .slick-next {
        right: -30px !important;
    }
    .leaderboard-medals .gold-medal .circle {
        height: 90px;
        width: 90px;
    }
    .payment-progressbar li {
        min-width: 70px;
    }
}
@media(max-width: 350px) {
    .student-courses-container {
        margin: 0 -10px;
    }
    .slick-next {
        right: -25px !important;
    }
    .leaderboard-full-name p {
        font-size: 12px;
        max-width: 130px;
    }
    .leaderboard-score-block p {
        font-size: 12px;
    }
    .leaderboard-score-block {
        width: 60px;
    }
    .leaderboard-medals .gold-medal .circle {
        height: 80px;
        width: 80px;
    }
}
@media(max-width: 330px) {
    .leaderboard-full-name p {
        font-size: 11px;
        max-width: 120px;
    }
    .leaderboard-score-block p {
        font-size: 11px;
    }
}

.leaderboard-filters {
  display: flex;
  list-style: none;
  padding: 0;
}
.leaderboard-filters > li {
  display: flex;
  padding: 0;
}
.leaderboard-filters > :not(:first-child, :last-child) > a {
  border-radius: 0;
}
.leaderboard-filters > :first-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.leaderboard-filters > :last-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

@media (max-width: 768px) {
  .certificate-filter a.presentation-right-filter {
    margin-left: -10px;
  }
  #popup_modal .modal-dialog {
    width: 50vw;
    margin: 20vh auto;
  }
  .certificate-filter li {
    display: inline-block;
  }
  .all-time-filter, .this-week-filter, .this-month-filter {
    margin: 0;
    width: 100%;
  }
  .this-week-filter {
    margin-left: 5px;
  }
  .this-month-filter {
    margin-left: 0;
  }
  .completion-filter {
    margin-right: -1px;
  }
  .navbar-nav .open .dropdown-menu {
    background: transparent;
    height: calc(100vh - 106px);
    overflow-y: scroll;
  }
  .dropdown-menu.digemy-menu-dropdown > li {
    background: #fff;
  }
  .empty-menu-item {
    height: 50vh;
    background: transparent;
    border-top: 3px solid #eee;
  }
}
@media (max-width: 615px) {
  #popup_modal .modal-dialog {
    width: 100%;
  }
  .sign-in-container .form-group {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .leaderboard-filters {
    max-width: fit-content;
  }
  .leaderboard-filters li {
    display: flex;
    line-height: 1.2px;
  }
  .leaderboard-filters li a {
    text-align: center;
  }
  .all-time-filter {
    margin-left: 0;
  }
  .this-week-filter {
    margin-left: 0;
  }
  .user-stats-room .user-stats-filters {
    padding: 10px 10px 5px 10px;
  }
  .user-profile-container {
    padding-bottom: 20px;
  }
  .user-profile-container .banner .container {
    padding: 30px 15px 15px 15px;
  }
  .user-profile-container .edit-profile-circle {
    position: relative;
    bottom: 0;
    text-align: center;
  }
  .user-profile-container .user-avatar-profile {
    margin: 0 auto;
  }
  .user-profile-container .edit-profile-circle .pull-left {
    float: unset;
  }
  .user-profile-container .profile-auth-name {
    margin: 25px 0 0 15px;
  }
}
@media (max-width: 400px) {
  .certificate-filter a.presentation-right-filter {
    margin-left: 10px;
    margin-top: 0;
  }
}
.m-b-32 {
  margin-bottom: 32px;
}
.user-nav .user-icons-padding {
  padding: 0;
}
.user-nav .user-icons-padding a {
  position: relative;
  display: flex;
  padding: 10px 10px 0 10px;
  height: 55px;
}
.user-nav .user-icons-padding i {
  position: unset;
  padding: 5px;
}
.menu-item-container {
  position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    height: max-content;
    display: inline-flex;
}
.header .brand {
    max-height: 60px;
    padding: 5px;
}
.user-nav .user-icons-padding a h6 {
  font-size: 12px;
}
.error-module-name p {
    font-size: 10px;
    color: #ffa500;
    margin-top: 5px;
    margin-bottom: 0;
}
.register-row::after {
    clear: inherit;
}
.datepicker.dropdown-menu {
    width: fit-content;
    width: -moz-fit-content;
}
.module-container {
    width: calc(100% - 10vw);
    margin: 0 0 auto;
}
.redactor-box.redactor-styles-on {
    background: #f2f3f5;
}

.redactor-air, .redactor-toolbar {
    position: unset;
}
.redactor-focus.redactor-styles-on, .redactor-focus:focus.redactor-styles-on {
    border-color: #000;
    background: #fff;
}
.redactor-toolbar-wrapper {
    border-bottom: 1px solid #d2d9de;
}
.redactor-box.redactor-styles-on .redactor-toolbar {
    padding: 10px;
}
.redactor-air a, .redactor-toolbar a {
    background: #f2f3f5;
    box-shadow: none;
    transition: 0s;
    border: 1px solid transparent;
}
.redactor-air a:hover, .redactor-toolbar a:hover {
    background: #999;
    color: #000;
    border: 1px solid #999;
}
.redactor-focus.redactor-styles-on .redactor-air a, .redactor-focus.redactor-styles-on .redactor-toolbar a {
    background: #fff;
    transition: 0s;
    margin-bottom: 0;
}
.redactor-source-view .redactor-toolbar a {
    background: #000;
}
.redactor-textarea .redactor-placeholder:before {
    top: 10px;
    display: none;
    opacity: 1;
}
.redactor-textarea .redactor-styles::after {
  display: none;
}
.redactor-textarea .redactor-styles.redactor-placeholder::after {
  display: block;
}

.redactor-textarea .choice-remove {
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 9px;
    bottom: unset;
    font-size: 14px;
    background: transparent;
    border: none;
    text-decoration: underline;
    color: rgba(0,0,0,.4);
    font-weight: lighter;
}
.redactor-textarea .choice-remove:focus {
    border: none;
}
.digemy-select .select2-choice {
    height: 45px;
    background: #f2f3f5;
    border: 1px solid #f2f3f5;
}
.digemy-select .select2-chosen {
    height: 100%;
    line-height: 2.8;
    text-align: left;
    color: #000;
}
.digemy-select .select2-container .select2-choice .select2-arrow b:before {
    top: 8px;
    font-size: 16px;
}
.digemy-checkbox-block {
    width: 100%;
    background: #f2f3f5;
    color: #000;
    border: 1px solid #f2f3f5;
    border-radius: 3px;
    height: 45px;
}
.digemy-checkbox-block:hover {
    cursor: pointer;
}
.digemy-checkbox-block.checked {
    border: 1px solid #000;
}
.digemy-checkbox-block input {
    margin: 0;
    position: relative;
    top: 35%;
    right: 6px;
}
.digemy-checkbox-block label {
    width: calc(100% - 25px);
    padding: 11.5px 10px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.digemy-checkbox-block label:hover {
    cursor: pointer;
}
.select-answer-header {
    position: relative;
    top: 15px;
    color: #93a0a9;
}
.add-option button {
    font-size: 14px;
    color: #34404e;
    text-decoration: underline;
    background: transparent;
    border: none;
    border: 1px dashed #d7d9dd;
    width: 100%;
    padding: 15px;
}
.add-option button:hover, .add-option button:active, .add-option button:focus {
    background: transparent;
    color: #34404e;
}
.digemy-switchery-radio .switchery {
    position: relative;
    bottom: 17px;
    height: 12px;
    width: 12px;
    box-shadow: none;
    border: 1px solid #000;
    transition: none;
    border-color: #000;
    transition: none;
}
.digemy-switchery-radio .switchery>small {
    height: 6px;
    width: 6px;
    top: 3px;
    left: 3px !important;
    transition: none;
}
.redactor-textarea .redactor-styles::after
{
    position: absolute;
    left: 18px;
    top: 15px;
    content: attr(placeholder);
    pointer-events: none;
    opacity: 0.5;
}
.math-popup {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}
.math-popup button, .choice-shuffle-toggle button, .choice-anchor-holder button {
    background: transparent;
    color: #000;
    border: 1px solid transparent;
}
.choice-shuffle-toggle button, .choice-anchor-holder button {
  padding: 0;
}
.math-popup button:hover {
    cursor: pointer;
    background: #999;
    color: #000;
    border: 1px solid #999;
}
.choice-shuffle-toggle button:hover, .choice-anchor-holder button:hover {
  background-color: #fff;
  color: #333;
}
/* popup */
.popup .popuptext {
  visibility: hidden;
  min-width: 160px;
  max-width: unset;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 3px;
  padding: 45px 15px 15px;
  position: absolute;
  z-index: 2;
  top: 125%;
  left: 50%;
  margin-left: -50%;
  box-shadow: -6px 6px 12px 0 rgba(0, 0, 0, 0.1);
}
/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/* Button inside popup to close popup */
.popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.popup-close:hover {
    cursor: pointer;
}
.popup input {
    height: 35px;
    border-radius: 3px;
    border: solid 1px #d7d9dd;
    background-color: #d7d9dd;
    text-align: center;
    margin-bottom: 15px;
}
.popup input:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(136 136 136 / 60%);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(136 136 136 / 60%);
}
.popup button.btn-save {
    border: none;
    text-decoration: underline;
  color: #888;
}
.question-container .question-blocks:hover .question-blocks-top span {
  color: #fff;
}
.question-container .question-blocks.selected .question-blocks-top span {
  color: #fff;
}
.popup input::-webkit-input-placeholder {
   text-align: center;
}
.popup input:-moz-placeholder { /* Firefox 18- */
   text-align: center;
}
.popup input::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}
.popup input:-ms-input-placeholder {
   text-align: center;
}
.popup #mathematicalNotationPopup {
    max-width: 25%;
    width: unset;
    left: unset;
    right: 25px;
    top: calc(100% - 20px);
}
.popup #mathematicalNotationPopup p {
    text-align: left;
}
.quizroom-question-header-text.no-margin-p p {
    margin-bottom: 0;
}
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: relative;
    top: -40px;
    margin-bottom: -60px;
}
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.iframe-container iframe #player {
    max-width: unset;
    height: unset;
    min-height: unset;
    display: contents;
}
.question-video {
    min-height: -webkit-fill-available;
}
.question-video .player {
    max-width: unset;
    height: unset;
    min-height: unset;
    display: contents;
}
@media (max-width: 1550px) {
    .btn-copy-link {
        font-size: 12px;
    }
}
@media (max-width: 1400px) {
    .btn-copy-link {
        font-size: 10px;
    }
    .btn-copy-link img {
        height: 14px;
    }
}
@media (max-width: 1550px) {
    .redactor-air a.re-button-icon, .redactor-toolbar a.re-button-icon {
        padding: 9px 10px 6px;
    }
    .popup #mathematicalNotationPopup {
        max-width: 60%;
    }
}
@media (max-width: 1350px) {
    .math-popup button span {
        display: none;
    }
    .redactor-toolbar-wrapper {
        padding-right: 60px;
    }
}
@media (max-width: 991px) {
    .question-video {
        min-height: auto;
    }
    .question-container {
        padding-bottom: 0;
    }
    .iframe-container {
        top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
    .header .brand {
        max-width: 150px;
    }
}
.tooltip-popup {
  position: relative;
  display: inline-block;
}
.tooltip-popup .tooltip-popuptext {
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
    margin-left: 20px;
}
.tooltip-popup .tooltip-popuptext small {
    font-size: 11px;
}
.tooltip-popup .tooltip-popuptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #e1e1e1 transparent transparent;
}
.tooltip-popup:hover .tooltip-popuptext {
  visibility: visible;
  opacity: 1;
}
.tooltip-popup .tooltip-popuptext.coming-soon-tooltip {
    top: -35px;
}
.tooltip-popup .tooltip-popuptext.release-date-tooltip {
    top: -35px;
}
.tooltip-popup .tooltip-popuptext.select-all-tooltip {
    top: -55px;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 50%;
}
.datepicker table tr td.today {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.2;
    background-color: transparent;
}
.course-image-container.coming_soon:before {
    content: "\f023";
    font-family: FontAwesome;
    font-size: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%;
    width: 100%;
    line-height: 2.8;
    overflow: hidden;
 }
 .datepicker tfoot {
     display: none;
 }

 .redactor-styles figure, figure {
     width: auto;
}
.courseInfoSwal .swal2-close:focus {
    outline: none;
}

.swal2-show .swal2-close {
    color: #34404e;
}
.swal2-popup .swal2-close:focus {
    outline: none;
}
.back-to-dashboard i {
    position: relative;
    top: 20px;
    left: 35px;
}
.display-mobile {
    display: none;
}
.payment-status-container .back-to-dashboard {
    display: none;
}
.transaction-text {
    text-align: center;
}
.custom-field-item, .modal-item {
    border-bottom: 1px solid #999;
    padding: 20px 0;
}
.custom-field-item:last-child, .modal-item:last-child {
    border-bottom: transparent;
}
.m-b-60 {
    margin-bottom: 60px;
}
.footer-save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 12px;
    text-align: right;
    z-index: 2;
    box-shadow: 0 3px 15px rgb(0 0 0 / 0.3);
}
@media (max-width: 768px) {
    .display-mobile {
        display: block;
    }
    .payment-status-container .back-to-dashboard {
        display: block;
        position: relative;
        top: 20px;
        left: 20px;
    }
    .transaction-text {
        text-align: left;
    }
    .swal2-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
    }
    .swal2-popup {
        height: 100%;
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        overflow-y: scroll;
    }
    .swal2-show {
        height: unset;
        margin-bottom: 0;
    }
    .swal2-popup #swal2-content {
        font-size: 15px;
    }
    .swal2-show #swal2-content {
        margin-bottom: 10vh;
    }
    .swal2-show .swal2-actions {
        display: block;
        position: relative;
        margin-bottom: 100px;
    }
    .swal2-show .swal2-actions button {
        font-size: 14px;
    }
    .swal2-show .swal2-actions .btn-digemy-flat {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
    .courseInfoSwal .swal2-close {
        top: 7px;
        right: 7px;
    }
    .courseInfoSwal .course-information-popup {
        margin: 0;
    }
    .courseInfoSwal {
        top: 0;
        height: calc(100% - 35px);
        display: block !important;
    }
    .courseInfoSwal .course-information-content h3 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .courseInfoSwal .course-information-content h5 {
        font-size: 12px;
    }
    .courseInfoSwal .course-information-footer-content .get-started {
        text-align: center;
        margin-top: 30px;
        height: 100px;
    }
    .courseInfoSwal .get-started .btn {
        width: 150px;
    }
    .courseInfoSwal .get-started .btn.close-swal {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .course-overview {
        padding-top: 0;
    }
    .pay-course-header {
        background: none;
    }
    .pay-course-image-container {
        height: 100%;
        padding: 0;
    }
    .pay-course-image {
        position: unset;
    }
    .pay-course-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .course-overview-info, .pay-course-description {
        display: none;
    }
    .mobile-info-overview {
        border-top: 1px solid #4b565b;
        padding-top: 15px;
    }
    .pay-course-footer {
        position: relative;
        bottom: 0;
        box-shadow: none;
        height: 300px;
    }
    .pay-course-footer .container {
        padding-top: 0;
    }
    .course-overview-buy-btn {
        float: unset;
        text-align: center;
    }
    .course-overview-buy-btn button {
        float: unset;
    }
    .course-overview-cancel-btn {
        text-align: center;
        margin-top: 20px;
        margin-right: 0;
    }
    .course-overview-actions {
        margin-bottom: 150px;
    }
    .back-to-dashboard i {
        left: 10px;
    }
    .cancel-payment-actions {
        text-align: center;
        display: grid;
    }
    .cancel-payment-actions .col-xs-12 {

    }
    .cancel-payment-actions .col-xs-12:first-child {
        order: 2;
        padding-bottom: 100px;
    }
    .cancel-payment-actions .btn {
        float: unset;
    }
    .cancel-payment-actions .btn .btn-digemy-flat {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 80px;
    }
}
.module-thumb-holder {
  transition: 0.2s;
}
.module-thumb-holder:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}
.view-vue-courses {
  display: none;
}
@media (max-width: 991px) {
  .view-vue-courses {
    display: block;
  }
}
.adventures-overview-tabs {
  position: relative;
}
.adventures-overview-tabs .tabs-component {
  padding-bottom: 100px;
  width: 100%;
  text-align: center;
}
.adventures-overview-tabs .tabs-component-tabs {
  list-style-type: none;
  padding-left: 0;
  display: inline-flex;
  margin-bottom: 30px;
}
.adventures-overview-tabs .tabs-component-tabs li {
  padding-left: 0;
  width: 50%;
  text-align: center;
  border-radius: 4px;
}
.adventures-overview-tabs .tabs-component-tabs li a {
  padding: 10px 0;
  display: inherit;
  border-radius: 3px;
  width: 250px;
  text-align: center;
}
.adventures-overview-tabs .tabs-component-tabs .tabs-component-tab:first-child a {
  margin: 0 5px 0 auto;
}
.adventures-overview-tabs .tabs-component-tabs li.is-active a {
  color: #fff;
}
.course-content-tabs {
  position: relative;
}
.tabs-component-tabs {
  list-style-type: none;
  padding-left: 0;
  display: inline-flex;
  width: 100%;
}
.course-content-tabs .tabs-component-panels {
  padding: 12px;
}
.course-content-tabs .tabs-component-tabs li {
  padding-left: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  display: contents;
}
.course-content-tabs .tabs-component-tabs li a {
  padding: 10px 0;
  font-size: 0;
  transition: 0.2s;
  width: 100%;
}
.course-content-tabs .tabs-component-tabs li a:hover {
  transition: 0.2s;
}
.course-content-tabs .tabs-component-tabs li a:hover::before {
  color: #fff;
}
.course-content-tabs .tabs-component-tabs li a:before {
  content: '';
  font-family: FontAwesome;
  font-size: 20px;
}
@media (max-width: 500px) {
  .course-content-tabs .tabs-component-tabs li a:before {
    font-size: 16px;
  }
}
.course-content-tabs .tabs-component-tabs li a[href="#video"]:before {
  content: "\f03d";
}
.course-content-tabs .tabs-component-tabs li a[href="#audio"]:before {
  content: "\f028";
}
.course-content-tabs .tabs-component-tabs li a[href="#text"]:before {
  content: "\f15c";
}

.question-actions .right-action-button {
  text-align: right;
}
.question-actions {
  padding-left: 40px;
  padding-right: 40px;
}
@media(max-width: 767px) {
  .question-actions {
    display: grid;
  }
  .question-actions .right-action-button {
    order: 1;
    margin-bottom: 20px;
  }
  .question-actions .left-action-button {
    order: 2;
  }
  .question-actions .right-action-button .btn {
    width: 100%;
  }
  .question-actions .left-action-button .btn {
    width: 100%;
  }
  .question-actions {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1300px) {
  .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-master {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1200px) {
  .nav>li>a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
h2.swal2-title, swal2-title {
  font-size: 14px;
}
.multiselect {
  min-height: 34px;
}
.multiselect__tags {
  min-height: 34px;
  padding: 0px 40px 0 8px;
}
.multiselect__placeholder {
  margin-bottom: 4px;
  padding-top: 8px;
  color: #666;
  font-size: 12px;
}
.multiselect__select {
  height: 34px;
}
.multiselect__tag-icon:after {
  color: #fff;
}
.multiselect__tags {
  border: 1px solid #cccccc;
}
.multiselect, .multiselect__input, .multiselect__single {
  font-size: 14px;
}
.multiselect__input, .multiselect__single {
  padding: 5px 0 0 0;
}
.multiselect__tag {
  margin: 5px 5px 0 0;
}
.multiselect__element {
  padding-left: 0;
}
.multiselect__select:before {
  top: 60%;
}
.ck-editor__editable {
  min-height: 150px;
}
.challenge-container .banner {
  height: 250px;
  position: relative;
}
.challenge-container .banner img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.btn:hover {
  color: #fff;
}
.btn {
  color: #fff;
}
.btn-copy-link {
  height: 45px;
  border: 1px dashed #d7d9dd;
  width: calc(50% - 5px);
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888 !important;
}
.btn-copy-link i {
  margin-right: 10px;
}
.btn-copy-link.checked {
  border: 1px solid #000;
  background: #f2f3f5;
  color: #000;
}
.banner .banner-text {
  position: absolute;
  z-index: 1;
}
.milestone-blocks .milestone .progressive-image {
  height: 200px;
}
.milestone-blocks .milestone .progressive-image .progressive-image-wrapper .progressive-image-main {
  object-fit: cover;
  height: 100%;
}


.milestone-card {
  position: relative;
  display: block;
  height: 200px;
  width: 340px;
  margin: 20px;
  float: left;
  border-radius: 5px;
  background-color: #053d62;
  background-image: var(--banner-image);
  background-position: top left;
  background-size: cover;
  overflow: hidden;
}

.milestone-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.milestone-card__inner[data-overlay="true"] {
  background-color: rgba(0, 0, 0, 0.3);
}

.milestone-card__text {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.milestone-card__label-complete {
  background-color: #00a651;
  padding: 1rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.milestone-card__checkmark {
  font-size: 20px;
  margin-right: .5rem;
}

.milestone-card__lock-icon {
  font-size: 70px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}

.milestone-card-container {

}

@media (max-width: 1599px) {
  .milestone-card-container .container {
    width: 780px;
  }
}

@media (max-width: 1560px) {
  .milestone-card-container {
    margin: 0 30px;
  }
}

@media (max-width: 1150px) {
  .milestone-card-container .container {
    width: 650px;
  }

  .milestone-card {
    width: 270px;
  }
}

@media (max-width: 768px) {
  .milestone-card-container {
    margin: 0;
  }
  .milestone-card {
    width: calc(100% - 40px);
  }
  .milestone-card-container .container {
    width: 660px;
    margin: 0 auto;
  }
}

@media (max-width: 679px) {
  .milestone-card-container {
    margin: 0;
  }

  .milestone-card-container .container {
    width: unset;
  }

  .milestone-card {
    width: -webkit-fill-available;
  }
}

@media (max-width: 400px) {
    .milestone-card {
      margin: 0 10px;
    }
}

@media (max-width: 350px) {
  .milestone-card-container {
    margin: 0 -10px;
  }
}

.challenge-notice {
  overflow: hidden;
}

.challenge-notice__banner {
  padding-top: 24%;
  position: relative;
  overflow: hidden;
}

.challenge-notice__banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.progressive-image .progressive-image-wrapper {
  height: 100%;
  padding-bottom: 0;
}
.progressive-image .progressive-image-wrapper .progressive-image-main {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.challenge-notice__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}


@media (max-width:991px) {
  .knowledgebar, #knowledge-score-panel {
    min-width: 0 !important;
    max-width: 0 !important;
  }
  .knowledgebar.active, #knowledge-score-panel.active {
    min-width: 260px;
    max-width: 260px;
  }
  #knowledge-score-panel.active ul.quizroom-knowledge-info {
    width: 260px;
  }
  .knowledge-panel {
    min-width: 260px !important;
    max-width: 260px !important;
  }
  #knowledge-score-panel.knowledge-panel.active {
    min-width: 0 !important;
    max-width: 0 !important;
  }
  #knowledge-score-panel.knowledge-panel.active ul.quizroom-knowledge-info {
    width: 0;
  }
}
.session-points-swal, .quizSwal {
  position: fixed !important;
  top: 75px !important;
  left: 300px !important;
}
.recap-content img {
  height: unset !important;
}
.auth-intro {
  position: fixed;
}
.auth-form {
  position: relative;
  left: 33.3%;
}
.poll-actions {
  width: 225px !important;
}
@media (max-width: 991px) {
  .auth-form {
    left: 0;
  }
  .session-points-swal, .quizSwal {
    left: 50px !important;
  }
  .recap-content img {
    width: 100%;
  }
  #knowledge-score-panel .knowledge-course-title {
    position: relative;
  }
  #knowledge-score-panel.active .knowledge-small-text {
    display: block;
    padding-right: 70px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
  }
  #knowledge-score-panel.active .knowledge-course-list.module-stats .knowledge-course-title {
      display: block;
  }
  #knowledge-score-panel.active .knowledge-course-list.module-stats .knowledge-course-title .key-take-out-text {
      margin: 15px 0 0 0;
  }
  .knowledge-course-list .fa-plus, .knowledge-course-list .fa-minus {
    right: 10px;
  }
}
@media (max-width: 1450px) {
  .navbar-nav > li > a {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 1350px) {
  .navbar-nav > li > a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  .navbar-nav > li > a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .session-points-swal, .quizSwal {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    height: unset !important;
  }
  .mobile-no-padding {
    padding: 0 !important;
  }
}
@media (max-width: 500px) {
  h5.session-points {
    font-size: 12px !important;
  }
}
.short-description .ck-editor__editable {
  min-height: 80px;
}

.course-card-actions {
  display: flex;
  width: 100%;
  padding: 0 0.5rem;
  justify-content: center;
}

.course-card-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin: 0;
}

.course-card-action-button + .course-card-action-button {
  margin-left: 0.5rem;
}

.dd-class {
  margin-top: 10px;
}

.swal2-button {
  margin-left: 10px;
  margin-right: 10px;
}

.admin-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  max-width: 1500px;
}

.admin-category-tile {
  border: 1px solid lightgray;
  border-radius: 4px;
  flex: 0 0 auto;
  width: 400px;
  padding: 8px;
}

.admin-category-tile_main {
  display: flex;
  column-gap: 8px;
}

.admin-category-tile_text {
  flex-grow: 1;
}

.admin-category-tile_icon {
  flex: 0 0 auto;
  height: 40px;
  width: 40px;
  background-color: white;
}

.admin-category-tile_icon > img {
  height: 100%;
  width: 100%;
}

.categoryform-icon {
  display: flex;
  flex-direction: column;
}

.categoryform-icon_label {
  flex-grow: 1;
}

.categoryform-icon_display {
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.categoryform-icon_display > img {
  height: 100%;
  width: 100%;
}

@media (min-width: 1280px) {
  .trophy-room-container {
    padding-left: 280px;
  }
}

.answer-shuffling {
  padding-left: 15px;
  padding-bottom: 50px;
}

.export-button {
  padding-left: 15px;
}
.btn.btn-admin-link {
  border: none;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-admin-link:hover{
  background: none;
}
#tenantTable > tbody > tr > td > .btn {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 11px;
  border-radius: 4px;
  padding-left: 32px;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 12px;

}

.sort-modules-panel, .sort-courses-panel {
  margin-top: 7%;
  padding-top: 15px;
  padding-bottom: 15px;
}


.user-info-table th, .high-level-statistics th {
  text-transform:uppercase;
  padding-top: 20px;
}

.user-info-table td{
  width: 33%;
  vertical-align:top;
  padding-top: 20px;
}

.high-level-statistics td {
  width: 50%;
  vertical-align:top;
  padding-top: 20px;
}

.panel-user-view {
  display: table;
  width: 99%;
  margin: 10px 10px 0 10px;
  border-spacing: 20px;
}

.user-information {
  width: 55%;
  display:table-cell;
  height: 280px;
}

.high-level-statistics {
  display:table-cell;
  margin-top: 30px;
  margin-left: 30px;
}

.user-information, .high-level-statistics {
  border: 2px solid black;
  border-radius: 10px;
  padding: 20px;
}

.granular-statistics {
  border: 2px solid black;
  border-radius: 10px;
  margin: 0 29px 80px 29px;
  padding: 20px 20px 0 20px;
}

.view-user-select-course {
  width: 200px;
  float: left;
}

.user-courses-stats {
  overflow: hidden;
}

.user-courses-stats p {
  color: #626262;
  padding: 5px 0 0 20px;
  font-style: italic;
  overflow: hidden;
}

.view-user-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 12px;
  z-index: 2;
  box-shadow: 0 3px 15px rgb(0 0 0 / 0.3);
}

.view-user-dials-block {
  height: 100px;
  width: 100px;
  background-color: #e9e9e9;
  border-radius: 20px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: black;
}

.view-user-panel-body {
  width: 100%;
  overflow: hidden;
}

.view-user-panel-body p {
  margin-bottom: 0;
}

.view-user-dials {
  overflow: hidden;
  line-height: 60px;
  width: 15%;
  text-align: center;
  padding: 20px 20px 20px 40px;
}

.view-user-dials p {
  font-style: italic;
  padding: 20px;
}

.view-user-footer-buttons {
  width: 100%;
  overflow: hidden;
  margin: 5px 0 5px 0;
}

.view-user-left-btn {
  float:left;
  padding-left: 20px;
}

.view-user-left-btn a {
  color: black !important;
  font-style: normal;
}

.view-user-right-btn {
  float:right;
  padding-right: 20px;
}

.back-to-users-btn {
  display: block;
  background-color: #eee;
  font-family: Arial;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  border-radius: 3px;
  height: 35px;
  width: 150px;
  line-height: 35px;
  padding-left: 17px;
}

.view-user-login-btn {
  display: block;
  background-color: #001d38;
  font-family: Arial;
  font-weight: 300;
  font-size: 14px;
  color: white;
  font-style: normal;
  letter-spacing: 0.01em;
  border-radius: 3px;
  height: 35px;
  width: 100px;
  line-height: 35px;
  padding-left: 17px;
}

.view-user-login-btn:hover {
  color: white;
  text-decoration: none;
}

.user-form {
  border-radius: 0;
}
#knowledge_current {
  width: 70% !important;
  margin: auto !important;
}
.announcements-nav {
  width: 200px;
  max-height: 100%;
}

.announcement-launch-date, .announcement-expiration-date {
  max-width: 220px;
}

.announcement-date {
  position: relative;
}
.announcement-date-clear {
  position: absolute;
  inset: 0;
  left: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
  padding-inline: 12px;
}

.announcements-body, .announcements-title,
.announcements-launch, .announcements-edit,
.announcements-delete, .announcements-ta {
  text-transform: uppercase;
  padding: 10px 10px !important;
  border-bottom: none !important;
}
.announcements-title, announcements-title-block {
  width: 25%;
}
.announcements-body, announcements-body-block {
  width: 55%;
}
.announcements-launch, .announcements-launch-block {
  width: 10%;
}
.announcements-edit, .announcements-edit-block,
.announcements-delete, announcements-delete-block{
    width: 3%;
}

.announcements-edit-icon a, .announcements-delete-icon a {
  color: #626262;
}

.announcements-btn-footer {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  display: flex;
  gap: 1rem;
  justify-content: end;
}

.date-addon {
  position: relative;
}

.date-addon input {
  padding-right: 30px;
}

.date-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

[x-cloak] { display: none !important; }

.tab-content {
  margin-bottom: 7%;
}

.users-search-button {
  margin-left: 15;
  height: 34px;
}

.users-search {
  display: flex;
}

.leaderboard-list-table-row {
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.leaderboard-list {
  padding: 5px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 80%, #fff 100%) !important;
}

.winner-zone {
  text-align: center; 
  margin: 5px 0 20px 0;
}

.winner-zone-line {
  display: inline-block;
  width: 30%;
  border-top: 1px solid #DCDCDC;
  vertical-align: middle;
}

.leaderboard-user-line {
  display: inline-block;
  width: 100%;
  border-top: 1px solid lightgray;
  vertical-align: middle;
  padding-bottom: 20px;
}

.winner-zone p {
  display: inline-block;
  color: var(--colors-text-information);
}

.winner-zone-arrow-up {
  color: var(--colors-text-information);
}

@media (max-width: 767px) {
  .winner-zone-line {
    width: 20%;
    display: inline-block;
  }
}

.leaderboardThisMonthMessage, .leaderboardLastmonthMessage, .leaderboardAllTimeMessage {
  color: var(--colors-text-information);
}

.leaderboard-top-fifty {
  background-color: var(--colors-surface-information);
}

.leaderboard-top-fifty p {
  color: var(--colors-text-information);
}

.leaderboard-over-fifty-positions {
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.leaderboard-tbl-row.active-user-new {
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  background-color: var(--colors-border-information);
}

.leaderboard-tbl-row.active-user-new p {
  color: var(--colors-text-question);
}

.leaderboard-over-fifty-positions p {
  color: var(--colors-text-body);
}

.leaderboard-profile-circle-new {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px 0 5px 0;
  text-align: center;
  position: relative;
}

.leaderboard-profile-circle-new {
  background: #1629da;
  border: 3px solid var(--colors-border-information);
}

.leaderboard-profile-circle-primary {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 10px 0 5px 0;
  text-align: center;
  position: relative;
}

.leaderboard-profile-circle-primary {
  background: #1629da;
  border: 3px solid var(--colors-border-primary);
}