
/*=================================*/
/* Universal Helper Classes */
.float-right{
  float: right !important;
}

.chosen-container-active .chosen-single {
  border: 1px solid #1ab394 !important;
}

.sp-logo {
    max-width: 200px;
    width: auto;
}

.header-client-logo {
  border-left: 1px solid #555 !important;
}

.header-client-logo img {
  max-height: 30px;
  margin-top: -5px;
}

.text-sp-bule {
  color: #07bee8;
}

textarea
{
    resize: vertical;
}

input:focus{
  outline:none;
}

.datatable-search-input {
  height: 20px;
  width: 110px;
  padding: 5px 6px;
  font-size: 10px;
}

.img-35 {
  min-height: 35px;
  min-width: 35px;
  max-height: 35px;
  max-width: 35px !important;
}

.datatable-search-input::-webkit-input-placeholder,
.datatable-search-input::-moz-placeholder,
.datatable-search-input:-ms-input-placeholder,
.datatable-search-input:-moz-placeholder {
  font-size: 12px;
}

.client-list input::placeholder {
  font-size: 12px;
  color: pink;
}

.letter-break {  
  word-break: break-all;
}

.radio input[type="radio"]:focus + label::before {
  outline: none !important;
}

.radio input[type="radio"] {
  cursor: pointer;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.m-h-200 {
    min-height: 200px;
}

.m-h-250 {
    min-height: 250px;
}

.m-h-350 {
    min-height: 250px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-600 {
  max-height: 600px;
}

.o-y-s {
  overflow-y: scroll;
}

.display-hidden {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    padding: 0 !important;
}
.align-center {
  text-align: center !important;
}

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

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

.padding-bottom-none{
  padding-bottom: 0px !important;
}

.margin-bottom-none{
  margin-bottom: 0px !important;
}

.no-paddings {
    padding: 0px !important;
}

.mx-w-150 {
    max-width: 150px !important;
}

.text-strong{
    font-weight: bold;
}

.d-f {
  display: flex;
}

.d-b {
  display: block;
}

.required i {
    vertical-align: super;
    font-size: xx-small;
    color: red;
}

.remove_contact{
    position: absolute;
}

.border-danger{
  border: 1px solid #ec4758;
}

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

/*Paddings*/
.p-r-xs {
    padding-right: 10px;
}

/*Widths*/
.w-60 {
  width: 60px;
}
.w-230 {
  width: 230px;
}

/*Text Colors*/
.text-black{
  color: #000 !important;
}

.text-lime-green{
  color: #2ac48c;
}

.text-lime-green-bold strong{
  color: #2ac48c;
}

/* Dark Theme BG Colours */
.bg-gray {
    color: #000;
    background-color: #d2d6de;
}
.bg-gray-light {
    background-color: #f7f7f7;
}
.bg-black, .bg-inverse {
    background-color: #111;
}
.bg-red {
    background-color: #fc4b6c !important;
}
.bg-yellow {
    background-color: #ffb22b !important;
}
.bg-aqua {
    background-color: #1e88e5 !important;
}
.bg-blue {
    background-color: #389af0;
}
.bg-light-blue {
    background-color: #45aef1 !important;
}
.bg-green {
    background-color: #26C6DA !important;
}
.bg-light-blue {
    background-color: #45aef1 !important;
}
.bg-navy {
    background-color: #001f3f;
}
.bg-teal {
    background-color: #39cccc;
}
.bg-olive {
    background-color: #7dab2e;
}
.bg-lime {
    background-color: #01ff70;
}
.bg-orange {
    background-color: #f7941d;
}
.bg-fuchsia {
    background-color: #f012be;
}
.bg-purple {
    background-color: #7460ee;
}
.bg-maroon {
    background-color: #8C1919;
}
/* Dark Theme Gradient Colours */
.bg-teal-gradient {
    background: #39cccc;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd));
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd);
    background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%);
    background: -o-linear-gradient(#7adddd, #39cccc);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7adddd',  endColorstr='#39cccc',  GradientType=0);
    color: #fff;
}
.bg-light-blue-gradient {
    background: #45aef1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #45aef1), color-stop(1, #25a4f4));
    background: -ms-linear-gradient(bottom, #45aef1, #25a4f4);
    background: -moz-linear-gradient(center bottom, #45aef1 0, #25a4f4 100%);
    background: -o-linear-gradient(#25a4f4, #45aef1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#25a4f4',  endColorstr='#45aef1',  GradientType=0);
    color: #fff;
}
.bg-blue-gradient {
    background: #389af0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #389af0), color-stop(1, #0089db));
    background: -ms-linear-gradient(bottom, #389af0, #0089db);
    background: -moz-linear-gradient(center bottom, #389af0 0, #0089db 100%);
    background: -o-linear-gradient(#0089db, #389af0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0089db',  endColorstr='#389af0',  GradientType=0);
    color: #fff;
}
.bg-aqua-gradient {
    background: #1e88e5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e88e5), color-stop(1, #14d1ff));
    background: -ms-linear-gradient(bottom, #1e88e5, #14d1ff);
    background: -moz-linear-gradient(center bottom, #1e88e5 0, #14d1ff 100%);
    background: -o-linear-gradient(#14d1ff, #1e88e5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff',  endColorstr='#1e88e5',  GradientType=0);
    color: #fff;
}
.bg-yellow-gradient {
    background: #ffb22b;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffb22b), color-stop(1, #f7bc60));
    background: -ms-linear-gradient(bottom, #ffb22b, #f7bc60);
    background: -moz-linear-gradient(center bottom, #ffb22b 0, #f7bc60 100%);
    background: -o-linear-gradient(#f7bc60, #ffb22b);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60',  endColorstr='#ffb22b',  GradientType=0);
    color: #fff;
}
.bg-purple-gradient {
    background: #7460ee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7460ee), color-stop(1, #9491c4));
    background: -ms-linear-gradient(bottom, #7460ee, #9491c4);
    background: -moz-linear-gradient(center bottom, #7460ee 0, #9491c4 100%);
    background: -o-linear-gradient(#9491c4, #7460ee);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9491c4',  endColorstr='#7460ee',  GradientType=0);
    color: #fff;
}
.bg-green-gradient {
    background: #26C6DA;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #26C6DA), color-stop(1, #00ca6d));
    background: -ms-linear-gradient(bottom, #26C6DA, #00ca6d);
    background: -moz-linear-gradient(center bottom, #26C6DA 0, #00ca6d 100%);
    background: -o-linear-gradient(#00ca6d, #26C6DA);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d',  endColorstr='#26C6DA',  GradientType=0);
    color: #fff;
}
.bg-red-gradient {
    background: #fc4b6c;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fc4b6c), color-stop(1, #e47365));
    background: -ms-linear-gradient(bottom, #fc4b6c, #e47365);
    background: -moz-linear-gradient(center bottom, #fc4b6c 0, #e47365 100%);
    background: -o-linear-gradient(#e47365, #fc4b6c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e47365',  endColorstr='#fc4b6c',  GradientType=0);
    color: #fff;
}
.bg-black-gradient {
    background: #111;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b));
    background: -ms-linear-gradient(bottom, #111, #2b2b2b);
    background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%);
    background: -o-linear-gradient(#2b2b2b, #111);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b',  endColorstr='#111111',  GradientType=0);
    color: #fff;
}
.bg-maroon-gradient {
    background: #8C1919;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8C1919), color-stop(1, #e73f7c));
    background: -ms-linear-gradient(bottom, #8C1919, #e73f7c);
    background: -moz-linear-gradient(center bottom, #8C1919 0, #e73f7c 100%);
    background: -o-linear-gradient(#e73f7c, #8C1919);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c',  endColorstr='#8C1919',  GradientType=0);
    color: #fff;
}

/*Override theme styles universally*/
input {
  padding: 0 2px;
}

.popover {
  border: 1px solid rgb(35, 198, 200);
  box-shadow: 0 8px 10px 0 rgba(0, 28, 36, 0.3);
}

.popover .popover-title {
  background: #23c6c8;
  color: #fff;
  margin-top: auto;
}

/*.ibox-tools {
    float: right;
}*/

/*file input file name truncate*/
.form-control .fileinput-filename {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 40px;
    overflow: hidden;
}

/*.form-control {
    border: 1px solid #cacaca00;
    border-bottom: 1px solid #d2d2d2;
}*/

/* The custom-checkbox */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox-small {
  padding-left: 30px;
  margin-bottom: 0; 
}

/* Hide the browser's default checkbox */
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.custom-checkbox-small .checkmark {
  height: 15px;
  width: 15px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox-small .checkmark:after {
  left: 5px;
  width: 5px;
  height: 9px;
  border-width: 0 2px 2px 0;
}


/*BS form group margin bottm reduced from 15px*/
.form-group {
    margin-bottom: 10px;
}

.nav > li.active{
    border-left: none;
    background: none;
}

@media (min-width: 768px) {
  .dark-theme .navbar-static-side {
      background: #272c33;
      height: 100%;
  }
}

.dark-theme .nav-header {
  background-color: #272c33;
  /*background-color: #1ab394;*/
  background-image: unset;
  border-bottom: 1px solid #666;
}

.dark-theme .nav-header {
  background-color: unset !important;
}

body.dark-theme nav.navbar-static-side {
  background: #272c33 !important;
}

.dark-theme .sidebar-collapse .nav > li.active {
  border-left: 4px solid #19aa8d;
  background: #0f171e;
}


.dark-theme .sidebar-collapse .nav {
  background: #272c33;
}

.dark-theme .sidebar-collapse .nav ul.nav-second-level {
  background: #0f171e;
}

.dark-theme .navbar-default .nav > li > a:hover,
.dark-theme .navbar-default .nav > li > a:focus {
  background: #0f171e;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.panel {
    border-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*Theme style changes*/

.skin-1 {
    overflow-y: scroll;
}

.skin-1 .nav-header {
    background-color: #3e495f;
    /*background-image: url(patterns/header-profile-skin-1.png);*/
}

.logo {
    display: block;
    max-width: 120px;
    max-height: 60px;
    padding: 6px;
    margin: 8px;
}

.logo img{
    max-width: 100%;
    max-height: 100%;
}

.wrapper-content {
    padding: 5px;
}

.breadcrumb > li a {
    color: #337ab7;
    font-weight: 600;
}

.breadcrumb > li.active a {
    color: #777;
    font-weight: normal;
}

/*ibox Custom Styles*/
.ibox-tools a.btn-warning{
  color: #FFFFFF;
}
.ibox-tools a.btn-default{
  color: #000;
}

.ibox.ibox-default{
    border: 1px solid #e6e6e6;
}

.inner-box{
  padding: 15px;
  border: 1px solid #e7eaec;
  margin: 10px 0px;
}

/*Learner & L&D Admin theme colours*/
.dark-theme {
  background-color: #2f3841 !important;
  /*color: #cac7d6 !important;*/
  color: #a6a6a6 !important;
  background: #2f3841;
  /*background: -webkit-linear-gradient(left,  #272c33 220px,#2f3841 2%);
  background: -o-linear-gradient(left,  #272c33 220px,#2f3841 2%);
  background: -ms-linear-gradient(left,  #272c33 220px,#2f3841 2%;);
  background: linear-gradient(left,  #272c33 220px,#2f3841 2%);*/
}
.dark-theme hr {
  border-top: 1px solid #666666;
}

.dark-theme .ibox-content {
  background-color: #272c33;
  /*border-color: #666;*/
  border-top: none;
}

.dark-theme .ibox-title {
  background-color: #272c33;
  border-color: #272c33;
  color: #ebebeb;
  min-height: 48px;
}

.dark-theme label {
  color: #118ea6;
}

.dark-theme .form-control, .dark-theme .single-line {
  background-color: #b6babd;
  color: #000;
}

/*.dark-theme .form-control::placeholder,
.dark-theme .form-control:-ms-input-placeholder,
.dark-theme .form-control::-ms-input-placeholder
.dark-theme ::placeholder,
.dark-theme :-ms-input-placeholder,
.dark-theme ::-ms-input-placeholder {
  color: #222 !important;
}*/

/* do not group these rules*/
.dark-theme .form-control::-webkit-input-placeholder { color: #333 !important; }  /* WebKit, Blink, Edge */
.dark-theme .form-control:-moz-placeholder { color: #333 !important; }  /* Mozilla Firefox 4 to 18 */
.dark-theme .form-control::-moz-placeholder { color: #333 !important; }  /* Mozilla Firefox 19+ */
.dark-theme .form-control:-ms-input-placeholder { color: #333 !important; }  /* Internet Explorer 10-11 */
.dark-theme .form-control::-ms-input-placeholder { color: #333 !important; }  /* Microsoft Edge */

.dark-theme .user-profile-page .form-control {
  border-bottom: none;
}

.dark-theme .user-profile-page .form-control[readonly] {
  background-color: #777;
  color: #333;
}

.dark-theme .nav .open > a, .dark-theme .dropdown-toggle:focus {
  background: #2f3841 !important;
}

.dark-theme .dropdown-menu {
  background-color: #000;
}

.dark-theme .dropdown-menu.learner_menus li i {
  color: #7d7dcd;
}

.dark-theme .navbar-static-top {
  background-color: #2f3841;
  /*color: #cac7d6;*/
  color: #a6a6a6;
}

.dark-theme .border-bottom {
  color: #777;
  border-bottom: 1px solid #555 !important;
}

 .dark-theme .learner-new-tiles.learner_temp_tile{
  background: rgb(30 31 45 / 80%);
}

.dark-theme .learner-new-tiles  {
  background: rgba(0, 0, 0, 0.3);
  /*background: url(https://image.shutterstock.com/image-illustration/abstract-black-geometric-pattern-modern-260nw-1009966765.jpg);*/
  background: url('https://cdn.springpeople.com/lndcloud_static/images/learnerDashboard/tile-bg-1.png');
  
  background-size: 100% 110%;
}

.dark-theme .learner-new-tiles.package {
  min-height: 265px;
}

.dark-theme .learner-new-tiles h3.sub-heading {
  color: #118ea6;
}

.dark-theme .classes_div_inner .duration-dates {
  color: #959ba5;
}

.dark-theme .osp-learner-stats {
  color: #959ba5;
  margin-top : 20px;
}

.dark-theme .c100:after {
  color: rgba(0, 0, 0, 0.3);
}
.dark-theme .no-progress-border .c100:after {
  border: none;
}
.dark-theme .no-progress-border .c100 i {
  font-size: 100px;
}


.dark-theme .footer {
  background: none repeat scroll 0 0 #2f3841;
  border-top: 1px solid #777;
}

/*Dark theme accordion*/
.dark-theme .panel {
    background-color: #383f48;
}

.dark-theme .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #666666;
}

.dark-theme .panel-default {
    border-color: #ddd;
    border: none;
    /*color: #ccc;*/
}

.dark-theme .panel-default h4.panel-title {
    color: #ccc;
}

.dark-theme .panel-default h4.panel-title a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
}

.dark-theme .panel-default>.panel-heading {
    color: #ccc;
    background-color: #383f48;
    padding: 10px 10px 13px !important;
    border-bottom: 1px solid #000000 !important;
}

.dark-theme .invite-class.tabs-container .nav-tabs {
  border-bottom: none;
}

.dark-theme #trainingClassTab .row:first-child {
  margin-top: 0px;
}

.dark-theme #trainingClassTab .row {
  margin-top: 30px;
}

.dark-theme .classes_div_inner .slick-slider{
    margin: 0px 10px;
    display: flex;
    align-items: center;
}

.dark-theme .classes_div_inner .slick-slider .fas.fa-caret-square-left,
.dark-theme .classes_div_inner .slick-slider .fas.fa-caret-square-right {
    top: -40px;
}

.dark-theme .learner-new-tiles {
  min-height: 300px;
}

.dark-theme .learner-widgets-style .widget {
    color: unset;
}

.btn-dt-primary {
  background-color: #245564;
  border-color: #245564;
  color: #FFFFFF;
}

.btn-dt-primary:hover {
  background-color: #245564;
  border-color: #245564;
  color: #FFFFFF;
}

.btn-dt-browse {
  background-color: #80aab3;
  border-color: #80aab3;
  color: #FFFFFF;
}

.btn-dt-browse:hover {
  background-color: #80aab3;
  border-color: #80aab3;
  color: #FFFFFF;
}

.dark-theme .lnd-heading-box {
  /*background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 40%, #272c33 70%);*/
  background: linear-gradient(45deg, #272c33 40%, rgba(39, 44, 51, 0.6) 70%);
}

.dark-theme .lnd-heading-box h1 {
  color: #389af0;
}

.dark-theme .lnd-heading-box h1,
.dark-theme .lnd-heading-box p {
  margin-bottom: 5px;
}

.dark-theme .lnd-heading-box .label,
.dark-theme .lnd-heading-box .label a {
  /*background-color: #2f3841;*/
  background-color: rgba(255,255,255,.15);
  color: #ffffff;
}

/*FQA Section*/
#accordion_platform {
  counter-reset: platform;
}
#accordion_technical {
  counter-reset: technical;
}

#accordion_platform h4 a.panel-title::before {
  counter-increment: platform;
  content: counter(platform) ". ";
  /*content: "platform " counter(platform) ". ";*/
}

#accordion_technical h4 a.panel-title::before {
  counter-increment: technical;
  content: counter(technical) ". ";
  /*content: "technical " counter(technical) ". ";*/
}

#accordion_platform .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f078";
  padding-right: 5px;
}
#accordion_platform .panel-title > a.collapsed:before {
  font-family: FontAwesome;
  content:"\f077";
  float: right !important;
 
}

.learner-new-tiles .tile-header {
  margin-bottom: 25px;
}

.learner-new-tiles .course_level {
  display: inline-block;
}

.learner-new-tiles .class-duration {
  float: left;
  display: inline-block;
  color: #e26298;
  font-size: 11px;
  font-weight: 600;
}

.learner-new-tiles .class-type {
  float: right;
  font-size: 11px;
  font-weight: 600;
  color: #e26298;
  display: inline-block
}

.progress-graph {
  text-align: center;
  color: #e26298;
  font-size: large;
  text-transform: uppercase;
  padding-bottom: 30px;
}

/*.LiveOnline-text {
  color: #23c6c8;
}

.Classroom-text {
  color: #e26298;
}

.SelfPaced-text {
  color: #337ab7;
}

.CoursePackage-text {
  color: #009688;
}*/

/*Spinner Animation Universal (Removed dependency on ibox)*/
/*.sk-spinner {
  display: none;
}*/
.sk-loading {
  position: relative;
}
.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/*Custom CSS Start*/

.less-padding {
  padding: 20px 20px 8px 20px;
}

.btn-stick-group {
    position: absolute;
    margin-bottom: 5px;
    float: right;
    right: 17px;
    top: 0px;
}

.btn-stick {
    padding: 10px;
    font-size: 14px;
    display: inline-block;
}

.btn-stick-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-stick-md {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-stick-b {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    margin-right: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-stick-b:hover {
    box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}


/*Custom Datatable */
.ibox.custom-datatable-anchor .ibox-content table td {
    padding: 0px;
}
.ibox.custom-datatable-anchor .ibox-content table td a {
    padding: 8px;
    display: block;
}

.ibox.custom-datatable-anchor .ibox-content table td .btn-group {
    padding: 8px;
}

.ibox.custom-datatable-anchor .ibox-content table td a.btn-xs {
    padding: 1px 5px;
}

.ibox.custom-datatable .ibox-content{
    padding: 0;
}

.ibox.custom-datatable .custom-dt-footer {
    padding: 5px 10px;
}

.ibox.custom-datatable .table.dataTable {
    width: 100% !important;
    margin-top: 0px !important;
}
.ibox.custom-datatable .dt-buttons{
    display: none;
}

.ibox.custom-datatable .dataTables_filter {
    display: none;
}

.ibox.custom-datatable .dataTables_info {
    float: left;
    margin-left: 46px;
    margin-top: -3px;
}

.ibox.custom-datatable .ibox-tools {
    float: right;
}

.ibox.custom-datatable .html5buttons {
    float: left;
    margin: -6.6px 10px;
}

.custom-datatable-search {
    float: left;
    /*margin-top: -6px;*/
}

.custom-datatable input::placeholder,.custom-datatable input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px !important;
}

.custom-datatable-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    margin-right: 5px;
}

.custom-datatable-search input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.dt-edit{
    width: 30px;
    padding: 0;
}

.dark-theme .html5buttons button {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}

.dark-theme .html5buttons a,
.dark-theme .html5buttons button {
  color: #FFFFFF;
  background-color: rgba(28, 132, 198, 0.9);
  border: 1px solid rgba(28, 132, 198, 0.9);
}

/*.dark-theme .html5buttons a:hover,
.dark-theme .html5buttons a:focus,
.dark-theme .html5buttons a:active,
.dark-theme .html5buttons a:active:hover {
  background-color: #18a689;
  border: 1px solid #18a689;
}*/

.dark-theme .table {
  
}

.dark-theme .ibox.custom-datatable label {
    color: #a6a6a6;
}

.dark-theme .ibox.custom-datatable .custom-datatable-search label {
  padding-right: 2px;
  border-right: 1px solid #666;
}

.very-light-blue {
  color: #8dccff;
}

.dark-theme .ibox.custom-datatable-anchor .ibox-content table td a {
  /*color: #a6a6a6 !important;*/
  color: #cfcfcf !important;
  font-size: 13px;
  padding: 14px 8px;
}

.dark-theme .ibox.custom-datatable-extras .ibox-content table td {
  /*color: #a6a6a6 !important;*/
  color: #cfcfcf !important;
  font-size: 13px;
  padding: 14px 8px;
}

.dark-theme .custom-datatable .ibox-title {
  min-height: 70px;
  padding-top: 25px;
}

.dark-theme .custom-datatable h5 {
  font-size: 25px;
  margin: -8px 0 7px;
}

.dark-theme .custom-datatable h5.font-18 {
  font-size: 18px;
}

.dark-theme .custom-datatable-search input {
  border: none;
  background-color: #1f242a;
  color: #fff;
  width: 250px;
  padding-right: 20px;
}

.class-search-div {
  position: absolute;
  right: 40px;
  margin-top: -65px;
}

.fixedElement {
  /*background-color: #c0c0c0;*/
  position: fixed;
  top: 0;
  right: 65px;
  /*width:100%;*/
  z-index: 999;
}

.fixedElement input {
  box-shadow: 0 8px 6px -6px black;
  border-right: 3px solid #e16298 !important;
}

@media (max-width: 767px) {
  .class-search-div {
    position: unset;
    margin-top: 0;
  }

  .custom-datatable-search {
    float: unset;
  }

  .dark-theme .custom-datatable-search input {
    width: 100%;
  }

  .fixedElement {
    width: 76%;
  }

}

.dark-theme .invite-class.tabs-container .nav-tabs {
  display: block;
  padding-left: 35px;
}

@media (max-width: 768px) {
  .dark-theme .invite-class.tabs-container .nav-tabs {
    display: flex;
    padding-left: unset;
    font-size: 2.5vw;
  }
}

/*@media (min-width: 1366px) {

}*/

.dark-theme .custom-datatable-search>label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 12px;
  /*position: absolute;*/
  position: relative;
  top: 20%;
  right: 6%;
  line-height: 1;
  opacity: .5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dark-theme .custom-datatable-search input::-webkit-input-placeholder { color: rgba(166, 166, 166, 0.7) !important; }  /* WebKit, Blink, Edge */
.dark-theme .custom-datatable-search input:-moz-placeholder { color: rgba(166, 166, 166, 0.7) !important; }  /* Mozilla Firefox 4 to 18 */
.dark-theme .custom-datatable-search input::-moz-placeholder { color: rgba(166, 166, 166, 0.7) !important; }  /* Mozilla Firefox 19+ */
.dark-theme .custom-datatable-search input:-ms-input-placeholder { color: rgba(166, 166, 166, 0.7) !important; }  /* Internet Explorer 10-11 */
.dark-theme .custom-datatable-search input::-ms-input-placeholder { color: rgba(166, 166, 166, 0.7) !important; }  /* Microsoft Edge */

.dark-theme .custom-datatable .dataTables_length select {
  background-color: #1f242a;
  color: #a6a6a6;
  border: none;
}

.dark-theme .table > thead > tr > th {
  border-bottom: 1px solid #666;
  color: #fff;
}

.dark-theme .table-hover>tbody>tr:hover {
  background-color: rgba(47, 56, 65, 0.6) !important;
}

.dark-theme .table > thead > tr > th,
.dark-theme .table > thead > tr > td {
  background-color: #272c33;
}

.dark-theme .table > thead > tr > th,
.dark-theme .table > tbody > tr > th,
.dark-theme .table > tfoot > tr > th,
.dark-theme .table > thead > tr > td,
.dark-theme .table > tbody > tr > td,
.dark-theme .table > tfoot > tr > td {
  /*border-top: 1px solid #666;*/
  border-top: 1px solid rgba(102, 102, 102, 0.35);
  vertical-align: middle;
}

.dark-theme .table-bordered {
  border: 1px solid #666;
}
.dark-theme .table-bordered > thead > tr > th,
.dark-theme .table-bordered > tbody > tr > th,
.dark-theme .table-bordered > tfoot > tr > th,
.dark-theme .table-bordered > thead > tr > td,
.dark-theme .table-bordered > tbody > tr > td,
.dark-theme .table-bordered > tfoot > tr > td {
  border: 1px solid #666;
}

.dark-theme .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(29, 33, 38, 0.65);
}

.dark-theme .pagination > li > a,
.dark-theme .pagination > li > span {
  color: #8b958e;
  background-color: #2f3841;
  border-color: #333;
}

.dark-theme .pagination > .active > a,
.dark-theme .pagination > .active > span,
.dark-theme .pagination > .active > a:hover,
.dark-theme .pagination > .active > span:hover,
.dark-theme .pagination > .active > a:focus,
.dark-theme .pagination > .active > span:focus
.dark-theme .pagination>.disabled>a,
.dark-theme .pagination>.disabled>a:focus,
.dark-theme .pagination>.disabled>a:hover,
.dark-theme .pagination>.disabled>span,
.dark-theme .pagination>.disabled>span:focus,
.dark-theme .pagination>.disabled>span:hover {
  background-color: #1f242a;
  border-color: #333;
}

a:focus {
  outline: none;
}

.table.table-teal-gradient th {
    background: #39cccc;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd));
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd);
    background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%);
    background: -o-linear-gradient(#7adddd, #39cccc);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7adddd',  endColorstr='#39cccc',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-light-blue-gradient th {
    background: #45aef1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #45aef1), color-stop(1, #25a4f4));
    background: -ms-linear-gradient(bottom, #45aef1, #25a4f4);
    background: -moz-linear-gradient(center bottom, #45aef1 0, #25a4f4 100%);
    background: -o-linear-gradient(#25a4f4, #45aef1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#25a4f4',  endColorstr='#45aef1',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-blue-gradient th {
    background: #389af0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #389af0), color-stop(1, #0089db));
    background: -ms-linear-gradient(bottom, #389af0, #0089db);
    background: -moz-linear-gradient(center bottom, #389af0 0, #0089db 100%);
    background: -o-linear-gradient(#0089db, #389af0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0089db',  endColorstr='#389af0',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-aqua-gradient th {
    background: #1e88e5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e88e5), color-stop(1, #14d1ff));
    background: -ms-linear-gradient(bottom, #1e88e5, #14d1ff);
    background: -moz-linear-gradient(center bottom, #1e88e5 0, #14d1ff 100%);
    background: -o-linear-gradient(#14d1ff, #1e88e5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff',  endColorstr='#1e88e5',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-yellow-gradient th {
    background: #ffb22b;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffb22b), color-stop(1, #f7bc60));
    background: -ms-linear-gradient(bottom, #ffb22b, #f7bc60);
    background: -moz-linear-gradient(center bottom, #ffb22b 0, #f7bc60 100%);
    background: -o-linear-gradient(#f7bc60, #ffb22b);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60',  endColorstr='#ffb22b',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-purple-gradient th {
    background: #7460ee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7460ee), color-stop(1, #9491c4));
    background: -ms-linear-gradient(bottom, #7460ee, #9491c4);
    background: -moz-linear-gradient(center bottom, #7460ee 0, #9491c4 100%);
    background: -o-linear-gradient(#9491c4, #7460ee);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9491c4',  endColorstr='#7460ee',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-green-gradient th {
    background: #26C6DA;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #26C6DA), color-stop(1, #00ca6d));
    background: -ms-linear-gradient(bottom, #26C6DA, #00ca6d);
    background: -moz-linear-gradient(center bottom, #26C6DA 0, #00ca6d 100%);
    background: -o-linear-gradient(#00ca6d, #26C6DA);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d',  endColorstr='#26C6DA',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-red-gradient th {
    background: #fc4b6c;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fc4b6c), color-stop(1, #e47365));
    background: -ms-linear-gradient(bottom, #fc4b6c, #e47365);
    background: -moz-linear-gradient(center bottom, #fc4b6c 0, #e47365 100%);
    background: -o-linear-gradient(#e47365, #fc4b6c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e47365',  endColorstr='#fc4b6c',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-black-gradient th {
    background: #111;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b));
    background: -ms-linear-gradient(bottom, #111, #2b2b2b);
    background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%);
    background: -o-linear-gradient(#2b2b2b, #111);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b',  endColorstr='#111111',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.table.table-maroon-gradient th {
    background: #8C1919;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8C1919), color-stop(1, #e73f7c));
    background: -ms-linear-gradient(bottom, #8C1919, #e73f7c);
    background: -moz-linear-gradient(center bottom, #8C1919 0, #e73f7c 100%);
    background: -o-linear-gradient(#e73f7c, #8C1919);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c',  endColorstr='#8C1919',  GradientType=0);
    color: #fff;
    border-bottom: 0;
}

.progress-learner {
  display: inline-block;
  width: 70%;
  margin-right: 5px;
}

.progress-learner .progress-bar {
  background-color: rgba(28, 132, 198, 0.9);
}

.dark-theme .ibox-filters {

}

.dark-theme .ibox-filters .chosen-container-multi .chosen-choices {
  background-color: #1f242a;
  border: 1px solid rgba(229, 230, 231, 0);
}

.dark-theme .ibox-filters .chosen-container-multi .chosen-choices .search-field input[type="text"] {
  color: #a6a6a6;
}

.dark-theme .ibox-filters .select2-selection__choice:first-child {
  display: block;
}

.dark-theme .ibox-filters .select2-selection__choice {
  display: none;
}

.dark-theme .ibox-filters .checkbox-parent {
  margin-top: 8px;
}

.dark-theme .ibox-filters .select2-container--default, 
.dark-theme .ibox-filters .select2-selection--multiple {
  background-color: #1f242a;
  border: none !important;
}

.ibox-filters .checkbox label::before {
    border: 1px solid #666;
    background-color: #1f242a;
}

.dark-theme .ibox-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3a414b;
  border: 1px solid #272c33;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dark-theme .ibox-filters label {
  color: #a6a6a6;
} 

/*.dark-theme .table.dataTable .table-bordered .table > thead > tr > th {
  border: 1px solid #666;
}*/


/*fa-chevron-up/down BS accordion*/
/*[data-toggle="collapse"] i:before{   
  content: "\f077";
}

[data-toggle="collapse"].collapsed i:before{
  content: "\f078";
}*/

/*Sidebar*/
.profile-logo{
  max-width: 50px;
}

.profile-name p{
  color: #fff;
  margin: 0px;
}

/*Add Remove Button Groups*/
.add-remove-btn-group > div[class*="btn"]{
    display: inline-block;
    /*padding: 10px 20px;*/
    margin: 1px 5px;
    color: #fff;
}

/*General Helpers*/

/*Category & Sub Category Page*/
.categories {

}

.sub-categories > .list-group {
    margin-bottom: 3px;
}

.sub-categories > .list-group > .list-group-item{
    padding: 0px;
}

.sub-categories > .list-group > .list-group-item > a{
    padding: 5px 10px 5px 30px;
    color: #555;
    display: block;
}

.categories .panel-title > a:hover, .sub-categories > .list-group > .list-group-item > a:hover{
    text-decoration: underline;
}

.categories .add-category{
    margin: 5px 30px;
    display: block;
    color: #9c9c9c;
}

/*View Class Page*/
.no-project-evaluation {
  width: 120%;
  margin-top: 10px;
  font-weight: bold;
  color: #e26298;
  margin-left: -15px;
}

#feedback_section .average_sentence {
  font-weight: bold;
}

#feedback_section .heading{
  font-size: 22px;
  /*margin-top: 25px;*/
}

#feedback_section .col-md-2{
  /*font-size: 22px;*/
  margin-top: 30px;
}

#rating_fa .rating_fa {
  margin-left: 10px;
}

#rating_fa i {
  font-size: 24px;
}

#rating_fa .rating-red {
  color: #D32F2F;
}

#rating_fa .rating-orange {
  color: #FF9800;
}

#rating_fa .rating-green {
  color: #4CAF50;
}

#rating_fa .rating-lnd {
  color: #EF9B0F;
}

.trainee_cancelled td {
    color: #ddd;
}

/*http://circle.firchow.net/*/
/*
.inner-content {
    margin: 0 0 120px 0;
}*/

/*.class-feedback .c100.dark {
    background-color: #777777;
}*/
.class-feedback .c100.small {
    font-size: 80px;
}
.class-feedback .c100.center {
    float: none;
    margin: 0 auto 10px;
}
.class-feedback .c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #cccccc;
}

.class-feedback .c100.dark > span {
    color: #777777;
}
.class-feedback .c100 > span {
    font-weight: bold;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /*width: 4.8em;*/
    line-height: 5;
    font-size: 16px;
    /*color: #cccccc;*/
    color: #9E9E9E;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.class-feedback .c100 *, .class-feedback .c100 *:before, .class-feedback .c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

.class-feedback .c100 .bar, .class-feedback .c100.p60 .fill,.class-feedback .c100.p80 .fill, .class-feedback .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #4CAF50;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.class-feedback .c100.p60 .bar:after, .class-feedback .c100.p60 .fill, .class-feedback .c100.p80 .bar:after, .class-feedback .c100.p80 .fill, .class-feedback .c100.p100 .bar:after, .class-feedback .c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.class-feedback .c100.p60 .slice, .class-feedback .c100.p80 .slice, .class-feedback .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

/*.class-feedback .c100 .bar {
  border-color: #f44336 !important;
}*/

.class-feedback .c100.p20 .bar, .class-feedback .c100.p40 .bar, .class-feedback .c100.p20 .fill, .class-feedback .c100.p40 .fill {
  border-color: #f44336 !important;
}

.class-feedback .c100.p60 .bar, .class-feedback .c100.p60 .fill {
  border-color: #ff9800 !important;
}

.class-feedback .c100.p80 .bar, .class-feedback .c100.p100 .bar, .class-feedback .c100.p80 .fill, .class-feedback .c100.p100 .fill {
  border-color: #4CAF50 !important;
}

.class-feedback .c100.p20 .bar {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}

.class-feedback .c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.class-feedback .c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}

.class-feedback .c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
}

.class-feedback .c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*.class-feedback .c100.dark .bar, .class-feedback .c100.dark .fill {
  border-color: #c6ff00 !important;
}*/

.class-feedback .c100.dark:after {
  background-color: #ffffff;
}
.class-feedback .c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.rating-red {
  color: #D32F2F;
}
.rating-orange {
  color: #FF9800;
}
.rating-green {
  color: #4CAF50;
}
.rating-lnd {
  color: #EF9B0F;
}

.class-feedback .c100.rating-red {
  background-color: #D32F2F;
}
.class-feedback .c100.rating-orange {
  background-color: #FF9800;
}
.class-feedback .c100.rating-green {
  background-color: #4CAF50;
}
.class-feedback .c100.rating-lnd {
  background-color: #EF9B0F;
}

.feedback_expand_btn {
    float: right;
    position: relative;
    bottom: 30px;
    right: 5px;
    font-size: smaller;
}

#feedback_datatable {
    background: #ffffff;
}

#feedback_datatable .table-responsive{
    width: 100%;
}

#feedback_datatable .dataTables_length{
    margin: 5px 20px 0px 5px;
}

#feedback_datatable .dataTables_info{
    display: inline-block;
    margin: 0 30px;
}

#feedback_datatable .dataTables_filter{
    text-align: center;
    display: inline-block;
}

#feedback_datatable .dataTables_paginate {
    float: right;
    margin: 5px;
}

#feedback_datatable .html5buttons {
    display: none;
}

.class-trophy {
    display: table;
    margin-bottom: 0px;
    font-size: xx-large;
    margin: -18px auto 0px;
}

.topic-heading-divider {
    display: inline-block;
    font-size: 7px;
    line-height: 1;
    margin: auto 10px;
}
.topic-heading-divider i {
  vertical-align: text-top;
}

.custom-class-nav {
    margin-bottom: 20px;
}
.custom-class-nav .nav {
    border: 1px solid #999c9e;
    box-shadow: 0px 6px 5px #999c9e;
}
.custom-class-nav .nav-justified>li {
    border-right: 1px solid #999c9e;
}
.custom-class-nav .nav-justified>li:last-child {
    border-right: none;
}
.custom-class-nav .nav > li > a {
    color: #878e9a;
}

.custom-class-nav .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #4caf50;
}

.custom-class-tab .panel-default>.panel-heading {
    background-color: #ffffff;
    color: black;
}

.custom-class-tab .panel-default >.panel-heading > a > h5.panel-title {
    color: #676a6c;
    font-size: 14px;
}

.class-topics > a> h5{
  color: #676a6c;
}

/*Training Request Page*/
.contact_section p{
    margin: 0 0 4px;
}
.user_full_name{
    font-weight: bold;
}

#order_form .table > thead > tr > th, #order_form .table > tbody > tr> td {
    border-bottom: 1px solid #0000;
    border-top: 1px solid #0000;
}

#order_form .table > tbody > tr> td > input{
    border: 1px solid #0000;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#order_form .table > tbody > tr> td > input[type="text" i]:disabled{
    background-color: rgba(235, 235, 228, 0.28);
}

#order_form .table > tbody > tr> td > input:focus{
    border: 1px solid #0000;
    border-bottom: 2px solid #1ab394;
    outline: none;
}

/*`flow Styles*/
.workflow-wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.workflow-wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.workflow-wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.workflow-wizard > .steps > ul > li {
    float: left;
    width: 24%;
    display: block;
    padding: 8px;
    margin: 0 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    background: #eee;
    color: #aaa;
}

.workflow-wizard > .steps > ul > li.active {
    background: #1AB394;
    color: #fff;
}

.workflow-wizard > .steps > ul > li.done {
    background: #6fd1bd;
    color: #fff;
}

.workflow-wizard > .content {
    color: #676a6c;
    background: #eee;
    display: block;
    margin: 5px 5px 10px 5px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1.5%;
}

.workflow-wizard .sub-heading{
    background-color: #a7b1c2;
}
.workflow-wizard .sub-heading h5{
    padding: 5px;
    color: #000;
    font-size: small;
}

.workflow-wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.workflow-wizard hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cacaca;
}


/*Workflow Styles*/
.workflow-wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.workflow-wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.workflow-wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.workflow-wizard > .steps > ul > li {
    float: left;
    width: 24%;
    display: block;
    padding: 8px;
    margin: 0 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    background: #eee;
    color: #aaa;
}

.workflow-wizard > .steps > ul > li.active {
    background: #1AB394;
    color: #fff;
}

.workflow-wizard > .steps > ul > li.done {
    background: #6fd1bd;
    color: #fff;
}

.workflow-wizard > .content {
    color: #676a6c;
    background: #eee;
    display: block;
    margin: 5px 5px 10px 5px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1.5%;
}

.workflow-wizard .sub-heading{
    background-color: #a7b1c2;
}
.workflow-wizard .sub-heading h5{
    padding: 5px;
    color: #000;
    font-size: small;
}

.workflow-wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.workflow-wizard hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cacaca;
}


/*Entity page workflow styles*/
/*.workflow-label{
    font-size: 40px;
    position: absolute;
    margin: 10px 41.5%;
    color: #fff;
    z-index: 1;
    display: flex;
    text-align: center;
}*/
.workflow-progress>li .wf-bubble:after {

}
.workflow-progress>li .wf-bubble:before {

}

.wf-bubble .fa,.wf-bubble .fas {
    color: #fff;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    margin: 6px -7px
}

.wf-bubble .fa-check {
    margin: 7px -6px;
}

.wf-bubble .fa-circle {
    margin: 6px -6.5px;
}
.wf-bubble .fa-envelope {
    margin: 6px -6.5px;
    font-size: 12px;
}
.wf-bubble .fa-times, .wf-bubble .fa-ban {
    margin: 6px -5.5px;
}
.wf-in-progress .badge {
    position: absolute;
    margin: -10px 2px;
}

.dropbtn {
    border: none;
    cursor: pointer;
}

.workflow .dropdown {
    position: relative;
    display: inline-block;
}

.workflow .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 190px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border: 1px solid #f8ac59;
    z-index: 1;
    left: 50% !important;
    top: 58px;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}

.workflow .dropdown-content:before {
    content: "";
    position: absolute;
    left: 44%;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: #8c000000 transparent #f8ac59 #1d000000;
    z-index: 9999;
}

.workflow .dropdown-content a {
    color: black;
    padding: 7px;
    text-decoration: none;
    display: block;
    text-align: left;
    user-select: none;
}

.workflow .dropdown-content a.default-cursor:hover {
    cursor: default
}

.workflow .dropdown:hover .dropdown-content {
    display: block;
}

.workflow .dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}

.workflow .workflow-progress .dropdown-header {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    pointer-events: none;
    cursor: default;
}
.wf-title{
    white-space: normal;
    /*padding: 0px 10px;*/
}

.wf-flexer,
.workflow-progress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.no-wf-flexer,
.workflow-progress.stacked {
    display: block
}

.no-wf-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.wf-flexer-element,
.workflow-progress>li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.workflow-progress {
    /*margin: 0 0 1em;*/
    min-height: 62px;
    margin: 0px 20px 5px;
    padding: 0;
    font-size: 100%;
    /*text-transform: uppercase*/
}

.workflow-progress>li {
    list-style: none;
    text-align: center;
    width: auto;
    position: relative;
    text-overflow: ellipsis;
    color: #ff4d4d;
    display: block;
    font-weight: bold;
    font-size: 11px;
    min-width: 150px;
    padding: 0px;
    margin: 0px;
}
.workflow-progress>li>a{
    color: #ff4d4d;
}
/*.workflow-progress>li:hover {
    color: #ff4d4d;
}*/

.workflow-progress>li.wf-completed,
.workflow-progress>li.wf-completed .wf-bubble{
    color: #2ac48c;
}
.workflow-progress>li.wf-failed,
.workflow-progress>li.wf-failed .wf-bubble {
    color: #6f6f6f;
}
.workflow-progress>li.wf-completed a,
.workflow-progress>li.wf-completed .wf-bubble a{
    color: #65d074;
}
.workflow-progress>li.wf-failed a,
.workflow-progress>li.wf-failed .wf-bubble a{
    color: #6f6f6f;
}
.workflow-progress>li.wf-NotStarted a,
.workflow-progress>li.wf-NotStarted .wf-bubble a{
    color: #ff4d4d;
}

.workflow-progress>li.wf-in-progress a,
.workflow-progress>li.wf-in-progress .wf-bubble a{
    color: #f7ac59;
}
/*.workflow-progress>li a,
.workflow-progress>li .wf-bubble a {
    color: #ff4d4d;
}*/

.workflow-progress>li .wf-bubble {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #ff4d4d;
    display: block;
    margin: 0 auto .5em;
    cursor: pointer;
    /*border-bottom: 1px solid #888*/
}

.workflow-progress>li .wf-bubble:after,
.workflow-progress>li .wf-bubble:before {
    display: block;
    position: absolute;
    top: 12px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: rgb(255, 77, 77);
}

.workflow-progress>li.wf-in-progress .wf-bubble:before {
    width: 50%;
    background-color: #cbd6e2;
    background: linear-gradient(90deg, #cbd6e2 0%, #cbd6e2 30%);
}

.workflow-progress>li.wf-in-progress .wf-bubble:after {
    width: 50%;
    background-color: rgb(203, 214, 226);
}

.workflow-progress>li.wf-in-progress a .wf-bubble:after {
    width: 50%;
    background-color: rgb(247, 172, 89);
}

.workflow-progress>li.wf-in-progress .wf-bubble {
    background: linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: -webkit-linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: -o-linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: -moz-linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: linear-gradient(90deg, #f7ac59 40%, #cbd6e2 60%);
}
.workflow-progress>li.wf-in-progress a .wf-bubble {
    background: linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: -webkit-linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: -o-linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: -moz-linear-gradient(90deg, #f6ac59 40%, #cbd6e2 60%);
    background: linear-gradient(90deg, #f7ac59 40%, #cbd6e2 60%);
}

.workflow-progress>li.wf-completed .wf-bubble,
.workflow-progress>li.wf-completed .wf-bubble:after,
.workflow-progress>li.wf-completed .wf-bubble:before {
    background-color: #2AC48C;
    /*border-colo.workflow-progress>li .wf-bubble:afterr: #247830*/
}
.workflow-progress>li.wf-failed .wf-bubble,
.workflow-progress>li.wf-failed .wf-bubble:after,
.workflow-progress>li.wf-failed .wf-bubble:before {
    background-color: #6f6f6f;
    /*border-colo.workflow-progress>li .wf-bubble:afterr: #247830*/
}

.workflow-progress>li .wf-bubble:before {
    left: 0
}

.workflow-progress>li .wf-bubble:after {
    right: 0
}

.workflow-progress>li:first-child .wf-bubble:after,
.workflow-progress>li:first-child .wf-bubble:before {
    width: 50%;
    margin-left: 50%
}

.workflow-progress>li:last-child .wf-bubble:after,
.workflow-progress>li:last-child .wf-bubble:before {
    width: 50%;
    margin-right: 50%
}

.workflow-progress>li.active,
.workflow-progress>li.active .wf-bubble {
    color: #337AB7
}

.workflow-progress>li.active .wf-bubble,
.workflow-progress>li.active .wf-bubble:after,
.workflow-progress>li.active .wf-bubble:before {
    background-color: #337AB7;
    border-color: #122a3f
}

/*.workflow-progress>li a:hover .wf-bubble,
.workflow-progress>li a:hover .wf-bubble:after,
.workflow-progress>li a:hover .wf-bubble:before {
    background-color: #5671d0;
    border-color: #1f306e
}*/

.workflow-progress>li a:hover .wf-bubble {
    color: #5671d0
}

.workflow-progress>li.danger .wf-bubble,
.workflow-progress>li.danger .wf-bubble:after,
.workflow-progress>li.danger .wf-bubble:before {
    background-color: #d3140f;
    border-color: #440605
}

.workflow-progress>li.danger .wf-bubble {
    color: #d3140f
}

.workflow-progress>li.warning .wf-bubble,
.workflow-progress>li.warning .wf-bubble:after,
.workflow-progress>li.warning .wf-bubble:before {
    background-color: #edb10a;
    border-color: #5a4304
}

.workflow-progress>li.warning .wf-bubble {
    color: #edb10a
}

.workflow-progress>li.info .wf-bubble,
.workflow-progress>li.info .wf-bubble:after,
.workflow-progress>li.info .wf-bubble:before {
    background-color: #5b32d6;
    border-color: #25135d
}

.workflow-progress>li.info .wf-bubble {
    color: #5b32d6
}

.workflow-progress.stacked>li {
    text-indent: -10px;
    text-align: center;
    display: block
}

.workflow-progress.stacked>li .wf-bubble:after,
.workflow-progress.stacked>li .wf-bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%
}

.workflow-progress.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60%!important;
    width: 45%!important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em
}

.workflow-progress.stacked>li a {
    border: none
}

.workflow-progress.stacked.nocenter>li .wf-bubble {
    margin-left: 0;
    margin-right: 0
}

.workflow-progress.stacked.nocenter>li .wf-bubble:after,
.workflow-progress.stacked.nocenter>li .wf-bubble:before {
    left: 10px
}

.workflow-progress.stacked.nocenter .stacked-text {
    width: auto!important;
    display: block;
    margin-left: 40px!important
}

.context-menu-list li.fa-circle::before{
    color: #ff4d4d;
}
.context-menu-list li.fa-check::before{
    color: #2ac48c;
}
.context-menu-list li.fa-ban::before{
    color: #6f6f6f;
}

@media handheld,
screen and (max-width:400px) {
    .workflow-progress {
        font-size: 60%
    }
}

/*==============================================================
  MEDIA QUERIES
  ==============================================================*/

/* Large desktop */
@media (min-width : 1200px) {
    /* Code goes here..... */
}
/* Large desktop end*/

/* Portrait tablet to landscape and desktop */
@media (min-width : 768px){
    /* Code goes here..... */
}
/* Portrait tablet to landscape and desktop end*/

/* Landscape phone to portrait tablet */
@media (max-width : 767px) {
    /* Code goes here..... */
}
/* Landscape phone to portrait tablet end*/

/* Landscape phones and down */
@media (max-width : 480px) {

  .align-center-sm {
    text-align: center !important;
  }

}
/* Landscape phones and down end*/

/*Custom Modal Colors*/
.modal-success .modal-header{
    color:#fff;
    background-color: #1c84c6;
}

.modal-success .modal-footer {

}

.modal-primary .modal-header {
  color:#fff;
  background-color: #1ab394;
}

.modal-primary .modal-footer {

}


.modal-warning .modal-header {
  color:#fff;
  background-color: #f8ac59;
}

.modal-warning .modal-footer {

}

.modal-danger .modal-header {
  color:#fff;
  background-color: #ed5565;
}

.modal-success .modal-footer {

}

.modal-info .modal-header {
  color:#fff;
  background-color: #23c6c8;
}

.modal-info .modal-footer {

}

.select-readonly {
    background: #eee;
      pointer-events: none;
      touch-action: none;
}

.no-pointer-event {
    pointer-events: none;
    touch-action: none;
}


/*Sales class edit/view */
.trainer_conflict_check {
    display: inline-block;
    position: absolute;
    padding: 7px;
}

/*.trainer_conflict_check .sk-spinner {
    width: 30px;
    height: 30px;
}*/

.trainer_conflict_check .sk-spinner, .trainer_conflict_check .trainer_conflict_name {
    display: inline-block;
    vertical-align: middle;
}


.employee-home-widgets {

}

.employee-home-widgets .widget {
    padding: 7px 30px;
}

.employee-home-widgets .widget h4 {
    font-size: 12px;
}

/* Workflow mail acton */
.workflow .popover-content {
    padding: 5px 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.popover_content .btn {
    color: #fff;
}

.popover-notstarted {
    background-color: #ff4d4d;
}
.popover-complete {
    background-color: #2ac48c;
}
.popover-not-applicable {
    background-color: #6f6f6f;
}

/*Dashboard Important Links*/
.dashboard-imp-links {

}

.dashboard-imp-links .ibox-title {
    padding: 5px 10px 7px;
    min-height: 28px;
}

.dashboard-imp-links .ibox-title h5 {
    
}

.dashboard-imp-links .ibox-content {
    padding: 0px 10px;
}

.dashboard-imp-links .ibox-content ul {
    margin-bottom: 0;
}

.dashboard-imp-links .ibox-content li.list-group-item {
    padding: 6px 0;
}

.course-package .height-fix {
    min-height: 300px;
    max-height: 500px;
    overflow-y: scroll;
}

.client-team .height-fix {
    min-height: 300px;
    max-height: 500px;
    overflow-y: scroll;
}

/* width */
.height-fix::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.height-fix::-webkit-scrollbar-track {
  box-shadow: inset 0 0 7px rgba(158, 158, 158, 0.4);
}
 
/* Handle */
.height-fix::-webkit-scrollbar-thumb {
  background: rgba(226, 98, 152, 0.7);
}

/* Handle on hover */
.height-fix::-webkit-scrollbar-thumb:hover {
  background: #e26298; 
}

/*lnd dashboard counter on hover */
.hover-highlight:hover h1 {
    font-weight: bold;
    color: #23527c;
}

.date-range-picker {
  float: right;
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-top: -6px;
  margin-right: 10px;
  font-size: 11px;
}

/*L&D Admin new dashboard*/
.stats-box-parent {
  padding: 0px 5px;
}

.stats-box-parent a {
  color: unset;
}

/*.stats-box {
  min-height: 82px;
  background: #272c33;
  width: 23%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  display: inline-block;
  margin: 8px;
}*/

.stats-box {
  min-height: 60px;
  background: #272c33;
  width: 18%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 10px;
  display: inline-block;
  margin: 8px;
}

.stats-box small {
    font-size: 14px;
}
.stats-box-icon {
  float: left;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  /*background: rgba(0, 0, 0, .2);*/
  border-radius: 100%;
  color: #fff;
}
.stats-box-content {
  padding: 0;
  margin-left: 50px;
}

.stats-box-number {
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}

.stats-box-text-small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
}

.stats-box-text {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.dark-theme .feedback-label-dashboard {
  /*color: #747d8a;*/
  color: #b0b0b0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.avg-feedback-ilt-graph-append,
.avg-feedback-osp-graph-append {
  padding: 15px;
}

.dark-theme span.class-name {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  position: absolute;
}

.dark-theme .text-muted {
  color: #747d8a;
}

.dark-theme .feed-activity-list .feed-element {
  border-bottom: 1px solid #666;
}

.dark-theme .feed-activity-list .feed-element:last-child {
  border-bottom: none;
}

.course-completion-stats {
  text-align: center;
  color: #747d8a;
}

.course-completion-stats h5.header {
  text-align: left;
}

.course-completion-stats .col-md-6 {
  text-align: center;
  /*color: #747d8a;*/
  color: #b0b0b0;
}

.started-stats,
.completed-stats {
  padding: 0px 30px;
}

.started-stats > .row {
  background: rgba(30,172,190,0.1);
  padding: 10px 0px;
}
.completed-stats > .row {
  background: rgba(56,154,240,0.1);
  padding: 10px 0px;
}

.course-completion-stats .description-header {
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

.course-completion-stats .description-text {
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-filter-range {
  text-align: center;
  /*color: #747d8a;*/
  color: #a6a6a6;
  margin-top: -15px !important;
  margin-bottom: 15px;
}

.ajax-loader.ibox-content {
  position: relative;
}

/* Loader CSS */
.ajax-loader.ibox-content .overlay {
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ajax-loader.ibox-content .overlay .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #e26298;
  font-size: 30px;
}

.dashboard-reports .trending-courses-list,
.dashboard-reports .learner-leaderboard-list {
  margin-bottom: 0px;
}

.dashboard-reports .trending-courses-list li,
.dashboard-reports .learner-leaderboard-list li {
  border-top: none !important;
}

.dashboard-reports .trending-courses-list li a,
.dashboard-reports .learner-leaderboard-list li a {
  /*color: #fff;*/
  font-size: 12px;
  color: #a6a6a6;
  display: block;
}

.dashboard-reports .trending-courses-list li a .points,
.dashboard-reports .learner-leaderboard-list li a .points {
  color: #8dccff;
  font-size: 12px;
  text-align: center;
  margin-top: -2px;
}

.dashboard-reports .trending-courses-list li a .learner-points,
.dashboard-reports .learner-leaderboard-list li a .learner-points {
  font-size: 15px;
}

.dashboard-reports .learner-leaderboard-list li a .learner-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100px;
}

.dashboard-reports .learner-leaderboard-list li img {
  max-width: 25px;
  margin-right: 5px;
  margin-top: -8px;
}

.trending-courses-list .material-letter {
  border-radius: 50%;
  background-color: green;
  color: #fff;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}

.dashboard-reports .trending-courses-list li a .material-class-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 200px;
  margin-top: 6px;
  margin-left: -5px;
}

.info-box {
  min-height: 70px;
  background: #272c33;
  color: #fff;
  width: 18%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  border-radius: 3px;
  margin: 20px 8px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.info-box-icon {
/*  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  background: rgba(0, 0, 0, .2);
  border-radius: 100%;*/
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 12px;
  right: 5px;
  line-height: 60px;
  z-index: 0;
  font-size: 50px;
  color: rgba(0, 0, 0, .15);
}

.info-box-content {
  /*margin-left: 65px;*/
}

.info-box-text {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.info-box-number {
  font-weight: 900;
  font-size: 21px;
}

.info-box-teal .info-box-text {
  color: #39cccc;
}

.info-box-teal .info-box-icon {
  color: rgba(57, 204, 204, 0.1);
}

.info-box-purple .info-box-text {
  color: #7460ee;
}

.info-box-purple .info-box-icon {
  color: rgba(116, 96, 238, .1);
}

.other-details .border-right {
  border-right: 1px solid #666666;
  min-height: 110px;
}

.other-details-heading label {
  color: #8dccff !important;
}

.other-details-heading .label {
  background-color: rgba(255,255,255,.15);
  /*color: #d1dade;*/
  color: #ffffff;
  display: inline-block;
}

.feedback-table-padding {
  padding: 0;
  border-color: rgba(255, 255, 255, 0)
}

.dark-theme .ibox-content #feedback_datatable {
  background: unset;
}

.dark-theme .class-feedback .ibox-content {
  padding: 0;
}

.dark-theme .class-feedback {
  margin-bottom: 0;
}

.dark-theme .ibox-content #nps_chart .c3-chart-arc path {
  stroke: rgba(255, 255, 255, 0);
}

.dark-theme .ibox-content #nps_chart .c3-chart-arc .c3-gauge-value {
  fill: #fff;
}

.dark-theme .class-feedback .c100:after {
  background-color: #272c33;
}

.dark-theme .class-feedback .c100.p20 .bar,
.dark-theme .class-feedback .c100.p40 .bar,
.dark-theme .class-feedback .c100.p20 .fill,
.dark-theme .class-feedback .c100.p40 .fill {
  border-color: #FC4B6C !important;
}

.dark-theme .class-feedback .c100.p60 .bar,
.dark-theme .class-feedback .c100.p60 .fill {
  border-color: #FFB22B !important;
}

.dark-theme .class-feedback .c100.p80 .bar,
.dark-theme .class-feedback .c100.p100 .bar,
.dark-theme .class-feedback .c100.p80 .fill,
.dark-theme .class-feedback .c100.p100 .fill {
  border-color: rgba(26, 179, 148, 0.9) !important;
}

.dark-theme .inner-pages .tabs-container .nav-tabs {
  border-bottom: 1px solid #272c33;
}

.dark-theme .inner-pages .tabs-container .panel-body {
  background-color: #272c33;
  border-color: #272c33;
}

.dark-theme .inner-pages .tabs-container .nav-tabs > li > a {
  color: #ffffff;
}

.dark-theme .inner-pages .tabs-container .nav > li.active > a {
  background-color: #272c33;
  border: 1px solid #272c33;
}

.dark-theme .inner-pages .tabs-container .ibox-title {
  min-height: 48px;
  padding-top: 5px;
}

/* HELP AND SUPPORT ALL CSS STARTS HERE */

@media only screen and (max-width: 600px) {
  .ticket_table{
    border : none !important ;
  }

  .ticket_table .pagination { 
    display: flex !important;
    margin: 41px 0 0 0 !important ; 
    
  }
  .ticket_table .dataTables_wrapper {
    padding-bottom: 0 !important;
  }

  .contact_page_box{
    margin-left :  0  !important; 


  }

  .ticket_pop_up_box{
    min-width: 355px !important;
  }

  .contact_page_box .contact_us_box { 
    width : 315px !important;
  }

  .ticket-create-box { 
    margin: -10px !important;

  }

  .ticket-view-box .table td  {
    padding: 5px 15px !important;

  }
}

    /* Pop up box css */
    .ticket_pop_up_box {
      border-radius: 4px;
     min-width: 450px;
     max-width: 650px;
      box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25), 0 2px 7px rgba(0, 0, 0, 0.22);
      padding: 10px;
      background: #1F2630;
  }

  .opacity-animate {
      animation: opt-animation 1s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
  }

  

  @-webkit-keyframes opt-animation {
      0% {
          opacity: 0;
      }

      100% {
          opacity: 1;
      }
  }

  @-moz-keyframes opt-animation {
      0% {
          opacity: 0;
      }

      100% {
          opacity: 1;
      }
  }

  @-o-keyframes opt-animation {
      0% {
          opacity: 0;
      }

      100% {
          opacity: 1;
      }
  }

  @keyframes opt-animation {
      0% {
          opacity: 0;
      }

      100% {
          opacity: 1;
      }
  }

  /* success pop up css  */

  .success-checkmark {
      width: 80px;
      height: 115px;
      margin: 0 auto;
  }

  .success-checkmark .check-icon {
      width: 80px;
      height: 80px;
      position: relative;
      border-radius: 50%;
      box-sizing: content-box;
      border: 4px solid #4caf50;
  }

  .success-checkmark .check-icon::before {
      top: 3px;
      left: -2px;
      width: 30px;
      transform-origin: 100% 50%;
      border-radius: 100px 0 0 100px;
  }

  .success-checkmark .check-icon::after {
      top: 0;
      left: 30px;
      width: 60px;
      transform-origin: 0 50%;
      border-radius: 0 100px 100px 0;
      animation: rotate-circle 4.25s ease-in;
  }

  .success-checkmark .check-icon::before,
  .success-checkmark .check-icon::after {
      content: "";
      height: 100px;
      position: absolute;
      background: #1F2630;
      transform: rotate(-45deg);
  }

  .success-checkmark .check-icon .icon-line {
      height: 5px;
      background-color: #4caf50;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 10;
  }

  .success-checkmark .check-icon .icon-line.line-tip {
      top: 46px;
      left: 14px;
      width: 25px;
      transform: rotate(45deg);
      animation: icon-line-tip 0.75s;
  }

  .success-checkmark .check-icon .icon-line.line-long {
      top: 38px;
      right: 8px;
      width: 47px;
      transform: rotate(-45deg);
      animation: icon-line-long 0.75s;
  }

  .success-checkmark .check-icon .icon-circle {
      top: -4px;
      left: -4px;
      z-index: 10;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      box-sizing: content-box;
      border: 4px solid rgba(76, 175, 80, 0.5);
  }

  .success-checkmark .check-icon .icon-fix {
      top: 8px;
      width: 5px;
      left: 26px;
      z-index: 1;
      height: 85px;
      position: absolute;
      transform: rotate(-45deg);
      background-color: #1F2630;
  }

  @keyframes rotate-circle {
      0% {
          transform: rotate(-45deg);
      }

      5% {
          transform: rotate(-45deg);
      }

      12% {
          transform: rotate(-405deg);
      }

      100% {
          transform: rotate(-405deg);
      }
  }

  @keyframes icon-line-tip {
      0% {
          width: 0;
          left: 1px;
          top: 19px;
      }

      54% {
          width: 0;
          left: 1px;
          top: 19px;
      }

      70% {
          width: 50px;
          left: -8px;
          top: 37px;
      }

      84% {
          width: 17px;
          left: 21px;
          top: 48px;
      }

      100% {
          width: 25px;
          left: 14px;
          top: 45px;
      }
  }

  @keyframes icon-line-long {
      0% {
          width: 0;
          right: 46px;
          top: 54px;
      }

      65% {
          width: 0;
          right: 46px;
          top: 54px;
      }

      84% {
          width: 55px;
          right: 0px;
          top: 35px;
      }

      100% {
          width: 47px;
          right: 8px;
          top: 38px;
      }
  }


  /* View Ticket Pop up css */
  

  .ticket-view-box .table td {
      /*border-top: 1px solid #2f3841;*/
      border: none !important;
      padding : 5px 25px 5px 50px;
      display: table-cell;
      text-align: left;
  }

  .ticket-view-box hr {
      border: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(96, 94, 94, 0.75), rgba(0, 0, 0, 0));
  }



  

  /* Ticket Form Desgin  */

  .ticket-create-box .ticket-create {
      position: relative;
      text-align: left;
      width: 85%;
      margin: auto;
      padding-bottom : 0 5px;
  }

  #text_box.form-control::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.8) !important;
   
}

 #text_box.form-control::-moz-placeholder {
    color: rgba(128, 128, 128, 0.8) !important;
}

 #text_box.form-control::-ms-placeholder {
    color: rgba(128, 128, 128, 0.8) !important;
}

 #text_box.form-control::placeholder {
    color: rgba(128, 128, 128, 0.8) !important;
}

  .ticket-create-box .ticket-create .btn.btn-dt-primary:hover {
      outline: none !important;
      border: 1px solid #23c4f8 !important;
  }

  

  .ticket-create-box .ticket-create .btn.btn-dt-primary {
      background: transparent;
      border: 1px solid #a6a6a6;
      color: #a6a6a6;
  }


  .dark-theme-background .form-group  input, .ticket_dropdown , .dark-theme-background  #text_box {
   
    color: #fff;
    background: #151924 ;
    border: 1px solid#2f3545;
    border-radius: 6px;
  }

  .dark-theme-background .form-group label {
    color: #a6a6a6;
  }

  .ticket-create-box .ticket-create label {
      
      font-size: 14px;
      color: #a6a6a6;
      pointer-events: none;
     padding-bottom:3px;

  }

  .ticket-create-box .ticket-create input:focus~label,
  .ticket-create-box .ticket-create input:valid~label {
      top: -20px;
      left: 0;
      color: #a6a6a6;
      font-size: 14px;
  }

  /* contact us style  */

  .dark-theme-background {
      background: #272C34;
      height: auto;
      border-radius: 4px;
  }

  .help .heading {
      text-align: center;
      color: #e7d1d1;
      font-size: 26px;
      font-weight: 500;
  }

  .contact_us_box {
      border-radius: 4px;
      display: inline-block;
      margin: 1rem;
      position: relative;
      box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25), 0 2px 7px rgba(0, 0, 0, 0.22);
      height: 250px;
      width: 350px;
      padding: 40px ;
      background: #15192496;
  }

  .help-page-icon {
      height: 70px;
      width: 70px;
      text-align: center;
      font-size: 35px;
      border-radius: 100%;
      color: #fff;
      display: inline-block;
      line-height: 2;
      background-color: rgba(21, 59, 85, 0.58);
  }

  .help-page-label {
      font-size: 20px;
      color: #cda2a2;
  }

  .help-page-text {
      font-size: 16px;
      color: #b6b6b6;
  }


  .dark_theme_table tr td {
      background: #272c33;
      color: #cfcfcf;
      /*font-size: medium;*/
  }

  .dark_theme_table tr td a {
      color: #cfcfcf;
  }

  .dark_theme_table th {
      color: #fff;
      font-size: small;

  }

  .table.dark_theme_table_border>tbody>tr>td {
      border: none;
  }

/* HELP AND SUPPORT ALL CSS ENDS HERE */

/* LEARNER DASHBOARD  */




