@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(../assets/fonts/roboto-thin.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(../assets/fonts/roboto-thinitalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../assets/fonts/roboto-light.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(../assets/fonts/roboto-lightitalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/roboto-regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(../assets/fonts/roboto-regularitalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../assets/fonts/roboto-medium.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(../assets/fonts/roboto-mediumitalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/roboto-bold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(../assets/fonts/roboto-bolditalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(../assets/fonts/roboto-black.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(../assets/fonts/roboto-blackitalic.ttf) format("truetype");
}

@font-face {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  src: url("../assets/fonts/icons.ttf") format("truetype"), url("../assets/fonts/icons.woff") format("woff"), url("../assets/fonts/icons.svg#icons") format("svg");
}

.icon {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  display: inline-block;
  position: relative;
  top: 0;
}

[data-icon] {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  display: inline-block;
  position: relative;
  top: 0;
}

[data-icon]:before {
  content: attr(data-icon);
}

body {
  background-color: #fcfcfc;
  -webkit-text-size-adjust: none;
  color: #646464;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  padding-top: 45px;
}

@media (min-width: 768px) {
  body {
    padding-top: 65px;
  }
}

@media (min-width: 992px) {
  body {
    padding-bottom: 45px;
  }
}

body.footer-to-bottom {
  padding-bottom: 165px;
}

@media (min-width: 768px) {
  body.footer-to-bottom {
    padding-bottom: 130px;
  }
}

@media (min-width: 992px) {
  body.footer-to-bottom {
    padding-bottom: 45px;
  }
}

.app-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: white;
  height: 45px;
  width: 100%;
}

@media (min-width: 768px) {
  .app-header {
    height: 65px;
  }
}

body.is-scrolling .app-header {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(21, 21, 21, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(21, 21, 21, 0.4);
}

.app-heaader-logo, .app-heaader-logo:link, .app-heaader-logo:visited, .app-heaader-logo:hover, .app-heaader-logo:focus, .app-heaader-logo:active {
  display: none;
  height: 45px;
  float: left;
  width: 164px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("../assets/images/logo-bernays-new.svg");
  background-size: auto 25px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .app-heaader-logo, .app-heaader-logo:link, .app-heaader-logo:visited, .app-heaader-logo:hover, .app-heaader-logo:focus, .app-heaader-logo:active {
    display: inline-block;
    height: 65px;
    background-size: 130px 100px;
    margin-left: 15px;
  }
}

.app-sidebar-toggle-button {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.app-sidebar-toggle-button:focus {
  outline: none;
}

.app-sidebar-toggle-button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background: #424242;
  -webkit-transition: background 0s 0.2s;
  -o-transition: background 0s 0.2s;
  transition: background 0s 0.2s;
}

.app-sidebar-toggle-button span::before, .app-sidebar-toggle-button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #424242;
  content: "";
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.app-sidebar-toggle-button span::before {
  top: -6px;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}

.app-sidebar-toggle-button span::after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

@media (min-width: 768px) {
  .app-sidebar-toggle-button {
    width: 65px;
    height: 65px;
  }
}

@media (min-width: 992px) {
  .app-sidebar-toggle-button {
    display: none;
  }
}

.sidebar-is-expanded .app-header .app-sidebar-toggle-button span {
  background: none;
}

.sidebar-is-expanded .app-header .app-sidebar-toggle-button span::before, .sidebar-is-expanded .app-header .app-sidebar-toggle-button span::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.sidebar-is-expanded .app-header .app-sidebar-toggle-button span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar-is-expanded .app-header .app-sidebar-toggle-button span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.app-header-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav-btn {
  position: relative;
}

.header-nav-btn::before {
  display: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0px;
  z-index: 10100;
  border-left: solid transparent;
  border-right: solid transparent;
  border-bottom: solid #fff;
  border-width: 6px;
  -webkit-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  -o-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

@media (min-width: 768px) {
  .header-nav-btn::before {
    border-width: 8px;
  }
}

.header-nav-item {
  float: left;
  position: relative;
}

.header-nav-item.dropdown {
  position: static;
}

@media (min-width: 768px) {
  .header-nav-item.dropdown {
    position: relative;
  }
}

.header-nav-item.dropdown .header-nav-btn::after {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  content: "expand_more";
}

.header-nav-item.open .header-nav-btn::before {
  display: block;
}

.header-nav-item.fade-in .header-nav-btn::before {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 768px) {
  .header-nav-item.sm-show {
    display: inline-table !important;
  }
}

.header-nav-btn, a.nav-item-btn:link, a.nav-item-btn:visited {
  background-color: white;
  color: #fff;
  display: inline-table;
  height: 45px;
  padding: 0 10px;
  color: #424242;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-nav-btn:focus, a.nav-item-btn:link:focus, a.nav-item-btn:visited:focus {
  outline: none;
}

@media (min-width: 768px) {
  .header-nav-btn, a.nav-item-btn:link, a.nav-item-btn:visited {
    height: 65px;
    padding: 0 15px;
  }
}

.header-nav-btn > span, a.nav-item-btn:link > span, a.nav-item-btn:visited > span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.header-nav-btn > span:not(:only-child):not(:last-child), a.nav-item-btn:link > span:not(:only-child):not(:last-child), a.nav-item-btn:visited > span:not(:only-child):not(:last-child) {
  padding-right: 7.5px;
}

@media (min-width: 768px) {
  .header-nav-btn > span.sm-show, a.nav-item-btn:link > span.sm-show, a.nav-item-btn:visited > span.sm-show {
    display: table-cell !important;
  }
}

.open .header-nav-btn, .open a.nav-item-btn:link, .open a.nav-item-btn:visited,
.header-nav-btn:hover, .header-nav-btn:focus, .header-nav-btn:active,
a.header-nav-btn:hover, a.header-nav-btn:focus, a.header-nav-btn:active {
  color: black;
  text-decoration: none !important;
}

.header-nav-notifications .dropdown-menu {
  width: 100%;
  left: 0;
}

@media (min-width: 768px) {
  .header-nav-notifications .dropdown-menu {
    width: 370px;
    left: auto;
    right: -65px;
  }
}

.header-nav-notifications .notifications-list > header {
  height: 24px;
  padding: 7.5px 15px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: content-box;
  line-height: 24px;
}

.header-nav-notifications .notifications-list > header:before, .header-nav-notifications .notifications-list > header:after {
  content: " ";
  display: table;
}

.header-nav-notifications .notifications-list > header:after {
  clear: both;
}

.header-nav-notifications .notifications-list > header a.notifications-settings {
  display: inline-block;
  height: 24px;
  width: 24px;
  float: right;
}

.header-nav-notifications .notifications-list > header a.notifications-settings:link, .header-nav-notifications .notifications-list > header a.notifications-settings:visited {
  color: #646464;
}

.header-nav-notifications .notifications-list > header a.notifications-settings:hover, .header-nav-notifications .notifications-list > header a.notifications-settings:focus, .header-nav-notifications .notifications-list > header a.notifications-settings:active {
  color: #005587;
}

.header-nav-notifications .notifications-list > footer {
  height: 24px;
  border-top: 1px solid #f0f0f0;
  padding: 7.5px 15px;
  box-sizing: content-box;
  text-align: center;
}

.header-nav-notifications .notifications-list > footer a {
  display: block;
  font-weight: bold;
  color: rgba(0, 85, 135, 0.8);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-nav-notifications .notifications-list > footer a:hover, .header-nav-notifications .notifications-list > footer a:focus {
  text-decoration: none;
  color: #005587;
}

.header-nav-notifications .notifications-list .notifications-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-nav-notifications .notifications-list .notifications-list-item a {
  display: block;
  position: relative;
  padding: 15px;
  padding-left: 65px;
  color: #3d3d3d;
  background-color: rgba(0, 85, 135, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav-notifications .notifications-list .notifications-list-item a:hover, .header-nav-notifications .notifications-list .notifications-list-item a:focus {
  text-decoration: none;
  color: #646464;
  background-color: rgba(0, 85, 135, 0.05);
}

.header-nav-notifications .notifications-list .notifications-list-item a::before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "info_outline";
  position: absolute;
  left: 0;
  width: 65px;
  text-align: center;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
}

.header-nav-notifications .notifications-list .notifications-list-item a header span {
  color: #005587;
}

.header-nav-notifications .notifications-list .notifications-list-item.is-readed a {
  background-color: #fff;
}

.header-nav-notifications .notifications-list .notifications-list-item.is-readed a:hover, .header-nav-notifications .notifications-list .notifications-list-item.is-readed a:focus {
  background-color: rgba(0, 85, 135, 0.05);
}

.header-nav-notifications .notifications-list .notifications-list-item.is-highlighted header span {
  color: #eb5a2d;
}

.header-nav-notifications .notifications-list .notifications-list-item.notification-type-info a::before {
  content: "dvr";
}

.header-nav-user-actions .dropdown-menu {
  width: 100%;
  left: 0;
}

@media (min-width: 768px) {
  .header-nav-user-actions .dropdown-menu {
    width: auto;
    min-width: 280px;
    left: auto;
    right: 0;
  }
}

.header-nav-user-actions .user-actions header, .header-nav-user-actions .user-actions footer {
  box-sizing: content-box;
  line-height: 24px;
}

.header-nav-user-actions .user-actions header {
  padding: 7.5px 15px;
  border-bottom: 1px solid #f0f0f0;
  color: rgba(100, 100, 100, 0.5);
}

.header-nav-user-actions .user-actions footer {
  padding: 7.5px 0;
  border-top: 1px solid #f0f0f0;
}

.header-nav-user-actions .user-actions footer a {
  color: #eb5a2d;
  display: block;
  padding: 0 15px;
  padding-left: 50px;
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-nav-user-actions .user-actions footer a:hover, .header-nav-user-actions .user-actions footer a:focus {
  color: #005587;
  text-decoration: none;
}

.header-nav-user-actions .user-actions footer .icon {
  width: 50px;
  position: absolute;
  left: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-nav-user-actions .user-actions .user-actions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-nav-user-actions .user-actions .user-actions-list li a {
  color: #3d3d3d;
  display: block;
  padding: 0 15px;
  padding-left: 50px;
  padding-right: 0;
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-nav-user-actions .user-actions .user-actions-list li a:hover, .header-nav-user-actions .user-actions .user-actions-list li a:focus {
  color: #005587;
  text-decoration: none;
}

.header-nav-user-actions .user-actions .user-actions-list li .icon {
  width: 50px;
  position: absolute;
  left: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-nav-user-actions .user-actions .user-actions-list li span {
  display: block;
  padding: 15px 0;
}

.header-nav-user-actions .user-actions .user-actions-list li:not(:last-child) span:last-child {
  border-bottom: 1px solid #f0f0f0;
}

/***** App header Search ******/
.app-header-search {
  height: 45px;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .app-header-search {
    margin-left: 30px;
    height: 65px;
  }
}

@media (min-width: 992px) {
  .app-header-search {
    margin-left: 15px;
  }
}

.app-header-search::before {
  display: block;
  content: "";
  height: 28px;
  width: 0;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .app-header-search::before {
    height: 32px;
    border-radius: 0;
  }
}

.global-search {
  display: block;
  height: 28px;
  width: 0;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 50px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border: 0 none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

.global-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.global-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.global-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.global-search:focus {
  outline: 0;
  color: rgba(255, 255, 255, 0.9);
}

.search-is-expanded .app-header-search::before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.search-is-expanded .global-search {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* app progress bar */
.app-progress-bar {
  display: none;
  height: 4px;
  width: 0;
  background: #36c950;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(54, 201, 80, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(54, 201, 80, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.app-progress-bar:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #36c950;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -2px;
}

.app-progress-bar.fade {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.is-in-progress .app-progress-bar {
  display: block;
}

.app-sidebar {
  box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: fixed;
  left: 0;
  top: 45px;
  bottom: 0;
  z-index: 90;
  width: 0px;
  background: #fcfcfc;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .app-sidebar {
    top: 65px;
    bottom: 130px;
    width: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .app-sidebar {
    width: 220px;
    bottom: 45px;
  }
}

@media (min-width: 768px) {
  .app-navigation {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .app-navigation {
    padding-top: 30px;
  }
}

.app-navigation > ul, .app-navigation > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .app-navigation > ul, .app-navigation > ul > li {
    width: 220px;
  }
}

.app-navigation > ul a, .app-navigation > ul a:focus, .app-navigation > ul a:active, .app-navigation > ul a:hover, .app-navigation > ul a:visited, .app-navigation > ul > li a, .app-navigation > ul > li a:focus, .app-navigation > ul > li a:active, .app-navigation > ul > li a:hover, .app-navigation > ul > li a:visited {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  color: #7d7d7d;
  border-left: solid 6px transparent;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.app-navigation > ul a .icon, .app-navigation > ul a:focus .icon, .app-navigation > ul a:active .icon, .app-navigation > ul a:hover .icon, .app-navigation > ul a:visited .icon, .app-navigation > ul > li a .icon, .app-navigation > ul > li a:focus .icon, .app-navigation > ul > li a:active .icon, .app-navigation > ul > li a:hover .icon, .app-navigation > ul > li a:visited .icon {
  width: 45px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  position: absolute;
  left: -6px;
  text-align: center;
}

@media (min-width: 768px) {
  .app-navigation > ul a .icon, .app-navigation > ul a:focus .icon, .app-navigation > ul a:active .icon, .app-navigation > ul a:hover .icon, .app-navigation > ul a:visited .icon, .app-navigation > ul > li a .icon, .app-navigation > ul > li a:focus .icon, .app-navigation > ul > li a:active .icon, .app-navigation > ul > li a:hover .icon, .app-navigation > ul > li a:visited .icon {
    width: 65px;
  }
}

.app-navigation > ul a.is-active, .app-navigation > ul a:focus.is-active, .app-navigation > ul a:active.is-active, .app-navigation > ul a:hover.is-active, .app-navigation > ul a:visited.is-active, .app-navigation > ul > li a.is-active, .app-navigation > ul > li a:focus.is-active, .app-navigation > ul > li a:active.is-active, .app-navigation > ul > li a:hover.is-active, .app-navigation > ul > li a:visited.is-active {
  background-color: #fff;
  color: #005587;
  border-left-color: #005587;
}

.app-navigation > ul a:hover, .app-navigation > ul a:focus:hover, .app-navigation > ul a:active:hover, .app-navigation > ul a:hover:hover, .app-navigation > ul a:visited:hover, .app-navigation > ul > li a:hover, .app-navigation > ul > li a:focus:hover, .app-navigation > ul > li a:active:hover, .app-navigation > ul > li a:hover:hover, .app-navigation > ul > li a:visited:hover {
  color: #005587;
  text-decoration: none;
}

.sidebar-is-expanded {
  overflow: hidden;
}

.sidebar-is-expanded .app-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .sidebar-is-expanded .app-sidebar {
    width: 220px;
  }
}

@media (min-width: 992px) {
  .sidebar-is-expanded .app-sidebar {
    width: 220px;
  }
}

@media (min-width: 768px) {
  .sidebar-is-expanded .app-content {
    padding-left: 235px;
  }
}

@media (min-width: 768px) {
  .sidebar-is-expanded {
    overflow: auto;
  }
}

.app-footer {
  background: linear-gradient(229deg, #498eab, #6ea1b5);
  height: 165px;
  width: 100%;
  z-index: 80;
  position: relative;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .app-footer {
    z-index: 100;
    height: 130px;
  }
}

@media (min-width: 992px) {
  .app-footer {
    position: fixed;
    bottom: 0;
    height: 45px;
  }
}

.footer-to-bottom .app-footer {
  position: fixed;
  bottom: 0;
}

@media (min-width: 768px) {
  .footer-to-bottom .app-footer {
    z-index: 100;
  }
}

.app-footer-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 20px;
}

.app-footer-content:before, .app-footer-content:after {
  content: " ";
  display: table;
}

.app-footer-content:after {
  clear: both;
}

@media (min-width: 768px) {
  .app-footer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

@media (min-width: 992px) {
  .app-footer-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    left: 0;
    width: 100%;
  }
}

.app-footer-content .marketing-channels {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .app-footer-content .marketing-channels {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .app-footer-content .marketing-channels {
    margin-bottom: 0;
    margin-left: 25px;
  }
}

.app-footer-content .marketing-channels li {
  display: inline-block;
  padding-bottom: 15px;
}

.app-footer-content .marketing-channels li:not(:last-child) {
  padding-right: 30px;
}

@media (min-width: 992px) {
  .app-footer-content .marketing-channels li {
    padding-bottom: 0;
    padding-right: 15px;
  }
}

.app-footer-content .marketing-channels a {
  position: relative;
  font-size: 24px;
}

.app-footer-content .marketing-channels a:link, .app-footer-content .marketing-channels a:visited {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.app-footer-content .marketing-channels a:hover, .app-footer-content .marketing-channels a:focus, .app-footer-content .marketing-channels a:active {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 992px) {
  .app-footer-content .marketing-channels a {
    font-size: 16px;
  }
}

.app-footer-content .marketing-channels span:not([data-icon]) {
  position: absolute;
  left: -9999px;
}

@media (min-width: 992px) {
  .app-footer-content .marketing-channels span[data-icon] {
    font-size: 16px;
  }
}

.app-footer-content .copy {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

@media (min-width: 768px) {
  .app-footer-content .copy {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .app-footer-content .copy {
    text-align: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 25px;
  }
}

.app-content {
  box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.app-content {
  padding: 15px;
}

@media (min-width: 768px) {
  .app-content {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .app-content {
    padding: 30px;
    padding-left: 250px;
  }
}

.app-content .app-content-inner-wrapper {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .app-content .app-content-inner-wrapper {
    padding: 0 15px;
  }
}

.row:last-child > .form-group:first-child:last-child {
  margin-bottom: 0;
}

input[type=radio], input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.radio, .checkbox {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-left: 35px;
  cursor: pointer;
  line-height: 24px;
}

.radio:before, .checkbox:before {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.checkbox:before {
  content: "check_box_outline_blank";
}

input[type=checkbox]:checked + .checkbox:before {
  content: "check_box";
}

.radio:before {
  content: "radio_button_unchecked";
}

input[type=radio]:checked + .radio:before {
  content: "radio_button_checked";
}

input[type=radio] + .radio:not(:last-child) {
  margin-right: 9px;
}

.form-control {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #f0f0f0;
  background: transparent;
  color: #646464;
  resize: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control::-moz-placeholder {
  color: rgba(100, 100, 100, 0.3);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(100, 100, 100, 0.3);
}

.form-control::-webkit-input-placeholder {
  color: rgba(100, 100, 100, 0.3);
}

.form-control:focus {
  border-color: #005587;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover {
  background-color: transparent !important;
  border-color: #f0f0f0 !important;
  color: #646464 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

.form-control:-webkit-autofill:active,
.form-control:-webkit-autofill:focus {
  border-color: #005587 !important;
  color: #646464 !important;
}

/* Placeholder labels */
@-webkit-keyframes showplaceholder {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -13px);
  }
}

@-moz-keyframes showplaceholder {
  0% {
    opacity: 0;
    -webkit-moz: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-moz: translate(0, -13px);
  }
}

@-o-keyframes showplaceholder {
  0% {
    opacity: 0;
    -webkit-o: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-o: translate(0, -13px);
  }
}

@keyframes showplaceholder {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, -13px);
  }
}

@-webkit-keyframes hideplaceholder {
  0% {
    opacity: .5;
    -webkit-transform: translate(0, -13px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
  }
}

@-moz-keyframes hideplaceholder {
  0% {
    opacity: .5;
    -moz-transform: translate(0, -13px);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, -20px);
  }
}

@-o-keyframes hideplaceholder {
  0% {
    opacity: .5;
    -o-transform: translate(0, -13px);
  }
  100% {
    opacity: 0;
    -o-transform: translate(0, -20px);
  }
}

@keyframes hideplaceholder {
  0% {
    opacity: .5;
    transform: translate(0, -13px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px);
  }
}

.placeholder {
  font-size: 12px;
  color: #646464;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 13px;
  opacity: 0;
  visibility: visible;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.placeholder[data-group] {
  color: #8bbf44;
}

.placeholder[data-group]:focus {
  color: #8bbf44;
}

.placeholder.placeholder-active, .placeholder.placeholder-inactive, .placeholder.placeholder-static {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.placeholder.placeholder-active {
  color: #005587;
}

.placeholder.placeholder-static {
  color: rgba(100, 100, 100, 0.6);
  -webkit-animation: showplaceholder 0.01s forwards linear;
  -o-animation: showplaceholder 0.01s forwards linear;
  animation: showplaceholder 0.01s forwards linear;
}

.placeholder.placeholder-inactive {
  color: rgba(100, 100, 100, 0.6);
}

.placeholder.placeholder-hidden {
  opacity: 0;
}

.no-inputplaceholder .placeholder {
  opacity: 1;
  visibility: visible;
}

/* Error labels */
@-webkit-keyframes showerror {
  0% {
    opacity: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    padding: 4px 0 0 0;
  }
}

@-moz-keyframes showerror {
  0% {
    opacity: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    padding: 4px 0 0 0;
  }
}

@-o-keyframes showerror {
  0% {
    opacity: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    padding: 4px 0 0 0;
  }
}

@keyframes showerror {
  0% {
    opacity: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    padding: 4px 0 0 0;
  }
}

div.error {
  display: block !important;
  font-size: 11px;
  overflow: hidden;
  color: #ec6025;
  height: auto;
  padding: 4px 0 0 0;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.go-desktop div.error {
  -webkit-animation: showerror .3s;
  -moz-animation: showerror .3s;
  animation: showerror .3s;
}

.form-group > .checkbox > label.error > div.error {
  display: none !important;
}

div.valid {
  display: block !important;
  overflow: hidden;
  height: 0;
  padding: 0;
}

div.error a:link,
div.error a:visited {
  color: #ec6025;
  text-decoration: underline;
}

.checkbox > label.error:not(.focus) a:link,
.checkbox > label.error:not(.focus) a:visited {
  color: #ec6025;
  text-decoration: underline;
}

textarea.form-control {
  height: 100px;
}

.chars-counter {
  padding-top: 5px;
  color: rgba(100, 100, 100, 0.3);
  font-size: 12px;
}

.chars-counter.chars-warning {
  color: #fdbe47;
}

.chars-counter.chars-danger {
  color: #fb605c;
}

textarea.form-control.chars-warning {
  border-color: #fdbe47;
}

textarea.form-control.chars-danger {
  border-color: #fb605c;
}

.selectbox {
  position: relative;
  display: inline-block;
  width: 100%;
}

.selectbox:after {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5cf";
  display: block;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 18px;
  margin-top: -3px;
}

label[class*="placeholder-"] + .selectbox:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

label[class*="placeholder-"] + .selectbox select {
  padding-top: 23px;
}

.styled-selectbox {
  color: #000;
  position: relative;
  display: inline-block;
}

.styled-selectbox[data-icon] {
  padding-left: 35px;
}

.styled-selectbox[data-icon]:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.styled-selectbox:after {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5cf";
  display: block;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 18px;
  margin-top: -3px;
}

.styled-selectbox select {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #000;
  padding: 10px 40px 10px 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  border-bottom: 3px solid #000;
}

.styled-selectbox select:focus {
  outline: none;
  border-color: #005587;
}

.styled-selectbox + .styled-selectbox {
  margin-left: 35px;
}

.dropdown-selectbox {
  color: #000;
  position: relative;
  display: inline-block;
}

.dropdown-selectbox:after {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e5cf";
  display: block;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 18px;
}

.dropdown-selectbox a.dropdown-toggle:link, .dropdown-selectbox a.dropdown-toggle:visited {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  padding: 10px 40px 10px 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  border-bottom: 3px solid #000;
}

.dropdown-selectbox a.dropdown-toggle:link:focus, .dropdown-selectbox a.dropdown-toggle:visited:focus {
  outline: none;
  border-color: #005587;
}

.dropdown-selectbox .dropdown-menu {
  top: 30px;
  left: auto;
  right: 0;
  min-width: 200px;
}

.dropdown-selectbox .dropdown-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dropdown-selectbox .dropdown-menu ul li {
  white-space: nowrap;
  color: #646464;
}

.dropdown-selectbox .dropdown-menu ul li a {
  color: #3d3d3d;
  display: block;
  padding: 0 15px;
  padding-left: 50px;
  padding-right: 0;
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.dropdown-selectbox .dropdown-menu ul li a:hover, .dropdown-selectbox .dropdown-menu ul li a:focus {
  color: #005587;
  text-decoration: none;
}

.dropdown-selectbox .dropdown-menu ul li .icon {
  font-size: 18px;
  position: absolute;
  text-align: center;
  width: 35px;
  padding: 0;
  color: #005587;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.dropdown-selectbox .dropdown-menu ul li span {
  display: block;
  padding: 7.5px 15px;
  padding-left: 35px;
}

.dropdown-selectbox .dropdown-menu ul li:not(:last-child) span:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-selectbox .dropdown-menu .radio, .dropdown-selectbox .dropdown-menu .checkbox {
  width: 100%;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.dropdown-selectbox .dropdown-menu .radio:before, .dropdown-selectbox .dropdown-menu .checkbox:before {
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-top: -9px;
  left: 7.5px;
  color: #979797;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.dropdown-selectbox .dropdown-menu .radio:hover, .dropdown-selectbox .dropdown-menu .radio:focus, .dropdown-selectbox .dropdown-menu .checkbox:hover, .dropdown-selectbox .dropdown-menu .checkbox:focus {
  color: #005587;
  text-decoration: none;
}

.dropdown-selectbox .dropdown-menu .radio:hover:before, .dropdown-selectbox .dropdown-menu .radio:focus:before, .dropdown-selectbox .dropdown-menu .checkbox:hover:before, .dropdown-selectbox .dropdown-menu .checkbox:focus:before {
  color: #005587;
}

.dropdown-selectbox + .styled-selectbox {
  margin-left: 35px;
}

.form-control-lookup:after {
  display: block;
  width: 200px;
  height: 200px;
  background: #ccc;
}

/* Upload form control */
.upload {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 30px 15px;
  font-size: 14px;
  border: 1px dashed #f0f0f0;
  background: #fff;
  -webkit-transition: border-color 0.2 ease-in-out, color 0.15 ease-in-out;
  -o-transition: border-color 0.2 ease-in-out, color 0.15 ease-in-out;
  transition: border-color 0.2 ease-in-out, color 0.15 ease-in-out;
  text-align: center;
}

.upload:hover, .upload.focus {
  border-color: #005587;
}

.upload p {
  margin: 0;
}

.upload .btn, .upload .btn-expandable {
  margin: 0 0 15px 0;
}

.upload input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 75px !important;
  cursor: pointer;
}

.upload .progress {
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 15px;
  height: 2px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5;
  -o-transition: opacity 0.5;
  transition: opacity 0.5;
}

.upload.is-uploading .progress {
  opacity: 1;
  filter: alpha(opacity=100);
}

.is-draging .upload {
  background: #f0f0f0;
}

.go-desktop .placeholder.placeholder-active, .go-desktop .placeholder.placeholder-inactive {
  -webkit-animation: showplaceholder 0.3s forwards ease-in-out;
  -o-animation: showplaceholder 0.3s forwards ease-in-out;
  animation: showplaceholder 0.3s forwards ease-in-out;
}

.go-desktop .placeholder.placeholder-hidden {
  -webkit-animation: hideplaceholder 0.1s forwards ease-in-out;
  -o-animation: hideplaceholder 0.1s forwards ease-in-out;
  animation: hideplaceholder 0.1s forwards ease-in-out;
}

.go-desktop .placeholder + .form-control:focus,
.go-desktop .placeholder.placeholder-active + .form-control,
.go-desktop .placeholder.placeholder.placeholder-inactive + .form-control,
.go-desktop .placeholder.placeholder.placeholder-static + .form-control {
  padding-top: 23px;
}

.go-mobile .placeholder.placeholder-active, .go-mobile .placeholder.placeholder-inactive {
  -webkit-animation: showplaceholder 0.3s forwards ease-in-out;
  -o-animation: showplaceholder 0.3s forwards ease-in-out;
  animation: showplaceholder 0.3s forwards ease-in-out;
}

.go-mobile .placeholder.placeholder-hidden {
  -webkit-animation: hideplaceholder 0.1s forwards ease-in-out;
  -o-animation: hideplaceholder 0.1s forwards ease-in-out;
  animation: hideplaceholder 0.1s forwards ease-in-out;
}

.go-mobile .placeholder + .form-control:focus,
.go-mobile .placeholder.placeholder-active + .form-control,
.go-mobile .placeholder.placeholder.placeholder-inactive + .form-control,
.go-mobile .placeholder.placeholder.placeholder-static + .form-control {
  padding-top: 23px;
}

.no-padding {
  padding: 0 !important;
}

.text-strong {
  font-weight: bold !important;
}

.text-light-strong {
  font-weight: normal !important;
  color: #3d3d3d !important;
}

.text-disabled {
  color: #979797 !important;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

a {
  color: #005587;
  text-decoration: none;
}

a:hover, a:focus {
  color: #005587;
  text-decoration: underline;
}

.btn, a.btn, a.btn:link, a.btn:visited {
  color: #fff;
  background-color: #005587;
  border-color: #005587;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover, .btn:focus, .btn:active, a.btn:hover, a.btn:focus, a.btn:active {
  color: #fff;
  background-color: rgba(0, 85, 135, 0.9);
  border-color: #005587;
  text-decoration: none;
  outline: none !important;
}

.dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.dropdown.fade-in .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.highlight-success {
  color: #36c950 !important;
}

.highlight-warning {
  color: #fdbe47 !important;
}

.highlight-danger {
  color: #fb605c !important;
}

.highlight-info {
  color: #28aed6 !important;
}

.highlight-warm {
  color: #6428a0 !important;
}

.note {
  font-size: 12px;
  color: #979797;
}

.btn-default {
  color: #3d3d3d;
  background-color: #fff;
  border-color: #f2f2f2;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:focus, .btn-default:hover, .btn-default:active {
  text-decoration: none;
  outline: none !important;
}

.btn-default:focus, .btn-default.focus {
  color: #3d3d3d;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}

.btn-default:hover {
  color: #3d3d3d;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #3d3d3d;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #3d3d3d;
  background-color: #d4d4d4;
  border-color: #b3b3b3;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-default .badge {
  color: #fff;
  background-color: #3d3d3d;
}

.btn-primary {
  color: #fff;
  background-color: #005587;
  border-color: #00456e;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  text-decoration: none;
  outline: none !important;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #003554;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #003554;
  border-color: #001e30;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003554;
  border-color: #001e30;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #001e30;
  border-color: black;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #005587;
  border-color: #00456e;
}

.btn-primary .badge {
  color: #005587;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #36c950;
  border-color: #31b548;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:focus, .btn-success:hover, .btn-success:active {
  text-decoration: none;
  outline: none !important;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2ba140;
  border-color: #165020;
}

.btn-success:hover {
  color: #fff;
  background-color: #2ba140;
  border-color: #248535;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2ba140;
  border-color: #248535;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #248535;
  border-color: #165020;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #36c950;
  border-color: #31b548;
}

.btn-success .badge {
  color: #36c950;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #28aed6;
  border-color: #249dc1;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:focus, .btn-info:hover, .btn-info:active {
  text-decoration: none;
  outline: none !important;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #208bab;
  border-color: #104555;
}

.btn-info:hover {
  color: #fff;
  background-color: #208bab;
  border-color: #1a738d;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #208bab;
  border-color: #1a738d;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #1a738d;
  border-color: #104555;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #28aed6;
  border-color: #249dc1;
}

.btn-info .badge {
  color: #28aed6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fdbe47;
  border-color: #fdb52e;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning:focus, .btn-warning:hover, .btn-warning:active {
  text-decoration: none;
  outline: none !important;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #fcac15;
  border-color: #a96f02;
}

.btn-warning:hover {
  color: #fff;
  background-color: #fcac15;
  border-color: #eb9a03;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fcac15;
  border-color: #eb9a03;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #eb9a03;
  border-color: #a96f02;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fdbe47;
  border-color: #fdb52e;
}

.btn-warning .badge {
  color: #fdbe47;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #fb605c;
  border-color: #fa4843;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:focus, .btn-danger:hover, .btn-danger:active {
  text-decoration: none;
  outline: none !important;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #fa2f2a;
  border-color: #b90905;
}

.btn-danger:hover {
  color: #fff;
  background-color: #fa2f2a;
  border-color: #f90d07;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fa2f2a;
  border-color: #f90d07;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f90d07;
  border-color: #b90905;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #fb605c;
  border-color: #fa4843;
}

.btn-danger .badge {
  color: #fb605c;
  background-color: #fff;
}

.btn-inverse {
  color: #005587;
  background-color: transparent;
  border-color: #005587;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse:focus, .btn-inverse:hover, .btn-inverse:active {
  text-decoration: none;
  outline: none !important;
}

.btn-inverse:focus, .btn-inverse.focus {
  color: #005587;
  background-color: transparent;
  border-color: #000508;
}

.btn-inverse:hover {
  color: #005587;
  background-color: transparent;
  border-color: #002e4a;
}

.btn-inverse:active, .btn-inverse.active,
.open > .btn-inverse.dropdown-toggle {
  color: #005587;
  background-color: transparent;
  border-color: #002e4a;
}

.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus,
.open > .btn-inverse.dropdown-toggle:hover,
.open > .btn-inverse.dropdown-toggle:focus,
.open > .btn-inverse.dropdown-toggle.focus {
  color: #005587;
  background-color: transparent;
  border-color: #000508;
}

.btn-inverse:active, .btn-inverse.active,
.open > .btn-inverse.dropdown-toggle {
  background-image: none;
}

.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: transparent;
  border-color: #005587;
}

.btn-inverse .badge {
  color: transparent;
  background-color: #005587;
}

.btn-inverse-success {
  color: #36c950;
  background-color: transparent;
  border-color: #36c950;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse-success:focus, .btn-inverse-success:hover, .btn-inverse-success:active {
  text-decoration: none;
  outline: none !important;
}

.btn-inverse-success:focus, .btn-inverse-success.focus {
  color: #36c950;
  background-color: transparent;
  border-color: #1b6528;
}

.btn-inverse-success:hover {
  color: #36c950;
  background-color: transparent;
  border-color: #29993d;
}

.btn-inverse-success:active, .btn-inverse-success.active,
.open > .btn-inverse-success.dropdown-toggle {
  color: #36c950;
  background-color: transparent;
  border-color: #29993d;
}

.btn-inverse-success:active:hover, .btn-inverse-success:active:focus, .btn-inverse-success:active.focus, .btn-inverse-success.active:hover, .btn-inverse-success.active:focus, .btn-inverse-success.active.focus,
.open > .btn-inverse-success.dropdown-toggle:hover,
.open > .btn-inverse-success.dropdown-toggle:focus,
.open > .btn-inverse-success.dropdown-toggle.focus {
  color: #36c950;
  background-color: transparent;
  border-color: #1b6528;
}

.btn-inverse-success:active, .btn-inverse-success.active,
.open > .btn-inverse-success.dropdown-toggle {
  background-image: none;
}

.btn-inverse-success.disabled:hover, .btn-inverse-success.disabled:focus, .btn-inverse-success.disabled.focus, .btn-inverse-success[disabled]:hover, .btn-inverse-success[disabled]:focus, .btn-inverse-success[disabled].focus,
fieldset[disabled] .btn-inverse-success:hover,
fieldset[disabled] .btn-inverse-success:focus,
fieldset[disabled] .btn-inverse-success.focus {
  background-color: transparent;
  border-color: #36c950;
}

.btn-inverse-success .badge {
  color: transparent;
  background-color: #36c950;
}

.btn-inverse-info {
  color: #28aed6;
  background-color: transparent;
  border-color: #28aed6;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse-info:focus, .btn-inverse-info:hover, .btn-inverse-info:active {
  text-decoration: none;
  outline: none !important;
}

.btn-inverse-info:focus, .btn-inverse-info.focus {
  color: #28aed6;
  background-color: transparent;
  border-color: #14576b;
}

.btn-inverse-info:hover {
  color: #28aed6;
  background-color: transparent;
  border-color: #1e84a2;
}

.btn-inverse-info:active, .btn-inverse-info.active,
.open > .btn-inverse-info.dropdown-toggle {
  color: #28aed6;
  background-color: transparent;
  border-color: #1e84a2;
}

.btn-inverse-info:active:hover, .btn-inverse-info:active:focus, .btn-inverse-info:active.focus, .btn-inverse-info.active:hover, .btn-inverse-info.active:focus, .btn-inverse-info.active.focus,
.open > .btn-inverse-info.dropdown-toggle:hover,
.open > .btn-inverse-info.dropdown-toggle:focus,
.open > .btn-inverse-info.dropdown-toggle.focus {
  color: #28aed6;
  background-color: transparent;
  border-color: #14576b;
}

.btn-inverse-info:active, .btn-inverse-info.active,
.open > .btn-inverse-info.dropdown-toggle {
  background-image: none;
}

.btn-inverse-info.disabled:hover, .btn-inverse-info.disabled:focus, .btn-inverse-info.disabled.focus, .btn-inverse-info[disabled]:hover, .btn-inverse-info[disabled]:focus, .btn-inverse-info[disabled].focus,
fieldset[disabled] .btn-inverse-info:hover,
fieldset[disabled] .btn-inverse-info:focus,
fieldset[disabled] .btn-inverse-info.focus {
  background-color: transparent;
  border-color: #28aed6;
}

.btn-inverse-info .badge {
  color: transparent;
  background-color: #28aed6;
}

.btn-inverse-warning {
  color: #fdbe47;
  background-color: transparent;
  border-color: #fdbe47;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse-warning:focus, .btn-inverse-warning:hover, .btn-inverse-warning:active {
  text-decoration: none;
  outline: none !important;
}

.btn-inverse-warning:focus, .btn-inverse-warning.focus {
  color: #fdbe47;
  background-color: transparent;
  border-color: #c28002;
}

.btn-inverse-warning:hover {
  color: #fdbe47;
  background-color: transparent;
  border-color: #fca90a;
}

.btn-inverse-warning:active, .btn-inverse-warning.active,
.open > .btn-inverse-warning.dropdown-toggle {
  color: #fdbe47;
  background-color: transparent;
  border-color: #fca90a;
}

.btn-inverse-warning:active:hover, .btn-inverse-warning:active:focus, .btn-inverse-warning:active.focus, .btn-inverse-warning.active:hover, .btn-inverse-warning.active:focus, .btn-inverse-warning.active.focus,
.open > .btn-inverse-warning.dropdown-toggle:hover,
.open > .btn-inverse-warning.dropdown-toggle:focus,
.open > .btn-inverse-warning.dropdown-toggle.focus {
  color: #fdbe47;
  background-color: transparent;
  border-color: #c28002;
}

.btn-inverse-warning:active, .btn-inverse-warning.active,
.open > .btn-inverse-warning.dropdown-toggle {
  background-image: none;
}

.btn-inverse-warning.disabled:hover, .btn-inverse-warning.disabled:focus, .btn-inverse-warning.disabled.focus, .btn-inverse-warning[disabled]:hover, .btn-inverse-warning[disabled]:focus, .btn-inverse-warning[disabled].focus,
fieldset[disabled] .btn-inverse-warning:hover,
fieldset[disabled] .btn-inverse-warning:focus,
fieldset[disabled] .btn-inverse-warning.focus {
  background-color: transparent;
  border-color: #fdbe47;
}

.btn-inverse-warning .badge {
  color: transparent;
  background-color: #fdbe47;
}

.btn-inverse-danger {
  color: #fb605c;
  background-color: transparent;
  border-color: #fb605c;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse-danger:focus, .btn-inverse-danger:hover, .btn-inverse-danger:active {
  text-decoration: none;
  outline: none !important;
}

.btn-inverse-danger:focus, .btn-inverse-danger.focus {
  color: #fb605c;
  background-color: transparent;
  border-color: #d20a05;
}

.btn-inverse-danger:hover {
  color: #fb605c;
  background-color: transparent;
  border-color: #fa2620;
}

.btn-inverse-danger:active, .btn-inverse-danger.active,
.open > .btn-inverse-danger.dropdown-toggle {
  color: #fb605c;
  background-color: transparent;
  border-color: #fa2620;
}

.btn-inverse-danger:active:hover, .btn-inverse-danger:active:focus, .btn-inverse-danger:active.focus, .btn-inverse-danger.active:hover, .btn-inverse-danger.active:focus, .btn-inverse-danger.active.focus,
.open > .btn-inverse-danger.dropdown-toggle:hover,
.open > .btn-inverse-danger.dropdown-toggle:focus,
.open > .btn-inverse-danger.dropdown-toggle.focus {
  color: #fb605c;
  background-color: transparent;
  border-color: #d20a05;
}

.btn-inverse-danger:active, .btn-inverse-danger.active,
.open > .btn-inverse-danger.dropdown-toggle {
  background-image: none;
}

.btn-inverse-danger.disabled:hover, .btn-inverse-danger.disabled:focus, .btn-inverse-danger.disabled.focus, .btn-inverse-danger[disabled]:hover, .btn-inverse-danger[disabled]:focus, .btn-inverse-danger[disabled].focus,
fieldset[disabled] .btn-inverse-danger:hover,
fieldset[disabled] .btn-inverse-danger:focus,
fieldset[disabled] .btn-inverse-danger.focus {
  background-color: transparent;
  border-color: #fb605c;
}

.btn-inverse-danger .badge {
  color: transparent;
  background-color: #fb605c;
}

.btn-expandable span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 12px;
}

.btn-expandable span:first-child {
  padding-left: 12px;
}

.btn-expandable .icon:before {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn-expandable.btn-expandable-default {
  color: #005587;
  background-color: rgba(0, 85, 135, 0.05);
  border-color: rgba(0, 85, 135, 0.05);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  white-space: normal;
  position: relative;
  outline: 0;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-expandable.btn-expandable-default:focus, .btn-expandable.btn-expandable-default:hover, .btn-expandable.btn-expandable-default:active {
  text-decoration: none;
  outline: none !important;
}

.btn-expandable.btn-expandable-default:focus, .btn-expandable.btn-expandable-default.focus {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-default:hover {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-default:active, .btn-expandable.btn-expandable-default.active,
.open > .btn-expandable.btn-expandable-default.dropdown-toggle {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-default:active:hover, .btn-expandable.btn-expandable-default:active:focus, .btn-expandable.btn-expandable-default:active.focus, .btn-expandable.btn-expandable-default.active:hover, .btn-expandable.btn-expandable-default.active:focus, .btn-expandable.btn-expandable-default.active.focus,
.open > .btn-expandable.btn-expandable-default.dropdown-toggle:hover,
.open > .btn-expandable.btn-expandable-default.dropdown-toggle:focus,
.open > .btn-expandable.btn-expandable-default.dropdown-toggle.focus {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-default:active, .btn-expandable.btn-expandable-default.active,
.open > .btn-expandable.btn-expandable-default.dropdown-toggle {
  background-image: none;
}

.btn-expandable.btn-expandable-default.disabled:hover, .btn-expandable.btn-expandable-default.disabled:focus, .btn-expandable.btn-expandable-default.disabled.focus, .btn-expandable.btn-expandable-default[disabled]:hover, .btn-expandable.btn-expandable-default[disabled]:focus, .btn-expandable.btn-expandable-default[disabled].focus,
fieldset[disabled] .btn-expandable.btn-expandable-default:hover,
fieldset[disabled] .btn-expandable.btn-expandable-default:focus,
fieldset[disabled] .btn-expandable.btn-expandable-default.focus {
  background-color: #005587;
  border-color: #005587;
}

.btn-expandable.btn-expandable-primary {
  color: #005587;
  background-color: rgba(0, 85, 135, 0.05);
  border-color: rgba(0, 85, 135, 0.05);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  white-space: normal;
  position: relative;
  outline: 0;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-expandable.btn-expandable-primary:focus, .btn-expandable.btn-expandable-primary:hover, .btn-expandable.btn-expandable-primary:active {
  text-decoration: none;
  outline: none !important;
}

.btn-expandable.btn-expandable-primary:focus, .btn-expandable.btn-expandable-primary.focus {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-primary:hover {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-primary:active, .btn-expandable.btn-expandable-primary.active,
.open > .btn-expandable.btn-expandable-primary.dropdown-toggle {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-primary:active:hover, .btn-expandable.btn-expandable-primary:active:focus, .btn-expandable.btn-expandable-primary:active.focus, .btn-expandable.btn-expandable-primary.active:hover, .btn-expandable.btn-expandable-primary.active:focus, .btn-expandable.btn-expandable-primary.active.focus,
.open > .btn-expandable.btn-expandable-primary.dropdown-toggle:hover,
.open > .btn-expandable.btn-expandable-primary.dropdown-toggle:focus,
.open > .btn-expandable.btn-expandable-primary.dropdown-toggle.focus {
  color: #003554;
  background-color: rgba(0, 85, 135, 0.2);
  border-color: rgba(0, 85, 135, 0.2);
}

.btn-expandable.btn-expandable-primary:active, .btn-expandable.btn-expandable-primary.active,
.open > .btn-expandable.btn-expandable-primary.dropdown-toggle {
  background-image: none;
}

.btn-expandable.btn-expandable-primary.disabled:hover, .btn-expandable.btn-expandable-primary.disabled:focus, .btn-expandable.btn-expandable-primary.disabled.focus, .btn-expandable.btn-expandable-primary[disabled]:hover, .btn-expandable.btn-expandable-primary[disabled]:focus, .btn-expandable.btn-expandable-primary[disabled].focus,
fieldset[disabled] .btn-expandable.btn-expandable-primary:hover,
fieldset[disabled] .btn-expandable.btn-expandable-primary:focus,
fieldset[disabled] .btn-expandable.btn-expandable-primary.focus {
  background-color: #005587;
  border-color: #005587;
}

.btn-expandable.btn-expandable-success {
  color: #36c950;
  background-color: rgba(54, 201, 80, 0.05);
  border-color: rgba(54, 201, 80, 0.05);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  white-space: normal;
  position: relative;
  outline: 0;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-expandable.btn-expandable-success:focus, .btn-expandable.btn-expandable-success:hover, .btn-expandable.btn-expandable-success:active {
  text-decoration: none;
  outline: none !important;
}

.btn-expandable.btn-expandable-success:focus, .btn-expandable.btn-expandable-success.focus {
  color: #2ba140;
  background-color: rgba(54, 201, 80, 0.2);
  border-color: rgba(54, 201, 80, 0.2);
}

.btn-expandable.btn-expandable-success:hover {
  color: #2ba140;
  background-color: rgba(54, 201, 80, 0.2);
  border-color: rgba(54, 201, 80, 0.2);
}

.btn-expandable.btn-expandable-success:active, .btn-expandable.btn-expandable-success.active,
.open > .btn-expandable.btn-expandable-success.dropdown-toggle {
  color: #2ba140;
  background-color: rgba(54, 201, 80, 0.2);
  border-color: rgba(54, 201, 80, 0.2);
}

.btn-expandable.btn-expandable-success:active:hover, .btn-expandable.btn-expandable-success:active:focus, .btn-expandable.btn-expandable-success:active.focus, .btn-expandable.btn-expandable-success.active:hover, .btn-expandable.btn-expandable-success.active:focus, .btn-expandable.btn-expandable-success.active.focus,
.open > .btn-expandable.btn-expandable-success.dropdown-toggle:hover,
.open > .btn-expandable.btn-expandable-success.dropdown-toggle:focus,
.open > .btn-expandable.btn-expandable-success.dropdown-toggle.focus {
  color: #2ba140;
  background-color: rgba(54, 201, 80, 0.2);
  border-color: rgba(54, 201, 80, 0.2);
}

.btn-expandable.btn-expandable-success:active, .btn-expandable.btn-expandable-success.active,
.open > .btn-expandable.btn-expandable-success.dropdown-toggle {
  background-image: none;
}

.btn-expandable.btn-expandable-success.disabled:hover, .btn-expandable.btn-expandable-success.disabled:focus, .btn-expandable.btn-expandable-success.disabled.focus, .btn-expandable.btn-expandable-success[disabled]:hover, .btn-expandable.btn-expandable-success[disabled]:focus, .btn-expandable.btn-expandable-success[disabled].focus,
fieldset[disabled] .btn-expandable.btn-expandable-success:hover,
fieldset[disabled] .btn-expandable.btn-expandable-success:focus,
fieldset[disabled] .btn-expandable.btn-expandable-success.focus {
  background-color: #36c950;
  border-color: #36c950;
}

.btn-expandable.btn-expandable-sm .icon:before {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}

.btn-expandable.pull-right {
  margin-right: 0;
  margin-left: 15px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  display: block;
  position: relative;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 20;
}

.modal-header .close:focus, .modal-header .close:hover, .modal-header .close:active {
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header .close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
}

.modal-header .close span::before, .modal-header .close span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3d3d3d;
  content: "";
}

.modal-header .close span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-header .close span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .modal-header .close {
    width: 56px;
    height: 56px;
  }
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
  display: inline;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 15px;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

@media (min-width: 768px) {
  .modal-title {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.modal-body {
  position: relative;
  padding: 15px;
  max-height: 100vh;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .modal-body {
    max-height: calc(100vh - 120px);
    padding: 30px 60px;
  }
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-footer {
    padding: 30px 60px;
  }
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.table {
  background: #fff;
}

.table > caption {
  text-align: center;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-color: #d9e6ed;
  color: #3d3d3d;
}

.table > thead > tr > th {
  border-bottom: 0 none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #979797;
  font-weight: 400;
}

.table > tbody > tr:first-child > * {
  border-top: 0 none;
}

.table.table-bordered > caption {
  border: solid 1px #d9e6ed;
  border-bottom: 0 none;
}

.table.table-bordered > thead > tr > th,
.table.table-bordered > thead > tr > td,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > th,
.table.table-bordered > tfoot > tr > td {
  border-color: #d9e6ed;
}

.table:last-child {
  margin-bottom: 0;
}

.table-row-actions {
  width: 50px;
  position: relative;
  padding: 0;
  cursor: pointer;
}

.table-row-actions:before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "more_horiz";
  color: #005587;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.table-row-actions:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.table-row-action {
  color: #fff;
  width: 50px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transform: translate(-50px, -50%);
  -ms-transform: translate(-50px, -50%);
  -o-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.table-row-action:nth-child(1) {
  z-index: 110;
}

.table-row-action:nth-child(2) {
  z-index: 120;
}

.table-row-action:nth-child(3) {
  z-index: 130;
}

.table-row-action:nth-child(4) {
  z-index: 140;
}

.table-row-action:before {
  text-indent: initial;
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 110;
}

.table-row-action:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #005587;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.table-row-action:focus, .table-row-action:hover, .table-row-action:active {
  color: #fff;
  outline: 0;
}

.table-row-action.action-success:after {
  background-color: #36c950 !important;
}

.table-row-action.action-success:hover:after {
  background-color: #2ba140;
}

.table-row-action.action-warning:after {
  background-color: #fdbe47 !important;
}

.table-row-action.action-warning:hover:after {
  background-color: #fcac15;
}

.table-row-action.action-danger:after {
  background-color: #fb605c !important;
}

.table-row-action.action-danger:hover:after {
  background-color: #fa2f2a;
}

.table-row-action.action-info:after {
  background-color: #28aed6 !important;
}

.table-row-action.action-info:hover:after {
  background-color: #208bab;
}

.table-row-action.action-warm:after {
  background-color: #6428a0 !important;
}

.table-row-action.action-warm:hover:after {
  background-color: #4b1e77;
}

.table-row-action.action-create:before {
  content: "add";
}

.table-row-action.action-create:after {
  background-color: #36c950;
}

.table-row-action.action-create:hover:after {
  background-color: #2ba140;
}

.table-row-action.action-read:before {
  content: "fullscreen";
}

.table-row-action.action-read:after {
  background-color: #28aed6;
}

.table-row-action.action-read:hover:after {
  background-color: #186880;
}

.table-row-action.action-update:before {
  content: "edit";
}

.table-row-action.action-update:after {
  background-color: #36c950;
}

.table-row-action.action-update:hover:after {
  background-color: #207930;
}

.table-row-action.action-delete:before {
  content: "delete";
}

.table-row-action.action-delete:after {
  background-color: #fdbe47;
}

.table-row-action.action-delete:hover:after {
  background-color: #dc9002;
}

.table-row-action.action-download:before {
  content: "\e2c0";
}

.table-row-action.action-download:after {
  background-color: #6428a0;
}

.table-row-action.action-download:hover:after {
  background-color: #31144e;
}

.table-row-action.action-upload:before {
  content: "\e2c3";
}

.table-row-action.action-upload:after {
  background-color: #6428a0;
}

.table-row-action.action-upload:hover:after {
  background-color: #31144e;
}

.table > tbody > tr .table-row-actions:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.table-row-actions:hover .table-row-action:nth-child(0) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
}

.table-row-actions:hover .table-row-action:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-55px, -50%);
  -ms-transform: translate(-55px, -50%);
  -o-transform: translate(-55px, -50%);
  transform: translate(-55px, -50%);
}

.table-row-actions:hover .table-row-action:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-90px, -50%);
  -ms-transform: translate(-90px, -50%);
  -o-transform: translate(-90px, -50%);
  transform: translate(-90px, -50%);
}

.table-row-actions:hover .table-row-action:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-125px, -50%);
  -ms-transform: translate(-125px, -50%);
  -o-transform: translate(-125px, -50%);
  transform: translate(-125px, -50%);
}

.table-row-actions:hover .table-row-action:nth-child(4) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-160px, -50%);
  -ms-transform: translate(-160px, -50%);
  -o-transform: translate(-160px, -50%);
  transform: translate(-160px, -50%);
}

.table-row-actions.static-actions:before {
  display: none;
}

.table-row-actions.static-actions .table-row-action:nth-child(0) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
}

.table-row-actions.static-actions .table-row-action:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-25px, -50%);
  -ms-transform: translate(-25px, -50%);
  -o-transform: translate(-25px, -50%);
  transform: translate(-25px, -50%);
}

.table-row-actions.static-actions .table-row-action:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}

.table-row-actions.static-actions .table-row-action:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-35px, -50%);
  -ms-transform: translate(-35px, -50%);
  -o-transform: translate(-35px, -50%);
  transform: translate(-35px, -50%);
}

.table-row-actions.static-actions .table-row-action:nth-child(4) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-40px, -50%);
  -ms-transform: translate(-40px, -50%);
  -o-transform: translate(-40px, -50%);
  transform: translate(-40px, -50%);
}

.table-row-select {
  position: relative;
  width: 50px;
}

.table-row-select .checkbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.table-collapse {
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.table-collapse:before {
  text-indent: initial;
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 110;
  content: "\e409";
}

.table-collapse:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #28aed6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.table-collapse:focus, .table-collapse:hover, .table-collapse:active {
  color: #fff;
}

.table-collapse:hover:after {
  background-color: #208bab;
}

.table-collapse.collapsed {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.table a[class*='document-type-'] {
  display: block;
  position: relative;
  padding-right: 40px;
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.table a[class*='document-type-']:link, .table a[class*='document-type-']:visited {
  color: #3d3d3d;
  text-decoration: none;
}

.table a[class*='document-type-']:focus, .table a[class*='document-type-']:hover, .table a[class*='document-type-']:active {
  color: #005587;
  text-decoration: none;
}

.table a[class*='document-type-']:before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 18px;
  position: absolute;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #005587;
}

.table .document-type-default:before {
  content: "\e99d";
}

.table .document-type-pdf:before {
  content: "\ef3e";
}

.table .document-type-excel:before {
  content: "\ef41";
}

.table .document-type-zip:before {
  content: "\e9b9";
}

.table .document-type-presentation:before {
  content: "\e9bf";
}

.table .document-type-word:before {
  content: "\ef40";
}

.table .document-type-css:before {
  content: "\e9bd";
}

.table .document-type-image:before {
  content: "\e9af";
}

.table .document-type-video:before {
  content: "\e9b5";
}

.table .document-type-xml:before {
  content: "\e9bb";
}

.table .document-type-spreadsheet:before {
  content: "\e9c5";
}

.table .document-type-stats:before {
  content: "\e9c1";
}

.table .document-type-text:before {
  content: "\e9ad";
}

.table .document-type-music:before {
  content: "\e9b1";
}

.table .status-icon {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.table .status-icon:before {
  content: "\25CF";
}

.table .status-icon.status-success {
  color: #36c950 !important;
}

.table .status-icon.status-warning {
  color: #fdbe47 !important;
}

.table .status-icon.status-danger {
  color: #fb605c !important;
}

.table .status-icon.status-info {
  color: #28aed6 !important;
}

.table-status-legend {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #3d3d3d;
  font-size: 12px;
}

.table-status-legend:before, .table-status-legend:after {
  content: " ";
  display: table;
}

.table-status-legend:after {
  clear: both;
}

.table-status-legend li {
  float: left;
  margin-right: 30px;
  line-height: 1.42857;
  position: relative;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
}

.table-status-legend li:before {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  content: "\25CF";
  font-size: 18px;
  color: #28aed6;
}

.table-status-legend li.status-success:before {
  color: #36c950 !important;
}

.table-status-legend li.status-warning:before {
  color: #fdbe47 !important;
}

.table-status-legend li.status-danger:before {
  color: #fb605c !important;
}

.table-status-legend li.status-info:before {
  color: #28aed6 !important;
}

.table-responsive {
  border-color: #d9e6ed;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #979797;
}

.table > thead span[class*='learning-outcomes-group'] {
  display: block;
  background: #f2f2f2;
  margin-right: -8px;
  margin-left: -8px;
  position: relative;
}

.table > thead span[class*='learning-outcomes-group'][class*='-first'] {
  margin-left: 0;
  padding-right: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.table > thead span[class*='learning-outcomes-group'][class*='-first']:before {
  display: block;
  content: var(--title);
  color: #3d3d3d;
  font-size: 10px;
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.table > thead span[class*='learning-outcomes-group'][class*='-last'] {
  margin-right: 0;
  padding-left: 8px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table > thead span[class*='learning-outcomes-group'].status-passed:before {
  color: #fff;
  background-color: #36c950;
}

.table > thead span[class*='learning-outcomes-group'].status-failed:before {
  color: #fff;
  background-color: #fb605c;
}

.alert {
  border-left-width: 7px;
  position: relative;
  color: #646464;
  border-radius: 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .alert {
    border-radius: 4px;
    margin-bottom: 15px;
  }
}

.alert .title {
  display: block;
  font-weight: 400;
}

.alert-dismissible .close {
  display: block;
  position: relative;
  top: initial;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 20;
}

.alert-dismissible .close:focus, .alert-dismissible .close:hover, .alert-dismissible .close:active {
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.alert-dismissible .close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
}

.alert-dismissible .close span::before, .alert-dismissible .close span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3d3d3d;
  content: "";
}

.alert-dismissible .close span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-dismissible .close span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-success {
  border-color: #36c950;
  background-color: #fff;
}

.alert-success a, .alert-success a:link, .alert-success a:visited {
  color: #36c950;
}

.alert-success .title {
  color: #36c950;
}

.alert-info {
  border-color: #28aed6;
  background-color: #fff;
}

.alert-info a, .alert-info a:link, .alert-info a:visited {
  color: #28aed6;
}

.alert-info .title {
  color: #28aed6;
}

.alert-warning {
  border-color: #fdbe47;
  background-color: #fff;
}

.alert-warning a, .alert-warning a:link, .alert-warning a:visited {
  color: #fdbe47;
}

.alert-warning .title {
  color: #fdbe47;
}

.alert-danger {
  border-color: #fb605c;
  background-color: #fff;
}

.alert-danger a, .alert-danger a:link, .alert-danger a:visited {
  color: #fb605c;
}

.alert-danger .title {
  color: #fb605c;
}

.content-block {
  margin-bottom: 15px;
}

.content-block:before, .content-block:after {
  content: " ";
  display: table;
}

.content-block:after {
  clear: both;
}

.content-block h1 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .content-block h1 {
    font-size: 30px;
  }
}

.content-block h2 {
  font-size: 18px;
  color: #005587;
}

@media (min-width: 768px) {
  .content-block h2 {
    font-size: 24px;
  }
}

.content-block h3 {
  font-size: 14px;
  color: #005587;
}

@media (min-width: 768px) {
  .content-block h3 {
    font-size: 18px;
  }
}

.content-block h1, .content-block h2, .content-block h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.content-block h1:not(:first-child), .content-block h2:not(:first-child), .content-block h3:not(:first-child) {
  margin-top: 20px;
}

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  font-weight: 400;
}

.content-block-header {
  padding-bottom: 30px;
}

.content-block-header:before, .content-block-header:after {
  content: " ";
  display: table;
}

.content-block-header:after {
  clear: both;
}

.content-block-header h1, .content-block-header h1.content-block-title, .content-block-header .content-block-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #3d3d3d;
}

@media (min-width: 768px) {
  .content-block-header h1, .content-block-header h1.content-block-title, .content-block-header .content-block-title {
    font-size: 30px;
  }
}

.content-block-content {
  padding-bottom: 30px;
}

.content-block-content:before, .content-block-content:after {
  content: " ";
  display: table;
}

.content-block-content:after {
  clear: both;
}

.content-block-footer:before, .content-block-footer:after {
  content: " ";
  display: table;
}

.content-block-footer:after {
  clear: both;
}

.content-group {
  margin-bottom: 15px;
}

.page-tabs {
  position: fixed;
  z-index: 995;
  left: 0;
  right: 0;
  top: 45px;
  height: 45px;
  background: #fcfcfc;
  border-bottom: 3px solid rgba(240, 240, 240, 0.5);
  -webkit-transition: left 0.3s ease-in-out, border-color 0.3s;
  -o-transition: left 0.3s ease-in-out, border-color 0.3s;
  transition: left 0.3s ease-in-out, border-color 0.3s;
}

@media (min-width: 768px) {
  .page-tabs {
    left: 80px;
    right: 15px;
    text-align: center;
    top: 65px;
    height: 65px;
  }
}

@media (min-width: 992px) {
  .page-tabs {
    left: 235px;
    right: 15px;
  }
}

.page-tabs .nav-tabs {
  display: inline-block;
  border: 0 none;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
}

.page-tabs .nav-tabs > li > a,
.page-tabs .nav-tabs > li.active > a {
  height: 45px;
  line-height: 45px;
  border: 0 none;
  border-radius: 0;
  padding: 0 5px;
  margin: 0 10px;
  color: #979797;
  background: #fcfcfc;
  border-bottom: 3px solid rgba(240, 240, 240, 0.5);
  -webkit-transition: color 0.3s, border-color 0.6s;
  -o-transition: color 0.3s, border-color 0.6s;
  transition: color 0.3s, border-color 0.6s;
}

@media (min-width: 768px) {
  .page-tabs .nav-tabs > li > a,
  .page-tabs .nav-tabs > li.active > a {
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    border-bottom-width: 4px;
  }
}

.page-tabs .nav-tabs > li > a:hover,
.page-tabs .nav-tabs > li > a:focus,
.page-tabs .nav-tabs > li > a:active,
.page-tabs .nav-tabs > li.active > a {
  color: #005587;
  background: #fcfcfc;
}

.page-tabs .nav-tabs > li.active > a {
  border-bottom-color: #005587;
}

.page-tabs-content {
  padding-top: 45px;
}

@media (min-width: 768px) {
  .page-tabs-content {
    padding-top: 65px;
  }
}

.sidebar-is-expanded {
  overflow: hidden;
}

.sidebar-is-expanded .page-tabs {
  left: 100%;
}

@media (min-width: 768px) {
  .sidebar-is-expanded .page-tabs {
    left: 235px;
  }
}

@media (min-width: 992px) {
  .sidebar-is-expanded .page-tabs {
    left: 235px;
  }
}

.is-scrolling .page-tabs {
  border-bottom-color: #f0f0f0;
}

.card {
  padding-bottom: 15px;
}

.card .card-header {
  display: table-row;
}

.card .card-header .card-title {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
  color: #005587;
}

@media (min-width: 768px) {
  .card .card-header .card-title {
    height: 50px;
    font-size: 22px;
  }
}

.card .card-footer {
  padding-top: 15px;
}

.card .card-footer:before, .card .card-footer:after {
  content: " ";
  display: table;
}

.card .card-footer:after {
  clear: both;
}

.card .card-content {
  background-color: #fff;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (min-width: 768px) {
  .card .card-content {
    margin: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }
}

.card .card-content > :last-child {
  margin-bottom: 0;
}

.card-content h1 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .card-content h1 {
    font-size: 30px;
  }
}

.card-content h2 {
  font-size: 18px;
  color: #005587;
}

@media (min-width: 768px) {
  .card-content h2 {
    font-size: 24px;
  }
}

.card-content h3 {
  font-size: 14px;
  color: #005587;
}

@media (min-width: 768px) {
  .card-content h3 {
    font-size: 18px;
  }
}

.card-content h1, .card-content h2, .card-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.card-content h1:not(:first-child), .card-content h2:not(:first-child), .card-content h3:not(:first-child) {
  margin-top: 20px;
}

.card-content h1, .card-content h2, .card-content h3, .card-content h4, .card-content h5, .card-content h6 {
  font-weight: 400;
}

.card-action {
  cursor: pointer;
}

@media (min-width: 768px) {
  .card-action:hover .card-content {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
  }
}

.card-group .card-group-header {
  display: table-row;
}

.card-group .card-group-header .card-group-title {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
  color: #005587;
}

@media (min-width: 768px) {
  .card-group .card-group-header .card-group-title {
    height: 50px;
    font-size: 22px;
  }
}

.card-group .card-group-content {
  margin-left: -15px;
  margin-right: -15px;
}

.screen-open {
  overflow: hidden;
}

.screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1035;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.screen.fade .screen-dialog {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.screen.in .screen-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.screen-open .screen {
  overflow-x: hidden;
  overflow-y: hidden;
}

.screen-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.screen-content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc;
  background-clip: padding-box;
  outline: 0;
  overflow-y: auto;
  padding-top: 45px;
}

@media (min-width: 768px) {
  .screen-content {
    padding-top: 65px;
  }
}

.screen-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.screen-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.screen-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.screen-header {
  position: fixed;
  z-index: 1040;
  top: 0;
  background-color: #151515;
  height: 45px;
  width: 100%;
}

@media (min-width: 768px) {
  .screen-header {
    height: 65px;
  }
}

.screen.is-scrolling .screen-header {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(21, 21, 21, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(21, 21, 21, 0.4);
}

.screen-header .close {
  display: block;
  position: relative;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.screen-header .close:focus, .screen-header .close:hover, .screen-header .close:active {
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.screen-header .close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
}

.screen-header .close span::before, .screen-header .close span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.screen-header .close span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.screen-header .close span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .screen-header .close {
    width: 65px;
    height: 65px;
  }
}

.screen-title {
  margin: 0;
  line-height: 1.42857;
  display: inline;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 15px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 768px) {
  .screen-title {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.screen-body {
  position: relative;
  padding: 15px;
  max-width: 770px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .screen-body {
    padding: 30px;
  }
}

.screen-sm .screen-body {
  max-width: 600px;
}

.screen-lg .screen-body {
  max-width: 1200px;
}

.screen-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.screen-tabs {
  position: fixed;
  z-index: 1045;
  left: 0;
  right: 0;
  width: 100%;
  top: 45px;
  height: 45px;
  background-color: #fff;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .screen-tabs {
    text-align: center;
    top: 65px;
    height: 65px;
  }
}

.screen-tabs .nav-tabs {
  display: inline-block;
  border: 0 none;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
}

.screen-tabs .nav-tabs > li > a,
.screen-tabs .nav-tabs > li.active > a {
  height: 45px;
  line-height: 45px;
  border: 0 none;
  border-radius: 0;
  padding: 0 5px;
  margin: 0 10px;
  color: #979797;
  border-bottom: 2px solid #fff;
  -webkit-transition: color 0.3s, border-color 0.6s;
  -o-transition: color 0.3s, border-color 0.6s;
  transition: color 0.3s, border-color 0.6s;
}

@media (min-width: 768px) {
  .screen-tabs .nav-tabs > li > a,
  .screen-tabs .nav-tabs > li.active > a {
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    border-bottom-width: 4px;
  }
}

.screen-tabs .nav-tabs > li > a:hover,
.screen-tabs .nav-tabs > li > a:focus,
.screen-tabs .nav-tabs > li > a:active,
.screen-tabs .nav-tabs > li.active > a {
  color: #005587;
  background-color: #fff;
}

.screen-tabs .nav-tabs > li.active > a {
  border-bottom-color: #005587;
}

.screen-tabs-content {
  padding-top: 45px;
}

@media (min-width: 768px) {
  .screen-tabs-content {
    padding-top: 65px;
  }
}

.screen.is-scrolling .screen-tabs {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.notification-badge {
  position: relative;
}

.notification-badge:before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  right: -3px;
  top: 15%;
}

@media (min-width: 768px) {
  .notification-badge:before {
    width: 8px;
    height: 8px;
    right: -4px;
    top: 20%;
  }
}

.notification-badge-warning:before {
  background-color: #fdbe47;
}

.notification-badge-error:before {
  background-color: #fb605c;
}

.notification-badge-info:before {
  background-color: #28aed6;
}

.downloads {
  padding: 15px 0 5px 0;
  font-size: 14px;
}

.downloads ul {
  padding: 0;
  margin: 0;
}

.downloads ul:before, .downloads ul:after {
  content: " ";
  display: table;
}

.downloads ul:after {
  clear: both;
}

.downloads ul li {
  display: inline-block;
  margin-right: 15px;
}

.downloads a {
  -webkit-transition: color 0.3, background-color 0.3;
  -o-transition: color 0.3, background-color 0.3;
  transition: color 0.3, background-color 0.3;
}

.downloads a:link, .downloads a:visited {
  color: #3d3d3d;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  background: rgba(0, 85, 135, 0.05);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.downloads a:focus, .downloads a:hover, .downloads a:active {
  color: #3d3d3d;
  text-decoration: none;
  background: rgba(0, 85, 135, 0.1);
}

.downloads [class*='document-type-']:before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #005587;
}

.downloads .document-type-default:before {
  content: "\e99d";
}

.downloads .document-type-pdf:before {
  content: "\ef3e";
}

.downloads .document-type-excel:before {
  content: "\ef41";
}

.downloads .document-type-zip:before {
  content: "\e9b9";
}

.downloads .document-type-presentation:before {
  content: "\e9bf";
}

.downloads .document-type-word:before {
  content: "\ef40";
}

.downloads .document-type-css:before {
  content: "\e9bd";
}

.downloads .document-type-image:before {
  content: "\e9af";
}

.downloads .document-type-video:before {
  content: "\e9b5";
}

.downloads .document-type-xml:before {
  content: "\e9bb";
}

.downloads .document-type-spreadsheet:before {
  content: "\e9c5";
}

.downloads .document-type-stats:before {
  content: "\e9c1";
}

.downloads .document-type-text:before {
  content: "\e9ad";
}

.downloads .document-type-music:before {
  content: "\e9b1";
}

.toasts {
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .toasts {
    top: 95px;
    left: initial;
    right: 10px;
    width: 300px;
  }
}

.toasts .alert {
  padding: 15px;
  border: none;
  border-radius: 0;
  border-left: 40px solid transparent;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  color: #646464;
  font-size: 12px;
  margin: 0;
}

.toasts .alert:before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  color: #fff;
  position: absolute;
  left: -32px;
  top: 11px;
}

.toasts .alert-dismissable {
  padding: 15px;
}

.toasts .alert-success {
  border-color: #36c950;
  background-color: #fff;
}

.toasts .alert-success:before {
  content: "\e5ca";
}

.toasts .alert-success .title {
  color: #36c950;
}

.toasts .alert-info {
  border-color: #28aed6;
  background-color: #fff;
}

.toasts .alert-info:before {
  content: "\e88f";
}

.toasts .alert-info .title {
  color: #28aed6;
}

.toasts .alert-warning {
  border-color: #fdbe47;
  background-color: #fff;
}

.toasts .alert-warning:before {
  content: "\e8fd";
}

.toasts .alert-warning .title {
  color: #fdbe47;
}

.toasts .alert-danger {
  border-color: #fb605c;
  background-color: #fff;
}

.toasts .alert-danger:before {
  content: "\e001";
}

.toasts .alert-danger .title {
  color: #fb605c;
}

@media (min-width: 768px) {
  .toasts .alert {
    border-radius: 4px;
    margin-bottom: 15px;
  }
}

.toasts .alert.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.toasts .alert.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.toasts .alert.fade.out {
  opacity: 0;
  filter: alpha(opacity=0);
}

.toasts .alert .title {
  display: block;
  font-weight: 400;
}

.toasts .alert .message {
  display: block;
}

@keyframes comunication-center-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 85, 135, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 85, 135, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 85, 135, 0);
    box-shadow: 0 0 0 10px rgba(0, 85, 135, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 85, 135, 0);
    box-shadow: 0 0 0 0 rgba(0, 85, 135, 0);
  }
}

.comunication-center {
  position: fixed;
  right: 15px;
  bottom: 60px;
  width: 46px;
  height: 46px;
  z-index: 1010;
  color: #005587;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: scale 0.4s;
  -o-transition: scale 0.4s;
  transition: scale 0.4s;
}

.comunication-center:before {
  text-indent: initial;
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1020;
  content: "message";
}

.comunication-center:after {
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 85, 135, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 85, 135, 0.1);
  -webkit-animation: comunication-center-pulse 3s infinite;
  -o-animation: comunication-center-pulse 3s infinite;
  animation: comunication-center-pulse 3s infinite;
}

.comunication-center:focus, .comunication-center:hover, .comunication-center:active {
  color: #005587;
  outline: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.comunication-center:focus:after, .comunication-center:hover:after, .comunication-center:active:after {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 85, 135, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 85, 135, 0.4);
}

.modal-comunication-center .message-to {
  display: none;
}

.modal-comunication-center.other-message .message-to {
  display: block;
}

.modal-comunication-center textarea.form-control {
  height: 150px;
}

.signin {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .signin {
    max-width: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.signin .signin-form {
  padding: 15px;
}

@media (min-width: 768px) {
  .signin .signin-form {
    background: #fff;
    background-color: #fff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .signin .signin-form {
    margin: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }
}

.signin .signin-form header {
  text-align: center;
  padding-bottom: 30px;
}

.signin .signin-form header h1 {
  color: #646464;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: 134px;
  overflow: hidden;
  text-indent: -99999px;
  background-image: url("../assets/images/logo-bernays-new.svg");
  background-size: 300px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.signin .signin-form fieldset .row:last-child .form-group {
  margin-bottom: 0;
}

.signin .signin-form .form-group {
  margin-bottom: 30px;
}

.signin .signin-form .form-control:not(select) {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px rgba(100, 100, 100, 0.3);
  background: transparent;
  color: #646464;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.signin .signin-form .form-control:not(select)::-moz-placeholder {
  color: rgba(100, 100, 100, 0.3);
  opacity: 1;
}

.signin .signin-form .form-control:not(select):-ms-input-placeholder {
  color: rgba(100, 100, 100, 0.3);
}

.signin .signin-form .form-control:not(select)::-webkit-input-placeholder {
  color: rgba(100, 100, 100, 0.3);
}

.signin .signin-form .form-control:not(select):focus {
  border-color: #005587;
}

.signin .signin-form .checkbox, .signin .signin-form .checkbox:before {
  color: rgba(100, 100, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.signin .signin-form .checkbox:hover, .signin .signin-form .checkbox:hover:before, .signin .signin-form input[type=checkbox]:focus + .checkbox:before, .signin .signin-form input[type=checkbox]:checked + .checkbox, .signin .signin-form input[type=checkbox]:checked + .checkbox:before {
  color: rgba(100, 100, 100, 0.7);
}

.signin .signin-form a, .signin .signin-form a:focus, .signin .signin-form a:active, .signin .signin-form a:hover, .signin .signin-form a:visited {
  line-height: 24px;
  color: #005587;
}

.signin .signin-form a:active, .signin .signin-form a:focus, .signin .signin-form a:hover {
  color: #005587;
}

.signin .signin-form .note {
  margin-top: 15px;
}

.signin .signin-steps {
  min-height: 260px;
  position: relative;
}

.signin .signin-steps fieldset {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
}

.signin .signin-steps fieldset.show {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 10;
}

.signin .signin-steps fieldset.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.signin .signin-footer {
  text-align: center;
  color: rgba(100, 100, 100, 0.6);
  font-size: 12px;
  padding: 15px;
}

.news-header .news-title {
  line-height: 1.2;
  padding: 15px 0;
  margin: 0 !important;
}

.news-header .news-header-actions {
  position: relative;
}

.news-header .news-header-actions [data-icon] {
  font-size: 18px;
  position: relative;
  top: 4px;
}

.news-header .news-header-actions .news-tag {
  height: 24px;
  vertical-align: middle;
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}

.news-header .news-header-actions .news-tag [data-icon] {
  margin-right: 10px;
}

.news-header .news-header-actions .news-tag a {
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.news-header .news-header-actions .news-tag a:link, .news-header .news-header-actions .news-tag a:visited {
  color: #005587;
  text-decoration: none;
}

.news-header .news-header-actions .news-tag a:focus, .news-header .news-header-actions .news-tag a:hover, .news-header .news-header-actions .news-tag a:active {
  color: #005587;
  text-decoration: none;
}

.news-header .news-header-actions .news-actions {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 30px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
}

@media (min-width: 768px) {
  .news-content {
    padding-bottom: 30px;
  }
}

.news-footer {
  font-size: 12px;
  color: #979797;
  width: 100%;
}

.news-footer:before, .news-footer:after {
  content: " ";
  display: table;
}

.news-footer:after {
  clear: both;
}

@media (min-width: 768px) {
  .news-footer .news-author, .news-footer .news-datetime {
    float: left;
  }
  .news-footer .news-datetime {
    float: right;
    text-align: right;
  }
}

.news-categories {
  padding: 15px 0 0 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .news-categories {
    padding: 30px 0 0 0;
  }
}

.news-categories ul {
  padding: 0;
  margin: 0;
}

.news-categories ul:before, .news-categories ul:after {
  content: " ";
  display: table;
}

.news-categories ul:after {
  clear: both;
}

.news-categories ul li {
  display: inline-block;
  margin-right: 7.5px;
}

.news-categories a {
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.news-categories a:link, .news-categories a:visited {
  color: #005587;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.news-categories a:focus, .news-categories a:hover, .news-categories a:active {
  color: #005587;
  text-decoration: none;
}

.news-categories .icon {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #005587;
}

.news-card {
  overflow: hidden;
  position: relative;
}

.news-card .news-footer {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .news-card .news-footer {
    padding-top: 30px;
    position: absolute;
    bottom: 0;
    min-height: 30px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 50%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 50%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  }
}

.news-card.is-highlighted .news-header .news-title {
  color: #eb5a2d;
}

@media (min-width: 768px) {
  .featured-news {
    height: 400px;
  }
  .featured-news .news-title {
    padding: 30px 0;
    font-size: 22px;
  }
  .featured-news .news-content {
    padding: 0;
  }
}

.attendances-stats .chart-container {
  height: 150px;
}

.attendances-stats .chart {
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0px 10px #fcfcfc;
  overflow: hidden;
}

.attendances-stats .chart:before {
  content: attr(data-percentage) "%";
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
}

.completed {
  position: absolute;
  top: 0;
  left: 0;
}

.completed:before, .completed:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.completed:before {
  clip: rect(0 100px 100px 50px);
}

.completed:after {
  clip: rect(0 50px 100px 0);
}

@keyframes mask-0 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-0 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-180deg);
  }
}

[data-chart-percentage="0"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="0"] .completed.active:before {
  transform: rotate(-180deg);
  animation: first-0 2s 1 ease-out;
}

@keyframes mask-5 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-5 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-162deg);
  }
}

[data-chart-percentage="5"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="5"] .completed.active:before {
  transform: rotate(-162deg);
  animation: first-5 2s 1 ease-out;
}

@keyframes mask-10 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-10 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-144deg);
  }
}

[data-chart-percentage="10"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="10"] .completed.active:before {
  transform: rotate(-144deg);
  animation: first-10 2s 1 ease-out;
}

@keyframes mask-15 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-15 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-126deg);
  }
}

[data-chart-percentage="15"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="15"] .completed.active:before {
  transform: rotate(-126deg);
  animation: first-15 2s 1 ease-out;
}

@keyframes mask-20 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-20 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-108deg);
  }
}

[data-chart-percentage="20"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="20"] .completed.active:before {
  transform: rotate(-108deg);
  animation: first-20 2s 1 ease-out;
}

@keyframes mask-25 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-25 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-90deg);
  }
}

[data-chart-percentage="25"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="25"] .completed.active:before {
  transform: rotate(-90deg);
  animation: first-25 2s 1 ease-out;
}

@keyframes mask-30 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-30 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-72deg);
  }
}

[data-chart-percentage="30"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="30"] .completed.active:before {
  transform: rotate(-72deg);
  animation: first-30 2s 1 ease-out;
}

@keyframes mask-35 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-35 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-54deg);
  }
}

[data-chart-percentage="35"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="35"] .completed.active:before {
  transform: rotate(-54deg);
  animation: first-35 2s 1 ease-out;
}

@keyframes mask-40 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-40 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-36deg);
  }
}

[data-chart-percentage="40"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="40"] .completed.active:before {
  transform: rotate(-36deg);
  animation: first-40 2s 1 ease-out;
}

@keyframes mask-45 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-45 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-18deg);
  }
}

[data-chart-percentage="45"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="45"] .completed.active:before {
  transform: rotate(-18deg);
  animation: first-45 2s 1 ease-out;
}

@keyframes mask-50 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-50 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

[data-chart-percentage="50"] .completed {
  clip: rect(0 100px 100px 50px);
}

[data-chart-percentage="50"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-50 2s 1 ease-out;
}

@keyframes mask-55 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-55 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-55 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-162deg);
  }
}

[data-chart-percentage="55"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="55"] .completed.active {
  animation: mask-55 2s linear;
}

[data-chart-percentage="55"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-55 2s 1 linear;
}

[data-chart-percentage="55"] .completed.active:after {
  transform: rotate(-162deg);
  animation: second-55 2s 1 ease-out;
}

@keyframes mask-60 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-60 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-60 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-144deg);
  }
}

[data-chart-percentage="60"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="60"] .completed.active {
  animation: mask-60 2s linear;
}

[data-chart-percentage="60"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-60 2s 1 linear;
}

[data-chart-percentage="60"] .completed.active:after {
  transform: rotate(-144deg);
  animation: second-60 2s 1 ease-out;
}

@keyframes mask-65 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-65 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-65 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-126deg);
  }
}

[data-chart-percentage="65"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="65"] .completed.active {
  animation: mask-65 2s linear;
}

[data-chart-percentage="65"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-65 2s 1 linear;
}

[data-chart-percentage="65"] .completed.active:after {
  transform: rotate(-126deg);
  animation: second-65 2s 1 ease-out;
}

@keyframes mask-70 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-70 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-70 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-108deg);
  }
}

[data-chart-percentage="70"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="70"] .completed.active {
  animation: mask-70 2s linear;
}

[data-chart-percentage="70"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-70 2s 1 linear;
}

[data-chart-percentage="70"] .completed.active:after {
  transform: rotate(-108deg);
  animation: second-70 2s 1 ease-out;
}

@keyframes mask-75 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-75 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-75 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

[data-chart-percentage="75"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="75"] .completed.active {
  animation: mask-75 2s linear;
}

[data-chart-percentage="75"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-75 2s 1 linear;
}

[data-chart-percentage="75"] .completed.active:after {
  transform: rotate(-90deg);
  animation: second-75 2s 1 ease-out;
}

@keyframes mask-80 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-80 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-80 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-72deg);
  }
}

[data-chart-percentage="80"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="80"] .completed.active {
  animation: mask-80 2s linear;
}

[data-chart-percentage="80"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-80 2s 1 linear;
}

[data-chart-percentage="80"] .completed.active:after {
  transform: rotate(-72deg);
  animation: second-80 2s 1 ease-out;
}

@keyframes mask-85 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-85 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-85 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-54deg);
  }
}

[data-chart-percentage="85"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="85"] .completed.active {
  animation: mask-85 2s linear;
}

[data-chart-percentage="85"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-85 2s 1 linear;
}

[data-chart-percentage="85"] .completed.active:after {
  transform: rotate(-54deg);
  animation: second-85 2s 1 ease-out;
}

@keyframes mask-90 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-90 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-90 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-36deg);
  }
}

[data-chart-percentage="90"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="90"] .completed.active {
  animation: mask-90 2s linear;
}

[data-chart-percentage="90"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-90 2s 1 linear;
}

[data-chart-percentage="90"] .completed.active:after {
  transform: rotate(-36deg);
  animation: second-90 2s 1 ease-out;
}

@keyframes mask-95 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-95 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-95 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}

[data-chart-percentage="95"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="95"] .completed.active {
  animation: mask-95 2s linear;
}

[data-chart-percentage="95"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-95 2s 1 linear;
}

[data-chart-percentage="95"] .completed.active:after {
  transform: rotate(-18deg);
  animation: second-95 2s 1 ease-out;
}

@keyframes mask-100 {
  0%, 50% {
    clip: rect(0 100px 100px 50px);
  }
  50.01%, 100% {
    clip: rect(0 100px 100px 0px);
  }
}

@keyframes first-100 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-100 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

[data-chart-percentage="100"] .completed {
  clip: rect(0 100px 100px 0px);
}

[data-chart-percentage="100"] .completed.active {
  animation: mask-100 2s linear;
}

[data-chart-percentage="100"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-100 2s 1 linear;
}

[data-chart-percentage="100"] .completed.active:after {
  transform: rotate(0deg);
  animation: second-100 2s 1 ease-out;
}

.attendances-stats .carousel .item {
  height: 290px;
  cursor: pointer;
}

.attendances-stats .carousel .carousel-indicators {
  bottom: -10px;
}

@media (min-width: 768px) {
  .attendances-stats .carousel .carousel-indicators {
    bottom: -10px;
  }
}

.attendances-stats .carousel .carousel-indicators li {
  background: #005587;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.attendances-stats .carousel .carousel-indicators li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.attendances-stats .carousel .carousel-control {
  width: 40px;
}

.attendances-stats .carousel .carousel-control.left, .attendances-stats .carousel .carousel-control.right {
  background: none;
  text-shadow: none;
  color: #3d3d3d;
}

.attendances-stats .carousel .carousel-control .icon {
  z-index: 5;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.attendances-stats .carousel .carousel-control .icon:before {
  font-size: 40px;
}

.attendances-stats .chart-legend {
  color: #3d3d3d;
}

.attendances-stats .chart-legend:before, .attendances-stats .chart-legend:after {
  content: " ";
  display: table;
}

.attendances-stats .chart-legend:after {
  clear: both;
}

.attendances-stats .chart-legend div {
  font-size: 12px;
  width: 50%;
  float: left;
  text-align: center;
}

.attendances-stats .chart-legend div strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.attendances-stats .chart-legend div:first-child {
  border-right: solid 1px;
}

.attendances-stats .chart-legend div:last-child {
  border-left: solid 1px;
}

.attendances-stats .attendances-stats-list .list-container {
  height: 150px;
  position: relative;
}

.attendances-stats .attendances-stats-list .list-container ol {
  margin: 0;
  padding: 0;
  width: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.attendances-stats .attendances-stats-list .list-container [data-presence] {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  display: inline-block;
  position: relative;
  top: 0;
}

.attendances-stats .attendances-stats-list .list-container [data-presence]:before {
  content: "person_outline";
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.attendances-stats .attendances-stats-list .list-container [data-presence='true']:before {
  content: "person";
  opacity: 1;
  filter: alpha(opacity=100);
}

.attendances-stats .attendances-stats-list .list-container [data-presence='false']:before {
  content: "person_outline";
  opacity: 1;
  filter: alpha(opacity=100);
}

.attendances-stats .attendances-stats-list .tooltip .tooltip-inner {
  background-color: #979797;
}

.attendances-stats .attendances-stats-list .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.attendances-stats .attendances-stats-list .tooltip.top .tooltip-arrow {
  border-top-color: #979797;
}

.attendances-stats .attendances-stats-list .list-legend ul {
  width: 135px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.attendances-stats .attendances-stats-list .list-legend ul:before, .attendances-stats .attendances-stats-list .list-legend ul:after {
  content: " ";
  display: table;
}

.attendances-stats .attendances-stats-list .list-legend ul:after {
  clear: both;
}

.attendances-stats .attendances-stats-list .list-legend ul li {
  display: block;
  float: left;
  margin-bottom: 5px;
  color: #3d3d3d;
}

.attendances-stats .attendances-stats-list .list-legend ul li:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border: solid 1px;
  border-radius: 9px;
  margin-right: 5px;
}

.attendances-stats .attendances-stats-list .list-legend ul li:nth-child(1) {
  padding-right: 15px;
}

.attendances-stats .attendances-stats-list .list-legend ul li:nth-child(3):before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.attendances-stats-class .chart {
  color: #005587;
}

.attendances-stats-class .completed:before, .attendances-stats-class .completed:after {
  box-shadow: inset 0 0 0px 10px #005587;
}

.attendances-stats-class .chart-legend div:first-child, .attendances-stats-class .chart-legend div:last-child {
  border-color: #005587;
}

.attendances-stats-class .attendances-stats-list {
  color: #005587;
}

.attendances-stats-class .list-legend li:before {
  border-color: #005587;
  color: #005587;
}

.attendances-stats-class .list-legend li:nth-child(1):before {
  background: #005587;
}

.attendances-stats-labs .chart {
  color: #eb5a2d;
}

.attendances-stats-labs .completed:before, .attendances-stats-labs .completed:after {
  box-shadow: inset 0 0 0px 10px #eb5a2d;
}

.attendances-stats-labs .chart-legend div:first-child, .attendances-stats-labs .chart-legend div:last-child {
  border-color: #eb5a2d;
}

.attendances-stats-labs .attendances-stats-list {
  color: #eb5a2d;
}

.attendances-stats-labs .list-legend li:before {
  border-color: #eb5a2d;
  color: #eb5a2d;
}

.attendances-stats-labs .list-legend li:nth-child(1):before {
  background: #eb5a2d;
}

.module-card {
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}

.module-card .module-title {
  font-size: 18px;
  color: #3d3d3d;
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.module-card .module-footer {
  font-size: 12px;
  color: #979797;
}

.module-card .module-footer span {
  color: #005587;
}

.module-card.is-highlighted .module-footer span {
  color: #eb5a2d;
}

.module-card:before, .module-card:after {
  display: block;
  position: absolute;
  left: 0;
  width: 85px;
  text-align: center;
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.module-card:before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e9e9";
  font-size: 32px;
}

.module-card:after {
  content: attr(data-module);
  font-size: 10px;
  bottom: 0;
}

.module-card:hover:before, .module-card:hover:after, .module-card:hover .module-title {
  color: #005587;
}

.homeworks-condensed {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .homeworks-condensed {
    height: 215px;
  }
}

.homeworks-condensed td:first-child, .homeworks-condensed th:first-child {
  padding-left: 0;
}

.homeworks-condensed td:last-child, .homeworks-condensed th:last-child {
  padding-right: 0;
}

.homeworks-condensed tbody tr {
  cursor: pointer;
}

.homeworks-condensed tbody tr:hover td {
  color: #005587;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.homeworks-condensed tbody .is-passed td {
  color: #fb605c;
}

.homeworks-condensed .no-activities {
  padding-top: 70px;
  background: transparent;
  text-align: center;
  display: block;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (min-width: 768px) {
  .homeworks-condensed .no-activities {
    padding-top: 150px;
  }
}

.homeworks-condensed .no-activities:before {
  display: block;
  content: "";
  width: 95px;
  height: 100px;
  background-image: url("../assets/images/icon-smile.svg");
  background-size: auto 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .homeworks-condensed .no-activities:before {
    background-size: auto 70px;
  }
}

.homeworks-condensed .no-activities strong {
  font-weight: normal;
  font-size: 12px;
}

.grades-card .card-content {
  padding: 4px 0 !important;
}

.grades-header {
  border-bottom: 1px solid #d9e6ed;
  padding: 7.5px 15px;
  padding-top: 3.5px;
  color: #979797;
}

.grades-header:before, .grades-header:after {
  content: " ";
  display: table;
}

.grades-header:after {
  clear: both;
}

.grades-header h3 {
  font-size: 14px;
  color: #3d3d3d;
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 50%;
}

.grades-table.table-responsive {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom-color: #d9e6ed;
}

.grades-learning-outcomes {
  display: table;
  height: 100%;
  width: 100%;
  padding-bottom: 30px;
}

.grades-learning-outcomes .stats {
  display: table-row;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #3d3d3d;
}

.grades-learning-outcomes .stats:before, .grades-learning-outcomes .stats:after {
  content: " ";
  display: table;
}

.grades-learning-outcomes .stats:after {
  clear: both;
}

.grades-learning-outcomes .stats .learning-outcome {
  display: table-cell;
  height: 200px;
  position: relative;
  text-align: center;
  border-top: solid 1px #d9e6ed;
  border-bottom: solid 1px #d9e6ed;
  background: linear-gradient(180deg, transparent calc(50% - 1px), #d9e6ed, transparent calc(50%));
}

.grades-learning-outcomes .stats .learning-outcome:before, .grades-learning-outcomes .stats .learning-outcome:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 10px;
}

.grades-learning-outcomes .stats .learning-outcome:before {
  background: #d9e6ed;
  height: 100%;
}

.grades-learning-outcomes .stats .learning-outcome:after {
  background: #fb605c;
  height: 0;
  -webkit-transition: all 1.5s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1.5s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1.5s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.grades-learning-outcomes .stats .learning-outcome span {
  position: absolute;
  bottom: -30px;
  display: block;
  text-align: center;
  width: 100%;
}

.screen.in .learning-outcome[data-percentage="0"]:after {
  height: 0%;
}

.screen.in .learning-outcome[data-percentage="5"]:after {
  height: 5%;
}

.screen.in .learning-outcome[data-percentage="10"]:after {
  height: 10%;
}

.screen.in .learning-outcome[data-percentage="15"]:after {
  height: 15%;
}

.screen.in .learning-outcome[data-percentage="20"]:after {
  height: 20%;
}

.screen.in .learning-outcome[data-percentage="25"]:after {
  height: 25%;
}

.screen.in .learning-outcome[data-percentage="30"]:after {
  height: 30%;
}

.screen.in .learning-outcome[data-percentage="35"]:after {
  height: 35%;
}

.screen.in .learning-outcome[data-percentage="40"]:after {
  height: 40%;
}

.screen.in .learning-outcome[data-percentage="45"]:after {
  height: 45%;
}

.screen.in .learning-outcome[data-percentage="50"]:after {
  height: 50%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="55"]:after {
  height: 55%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="60"]:after {
  height: 60%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="65"]:after {
  height: 65%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="70"]:after {
  height: 70%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="75"]:after {
  height: 75%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="80"]:after {
  height: 80%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="85"]:after {
  height: 85%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="90"]:after {
  height: 90%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="95"]:after {
  height: 95%;
  background: #36c950;
}

.screen.in .learning-outcome[data-percentage="100"]:after {
  height: 100%;
  background: #36c950;
}

.exams-card .card-content {
  padding: 4px 0 !important;
}

.exams-header {
  border-bottom: 1px solid #d9e6ed;
  padding: 5px 15px;
  color: #979797;
}

.exams-header:before, .exams-header:after {
  content: " ";
  display: table;
}

.exams-header:after {
  clear: both;
}

.exams-header h3 {
  font-size: 14px;
  color: #3d3d3d;
  padding: 0;
  display: inline-block;
  max-width: 50%;
}

.exams-table.table-responsive {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom-color: #d9e6ed;
}

.exams-condensed {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .exams-condensed {
    height: 215px;
  }
}

.exams-condensed td:first-child, .exams-condensed th:first-child {
  padding-left: 0;
}

.exams-condensed td:last-child, .exams-condensed th:last-child {
  padding-right: 0;
}

.exams-condensed tbody tr {
  cursor: pointer;
}

.exams-condensed tbody tr:hover td {
  color: #005587;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.exams-condensed tbody .is-passed td {
  color: rgba(61, 61, 61, 0.5);
  background: linear-gradient(to bottom, rgba(61, 61, 61, 0.2), rgba(61, 61, 61, 0.2));
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: center;
}

.exams-condensed tbody .is-passed:hover td {
  color: rgba(0, 85, 135, 0.5);
}

.exams-condensed .no-activities {
  padding-top: 70px;
  background: transparent;
  text-align: center;
  display: block;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (min-width: 768px) {
  .exams-condensed .no-activities {
    padding-top: 150px;
  }
}

.exams-condensed .no-activities:before {
  display: block;
  content: "";
  width: 95px;
  height: 100px;
  background-image: url("../assets/images/icon-smile.svg");
  background-size: auto 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .exams-condensed .no-activities:before {
    background-size: auto 70px;
  }
}

.exams-condensed .no-activities strong {
  font-weight: normal;
  font-size: 12px;
}

.finance-card .card-content {
  padding: 4px 0 !important;
}

.finance-header {
  border-bottom: 1px solid #d9e6ed;
  padding: 7.5px 15px;
  padding-top: 3.5px;
  color: #979797;
  position: relative;
}

.finance-header:before, .finance-header:after {
  content: " ";
  display: table;
}

.finance-header:after {
  clear: both;
}

.finance-header h3 {
  font-size: 14px;
  color: #3d3d3d;
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 70%;
}

.finance-table.table-responsive {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom-color: #d9e6ed;
}

.finance-table tr > td:first-child, .finance-table tr > th:first-child {
  padding-left: 15px;
}

.finance-table tr > td:last-child, .finance-table tr > th:last-child {
  padding-right: 15px;
}

.finance-table tr > td.finance-details {
  padding: 0;
  background: #fcfcfc;
}

.finance-table tr > td.finance-details.collapse.in {
  display: table-cell;
}

.finance-table tr > td.finance-details table {
  background: #fcfcfc;
}

.finance-table tfoot > tr > td, .finance-table tfoot > tr > th {
  border-color: transparent;
}

.finance-details .table {
  border-bottom: solid 1px #d9e6ed;
}

.user {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.user:before, .user:after {
  content: " ";
  display: table;
}

.user:after {
  clear: both;
}

@media (min-width: 768px) {
  .user {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

.user .user-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  line-height: 50px;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: solid 2px #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.user .user-photo.picture-square {
  border-radius: 0;
}

.user .user-photo img {
  height: 105%;
}

.user .user-data > p {
  margin: 0;
  color: #646464;
}

.user .user-data .user-name {
  font-size: 18px;
  color: #3d3d3d;
}

.user .user-data .user-email {
  color: #005587;
}

.user .user-actions {
  margin-top: 15px;
}

.user .user-actions button {
  margin: 7.5px 0;
}

.calendar-header {
  height: 24px;
  line-height: 24px;
  padding-left: 50px;
}

.calendar-header a:link, .calendar-header a:visited, .calendar-header a:hover, .calendar-header a:active {
  float: left;
  margin-right: 15px;
  color: #646464;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.calendar-header a:hover {
  color: #3d3d3d;
}

.calendar-header a[data-action='today'] {
  display: inline-block;
  height: 24px;
  padding-top: 1px;
}

.calendar-header a[data-action='today']:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px;
  border-radius: 20px;
}

.calendar-header .calendar-picker-dropdown {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.calendar-header .calendar-picker-dropdown:after {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  content: "expand_more";
}

.calendar-header .calendar-picker-dropdown a {
  margin-right: 5px;
}

.calendar-header .calendar-picker-dropdown .dropdown-menu {
  z-index: 50;
  padding: 15px;
}

.calendar-footer {
  padding-left: 50px;
}

.calendar-body {
  padding-left: 50px;
  position: relative;
}

.calendar-body .calendar-time {
  position: absolute;
  left: 0;
  top: 28px;
  width: 50px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #3d3d3d;
}

.calendar-body .calendar-time li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 60px;
}

.calendar-body .calendar-week {
  display: table;
  width: 100%;
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #d9e6ed, transparent calc(50%));
  background-size: 100% 30px;
  background-position-y: 15px;
}

.calendar-body .calendar-day {
  display: table-cell;
  background: rgba(151, 151, 151, 0.05);
  width: 14.28571%;
  height: 870px;
  border-left: solid 3px rgba(255, 255, 255, 0.5);
  border-right: solid 3px rgba(255, 255, 255, 0.5);
  position: relative;
}

.calendar-body .calendar-day:first-child {
  border-left: 0 none;
}

.calendar-body .calendar-day:last-child {
  border-right: 0 none;
}

.calendar-body .calendar-day > header {
  text-align: center;
  background: #fff;
  margin: 0 -3px;
  height: 30px;
  line-height: 30px;
  color: #3d3d3d;
  font-size: 12px;
}

@media (min-width: 768px) {
  .calendar-body .calendar-day > header {
    font-size: 16px;
  }
}

.calendar-body .calendar-day.today {
  background: rgba(0, 85, 135, 0.1);
  border-left: solid 3px white;
  border-right: solid 3px white;
}

.calendar-body .calendar-day.today .timer {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fb605c;
}

.calendar-body .calendar-day.today .timer:before, .calendar-body .calendar-day.today .timer:after {
  display: block;
  position: absolute;
  content: "";
  background: #fb605c;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: -1px;
}

.calendar-body .calendar-day.today .timer:before {
  left: -3px;
}

.calendar-body .calendar-day.today .timer:after {
  right: -3px;
}

.calendar-event {
  position: absolute;
  width: 100%;
  float: left;
  padding: 0 3px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

.calendar-event .event {
  border: solid 1px rgba(125, 125, 125, 0.6);
  border-radius: 4px;
  font-size: 12px;
  background: #fff;
  color: #3d3d3d;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.calendar-event .event .event-title {
  display: block;
  overflow: hidden;
  color: #fff;
  background: rgba(125, 125, 125, 0.6);
}

.calendar-event .event .event-title span {
  display: block;
  overflow: hidden;
  margin: 3px 6px;
}

.calendar-event .event .event-location {
  display: block;
  overflow: hidden;
  margin: 0 6px 3px 6px;
}

.calendar-event .event .event-content {
  margin: 3px 6px;
  overflow: hidden;
  display: block;
}

@media (min-width: 768px) {
  .calendar-event:hover .event {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.2);
  }
}

.calendar-event[data-type='class'] .event {
  border-color: #005587;
}

.calendar-event[data-type='class'] .event .event-title {
  background: #005587;
}

@media (min-width: 768px) {
  .calendar-event[data-type='class'] .event:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 85, 135, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 85, 135, 0.2);
  }
}

.calendar-event[data-type='labs'] .event {
  border-color: #eb5a2d;
}

.calendar-event[data-type='labs'] .event .event-title {
  background: #eb5a2d;
}

@media (min-width: 768px) {
  .calendar-event[data-type='labs'] .event:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(235, 90, 45, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(235, 90, 45, 0.2);
  }
}

.calendar-event[data-type='additional'] .event {
  border-color: #28aed6;
}

.calendar-event[data-type='additional'] .event .event-title {
  background: #28aed6;
}

@media (min-width: 768px) {
  .calendar-event[data-type='additional'] .event:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(40, 174, 214, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(40, 174, 214, 0.2);
  }
}

.calendar-event[data-type='exam'] .event {
  border-color: #6428a0;
}

.calendar-event[data-type='exam'] .event .event-title {
  background: #6428a0;
}

@media (min-width: 768px) {
  .calendar-event[data-type='exam'] .event:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(100, 40, 160, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(100, 40, 160, 0.2);
  }
}

.calendar-day.in .calendar-event {
  opacity: 1;
  filter: alpha(opacity=100);
}

.collision-1-2 {
  width: 50%;
  left: 0%;
  padding: 0 1.5px;
  padding-left: 3px;
}

.collision-2-2 {
  width: 50%;
  left: 50%;
  padding: 0 1.5px;
  padding-right: 3px;
}

.collision-1-3 {
  width: 33.33333%;
  left: 0%;
  padding: 0 1.5px;
  padding-left: 3px;
}

.collision-2-3 {
  width: 33.33333%;
  left: 33.33333%;
  padding: 0 1.5px;
}

.collision-3-3 {
  width: 33.33333%;
  left: 66.66667%;
  padding: 0 1.5px;
  padding-right: 3px;
}

.collision-1-4 {
  width: 25%;
  left: 0%;
  padding: 0 1.5px;
  padding-left: 3px;
}

.collision-2-4 {
  width: 25%;
  left: 25%;
  padding: 0 1.5px;
}

.collision-3-4 {
  width: 25%;
  left: 50%;
  padding: 0 1.5px;
}

.collision-4-4 {
  width: 25%;
  left: 75%;
  padding: 0 1.5px;
  padding-right: 3px;
}

.calendar-legend {
  list-style-type: none;
  margin: 0;
  padding: 30px 0 0 0;
  color: #3d3d3d;
  font-size: 12px;
}

.calendar-legend:before, .calendar-legend:after {
  content: " ";
  display: table;
}

.calendar-legend:after {
  clear: both;
}

.calendar-legend li {
  float: left;
  margin-right: 30px;
  line-height: 1.42857;
  position: relative;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
}

.calendar-legend li:before {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  content: "\25CF";
  font-size: 18px;
  color: rgba(125, 125, 125, 0.6);
}

.calendar-legend li[data-type='class']:before {
  color: #005587;
}

.calendar-legend li[data-type='labs']:before {
  color: #eb5a2d;
}

.calendar-legend li[data-type='additional']:before {
  color: #28aed6;
}

.calendar-legend li[data-type='exam']:before {
  color: #6428a0;
}

.calendar-picker {
  width: 238px;
  color: #3d3d3d;
  font-size: 12px;
}

.calendar-picker header {
  text-align: center;
}

.calendar-picker header:before, .calendar-picker header:after {
  content: " ";
  display: table;
}

.calendar-picker header:after {
  clear: both;
}

.calendar-picker header .calendar-picker-title {
  line-height: 24px;
}

.calendar-picker header a[data-action] {
  display: block;
  overflow: hidden;
  width: 34px;
  color: #646464;
}

.calendar-picker header a[data-action='prev'] {
  float: left;
}

.calendar-picker header a[data-action='next'] {
  float: right;
}

.calendar-picker-container {
  position: relative;
  width: 238px;
}

.fc-calendar .fc-head:before, .fc-calendar .fc-head:after {
  content: " ";
  display: table;
}

.fc-calendar .fc-head:after {
  clear: both;
}

.fc-calendar .fc-body {
  position: relative;
}

.fc-calendar .fc-body:before, .fc-calendar .fc-body:after {
  content: " ";
  display: table;
}

.fc-calendar .fc-body:after {
  clear: both;
}

.fc-calendar .fc-row {
  cursor: pointer;
}

.fc-calendar .fc-row:before, .fc-calendar .fc-row:after {
  content: " ";
  display: table;
}

.fc-calendar .fc-row:after {
  clear: both;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  position: relative;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

.fc-calendar .fc-date {
  display: inline-block;
  position: relative;
  height: 34px;
  width: 34px;
  box-sizing: border-box;
  border: solid 2px transparent;
}

.fc-calendar .fc-today .fc-date {
  border: solid 2px #ccc;
  border-radius: 4px;
}

.fc-calendar .fc-highlighted-week {
  background: rgba(0, 85, 135, 0.05);
}

.fc-calendar .fc-events {
  display: block;
  position: absolute;
  bottom: 3px;
  text-align: center;
  width: 100%;
  line-height: 5px;
}

.fc-calendar .fc-events > span {
  display: inline-block;
}

.fc-calendar .fc-events > span:before {
  display: inline;
  content: "\25CF";
  color: rgba(125, 125, 125, 0.6);
  font-size: 10px;
}

.fc-calendar .fc-events > span[data-type='class']:before {
  color: #005587;
}

.fc-calendar .fc-events > span[data-type='labs']:before {
  color: #eb5a2d;
}

.fc-calendar .fc-events > span[data-type='additional']:before {
  color: #28aed6;
}

.fc-calendar .fc-events > span[data-type='exam']:before {
  color: #6428a0;
}

.weekly-scheduler .scheduler-header {
  height: 35px;
  line-height: 24px;
  margin: 0 -15px;
}

.weekly-scheduler .scheduler-header .scheduler-actions a:link, .weekly-scheduler .scheduler-header .scheduler-actions a:visited, .weekly-scheduler .scheduler-header .scheduler-actions a:hover, .weekly-scheduler .scheduler-header .scheduler-actions a:active {
  float: left;
  margin-right: 5px;
  color: #646464;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.weekly-scheduler .scheduler-header .scheduler-actions a:link:last-child, .weekly-scheduler .scheduler-header .scheduler-actions a:visited:last-child, .weekly-scheduler .scheduler-header .scheduler-actions a:hover:last-child, .weekly-scheduler .scheduler-header .scheduler-actions a:active:last-child {
  margin-right: 0;
}

.weekly-scheduler .scheduler-header .scheduler-actions a:hover {
  color: #3d3d3d;
}

.weekly-scheduler .scheduler-header .scheduler-actions a[data-action='today'] {
  display: inline-block;
  height: 24px;
  padding-top: 1px;
}

.weekly-scheduler .scheduler-header .scheduler-actions a[data-action='today']:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px;
  border-radius: 20px;
}

.weekly-scheduler .scheduler-header .scheduler-title {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .weekly-scheduler .scheduler-header .scheduler-title span {
    display: none;
  }
}

@media (min-width: 992px) {
  .weekly-scheduler .scheduler-header .scheduler-title span {
    display: inline;
  }
}

.weekly-scheduler .scheduler-header a.weekly-calendar:link, .weekly-scheduler .scheduler-header a.weekly-calendar:visited, .weekly-scheduler .scheduler-header a.weekly-calendar:hover, .weekly-scheduler .scheduler-header a.weekly-calendar:active {
  text-decoration: none;
  color: #646464;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.weekly-scheduler .scheduler-header a.weekly-calendar:hover, .weekly-scheduler .scheduler-header a.weekly-calendar:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #005587;
}

.weekly-scheduler .scheduler-body {
  overflow: auto;
  margin: 0 -15px;
  height: 150px;
}

@media (min-width: 768px) {
  .weekly-scheduler .scheduler-body {
    height: 215px;
  }
}

.weekly-scheduler .scheduler-body .events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.weekly-scheduler .scheduler-body .events li {
  background-color: rgba(125, 125, 125, 0.1);
  color: #3d3d3d;
  display: table-row;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.weekly-scheduler .scheduler-body .events li:hover {
  background-color: rgba(125, 125, 125, 0.2);
}

.weekly-scheduler .scheduler-body .events li span {
  padding: 10px 5px;
  display: table-cell;
  border-bottom: 2px solid #fff;
  text-align: left;
}

.weekly-scheduler .scheduler-body .events li span:first-child {
  position: relative;
  padding-left: 15px;
  width: 105px;
}

.weekly-scheduler .scheduler-body .events li span:first-child:before {
  display: block;
  content: "";
  width: 5px;
  background: rgba(125, 125, 125, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.weekly-scheduler .scheduler-body .events li span:last-child {
  text-align: right;
  padding-right: 15px;
}

.weekly-scheduler .scheduler-body .events li[data-type='class'] {
  background-color: rgba(0, 85, 135, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='class']:hover {
  background-color: rgba(0, 85, 135, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='class'] span:first-child:before {
  background: #005587;
}

.weekly-scheduler .scheduler-body .events li[data-type='labs'] {
  background-color: rgba(235, 90, 45, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='labs']:hover {
  background-color: rgba(235, 90, 45, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='labs'] span:first-child:before {
  background: #eb5a2d;
}

.weekly-scheduler .scheduler-body .events li[data-type='additional'] {
  background-color: rgba(40, 174, 214, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='additional']:hover {
  background-color: rgba(40, 174, 214, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='additional'] span:first-child:before {
  background: #28aed6;
}

.weekly-scheduler .scheduler-body .events li[data-type='exam'] {
  background-color: rgba(100, 40, 160, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='exam']:hover {
  background-color: rgba(100, 40, 160, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='exam'] span:first-child:before {
  background: #6428a0;
}

.weekly-scheduler .scheduler-body .events li.no-activities {
  padding-top: 110px;
  background: transparent;
  text-align: center;
  display: block;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (min-width: 768px) {
  .weekly-scheduler .scheduler-body .events li.no-activities {
    padding-top: 150px;
  }
}

.weekly-scheduler .scheduler-body .events li.no-activities:before {
  display: block;
  content: "";
  width: 95px;
  height: 100px;
  background-image: url("../assets/images/icon-palm_tree.svg");
  background-size: auto 70px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .weekly-scheduler .scheduler-body .events li.no-activities:before {
    background-size: auto 90px;
  }
}

.weekly-scheduler .scheduler-body .events li.no-activities strong {
  font-weight: normal;
  font-size: 12px;
}

.weekly-scheduler .scheduler-footer {
  height: 40px;
  padding-top: 15px;
}

.weekly-scheduler .scheduler-footer .calendar-legend {
  padding: 0;
}

.weekly-scheduler .scheduler-footer .calendar-legend li {
  margin-right: 15px;
  padding-left: 15px;
}

.weekly-scheduler .scheduler-footer .calendar-legend li:last-child {
  margin-right: 0;
}

.library-book strong {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #3d3d3d;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.library-book small {
  font-size: 12px;
  color: #979797;
}

.library-book small span {
  color: #005587;
}

.library-book:hover, .library-book:active, .library-book:focus {
  text-decoration: none;
  outline: 0;
}

.library-book:hover strong, .library-book:active strong, .library-book:focus strong {
  color: #005587;
}

.library-table {
  margin-top: 15px;
}

.library-table td:first-child {
  padding-left: 0;
}

.library-table td:last-child {
  padding-right: 0;
}

.company {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.company:before, .company:after {
  content: " ";
  display: table;
}

.company:after {
  clear: both;
}

@media (min-width: 768px) {
  .company {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

.company .company-photo {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.company .company-photo img {
  max-width: 200px;
}

.company .company-data > p {
  margin: 0;
  color: #646464;
}

.company .company-data .company-name {
  font-size: 18px;
  color: #3d3d3d;
}

.company .company-data .company-contact {
  margin-top: 15px;
  color: #3d3d3d;
}

.company .company-data .company-name {
  font-size: 18px;
  color: #3d3d3d;
}

.company .company-data .company-email {
  color: #005587;
}

.company .company-actions {
  margin-top: 15px;
}

.company .company-actions button {
  margin: 7.5px 0;
}

.company-card {
  overflow: hidden;
  position: relative;
  padding-left: 100px;
  min-height: 50px;
}

.company-card .company-title {
  font-size: 18px;
  color: #3d3d3d;
  margin-top: 2px !important;
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.company-card .company-footer {
  font-size: 12px;
  color: #979797;
}

.company-card .company-footer span {
  color: #005587;
}

.company-card:before, .company-card:after {
  display: block;
  position: absolute;
  left: 0;
  width: 85px;
  text-align: center;
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.company-card:hover:before, .company-card:hover:after, .company-card:hover .company-title {
  color: #005587;
}

.company-card .chart-container {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.company-card .chart {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  font-size: 12px;
  border-radius: 50%;
  box-shadow: inset 0 0 0px 3px #fcfcfc;
  overflow: hidden;
}

.company-card .chart:before {
  content: attr(data-ratio);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.company-card .completed {
  position: absolute;
  top: 0;
  left: 0;
}

.company-card .completed:before, .company-card .completed:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: inset 0 0 0px 3px #005587;
}

.company-card .completed:before {
  clip: rect(0 50px 50px 25px);
}

.company-card .completed:after {
  clip: rect(0 25px 50px 0);
}

@keyframes mask-0 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-0 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-180deg);
  }
}

.company-card [data-chart-percentage="0"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="0"] .completed.active:before, .company-card [data-chart-percentage="0"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="0"] .completed.active:before {
  transform: rotate(-180deg);
  animation: first-0 2s 1 ease-out;
}

@keyframes mask-5 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-5 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-162deg);
  }
}

.company-card [data-chart-percentage="5"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="5"] .completed.active:before, .company-card [data-chart-percentage="5"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="5"] .completed.active:before {
  transform: rotate(-162deg);
  animation: first-5 2s 1 ease-out;
}

@keyframes mask-10 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-10 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-144deg);
  }
}

.company-card [data-chart-percentage="10"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="10"] .completed.active:before, .company-card [data-chart-percentage="10"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="10"] .completed.active:before {
  transform: rotate(-144deg);
  animation: first-10 2s 1 ease-out;
}

@keyframes mask-15 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-15 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-126deg);
  }
}

.company-card [data-chart-percentage="15"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="15"] .completed.active:before, .company-card [data-chart-percentage="15"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="15"] .completed.active:before {
  transform: rotate(-126deg);
  animation: first-15 2s 1 ease-out;
}

@keyframes mask-20 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-20 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-108deg);
  }
}

.company-card [data-chart-percentage="20"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="20"] .completed.active:before, .company-card [data-chart-percentage="20"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="20"] .completed.active:before {
  transform: rotate(-108deg);
  animation: first-20 2s 1 ease-out;
}

@keyframes mask-25 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-25 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-90deg);
  }
}

.company-card [data-chart-percentage="25"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="25"] .completed.active:before, .company-card [data-chart-percentage="25"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="25"] .completed.active:before {
  transform: rotate(-90deg);
  animation: first-25 2s 1 ease-out;
}

@keyframes mask-30 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-30 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-72deg);
  }
}

.company-card [data-chart-percentage="30"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="30"] .completed.active:before, .company-card [data-chart-percentage="30"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="30"] .completed.active:before {
  transform: rotate(-72deg);
  animation: first-30 2s 1 ease-out;
}

@keyframes mask-35 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-35 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-54deg);
  }
}

.company-card [data-chart-percentage="35"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="35"] .completed.active:before, .company-card [data-chart-percentage="35"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="35"] .completed.active:before {
  transform: rotate(-54deg);
  animation: first-35 2s 1 ease-out;
}

@keyframes mask-40 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-40 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-36deg);
  }
}

.company-card [data-chart-percentage="40"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="40"] .completed.active:before, .company-card [data-chart-percentage="40"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="40"] .completed.active:before {
  transform: rotate(-36deg);
  animation: first-40 2s 1 ease-out;
}

@keyframes mask-45 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-45 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(-18deg);
  }
}

.company-card [data-chart-percentage="45"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="45"] .completed.active:before, .company-card [data-chart-percentage="45"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="45"] .completed.active:before {
  transform: rotate(-18deg);
  animation: first-45 2s 1 ease-out;
}

@keyframes mask-50 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-50 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

.company-card [data-chart-percentage="50"] .completed {
  clip: rect(0 50px 50px 25px);
}

.company-card [data-chart-percentage="50"] .completed.active:before, .company-card [data-chart-percentage="50"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #36c950;
}

.company-card [data-chart-percentage="50"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-50 2s 1 ease-out;
}

@keyframes mask-55 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-55 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-55 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-162deg);
  }
}

.company-card [data-chart-percentage="55"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="55"] .completed.active {
  animation: mask-55 2s linear;
}

.company-card [data-chart-percentage="55"] .completed.active:before, .company-card [data-chart-percentage="55"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="55"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-55 2s 1 linear;
}

.company-card [data-chart-percentage="55"] .completed.active:after {
  transform: rotate(-162deg);
  animation: second-55 2s 1 ease-out;
}

@keyframes mask-60 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-60 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-60 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-144deg);
  }
}

.company-card [data-chart-percentage="60"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="60"] .completed.active {
  animation: mask-60 2s linear;
}

.company-card [data-chart-percentage="60"] .completed.active:before, .company-card [data-chart-percentage="60"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="60"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-60 2s 1 linear;
}

.company-card [data-chart-percentage="60"] .completed.active:after {
  transform: rotate(-144deg);
  animation: second-60 2s 1 ease-out;
}

@keyframes mask-65 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-65 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-65 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-126deg);
  }
}

.company-card [data-chart-percentage="65"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="65"] .completed.active {
  animation: mask-65 2s linear;
}

.company-card [data-chart-percentage="65"] .completed.active:before, .company-card [data-chart-percentage="65"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="65"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-65 2s 1 linear;
}

.company-card [data-chart-percentage="65"] .completed.active:after {
  transform: rotate(-126deg);
  animation: second-65 2s 1 ease-out;
}

@keyframes mask-70 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-70 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-70 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-108deg);
  }
}

.company-card [data-chart-percentage="70"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="70"] .completed.active {
  animation: mask-70 2s linear;
}

.company-card [data-chart-percentage="70"] .completed.active:before, .company-card [data-chart-percentage="70"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="70"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-70 2s 1 linear;
}

.company-card [data-chart-percentage="70"] .completed.active:after {
  transform: rotate(-108deg);
  animation: second-70 2s 1 ease-out;
}

@keyframes mask-75 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-75 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-75 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

.company-card [data-chart-percentage="75"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="75"] .completed.active {
  animation: mask-75 2s linear;
}

.company-card [data-chart-percentage="75"] .completed.active:before, .company-card [data-chart-percentage="75"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="75"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-75 2s 1 linear;
}

.company-card [data-chart-percentage="75"] .completed.active:after {
  transform: rotate(-90deg);
  animation: second-75 2s 1 ease-out;
}

@keyframes mask-80 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-80 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-80 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-72deg);
  }
}

.company-card [data-chart-percentage="80"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="80"] .completed.active {
  animation: mask-80 2s linear;
}

.company-card [data-chart-percentage="80"] .completed.active:before, .company-card [data-chart-percentage="80"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="80"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-80 2s 1 linear;
}

.company-card [data-chart-percentage="80"] .completed.active:after {
  transform: rotate(-72deg);
  animation: second-80 2s 1 ease-out;
}

@keyframes mask-85 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-85 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-85 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-54deg);
  }
}

.company-card [data-chart-percentage="85"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="85"] .completed.active {
  animation: mask-85 2s linear;
}

.company-card [data-chart-percentage="85"] .completed.active:before, .company-card [data-chart-percentage="85"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="85"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-85 2s 1 linear;
}

.company-card [data-chart-percentage="85"] .completed.active:after {
  transform: rotate(-54deg);
  animation: second-85 2s 1 ease-out;
}

@keyframes mask-90 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-90 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-90 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-36deg);
  }
}

.company-card [data-chart-percentage="90"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="90"] .completed.active {
  animation: mask-90 2s linear;
}

.company-card [data-chart-percentage="90"] .completed.active:before, .company-card [data-chart-percentage="90"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="90"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-90 2s 1 linear;
}

.company-card [data-chart-percentage="90"] .completed.active:after {
  transform: rotate(-36deg);
  animation: second-90 2s 1 ease-out;
}

@keyframes mask-95 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-95 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-95 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}

.company-card [data-chart-percentage="95"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="95"] .completed.active {
  animation: mask-95 2s linear;
}

.company-card [data-chart-percentage="95"] .completed.active:before, .company-card [data-chart-percentage="95"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fdbe47;
}

.company-card [data-chart-percentage="95"] .completed.active:before {
  transform: rotate(0deg);
  animation: first-95 2s 1 linear;
}

.company-card [data-chart-percentage="95"] .completed.active:after {
  transform: rotate(-18deg);
  animation: second-95 2s 1 ease-out;
}

@keyframes mask-100 {
  0%, 50% {
    clip: rect(0 50px 50px 25px);
  }
  50.01%, 100% {
    clip: rect(0 50px 50px 0px);
  }
}

@keyframes first-100 {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes second-100 {
  0%, 50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.company-card [data-chart-percentage="100"] .completed {
  clip: rect(0 50px 50px 0px);
}

.company-card [data-chart-percentage="100"] .completed.active:before, .company-card [data-chart-percentage="100"] .completed.active:after {
  box-shadow: inset 0 0 0px 3px #fb605c;
}

.survey-card {
  overflow: hidden;
  position: relative;
  padding-left: 60px;
  min-height: 50px;
}

.survey-card .survey-title {
  font-size: 18px;
  color: #3d3d3d;
  margin-top: 2px !important;
  -webkit-transition: color 0.3;
  -o-transition: color 0.3;
  transition: color 0.3;
}

.survey-card .survey-footer {
  font-size: 12px;
  color: #979797;
}

.survey-card .survey-footer span {
  color: #005587;
}

.survey-card.survey-is-important:before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "notification";
  color: #fdbe47;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 11px;
}

.survey-card.survey-is-important.is-blockator:before {
  color: #fb605c;
}

.survey-question-block .card-header {
  display: block;
  padding: 14px 0;
}

.survey-question-block .card-header .card-title {
  display: block;
  height: auto;
  margin: 0;
}

.survey-question-block .card-header .card-title small {
  display: block;
  font-size: 12px;
  color: #979797;
  padding-top: 5px;
}

.survey-question-block .survey-question {
  display: block;
  font-size: 14px;
  color: #005587;
  margin-top: 15px;
  font-weight: normal;
}

.survey-question-block .card-content > .row:first-child .survey-question:first-child {
  margin-top: 0;
}

.survey-question-block .form-control {
  font-size: 14px;
}

.messages .content-block-header {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}

.messages .content-block-header .btn {
  position: absolute;
  bottom: 0;
}

.messages table > tbody > tr > td {
  color: #979797;
  font-weight: 400;
}

.messages table tr.message > td.message-from {
  width: 200px;
  cursor: pointer;
}

.messages table tr.message > td.message-to {
  width: 200px;
  cursor: pointer;
}

.messages table tr.message > td.message-date {
  width: 150px;
  text-align: right;
}

.messages table tr.message > td.message-subject {
  cursor: pointer;
}

.messages table tr.message:hover > td.message-from,
.messages table tr.message:hover > td.message-to,
.messages table tr.message:hover > td.message-subject {
  color: #3d3d3d;
}

.messages table tr.message.unread > td.message-from,
.messages table tr.message.unread > td.message-to,
.messages table tr.message.unread > td.message-subject {
  color: #3d3d3d;
  font-weight: 500;
}

.messages .pagination {
  margin: 0;
}

.messages .card-footer {
  padding-top: 30px;
}

.control-message-preview {
  display: block;
  border: solid 1px #f0f0f0;
  background: #fcfcfc;
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
}

.thesis-card .thesis-status {
  font-size: 12px;
  color: #979797;
  text-align: right;
}

.thesis-card .thesis-status span {
  color: #28aed6;
}

.thesis-card.status-pending .thesis-status span {
  color: #fdbe47;
}

.thesis-card.status-approved .thesis-status span {
  color: #36c950;
}

.thesis-card:not(:last-child) {
  margin-bottom: 15px;
}

.thesis-card .thesis-card-header h3 {
  margin-bottom: 0;
}
