/* 31, 187, 229 */
/* old blue 0098dc */
@font-face {
  font-family: 'Cairo';
  src: url("../fonts/Cairo/Cairo-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url("../fonts/Cairo/Cairo-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url("../fonts/Cairo/Cairo-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url("../fonts/Cairo/Cairo-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
/*********** start general ***********/
html {
  font-size: 100%;
}

body {
  font-family: "Cairo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #007399;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cairo", sans-serif;
  color: #007399;
}

::selection {
  background: #007399;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #007399;
  color: #FFFFFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #007399;
  color: #FFFFFF;
  text-shadow: none;
}

:active, :focus {
  outline: none;
}

a img {
  border: none;
}

iframe {
  border: none;
}

a:hover, a:active {
  outline: none;
}

a img {
  border: none;
}

blockquote p {
  display: inline;
}

code {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*********** end general ***********/
/*********** start link ***********/
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a, a:link, a:visited {
  color: #E9A813;
}

a.red, a.red:link, a.red:visited {
  color: #ef1313;
}

a, a:link {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

a:hover, a:active {
  color: #8b640b;
}

a.red:hover, a.red:active {
  color: #920a0a;
}

/*********** end link ***********/
/*********** start headings ***********/
h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #007399;
  font-weight: 700;
}

/*********** end headings ***********/
.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.highlighted {
  color: #ADC024;
}

.error-message {
  color: #dc3545;
}

.remove-link, .remove-link i, .remove-link:hover, .remove-link:hover i, .remove-link:active, .remove-link:active i {
  color: #a94442;
}

.gray-container {
  background-color: #f3f3f3;
}

.base-color {
  color: #1FBBE5;
}

.second-color {
  color: #E9A813;
}

.third-color {
  color: #ADC024;
}

span.note-text {
  display: block;
  font-size: 14px;
  color: #999999;
}

mark {
  background-color: #E9A813;
  padding-top: 0;
  padding-bottom: 0;
}

.hidden {
  display: none !important;
}

.label-gray {
  background-color: #5d5d5d;
  color: #FFFFFF;
}

.label-red {
  background-color: #bf2a2a;
  color: #FFFFFF;
}

.label-green {
  background-color: #4cc435;
  color: #FFFFFF;
}

.label-blue {
  background-color: #356bad;
  color: #FFFFFF;
}

.label-orange {
  background-color: #bc9229;
  color: #FFFFFF;
}

a.see-more {
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 8px 15px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  min-width: 120px;
}
a.see-more, a.see-more:link, a.see-more:visited, a.see-more:hover, a.see-more:active {
  color: #007399;
}

.error-text {
  color: #e50000;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.main-container {
  min-height: 390px;
}

header.page-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 0 0 10px;
  border-bottom: 3px solid #f2f2f2;
}
header.page-heading h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #007399;
}
header.page-heading .actions .btn {
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #1FBBE5;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
header.page-heading .actions .btn:hover {
  background-color: #1698bb;
}
header.page-heading .actions .btn i {
  font-size: 18px;
}

.dropdown.without-arrows .dropdown-toggle:after {
  display: none;
}

.dropdown .menu {
  /*border: none;*/
}
.dropdown .menu li a {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #007399;
  -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}
.dropdown .menu li a:hover {
  background-color: #FFFFFF;
  border-color: #1FBBE5;
  color: #1FBBE5;
}

@media screen and (max-width: 719px) {
  .hide-on-mobile {
    display: none;
  }
}
/* video */
.fluid-video-wrapper video {
  width: 100%;
}

.responsive-embed {
  padding-top: 18.75%;
  /* 56.25 */
  position: relative;
}
.responsive-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: none;
}

header.section-header {
  margin: 0 0 20px;
}
header.section-header h2 {
  font-size: 30px;
  margin: 0;
}

label.required:after {
  content: ' *';
  color: #e50000;
}

.text-center {
  text-align: center;
}

.loading-indicator {
  padding: 40px;
  text-align: center;
}

.min-height {
  min-height: 440px;
}

.inline-block {
  display: inline-block;
}

.fa.arrow-circle-icon:after {
  content: "\f0a9";
  /* f0a8 */
}

a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.clear-fix::before, .clear-fix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* blockquote */
blockquote {
  border-left-color: #007399;
  background-color: #fcfcfc;
  font-size: 14px;
  padding: 20px 25px;
}
blockquote footer {
  margin-top: 30px;
  font-size: 12px;
  color: #00c0ff;
}

.disabling-container {
  position: relative;
}
.disabling-container .disabling-container-background {
  display: none;
}
.disabling-container.disabled {
  opacity: 0.5;
}
.disabling-container.disabled .disabling-container-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

hr.thick {
  border-top-width: 3px;
}

.assignment-demo-container {
  position: relative;
}
.assignment-demo-container h2, .assignment-demo-container p, .assignment-demo-container label {
  color: transparent;
}
.assignment-demo-container p, .assignment-demo-container label {
  text-shadow: 0 0 3.5px rgba(0, 115, 153, 0.5);
}
.assignment-demo-container h2 {
  text-shadow: 0 0 5px rgba(0, 115, 153, 0.5);
}
.assignment-demo-container .container-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
}
.assignment-demo-container .assignment-demo-message {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 20px;
  background-color: rgba(0, 115, 153, 0.2);
  border: 1px solid #99e6ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 999;
}

.inline-file-icon {
  display: inline-block;
  background-color: #2196F3;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  text-align: center;
}

.inline-file-icon i {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 25px;
}

.inline-file-icon.excel-color {
  background-color: #207245;
}

.inline-file-icon.pdf-color {
  background-color: #FC0F1A;
}

.inline-file-icon.word-color {
  background-color: #295497;
}

.inline-file-icon.powerpoint-color {
  background-color: #D24625;
}

.inline-file-icon.image-color {
  background-color: #d37734;
}

.inline-file-icon.audio-color {
  background-color: #d3a200;
}

.inline-file-icon.video-color {
  background-color: #0B5C53;
}

.inline-file-icon.archive-color {
  background-color: #DA8F12;
}

.inline-file-icon.text-color {
  background-color: #d8d6c7;
}

.reversed-direction {
  text-align: right;
}

.question p {
  margin: 0 0 10px;
}
.question ul.choices-list {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 10px;
}
.question ul.choices-list label.right {
  color: #3ead5f;
}
.question ul.choices-list label.wrong {
  color: #aa3d3d;
}

.green-text {
  color: #3ead5f;
}

.red-text {
  color: #aa3d3d;
}

.gray-text {
  color: #7c7c7c;
}

.bordered-wrapper {
  padding: 20px;
  border: 1px solid #DDDDDD;
}

.cropper-container img {
  display: block;
  max-width: 100%;
}

.cropping-actions-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
.cropping-actions-wrapper button {
  margin: 0 0 10px;
}
.cropping-actions-wrapper div {
  margin: 0 0 10px;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 190px;
  border: 1px solid #d8d8d8;
}
.dropdown-menu div.dropdown-item, .dropdown-menu a.dropdown-item {
  padding: 10px 15px;
  background-color: #eaeaea;
  color: #1FBBE5;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
  font-size: 16px;
  font-weight: 300;
}
.dropdown-menu div.dropdown-item:first-child, .dropdown-menu a.dropdown-item:first-child {
  border-top: none;
}
.dropdown-menu div.dropdown-item:last-child, .dropdown-menu a.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu div.dropdown-item:hover, .dropdown-menu div.dropdown-item:active, .dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item:active {
  background-color: #ffffff;
}
.dropdown-menu div.dropdown-item .icon-wrapper, .dropdown-menu a.dropdown-item .icon-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #1FBBE5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

/* For responsive layout */
header.header {
  min-height: 100px;
  background-color: rgba(31, 187, 229, 0.2);
  /* #ecf0f1 */
}
header.header .header-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
header.header .header-container .side-wrapper {
  flex-basis: 33%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
}
header.header .header-container .side-wrapper.first {
  justify-content: flex-start;
  order: 1;
}
@media screen and (min-width: 960px) {
  header.header .header-container .side-wrapper.first {
    justify-content: flex-end;
    order: 3;
    flex-basis: auto;
    flex-grow: 0;
    border: 1px solid #cccccc;
    border-right: none;
    background-color: #ffffff;
  }
}
header.header .header-container .side-wrapper.first .language-menu-wrapper .language-menu .dropdown-toggle .language-name {
  display: none;
}
@media screen and (min-width: 960px) {
  header.header .header-container .side-wrapper.first .language-menu-wrapper .language-menu .dropdown-toggle .language-name {
    display: initial;
  }
}
header.header .header-container .side-wrapper.last {
  justify-content: flex-end;
  order: 3;
}
@media screen and (min-width: 960px) {
  header.header .header-container .side-wrapper.last {
    flex-basis: auto;
    flex-grow: 0;
    border: 1px solid #cccccc;
    border-left: none;
    background-color: #ffffff;
  }
}
header.header .header-container .side-wrapper.last .profile-wrapper .profile-name {
  display: none;
}
@media screen and (min-width: 960px) {
  header.header .header-container .side-wrapper.last .profile-wrapper .profile-name {
    display: initial;
  }
}
header.header .header-container .logo-wrapper {
  flex-basis: 33%;
  order: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  header.header .header-container .logo-wrapper {
    flex-basis: auto;
    order: 1;
    flex-grow: 1;
    justify-content: flex-start;
    padding-right: 40px;
  }
}
header.header .header-container .logo-wrapper img {
  display: block;
  height: 70px;
  width: auto;
}
header.header .header-container .search-wrapper {
  display: none;
}
@media screen and (min-width: 1140px) {
  header.header .header-container .search-wrapper {
    display: initial;
    order: 2;
    flex-grow: 1;
  }
}
@media screen and (min-width: 960px) {
  header.header .header-container .search-toggle-wrapper {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1140px) {
  header.header .header-container .search-toggle-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  header.header .header-container .language-menu-wrapper {
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  header.header .header-container .main-menu-wrapper {
    padding-right: 30px;
  }
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .bell-icon .count {
  border: 2px solid #ecf0f1;
}
@media screen and (min-width: 960px) {
  header.header .header-container .notifications-menu-wrapper .notifications-menu .bell-icon .count {
    border-color: #ffffff;
  }
}
header.header .header-container.external-page-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
header.header .header-container.external-page-header .logo {
  padding: 15px 0;
}
header.header .header-container.external-page-header .logo img {
  display: block;
  width: auto;
  height: 110px;
}

/* Styles in general */
header.header .header-container .search-toggle-wrapper {
  padding-right: 15px;
  height: 45px;
}
header.header .header-container .search-toggle-wrapper .search-toggle i {
  font-size: 18px;
  line-height: 45px;
  color: #c2c4c5;
}
header.header .header-container .language-menu-wrapper {
  padding-right: 15px;
}
header.header .header-container .language-menu-wrapper .language-menu img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
header.header .header-container .language-menu-wrapper .language-menu .dropdown-toggle {
  font-size: 14px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #1FBBE5;
}
header.header .header-container .language-menu-wrapper .language-menu .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
}
header.header .header-container .notifications-menu-wrapper {
  padding-right: 22px;
  height: 45px;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .bell-icon {
  height: 100%;
  color: #ffc107;
  font-size: 18px;
  line-height: 45px;
  padding: 0;
  position: relative;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .bell-icon .count {
  position: absolute;
  top: 2px;
  right: -12px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 16px;
  background-color: #f44336;
  color: #ecf0f1;
  font-size: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.see-all {
  text-align: center;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification {
  display: block;
  padding: 15px 15px 15px 70px;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  color: #1FBBE5;
  box-sizing: border-box;
  min-height: 70px;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification:hover {
  background-color: initial;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification:before, header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification:after {
  display: table;
  content: " ";
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification:after {
  clear: both;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #1FBBE5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification .icon i {
  font-size: 16px;
  line-height: 40px;
  color: #1FBBE5;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification .title {
  width: calc(100% - 100px);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification .date {
  float: right;
  width: 100px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}
header.header .header-container .notifications-menu-wrapper .notifications-menu .notifications-menu-dropdown .dropdown-item.notification .description {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 300;
}
header.header .header-container .profile-wrapper {
  padding-right: 15px;
  line-height: 45px;
  height: 45px;
}
header.header .header-container .profile-wrapper .profile-name {
  float: right;
  font-size: 16px;
  font-weight: 300;
  display: none;
}
header.header .header-container .profile-wrapper .profile-image {
  float: right;
  width: 37px;
  height: 37px;
  margin: 4px 7px 4px 0;
  box-sizing: content-box;
}
header.header .header-container .profile-wrapper .profile-image img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header.header .header-container .main-menu-wrapper .main-menu .dropdown-toggle {
  padding: 0;
  color: #1FBBE5;
}
header.header .header-container .main-menu-wrapper .main-menu .dropdown-toggle i {
  font-size: 26px;
  line-height: 45px;
}
header.header .header-container .search-wrapper {
  padding-right: 40px;
}
header.header .header-container .search-wrapper .input-group {
  margin: 0;
}
header.header .header-container .search-wrapper .input-group .input-group-text {
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  cursor: pointer;
  background-color: #bcebf7;
}
header.header .header-container .search-wrapper .input-group .input-group-text i {
  color: #a8a8a8;
}
header.header .header-container .search-wrapper .input-group input {
  height: 45px;
  border-radius: 0;
}
header.header .header-container .search-wrapper .input-group input::-webkit-input-placeholder {
  color: #a8a8a8;
}
header.header .header-container .search-wrapper .input-group input::-moz-placeholder {
  color: #a8a8a8 !important;
}
header.header .header-container .search-wrapper .input-group input:-ms-input-placeholder {
  color: #a8a8a8 !important;
}
header.header .header-container .search-wrapper .input-group input:-moz-placeholder {
  color: #a8a8a8 !important;
}
header.header .logo-wrapper .close-search {
  display: none;
}
header.header.show-mobile-search {
  background-color: #ffffff;
}
header.header.show-mobile-search .header-container {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: initial;
}
header.header.show-mobile-search .header-container .side-wrapper {
  display: none;
}
header.header.show-mobile-search .header-container .search-wrapper {
  display: block;
  padding: 15px 30px;
  background-color: #ecf0f1;
}
header.header.show-mobile-search .header-container .search-wrapper .input-group {
  border: 1px solid #1FBBE5;
}
header.header.show-mobile-search .header-container .logo-wrapper {
  justify-content: center;
  position: relative;
  padding: 15px;
}
header.header.show-mobile-search .header-container .logo-wrapper .close-search {
  display: initial;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #1FBBE5;
}

footer.page-footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
footer.page-footer .inner-wrapper {
  padding: 12px 0;
  min-height: 80px;
  box-sizing: border-box;
  background-color: rgba(31, 187, 229, 0.9);
}
footer.page-footer .copyright {
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 56px;
  color: #FFFFFF;
}
@media screen and (max-width: 719px) {
  footer.page-footer .copyright {
    text-align: center;
  }
}
footer.page-footer .logo {
  text-align: center;
}
footer.page-footer .logo img {
  display: inline-block;
  height: 56px;
  width: auto;
}
footer.page-footer .social-media {
  text-align: right;
}
@media screen and (max-width: 719px) {
  footer.page-footer .social-media {
    text-align: center;
  }
}
footer.page-footer .social-media ul {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}
footer.page-footer .social-media ul li {
  display: block;
  float: right;
  margin-left: 7px;
}
footer.page-footer .social-media ul li a {
  display: block;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  text-align: center;
}
footer.page-footer .social-media ul li a i {
  line-height: 36px;
  font-size: 18px;
  color: #FFFFFF;
}

body.login-body {
  background: #12A3E6 url(../images/login-page-Background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
body.login-body ::-webkit-input-placeholder {
  color: #63baea;
}
body.login-body input::-moz-placeholder {
  color: #63baea !important;
}
body.login-body input:-ms-input-placeholder {
  color: #63baea !important;
}
body.login-body input:-moz-placeholder {
  color: #63baea !important;
}
body.login-body .login-container {
  padding: 30px;
  box-sizing: border-box;
  margin: 30px auto 0;
}
@media screen and (max-width: 0) {
  body.login-body .login-container {
    margin: 0 auto;
  }
}
body.login-body .login-container .logo {
  margin: 0 auto 60px;
  text-align: center;
}
body.login-body .login-container .logo img {
  width: 170px;
}
@media screen and (min-width: 400px) {
  body.login-body .login-container {
    width: 400px;
  }
}
body.login-body .login-container form .input-group, body.login-body .login-container form .input-group input {
  margin: 0;
}
body.login-body .login-container form .input-group input[type="text"], body.login-body .login-container form .input-group input[type="email"], body.login-body .login-container form .input-group input[type="password"] {
  padding: 6px 12px;
  height: 34px;
  background-color: #99d6ff;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #12A3E6;
  font-size: 14px;
  line-height: 1.4;
}
body.login-body .login-container form .input-group input[type="text"], body.login-body .login-container form .input-group input[type="text"]:focus, body.login-body .login-container form .input-group input[type="email"], body.login-body .login-container form .input-group input[type="email"]:focus, body.login-body .login-container form .input-group input[type="password"], body.login-body .login-container form .input-group input[type="password"]:focus {
  border: 1px solid #99d6ff;
  border-left: none;
  box-shadow: none;
}
body.login-body .login-container form .input-group .input-group-label {
  height: 34px;
  padding: 4px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #99d6ff;
  border-color: #99d6ff;
}
body.login-body .login-container form .input-group .input-group-label .icon-wrapper {
  display: inline-block;
  padding: 4px;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  background-color: #12A3E6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
body.login-body .login-container form .input-group .input-group-label .icon-wrapper i {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
}
body.login-body .login-container form .remember-me, body.login-body .login-container form .forget-password a {
  font-size: 14px;
  padding-top: 7px;
  color: #FFFFFF;
}
body.login-body .login-container form .remember-me {
  text-align: left;
}
body.login-body .login-container form .remember-me label {
  color: #FFFFFF;
}
body.login-body .login-container form .forget-password {
  text-align: right;
  padding-top: 8px;
}
body.login-body .login-container form .forget-password a {
  padding: 0;
}
body.login-body .login-container form .btn {
  margin: 0;
  padding: 6px 12px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.5;
}
body.login-body .login-container form .btn:hover, body.login-body .login-container form .btn:active {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #12A3E6;
}
body.login-body .login-container a:not(.btn), body.login-body .login-container p.copyright {
  font-size: 12px;
  color: #FFFFFF;
}
body.login-body .login-container p.copyright {
  margin-top: 30px;
}
@media screen and (min-width: 720px) {
  body.login-body .login-container p.copyright {
    margin-top: 50px;
  }
}

.breadcrumb-wrapper {
  /* background-color: map-get($palette, base);*/
  padding: 40px 0 20px;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: #FFFFFF;
  padding: 10px 15px;
  min-height: 45px;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
  background-color: #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb-wrapper .breadcrumb::before, .breadcrumb-wrapper .breadcrumb::after {
  display: table;
  content: ' ';
}
.breadcrumb-wrapper .breadcrumb::after {
  clear: both;
}
.breadcrumb-wrapper .breadcrumb, .breadcrumb-wrapper .breadcrumb li {
  list-style-type: none;
}
.breadcrumb-wrapper .breadcrumb li {
  float: left;
}
.breadcrumb-wrapper .breadcrumb > li + li {
  margin-left: 7px;
}
.breadcrumb-wrapper .breadcrumb > li + li::before {
  content: "\00bb";
  /* \00ab */
  font-size: 16px;
  color: #1FBBE5;
  margin-right: 7px;
}
.breadcrumb-wrapper .breadcrumb li.active {
  color: #999999;
}
.breadcrumb-wrapper .breadcrumb a {
  line-height: 25px;
}
.breadcrumb-wrapper .breadcrumb a, .breadcrumb-wrapper .breadcrumb a:visited {
  color: #1FBBE5;
}
.breadcrumb-wrapper .breadcrumb a:hover, .breadcrumb-wrapper .breadcrumb a:active {
  color: #999999;
}

.pagination::before, .pagination::after {
  display: none;
}
.pagination .page-item {
  margin-right: 5px;
  padding: 0;
}
.pagination .page-item .page-link {
  border: 1px solid #1FBBE5;
  background-color: #1FBBE5;
  color: #FFFFFF;
  padding: 5px;
  height: 35px;
  min-width: 35px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.pagination .page-item.active {
  padding: 0;
}
.pagination .page-item.active .page-link {
  display: block;
}
.pagination .page-item.disabled .page-link {
  border-color: #7ad7f0;
  background-color: #7ad7f0;
  cursor: not-allowed;
  color: #FFFFFF;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.list-pagination-wrapper {
  margin: 20px 0 0;
}
.list-pagination-wrapper .pagination {
  float: left;
  margin: 0 15px 0 0;
}
.list-pagination-wrapper .pages-details-wrapper {
  float: left;
}
.list-pagination-wrapper .pages-details-wrapper .pages-details {
  font-size: 13px;
  color: #1FBBE5;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
}

[type="text"],
[type="email"],
[type="number"],
[type="url"],
[type="search"],
[type="tel"],
[type="password"],
[type="date"],
[type="color"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="time"],
select,
textarea {
  color: #007399;
  margin: 0 0 1rem;
}
[type="text"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="url"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="color"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="time"]:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}

.input-group {
  margin: 0 0 1rem;
}

label {
  color: #007399;
  font-size: inherit;
}

.field-label {
  color: #007399;
  font-weight: 700;
  font-size: inherit;
}

.input-group-text {
  color: #1FBBE5;
  background: initial;
}

.form-actions {
  text-align: right;
}
.form-actions .btn {
  margin-left: 7px;
}

.base-btn-class, .btn, a.btn, .btn.second-color-btn, a.btn.second-color-btn, .btn.third-color-btn, a.btn.third-color-btn {
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.btn, a.btn {
  background-color: #1FBBE5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0.85em 1em;
  margin: 0 0 1rem;
  line-height: 1;
}
.btn.btn-sm, a.btn.btn-sm {
  padding: .4rem .5rem;
}
.btn:hover, .btn:active, a.btn:hover, a.btn:active {
  background-color: #1698bb;
  color: #FFFFFF;
}
.btn:focus, a.btn:focus {
  box-shadow: none;
}
.btn.round, a.btn.round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn.red, a.btn.red {
  background-color: #D0021B;
}
.btn.red:hover, .btn.red:active, a.btn.red:hover, a.btn.red:active {
  background-color: #9d0214;
}
.btn.green, a.btn.green {
  background-color: #05AC6B;
}
.btn.green:hover, .btn.green:active, a.btn.green:hover, a.btn.green:active {
  background-color: #047a4c;
}
.btn.second-color-btn, a.btn.second-color-btn {
  background-color: #E9A813;
}
.btn.second-color-btn:hover, .btn.second-color-btn:active, a.btn.second-color-btn:hover, a.btn.second-color-btn:active {
  background-color: #ba860f;
}
.btn.third-color-btn, a.btn.third-color-btn {
  background-color: #ADC024;
}
.btn.third-color-btn:hover, .btn.third-color-btn:active, a.btn.third-color-btn:hover, a.btn.third-color-btn:active {
  background-color: #86951c;
}
.btn.full-width, a.btn.full-width {
  width: 100%;
}
.btn.wide, a.btn.wide {
  min-width: 170px;
}

.selectable-users-list-label {
  display: block;
  margin: 0 40px 15px;
  background-color: #1FBBE5;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  padding: 7px 15px;
}
.selectable-users-list-label.second-background {
  background-color: #E9A813;
}
.selectable-users-list-label.third-background {
  background-color: #ADC024;
}

.selectable-users-list-wrapper {
  border: 1px solid #1FBBE5;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
.selectable-users-list-wrapper::-webkit-scrollbar {
  width: 10px;
}
.selectable-users-list-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.selectable-users-list-wrapper::-webkit-scrollbar-thumb {
  background-color: #1FBBE5;
  outline: 1px solid slategrey;
}
.selectable-users-list-wrapper .selectable-users-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.selectable-users-list-wrapper .selectable-users-list li {
  padding: 0;
  border-bottom: 1px solid #1FBBE5;
}
.selectable-users-list-wrapper .selectable-users-list li a {
  display: flex;
  padding: 5px 15px 5px 52px;
  position: relative;
  min-height: 40px;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.selectable-users-list-wrapper .selectable-users-list li a, .selectable-users-list-wrapper .selectable-users-list li a:hover, .selectable-users-list-wrapper .selectable-users-list li a:active {
  color: #1FBBE5;
}
.selectable-users-list-wrapper .selectable-users-list li a:hover, .selectable-users-list-wrapper .selectable-users-list li a:active {
  background-color: #f2f2f2;
}
.selectable-users-list-wrapper .selectable-users-list li a img {
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.selectable-users-list-wrapper .selectable-users-list li a .name {
  font-weight: 300;
  line-height: 30px;
  color: #007399;
}
.selectable-users-list-wrapper .selectable-users-list li a .icon i {
  font-size: 20px;
  line-height: 30px;
}
.selectable-users-list-wrapper.short-list {
  height: 163px;
}
.selectable-users-list-wrapper.long-list {
  height: 286px;
}
.selectable-users-list-wrapper.second-color-wrapper {
  border-color: #E9A813;
}
.selectable-users-list-wrapper.second-color-wrapper::-webkit-scrollbar {
  width: 10px;
}
.selectable-users-list-wrapper.second-color-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.selectable-users-list-wrapper.second-color-wrapper::-webkit-scrollbar-thumb {
  background-color: #E9A813;
  outline: 1px solid slategrey;
}
.selectable-users-list-wrapper.second-color-wrapper .selectable-users-list li {
  border-bottom-color: #E9A813;
}

.help-block, .help-block label {
  font-size: 14px;
  color: #999999;
}
.help-block.error, .help-block.error label {
  color: #dc3545;
}
.help-block label {
  margin-bottom: 0;
}

.wrapper-with-help-block [type="text"],
.wrapper-with-help-block [type="email"],
.wrapper-with-help-block [type="number"],
.wrapper-with-help-block [type="url"],
.wrapper-with-help-block [type="search"],
.wrapper-with-help-block [type="tel"],
.wrapper-with-help-block [type="password"],
.wrapper-with-help-block [type="date"],
.wrapper-with-help-block [type="color"],
.wrapper-with-help-block [type="datetime"],
.wrapper-with-help-block [type="datetime-local"],
.wrapper-with-help-block [type="month"],
.wrapper-with-help-block [type="week"],
.wrapper-with-help-block [type="time"],
.wrapper-with-help-block select,
.wrapper-with-help-block textarea {
  margin: 0;
}
.wrapper-with-help-block .input-group {
  margin: 0;
}
.wrapper-with-help-block .help-block {
  display: block;
  margin: 0.25rem 0 0.75rem;
}

.ui-datepicker {
  z-index: 99999 !important;
}

@media screen and (min-width: 720px) {
  .profile-picture-wrapper {
    padding-right: 40px;
  }
}
.profile-picture-wrapper .picture-wrapper {
  border: 1px solid #1FBBE5;
  padding: 30px;
}
.profile-picture-wrapper .picture-wrapper img {
  border-radius: 50%;
}
.profile-picture-wrapper .editor-wrapper {
  padding: 30px 0;
}
.profile-picture-wrapper .editor-wrapper .btn {
  margin-bottom: 10px;
}
.profile-picture-wrapper .editor-wrapper .btn:last-of-type {
  margin-bottom: 0;
}
.profile-picture-wrapper .editor-wrapper input[type="file"] {
  display: none;
}

.repeatable-wrapper {
  padding: 20px 20px 20px;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
  position: relative;
}
.repeatable-wrapper.editable {
  padding-top: 30px;
}
.repeatable-wrapper .repeatable-wrapper-closer {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.repeatable-wrapper .repeatable-wrapper-closer, .repeatable-wrapper .repeatable-wrapper-closer:hover, .repeatable-wrapper .repeatable-wrapper-closer:active {
  color: #bf2a2a;
}
.repeatable-wrapper .repeatable-wrapper-closer i {
  line-height: 15px;
}

label.label-with-note {
  width: 100%;
}
label.label-with-note .label-note {
  display: block;
  float: right;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
}
label.label-with-note .label-note .icon {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #999999;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.drag-drop-area {
  border: 1px dashed #dbdbde;
  background-color: #f9f9fb;
  padding: 25px;
  text-align: center;
  color: #c7c7ce;
  cursor: pointer;
}
.drag-drop-area .file-icon {
  font-size: 60px;
  line-height: 60px;
  position: relative;
}
.drag-drop-area .file-icon .file-plus {
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 20px;
  top: calc(50% - 5px);
  left: calc(50% - 12px);
  color: #2091DE;
}
.drag-drop-area .instruction {
  color: #a7a7ab;
  margin-top: 10px;
}
.drag-drop-area.drag-over {
  border-color: #cbcbdb;
  background-color: #f2f2f9;
}

.file-upload-progress, .file-uploaded {
  padding: 5px 5px 5px 40px;
  position: relative;
}
.file-upload-progress .file-icon, .file-uploaded .file-icon {
  font-size: 32px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #c7c7ce;
}
.file-upload-progress .file-name, .file-uploaded .file-name {
  color: #333333;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.file-upload-progress .file-name .delete-icon, .file-uploaded .file-name .delete-icon {
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  color: #bf2a2a;
  display: none;
}
.file-upload-progress .upload-progress-bar, .file-uploaded .upload-progress-bar {
  background-color: #C6CCD6;
  height: 3px;
  margin-top: 5px;
}
.file-upload-progress .upload-progress-bar .upload-progress, .file-uploaded .upload-progress-bar .upload-progress {
  height: 100%;
  background-color: #2091DE;
}
.file-upload-progress.status-done .file-name .delete-icon, .file-upload-progress.file-uploaded .file-name .delete-icon, .file-uploaded.status-done .file-name .delete-icon, .file-uploaded.file-uploaded .file-name .delete-icon {
  display: initial;
}
.file-upload-progress.status-done .upload-progress, .file-upload-progress.file-uploaded .upload-progress, .file-uploaded.status-done .upload-progress, .file-uploaded.file-uploaded .upload-progress {
  background-color: #4cc435;
}
.file-upload-progress.status-failed .upload-progress, .file-uploaded.status-failed .upload-progress {
  background-color: #c13636;
}
.file-upload-progress.with-bottom-details .file-icon, .file-uploaded.with-bottom-details .file-icon {
  font-size: 42px;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
.file-upload-progress.with-bottom-details .bottom-details, .file-uploaded.with-bottom-details .bottom-details {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.file-upload-progress.with-bottom-details .bottom-details .size, .file-uploaded.with-bottom-details .bottom-details .size {
  color: #adadb2;
}
.file-upload-progress.with-bottom-details .bottom-details .status, .file-uploaded.with-bottom-details .bottom-details .status {
  color: #2091DE;
}
.file-upload-progress.with-bottom-details.status-done .bottom-details .status, .file-uploaded.with-bottom-details.status-done .bottom-details .status {
  color: #4cc435;
}
.file-upload-progress.status-failed .bottom-details .status, .file-uploaded.status-failed .bottom-details .status {
  color: #c13636;
}

.file-uploaded {
  padding: 5px 5px 5px 35px;
}
.file-uploaded .file-icon {
  font-size: 30px;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.file-uploaded .file-name {
  border-bottom: 1px dashed #dbdbde;
  padding-bottom: 3px;
}

ul.image-select {
  list-style-type: none;
}
ul.image-select, ul.image-select li {
  margin: 0;
  padding: 0;
}
ul.image-select li {
  width: 130px;
  height: 130px;
  display: block;
  float: left;
  border: 4px solid #BFBFBF;
  margin-right: 7px;
  margin-bottom: 7px;
  cursor: pointer;
  position: relative;
}
ul.image-select li.selected {
  border-color: #618BBF;
}
ul.image-select li img {
  width: 100%;
  height: 100%;
}
ul.image-select li input[type="radio"] {
  visibility: hidden;
}
ul.image-select li label {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  padding: 2px;
}

.active-page-item, .pagination .page-item .page-link:hover, .pagination .page-item.active .page-link {
  border: 1px solid #1FBBE5;
  background-color: #FFFFFF;
  color: #1FBBE5;
}

table tbody tr td.actions .btn, table tbody tr td.actions a {
  margin-right: 8px;
}
table tbody tr td.actions .btn:last-of-type, table tbody tr td.actions a:last-of-type {
  margin-right: 0;
}
table tbody tr td.actions .btn:not(.btn), table tbody tr td.actions a:not(.btn) {
  display: inline-block;
}
table tbody tr td.actions .btn:not(.btn) i, table tbody tr td.actions a:not(.btn) i {
  color: #1FBBE5;
  font-size: 16px;
}

/*** data table ***/
table.data-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
table.data-table thead, table.data-table tbody, table.data-table tfoot {
  border: none;
}
table.data-table thead, table.data-table tfoot {
  background-color: transparent;
}
table.data-table th, table.data-table td {
  color: #007399;
  border-top: none;
}
table.data-table thead tr.filter td {
  padding: 10px 0;
}
table.data-table thead tr.heading {
  background-color: #f2f2f2;
}
table.data-table thead tr.heading th {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-bottom: none;
}
table.data-table tbody tr {
  -moz-box-shadow: 0 0 2px 0 #1FBBE5;
  -webkit-box-shadow: 0 0 2px 0 #1FBBE5;
  box-shadow: 0 0 2px 0 #1FBBE5;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
table.data-table tbody tr:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
}
table.data-table tbody tr td {
  text-align: center;
  padding: 15px;
}
table.data-table tfoot td {
  padding: 0;
}
table.data-table tfoot td .list-pagination-wrapper {
  margin: 0;
}

/*** simple table ***/
table.data-table.simple-table tbody tr {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
}

/*** schedule range result table ***/
table.schedule-range-result-table {
  color: #007399;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 6px;
}
table.schedule-range-result-table thead, table.schedule-range-result-table tbody, table.schedule-range-result-table tfoot {
  border: none;
  background-color: initial;
}
table.schedule-range-result-table th, table.schedule-range-result-table td {
  color: #007399;
  border-top: none;
}
table.schedule-range-result-table thead {
  color: #007399;
}
table.schedule-range-result-table thead th {
  border-bottom: none;
  padding: 0 2px;
}
table.schedule-range-result-table thead th > div {
  height: 100%;
  padding: 0.5rem 0.625rem 0.625rem;
  border: 1px solid #1FBBE5;
  border-bottom: none;
  margin-bottom: -6px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  background-color: #FFFFFF;
}
table.schedule-range-result-table thead th:nth-of-type(2n-1) > div {
  background-color: #1FBBE5;
  color: #FFFFFF;
}
table.schedule-range-result-table th {
  text-align: left;
}
table.schedule-range-result-table tbody tr {
  -moz-box-shadow: 0 0 2px 0 #1386a4;
  -webkit-box-shadow: 0 0 2px 0 #1386a4;
  box-shadow: 0 0 2px 0 #1386a4;
  background-color: transparent;
}
table.schedule-range-result-table tbody tr td, table.schedule-range-result-table tbody tr th {
  background-color: #FFFFFF;
}

/*** class breakdown table ***/
table.class-breakdown-table {
  color: #007399;
  margin: 0 -20px;
  border-collapse: separate;
  border-spacing: 20px 0;
}
table.class-breakdown-table thead, table.class-breakdown-table tbody, table.class-breakdown-table tfoot {
  border: none;
  background-color: initial;
}
table.class-breakdown-table th, table.class-breakdown-table td {
  border-top: none;
}
table.class-breakdown-table thead tr th {
  padding: 0 0 7px;
  border-bottom: none;
}
table.class-breakdown-table thead tr th > div {
  text-align: center;
  padding: 10px;
  background-color: #1FBBE5;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  position: relative;
}
table.class-breakdown-table thead tr th > div .rotated-square {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: -7px;
  left: calc(50% - 7px);
  transform: rotate(45deg);
  background-color: #1FBBE5;
}
table.class-breakdown-table tbody tr {
  border-bottom: none;
  background-color: transparent;
}
table.class-breakdown-table tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #9d9d9d;
  text-align: center;
}
table.class-breakdown-table tbody tr td > div {
  text-align: center;
}
@media screen and (max-width: 719px) {
  table.class-breakdown-table {
    border-collapse: collapse;
    margin: 0;
  }
  table.class-breakdown-table thead {
    display: none;
  }
  table.class-breakdown-table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 7px;
    border-bottom: 1px solid #9d9d9d;
  }
  table.class-breakdown-table tbody tr td {
    display: block;
    text-align: right;
    border-bottom: none;
  }
  table.class-breakdown-table tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
  }
}

/*** details table ***/
table.details-table {
  color: #007399;
  margin: 0;
  border-collapse: separate;
  border-spacing: 4px 4px;
}
table.details-table thead, table.details-table tbody, table.details-table tfoot {
  border: none;
  background-color: initial;
}
table.details-table th, table.details-table td {
  color: #007399;
  border-top: none;
}
table.details-table thead {
  color: #007399;
}
table.details-table thead th {
  border-bottom: none;
  padding: .75rem;
  background-color: rgba(31, 187, 229, 0.1);
}
table.details-table tbody tr {
  background-color: transparent;
}
table.details-table tbody tr th {
  width: 150px;
  white-space: nowrap;
}
table.details-table th {
  padding: 0;
}
table.details-table th > div {
  padding: .75rem;
  background-color: rgba(31, 187, 229, 0.1);
}
table.details-table td {
  background-color: #f0f1f2;
  padding: .75rem;
}
table.details-table.white-details-table td {
  background-color: #FFFFFF;
}

/*table.with-status{
	tr{
		position: relative;
		
		&:before{
			display: block;
			width: 7px;
			position: absolute;
			top: -1px;
			bottom: -1px;
			left: -1px;
			content: "";
			background-color: transparent;
		}
		
		&:hover:before{
			top: 0;
			bottom: 0;
		}
		
		&.gray:before{
			background-color: #5d5d5d;
		}
		&.red:before{
			background-color: #bf2a2a;
		}
		&.green:before{
			background-color: #4cc435;
		}
		&.blue:before{
			background-color: #356bad;
		}
		&.orange:before{
			background-color: #bc9229;
		}
	}
}*/
/*** responsive table ***/
@media screen and (max-width: 719px) {
  table.responsive-table thead tr.heading {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.responsive-table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
  table.responsive-table tbody tr td {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    text-align: right;
  }
  table.responsive-table tbody tr td:last-child {
    border-bottom: none;
  }
  table.responsive-table tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
  }
}

table.centered-text-table th, table.centered-text-table td {
  text-align: center;
}

/* blue white style */
table.blue-white-style {
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table.blue-white-style thead tr.heading {
  background-color: rgba(0, 115, 153, 0.1);
}
table.blue-white-style tbody tr {
  box-shadow: none;
  background-color: #FFFFFF;
}
table.blue-white-style tbody tr:hover {
  background-color: #FFFFFF;
}

.modal .modal-dialog .modal-content {
  background-color: #f0f1f2;
  padding: 25px 0 0;
  border: 1px solid #cacaca;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 5px 50px 5px 20px;
  background-color: #FFFFFF;
  position: relative;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 40px;
  box-sizing: border-box;
}
.modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-header button {
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-header button i {
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 30px 20px 20px;
  background-color: inherit;
}

.simple-modal .modal-dialog .modal-content {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
}
.simple-modal .modal-dialog .modal-content .modal-header {
  height: 40px;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}
.simple-modal .modal-dialog .modal-content .modal-header button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}
.simple-modal .modal-dialog .modal-content .modal-header button, .simple-modal .modal-dialog .modal-content .modal-header button:hover {
  background-color: #4c4c4c;
}
.simple-modal .modal-dialog .modal-content .modal-header button i {
  font-size: 18px;
  color: #cacaca;
}
.simple-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  background-color: transparent;
}

.notification-message-wrapper .notification-message {
  color: #ffffff;
  background-color: #1FBBE5;
}
.notification-message-wrapper .notification-message.success {
  background-color: #27ae60;
}
.notification-message-wrapper .notification-message.failure {
  background-color: #e74c3c;
}

.notification-message-wrapper {
  position: fixed;
  top: 90px;
  right: 10px;
  z-index: 10000;
}
.notification-message-wrapper .notification-message {
  display: none;
  position: relative;
  width: 350px;
  min-height: 100px;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 20px 20px 20px 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #007399;
}
.notification-message-wrapper .notification-message.success {
  background-color: #27ae60;
}
.notification-message-wrapper .notification-message.failure {
  background-color: #e74c3c;
}
.notification-message-wrapper .notification-message .notification-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.notification-message-wrapper .notification-message .notification-icon i {
  font-size: 28px;
  line-height: 60px;
  color: #FFFFFF;
}
.notification-message-wrapper .notification-message .message {
  min-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.collapse-button {
  display: block;
  margin-bottom: 20px;
  background-color: #1FBBE5;
  padding: 10px 60px 10px 20px;
  min-height: 50px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.collapse-button, .collapse-button:link, .collapse-button:visited, .collapse-button:hover, .collapse-button:active {
  color: #FFFFFF;
}
.collapse-button:after {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  color: #FFFFFF;
  content: '\f054';
  /* f053 */
}
.collapse-button[aria-expanded="true"]:after {
  content: '\f078';
}

.multi-collapse > div {
  padding: 0 10px 20px;
}

.classes-list .class {
  border: 1px solid #f2f2f2;
  padding: 25px 25px 50px;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
  background-color: #f2f2f2;
  height: 100%;
  position: relative;
}
.classes-list .class:hover {
  background-color: #FFFFFF;
  border-color: #1FBBE5;
}
.classes-list .class .actions {
  margin-bottom: 5px;
  min-height: 36px;
}
.classes-list .class .actions .dropdown {
  float: right;
}
.classes-list .class .actions .dropdown > a {
  padding: 0;
  font-size: 24px;
  color: #1FBBE5;
}
.classes-list .class h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1FBBE5;
  margin-bottom: 12px;
}
.classes-list .class .dates {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.classes-list .class .dates .start, .classes-list .class .dates .end {
  box-sizing: border-box;
  text-align: center;
  padding: 0 20px;
}
.classes-list .class .dates .start .title, .classes-list .class .dates .start .date, .classes-list .class .dates .end .title, .classes-list .class .dates .end .date {
  font-size: 16px;
}
.classes-list .class .dates .start .title, .classes-list .class .dates .end .title {
  font-weight: 700;
}
.classes-list .class .dates .start .date, .classes-list .class .dates .end .date {
  font-weight: 300;
}
.classes-list .class .dates .start {
  border-right: 1px solid #e9e9e9;
}
.classes-list .class .dates .start .title {
  color: #ADC024;
}
.classes-list .class .dates .end .title {
  color: #E9A813;
}
.classes-list .class .students {
  height: 46px;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 23px;
}
.classes-list .class .students > div {
  display: inline-block;
  margin-left: -23px;
  border: 1px solid #d9d9d9;
}
.classes-list .class .students > div, .classes-list .class .students > div img {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.classes-list .class .students > div img {
  display: block;
}
.classes-list .class .students > div.more > div {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 46px;
  color: #E9A813;
  font-size: 14px;
  font-weight: 300;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.classes-list .class .shortcode {
  text-align: center;
  margin-bottom: 25px;
}
.classes-list .class .shortcode a {
  font-size: 16px;
  font-weight: 300;
}
.classes-list .class .shortcode a, .classes-list .class .shortcode a:hover, .classes-list .class .shortcode a:active {
  color: #1FBBE5;
}
.classes-list .class .shortcode input[type="text"] {
  height: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: absolute;
  left: -999999px;
}
.classes-list .class .status {
  text-align: center;
  font-weight: 600;
  color: #1FBBE5;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.classes-list .class .status span, .classes-list .class .status a {
  font-size: 16px;
  line-height: 20px;
}
.classes-list .class .status span, .classes-list .class .status a {
  padding-left: 7px;
}
.classes-list .class .status span:first-of-type {
  padding-left: 0;
}
.classes-list .class .status.draft span:first-of-type {
  color: #5d5d5d;
}
.classes-list .class .status.canceled span:first-of-type {
  color: #bf2a2a;
}
.classes-list .class .status.started span:first-of-type {
  color: #4cc435;
}
.classes-list .class .status.finished span:first-of-type {
  color: #356bad;
}
.classes-list .class .status a:after {
  font-family: FontAwesome;
  content: ' \f178';
  /* f177 */
  font-size: 14px;
  line-height: 20px;
}
.classes-list.teacher-classes .class .dates {
  border: 1px solid #1FBBE5;
  padding: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  background-color: #FFFFFF;
}
.classes-list.teacher-classes .class .dates .bottom-line {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 7px;
  background-color: #1FBBE5;
}
.classes-list.teacher-classes .class .dates .bottom-arrow {
  position: absolute;
  bottom: 2px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #1FBBE5;
}
.classes-list.student-classes .class h2 {
  margin-bottom: 20px;
}
.classes-list.student-classes .class .dates {
  margin-bottom: 20px;
}
.classes-list.student-classes .class .dates .start {
  padding-left: 30px;
}
.classes-list.student-classes .class .dates .end {
  padding-right: 30px;
}
.classes-list.student-classes .class .teachers {
  background-color: rgba(31, 187, 229, 0.1);
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
  padding: 15px 20px 3px;
}
.classes-list.student-classes .class .teachers .bottom-border {
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 0;
  height: 3px;
  background-color: #1FBBE5;
}
.classes-list.student-classes .class .teachers .teacher {
  padding: 0 10px 0 80px;
  position: relative;
  min-height: 60px;
  margin-bottom: 15px;
}
.classes-list.student-classes .class .teachers .teacher img {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.classes-list.student-classes .class .teachers .teacher .name, .classes-list.student-classes .class .teachers .teacher .type {
  line-height: 20px;
  color: #007399;
}
.classes-list.student-classes .class .teachers .teacher .name {
  font-weight: 700;
  padding-top: 10px;
}
.classes-list.student-classes .class .teachers .teacher .type {
  font-weight: 300;
  padding-bottom: 10px;
}

.classes-carousel-container {
  background-color: #1FBBE5;
  position: relative;
}
.classes-carousel-container .section-header h2 {
  color: #FFFFFF;
}
.classes-carousel-container .bottom-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
}

.classes-carousel {
  position: relative;
}
.classes-carousel .owl-nav {
  margin: 0;
}
.classes-carousel .owl-nav button {
  position: absolute;
  margin: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.classes-carousel .owl-nav button[class*="owl-"] {
  margin: 0;
}
.classes-carousel .owl-nav button[class*="owl-"]:hover {
  background-color: transparent;
}
.classes-carousel .owl-nav button .arrow {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 30px;
}
.classes-carousel .owl-nav button.owl-prev {
  left: -35px;
  top: calc(50% - 15px);
  color: #FFFFFF;
}
@media screen and (max-width: 719px) {
  .classes-carousel .owl-nav button.owl-prev {
    left: -32px;
  }
}
.classes-carousel .owl-nav button.owl-prev .previous-arrow:before {
  content: '\f053';
  /* f054 */
}
.classes-carousel .owl-nav button.owl-next {
  right: -35px;
  top: calc(50% - 15px);
  color: #FFFFFF;
}
@media screen and (max-width: 719px) {
  .classes-carousel .owl-nav button.owl-next {
    right: -32px;
  }
}
.classes-carousel .owl-nav button.owl-next .next-arrow:before {
  content: '\f054';
  /* f053 */
}
.classes-carousel.teacher-classes .class .dates {
  border: none;
  padding: 10px;
  background-color: transparent;
}
.classes-carousel.teacher-classes .class .dates .bottom-line {
  display: none;
}
.classes-carousel.teacher-classes .class .dates .bottom-arrow {
  display: none;
}

@media screen and (min-width: 960px) {
  .row .side:first-of-type {
    padding-right: 20px;
  }
  .row .side:last-of-type {
    padding-left: 20px;
  }
}

.class-header-container {
  background-color: #1FBBE5;
}
.class-header-container .inner-wrapper {
  background-image: url(../images/cloud-background.png);
  background-repeat: no-repeat;
  background-size: 100% 60%;
  background-position: left bottom;
  padding: 10px 0 40px;
}
.class-header-container .inner-wrapper .class-header-card {
  background-color: #FFFFFF;
  padding: 30px 40px;
  margin-bottom: 10px;
}
.class-header-container .inner-wrapper .class-header-card .title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.class-header-container .inner-wrapper .class-header-card .title h1 {
  font-size: 28px;
  line-height: 35px;
  margin: 0;
}
.class-header-container .inner-wrapper .class-header-card .title .shortcode {
  text-align: center;
  margin-bottom: 25px;
  line-height: 35px;
  margin-bottom: 0;
}
.class-header-container .inner-wrapper .class-header-card .title .shortcode a {
  font-size: 16px;
  font-weight: 300;
}
.class-header-container .inner-wrapper .class-header-card .title .shortcode a, .class-header-container .inner-wrapper .class-header-card .title .shortcode a:hover, .class-header-container .inner-wrapper .class-header-card .title .shortcode a:active {
  color: #1FBBE5;
}
.class-header-container .inner-wrapper .class-header-card .title .shortcode input[type="text"] {
  height: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: absolute;
  left: -999999px;
}
.class-header-container .inner-wrapper .class-header-card .teachers {
  background-color: rgba(31, 187, 229, 0.1);
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
  padding: 15px 20px 3px;
}
.class-header-container .inner-wrapper .class-header-card .teachers .bottom-border {
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 0;
  height: 3px;
  background-color: #1FBBE5;
}
.class-header-container .inner-wrapper .class-header-card .teachers .teacher {
  padding: 0 10px 0 80px;
  position: relative;
  min-height: 60px;
  margin-bottom: 15px;
}
.class-header-container .inner-wrapper .class-header-card .teachers .teacher img {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.class-header-container .inner-wrapper .class-header-card .teachers .teacher .name, .class-header-container .inner-wrapper .class-header-card .teachers .teacher .type {
  line-height: 20px;
  color: #007399;
}
.class-header-container .inner-wrapper .class-header-card .teachers .teacher .name {
  font-weight: 700;
  padding-top: 10px;
}
.class-header-container .inner-wrapper .class-header-card .teachers .teacher .type {
  font-weight: 300;
  padding-bottom: 10px;
}
.class-header-container .inner-wrapper .class-header-card .date {
  text-align: center;
  color: #007399;
  line-height: 25px;
}
.class-header-container .inner-wrapper .class-header-card .numbers {
  margin-top: 20px;
  color: #007399;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.class-header-container .inner-wrapper .class-header-card .numbers > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #eeeeee;
}
.class-header-container .inner-wrapper .class-header-card .numbers > div:last-of-type {
  border-right: none;
}
.class-header-container .inner-wrapper .class-header-card .numbers > div .number {
  background-color: #1FBBE5;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.class-header-container .inner-wrapper .schedule-link-card {
  margin-bottom: 10px;
}
.class-header-container .inner-wrapper .schedule-link-card a {
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  min-height: 60px;
  padding: 15px 70px 15px 20px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
.class-header-container .inner-wrapper .schedule-link-card a, .class-header-container .inner-wrapper .schedule-link-card a:hover, .class-header-container .inner-wrapper .schedule-link-card a:active {
  color: #007399;
}
.class-header-container .inner-wrapper .schedule-link-card a:after {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  width: 30px;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 30px;
  text-align: right;
  color: #1FBBE5;
  content: '\f054';
  /* f053 */
}
.class-header-container .inner-wrapper ul.class-header-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.class-header-container .inner-wrapper ul.class-header-links li {
  padding: 0;
  margin: 0 0 10px;
}
.class-header-container .inner-wrapper ul.class-header-links li a {
  display: block;
  background-color: #FFFFFF;
  height: 77px;
  padding-left: 78px;
  position: relative;
  text-align: center;
}
.class-header-container .inner-wrapper ul.class-header-links li a .icon {
  width: 77px;
  height: 77px;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.class-header-container .inner-wrapper ul.class-header-links li a .icon i {
  font-size: 36px;
  line-height: 77px;
}
.class-header-container .inner-wrapper ul.class-header-links li a .title {
  line-height: 77px;
  font-size: 24px;
  font-weight: 300;
  color: #007399;
  cursor: pointer;
}
.class-header-container .inner-wrapper ul.class-header-links li:nth-of-type(1n) a .icon i {
  color: #E9A813;
}
.class-header-container .inner-wrapper ul.class-header-links li:nth-of-type(2n) a .icon i {
  color: #1FBBE5;
}

ul.collapse-widgets, ul.collapse-widgets ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.collapse-widgets li {
  padding: 0;
  margin: 0;
}
ul.collapse-widgets > li a {
  display: block;
  background-color: #FFFFFF;
  height: 85px;
  padding: 0 50px 0 85px;
  position: relative;
  text-align: center;
  border: 1px solid #1FBBE5;
  border-bottom: none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
ul.collapse-widgets > li a[data-toggle="collapse"]:after {
  display: block;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 25px;
  font-family: FontAwesome;
  content: '\f054';
  /* f053 */
  color: #007399;
}
ul.collapse-widgets > li a .icon {
  width: 85px;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #1FBBE5;
  color: #FFFFFF;
}
ul.collapse-widgets > li a .icon i {
  font-size: 36px;
  line-height: 85px;
}
ul.collapse-widgets > li a .title {
  line-height: 85px;
  font-size: 24px;
  font-weight: 300;
  color: #007399;
  cursor: pointer;
}
ul.collapse-widgets > li a[aria-expanded="true"] {
  background-color: #1FBBE5;
}
ul.collapse-widgets > li a[aria-expanded="true"]:after {
  content: '\f078';
  color: #FFFFFF;
}
ul.collapse-widgets > li a[aria-expanded="true"] .title {
  color: #FFFFFF;
}
ul.collapse-widgets > li:last-of-type a {
  border-bottom: 1px solid #1FBBE5;
}
ul.collapse-widgets > li ul.collapse-widget-submenu li {
  margin-top: 10px;
}
ul.collapse-widgets > li ul.collapse-widget-submenu li:last-of-type {
  margin-bottom: 10px;
}
ul.collapse-widgets > li ul.collapse-widget-submenu li a {
  height: auto;
  padding: 25px;
  background-color: rgba(31, 187, 229, 0.2);
  border: none;
  text-align: left;
}
ul.collapse-widgets > li ul.collapse-widget-submenu li a, ul.collapse-widgets > li ul.collapse-widget-submenu li a:hover, ul.collapse-widgets > li ul.collapse-widget-submenu li a:active {
  color: #007399;
}
ul.collapse-widgets > li ul.collapse-widget-submenu li a:after {
  display: none;
}

ul.rotations-selection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.rotations-selection li {
  margin: 7px;
  padding: 10px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #1FBBE5;
  cursor: pointer;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1FBBE5;
  text-align: center;
  line-height: 30px;
}
ul.rotations-selection li.rotations-selected {
  border-color: #E9A813;
  background-color: #E9A813;
  color: #FFFFFF;
}

.class-schedule-form-wrapper {
  border: 1px solid #1FBBE5;
  padding: 20px 30px;
}

.schedule-range-result {
  border: 1px solid #1FBBE5;
  border-top: none;
  padding: 20px;
  overflow-x: auto;
}

.breakdown-title-wrapper {
  overflow: hidden;
}
.breakdown-title-wrapper .breakdown-title {
  margin: 0 0 0 -20px;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  background-color: #e5f8fc;
  float: left;
}
.breakdown-title-wrapper .breakdown-title h3 {
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  padding: 15px 70px 15px 40px;
  margin: 0;
  text-decoration: none;
}

.owl-carousel.contests .item .inner-wrapper .image-wrapper {
  display: block;
  position: relative;
}
.owl-carousel.contests .item .inner-wrapper .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel.contests .item .inner-wrapper .image-wrapper .background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.owl-carousel.contests .item .inner-wrapper .image-wrapper:hover .background {
  background-color: transparent;
}
.owl-carousel.contests .item .inner-wrapper .image-wrapper .icon {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  text-align: center;
}
.owl-carousel.contests .item .inner-wrapper .image-wrapper .icon i {
  font-size: 48px;
  line-height: 60px;
  color: #FFFFFF;
}
.owl-carousel.contests .item .inner-wrapper h3 {
  text-align: center;
  background-color: #1FBBE5;
  color: #FFFFFF;
  padding: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin: -30px 35px 15px;
  position: relative;
}
.owl-carousel.contests .item .inner-wrapper p {
  margin: 0;
  font-size: 18px;
  color: #2a3333;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}
.owl-carousel.contests .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  height: 30px;
  margin: 0;
}
.owl-carousel.contests .owl-nav button {
  margin: 0 0 0 5px;
  border: 1px solid #1FBBE5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #1FBBE5;
  background-color: transparent;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.owl-carousel.contests .owl-nav button:hover, .owl-carousel.contests .owl-nav button:active {
  background-color: #1FBBE5;
  color: #FFFFFF;
}
.owl-carousel.contests .owl-nav button .arrow {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 30px;
}
.owl-carousel.contests .owl-nav button.owl-prev .previous-arrow:before {
  content: '\f0d9';
  /* f0da */
}
.owl-carousel.contests .owl-nav button.owl-next .next-arrow:before {
  content: '\f0da';
  /* f0d9 */
}

.events-list .event {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
  color: #007399;
}
.events-list .event:last-of-type {
  border-bottom: none;
}
.events-list .event .image-wrapper {
  margin-bottom: 10px;
}
.events-list .event .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.events-list .event .details .floated-date {
  display: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  padding-right: 10px;
  font-style: italic;
}
.events-list .event .details .floated-date .day {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .events-list .event .details .floated-date {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
  }
}
.events-list .event .details h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
}
.events-list .event .details .date {
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-right: 10px;
  font-style: italic;
}
.events-list .event .details .date .day {
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .events-list .event .details .date {
    display: none;
  }
}
.events-list .event .details .time {
  float: left;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
}
.events-list .event .details p {
  margin: 10px 0 0;
  font-size: 18px;
}
@media screen and (min-width: 720px) {
  .events-list .event .details {
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .events-list .event .details {
    padding: 0 50px 0 250px;
    position: relative;
  }
}

.chat-widget-trigger {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background-color: #007399;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
.chat-widget-trigger:after {
  font-family: FontAwesome;
  content: "\f086";
  font-size: 32px;
  color: #FFFFFF;
  line-height: 55px;
}
.chat-widget-trigger.clicked:after {
  content: "\f00d";
}
.chat-widget-trigger .chats-new-wrapper {
  position: relative;
}
.chat-widget-trigger .chats-new-wrapper .chats-new-number {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #EA4335;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
.chat-widget-trigger:not(.clicked) .chats-new-wrapper .chats-new-number.has-number {
  display: block;
}

.chat-widget {
  position: fixed;
  right: 20px;
  top: 75px;
  bottom: 100px;
  width: 350px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fcfcfc;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 20px 5px #d4e9fd;
  -moz-box-shadow: 0px 0px 20px 5px #d4e9fd;
  box-shadow: 0px 0px 20px 5px #d4e9fd;
}
.chat-widget .widget-close-trigger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #000000;
  opacity: 0.2;
  text-align: center;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
}
.chat-widget .widget-close-trigger:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
}
.chat-widget .widget-close-trigger:hover {
  opacity: 0.4;
}
@media screen and (max-width: 350px) {
  .chat-widget {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.chat-widget.shown {
  opacity: 1;
  z-index: 11000;
}
@media screen and (max-width: 350px) {
  .chat-widget.shown .widget-close-trigger {
    display: block;
  }
}
.chat-widget .chat-widget-body {
  position: relative;
  height: 100%;
}
.chat-widget .chat-widget-body .chat-contacts-container {
  padding: 0 20px 20px;
  height: 100%;
  box-sizing: border-box;
  background-color: #d4e9fd;
}
.chat-widget .chat-widget-body .chat-messages-container {
  height: 100%;
  box-sizing: border-box;
}
.chat-widget .chat-tabs-wrapper {
  padding: 20px;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav {
  list-style-type: none;
  padding: 10px 20px;
  margin: 0 -20px 15px;
  background-color: #1FBBE5;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav:before, .chat-widget .chat-tabs-wrapper ul.chat-tabs-nav:after {
  display: table;
  content: " ";
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav:after {
  clear: both;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li {
  display: block;
  float: left;
  padding-right: 20px;
  margin: 0;
  height: 55px;
  box-sizing: border-box;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li a {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-align: center;
  position: relative;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li a.active {
  cursor: default;
  background-color: #4dc9ea;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li a i {
  font-size: 18px;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li a span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li span.chats-has-new-number {
  display: none;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 21px;
  height: 21px;
  padding: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 17px;
  background-color: #dc3545;
  color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li span.chats-has-new-number.has-number {
  display: inline-block;
}
.chat-widget .chat-tabs-wrapper ul.chat-tabs-nav > li a.active + span.chats-has-new-number {
  background-color: #626b72;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content {
  height: calc(100% - 90px);
  box-sizing: border-box;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  box-sizing: border-box;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header {
  position: relative;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header .chat-contacts-search {
  width: 100%;
  height: 30px;
  margin-bottom: 0;
  border: none;
  background-color: #e5f8fc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #626b72;
  padding: 4px 10px 4px 35px;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header .chat-contacts-search ::-webkit-input-placeholder {
  color: #C5C9CA;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header .chat-contacts-search input::-moz-placeholder {
  color: #C5C9CA !important;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header .chat-contacts-search input:-ms-input-placeholder {
  color: #C5C9CA !important;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header .chat-contacts-search input:-moz-placeholder {
  color: #C5C9CA !important;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header .chat-contacts-search:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-header .chat-contacts-search + .fa.fa-search {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: FontAwesome;
  content: "\f002";
  line-height: 30px;
  width: 20px;
  font-size: 14px;
  color: #1FBBE5;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-body::-webkit-scrollbar {
  width: 7px;
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.chat-widget .chat-tabs-wrapper .chat-tabs-content .chat-tab-pane .chat-tab-pane-body::-webkit-scrollbar-thumb {
  background-color: #64d0ed;
  outline: 1px solid slategrey;
}
.chat-widget #contacts .chat-tab-pane-header {
  padding: 0 0 15px;
}
.chat-widget #contacts .chat-tab-pane-body {
  height: calc(100% - 45px);
}
.chat-widget .chat-contacts-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chat-widget .chat-contacts-list:before, .chat-widget .chat-contacts-list:after {
  display: table;
  content: " ";
}
.chat-widget .chat-contacts-list:after {
  clear: both;
}
.chat-widget .chat-contacts-list .chat-group-label {
  color: #E9A813;
  font-weight: 700;
  padding: 5px;
  background-color: #edf7ff;
  margin: 10px 20px 0 0;
  text-align: center;
}
.chat-widget .chat-contacts-list .chat-group-label:first-of-type {
  margin-top: 0;
}
.chat-widget .chat-contacts-list .chat-contact {
  padding: 10px 0;
}
.chat-widget .chat-contacts-list .chat-contact a {
  display: block;
  padding: 2px 0 0 52px;
  position: relative;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.chat-widget .chat-contacts-list .chat-contact a img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chat-widget .chat-contacts-list .chat-contact a span.online {
  display: block;
  background: transparent url(../images/online_circle.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 30px;
  width: 12px;
  height: 12px;
}
.chat-widget .chat-contacts-list .chat-contact a span.name, .chat-widget .chat-contacts-list .chat-contact a span.email {
  display: block;
  line-height: 1.4;
}
.chat-widget .chat-contacts-list .chat-contact a span.name {
  color: #007399;
  font-size: 14px;
  font-weight: 600;
}
.chat-widget .chat-contacts-list .chat-contact a span.email {
  color: #a8b0b7;
  font-size: 12px;
  font-weight: 500;
}
.chat-widget .chat-contacts-list .chat-contact.chat-group a img {
  border: 1px solid #DDDDDD;
}
.chat-widget .chat-contacts-list .chat-contact.chat-thread a {
  padding-right: 50px;
}
.chat-widget .chat-contacts-list .chat-contact.chat-thread a .thread-meta {
  text-align: right;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  color: #a8b0b7;
  font-size: 9px;
  padding-right: 5px;
  box-sizing: border-box;
}
.chat-widget .chat-contacts-list .chat-contact.chat-thread a .thread-meta span.date, .chat-widget .chat-contacts-list .chat-contact.chat-thread a .thread-meta span.new-messages {
  display: block;
  float: right;
  clear: both;
}
.chat-widget .chat-contacts-list .chat-contact.chat-thread a .thread-meta span.date {
  line-height: 16px;
}
.chat-widget .chat-contacts-list .chat-contact.chat-thread a .thread-meta span.new-messages {
  background-color: #dc3545;
  color: #FFFFFF;
  padding: 2px;
  width: 21px;
  height: 21px;
  line-height: 17px;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chat-widget .chat-messages-container {
  position: relative;
}
.chat-widget .chat-messages-container header {
  padding: 7px 20px;
  height: 40px;
  box-sizing: border-box;
  background-color: #1FBBE5;
}
.chat-widget .chat-messages-container header .return-arrow {
  display: block;
  float: left;
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 24px;
  line-height: 26px;
}
.chat-widget .chat-messages-container header .return-arrow:after {
  content: "\f177";
  /* \f178 */
}
.chat-widget .chat-messages-container header .messaging-thread-contact {
  display: block;
  float: right;
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  padding-left: 12px;
}
.chat-widget .chat-messages-container header .messaging-thread-contact img {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chat-widget .chat-messages-container .messages-container {
  height: calc(100% - 55px - 60px);
  /* 55px = header, 60px = typing area */
  overflow-y: auto;
  padding: 20px 20px 0;
}
.chat-widget .chat-messages-container .messages-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chat-widget .chat-messages-container .messages-container ul li.message {
  float: right;
  clear: both;
  margin-left: 20%;
  margin-bottom: 3px;
}
.chat-widget .chat-messages-container .messages-container ul li.message .date, .chat-widget .chat-messages-container .messages-container ul li.message .text {
  display: block;
  text-align: right;
}
.chat-widget .chat-messages-container .messages-container ul li.message .date {
  font-size: 10px;
  color: #b9c1c9;
}
.chat-widget .chat-messages-container .messages-container ul li.message .date .name {
  color: #899099;
  padding-right: 7px;
}
.chat-widget .chat-messages-container .messages-container ul li.message .text {
  padding: 7px;
  background-color: rgba(31, 187, 229, 0.1);
  color: #626b72;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.chat-widget .chat-messages-container .messages-container ul li.message:not(.others) + .others {
  margin-top: 7px;
}
.chat-widget .chat-messages-container .messages-container ul li.message.others {
  float: left;
  margin-right: 20%;
  margin-left: 0;
  position: relative;
  padding-left: 35px;
}
.chat-widget .chat-messages-container .messages-container ul li.message.others img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chat-widget .chat-messages-container .messages-container ul li.message.others + li.message:not(.others) {
  margin-top: 7px;
}
.chat-widget .chat-messages-container .messages-container ul li.message.others .date, .chat-widget .chat-messages-container .messages-container ul li.message.others .text {
  text-align: left;
}
.chat-widget .chat-messages-container .messages-container ul li.message.others .text {
  background-color: #1FBBE5;
  color: #FFFFFF;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}
.chat-widget .chat-messages-container .messages-container ul li.date {
  clear: both;
  padding: 10px 0;
  text-align: center;
}
.chat-widget .chat-messages-container .messages-container ul li.date span {
  background-color: #ceefd0;
  color: #626b72;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.chat-widget .chat-messages-container .writing-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
}
.chat-widget .chat-messages-container .writing-area textarea {
  display: inline-block;
  border: none;
  padding: 10px;
  margin: 7px 40px;
  width: calc(100% - 80px);
  height: 46px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #ffffff;
  resize: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.chat-widget .chat-messages-container .writing-area textarea ::-webkit-input-placeholder {
  color: #b9c1c9;
}
.chat-widget .chat-messages-container .writing-area textarea input::-moz-placeholder {
  color: #b9c1c9 !important;
}
.chat-widget .chat-messages-container .writing-area textarea input:-ms-input-placeholder {
  color: #b9c1c9 !important;
}
.chat-widget .chat-messages-container .writing-area textarea input:-moz-placeholder {
  color: #b9c1c9 !important;
}
.chat-widget .chat-messages-container .writing-area .upload-wrapper label {
  color: #1FBBE5;
  position: absolute;
  left: 12px;
  bottom: 15px;
  margin: 0;
  cursor: pointer;
  display: block;
  color: #1FBBE5;
}
.chat-widget .chat-messages-container .writing-area .upload-wrapper label i {
  font-size: 18px;
}
.chat-widget .chat-messages-container .writing-area .upload-wrapper input {
  display: none;
}
.chat-widget .chat-messages-container .writing-area .submit-wrapper a {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 15px;
}
.chat-widget .chat-messages-container .writing-area .submit-wrapper a, .chat-widget .chat-messages-container .writing-area .submit-wrapper a:hover, .chat-widget .chat-messages-container .writing-area .submit-wrapper a:active {
  color: #1FBBE5;
}

ul.registrations-list, ul.registrations-list li, ul.selected-questions-list, ul.selected-questions-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.registrations-list li, ul.selected-questions-list li {
  display: block;
  margin: 0 0 10px;
  background-color: #FFFFFF;
}
ul.registrations-list li .brief, ul.selected-questions-list li .brief {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid #b3b3b3;
  border-left: 5px solid #17a2b8;
  color: #1FBBE5;
}
ul.registrations-list li .brief .name, ul.registrations-list li .brief .date, ul.selected-questions-list li .brief .name, ul.selected-questions-list li .brief .date {
  display: block;
}
ul.registrations-list li .brief .name, ul.selected-questions-list li .brief .name {
  font-weight: 700;
}
ul.registrations-list li .brief .date, ul.selected-questions-list li .brief .date {
  font-weight: 300;
}
ul.registrations-list li .brief .wrapper, ul.selected-questions-list li .brief .wrapper {
  text-align: right;
}
ul.registrations-list li .brief .wrapper:last-of-type, ul.selected-questions-list li .brief .wrapper:last-of-type {
  margin: 7px 0 0;
}
ul.registrations-list li .brief .accept-btn, ul.registrations-list li .brief .reject-btn, ul.selected-questions-list li .brief .accept-btn, ul.selected-questions-list li .brief .reject-btn {
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  padding: 2px;
  line-height: 20px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-right: 7px;
}
ul.registrations-list li .brief .accept-btn, ul.selected-questions-list li .brief .accept-btn {
  background-color: #28a745;
}
ul.registrations-list li .brief .reject-btn, ul.selected-questions-list li .brief .reject-btn {
  background-color: #dc3545;
}
ul.registrations-list li .brief .view-details, ul.registrations-list li .brief .view-details:hover, ul.registrations-list li .brief .view-details:active, ul.selected-questions-list li .brief .view-details, ul.selected-questions-list li .brief .view-details:hover, ul.selected-questions-list li .brief .view-details:active {
  color: #1FBBE5;
}
ul.registrations-list li .brief .view-details:after, ul.selected-questions-list li .brief .view-details:after {
  font-family: FontAwesome;
  content: '\f0da';
  font-size: 16px;
  line-height: 1.5;
  margin-left: 7px;
}
ul.registrations-list li .brief .state, ul.selected-questions-list li .brief .state {
  text-align: right;
}
ul.registrations-list li.accepted .brief, ul.selected-questions-list li.accepted .brief {
  border-left-color: #28a745;
}
ul.registrations-list li.rejected .brief, ul.selected-questions-list li.rejected .brief {
  border-left-color: #dc3545;
}
ul.registrations-list li .details, ul.selected-questions-list li .details {
  height: 0;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}
ul.registrations-list li.opened .brief .view-details:after, ul.selected-questions-list li.opened .brief .view-details:after {
  content: '\f0d7';
}
ul.registrations-list li.opened .details, ul.selected-questions-list li.opened .details {
  height: auto;
}
ul.registrations-list li .details, ul.selected-questions-list li .details {
  border: 1px solid #b3b3b3;
  border-top: none;
}
ul.registrations-list li .details table, ul.selected-questions-list li .details table {
  width: 100%;
  margin: 0;
}
ul.registrations-list li .details table td, ul.registrations-list li .details table th, ul.selected-questions-list li .details table td, ul.selected-questions-list li .details table th {
  border-top: none;
}
ul.registrations-list li .details table th, ul.selected-questions-list li .details table th {
  background-color: #FFFFFF;
  border-right: 1px solid #d9d9d9;
  color: #1FBBE5;
  min-width: 20%;
}
ul.registrations-list li .details table td, ul.selected-questions-list li .details table td {
  background-color: #f2f2f2;
  color: #007399;
}
ul.registrations-list li .details table tr.right-answer td, ul.registrations-list li .details table tr.right-answer th, ul.selected-questions-list li .details table tr.right-answer td, ul.selected-questions-list li .details table tr.right-answer th {
  color: #05AC6B;
}
ul.registrations-list li .details table tr.wrong-answer td, ul.registrations-list li .details table tr.wrong-answer th, ul.selected-questions-list li .details table tr.wrong-answer td, ul.selected-questions-list li .details table tr.wrong-answer th {
  color: #D0021B;
}
ul.registrations-list li .details.answers table th, ul.selected-questions-list li .details.answers table th {
  width: 40px;
  min-width: auto;
}

/* MCQ questions & FAQ questions */
ul.mcq-questions-list > li.opened .question, ul.faq-questions-list > li.opened .question, ul.faq-questions-list.faq-questions-list > li .question[aria-expanded="true"] {
  background-color: #ffffff;
  border-color: #d4d4d4;
}
ul.mcq-questions-list > li.opened .question, ul.faq-questions-list > li.opened .question, ul.faq-questions-list.faq-questions-list > li .question[aria-expanded="true"], ul.mcq-questions-list > li.opened .question:link, ul.faq-questions-list > li.opened .question:link, ul.faq-questions-list.faq-questions-list > li .question[aria-expanded="true"]:link, ul.mcq-questions-list > li.opened .question:hover, ul.faq-questions-list > li.opened .question:hover, ul.faq-questions-list.faq-questions-list > li .question[aria-expanded="true"]:hover {
  color: #1FBBE5;
}
ul.mcq-questions-list > li.opened .question .arrow-icon:after, ul.faq-questions-list > li.opened .question .arrow-icon:after, ul.faq-questions-list.faq-questions-list > li .question[aria-expanded="true"] .arrow-icon:after {
  content: '\f0d8';
}

ul.mcq-questions-list > li.opened .choices, ul.faq-questions-list > li.opened .choices {
  height: auto;
  border: 1px solid #d4d4d4;
  padding: 20px;
}

ul.mcq-questions-list, ul.mcq-questions-list li, ul.faq-questions-list, ul.faq-questions-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.mcq-questions-list > li, ul.faq-questions-list > li {
  display: block;
  margin: 0 0 10px;
  background-color: #FFFFFF;
}
ul.mcq-questions-list > li .question, ul.faq-questions-list > li .question {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 50px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 115, 153, 0.1);
  background-color: rgba(0, 115, 153, 0.1);
  position: relative;
}
ul.mcq-questions-list > li .question, ul.mcq-questions-list > li .question:link, ul.mcq-questions-list > li .question:hover, ul.faq-questions-list > li .question, ul.faq-questions-list > li .question:link, ul.faq-questions-list > li .question:hover {
  color: #007399;
}
ul.mcq-questions-list > li .question .name, ul.faq-questions-list > li .question .name {
  display: block;
  font-weight: 700;
  line-height: 30px;
  padding: 0 20px 0 38px;
  position: relative;
}
ul.mcq-questions-list > li .question .name .icon, ul.faq-questions-list > li .question .name .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #1FBBE5;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
ul.mcq-questions-list > li .question .name .icon i, ul.faq-questions-list > li .question .name .icon i {
  line-height: 30px;
  color: #1FBBE5;
}
ul.mcq-questions-list > li .question .arrow-icon, ul.faq-questions-list > li .question .arrow-icon {
  color: #1FBBE5;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
}
ul.mcq-questions-list > li .question .arrow-icon:after, ul.faq-questions-list > li .question .arrow-icon:after {
  font-family: FontAwesome;
  content: '\f0d7';
  font-size: 16px;
  line-height: 30px;
  margin-left: 7px;
}
ul.mcq-questions-list > li .choices, ul.faq-questions-list > li .choices {
  height: 0;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}
ul.mcq-questions-list > li .choices ul, ul.mcq-questions-list > li .choices ul li, ul.faq-questions-list > li .choices ul, ul.faq-questions-list > li .choices ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.mcq-questions-list > li.answered-right .name .icon, ul.faq-questions-list > li.answered-right .name .icon {
  border-color: #118224;
  background-color: #118224;
}
ul.mcq-questions-list > li.answered-right .name .icon i, ul.faq-questions-list > li.answered-right .name .icon i {
  color: #ffffff;
}
ul.mcq-questions-list > li.answered-wrong .name .icon, ul.faq-questions-list > li.answered-wrong .name .icon {
  border-color: #931414;
  background-color: #931414;
}
ul.mcq-questions-list > li.answered-wrong .name .icon i, ul.faq-questions-list > li.answered-wrong .name .icon i {
  color: #ffffff;
}
ul.mcq-questions-list.faq-questions-list > li, ul.faq-questions-list.faq-questions-list > li {
  margin: 0 0 20px;
}
ul.mcq-questions-list.faq-questions-list > li .answer, ul.faq-questions-list.faq-questions-list > li .answer {
  border: 1px solid #d4d4d4;
}

.content-search-result {
  min-height: 250px;
}
.content-search-result .search-result-brief {
  background-color: rgba(31, 187, 229, 0.1);
  margin: 0 0 20px;
  padding: 20px;
}
.content-search-result ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.content-search-result ul li::marker {
  color: #bcbbb7;
}
.content-search-result ul li {
  padding: 17px 0;
  border-bottom: 1px solid #1FBBE5;
}
.content-search-result ul li a:link, .content-search-result ul li a:visited, .content-search-result ul li a:hover, .content-search-result ul li a:active {
  color: #007399;
}
.content-search-result ul li:last-of-type {
  border-bottom: none;
}

.gravatars-list {
  height: 36px;
  text-align: center;
  padding-left: 18px;
  margin: 9px 0;
}
.gravatars-list > div {
  display: inline-block;
  margin-left: -18px;
  border: 1px solid #d9d9d9;
}
.gravatars-list > div, .gravatars-list > div img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gravatars-list > div img {
  display: block;
}

.user-with-gravatar {
  display: inline-block;
  position: relative;
  padding: 7px 0 7px 42px;
  min-height: 38px;
}
.user-with-gravatar img {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 1.5px;
  left: 0;
}

.project-assignments {
  margin-right: -7px;
  margin-left: -7px;
}
.project-assignments > div {
  padding: 7px;
}
.project-assignments > div .step header {
  background-color: #f0f1f2;
  padding: 20px 25px 20px 95px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  cursor: pointer;
}
.project-assignments > div .step header .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: 25px;
  background-color: #1FBBE5;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.project-assignments > div .step header .icon i {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 50px;
}
.project-assignments > div .step ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
  -o-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.project-assignments > div .step ul li {
  margin-bottom: 10px;
}
.project-assignments > div .step ul li:first-of-type {
  margin-top: 15px;
}
.project-assignments > div .step ul li a {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(31, 187, 229, 0.2);
  padding: 20px;
}
.project-assignments > div .step ul li a:link, .project-assignments > div .step ul li a:visited, .project-assignments > div .step ul li a:hover, .project-assignments > div .step ul li a:active {
  color: #007399;
}
.project-assignments > div .step.opened header {
  background-color: #1FBBE5;
}
.project-assignments > div .step.opened header .icon {
  background-color: #FFFFFF;
}
.project-assignments > div .step.opened header .icon i {
  color: #1FBBE5;
}
.project-assignments > div .step.opened header .title {
  color: #FFFFFF;
}
.project-assignments > div .step.opened ul {
  max-height: 99999px;
  opacity: 1;
}

.notifications-list .notification {
  display: block;
  padding: 15px 15px 15px 70px;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid #e8e9ea;
  border-left: 4px solid #1FBBE5;
  color: #007399;
  box-sizing: border-box;
  min-height: 70px;
  border: 1px solid #1FBBE5;
  border-left: 7px solid #1FBBE5;
  margin-bottom: 7px;
  padding: 20px 15px 15px 90px;
  min-height: 90px;
  font-size: 16px;
}
.notifications-list .notification:hover {
  background-color: initial;
}
.notifications-list .notification:before, .notifications-list .notification:after {
  display: table;
  content: " ";
}
.notifications-list .notification:after {
  clear: both;
}
.notifications-list .notification .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.notifications-list .notification .icon i {
  font-size: 16px;
  line-height: 40px;
}
.notifications-list .notification .title {
  width: calc(100% - 100px);
  font-weight: 700;
}
.notifications-list .notification .date {
  float: right;
  width: 100px;
  text-align: right;
  font-weight: 400;
}
.notifications-list .notification .description {
  margin-top: 7px;
  font-weight: 300;
}
.notifications-list .notification .icon i {
  color: #1FBBE5;
}
.notifications-list .notification.new {
  background-color: #f2f2f2;
}
.notifications-list .notification:last-child {
  margin-bottom: 0;
}
.notifications-list .notification .icon {
  width: 60px;
  height: 60px;
}
.notifications-list .notification .icon i {
  font-size: 24px;
  line-height: 60px;
}

a.comment-trigger {
  font-family: FontAwesome;
  cursor: pointer;
}
a.comment-trigger, a.comment-trigger:hover, a.comment-trigger:active {
  color: #a0a0a0;
}
a.comment-trigger.has-teacher-comment, a.comment-trigger:hover.has-teacher-comment, a.comment-trigger:active.has-teacher-comment {
  color: #E9A813;
}
a.comment-trigger:before {
  content: "\f075";
}
a.comment-trigger.has-student-comment:before {
  content: "\f086";
}

.tippy-tooltip {
  min-width: 350px !important;
}

.assignment-comments-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.assignment-comments-list li {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px dashed #CDCDCD;
  color: #007399;
}
.assignment-comments-list li:last-of-type {
  border-bottom: none;
}
.assignment-comments-list li .user-name {
  font-size: 13px;
  font-weight: 300;
  color: #0099cc;
  display: block;
  float: left;
}
.assignment-comments-list li .comment-date {
  font-size: 13px;
  font-weight: 300;
  color: #0099cc;
  display: block;
  float: right;
}
.assignment-comments-list li .comment {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  white-space: pre-wrap;
}
.assignment-comments-list li textarea {
  font-size: 14px;
}

.takeover-message {
  padding: 30px;
  background-color: #ffffff;
}
.takeover-message .message-wrapper {
  padding-left: 130px;
  position: relative;
}
.takeover-message .message-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.takeover-message .message-wrapper .inner-wrapper {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  min-height: 100px;
}
.takeover-message .message-wrapper .inner-wrapper .message {
  margin: 0;
}
.takeover-message .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.takeover-message .actions .btn {
  margin-right: 20px;
  margin-bottom: 0;
}
.takeover-message .actions .btn:last-child {
  margin-right: 0;
}

.result-message .icon {
  text-align: center;
  margin-bottom: 20px;
}
.result-message .icon i {
  font-size: 140px;
}
.result-message h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.result-message p {
  padding: 20px;
  background-color: #d7edcb;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 650px;
  margin: 0 auto 20px;
}
.result-message-div{
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 3rem;
  font-size: 15px;
  color: white;
}
.result-message.success .icon i {
  color: #3A773A;
}
.result-message.success p {
  color: #397739;
  background-color: #d7edcb;
  border-color: #cceabb;
}
.result-message.error .icon i {
  color: #a83535;
}
.result-message.error p {
  color: #aa3d3d;
  background-color: #eac9c9;
  border-color: #e8b9b9;
}
.result-message.warning .icon i {
  color: #ba7c1f;
}
.result-message.warning p {
  color: #bc7721;
  background-color: #e8cfa7;
  border-color: #e0bd72;
}

.discussion-wrapper, .threads-wrapper {
  border: 1px solid #D8DDE6;
  background-color: #F7F7F7;
}
.discussion-wrapper .last-post, .threads-wrapper .last-post {
  font-size: 13px;
  color: #9B9B9B;
}
.discussion-wrapper header, .threads-wrapper header {
  padding: 0 30px;
  border-bottom: 1px solid #D8DDE6;
}
.discussion-wrapper header div.row > div, .threads-wrapper header div.row > div {
  padding: 10px 0;
}
.discussion-wrapper header h1, .threads-wrapper header h1 {
  color: #007399;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.discussion-wrapper header input, .threads-wrapper header input, .discussion-wrapper header button, .threads-wrapper header button {
  height: 30px;
}
.discussion-wrapper header .btn, .threads-wrapper header .btn {
  line-height: 18px;
  font-size: 14px;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.discussion-wrapper header .btn, .threads-wrapper header .btn, .discussion-wrapper header .btn:visited, .threads-wrapper header .btn:visited {
  color: #9B9B9B;
}
.discussion-wrapper header .btn:hover, .threads-wrapper header .btn:hover, .discussion-wrapper header .btn:active, .threads-wrapper header .btn:active {
  color: #666666;
}
.discussion-wrapper ul, .threads-wrapper ul, .discussion-wrapper ul li, .threads-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.discussion-wrapper ul li, .threads-wrapper ul li {
  border-bottom: 1px solid #D8DDE6;
  cursor: pointer;
}
.discussion-wrapper ul li:hover, .threads-wrapper ul li:hover {
  background-color: #ededed;
}
.discussion-wrapper ul li h2, .threads-wrapper ul li h2, .discussion-wrapper ul li h2 a, .threads-wrapper ul li h2 a, .discussion-wrapper ul li h2 a:hover, .threads-wrapper ul li h2 a:hover, .discussion-wrapper ul li h2 a:visited, .threads-wrapper ul li h2 a:visited, .discussion-wrapper ul li h2 a:active, .threads-wrapper ul li h2 a:active {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.discussion-wrapper ul li {
  padding: 25px 30px;
}
.discussion-wrapper ul li:last-of-type {
  border-bottom: none;
}
.discussion-wrapper ul li h2, .discussion-wrapper ul li h2 a, .discussion-wrapper ul li h2 a:hover, .discussion-wrapper ul li h2 a:visited, .discussion-wrapper ul li h2 a:active {
  font-size: 18px;
  color: #404040;
}
.discussion-wrapper ul li .discussion-body {
  padding-right: 140px;
  position: relative;
}
.discussion-wrapper ul li .discussion-body p {
  margin-bottom: 0;
}
.discussion-wrapper ul li .discussion-body .threads {
  position: absolute;
  right: 0;
  top: -15px;
  width: 110px;
}
.discussion-wrapper ul li .discussion-body .threads div {
  text-align: center;
  float: left;
}
.discussion-wrapper ul li .discussion-body .threads div.count-wrapper {
  width: 70px;
  padding: 7px 0;
}
.discussion-wrapper ul li .discussion-body .threads div.count-wrapper span {
  display: block;
  font-size: 13px;
  color: #9B9B9B;
}
.discussion-wrapper ul li .discussion-body .threads div.count-wrapper span.count {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
}
.discussion-wrapper ul li .discussion-body .threads div.icon-wrapper {
  width: 40px;
}
.discussion-wrapper ul li .discussion-body .threads .threads-icon {
  line-height: 50px;
  font-size: 24px;
}
.discussion-wrapper ul li .discussion-body .threads .threads-icon:before {
  font-family: FontAwesome;
  content: "\f105";
  /* \f104 */
  font-size: 28px;
}
@media screen and (max-width: 420px) {
  .discussion-wrapper ul li .discussion-body {
    padding-right: 0;
  }
  .discussion-wrapper ul li .discussion-body .threads {
    position: static;
    display: inline;
  }
  .discussion-wrapper ul li .discussion-body .threads div {
    display: inline;
    text-align: left;
    float: none;
  }
  .discussion-wrapper ul li .discussion-body .threads div.count-wrapper {
    width: auto;
    padding: 0;
  }
  .discussion-wrapper ul li .discussion-body .threads div.count-wrapper span {
    display: inline;
    padding-right: 5px;
  }
  .discussion-wrapper ul li .discussion-body .threads div.count-wrapper span, .discussion-wrapper ul li .discussion-body .threads div.count-wrapper span.count {
    font-size: 12px;
    line-height: auto;
    color: #404040;
  }
  .discussion-wrapper ul li .discussion-body .threads div.icon-wrapper {
    display: none;
  }
}

.threads-wrapper ul li {
  padding: 17px 130px 17px 30px;
  position: relative;
}
.threads-wrapper ul li h2, .threads-wrapper ul li h2 a, .threads-wrapper ul li h2 a:hover, .threads-wrapper ul li h2 a:visited, .threads-wrapper ul li h2 a:active {
  font-size: 16px;
  color: #007399;
}
.threads-wrapper ul li .replies {
  position: absolute;
  right: 0;
  top: 15px;
  width: 110px;
  text-align: center;
  padding: 7px 0;
}
.threads-wrapper ul li .replies span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #9B9B9B;
}
.threads-wrapper ul li .replies span.count {
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}
@media screen and (max-width: 420px) {
  .threads-wrapper ul li {
    padding: 17px 30px;
  }
  .threads-wrapper ul li .replies {
    position: static;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .threads-wrapper ul li .replies span {
    display: inline;
    padding-right: 5px;
  }
  .threads-wrapper ul li .replies span, .threads-wrapper ul li .replies span.count {
    font-size: 12px;
    line-height: auto;
    color: #404040;
  }
}
.threads-wrapper footer {
  background-color: #e8e8e8;
  margin: 0;
  padding: 15px 0;
}
.threads-wrapper footer .pagination-wrapper ul.pagination {
  display: block;
}
.threads-wrapper footer .pagination-wrapper ul.pagination li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 7px 0 0;
  border: none;
}
.threads-wrapper footer .pagination-wrapper ul.pagination li, .threads-wrapper footer .pagination-wrapper ul.pagination li:hover {
  background-color: transparent;
}
.threads-wrapper footer .pagination-wrapper ul.pagination li a {
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d8d8d8;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000000;
  font-size: 12px;
  border: none;
}
.threads-wrapper footer .pagination-wrapper ul.pagination li.active a, .threads-wrapper footer .pagination-wrapper ul.pagination li a:hover {
  background-color: #c6c6c6;
}

.post-wrapper {
  padding: 25px 20px;
  border: 1px dashed #D8DDE6;
}
.post-wrapper h1 {
  margin: 0 0 20px;
  font-weight: 400;
  color: #007399;
}
.post-wrapper .meta {
  margin-bottom: 7px;
}
.post-wrapper .meta span {
  font-size: 12px;
  margin-right: 10px;
}
.post-wrapper .meta span, .post-wrapper .meta span a, .post-wrapper .meta span a:visited {
  color: #00c0ff;
}
.post-wrapper .meta span a:hover, .post-wrapper .meta span a:active {
  color: #007399;
}
.post-wrapper p {
  margin: 0;
  white-space: pre-wrap;
}
.post-wrapper .attachements {
  margin-top: 20px;
  border-top: 1px dotted #dee2e5;
  padding: 10px 0;
}
.post-wrapper .attachements p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.post-wrapper .attachements a.attachement {
  margin-right: 7px;
}

.comments-wrapper {
  margin-top: 30px;
  padding: 25px 20px;
  border: 1px dashed #D8DDE6;
}
.comments-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comments-wrapper ul li {
  position: relative;
}
.comments-wrapper ul li .comment {
  padding-left: 62px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #D8DDE6;
  min-height: 57px;
  box-sizing: content-box;
}
.comments-wrapper ul li .comment img {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comments-wrapper ul li .comment .meta {
  margin-bottom: 4px;
}
.comments-wrapper ul li .comment .meta span {
  font-size: 12px;
  margin-right: 10px;
}
.comments-wrapper ul li .comment .meta span, .comments-wrapper ul li .comment .meta span a, .comments-wrapper ul li .comment .meta span a:visited {
  color: #00c0ff;
}
.comments-wrapper ul li .comment .meta span a:hover, .comments-wrapper ul li .comment .meta span a:active {
  color: #007399;
}
.comments-wrapper ul li .comment p {
  margin: 0;
  white-space: pre-wrap;
}
.comments-wrapper ul li .comment .attachements {
  margin-top: 20px;
  border-top: 1px dotted #dee2e5;
  padding: 10px 0;
}
.comments-wrapper ul li .comment .attachements p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.comments-wrapper ul li .comment .attachements a.attachement {
  margin-right: 7px;
}
.comments-wrapper ul li ul {
  margin: 10px 0 0 40px;
}

.reply-wrapper {
  margin-top: 30px;
  padding: 25px 20px;
  border: 1px dashed #D8DDE6;
}
.reply-wrapper.thread-form {
  margin-top: 0;
}
.reply-wrapper textarea {
  margin-bottom: 20px;
}
.reply-wrapper button {
  float: right;
}

.chat-logs, .chat-logs-messages {
  height: 430px;
  overflow-y: auto;
}

.chat-logs {
  border: 1px solid #1FBBE5;
}
.chat-logs ul.chat-threads-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chat-logs ul.chat-threads-list:before, .chat-logs ul.chat-threads-list:after {
  display: table;
  content: " ";
}
.chat-logs ul.chat-threads-list:after {
  clear: both;
}
.chat-logs ul.chat-threads-list li.chat-thread {
  padding: 10px;
  border-bottom: 1px solid #1FBBE5;
}
.chat-logs ul.chat-threads-list li.chat-thread:last-of-type {
  border-bottom: none;
}
.chat-logs ul.chat-threads-list li.chat-thread:hover, .chat-logs ul.chat-threads-list li.chat-thread.active {
  background-color: #e8eaea;
}
.chat-logs ul.chat-threads-list li.chat-thread a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  cursor: pointer;
}
.chat-logs ul.chat-threads-list li.chat-thread a img, .chat-logs ul.chat-threads-list li.chat-thread a span {
  display: block;
}
.chat-logs ul.chat-threads-list li.chat-thread a img {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 2px;
}
.chat-logs ul.chat-threads-list li.chat-thread a > span {
  text-align: center;
}
.chat-logs ul.chat-threads-list li.chat-thread a > span span.name, .chat-logs ul.chat-threads-list li.chat-thread a > span span.type {
  display: block;
  line-height: 1.4;
}
.chat-logs ul.chat-threads-list li.chat-thread a > span span.name {
  color: #007399;
  font-size: 14px;
  font-weight: 600;
}
.chat-logs ul.chat-threads-list li.chat-thread a > span span.type {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 500;
}
.chat-logs ul.chat-threads-list li.chat-thread.group-thread a {
  justify-content: center;
}
.chat-logs ul.chat-threads-list li.chat-thread.pairs-thread a {
  justify-content: space-around;
}

.chat-logs-messages {
  padding: 20px;
  border: 1px solid #1FBBE5;
}
.chat-logs-messages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chat-logs-messages ul li.message {
  float: right;
  clear: both;
  margin-left: 20%;
  margin-bottom: 3px;
}
.chat-logs-messages ul li.message .date, .chat-logs-messages ul li.message .text {
  display: block;
  text-align: right;
}
.chat-logs-messages ul li.message .date {
  font-size: 10px;
  color: #b9c1c9;
}
.chat-logs-messages ul li.message .date .name {
  color: #899099;
  padding-right: 7px;
}
.chat-logs-messages ul li.message .text {
  padding: 7px;
  background-color: rgba(31, 187, 229, 0.1);
  color: #626b72;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.chat-logs-messages ul li.message:not(.others) + .others {
  margin-top: 7px;
}
.chat-logs-messages ul li.message.others {
  float: left;
  margin-right: 20%;
  margin-left: 0;
  position: relative;
  padding-left: 35px;
}
.chat-logs-messages ul li.message.others img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chat-logs-messages ul li.message.others + li.message:not(.others) {
  margin-top: 7px;
}
.chat-logs-messages ul li.message.others .date, .chat-logs-messages ul li.message.others .text {
  text-align: left;
}
.chat-logs-messages ul li.message.others .text {
  background-color: #1FBBE5;
  color: #FFFFFF;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}
.chat-logs-messages ul li.date {
  clear: both;
  padding: 10px 0;
  text-align: center;
}
.chat-logs-messages ul li.date span {
  background-color: #ceefd0;
  color: #626b72;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.tippy-inner-container {
  color: #007399;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  white-space: pre-wrap;
}
.tippy-inner-container p {
  margin: 0;
}
.tippy-inner-container ul {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
}
.tippy-inner-container ul li {
  margin: 0 0 5px;
}
.tippy-inner-container ul li:last-of-type {
  margin: 0;
}

.owl-carousel.carousel-slider {
  margin-top: 50px;
}
.owl-carousel.carousel-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel.carousel-slider .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  height: 30px;
  margin: 0;
}
.owl-carousel.carousel-slider .owl-nav button {
  margin: 0 0 0 5px;
  border: 1px solid #545454;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #545454;
  background-color: transparent;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.owl-carousel.carousel-slider .owl-nav button:hover, .owl-carousel.carousel-slider .owl-nav button:active {
  background-color: #545454;
  color: #FFFFFF;
}
.owl-carousel.carousel-slider .owl-nav button .arrow {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 30px;
}
.owl-carousel.carousel-slider .owl-nav button.owl-prev .previous-arrow:before {
  content: '\f0d9';
  /* f0da */
}
.owl-carousel.carousel-slider .owl-nav button.owl-next .next-arrow:before {
  content: '\f0da';
  /* f0d9 */
}
.owl-carousel.carousel-slider .owl-dots {
  margin-top: 15px;
}
.owl-carousel.carousel-slider .owl-dots .owl-dot span {
  background-color: #a1a1a1;
}
.owl-carousel.carousel-slider .owl-dots .owl-dot.active span {
  background-color: #545454;
}
