@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=cyrillic,latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

a:hover {
  text-decoration: none;
  color: #8b379a;
}

input:focus,
select:focus {
  outline: none;
}

.strong-blue {
  white-space: nowrap;
  line-height: 50px;
  color: #7c8b9b;
  font-weight: 700;
}

.ct-color-blue {
  color: #313896;
}

.ct-width-250 {
  max-width: 250px;
  word-break: break-all;
  padding-right: 8px;
}

.ct-width-100 {
  max-width: 100px;
}

.ct-width-65 {
  width: 65px;
}

.ct-margin-bottom-25 {
  margin-bottom: 25px;
}

.ct-margin-right-15 {
  margin-right: 15px;
}

.ct-margin-left-25 {
  margin-left: 25px;
}

.ct-margin-left-7 {
  margin-left: 7px;
}

.ct-padding-all-25 {
  padding: 25px;
}

.ct-border-radius-10 {
  border-radius: 10px;
}

.ct-border-radius-20 {
  border-radius: 20px;
}

.ct-border-light-gray {
  border: 1px solid #E0E0E0;
}

.ct-background-white {
  background-color: #ffffff !important;
}

.ct-flex-align-center {
  display: flex;
  align-items: center;
}

.content {
  padding-bottom: 35px;
}

.ct-inputLabel {
  color: #7c8b9b;
  display: inline-block;
  margin-bottom: 0;
}

.ct-chooseFile {
  cursor: pointer;
}
.ct-chooseFile-container input[type="file"] {
  display: none;
}
.ct-chooseFile-container .ct-chooseInput-text {
  display: block;
  color: #7c8b9b;
  font-size: 12px;
}

.ct-btn {
  border-radius: 22px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9.5px 35px;
  display: inline-block;
  border: none;
  min-width: 187px;
}
.ct-btn__icon {
  padding: 11.5px 60px 11.5px 25px;
  position: relative;
}
.ct-btn__icon span {
  display: block;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  margin-left: 25px;
  padding: 7px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.ct-btn:hover {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.16);
}
.ct-btn-small__iconLeft {
  text-transform: initial;
  padding: 7.5px 20px 7.5px 40px;
  position: relative;
  min-width: auto;
}
.ct-btn-small__iconLeft span {
  display: block;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  margin-left: 7px;
  padding: 4px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: transparent !important;
}
.ct-btn-initial {
  text-transform: initial;
}

.ct-btn-small {
  min-width: 167px;
}

.ct-btn__bordered {
  border-radius: 22px;
  font-size: 13px;
  font-weight: 700;
  padding: 10.5px 25px 10.5px 25px;
  background: #f3f5f8;
  border: 1px solid #e0e0e0;
  text-align: center;
  min-width: 227px;
  color: #313896;
}
.ct-btn__bordered a {
  color: #313896;
}
.ct-btn__bordered:hover, .ct-btn__bordered:focus, .ct-btn__bordered:focus-visible, .ct-btn__bordered.on {
  border: 1px solid #313896;
  background: #313896;
  color: #ffffff;
  outline: none;
}
.ct-btn__bordered:hover a, .ct-btn__bordered:focus a, .ct-btn__bordered:focus-visible a, .ct-btn__bordered.on a {
  color: #ffffff;
}

.ct-btn__bordered-lower {
  text-transform: initial;
  font-weight: 900;
  font-size: 14px;
}

.ct-btn-violet {
  background-color: #ae45c0;
  color: #ffffff;
}
.ct-btn-violet:hover {
  background-color: #8b379a;
  color: #ffffff;
}
.ct-btn-violet a {
  color: #ffffff;
}
.ct-btn-violet a:hover {
  text-decoration: none;
}
.ct-btn-violet span {
  background-color: #8b379a;
}

.ct-btn-blue {
  background-color: #313896;
  color: #ffffff;
}
.ct-btn-blue:hover {
  background-color: #272d78;
  color: #ffffff;
}
.ct-btn-blue a {
  color: #ffffff;
}
.ct-btn-blue a:hover {
  text-decoration: none;
}
.ct-btn-blue span {
  background-color: #272d78;
}

.ct-btn-green {
  background-color: #2daa39;
  color: #ffffff;
}
.ct-btn-green:hover {
  background-color: #24882e;
  color: #ffffff;
}
.ct-btn-green a {
  color: #ffffff;
}
.ct-btn-green a:hover {
  text-decoration: none;
}
.ct-btn-green span {
  background-color: #24882e;
}

.ct-lightViolet-btn {
  border-radius: 16px;
  background: #e2e3ff;
  display: inline-block;
  padding: 5px 20px;
  color: #313896;
  margin-top: 7px;
  margin-right: 5px;
}
.ct-lightViolet-btn:hover, .ct-lightViolet-btn:focus {
  color: #e2e3ff;
  background-color: #313896;
}

.ct-btn-violet-sm {
  background: #ae45c0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 40px;
  padding: 3px 12px;
}
.ct-btn-violet-sm:hover, .ct-btn-violet-sm:focus {
  background: #313896;
  color: #ffffff;
}

.ct-btn-blue-sm {
  background: #313896;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 40px;
  padding: 3px 12px;
}
.ct-btn-blue-sm:hover, .ct-btn-blue-sm:focus {
  background: #ae45c0;
  color: #ffffff;
}

.ct-color-lightblue {
  color: #7c8b9b;
}

.ct-color-green {
  color: #2daa39;
}

.ct-heading {
  color: #313896;
  font-weight: 900;
  font-size: 20px;
}

.ct-subheading {
  color: #313896;
  font-weight: 900;
  font-size: 14px;
}

.ct-heading-green {
  color: #2daa39;
  font-weight: 900;
  font-size: 20px;
  margin-top: 23px;
}

.ct-heading-gray {
  color: #7c8b9b;
  font-weight: 900;
  font-size: 20px;
}

.ct-heading-red {
  color: #eb1717;
  font-weight: 900;
  font-size: 20px;
}

.ct-color-red {
  color: #eb1717;
}

.ct-background-color-light-violet {
  background-color: #e2e3ff;
}

.ct-click__moreOptions {
  color: #98a9bc;
  font-size: 32px;
  position: relative;
  text-align: right;
}
.ct-click__moreOptions:hover {
  color: #313896;
  cursor: pointer;
}

.ct-inputField {
  margin-top: 23px;
  margin-bottom: 23px;
}
.ct-inputField input,
.ct-inputField select {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 8.5px 20px;
  width: 100%;
  margin-top: 7px;
}

.ct-expandInfo {
  display: inline-block;
  margin-left: 7px;
}
.ct-expandInfo img {
  width: 20px;
  height: 20px;
}

.highslide-container table {
  background: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.24) !important;
}
.highslide-container table tr td {
  background: none !important;
}
.highslide-container .highslide-print span,
.highslide-container .highslide-move span,
.highslide-container .highslide-close span {
  display: none;
}
.highslide-container .highslide-print a,
.highslide-container .highslide-move a,
.highslide-container .highslide-close a {
  color: #8593a2;
  position: relative;
}
.highslide-container .highslide-print a:after,
.highslide-container .highslide-move a:after,
.highslide-container .highslide-close a:after {
  position: absolute;
  font-family: FontAwesome;
  right: 0;
}
.highslide-container .highslide-close a {
  padding-left: 15px;
}
.highslide-container .highslide-close a:after {
  content: "\f191";
}
.highslide-container .highslide-move a:after {
  content: "\f123";
}

.ct-moreOptions__editDelete {
  display: none;
  position: absolute;
  background: #f3f5f8;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  width: 125px;
  text-align: left;
  right: -10px;
  z-index: 1;
}
.ct-moreOptions__editDelete a {
  color: #7c8b9b;
  font-size: 14px;
  display: block;
  padding: 3px 11px;
}
.ct-moreOptions__editDelete a + a {
  border-top: 1px solid #e0e0e0;
}
.ct-moreOptions__editDelete-wrapper {
  position: relative;
}
.ct-moreOptions__editDelete-wrapper:after, .ct-moreOptions__editDelete-wrapper:before {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ct-moreOptions__editDelete-wrapper:after {
  border-color: rgba(243, 245, 248, 0);
  border-bottom-color: #f3f5f8;
  border-width: 5px;
  margin-left: -5px;
}
.ct-moreOptions__editDelete-wrapper:before {
  border-color: rgba(224, 224, 224, 0);
  border-bottom-color: #e0e0e0;
  border-width: 6px;
  margin-left: -6px;
}

.ct-fontsize-12 {
  font-size: 12px;
}

.ct-fontsize-16 {
  font-size: 16px;
}

.ct-fontweight-600 {
  font-weight: 600;
}

.ct-background-light {
  background-color: #f4f6f9 !important;
}

.ct-tabs .ct-tab {
  cursor: pointer;
}
.ct-tabs .ct-tab.current {
  border: 1px solid #313896;
  background: #313896;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.16);
  color: #ffffff;
}

.ct-tabs-container {
  margin-top: 10px;
}

.ct-margin-top-23 {
  margin-top: 23px;
}

.ct-margin-top-30 {
  margin-top: 30px;
}

.ct-margin-top-35 {
  margin-top: 35px;
}

.ct-margin-top-40 {
  margin-top: 40px;
}

.ct-margin-top-15 {
  margin-top: 15px;
}

.ct-margin-bottom-10 {
  margin-bottom: 10px;
}

.ct-margin-bottom-20 {
  margin-bottom: 20px;
}

.ct-margin-bottom-40 {
  margin-bottom: 40px;
}

.ct-margin-bottom-60 {
  margin-bottom: 60px;
}

.ct-screenTip {
  position: relative;
}

.ct-screenTip-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 210px;
  text-align: center;
  top: -33px;
  font-size: 14px;
  z-index: 9999;
}
.ct-screenTip-wrap .ct-screenTip-content {
  position: relative;
  background: #4b52a3;
  border: 1px solid #313896;
  border-radius: 4px;
  display: none;
  color: #fff;
  padding: 3px;
}
.ct-screenTip-wrap .ct-screenTip-content:before, .ct-screenTip-wrap .ct-screenTip-content:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ct-screenTip-wrap .ct-screenTip-content:after {
  border-color: rgba(75, 82, 163, 0);
  border-top-color: #4b52a3;
  border-width: 5px;
  margin-left: -5px;
}
.ct-screenTip-wrap .ct-screenTip-content:before {
  border-color: rgba(49, 56, 150, 0);
  border-top-color: #313896;
  border-width: 6px;
  margin-left: -6px;
}

.ct-warning-box {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 10px;
  color: #721c24;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
}
.ct-warning-box .fa {
  font-size: 27px;
}
.ct-warning-box__text {
  display: inline-block;
  margin-left: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ct-warning-box__text {
    margin-left: 20px;
  }
}

.ct-notify {
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.24);
  background: #ffffff;
  border-radius: 10px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 359px;
  padding: 50px 30px 25px 30px;
}
@media (max-width: 767px) {
  .ct-notify {
    padding: 20px;
  }
}
.ct-notify-wrap {
  position: relative;
}
.ct-notify span.fa {
  position: absolute;
  color: #7c8b9b;
  top: 10px;
  right: 10px;
}
.ct-notify span.fa:hover {
  color: #313896;
}
.ct-notify-close:hover, .ct-notify-close_icon:hover {
  cursor: pointer;
}

.ct-custom-radio {
  margin-bottom: 15px;
}
.ct-custom-radio [type="radio"]:checked,
.ct-custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.ct-custom-radio [type="radio"]:checked + label,
.ct-custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.ct-custom-radio [type="radio"]:checked + label:before,
.ct-custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
}
.ct-custom-radio [type="radio"]:checked + label:before {
  border: 2px solid #313896;
}
.ct-custom-radio [type="radio"]:not(:checked) + label:before {
  border: 2px solid #e4e4e4;
}
.ct-custom-radio [type="radio"]:checked + label:after,
.ct-custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #313896;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ct-custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#overDiv table {
  background: #fff !important;
}
#overDiv > table {
  background: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.24) !important;
}
#overDiv > table tr td {
  font-family: Verdana, Helvetica;
  font-size: 10pt !important;
}
#overDiv > table tr td font {
  font-size: 10pt !important;
  color: #000 !important;
}
#overDiv > table tr td b font {
  font-size: 12pt !important;
}
#overDiv > table > tbody > tr > td {
  padding: 20px !important;
}

.ct-alert-info {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: .25rem;
}

header {
  background-color: #ffffff;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.09);
}

#menu {
  border-top: 1px solid #7c8fa533;
}
#menu .ICFirstLevelMenu {
  font-size: 16px;
  width: 100%;
}
#menu .ICFirstLevelMenu a {
  color: #7c8b9b;
  padding: 30px 15px 30px 10px;
  display: block;
  position: relative;
}
#menu .ICFirstLevelMenu a:hover {
  text-decoration: none;
}
#menu .ICFirstLevelMenu a.current, #menu .ICFirstLevelMenu a:hover {
  color: #272d78;
}
#menu .ICFirstLevelMenu a.current:after, #menu .ICFirstLevelMenu a:hover:after {
  height: 3px;
  width: 100%;
  position: absolute;
  content: '';
  bottom: 0;
  background: #272d78;
  left: 0;
}
#menu .ICFirstLevelMenu ul {
  margin: 0;
  padding: 0;
}
#menu .ICFirstLevelMenu > ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #menu .ICFirstLevelMenu > ul {
    display: none;
  }
}
#menu .ICFirstLevelMenu > ul li:not(:last-child) {
  margin-right: 35px;
}
#menu .ICFirstLevelMenu > ul li {
  position: relative;
}
#menu .ICFirstLevelMenu > ul li ul.ct-navbar-dropdown {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  display: none;
  z-index: 2;
}
#menu .ICFirstLevelMenu > ul li ul.ct-navbar-dropdown li {
  margin-right: 0 !important;
}
#menu .ICFirstLevelMenu > ul li ul.ct-navbar-dropdown li a {
  padding: 15px 20px;
}
#menu .ICFirstLevelMenu > ul li ul.ct-navbar-dropdown li a.current, #menu .ICFirstLevelMenu > ul li ul.ct-navbar-dropdown li a:hover {
  background: #f4f4f4;
}
#menu .ICFirstLevelMenu > ul li ul.ct-navbar-dropdown li a.current:after, #menu .ICFirstLevelMenu > ul li ul.ct-navbar-dropdown li a:hover:after {
  height: 100%;
  width: 3px;
  top: 0;
  left: 0;
}
#menu .ICFirstLevelMenu span.fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 7px;
}
#menu .ct-menu-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  #menu .ct-menu-wrapper {
    padding: 15px 0;
  }
}
#menu ul {
  list-style-type: none;
}

.ct-topBar {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ct-topBar #ClientLogo img {
  height: 30px;
  width: auto;
}
@media (max-width: 991px) {
  .ct-topBar #ClientLogo .ct-logo-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .ct-topBar #ClientLogo .ct-logo-mobile {
    display: none;
  }
}
.ct-topBar #header {
  position: relative;
  font-size: 16px;
  display: flex;
}
.ct-topBar #header .ct-header-credits {
  display: flex;
  align-items: center;
  color: #7c8b9b;
}
.ct-topBar #header .ct-header-credits span {
  font-weight: 700;
  color: #000;
}
.ct-topBar #header .ct-header-credits-btn {
  background: #ae45c0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 40px;
  padding: 3px 12px;
  margin-left: 15px;
  margin-right: 15px;
}
.ct-topBar .ct-userDropdown {
  display: none;
  position: absolute;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  background: #ffffff;
  width: 100%;
  min-width: 180px;
  right: 0;
  z-index: 99;
  max-width: 250px;
}
.ct-topBar .ct-userDropdown-menu {
  color: #7c8b9b;
  padding: 10px 15px;
  display: block;
}
.ct-topBar .ct-userDropdown a:hover {
  color: #8b379a;
}
.ct-topBar .ct-userDropdown .ct-header-credits-btn {
  text-align: center;
  padding: 10px 12px !important;
  margin-left: 0 !important;
}
.ct-topBar #ICHeaderName {
  color: #272d78;
}
.ct-topBar #ICHeaderName:hover {
  color: #8b379a;
  cursor: pointer;
}
.ct-topBar #ICHeaderName span.fa {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .ct-topBar #ICHeaderName span.fa {
    margin-left: 15px;
  }
}
.ct-topBar #ICHeaderName .ct-userImg {
  display: inline-block;
  margin-right: 7px;
}
.ct-topBar #ICHeaderName .ct-userImg img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.16);
}
.ct-topBar #ICHeaderName.ct-userDropdown-opened span.fa {
  transform: rotate(180deg);
}

footer {
  background-color: #e8e9ec;
}
footer .ct-footer {
  padding: 30px;
  color: #7c8b9b;
}
@media (min-width: 768px) {
  footer .ct-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .ct-footer-menu div {
  display: inline-block;
}
@media (min-width: 768px) {
  footer .ct-footer-menu div + div {
    margin-left: 40px;
  }
}
footer .ct-footer a {
  color: #7c8b9b;
}
footer .ct-footer a:hover {
  color: #313896;
}

.ct-mobileMenu {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 100%;
  top: 100%;
  z-index: 999999;
  box-shadow: 0 4px 27px -27px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}
@media (min-width: 768px) {
  .ct-mobileMenu {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ct-mobileMenu-trigger {
    display: none;
  }
}
.ct-mobileMenu ul {
  padding: 0 15px;
}
.ct-mobileMenu ul a {
  color: #7c8b9b;
  padding: 5px 0;
  display: block;
  font-size: 16px;
}
.ct-mobileMenu ul a:hover, .ct-mobileMenu ul a.current {
  color: #272d78;
}
.ct-mobileMenu ul a span.fa {
  display: inline-block;
  margin-right: 7px;
}
.ct-mobileMenu ul li ul {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .ICSecondLevelMenu .ct-btn {
    padding: 11.5px 45px 11.5px 15px;
    min-width: auto;
  }
}

.ct-recordForm {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  background: #ffffff;
  margin-top: 30px;
  padding: 25px;
}
.ct-recordForm a {
  color: #7c8b9b;
}
.ct-recordForm a.underline {
  text-decoration: underline;
}
.ct-recordForm a.strong {
  font-weight: 700;
}
.ct-recordForm a.colored {
  color: #313896;
}
@media (min-width: 768px) {
  .ct-recordForm-btns {
    display: flex;
    flex-wrap: wrap;
  }
  .ct-recordForm-btns > div:not(:last-child) {
    margin-right: 19px;
  }
}
.ct-recordForm-btns > div {
  margin-bottom: 23px;
}
.ct-recordForm-btns > div:hover {
  cursor: pointer;
}
.ct-recordForm-imageBox {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 14px 20px;
  display: flex;
  margin-bottom: 23px;
}
.ct-recordForm-imageBox_img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .ct-recordForm-imageBox_img {
    width: 45px;
    height: 45px;
    display: block;
  }
}
.ct-recordForm-imageBox_right {
  padding-left: 20px;
}
.ct-recordForm-label {
  color: #7c8b9b;
  margin-bottom: 0;
  display: block;
}
.ct-recordForm-inputBox {
  margin-bottom: 23px;
}
.ct-recordForm-inputBox input,
.ct-recordForm-inputBox select {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 8.5px 20px;
  width: 100%;
  margin-top: 7px;
}
.ct-recordForm-inputBox input[type="checkbox"] {
  width: auto;
}
.ct-recordForm-text {
  margin-bottom: 17px;
  color: #872b44;
}

.ct-successBox {
  color: #0e5b21;
  background: #ddffe5;
  margin: 15px 0 10px;
  border-radius: 7px;
  padding: 15px;
}

.ct-errorBox {
  background-color: #ffe5eb;
  border-radius: 7px;
  padding: 15px;
  color: #872b44;
  margin: 15px 0 10px;
}
.ct-errorBox ul {
  list-style-type: none;
  margin: 0;
}
.ct-errorBox ul li {
  position: relative;
}
.ct-errorBox ul li:before {
  content: "*";
  position: absolute;
  left: -10px;
}

.ct-inputBox {
  margin-bottom: 23px;
}
.ct-inputBox label {
  color: #7c8b9b;
  margin-bottom: 0;
  display: block;
}
.ct-inputBox label img {
  margin-left: 7px;
}
.ct-inputBox input,
.ct-inputBox select,
.ct-inputBox textarea {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 8.5px 20px;
  width: 100%;
  margin-top: 7px;
}
.ct-inputBox textarea.ct-question-textarea {
  width: 100% !important;
}
@media (min-width: 992px) {
  .ct-inputBox-double {
    display: flex;
    justify-content: space-between;
  }
}
.ct-inputBox-double .ct-inputBox {
  flex: 1;
}
@media (min-width: 992px) {
  .ct-inputBox-double .ct-inputBox:first-child {
    margin-right: 15px;
  }
  .ct-inputBox-double .ct-inputBox:nth-child(2) {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .ct-inputBox-tripple {
    display: flex;
    justify-content: space-between;
  }
}
.ct-inputBox-tripple .ct-inputBox {
  flex: 1;
}
@media (min-width: 992px) {
  .ct-inputBox-tripple .ct-inputBox {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .ct-inputBox-multiple {
    display: flex;
    justify-content: flex-start;
  }
}
.ct-inputBox-multiple .btn {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .ct-inputBox-multiple .ct-inputBox {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .ct-inputBox-half {
    width: 50%;
    margin-right: 15px;
  }
}
.ct-inputBox-calendar {
  position: relative;
}
.ct-inputBox-calendar input {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 8.5px 20px;
  width: 100%;
  margin-top: 7px;
}
.ct-inputBox-calendar span.fa, .ct-inputBox-calendar label.fa {
  position: absolute;
  right: 15px;
  bottom: 7px;
  font-size: 24px;
  color: #ae45c0;
}
.ct-inputBox-calendar span.fa:hover, .ct-inputBox-calendar label.fa:hover {
  cursor: pointer;
}
.ct-inputBox-inline label {
  display: inline-block;
  margin-right: 25px;
}
.ct-inputBox-inline > div {
  display: inline-block;
}

.ct-btn-reset {
  background: transparent;
  color: #7c8b9b;
  font-weight: 400;
  box-shadow: none;
  min-width: 70px;
  -webkit-appearance: none;
}
.ct-btn-reset:hover {
  color: #272d78;
}

.ct-imgBox {
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  display: flex;
  align-items: center; }
  .ct-custom-checkbox input[type="checkbox"], .ct-custom-checkbox-if input[type="checkbox"] {
    display: none; }
  .ct-custom-checkbox__status, .ct-custom-checkbox-if__status {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    position: relative;
    background: #fff; }
    .ct-custom-checkbox__status.disabled, .ct-custom-checkbox-if__status.disabled {
      pointer-events: none; }
    .ct-custom-checkbox__status span, .ct-custom-checkbox-if__status span {
      position: absolute;
      background: url("../../images/checkbox.png") no-repeat;
      display: none;
      height: 25px;
      width: 25px;
      right: -6px;
      top: 2px; }
  .ct-custom-checkbox label, .ct-custom-checkbox-if label {
    display: inline-block;
    color: #7c8b9b;
    margin: 0 0 0 9px; }

.ct-btn-input-icon {
  position: relative;
}
.ct-btn-input-icon span.fa {
  position: absolute;
  left: 10px;
  z-index: 1;
  color: #fff;
  font-size: 21px;
}

select.ui-datepicker-year {
  border: 1px solid #e4e4e4;
  border-radius: 40px;
  padding: 4px 10px;
  margin-left: 10px;
}

.ui-datepicker {
  font-family: "Roboto", sans-serif;
}
.ui-datepicker.ui-widget.ui-widget-content {
  padding: 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  width: auto;
}
.ui-datepicker .ui-datepicker-header {
  background: #f4f6f9;
  border: 0;
  color: #313896;
  font-size: 16px;
  padding: 18px 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 30%;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: none;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span.ui-icon {
  background: url("/images/c-prev.png") no-repeat;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next span.ui-icon {
  background: url("/images/c-next.png") no-repeat;
}
.ui-datepicker .ui-state-hover .ui-icon, .ui-datepicker .ui-state-focus .ui-icon, .ui-datepicker .ui-button:hover .ui-icon, .ui-datepicker .ui-button:focus .ui-icon {
  background: none;
  cursor: pointer;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
  border: 0;
  background: transparent;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-prev {
  left: 25px;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next {
  right: 20px;
}
.ui-datepicker table {
  font-size: 14px;
  border-spacing: 0;
}
.ui-datepicker th {
  color: #7c8b9b;
  font-weight: normal;
  padding: .7em 12px;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a {
  padding: 9.5px;
  text-align: center;
}
.ui-datepicker td.ui-datepicker-today a {
  position: relative;
  color: #ffffff;
}
.ui-datepicker td.ui-datepicker-today a:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #313896;
  height: 40px;
  width: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 1px;
  z-index: -1;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default {
  border: 0;
  background: transparent;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  color: #ae45c0;
}

table.styled-table {
  min-width: 50%;
}
table.styled-table thead tr th {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  color: #7c8b9b;
  font-weight: 400;
  padding: 2px 5px;
  height: 30px;
}
table.styled-table tbody tr td {
  padding: 12px 5px;
  border-bottom: 1px solid #e0e0e0;
  min-height: 75px;
}

.ct-qb-table table thead tr th {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  color: #7c8b9b;
  font-weight: 400;
  padding: 2px 5px;
  height: 30px;
}
.ct-qb-table table tbody tr td {
  padding: 12px 5px;
  border-bottom: 1px solid #e0e0e0;
  min-height: 75px;
}
.ct-qb-table-hover table tbody tr:hover {
  box-shadow: 7.824px 10.382px 76px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  z-index: 2;
  color: #272d78;
}

.ct-examinees-table {
  padding: 0 24px;
}
.ct-examinees-table table {
  width: 100%;
}
.ct-examinees-table table thead {
  background-color: #ffffff;
  font-size: 12px;
  color: #7c8b9b;
}
.ct-examinees-table table thead th {
  font-weight: 400;
  padding: 5px 10px;
  border-top: 1px solid #e0e0e0;
}
.ct-examinees-table table thead th:last-child {
  padding: 5px 24px 5px;
}
.ct-examinees-table table thead th:last-child span {
  display: none;
}
.ct-examinees-table table thead th:hover {
  cursor: pointer;
}
.ct-examinees-table table thead th:before, .ct-examinees-table table thead th:after {
  opacity: 1 !important;
}
.ct-examinees-table table thead tr {
  background-color: #ffffff;
}
.ct-examinees-table table tbody {
  font-size: 16px;
}
.ct-examinees-table table tbody tr:first-child td {
  border-top: 1px solid #e0e0e0 !important;
}
.ct-examinees-table table tbody td {
  border-top: 1px solid #e0e0e0;
  padding: 15px 0;
}
.ct-examinees-table table tbody td:last-child {
  padding: 15px 24px 15px;
}
.ct-examinees-table__img {
  display: inline-block;
  margin-right: 8px;
}
.ct-examinees-table__img img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.ct-examinees-table .dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.ct-examinees-table .dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.ct-examinees-table .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

.ct-subscriptions-table {
  width: 100%;
}
.ct-subscriptions-table td {
  padding: 15px 10px;
}
.ct-subscriptions-table thead {
  background-color: #ffffff;
  font-size: 12px;
  color: #7c8b9b;
}
.ct-subscriptions-table thead th {
  font-weight: 400;
  padding: 5px 10px;
  border-top: 1px solid #e0e0e0;
}
.ct-subscriptions-table thead th:last-child {
  padding: 5px 24px 5px;
}
.ct-subscriptions-table tbody td {
  border-top: 1px solid #e0e0e0;
}

.ct-examResults-table {
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.ct-examResults-table thead {
  font-size: 14px;
  color: #7c8b9b;
}
.ct-examResults-table thead th {
  font-weight: 400;
  padding: 0 5px;
  border-top: 1px solid #e0e0e0;
}
.ct-examResults-table tbody tr td {
  border-top: 1px solid #e0e0e0;
  padding: 15px 5px;
  color: #7c8b9b;
}
.ct-examResults-table tbody tr td a {
  color: #272d78;
}

.ct-credits-order {
  margin-top: 15px;
}
.ct-credits-order table {
  width: 100%;
}
.ct-credits-order table tbody tr td {
  padding: 18px 0 9px;
  border-bottom: 1px solid #e0e0e0;
}
.ct-credits-order table tbody tr td.ct-credits-order_name {
  color: #313896;
}
.ct-credits-order-btns {
  margin-top: 40px;
}

.ct-examinees-table-head table {
  width: 100%;
  background-color: #ffffff;
}
.ct-examinees-table-head table td {
  padding: 15px 24px;
}

.ct-questionResult {
  position: relative;
}
.ct-questionResult table {
  text-align: center;
  margin-top: 24px !important;
  overflow: visible;
  z-index: 999;
}
.ct-questionResult table .ct-svg {
  margin-right: 0;
}
.ct-questionResult table thead tr th:first-child,
.ct-questionResult table tbody tr td:first-child {
  text-align: left;
  min-width: 80px;
}
.ct-questionResult table thead .ct-custom-checkbox__status {
  width: 21px;
  height: 21px;
  margin-left: 5px;
}
.ct-questionResult table thead .ct-custom-checkbox__status span {
  width: 21px;
  height: 14px;
  background: url(../../images/check-small.png) no-repeat;
  right: -4px;
  top: 1px;
}
.ct-questionResult table thead tr:first-child th {
  background-color: #e2e3ff;
  border-bottom: 1px solid #ffffff;
}
.ct-questionResult table thead tr:first-child th a {
  color: #313896;
  font-size: 14px;
}
.ct-questionResult table thead tr:first-child th > div {
  display: flex;
  justify-content: center;
}
.ct-questionResult table thead tr:first-child th, .ct-questionResult table thead tr:nth-child(2) th {
  padding: 9px 7px;
}
.ct-questionResult table thead tr:nth-child(3) th, .ct-questionResult table thead tr:nth-child(4) th {
  padding: 2px 15px;
  background-color: #313896;
  color: #ffffff;
}
.ct-questionResult table thead tr:nth-child(3) th input, .ct-questionResult table thead tr:nth-child(4) th input {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.ct-questionResult table thead tr:nth-child(2) th:first-child {
  background-color: #e2e3ff;
}
.ct-questionResult table thead tr:nth-child(4) th {
  border-top: 1px solid #ffffff;
}
.ct-questionResult table thead tr th {
  font-weight: 400;
  font-size: 12px;
  color: #252631;
  min-width: 60px;
}
.ct-questionResult table thead tr th .check span {
  display: block;
  color: #7c8b9b;
  font-size: 12px;
}
.ct-questionResult table thead tr th:nth-last-child(2) .ct-screenTip-wrap, .ct-questionResult table thead tr th:last-child .ct-screenTip-wrap {
  left: auto;
  -webkit-transform: unset;
  transform: unset;
  right: 120%;
}
.ct-questionResult table thead tr th:nth-last-child(2) .ct-screenTip-wrap .ct-screenTip-content:before, .ct-questionResult table thead tr th:nth-last-child(2) .ct-screenTip-wrap .ct-screenTip-content:after, .ct-questionResult table thead tr th:last-child .ct-screenTip-wrap .ct-screenTip-content:before, .ct-questionResult table thead tr th:last-child .ct-screenTip-wrap .ct-screenTip-content:after {
  right: -13px;
  left: auto;
  transform: rotate(-90deg);
}
.ct-questionResult table tbody tr td {
  padding: 9px 7px;
}
.ct-questionResult table tbody tr td:first-child {
  background-color: #e2e3ff;
}
.ct-questionResult table tbody tr td:first-child span {
  display: inline-block;
  float: right;
  color: #313896;
  margin: 0 5px 0 15px;
  font-weight: 500;
  width: 35px;
}
.ct-questionResult table tbody tr td input {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.ct-questionResult table tbody tr td a {
  color: #7c8b9b;
  font-size: 12px;
}
.ct-questionResult table tbody tr:nth-child(even) td:not(:first-child) {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f3f5f8;
}

.points-above {
  width: 100%;
  overflow-x: auto;
}
.points-above .points-above-scroll {
  height: 20px;
  overflow: auto;
}

.ct-table-striped tbody tr:nth-child(even) {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f3f5f8;
}

.ct-table-borderless,
.ct-table-bordered {
  width: 100%;
}
.ct-table-borderless thead,
.ct-table-bordered thead {
  font-size: 12px;
  color: #7c8b9b;
}
.ct-table-borderless thead tr th,
.ct-table-bordered thead tr th {
  font-weight: 400;
  padding: 5px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.ct-table-borderless tbody tr td,
.ct-table-bordered tbody tr td {
  padding: 5px 10px;
}

.ct-table-bordered tbody tr td {
  border-top: 1px solid #e0e0e0;
}

.ct-table-borderless {
  border-collapse: separate;
  border-spacing: 0;
}
.ct-table-borderless tr {
  border: 1px solid transparent;
}
.ct-table-borderless tr:hover td {
  background-color: #f3f4f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.ct-table-borderless tr:hover td:first-child {
  border-left: 1px solid #e0e0e0;
}
.ct-table-borderless tr:hover td:last-child {
  border-right: 1px solid #e0e0e0;
}

.ct-orders-table {
  margin-top: 23px;
}
.ct-orders-table table tbody td {
  vertical-align: middle;
}
.ct-orders-table .ct-btn.ct-btn-green {
  min-width: 100px;
  margin-right: 10px;
}
.ct-orders-table .ct-delete-order {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #7d8b9b;
  color: #7d8b9b;
  padding: 6px;
  font-size: 21px;
  transition: all 0.5s;
}
.ct-orders-table .ct-delete-order:hover {
  background: #7d8b9b;
  color: #fff;
  transition: all 0.5s;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

#DataTables_Table_0_wrapper .sortable th:last-child:before {
  content: "";
}
#DataTables_Table_0_wrapper .sortable th:last-child:after {
  content: "";
}

.examresults-wrapper.scrollable-x {
  overflow-x: scroll;
}

.examresults-wrapper.scrollable-y {
  overflow-y: scroll;
  height: 600px;
}

table .ct-moreOptions__editDelete {
  position: absolute;
  right: 44px;
  top: -8px;
}
table .ct-moreOptions__editDelete-wrapper:before {
  margin-left: 24.4px;
  transform: rotate(85deg);
  margin-bottom: -30px;
}
table .ct-moreOptions__editDelete-wrapper:after {
  margin-left: 24.4px;
  transform: rotate(85deg);
  margin-bottom: -30px;
}

form[name="questions"] .dataTables_scrollBody {
  max-height: 300px !important;
}

.timer_pad {
  padding: 5px;
}

.digits {
  margin-top: 7px;
  color: red;
  font-size: 18pt;
}

.digits.disabled {
  margin-top: 7px;
  color: lightcoral;
  font-size: 18pt;
}

.title {
  color: white;
}

.hours, .minutes, .seconds, .endtime {
  margin-left: 0px;
}

.hours, .minutes {
  margin-right: 0px;
}

.field_cont {
  margin-top: 10px;
}

.btn_cont {
  margin-top: 10px;
}

.start, .pause, .resume {
  margin-right: 0px;
}

#confirm_text {
  color: black;
}

.break-modal-content input[type=button] {
  margin: 20px;
  color: #08233e;
  padding: 7px 20px 7px 20px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.break-modal-content input[type=button]:hover {
  color: #ffffff;
  background-color: #3b5982;
}

.break-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

.break-modal-close {
  display: none;
}

.break-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 30%;
  text-align: center;
}

.break-modal-close:hover,
.break-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.ct-examTimer {
  width: 100%;
  border-radius: 10px;
  background-color: #f4f6f9;
  text-align: center;
  padding-top: 20px;
  min-height: 367px;
  border: 1px solid #e0e0e0;
}
.ct-examTimer-status {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  font-size: 18px;
  color: #7c8b9b;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 14px;
  margin: 5px 15px 12px 15px;
}
.ct-examTimer-time__countdown {
  font-weight: 700;
  font-size: 34px;
  color: #eb1717;
  margin-bottom: 7px;
}
.ct-examTimer-time__set {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.ct-examTimer-time__set > div + div,
.ct-examTimer-time__set > label + label {
  margin-left: 10px;
}
.ct-examTimer-time__set input, .ct-examTimer-time__set span {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  display: inline-block;
  border-radius: 4px;
  padding: 8px;
  margin-left: 7px;
  width: 37px;
  text-align: center;
}
.ct-examTimer-bottom {
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
}
.ct-examTimer-bottom .ct-btn {
  min-width: auto;
  padding: 11.5px 48px 11.5px 15px;
}
.ct-examTimer-btns {
  margin-bottom: 23px;
}
.ct-examTimer-btns input {
  display: inline-block;
  margin: 5px;
}
.ct-examTimer-btns .start, .ct-examTimer-btns .pause_button {
  color: #ffffff;
  min-width: auto;
  border-radius: 22px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7.5px 33px;
  border: 2px solid #e6e6e6;
  background-color: #e6e6e6;
}
.ct-examTimer-btns .start:hover, .ct-examTimer-btns .pause_button:hover {
  cursor: pointer;
}
.ct-examTimer-btns .start:disabled:hover, .ct-examTimer-btns .pause_button:disabled:hover {
  cursor: not-allowed;
}
.ct-examTimer-btns .start:not(:disabled) {
  background: #2daa39;
  border: 2px solid #2daa39;
}
.ct-examTimer-btns .start:not(:disabled):hover {
  border: 2px solid #2daa39;
  background-color: #94de9b;
}
.ct-examTimer-btns .pause_button:not(:disabled) {
  background-color: #eb1717;
  border: 2px solid #eb1717;
}
.ct-examTimer-btns .pause_button:not(:disabled):hover {
  background-color: #e27d7d;
  border: 2px solid #eb1717;
}

#ui-datepicker-div {
  padding: 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  width: auto;
}
#ui-datepicker-div .ui-timepicker-div .ui-widget-header {
  background: #f4f6f9;
  border: 0;
  color: #313896;
  font-size: 16px;
  padding: 18px 0;
}
#ui-datepicker-div .ui-timepicker-div .ui-slider-handle {
  background: #313896 !important;
}
#ui-datepicker-div .ui-timepicker-div .ui-slider-handle:active, #ui-datepicker-div .ui-timepicker-div .ui-slider-handle:focus {
  outline: 0;
}
#ui-datepicker-div .ui-widget.ui-widget-content {
  border: 1px solid  #e0e0e0 !important;
}
#ui-datepicker-div button:focus, #ui-datepicker-div button:active {
  outline: 0 !important;
}
#ui-datepicker-div button.ui-state-default {
  color: #313896 !important;
}
#ui-datepicker-div dl {
  font-weight: normal !important;
  padding: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#ui-datepicker-div dl .ui_tpicker_time_input {
  border: 1px solid #e0e0e0 !important;
  border-radius: 3px;
  padding: 3px 5px;
  width: 100% !important;
}
#ui-datepicker-div dl dt {
  font-weight: normal !important;
}
#ui-datepicker-div dl dd {
  margin: 0 10px 20px 40%;
}
#ui-datepicker-div dl .ui_tpicker_hour_label {
  margin-top: -5px;
}

.ct-rightSidebar-width {
  width: 240px;
}

body.ct-login {
  background: url(/images/login-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  body.ct-login {
    margin-bottom: 81px;
  }
}

.ct-login-wrap {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .ct-login-wrap {
    margin-bottom: 220px;
  }
}
.ct-login-header {
  color: #ffffff;
  padding: 30px 15px 30px 15px;
}
@media (min-width: 992px) {
  .ct-login-header {
    padding: 75px 15px 50px 15px;
  }
}
.ct-login-header h1 {
  font-size: 27px;
  font-weight: 500;
}
.ct-login-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.ct-login-footer img {
  max-height: 32px;
  max-width: 100%;
}
.ct-login-footer .ct-footer {
  text-align: center;
}
@media (min-width: 992px) {
  .ct-login-footer .ct-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .ct-login-footer .ct-footer > div {
    margin: 15px 0;
  }
}

.ct-loginBox {
  margin: 0 auto 40px auto;
  background: #ffffff;
  border-radius: 7px;
  padding: 30px 50px;
}
@media (min-width: 992px) {
  .ct-loginBox {
    width: 575px;
    padding: 60px 50px;
  }
}
.ct-loginBox h6 {
  font-size: 14px;
}
.ct-loginBox-type .ct-custom-radio {
  display: inline-block;
  padding: 0 20px;
  width: 48%;
}
.ct-loginBox-heading {
  padding: 35px 0 30px 0;
  text-align: center;
}
.ct-loginBox-bottom {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .ct-loginBox-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ct-loginBox-bottom a {
  color: #313896;
}
.ct-loginBox-bottom a:hover {
  color: #ae45c0;
}
.ct-loginBox .ct-custom-radio [type="radio"]:checked + label .login-icon {
  opacity: 1;
}
.ct-loginBox .ct-custom-radio [type="radio"]:checked + label .login-icon span {
  background: #2daa39;
}
.ct-loginBox .ct-custom-radio [type="radio"]:not(:checked) + label .login-icon {
  opacity: .5;
}
.ct-loginBox .ct-custom-radio [type="radio"]:not(:checked) + label .login-icon span {
  background: #575757;
}
.ct-loginBox .ct-custom-radio [type="radio"]:checked + label,
.ct-loginBox .ct-custom-radio [type="radio"]:not(:checked) + label {
  padding-left: 0;
}
.ct-loginBox .ct-custom-radio label:before, .ct-loginBox .ct-custom-radio label:after {
  display: none;
}
.ct-loginBox .ct-custom-radio label img {
  opacity: .3;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.ct-loginBox .ct-custom-radio label:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-loginBox .ct-loginSubmit .ct-btn {
  min-width: 250px;
}
.ct-loginBox .ct-loginSubmit #error .alert:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #f8d7da transparent;
}
.ct-loginBox .ct-loginSubmit #error {
  display: none;
}
.ct-loginBox .ct-loginSubmit input[type="submit"]:disabled + #error {
  display: none;
}
.ct-loginBox .ct-loginSubmit input[type="submit"]:disabled:hover + #error {
  display: block;
}

.login-icon {
  background: linear-gradient(121deg, rgba(0, 0, 0, 0.9) 35%, rgba(87, 87, 87, 0.9));
  margin-bottom: 10px !important;
}
.login-icon span {
  height: 2px;
}

.p-13 {
  padding: 13px !important;
}

.pt-40px {
  padding-top: 40px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-n10px {
  margin-bottom: -10px;
}

.rounded-5px {
  border-radius: 5px;
}

.rounded-10px {
  border-radius: 10px;
}

.w-50px {
  width: 50px;
}

.mw-145px {
  max-width: 145px;
}

.h-50px {
  height: 50px;
}

.text-dark {
  color: #212529 !important;
}

.d-table-cell {
  display: table-cell;
}

.text-nowrap {
  white-space: nowrap;
}

.w-50px {
  width: 50px !important;
}

.shadow-none {
  box-shadow: none !important;
}

/* Tooltip */
.icon-tooltip {
  position: relative;
  display: inline-block;
}
.icon-tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: -45px;
  top: 120%;
  line-height: 18px;
}
.icon-tooltip:hover .icon-tooltip-text {
  visibility: visible;
}
.icon-tooltip .tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

@font-face {
  font-family: 'Digital Numbers Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Digital Numbers Regular"), url("../fonts/DigitalNumbers/DigitalNumbers-Regular.woff") format("woff");
}
.ct-box-wrap {
  width: 100%;
  min-height: 281px;
  background: #F3F5F8;
  border: 3px solid #313896;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 20px auto;
  padding: 8px 8px 35px 8px;
}
.ct-box-wrap .ct-box-header {
  width: 100%;
  height: auto;
  background: #313896;
  border-radius: 5px;
  padding: 5px;
  align-items: center;
  text-align: center;
  line-height: 23px;
}
.ct-box-wrap .ct-box-header h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.ct-box-wrap label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #313896;
  text-align: center;
}
.ct-box-wrap .ct-box-inner {
  background: #EBEBEB;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -2px -2px 3px rgba(0, 0, 0, 0.25), inset 0px 0px 7px #FFFFFF;
  border: 6px solid #727272;
  border-radius: 10px;
  padding: 6px;
}
.ct-box-wrap .ct-box-inner--inner_box {
  background: #262626;
  border-radius: 6px;
  padding: 6px;
}
.ct-box-wrap .ct-box-inner--inner_box .form-check {
  padding-left: 0;
}
.ct-box-wrap .ct-box-inner--inner_box input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.ct-box-wrap .ct-box-inner--inner_box input[type="radio"]:checked + label {
  color: #ffffff;
  border-color: #ffffff;
}
.ct-box-wrap .ct-box-inner--inner_box label {
  color: #575757;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  border: 2px solid #575757;
  background: none;
  margin: 5px 0px;
  width: 100%;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
}
.ct-box-wrap .ct-box-inner--inner_box label:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.ct-box-wrap .ct-box-inner--inner_box .configure {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ct-box-wrap .ct-box-inner--item {
  margin: 5px 0;
}
.ct-box-wrap .ct-box-fieldset {
  width: 100%;
  min-height: 200px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  padding: 15px 10px 20px 10px;
  margin-top: 5px;
}
.ct-box-wrap .ct-box-fieldset legend.title {
  width: 75%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #212529;
  padding: 0 1px;
  border-bottom: none;
}
.ct-box-wrap .ct-box-fieldset legend.wildcard {
  width: 58%;
}
.ct-box-wrap .ct-box-fieldset legend.dimensions-title {
  width: 22%;
}
.ct-box-wrap .ct-box-fieldset label {
  font-size: 14px;
}
.ct-box-wrap .ct-box-fieldset .btn-hint {
  position: absolute;
  left: 50%;
}
.ct-box-wrap .ct-box-fieldset #eexam_breakdown a {
  color: #313896;
}
.ct-box-wrap .ct-box-fieldset #eexam_breakdown a:hover {
  text-decoration: none;
  color: #313896;
}
.ct-box-wrap .btn-hint {
  text-align: center;
  margin-top: 12px;
}
.ct-box-wrap .number-up {
  display: block;
  width: 23px;
  height: 19px;
  background: url("../../images/number-up.png") center center no-repeat;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
.ct-box-wrap .number-up:hover {
  background: url("../../images/number-up2.png") center center no-repeat;
}
.ct-box-wrap .number-down {
  display: block;
  width: 23px;
  height: 22px;
  background: url("../../images/number-down.png") center center no-repeat;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
.ct-box-wrap .number-down:hover {
  background: url("../../images/number-down2.png") center center no-repeat;
}
.ct-box-wrap .number_digi_box {
  width: 100%;
  height: 42px;
  background: #212529;
  border: 0.5px solid #939598;
  box-sizing: border-box;
  border-radius: 7px;
  font-family: 'Digital Numbers Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #F2C94C;
  padding: 5px 5px;
}
.ct-box-wrap .percent {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #212529;
  display: block;
  padding-top: 14px;
}
.ct-box-wrap .pixel {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #212529;
  display: inline-block;
  padding-top: 14px;
}
.ct-box-wrap .ct-generalSettings-configure a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.ct-questionModules {
  margin-bottom: 50px;
  position: relative;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .ct-questionModules .ct-setupModule {
    position: absolute;
    right: 0;
    top: -22px;
  }
}
.ct-questionModules table thead tr th:last-child,
.ct-questionModules table tbody tr td:last-child {
  width: 170px;
  padding-right: 20px;
}
.ct-questionModules-licence {
  display: flex;
}
.ct-questionModules-licence-cat {
  display: flex;
  margin-right: 15px;
}
.ct-questionModules-edit {
  display: inline-block;
  border-radius: 4px;
  background-color: #313896;
  width: 28px;
  height: 26px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.ct-questionModules-edit span.fa {
  line-height: 26px;
}
.ct-questionModules-edit:hover {
  color: #313896;
  background-color: #ffffff;
}
.ct-questionModules .ct-custom-checkbox, .ct-questionModules .ct-custom-checkbox-if {
  margin-right: 5px;
}
.ct-questionModules-top_btns {
  display: none;
}

.ct-syllabus {
  padding-top: 20px;
}
.ct-syllabus .ct-custom-checkbox, .ct-syllabus .ct-custom-checkbox-if {
  margin-bottom: 15px;
}
.ct-syllabus .ct-custom-checkbox label, .ct-syllabus .ct-custom-checkbox-if label {
  color: #000000;
}

.checkbox-with-label .ct-custom-checkbox, .checkbox-with-label .ct-custom-checkbox-if {
  margin-bottom: 15px;
}
.checkbox-with-label .ct-custom-checkbox label, .checkbox-with-label .ct-custom-checkbox-if label {
  color: #000000;
}

.ct-qsubsections .ct-filter {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .ct-qsubsections .ct-table-inputs {
    overflow-x: scroll;
  }
}
.ct-qsubsections table {
  min-width: 880px;
  margin-bottom: 25px;
}
.ct-qsubsections table thead th:nth-child(2) {
  width: 180px;
}
.ct-qsubsections table thead th:nth-last-child(2) {
  width: 60px;
}
.ct-qsubsections table thead th:last-child {
  width: 40px;
}
.ct-qsubsections table thead th.ct-qsubsections-cat {
  width: 160px;
}
tbody tr td .ct-qsubsections table:nth-last-child(2) {
  text-align: center;
}
.ct-qsubsections table .ct-table-inputs-input {
  margin-bottom: 5px;
}
.ct-qsubsections-below {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .ct-qsubsections-below {
    padding-left: 165px;
  }
}
.ct-qsubsections-below > div {
  display: flex;
}
.ct-qsubsections-below-head {
  min-width: 65px;
  text-align: right;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.ct-qsubsections-below-first, .ct-qsubsections-below-second {
  display: flex;
  width: 415px;
  justify-content: space-between;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-color: #f3f5f8;
}
.ct-qsubsections-below-first input, .ct-qsubsections-below-second input {
  margin-bottom: 5px;
}
.ct-qsubsections-below-first {
  border-top: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 15px 10px 15px;
}
.ct-qsubsections-below-second {
  padding: 0 15px 15px 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .ct-qsubsections-btns input {
    display: block;
    margin: 0 auto 15px auto;
  }
}

.ct-table-inputs {
  color: #000000;
}
.ct-table-inputs table {
  width: 100%;
}
.ct-table-inputs table thead tr th {
  padding: 7px 4px;
}
.ct-table-inputs table tbody tr td {
  color: #000000;
  padding-top: 7px;
  padding-bottom: 7px;
}
.ct-table-inputs textarea {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
  padding: 4px;
  font-size: 13px;
  width: 292px;
  line-height: 16px;
}
.ct-table-inputs-input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 36px;
  background: #ffffff;
  padding: 4px;
  display: inline-block;
  margin-right: 5px;
}
.ct-table-inputs-input-md {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 41px;
  background: #ffffff;
  padding: 4px;
  display: inline-block;
  margin-right: 5px;
}
.ct-table-inputs-input-lg {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 171px;
  background: #ffffff;
  padding: 4px;
  display: inline-block;
  margin-right: 5px;
}

.ct-certificateSetting-box {
  padding: 25px 30px;
  border: 1px solid #e0e0e0;
  background-color: #f3f5f8;
  border-radius: 10px;
}
.ct-certificateSetting-box > a {
  font-weight: 700;
  color: #313896;
  text-decoration: underline;
}
.ct-certificateSetting-box > a:hover {
  text-decoration: none;
}
.ct-certificateSetting-box input[type="submit"].ct-btn {
  min-width: auto;
}
@media (max-width: 575px) {
  .ct-certificateSetting .ct-table-inputs {
    overflow-x: scroll;
  }
}
.ct-certificateSetting table {
  min-width: 460px;
  margin-bottom: 20px;
}
.ct-certificateSetting table thead th:last-child {
  text-align: left;
}
.ct-certificateSetting-btns {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .ct-certificateSetting-btns {
    text-align: center;
  }
}

.ct-backupRestore label {
  color: #000000;
}
.ct-backupRestore-btns {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ct-backupRestore-btns {
    text-align: center;
  }
}

.ct-generalSettings {
  margin-top: 20px;
}
.ct-generalSettings-single {
  padding: 12px 15px;
}
@media (min-width: 768px) {
  .ct-generalSettings-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ct-generalSettings-single:nth-child(even) {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #f3f4f5;
}
.ct-generalSettings-single input[type="text"] {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 61px;
  background: #ffffff;
  padding: 0 4px;
  display: inline-block;
}
.ct-generalSettings-single select {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 61px;
  background: #ffffff;
  padding: 0 4px;
}
.ct-generalSettings-single .ct-custom-radio {
  margin-bottom: 0;
}
.ct-generalSettings-single .ct-custom-radio input[type="text"] {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 61px;
  background: #ffffff;
  padding: 0 4px;
  display: inline-block;
}
.ct-generalSettings-input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 61px;
  background: #ffffff;
  padding: 0 4px;
  display: inline-block;
}
.ct-generalSettings-input-lg {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 165px;
  background: #ffffff;
  padding: 0 4px;
  display: inline-block;
}
.ct-generalSettings-field {
  padding: 12px 15px;
}
@media (min-width: 568px) {
  .ct-generalSettings-field {
    display: flex;
    justify-content: space-between;
  }
}
.ct-generalSettings-field .ct-custom-checkbox, .ct-generalSettings-field .ct-custom-checkbox-if {
  display: inline-block;
  margin-left: 7px;
}
.ct-generalSettings-field-input {
  display: flex;
  align-items: center;
}
.ct-generalSettings-configure {
  margin-top: 23px;
}
.ct-generalSettings-configure a {
  color: #313896;
  text-decoration: underline;
  font-weight: 600;
}
.ct-generalSettings-configure a:hover {
  text-decoration: none;
}

.ct-newSubsection-input {
  margin-bottom: 23px;
}
.ct-newSubsection .ct-table-inputs-input-lg {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 8.5px 20px;
  width: 100%;
  margin-top: 7px;
  height: auto;
}
.ct-newSubsection textarea {
  margin-top: 7px;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 8.5px 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .ct-newModule table {
    width: 650px;
  }
}
.ct-newModule table thead tr th {
  padding-left: 15px;
  padding-right: 15px;
}
.ct-newModule table tbody tr td {
  padding: 12px 15px;
}
.ct-newModule table .ct-custom-radio {
  margin-bottom: 0;
}
.ct-newModule table .ct-custom-radio label {
  margin-right: 15px;
}

.hover-red label:hover {
  color: #F13939;
  border-color: #F13939;
}
.hover-red input[type="radio"]:checked + label {
  color: #F13939;
  border-color: #F13939;
}

#exam_approved_questions .hover-red .off-red label:hover {
  color: #F13939;
  border-color: #F13939;
}
#exam_approved_questions .hover-red .off-red input[type="radio"]:checked + label {
  color: #F13939;
  border-color: #F13939;
}
#exam_approved_questions .hover-red .on-blue label:hover {
  color: #8f97ff;
  border-color: #8f97ff;
}
#exam_approved_questions .hover-red .on-blue input[type="radio"]:checked + label {
  color: #8f97ff;
  border-color: #8f97ff;
}

#exam_question_hiber .hover-red .off-red label:hover {
  color: #F13939;
  border-color: #F13939;
}
#exam_question_hiber .hover-red .off-red input[type="radio"]:checked + label {
  color: #F13939;
  border-color: #F13939;
}
#exam_question_hiber .hover-red .on-blue label:hover {
  color: #8f97ff;
  border-color: #8f97ff;
}
#exam_question_hiber .hover-red .on-blue input[type="radio"]:checked + label {
  color: #8f97ff;
  border-color: #8f97ff;
}

.ans-sheet-form .form-check-input:checked + .form-check-label .circle, .ans-sheet-form .form-check-input:checked + .form-check-label .square, .ans-sheet-form .form-check-input:hover + .form-check-label .circle, .ans-sheet-form .form-check-input:hover + .form-check-label .square {
  border-color: #fff;
}
.ans-sheet-form .form-check-label .circle, .ans-sheet-form .form-check-label .square {
  border: 1px solid #575757;
}

.ct-examListing .ct-examListing-table {
  margin-top: 25px;
  position: relative;
}
.ct-examListing .ct-examListing-table table {
  width: 100%;
  padding-right: 15px;
}
.ct-examListing .ct-examListing-table table thead {
  font-size: 12px;
  color: #7c8b9b;
}
.ct-examListing .ct-examListing-table table thead th {
  font-weight: 400;
  padding: 5px 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.ct-examListing .ct-examListing-table table thead th:last-child {
  text-align: left;
}
.ct-examListing .ct-examListing-table table thead th:first-child {
  width: 30%;
}
.ct-examListing .ct-examListing-table table thead th:nth-child(2) {
  width: 100px;
}
.ct-examListing .ct-examListing-table table thead th:nth-child(3) {
  width: 245px;
}
.ct-examListing .ct-examListing-table table tbody tr td {
  border-top: 1px solid #e0e0e0;
  padding: 22px 5px;
  color: #7c8b9b;
  word-break: break-word;
}
.ct-examListing .ct-examListing-table table tbody tr td:first-child {
  color: #212529;
  font-size: 16px;
  padding-right: 30px;
}
.ct-examListing .ct-examListing-table table tbody tr td:nth-child(2) {
  max-width: 100px;
}
.ct-examListing .ct-examListing-table table tbody tr td:nth-child(5) {
  width: 118px;
  font-size: 12px;
  line-height: 1.3;
}
.ct-examListing .ct-examListing-table table tbody tr td:nth-child(5) img {
  float: left;
  margin-right: 7px;
}
.ct-examListing .ct-examListing-table .dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.ct-examListing .ct-examListing-table .dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.ct-examListing .ct-examListing-table .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

.ct-attendance table {
  width: 100%;
}
.ct-attendance table a {
  color: #313896;
}
.ct-attendance table a:hover {
  color: #ae45c0;
}

.ct-questionDetails table {
  width: 100%;
}
.ct-questionDetails table thead tr th:first-child {
  width: 40px;
}
.ct-questionDetails table thead tr th:nth-child(2) {
  width: 140px;
}
.ct-questionDetails table tbody tr td:nth-child(5), .ct-questionDetails table tbody tr td:nth-child(6) {
  width: 75px;
}

.ct-generateExam-btns.ct-examResults .ct-tab {
  min-width: 165px;
  padding: 10.5px 20px;
}

.ct-questionResult .ct-screenTip-wrap {
  min-width: 110px;
  bottom: auto;
  top: -4px;
  left: 120%;
  transform: none;
}
.ct-questionResult .ct-screenTip-wrap .ct-screenTip-content {
  border-color: #4b52a3;
}
.ct-questionResult .ct-screenTip-wrap .ct-screenTip-content:before {
  border-color: rgba(49, 56, 150, 0);
  border-top-color: #4b52a3;
  border-width: 6px;
  margin-left: -6px;
  top: 7px;
  left: -7px;
  transform: rotate(90deg);
}
.ct-questionResult .ct-screenTip-wrap .ct-screenTip-content:after {
  display: none;
}
@media (min-width: 992px) {
  .ct-questionResult {
    display: flex;
    justify-content: space-between;
  }
  .ct-questionResult .ct-examTimer {
    width: 225px;
  }
  .ct-questionResult .ct-examTimer .ct-btn__icon span {
    top: 5px;
    right: 4px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .ct-questionResult-resultWrapper {
    width: calc(100% - 255px);
  }
}
.ct-questionResult-resultWrapper table {
  width: 100%;
}
@media (min-width: 992px) {
  .ct-questionResult-timerWrapper {
    width: 225px;
  }
}
.ct-questionResult .points-above-scroll::-webkit-scrollbar-track,
.ct-questionResult .dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.ct-questionResult .points-above-scroll::-webkit-scrollbar,
.ct-questionResult .dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.ct-questionResult .points-above-scroll::-webkit-scrollbar-thumb,
.ct-questionResult .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

.points-above::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.points-above::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.points-above::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

.ct-examineeResult table {
  width: 100%;
}

@media (max-width: 991px) {
  .ct-examineeCertificate .ct-qb-table {
    margin-bottom: 40px;
  }
}
.ct-examineeCertificate table {
  width: 100%;
}

.ct-certificateDetails {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #f4f6f9;
  margin-top: 40px;
}
.ct-certificateDetails-top {
  padding: 20px;
}
@media (max-width: 767px) {
  .ct-certificateDetails-top {
    padding: 15px;
  }
}
.ct-certificateDetails-btns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ct-certificateDetails-btns {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .ct-certificateDetails-btns {
    display: block;
    text-align: center;
  }
}
.ct-certificateDetails-btns .justify-content-between.w100 {
  width: 100%;
}
.ct-certificateDetails-btns .justify-content-between a {
  flex: 1;
}
.ct-certificateDetails-btns .justify-content-between a:nth-of-type(1) {
  margin-right: 15px;
}
.ct-certificateDetails-btns .justify-content-between a:nth-of-type(2) {
  margin-left: 15px;
}
.ct-certificateDetails-btns .ct-btn {
  min-width: auto;
}
.ct-certificateDetails-btns input[type="submit"],
.ct-certificateDetails-btns input[type="reset"] {
  width: 187px;
}
.ct-certificateDetails-btns a.ct-btn {
  padding: 11.5px 45px 11.5px 30px;
}
@media (max-width: 768px) {
  .ct-certificateDetails-btns a.ct-btn {
    margin-top: 15px;
    padding: 13px 42px 13px 12px;
    font-size: 11px;
  }
}
.ct-certificateDetails-bottom {
  border-top: 1px solid #e0e0e0;
  color: #7c8b9b;
  text-align: center;
  padding: 15px;
}

.examinee_container .examinee_heading {
  font-weight: 700;
  margin: 20px 0;
  font-size: 16px;
}

.import-results {
  width: 530px;
  max-width: 100%;
}
.import-results .custom-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.import-results .custom-file label {
  padding: 5px 20px;
}
.import-results #file-upload {
  visibility: hidden;
  width: 0;
  height: 0;
}
.import-results .submitautofileresult {
  margin: 0 0 0 12px;
}

body {
  overflow-x: hidden;
}

table.attendance-table {
  width: 100%;
  padding-right: 15px;
}
table.attendance-table thead {
  font-size: 12px;
  color: #7c8b9b;
}
table.attendance-table thead th {
  font-weight: 400;
  padding: 5px 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
table.attendance-table tbody tr td {
  border-top: 1px solid #e0e0e0;
  padding: 22px 5px;
  color: #7c8b9b;
}

.ct-moduleQuestionsList-table {
  overflow-x: auto;
}
.ct-moduleQuestionsList table {
  width: 100%;
  padding-right: 15px;
}
.ct-moduleQuestionsList table thead {
  font-size: 12px;
  color: #7c8b9b;
}
.ct-moduleQuestionsList table thead th {
  font-weight: 400;
  padding: 5px 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.ct-moduleQuestionsList table thead th:last-child {
  text-align: right;
}
.ct-moduleQuestionsList table thead th:first-child {
  width: 350px;
}
.ct-moduleQuestionsList table thead th:nth-child(2) {
  width: 140px;
}
.ct-moduleQuestionsList table thead th:nth-child(3) {
  width: 245px;
}
.ct-moduleQuestionsList table tbody tr td {
  border-top: 1px solid #e0e0e0;
  padding: 22px 5px;
  color: #7c8b9b;
}
.ct-moduleQuestionsList table tbody tr td:first-child {
  color: #212529;
  font-size: 16px;
  padding-right: 30px;
}
.ct-moduleQuestionsList table tbody tr td:nth-child(5) {
  width: 118px;
  font-size: 12px;
  line-height: 1.3;
}
.ct-moduleQuestionsList table tbody tr td:nth-child(5) svg {
  float: left;
}
.ct-moduleQuestionsList .dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.ct-moduleQuestionsList .dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.ct-moduleQuestionsList .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

.mt-20 {
  margin-top: 20px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}

table.no-top-border tr td {
  color: #7c8b9b !important;
}
table.no-top-border tr:first-of-type td {
  border-top: 0px transparent !important;
}

.ct-gray-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #f4f6f9;
  margin-top: 40px;
  padding: 20px;
}
.ct-gray-box.mt-20 {
  margin-top: 20px;
}
.ct-gray-box-btns .ct-btn {
  min-width: auto;
}
.ct-gray-box-btns input[type="submit"],
.ct-gray-box-btns input[type="reset"] {
  width: 187px;
}
.ct-gray-box-btns a.ct-btn {
  width: 262px;
  padding: 11.5px 20px 11.5px 30px;
}
.ct-gray-box-bottom {
  border-top: 1px solid #e0e0e0;
  color: #7c8b9b;
  text-align: center;
  padding: 15px;
}

.ct-margin-top-23 .ct-gray-box {
  margin-top: 0;
}

.ct-custom-radio.wa {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
}
.ct-custom-radio.wa [type="radio"]:checked + label,
.ct-custom-radio.wa [type="radio"]:not(:checked) + label {
  margin-right: 10px;
}

.ct-inputBox.flex-box {
  display: flex;
  margin-bottom: 0;
}
.ct-inputBox.flex-box label {
  display: inline-block;
  margin-right: 20px;
  line-height: 50px;
  white-space: nowrap;
}
.ct-inputBox.flex-box .ct-btn {
  margin-left: 10px;
}
.ct-inputBox.mw-200 {
  min-width: 200px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.ct-inputBox.mw-200 .custom-select {
  margin-top: 0;
}
.ct-inputBox.mw-300 {
  min-width: 300px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.ct-inputBox.mw-300 .custom-select {
  margin-top: 0;
}
.ct-inputBox .custom-select {
  width: 100%;
  margin-top: 7px;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  height: 40px;
  padding-right: 0;
}
.ct-inputBox .custom-select select {
  -webkit-appearance: none;
  margin-top: 0;
  padding: 2px 28px 2px 5px !important;
  background: transparent;
  border: none;
  position: relative;
}

.fs18 {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.links a {
  line-height: 50px;
  color: #313896;
}

.ct-questionModulesTable td {
  max-width: 230px;
  font-size: 12px;
  word-wrap: break-word;
}
.ct-questionModulesTable thead th:first-child {
  width: 20px !important;
}
.ct-questionModulesTable tbody tr td:first-child {
  padding-right: 10px !important;
}
.ct-questionModulesTable tbody tr td:nth-of-type(5) {
  max-width: 150px !important;
}
.ct-questionModulesTable tbody tr td:nth-of-type(6) {
  max-width: 150px !important;
}
.ct-questionModulesTable tbody tr td:nth-of-type(7) {
  max-width: 150px !important;
}

.ct-loader-wrapper {
  text-align: center;
  box-shadow: none;
  color: #313896;
  font-weight: 700;
  font-size: 20px;
}
.ct-loader-wrapper .ct-logout-head {
  font-size: 27px;
  color: #313896;
  font-weight: 700;
}
.ct-loader-wrapper .ct-logout-svg {
  margin: 45px 0 30px 0;
}
.ct-loader-wrapper p {
  color: #7c8b9b;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.styled-select, .ct-filter-select {
  width: 100%;
  margin-top: 7px;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  height: 40px;
  padding-right: 0;
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf4,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}
.styled-select.wa, .ct-filter-select.wa {
  width: auto !important;
}
.styled-select select, .ct-filter-select select {
  -webkit-appearance: none;
  margin-top: 0;
  padding: 2px 28px 2px 5px !important;
  background: transparent;
  border: none;
  position: relative;
}

.ct-filter-select {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border: 0px !important;
  width: 237px;
  margin-right: 10px;
  padding-right: 0;
}
.ct-filter-select select {
  width: 100%;
}

#CONTAINERedited {
  width: 100% !important;
  max-width: 650px;
}

@media (min-width: 768px) {
  .ct-double {
    display: flex;
  }
  .ct-double > div {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .question-info {
    margin-left: 30px;
  }
}
.question-info-single {
  padding-bottom: 15px;
  display: flex;
}
.question-info-single > div:first-child {
  font-weight: 700;
  min-width: 120px;
}

.ct-infoBox {
  display: flex;
  border-top: 1px solid #e0e0e0;
}
.ct-infoBox-label, .ct-infoBox-desc {
  padding: 20px 5px;
}
.ct-infoBox-label {
  padding-right: 30px;
}

textarea.ct-question-textarea {
  width: 100% !important;
}

/* NOTE: ct-adminList is a Global class. Be extra careful */
.ct-adminList.ct-expiring .ct-heading {
  color: #721c24;
}
.ct-adminList .dataTables_scroll {
  margin-top: 30px !important;
}
.ct-adminList table {
  width: 100%;
  padding-right: 15px;
}
.ct-adminList table.ct-adminsRecentLoginsTable {
  padding-right: 0;
}
.ct-adminList table.ct-adminsRecentLoginsTable th {
  text-align: left !important;
}
.ct-adminList table.ct-adminsRecentLoginsTable th:last-child {
  text-align: left !important;
}
.ct-adminList table thead {
  font-size: 12px;
  color: #7c8b9b;
}
.ct-adminList table thead th {
  font-weight: 400;
  padding: 5px 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.ct-adminList table thead th:last-child {
  text-align: right;
}
.ct-adminList table thead th:first-child {
  width: 350px;
}
.ct-adminList table thead th:nth-child(2) {
  width: 140px;
}
.ct-adminList table thead th:nth-child(3) {
  width: 245px;
}
.ct-adminList table tbody tr.header-table-row td {
  padding: 10px 5px;
  background: #f3f5f8;
  border-top: 2px solid #fff;
  color: #313896 !important;
}
.ct-adminList table tbody tr td {
  border-top: 1px solid #e0e0e0;
  padding: 17px 5px;
  color: #7c8b9b;
  text-align: left;
}
.ct-adminList table tbody tr td a {
  color: #313896;
}
.ct-adminList table tbody tr td:first-child {
  display: flex;
  color: #212529;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 5px;
  align-items: center;
}
.ct-adminList table tbody tr td:nth-child(5) {
  width: 118px;
  font-size: 12px;
  line-height: 1.3;
}
.ct-adminList table tbody tr td:nth-child(5) svg {
  float: left;
}
.ct-adminList .dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.ct-adminList .dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.ct-adminList .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

.ct-exmineeList.ct-expiring .ct-heading {
  color: #721c24;
}
.ct-exmineeList .dataTables_scroll {
  margin-top: 30px !important;
}
.ct-exmineeList table {
  width: 100%;
  padding-right: 15px;
}
.ct-exmineeList table.ct-past-exams tbody tr td {
  border-top: 0 !important;
}
.ct-exmineeList table.ct-adminsRecentLoginsTable {
  padding-right: 0;
}
.ct-exmineeList table.ct-adminsRecentLoginsTable th {
  text-align: left !important;
}
.ct-exmineeList table.ct-adminsRecentLoginsTable th:last-child {
  text-align: left !important;
}
.ct-exmineeList table thead {
  font-size: 12px;
  color: #7c8b9b;
}
.ct-exmineeList table thead th {
  font-weight: 400;
  padding: 5px 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.ct-exmineeList table tbody tr.header-table-row td {
  padding: 10px 5px;
  background: #f3f5f8;
  border-top: 2px solid #fff;
  color: #313896 !important;
}
.ct-exmineeList table tbody tr td {
  border-top: 1px solid #e0e0e0;
  padding: 17px 5px;
  color: #7c8b9b;
  text-align: left;
}
.ct-exmineeList table tbody tr td a {
  color: #313896;
}
.ct-exmineeList .dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #eaeef2;
}
.ct-exmineeList .dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.ct-exmineeList .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #313896;
  border-radius: 5px;
}

.ct-adminsPerModuleTable__item td:first-child {
  padding-left: 30px !important;
}
@media (max-width: 767px) {
  .ct-adminsPerModuleTable__item td:first-child {
    padding-left: 25px !important;
  }
}

.ct-logout-wrapper {
  text-align: center;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  color: #313896;
  font-weight: 700;
  font-size: 20px;
  margin: 70px auto 220px auto;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .ct-logout-wrapper {
    margin: 180px auto 120px auto;
    width: 575px;
    padding: 120px 40px;
  }
}
@media (min-width: 768px) {
  .ct-logout-wrapper {
    padding: 60px 30px;
    margin: 100px auto 220px auto;
  }
}
.ct-logout-wrapper .ct-logout-head {
  font-size: 27px;
  color: #313896;
  font-weight: 700;
}
.ct-logout-wrapper .ct-logout-svg {
  margin: 45px 0 30px 0;
}
.ct-logout-wrapper p {
  color: #7c8b9b;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.ct-awaitingExams table tr td,
.ct-pastExams table tr td {
  color: #7c8b9b;
}
.ct-awaitingExams table tr td > div,
.ct-pastExams table tr td > div {
  min-height: 51px;
  display: flex;
  align-items: center;
  max-width: 270px;
}
.ct-awaitingExams table tr td:first-child,
.ct-pastExams table tr td:first-child {
  color: #252631;
  font-size: 16px;
}

.ct-pastExams table tr td:nth-child(6) {
  font-size: 12px;
  line-height: 1.2;
}
.ct-pastExams table tr td:nth-child(6) svg {
  float: left;
}

.ct-borderedBox {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ct-borderedBox {
    padding: 15px;
  }
}
.ct-borderedBox .ct-btn {
  padding: 9.5px 20px;
}

.ct-list {
  margin-top: 10px;
}
.ct-list-single {
  padding: 10px 0;
}
.ct-list-single span:first-child {
  font-weight: 700;
  display: inline-block;
  width: 45%;
}
.ct-list-single + .ct-list-single {
  border-top: 1px solid #e4e4e4;
}

.ct-printout {
  margin-bottom: 40px;
}
.ct-printout .ct-heading {
  margin-bottom: 10px;
}
.ct-printout span.fa {
  color: #313896;
  font-size: 20px;
  font-weight: 600;
}

.ct-printAttendance {
  padding: 0 30px;
  position: relative;
}
.ct-printAttendance table {
  width: 100%;
  margin-top: 40px;
}
.ct-printAttendance table thead tr th {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 5px;
  height: 35px;
}
.ct-printAttendance table tbody tr td {
  padding: 12px 5px;
  border-bottom: 1px solid #c0c0c0;
  min-height: 75px;
}
.ct-printAttendance table img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.ct-attendance-input {
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  padding: 0 5px;
  margin-left: 9px;
  width: 55px;
}

.ct-qrcode {
  display: inline-block;
  cursor: pointer;
}
.ct-qrcode-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ct-qrcode-modal-content {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #323896;
  color: #fff;
  padding: 3rem;
  max-width: 100%;
  width: 500px;
  min-height: 500px;
  text-align: center;
  border-radius: 5px;
}
.ct-qrcode-modal-content p {
  text-align: left;
  display: block;
  font-weight: bold;
}
.ct-qrcode-modal-content img {
  margin: 3rem auto 0;
  width: 236px;
  height: 236px;
  max-width: 100%;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
}
.ct-qrcode-modal-close {
  position: absolute;
  top: 4px;
  right: 13px;
  font-size: 24px;
  cursor: pointer;
  font-weight: 300;
}

.custom-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  opacity: 0;
  transition: 1s all ease-in;
}
.custom-modal.show {
  display: block;
  opacity: 1;
}
.custom-modal-body {
  background-color: #fff;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  padding: 3rem;
  max-width: 100%;
  width: 500px;
  min-height: 500px;
  text-align: center;
  border-radius: 5px;
}
.custom-modal .fa-times {
  cursor: pointer;
  font-size: 27px;
  top: 20px;
  right: 15px;
}

#subscriptionModal .modal-header {
  border-bottom: 0;
}
#subscriptionModal .modal-header h5 {
  font-size: 18px;
  font-weight: 700;
  color: #313896;
}
#subscriptionModal .modal-footer {
  border-top: 0;
  text-align: center;
}
#subscriptionModal .modal-footer .btn {
  margin: auto;
}

.ct-printBody {
  background: transparent;
  font-family: "Arial", sans-serif;
}
.ct-printBody .ct-print-container {
  width: 970px;
  margin: 0 auto;
}
.ct-printBody .ct-print-container h1, .ct-printBody .ct-print-container h2, .ct-printBody .ct-print-container h3, .ct-printBody .ct-print-container h4, .ct-printBody .ct-print-container h5, .ct-printBody .ct-print-container h6 {
  font-weight: 700;
}
.ct-printBody .ct-print-container h1 {
  font-size: 26px;
}
.ct-printBody .ct-print-container h2 {
  font-size: 20px;
}
.ct-printBody .ct-print-container h3 {
  font-size: 17px;
}
.ct-printBody .ct-print-container h4 {
  font-size: 15px;
}
.ct-printBody .ct-print-container h5 {
  font-size: 12px;
}
.ct-printBody .ct-print-container h6 {
  font-size: 10px;
}

.ct-print-examineeResult table {
  width: 100%;
}
.ct-print-examineeResult-examinee {
  display: flex;
}
.ct-print-examineeResult-examinee-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.ct-print-examineeResult-examinee-img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.ct-print-examineeResult-examinee-details {
  padding-left: 30px;
}
.ct-print-examineeResult-exam {
  margin: 23px 0 10px;
}
.ct-print-examineeResult .ct-list-single span:first-child {
  width: 35%;
}
.ct-print-examineeResult .ct-textExam-details-score {
  width: 200px;
  padding: 25px;
  background-color: #e2e3ff;
  border-radius: 10px;
  margin-left: auto;
}
.ct-print-examineeResult .ct-textExam-details-score span.fa {
  font-size: 24px;
}
.ct-print-examineeResult .ct-textExam-details-score .fa-frown-o {
  color: #eb1717;
}
.ct-print-examineeResult .ct-textExam-details-score .fa-smile-o {
  color: #24882e;
}
.ct-print-examineeResult-head {
  width: 100%;
  margin-bottom: 15px;
}
.ct-print-examineeResult-head thead th {
  font-weight: 400;
  color: #7c8b9b;
}
.ct-print-examineeResult-head tbody .ct-print-examineeResult-question td {
  padding: 2px 7px;
  background-color: #f3f5f8;
  font-weight: 700;
}
.ct-print-examineeResult-head tbody .ct-print-examineeResult-question__wrap {
  display: flex;
  padding: 5px 0;
}
.ct-print-examineeResult-head tbody .ct-print-examineeResult-question__num {
  display: block;
  text-align: center;
  line-height: 32px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 14px;
  background-color: #e2e3ff;
  border-radius: 50%;
}
.ct-print-examineeResult-head tbody .ct-print-examineeResult-question__text {
  padding: 5px 0 3px;
}
.ct-print-examineeResult-head tbody td {
  padding: 0 7px;
  border: 1px solid #e0e0e0;
}
.ct-print-examineeResult tfoot {
  font-size: 12px;
  color: #7c8b9b;
}
.ct-print-examineeResult-label {
  width: 150px;
}
.ct-print-examineeResult .pagestyle {
  width: 100%;
}

.ct-print-list {
  margin-top: 10px;
}
.ct-print-list-single {
  padding: 5px 0;
}
.ct-print-list-single span:first-child {
  font-weight: 700;
  display: inline-block;
  width: 32%;
}
.ct-print-list-single + .ct-print-list-single {
  border-top: 1px solid #e4e4e4;
}

@media print {
  .pagebreak {
    page-break-before: always;
  }
}
body.ct-print-body {
  background: #fff;
}

.ct-memedit {
  padding: 30px;
}
.ct-memedit .ct-inputBox {
  margin-bottom: 5px;
}
.ct-memedit .ct-inputBox input {
  margin-top: 3px;
}
.ct-memedit .ct-selectBox {
  width: 35%;
}
.ct-memedit .ct-custom-checkbox__status {
  width: 40px;
}

.ct-essayQuestion-filter .ct-inputBox input {
  width: auto;
}
.ct-essayQuestion .ct-qb-table {
  overflow-x: auto;
}
.ct-essayQuestion .ct-qb-table table {
  min-width: 768px;
}

.ct-markingScheme {
  padding: 20px;
}

.ct-essay-sticky {
  margin-top: 30px;
  padding: 30px 0;
  background: #f3f5f8;
  border-radius: 15px;
}

.ct-essay-questionTable table {
  font-size: 14px;
}

.ct-essay-note {
  background: #e2e3ff;
  color: #313896;
  padding: 30px 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.revisionHistory {
  padding: 20px;
}

.ct-revisionHistory {
  margin-top: 40px;
}
.ct-revisionHistory table tr td:first-child {
  width: 30%;
  font-weight: 700;
}

.btn.btn-transparent-primary {
  background: transparent;
}
.btn.btn-transparent-primary:hover {
  background: #313896;
  color: white;
}

.custom-multiselect {
  position: absolute;
  top: 110%;
  background: #fff;
  padding: 10px 7px 10px 12px;
  display: none;
  z-index: 2;
  width: 100%;
  border-width: 1px;
  border-color: #E0E0E2;
  border-style: solid;
  border-radius: 10px;
}
.custom-multiselect__input {
  padding-right: 30px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-multiselect__list {
  list-style: none;
  overflow-y: scroll;
  padding: 0 10px 0 0;
  margin: 0;
  height: 247px;
}
.custom-multiselect__list::-webkit-scrollbar {
  width: 6px;
}
.custom-multiselect__list::-webkit-scrollbar-track {
  background: #E0E0E2;
  border-radius: 4px;
}
.custom-multiselect__list::-webkit-scrollbar-thumb {
  background: #7C8B9B;
  border-radius: 4px;
}
.custom-multiselect__list::-webkit-scrollbar-thumb:hover {
  background: #E0E0E2;
}
.custom-multiselect__wrapper {
  position: relative;
}
.custom-multiselect__wrapper .arrow-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #343a40;
  margin-bottom: 2px;
}
.custom-multiselect__wrapper .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #343a40;
}
.custom-multiselect__icon {
  position: absolute;
  right: 10px;
  transform: translate(-50%, -50%);
  top: 60%;
}
.custom-multiselect__item:not(:last-child) {
  margin-bottom: 10px;
}
.custom-multiselect__item.active .custom-multiselect__content, .custom-multiselect__item:hover .custom-multiselect__content {
  background: rgba(49, 56, 150, 0.1);
}
.custom-multiselect__item.active .custom-multiselect__content .custom-multiselect__checkbox, .custom-multiselect__item:hover .custom-multiselect__content .custom-multiselect__checkbox {
  border-color: #313896;
}
.custom-multiselect__item.active .custom-multiselect__content .custom-multiselect__label, .custom-multiselect__item:hover .custom-multiselect__content .custom-multiselect__label {
  color: #212529;
}
.custom-multiselect__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #7C8B9B;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.custom-multiselect__checkbox {
  border-width: 1px;
  border-color: #E0E0E2;
  border-style: solid;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
}
.custom-multiselect__checkbox--hide {
  display: none;
}
.custom-multiselect__checkbox--hide:checked + .custom-multiselect__checkbox .fa-check {
  display: inline-block;
}
.custom-multiselect__content {
  padding: 6px 8px;
  border-radius: 4px;
}
.custom-multiselect__content .fa-check {
  display: none;
  margin: 3px auto 0;
}
.custom-multiselect__content .fa-check:before {
  font-family: 'FontAwesome';
  font-weight: bold;
  font-size: 11px;
  color: #313896;
}

body {
  background: #f3f4f5;
}

.ct-examinees-table-wrapper {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  background: #ffffff;
}

.ct-topHeading {
  font-size: 13px;
  font-weight: 700;
  color: #7c8b9b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7c8fa533;
}
@media (max-width: 991px) {
  .ct-topHeading {
    flex-direction: column;
  }
}
.ct-topHeading-btns {
  padding: 28px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .ct-topHeading-btns {
    padding: 10px 0 15px 0;
  }
}
.ct-topHeading-btns .ct-btn {
  margin-bottom: 15px;
}
.ct-topHeading-btns .ct-btn + .ct-btn {
  margin-left: 15px;
}
.ct-topHeading .ct-breadcrumb {
  color: #212529;
  padding: 41px 0;
}
@media (max-width: 991px) {
  .ct-topHeading .ct-breadcrumb {
    padding-bottom: 15px;
  }
}
.ct-topHeading .ct-breadcrumb a {
  color: #212529;
}
.ct-topHeading .ct-breadcrumb a:hover {
  color: #ae45c0;
}
.ct-topHeading .ct-breadcrumb span.fa {
  padding-left: 6px;
  padding-right: 6px;
}
.ct-topHeading .ct-breadcrumb .active {
  color: #313896;
}

.ct-filter {
  padding: 0 0 33px;
}
.ct-filter-single {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .ct-filter-single {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .ct-filter-label {
    width: 155px;
    padding-right: 20px;
  }
}
.ct-filter__letters {
  font-weight: 700;
}
.ct-filter__letters a {
  color: #313896;
}
.ct-filter-double {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .ct-filter-double {
    display: flex;
    align-items: center;
  }
}
.ct-filter .ct-filter-input input[type="text"],
.ct-filter .ct-filter-input select {
  background-color: #ffffff;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  width: 237px;
}
@media (min-width: 768px) {
  .ct-filter .ct-filter-input {
    padding-right: 15px;
  }
}
.ct-filter-btn .ct-reset {
  color: #7c8b9b;
}
.ct-filter-btn .ct-reset:hover {
  color: #313896;
}
.ct-filter-btn .ct-btn {
  min-width: 0;
}
.ct-filter .ct-filter-single_wide {
  margin-top: 23px;
}
.ct-filter .ct-filter-single_wide .ct-filter-input {
  flex: 1;
}
.ct-filter .ct-filter-single_wide input[type="text"],
.ct-filter .ct-filter-single_wide select {
  width: 100%;
}
@media (min-width: 768px) {
  .ct-filter .ct-filter-single_wide {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .ct-filter .ct-filter-single_wide .ct-filter-btn-reset {
    margin-left: 15px;
  }
}

.ct-examineeSingle {
  background-color: #ffffff;
  border-radius: 7px;
  margin-top: 30px;
  padding: 30px 27px;
}
.ct-examineeSingle .ct-btn__bordered {
  margin-bottom: 20px;
  margin-right: 9px;
}
.ct-examineeSingle table {
  width: 100%;
}
.ct-examineeSingle .ct-personalDetails {
  padding-top: 20px;
  color: #7c8b9b;
}
.ct-examineeSingle .ct-personalDetails_imgBox {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 14px 20px;
  display: flex;
  margin-bottom: 23px;
}
.ct-examineeSingle .ct-personalDetails_imgBox-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .ct-examineeSingle .ct-personalDetails_imgBox-right {
    padding-left: 20px;
  }
}
.ct-examineeSingle .ct-personalDetails_imgBox .ct-chooseInput {
  display: none;
}
.ct-examineeSingle .ct-personalDetails-input {
  margin-bottom: 23px;
}
.ct-examineeSingle .ct-personalDetails-input input {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 8.5px 20px;
  width: 100%;
  margin-top: 7px;
}
.ct-examineeSingle .ct-personalDetails-text {
  margin-bottom: 17px;
  color: #872b44;
}
.ct-examineeSingle .ct-personalDetails-btns {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ct-examineeSingle .ct-personalDetails-btns {
    display: flex;
    justify-content: space-between;
  }
}

.ct-subscriptions-filter .ms-container {
  width: 100%;
}
.ct-subscriptions-filter .ms-container .ms-selectable,
.ct-subscriptions-filter .ms-container .ms-selection {
  width: 100%;
}
.ct-subscriptions-filter .ms-container .ms-selectable .search-input {
  background-color: #f3f5f8;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  padding: 4.5px 16px;
  width: 100%;
  color: #313896;
}
.ct-subscriptions-filter .ms-container .ms-selectable .ms-list {
  display: none;
  position: absolute;
  z-index: 2;
  background: #ffffff;
  width: 250px;
  border-radius: 4px;
}
.ct-subscriptions-filter .ms-container .ms-selection .search-input {
  display: none;
}
.ct-subscriptions-filter .ms-container .ms-selection .ms-list {
  margin-top: 12px;
  border: 0;
  box-shadow: none !important;
  overflow: initial;
  height: auto;
  margin-bottom: 20px;
}
.ct-subscriptions-filter .ms-container .ms-selection .ms-list .ms-elem-selection.ms-selected {
  display: inline-block;
  border: 1px solid #cccdeb;
  color: #313896;
  background: #e2e3ff;
  border-radius: 20px;
  padding: 8.5px 20px;
  margin-right: 15px;
  position: relative;
}
.ct-subscriptions-filter .ms-container .ms-selection .ms-list .ms-elem-selection.ms-selected:after {
  position: absolute;
  content: "\f191";
  right: 2px;
  top: -5px;
  width: 18px;
  height: 18px;
  font-family: FontAwesome;
  background-color: #f0f1fb;
  border: 1px solid #cccdeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 11px;
  justify-content: center;
}

.ct-newExaminee {
  margin-top: 40px;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  border-radius: 7px;
  padding: 22px 30px 30px 30px;
}
.ct-newExaminee-imgBox {
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  display: flex;
  margin-top: 20px;
  padding: 15px 17px;
}
.ct-newExaminee-imgBox_left {
  background-color: #e2e3ff;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  margin-right: 15px;
  color: #313896;
}
.ct-newExaminee .ct-chooseInput {
  display: none;
}
.ct-newExaminee-btns {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.ct-newExaminee-btns .ct-chooseInput-text {
  text-align: center;
  display: block;
  margin-top: 5px;
}
.ct-newExaminee .ct-submitFile-btn {
  display: none;
  margin-top: 15px;
}

.ct-registered {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
}
.ct-registered-btns {
  margin-top: 30px;
}

.ct-administrator-wrapper {
  background: #ffffff;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}

.ct-administrator-heading {
  padding: 20px 25px;
}

@media (min-width: 768px) {
  .ct-generateExam-btns {
    display: flex;
    flex-wrap: wrap;
  }
}
.ct-generateExam-btns > button {
  display: inline-block;
  max-width: 227px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ct-generateExam-btns > button {
    display: block;
    margin: 15px auto 0 auto;
  }
}
.ct-generateExam-btns > button:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .ct-generateExam-btns > button:not(:last-child) {
    margin-right: 15px;
  }
}
.ct-generateExam_content {
  padding-top: 25px;
}
.ct-generateExam-blueBox {
  background: #272d78;
  color: #fff;
  padding: 16px 20px;
  border-radius: 5px;
  margin: 25px 0;
}

.ct-tab-content {
  display: none;
}
.ct-tab-content.current {
  display: inherit;
}

.ct-generateExam_modules {
  margin-top: 15px;
  margin-bottom: 45px;
}

.ct-module-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  min-height: 75px;
}
.ct-module-single .ct-module-single_mNum {
  display: inline-block;
  margin-right: 15px;
}
.ct-module-single .ct-module-btn {
  display: inline-block;
  margin-left: 15px;
}
.ct-module-single .ct-module-btn a {
  font-size: 14px;
  border-radius: 17px;
  padding: 6.5px 10px;
  display: block;
  color: #7c8b9b;
  min-width: 151px;
}
.ct-module-single .ct-module-btn span {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
}
.ct-module-single:hover {
  box-shadow: 7.824px 10.382px 76px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  z-index: 2;
  padding: 12px 25px;
  color: #272d78;
  font-weight: 700;
}
.ct-module-single:hover .ct-module-btn a {
  background: #272d78;
  color: #ffffff;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 1200px) {
  .ct-generateExam_bottom {
    display: flex;
    justify-content: space-between;
  }
}
.ct-generateExam_bottom-text {
  padding: 0 60px;
  color: #7c8b9b;
  margin: 5px 0 30px;
}
.ct-generateExam_bottom img {
  max-width: 100%;
}
.ct-generateExam_bottom-left {
  max-width: 717px;
}
@media (max-width: 1199px) {
  .ct-generateExam_bottom-left {
    margin: 0 auto 20px auto;
  }
}
.ct-generateExam_bottom-right {
  text-align: center;
}
@media (min-width: 1200px) {
  .ct-generateExam_bottom-right {
    display: flex;
    align-items: flex-end;
  }
}

.ct-credits {
  display: flex;
}
.ct-credits-head {
  background: #272d78;
  color: #fff;
  border-radius: 4px;
  padding: 11.5px 10px;
}
.ct-credits-single {
  width: 100%;
}
.ct-credits-single:first-child {
  max-width: 121px;
  margin-right: 4px;
  font-size: 12px;
}
.ct-credits-single:first-child .ct-credits-first,
.ct-credits-single:first-child .ct-credits-second {
  background: #e2e3ff;
  border-radius: 4px;
  margin-top: 4px;
}
.ct-credits-single:first-child .ct-credits-first {
  padding: 20.5px 10px;
}
.ct-credits-single:first-child .ct-credits-second {
  padding: 37px 10px;
}
.ct-credits-single:nth-child(3) {
  margin-left: 4px;
  max-width: 165px;
}
.ct-credits-details {
  margin-top: 4px;
  border-radius: 4px;
  background: #f4f6f9;
  border: 1px solid #e0e0e0;
  max-height: 192px;
  text-align: center;
  height: 189px;
  flex-grow: 1;
  flex-basis: 0;
}
.ct-credits-details-wrap {
  display: flex;
}
.ct-credits-details-wrap > div:not(first-child) {
  margin-left: 4px;
}
.ct-credits-details-first, .ct-credits-details-second {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #272d78;
  padding: 10px;
}
.ct-credits-details-first {
  height: 76px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.ct-credits-details-first:before, .ct-credits-details-first:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ct-credits-details-first:after {
  border-color: rgba(244, 246, 249, 0);
  border-top-color: #f4f6f9;
  border-width: 7px;
  margin-left: -7px;
}
.ct-credits-details-first:before {
  border-color: rgba(224, 224, 224, 0);
  border-top-color: #e0e0e0;
  border-width: 8px;
  margin-left: -8px;
}
.ct-credits-details-second {
  height: 113px;
  text-align: center;
}

.ct-step2_table-head {
  color: #7c8b9b;
  font-size: 12px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 0;
}
.ct-step2_table-head--help {
  float: right;
}
.ct-step2_table-head--help img {
  width: 18px;
  height: 18px;
}
.ct-step2_table-content {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 5px;
}
.ct-step2_table-content-first {
  width: 55px;
}
.ct-step2_table-content-second {
  color: #272d78;
  margin-right: 10px;
}
.ct-step2_table-content-third {
  margin-left: auto;
  width: 65px;
}
.ct-step2_table-content-third input.numberbox2 {
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 25px;
  text-align: center;
  margin-left: 7px;
}
.ct-step2_table-bottom {
  text-align: right;
  margin-top: 18px;
}
.ct-step2_table-bottom--label {
  display: inline-block;
  font-weight: 700;
}
.ct-step2_table-bottom--label img {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}
.ct-step2_table-bottom--detail {
  margin-bottom: 18px;
}
.ct-step2_table-bottom--detail input {
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 25px;
  width: 25px;
  text-align: center;
  margin-left: 7px;
}
.ct-step2_table-btns {
  margin-top: 31px;
}

@media (min-width: 992px) {
  .ct-examResults-filter {
    display: flex;
  }
}
.ct-examResults-filter input[type="submit"] {
  min-width: 120px;
  margin-top: 27px;
}
.ct-examResults-filter .ct-inputBox-double {
  width: 80%;
  margin-right: 30px;
}

.ct-svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.ct-svg.ct-status {
  fill: #2daa39;
}
.ct-svg.ct-status-expired {
  fill: #eb1717;
}
.ct-svg.ct-status-blue {
  fill: #5965D3;
}

.ct-generateExam,
.ct-whitebg {
  background: #ffffff;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  margin-top: 30px;
  padding: 25px;
}

.ct-payment {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 17px 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ct-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ct-payment img {
  max-height: 75px;
}

.ct-credits-status {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 10px 30px;
  margin: 30px 0 17px;
  color: #7c8b9b;
}
@media (min-width: 768px) {
  .ct-credits-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ct-credits-status_box {
  background-color: #fbcc62;
  color: #ffffff;
  border-radius: 7px;
  min-width: 178px;
  text-align: center;
  padding: 10px;
}
.ct-credits-status_box span {
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.ct-credits-btns {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .ct-credits-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ct-credits-btns .ct-btn {
    width: 344px;
  }
}
.ct-credits-btns .ct-btn {
  margin-bottom: 20px;
}

.ct-credits-package_single {
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 7px;
  padding: 11px 12px 15px 12px;
  text-align: center;
  font-size: 20px;
  color: #313896;
  margin-top: 30px;
}
.ct-credits-package_single .ct-btn {
  width: 140px !important;
  min-width: auto;
}
.ct-credits-package_single > div:first-child, .ct-credits-package_single > div:nth-child(2) {
  position: relative;
}
.ct-credits-package_single > div:first-child:after, .ct-credits-package_single > div:nth-child(2):after {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 5px);
  content: "";
  background-color: #e0e0e0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ct-credits-package_single > div:nth-child(2) {
  padding: 5px;
  margin-bottom: 10px;
}
.ct-credits-package_head {
  color: #ae45c0;
  font-size: 14px;
}
.ct-credits-package_head span {
  font-size: 24px;
  font-weight: 700;
  padding-right: 4px;
}
.ct-credits-package--profile .col-xl-3.col-md-4.col-sm-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.ct-examResults .ct-btn__bordered {
  min-width: 120px;
  padding: 10.5px 30px;
}

.ct-examQuestions table tbody tr td:first-child {
  font-size: 16px;
}
.ct-examQuestions table tbody tr td:not(:first-child) {
  color: #7c8b9b;
}

.single-question-number {
  font-weight: 700;
  border: 2px solid #e2e3fe;
  background: #e2e3fe;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  font-size: 16px;
  padding-top: 3px;
}

.ct-userImgExam {
  border: 1px solid #e0e0e0;
  margin-left: 15px;
  width: 225px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.ct-userImgExam img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 992px) {
  .ct-textExam {
    display: flex;
    justify-content: space-between;
  }
  .ct-textExam .ct-whitebg {
    width: 100%;
    margin-right: 15px;
    padding: 25px 0;
  }
  .ct-textExam .ct-timer-wrapper {
    margin-left: 15px;
  }
  .ct-textExam .ct-timer-wrapper .ct-examTimer {
    width: 225px;
  }
}
.ct-textExam .ct-timer-wrapper {
  margin-top: 30px;
}
.ct-textExam-logo {
  max-width: 100%;
}
.ct-textExam-details {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .ct-textExam-details {
    margin-right: 15px;
  }
}
.ct-textExam-details .ct-textExam-details-score {
  padding: 25px 30px;
  background-color: #e2e3ff;
  border-radius: 10px;
}
.ct-textExam-details .ct-textExam-details-score span.fa {
  font-size: 70px;
}
.ct-textExam-details .ct-textExam-details-score .fa-frown-o {
  color: #eb1717;
}
.ct-textExam-details .ct-textExam-details-score .fa-smile-o {
  color: #24882e;
}

#instructions {
  padding: 0 25px;
}

.ct-textExam-choices {
  margin: 0 25px 15px 25px;
}
.ct-textExam-choices label {
  margin: 0;
}
.ct-textExam-choices tr td {
  padding: 7px 0;
  border-top: 0px  solid transparent !important;
}
.ct-textExam-choices tr td label {
  color: #252631;
}

.ct-textExam-question {
  table-layout: fixed;
}
.ct-textExam-question-head {
  background: #e2e3ff;
}
.ct-textExam-question-head td {
  padding: 5px 25px !important;
  border-top: 0px  solid transparent !important;
}
.ct-textExam-question-head td:first-child {
  color: #313896;
  font-size: 20px;
  font-weight: 900;
}
.ct-textExam-question-head td:last-child {
  font-size: 12px;
  color: #252631;
}
.ct-textExam-question-text td {
  padding: 15px 25px 15px 25px;
  color: #252631;
}
.ct-textExam-question-text td span {
  color: #252631;
}
.ct-textExam-question table {
  width: 100%;
}

#ct-resultsQuestion .DTFC_RightWrapper {
  display: none !important;
}
#ct-resultsQuestion table {
  margin-top: 0 !important;
}

span.showmodal {
  cursor: pointer;
}
span.showmodal:hover {
  cursor: pointer;
}
span.showmodal img:hover {
  cursor: pointer;
}

p.label {
  margin-left: 15px;
  color: #7c8b9b;
  font-size: 14px;
  font-weight: 400;
  margin-top: 25px;
}

.right-sidebar .ct-timer-wrapper {
  margin-top: 0;
}
.right-sidebar ul.questions-nav {
  margin-left: 15px;
  max-width: 300px;
  margin-top: 20px;
  border-bottom: 0px solid transparent !important;
}
.right-sidebar ul.questions-nav li {
  margin-right: 4px;
  margin-bottom: 4px;
}
.right-sidebar ul.questions-nav li a {
  font-size: 14px;
  color: #252631;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 3px solid #e0e0e0;
  display: inline-block;
  padding-top: 2px;
}
.right-sidebar ul.questions-nav li a.answered {
  background: #313896;
  color: #ffffff;
  border-color: #313896;
}
.right-sidebar ul.questions-nav li a.answered.active {
  border-color: #2daa39;
}
.right-sidebar ul.questions-nav li a.active {
  border-color: #2daa39;
}

#send-exam-answers {
  position: absolute;
  width: 100%;
  bottom: 70px;
}

.question-progress {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
.question-progress p.label {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.question-progress .progress {
  height: 8px;
  overflow: visible;
}
.question-progress .progress-bar {
  background-color: #313896;
  position: relative;
  border-radius: 4px;
}
.question-progress .progress-bar:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: -4px;
  top: -3px;
  background: #ffffff;
  border: 3px solid #313896;
  border-radius: 50%;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.question-progress .ct-btn-violet {
  color: #ffffff !important;
}
.question-progress .ct-btn-violet:hover {
  color: #ffffff !important;
}
.question-progress .ct-btn-gray {
  color: #ae45c0 !important;
  background: #e5e5e5 !important;
  min-width: auto;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 22px;
  padding: 10px;
}

.ct-userImage img {
  width: 100%;
  height: auto;
}

.examresults-loader {
  color: #313896;
}
.examresults-loader h5 {
  font-weight: 900;
  font-size: 20px;
}
.examresults-loader .fa-spinner {
  font-size: 40px;
}

.help-dropdown {
  width: 400px;
}

#video-tutorial ol {
  padding-left: 25px;
}
#video-tutorial ol li {
  font-size: 14px;
}

.pl-6 {
  padding-left: 4.5rem !important; }

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