@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

.no-padding-r {
    padding-right: 0px;
}
.no-padding-l {
    padding-left: 0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.skin-1 .navbar-static-top {
   z-index: 0;
}
.top-bar-lnd{
    margin-bottom: 0px;
}
@media (min-width: 1100px) {
.lnd-header{
    width: 60%;
}
.navbar-brand {
    padding: 10px 15px;
}
}
@media (max-width: 560px) {
    .mobile-bg{
        background: rgba(39,64,96,.99);
    }
    .dark-theme .mobile-bg{
        background: none;
    }
    .top-bar-lnd{
        margin-bottom: 5px;
    }
    .skin-1 .navbar-static-top{
        background: rgba(39,64,96,.99);
    }
    .navbar-toggle {
        background-color: #e26298;
        padding: 7px 13px;
        font-size: 16px;
        margin-top: 13px;
    }
    .lnd-header {
        display: inline;
        float: none;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: #26405f;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #828282;
        border-bottom: 1px solid #c5c5c5;
        line-height: normal;
        border-radius: 0px;
        margin: 0px;
        padding: 7px 10px 7px 48px;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        background-color: #3a4459 !important;
    }
    .skin-1 .nav > li > a {
        color: #ffffff;
    }
    .dropdown-menu{
        font-size: 13px;
        color: #d5e2ff;
    }
    .caret{
        float: right;
        color: #e26298;
    }
    .navbar-nav .open .dropdown-menu{
        background: #fff;
    }
}

a.white_text {
    color: #fff;
}

/*Trainer Page*/
.social-icons a {
    padding: 0 9px;
}

/*.social-icons {
    text-align: center;
}*/

.social-icons a i {
    color: #848484;
    font-size: 18px;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.social-icons a.facebook-link:hover i {
    color: #3b5998;
}

.info-wrap h1 {
    font-size: 42px;
    line-height: 42px;
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}

.info-wrap h5 a {
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
    color: #848484 !important;
    margin-top: 0px;
}

.mdl-button {
    border: none;
    border-radius: 2px;
    padding: 0 16px;
    text-transform: uppercase;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    line-height: 36px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.profile-title {
    text-transform: capitalize;
    color: #848484;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-desc {
    color: #848484;
    font-size: 14px;
    font-weight: 500;
}

/*Course Page*/
.font-18 {
    font-size: 18px;
}

.delete_topic {
    opacity: 0;
}

.well:hover .delete_topic {
    opacity: 1;
}

.dragbox {
    padding: 5px 15px 5px;
    background: #d8d8d8;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    margin: 5px 0px;
}

.dragbox input {
    background: transparent;
    border: none;
}

.dragbox input:hover {
    background: #fff;
    border: none;
    /*border-bottom: 1px solid #eee;*/
}

.dragbox .input-group-addon {
    background-color: transparent;
    border: none;
}

.whole_box .agile-list li.warning-element {
    border-left: 3px solid #1ab394;
    background: #d8d8d8;
}

.box {
    position: relative;
    border: 1px solid #BBB;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: inherit;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 68px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#1AB394 0%, #1AB394 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 8px;
    left: -17px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1AB394;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1AB394;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1AB394;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1AB394;
}

.more-less {
    float: right;
    color: #212121;
}

.panel_new_style {
    /*box-shadow: 0 0 1px 0px hsla(0, 0%, 12%, .1), 0 3px 1px 0 hsla(0, 0%, 14%, .1);*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    /* margin-bottom: 20px !important; */
    border-radius: 0px !important;
    border: none;
    margin-bottom: 10px !important;
}

.panel_new_style:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 6px 6px 0 rgba(0, 0, 0, 0.1);
}

.panel_new_style .panel-heading {
    background: white;
    padding: 12px 10px 15px;
    color: #1ab394;
}

.finally_fixed {
    position: fixed;
    z-index: 5;
    top: 5%;
    background: rgb(241, 241, 241);
    padding: 10px 20px;
    border-bottom: none;
    width: 33%;
    /* overflow-y: scroll; */
    height: 60%;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.selfPacedResourceBox_fixed {
    position: fixed;
    z-index: 5;
    top: 5%;
    background: rgb(241, 241, 241);
    padding: 10px 20px;
    border-bottom: none;
    width: 46%;
    overflow-y: scroll; 
    height: 73%;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.getFixed.finally_fixed ul {
    background: #f1f1f1;
    overflow-y: scroll;
    height: 320px;
    border: 1px solid #c1c1c1;
    padding: 10px;
}

.whole_box .agile-list {
    background: rgba(255, 255, 255, 0.99);
    border: 1px dashed #c1c1c1;
    padding: 10px;
    margin-bottom: 10px;
}

.class-structure-tabs li .text-danger {
    opacity: 0;
    display: none;
}

.class-structure-tabs .active .text-danger {
    opacity: 0;
    display: inherit;
}

.class-structure-tabs .active:hover .text-danger {
    opacity: 1;
    cursor: pointer;
    display: initial;
}


/*view class start*/
.flexer,
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

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

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

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

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase
}

.progress-indicator>li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block
}

.progress-indicator>li:hover {
    color: #6f6f6f
}

.progress-indicator>li.completed,
.progress-indicator>li.completed .bubble {
    color: #65d074
}

.progress-indicator>li .bubble {
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    background-color: #bbb;
    display: block;
    margin: 0 auto .5em;
    border-bottom: 1px solid #888;
    line-height: 50px;
    color: #fff !important;
}

.progress-indicator>li .bubble:after,
.progress-indicator>li .bubble:before {
    display: block;
    position: absolute;
    top: 24px;
    width: 100%;
    height: 5px;
    content: '';
    background-color: #bbb
}

.progress-indicator>li.completed .bubble,
.progress-indicator>li.completed .bubble:after,
.progress-indicator>li.completed .bubble:before {
    background-color: #65d074;
    border-color: #247830
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-indicator.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
}

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

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

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

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

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

/*View Class Page*/
.custom-class-nav {
    margin-bottom: 20px;
}

.custom-class-nav>ul>li.active {
    border-left: none;
    background: #4daf51;
}

.custom-class-nav .nav {
    border: 1px solid #999c9e;
    box-shadow: 1px 3px 1px 1px #0000002e;
}

.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;
}

/*.more-less {
float: right;
color: #212121;
top: 5px;
}
.panel_new_style {
box-shadow: 0 0 0px 0px hsla(0,0%,12%,.1), 0 3px 1px 0 hsla(0,0%,14%,.1);
margin-bottom: 10px !important;
border-radius: 0px !important;
}
.panel_new_style .panel-heading {
background: white;
padding: 12px 10px 15px;
}*/
.video_option {
    /*background: #ff0000;*/
    color: #fff;
    padding: 3px 10px;
    margin-right: 20px;
    position: relative;
    bottom: 20px;
    border-radius: 6px;
    font-size: 12px;
    transition: all;
    float: right;
}

.video_option:hover {
    background: green;
    color: #fff;
}

/*view class end*/

/*.chosen-container-single .chosen-single {
    border: 1px solid #cacaca !important;
    border-radius: 0px !important;
    height: 37px !important;
    line-height: 33px !important;
}*/
.project-files li a:hover {
    color: #0041ff;
}

.show-more-end {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
}

#session_video_button .modal-content {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

#session_video_button .close {
    color: #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    text-align: right;
    position: absolute;
    right: -14px;
    top: -12px;
    z-index: 1;
    border-radius: 50px;
    padding: 5px 9px !important;
    border: none;
    background: #0cda31;
}

.remove_vid_button {
    position: absolute;
    top: -13px;
    right: 0px;
    padding: 1px 6px;
    border-radius: 50px;
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.video_remove:hover .remove_vid_button {
    opacity: 1;
}

.trainer_definition td {
    cursor: pointer;
}

.trainer_tech_desc strong {
    font-size: 12px;
}

#session_video_button .modal-body {
    padding: 0px;
}

.remove_icon button {
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.remove_icon:hover button {
    opacity: 1;
}

.remove_icon li a {
    margin-left: 0px;
}

.file_removed {
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.project-files li:hover .file_removed {
    opacity: 1;
}

.trainer_image .img-circle {
    border: 2px solid #2ac48c;
    border-radius: 50%;
}

.js-wrapper-simple-collapse-more-btn {
    background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .95), #fff);
    bottom: 0;
    display: block;
    padding-top: 30px;
    position: absolute;
    width: 98%;
}

.js-simple-collapse {
    max-height: 140px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
}

.js-wrapper-simple-collapse-more-btn {
    background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .95), #fff);
    bottom: 0px;
    display: block;
    padding-top: 65px;
    position: absolute;
    width: 98%;
}

.trainer_definition td {
    cursor: pointer;
}

.trainer_tech_desc strong {
    font-size: 12px;
}

.trainer_acceptance {
    padding: 5px 15px 5px;
    background: #d8d8d8;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}

.trainer_acceptance .form-control {
    border: 1px solid #bdbdbd;
}

.trainer_acceptance .form-control:hover {
    border: 1px solid #bdbdbd;
    background: #fff;
}

/*editable*/
.editable-input .form-control {
    width: 100% !important;
}

.fieldsetdemo {
    background-color: #fff;
    padding: 5px 15px;
    margin: 0px 0px 20px;
    border: 2px solid #39c;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fieldsetdemo .fieldsetdemo-legend {
    font-size: 13px;
}
.fieldsetdemo legend {
    color: #39c;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    border-bottom: none;
    margin-bottom: 0px;
    font-weight: bold;
}

.p-lr-sm {
    padding: 0px 15px
}

/*mediaManager start*/
#media-manager .modal-body {
    padding: 5px;
    min-height: 400px;
}

#media-manager .modal-header {
    padding: 5px 15px 0px;
    border-bottom: none;
}

#media-manager button.close {
    background: #ffffff;
    padding: 10px 0px 0px;
    opacity: 1;
    color: #666 !important;
}

#media-manager .close:focus,
#media-manager .close:hover {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}

#media-manager .dropzone {
    min-height: 350px;
    border: 1px dashed #1ab394;
    background: white;
    padding: 150px 20px;
}

#media-manager label>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

#media-manager label>input+img {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

#media-manager label>input:checked+img {
    /* (RADIO CHECKED) IMAGE STYLES */
    border: 2px solid #0046ff;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #media-manager .modal-lg {
        width: 90% !important;
        margin: 2% auto;
    }

    #media-manager .modal-content {
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
    }
}

#media-manager .gallery_images {
    max-height: 135px;
    min-width: 182px;
    background-size: cover;
    background-repeat: no-repeat !important;
    border: 2px solid #737373;
    padding: 0px;
    min-height: 135px;
    max-width: 100%;
    margin: 10px 0px;
}

@media only screen and (max-width: 560px) {
    #media-manager .gallery_images {
        min-height: 130px;
        min-width: 130px;
    }
}

#mediaManagerGallery {
    height: 400px;
    background: #f8fafb;
    overflow-y: scroll;
}

#mediaManagerGallery::-webkit-scrollbar {
    width: 12px;
}

#mediaManagerGallery::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#mediaManagerGallery::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#media-manager .skin-1 .nav.nav-tabs>li.active>a {
    color: #fff;
    background: #6eb7e6;
}

#media-manager .nav-tabs>li.active>a,
#media-manager .nav-tabs>li.active>a:hover,
#media-manager .nav-tabs>li.active>a:focus {
    border: none;
    background: #6cb5e4;
    color: #fff;
}

#media-manager .nav-tabs {
    border-bottom: none;
}

#mediaManagerGallery a.btn.btn-xs {
    background: red;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 10px;
    opacity: 0;
}

label:hover .btn-xs {
    opacity: 1 !important;
}

/*mediaManager end*/

.category-selection ul li {
    list-style: none;
}

/*Sales order*/
.po-parent-div {
    background: #f3f3f4;
    padding: 10px 0px;
    margin-bottom: 2px;
}

div#form_po_append {
    margin-bottom: 10px;
}

.text-allgood {
    color: green;
}

.text-cancelled {
    color: #676a6c;
}

.text-freeseat {
    color: #23c6c8;
}

.text-paymentnotreceived {
    color: #ed5565;
}

.well.cancelled,
.well.allgood,
.well.freeseat,
.well.paymentnotreceived {
    background: #fff;
}

.well.allgood {
    border: 1px solid green;
}

.well.freeseat {
    border: 1px solid #23c6c8;
}

.well.cancelled {
    border: 1px solid #676a6c;
}

.well.paymentnotreceived {
    border: 1px solid #ed5565;
}

/*Sales order*/

.pal-l {
    padding-left: 0px !important;
}

.pal-r {
    padding-right: 0px !important;
}

.loader {
    border: 7px solid #f3f3f3;
    /* Light grey */
    border-top: 7px solid #1ab394;
    /* green */
    border-radius: 50%;
    width: 5px;
    height: 5px;
    animation: spin 2s linear infinite;
    float: right;
    top: 4px;
    position: relative;
    left: 10px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

ul.dt-button-collection.dropdown-menu {
    overflow-y: scroll;
    max-height: 300px;
}

/** Easy Tree style */
/*.easy-tree {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    color: #616161;
    border: none;
    border-top: none;
    padding-bottom: 15px;
}

.easy-tree > select {
    color: #616161;
}

.easy-tree > ul {
    padding-left: 15px;
}

.easy-tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.easy-tree li::before, .easy-tree li::after {
    content: '';
    left: -30px;
    position: absolute;
    right: auto
}


.easy-tree .chosen-results li::after, .easy-tree li::before {
    border-top: none;
}
.easy-tree li::before {
    border-left: 1px solid #616161;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.easy-tree li::after {
    border-top: 1px solid #616161;
    height: 20px;
    top: 25px;
    width: 35px
}

.easy-tree li > span {
    border: 1px solid #616161;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
    text-decoration: none
}

.easy-tree li.parent_li > span {
    cursor: pointer
}


.easy-tree > ul > li::before, .easy-tree > ul > li::after {
    border: 0
}

.easy-tree li:last-child::before {
    height: 30px
}

.easy-tree li.parent_li > span:hover, .easy-tree li.parent_li > span:hover + ul li span {
    background: #1c84c6;
    color: #fff;
}
.easy-tree li.parent_li > span:hover a, .easy-tree li.parent_li > span:hover + ul li span a {
    color: #fff;
}

.easy-tree li.parent_li > span:hover + ul li.li_selected span {
    background: #1c84c6;
    color: #fff;
}

.easy-tree li > span > a {
    color: #616161;
    text-decoration: none;
}

.easy-tree li > span > span.glyphicon-folder-close, .easy-tree li > span > span.glyphicon-folder-open {
    margin-right: 5px;
}

.easy-tree li.li_selected > span, .easy-tree li.li_selected > span > a {
    background: #1c84c6;
    color: #fff;
}

.easy-tree li.li_selected > span:hover, .easy-tree li.li_selected > span:hover > a {
    background: #1c84c6;
    color: #fff;
}

.easy-tree .easy-tree-toolbar {
    background-color: #fff;
}

.easy-tree .easy-tree-toolbar > div {
    display: inline-block;
}

.easy-tree .easy-tree-toolbar > div > button {
    border-radius: 0;
    margin: 20px 5px;
}

.easy-tree .easy-tree-toolbar .create .input-group {
    top: -15px;
    margin-left: 5px;
    margin-right: 5px;
}

.easy-tree .easy-tree-toolbar .create .input-group input {
    border-radius: 0;
    color: #777474;
}

.easy-tree .easy-tree-toolbar .create .input-group button {
    border-radius: 0;
}
*/

/* Permission
-------------------------- */
/* layout */
#left ul.nav {
    margin-bottom: 2px;
    font-size: 12px;
    /* to change font-size, please change instead .lbl */
}

#left ul.nav ul,
#left ul.nav ul li {
    list-style: none !important;
    list-style-type: none !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

#left ul.nav ul {
    padding-left: 0;
    width: auto;
}

#left ul.nav ul.children {
    padding-left: 12px;
    width: auto;
}

#left ul.nav ul.children li {
    margin-left: 0px;
}

#left ul.nav li a:hover {
    text-decoration: none;
}

#left ul.nav li a:hover .lbl {
    color: #999 !important;
}

#left ul.nav li.current>a .lbl {
    background-color: #999;
    color: #fff !important;
}

/* parent item */
#left ul.nav li.parent a {
    padding: 0px;
    color: #ccc;
}

#left ul.nav>li.parent>a {
    border: solid 1px #999;
    text-transform: uppercase;
}

#left ul.nav li.parent a:hover {
    background-color: #fff;
    /*-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);    */
}

/* link tag (a)*/
#left ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display: block;
    padding-left: 5px;
}

#left ul.nav li.parent ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* sign for parent item */
#left ul.nav li .sign {
    display: inline-block;
    width: 28px;
    padding: 5px 10px;
    background-color: transparent;
    color: #fff;
}

#left ul.nav li.parent>a>.sign {
    margin-left: 0px;
    background-color: #999;
}

/* label */

#left ul.nav li.parent a {
    padding: 0px;
    color: #676a6c;
}

#left ul.nav li .lbl {
    padding: 5px 12px;
    display: inline-block;
}

#left ul.nav li.current>a>.lbl {
    color: #fff;
}

#left ul.nav li a .lbl {
    font-size: 12px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #fff;
}

/* THEMATIQUE
------------------------- */
/* theme 1 */
#left ul.nav>li.item-1.parent>a {
    border: none;
}

#left ul.nav>li.item-1.parent>a>.sign,
#left ul.nav>li.item-1 li.parent>a>.sign {
    margin-left: 0px;
    background-color: #e26298;
}

#left ul.nav>li.item-1 .lbl {
    color: #e26298;
}

#left ul.nav>li.item-1 li.current>a .lbl {
    background-color: #ff6307;
    color: #fff !important;
}

/* theme 2 */
#left ul.nav>li.item-8.parent>a {
    border: none;
}

#left ul.nav>li.item-8.parent>a>.sign,
#left ul.nav>li.item-8 li.parent>a>.sign {
    margin-left: 0px;
    background-color: #51c3eb;
}

#left ul.nav>li.item-8 .lbl {
    color: #51c3eb;
}

#left ul.nav>li.item-8 li.current>a .lbl {
    background-color: #51c3eb;
    color: #fff !important;
}

#left ul.nav>li.item-1 {
    margin-bottom: 20px;
    border: 1px solid #e26298;
    padding: 10px;
}

#left ul.nav>li.item-8 {
    margin-bottom: 20px;
    border: 1px solid #51c3eb;
    padding: 10px;
}


/* Dashboard */
.h150 {
    max-height: 150px;
}

.h200 {
    max-height: 200px;
}

div.dashboard-heading {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dashboard-box {
    background: #fff;
    padding: 50px 20px;
    padding-top: 15px;
    box-shadow: 8px 8px 8px #dedede;
    margin-bottom: 20px;
}


.dashboard-box h3 {
    color: #777;
}

.dashboard-box h4 {
    font-size: 12px;
    color: #8a8a8a;
}

.session_name {
    color: #4caf50;
    /* background: #4caf50; */
    border-bottom: 1px solid #4caf50;
    padding: 5px 10px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}

.student-view .student-ibox {
    margin-bottom: 0px;
}

.student-view .student-heading {
    background: rgb(135, 142, 166);
    color: #fff;
    border-width: 0;
}

.student-view .student-heading .fav-rate {
    color: #fff;
    margin-right: 20px;
}

.student-view .student-heading .fav-rate a {
    margin-right: 10px;
}

.student-view .student-heading .continue {
    padding: 10px 75px;
}

.student-view .student-heading h1,
.student-view .student-heading h5,
.student-view .student-heading a {
    color: #fff;
}

.student-view .custom-class-nav {
    background: #fff;
    border-bottom: 1px solid #dedfe0;
}

.student-view .custom-class-nav .nav {
    border: none;
    box-shadow: none;
}

.student-view .custom-class-nav .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #878e9a;
    border-bottom: none;
    background: #fff;
}

.student-view .custom-class-nav .nav-justified>li {
    border: none;
}

.student-view .custom-class-tab .panel-body {
    border-top: none !important;
}

.student-view .custom-class-tab .class-topics {
    padding: 5px 0px;
    border-bottom: 1px solid #e3e4e6;
    margin-bottom: 10px;
}

.student-view .custom-class-tab .more-less {
    float: right;
    color: #4caf50;
    font-weight: bold;
}

.meeting-box {
    margin-top: 25%;
}

/* video Player start */
.student-view #closer_videopopup {
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
}

.student-view #opct {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*filter: alpha(opacity=90);*/
    -moz-opacity: 1;
    opacity: 1;
}

.student-view #videCont {
    position: relative;
    /*padding-bottom: 56.25%;*/
    /*padding-top: 25px;*/
    height: 0;
    margin: auto;
    max-width: 88%;
    height: 0;
    height: auto !important;
}

.student-view video {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;
}

.student-view #video1 {
    cursor: pointer;
    cursor: hand;
}

.student-view .dashboard {
    position: absolute;
    display: table-cell;
    right: 6%;
    top: 3.5%;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: pointer;
    color: #ffffff;
    z-index: 100004;
}

/* video Player end */


/* Quiz start */
.quiz-panel #timer {
    font-size: 22px;
}

.quiz-panel .question {
    background: #f9f9f9;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    min-height: 270px;
}

.quiz-panel .question-counter {
    font-size: 20px;
    text-align: center;
    color: #1c84c6;
}

.quiz-panel .question-title {
    margin: 0px 0px 20px;
    /*font-size: 20px;*/
    font-weight: bold;
    font-size: 15px;
}

.quiz-panel .question ol {
    padding-left: 0px;
}

.quiz-panel .question-response-rows {
    cursor: pointer;
}

.quiz-panel .circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    text-align: center;
    color: #e26298;
}

.quiz-panel .circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quiz-panel .circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.quiz-panel .circle__content {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 30px;
}

.quiz-panel .circle:after {
    display: block;
    padding-bottom: 94%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    /*box-shadow: 0 0 25px 4px #d4d4d4;*/
    border: 4px solid #0cbde7;
}

.quiz-panel .timerAlert:after {
    box-shadow: 0 0 9px 0px #ff0000;
    background: #d60606 !important;
    border: 4px solid #fff !important;
    animation: colorchange 60s;
}
@keyframes colorchange {
    0% {
        background: #ff3333;
    }

    25% {
        background: #ff1a1a;
    }

    50% {
        background: #ff0000;
    }

    75% {
        background: #e60000;
    }

    100% {
        background: red;
    }
}

@-webkit-keyframes colorchange {
    0% {
        background: #ff3333;
    }

    25% {
        background: #ff1a1a;
    }

    50% {
        background: #ff0000;
    }

    75% {
        background: #e60000;
    }

    100% {
        background: red;
    }
}

.quiz-panel .timerAlert {
    color: #fff !important;
}
.QuizBox{
    background: #f4f6fa;
    margin: auto;
    padding: 30px 0px 30px 30px;
}

.QuizStartContestRow {
    padding: 85px 0px;
    background: #fff;
}

.QuizStartContestRow h1{
    color: #1c84c6;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.QuizStartContestRow .quizTiles {
    height: 80px;
    border-radius: 4px;
    background-color: #fff;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.29;
    color: #1c84c6;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
    transition: all .5s ease;
    /*background: #f5f5f5;*/
    width: 100%;
}
.QuizStartContestRow .quizTiles p {
    color: #929292;
    font-weight: bold;
}
.QuizStartContestRow .quizTiles div {
    font-size: 40px;
}
.QuizStartContestRow .quizTiles div span{
    font-size: 11px;
    color: #363636;
    font-weight: bold;
}
.QuizStartContestRow .justify-content-md-center{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-app > .step-steps > li.active a {
    background-color: #ff2883 !important;
}

/* Quiz end*/

/* Invite Class start*/
.invite-classes-box {
    background: #fff;
    padding: 20px;
    box-shadow: 8px 8px 8px #dedede;
    margin-bottom: 20px;
}

.invite-links {
    color: #676a6c;
}

/* Invite Class end */

/* Onlinecloud lab */

    #editor {
        min-height: 500px;
    }

    #editor-wrapper {
        margin-bottom: 20px;
    }

    .result {
        padding: 10px;
        background-color: #E7E7E7;
        margin-bottom: 20px;
    }

    .result p {
        margin-bottom: 0px;
    }

    .compilation {
        padding: 10px;
        background-color: #E7E7E7;
        margin-bottom: 20px;
    }

    .compilation p {
        margin-bottom: 0px;
        color: #a26e6e;
    }

    .result-wrapper {
        display: none;
    }

    .compilation-wrapper {
        display: none;
    }
/* Onlinecloud lab end */

/* Trainer PDF css */
         .technology_list {
         -moz-column-count: 2;
         -moz-column-gap: 20px;
         -moz-column-fill: auto;
         -webkit-column-count: 2;
         -webkit-column-gap: 20px;
         -webkit-column-fill: auto;
         column-count: 2;
         column-gap: 20px;
         column-fill: auto;
         list-style-position: inside;
         }
         .education-section p {
         margin-bottom: 2px;
         }
         /*Core*/
         .name-section {
         margin-left: 31px;
         }
         .name-section h1 {
         font-family: 'Roboto', sans-serif;
         font-size: 27px;
         font-weight: 500;
         color: #0a0b09;
         }
         .name-section p,
         .blank-section p {
         font-family: 'Roboto', sans-serif;
         font-size: 15px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         line-height: normal;
         letter-spacing: normal;
         color: #40413e;
         text-align: justify;
         }
         .project-section p {
         font-family: 'Roboto', sans-serif;
         font-size: 15px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         line-height: normal;
         letter-spacing: normal;
         color: #fffffe;
         }
         .name-section h2 {
         font-family: 'Roboto', sans-serif;
         font-size: 17px;
         font-weight: 500;
         font-style: normal;
         font-stretch: normal;
         line-height: normal;
         letter-spacing: normal;
         color: #0a0b09;
         }
         .technical-section,
         .project-section {
         background-color: #30b8da;
         padding: 40px;
         }
         .technical-section h2,
         .project-section h2 {
         font-family: 'Roboto', sans-serif;
         font-size: 18px;
         font-weight: 500;
         font-style: normal;
         font-stretch: normal;
         line-height: normal;
         letter-spacing: normal;
         color: #fffffe;
         }
         .project-section h3 {
         font-family: 'Roboto', sans-serif;
         font-size: 17px;
         font-weight: 500;
         font-style: normal;
         font-stretch: normal;
         line-height: normal;
         letter-spacing: normal;
         color: #fffffe;
         }
         .technical-section h4,
         .technical-section ul li,
         .project-section ul li {
         font-family: 'Roboto', sans-serif;
         font-size: 16px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         letter-spacing: 0px;
         color: #fffffe;
         }
         .technical-section ul li {
         list-style: none;
         }
         .project-section ul li,
         .blank-section ul li {
         list-style: none;
         -webkit-margin-start: -2em;
         line-height: 25px;
         }
         .technical-section ul li:before,
         .project-section ul li:before,
         .blank-section ul li:before {
         content: "\00BB \0020";
         }
         .blank-section,
         .education-section {
         background-color: #eaeae6;
         padding: 40px;
         }
         .education-section h2,
         .blank-section h2 {
         font-family: 'Roboto', sans-serif;
         font-size: 18px;
         font-weight: 500;
         font-style: normal;
         font-stretch: normal;
         line-height: normal;
         letter-spacing: normal;
         color: #1a1919;
         }
         .education-section p,
         .blank-section ul li {
         font-family: 'Roboto', sans-serif;
         font-size: 15px;
         font-weight: 300;
         font-style: normal;
         font-stretch: normal;
         letter-spacing: 0px;
         color: #40413e;
         }
         .blank-section h4 {
         font-family: 'Roboto', sans-serif;
         font-size: 16px;
         font-weight: 500;
         font-style: normal;
         font-stretch: normal;
         line-height: normal;
         letter-spacing: 0px;
         color: #1a1919;
         }
         .technical-section img,
         .education-section img,
         .project-section img,
         .blank-section img {
         width: auto;
         height: auto;
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         margin: auto;
         }
         .border {
         border-right: 1px dotted #283662;
         }
/* Trainer PDF css end */

.custom-class-nav .nav > li > a{
    padding: 14px;
}

.multiple-sortable-selected {
    background-color: #ffffa4!important;
    color: #676a6c;
    border-left: 3px solid #0cbde7 !important;
}
.delete-topic-list{
    color: red !important;
    margin-right: 10px;
    font-size: 18px;
    margin-top: -2px;
}

/* Customize theme UI for Schedule Class start */
.schedule-class .ibox-title {
    padding: 7px 15px;
    min-height: 20px;
    border: none;
    border-bottom: 1px solid #e7eaec;
}

.skin-1 .schedule-class .ibox-content:last-child {
    border-style: none;
}

.schedule-class .ibox {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeded;
    box-shadow: 0 1px 1px 0 rgba(0, 28, 36, 0.2);
    border-top: 1px solid #eaeded;
}
.schedule-class input.form-control,.schedule-class select.form-control {
  padding: 2px 12px;
  height: 28px;
}
.schedule-class textarea.form-control {
    /*height: auto !important;*/
}
/*.schedule-class .form-control{
    height: 28px;
}*/
.schedule-class .chosen-container-single .chosen-single{
    height: 28px !important;
    min-height: 28px !important;
    line-height: 19px;
    border: 1px solid #cacaca;
}
.schedule-class label {
    font-size: 12px;
}
.schedule-class .switchery-heading {
    margin-top: 3px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
}
.schedule-class .ibox-content {
    padding: 15px 20px 10px 20px;
}
.schedule-class .fieldsetdemo {
    padding: 10px 15px 5px;
    margin: 0px 0px 10px;
}
/* Customize theme UI end*/

/* Customize theme UI for View Class start */

.class-view .chosen-container-single .chosen-single{
    height: 28px !important;
    min-height: 28px !important;
    line-height: 19px;
    border: 1px solid #cacaca;
}
.class-view label {
    font-size: 12px;
}
.class-view .ibox-content {
    padding: 15px 20px 10px 20px;
}
.class-view .fieldsetdemo {
    padding: 10px 15px 5px;
    margin: 0px 0px 10px;
}
/* Customize theme UI end*/

/* Sales Report start */

.scrollable-contents{
    overflow-x: scroll;
    white-space: nowrap;
    min-width: 500px;
    min-height: 500px;
    padding-bottom: 100px;
}
.scrollable-contents::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ffffff;
}


.scrollable-contents::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.scrollable-contents::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #868686;
}
.inner-scroll {
    margin-bottom: 5px;
}
/*.scrollable-contents .workflow-progress>li {
    min-width: 150px;
    padding: 0px;
    margin: 0px;
}*/
/*.scrollable-contents .workflow-progress {
    min-height: 62px;
    margin: 0px 20px 5px;
}*/
.workflow-classname{
    padding: 5px 10px;
    text-align: center;
    display: block;
    background: #f3f3f4;
    margin-bottom: 5px;
    max-height: 95px;
    min-height: 95px;
    overflow: auto;
    line-height: 26px;
}
.scrollable-contents .workflow {
    padding-top: 0px;
    display: inline-block;
}
.workflow-classname span, .workflow-classname small {
    line-height: 0px;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
}
/* Sales Report end */

/* Trainer edit start */

ul#trainer_course_tabs {
    width: 100%;
}
ul#trainer_course_tabs li.active a {
    background: #fff;
}
ul#trainer_course_tabs li a {
    background: #f4f6fa;
    border-radius: 0px;
    padding-right: 0px;
}
ul#trainer_course_tabs li a .remove_course_tab{
    cursor:pointer;
    float: right;
}
ul#trainer_course_tabs li a .remove_course_tab {
    opacity: 0;
}
ul#trainer_course_tabs li.active a .remove_course_tab {
    opacity: 1;
}
/* Trainer edit end */

.scrollable-workflow{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    min-width: 500px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    min-height: auto; 
    transition: min-height 0.15s ease-out;
}
/*.scrollable-workflow .dropdown-content{
    position: relative;
    top: 15px;
}*/
.scrollable-workflow::after{
  display: block;
}
.scrollable-workflow { overflow: hidden; }

.scrollable-workflow:hover { 
    overflow-x: auto;
}

.scrollable-workflow::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 0px 20px rgb(244, 246, 250);*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
}

.scrollable-workflow::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.scrollable-workflow::-webkit-scrollbar-thumb
{
    background-color: #a9a9a9;
}
.inner-scroll {
    margin-bottom: 5px;
}
/*.scrollable-workflow .workflow-progress>li {
    min-width: 150px;
    padding: 0px;
    margin: 0px;
}*/
/*.scrollable-workflow .workflow-progress {
    min-height: 62px;
    margin: 0px 20px 5px;
}*/
/*.workflow-classname{
    padding: 5px 10px;
    text-align: center;
    display: block;
    background: #f3f3f4;
    margin-bottom: 5px;
    max-height: 83px;
    min-height: 83px;
    overflow: auto;
}*/
.scrollable-workflow .workflow {
    padding-top: 0px;
    display: inline-block;
}
.workflow-classname span, .workflow-classname small {
    line-height: 0px;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
}

/*Sales Belt UI*/
.progress-bar-green {
    background: green;
}
.progress-bar-blue {
    background: blue;
}
.progress-bar-brown {
    background: #cd853f;
}
    .progress-bar-black {
    background: black;
}
.progress-bar-main{
    margin-right: -3px;
    width: 60%; 
    display: inline-block;
    border-radius: 0px;
    /*border-right: 1px solid #fff;*/
}
.progress-bar-common{
    margin-right: -3px;
    width: 13%; 
    display: inline-block;
    border-radius: 0px;
    /*border-right: 1px solid #fff;*/
}
.progress-bar-common .progress, .progress-bar-main .progress{
    border-radius: 0px;
    border-right: 2px solid #ffffff;
}
/*.progress-bar-common .progress{
    margin-left: -2px;
}*/
/*.progress-bar-common .progress .progress-bar, .progress-bar-main .progress .progress-bar{
    border-right: 1px solid #fff;
}*/
.progress-bar-common .progress-black{
    background: #fff;
}

.key-point-progress-bar {
    height: 5px;
    background: #fd8282;
    margin-top: 7px;
    max-width: 99%;
}

.key-point-progress-bar .progress-bar {
    background-color: #3CB371;
}

.key-point-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.key-point-money {
    font-size: 12px;
    margin-left: 0px;
}

.belt_person_name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.progress-bar-main .progress, .progress-bar-common .progress, .key-point-progress-bar .progress {
    margin-bottom: 5px;
}

.sales_belt .stat-percent {
    padding: 0px 5px;
    float: none;
    display: inline-block;
    border-right: 1px solid #d2d3d4;
    font-size: 12px;
    margin-right: -4px;
}

.sales_belt .hr-border {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.user_belts {
    border-bottom: 6px solid #f4f6fa;
}

.sales_belt .hr-border:last-child {
    border-bottom: none;
    padding-bottom: initial;
    margin-bottom: initial;
}
.belt_name {
    margin-top: 0px;
    color: #3e495f;
}
.inners-box {
    padding: 15px;
     border: 1px solid #cecece; 
    margin: 10px 0px;
    background: #e2e2e2;
     box-shadow: 0px 5px 4px #adabab; 
}
.inners-box .ibox {
    margin-bottom: 5px;
}
.outer-sales-belt-box {
    margin-bottom: 5px;
    border: 1px solid #d2d2d2;
}
.outer-sales-belt-box:hover {
    background: #d8d8d8;
}
/*.stat-percent {
    float: right;
    padding-left: 30px;
}*/
/*.stat-percent-last-child {
    margin-right: 105px;
}
@media (max-width: 767px) { 
    .stat-percent-last-child {
        margin-right: 0px;
    }
}*/
/*.stat-list {
    margin-bottom: 20px;
}*/
.progress-bar-common .fa{
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.blue-belt-price{
    /*float: right; */
    margin-left: 5px;
    text-align: right;
    display: inline-block;
    font-size: 11.5px;
}
.padding_sales_right{
    padding-right: 0px;
    font-size: 11.5px;
}
.blue-belt-icons{
    max-width: 12%;
    /* margin-top: 6px; */
    /* float: right; */
    display: inline-block;
}
.sales_belt_parent .white-bg{
    background: transparent;
}
.col_align{
    float: right;
    text-align: right;
}
.progress-bar-main .fa{
    font-size: 14px;
}
.color-green{
    color: green;
}
.color-red{
    color: red;
}
.color-blue{
    color: #1c84c6;
}
.color-brown{
    color: #a52a2a;
}
.color-black{
    color: #000;
}
.belt-icons {
    max-width: 35%;
    margin: auto;
}

@media only screen and (min-width: 300px) and (max-width: 500px) { 
.stat-list {
    margin-bottom: 60px;
}
.text-right {
    text-align: right;
    font-size: 11px;
}
.progress-bar-common .fa{
    font-size: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
} 
/*Sales Belt UI end*/

.required {
    color: red;
}

#progressbar-parent{
    height: 30px;
    min-width: 67%;
    background-color: rgb(8, 8, 8);
    display: none;
    position: fixed;
    bottom: 0;
    left: 25%;
    padding: 5px;
    z-index: 2055;
}
#progressbar-parent .progress{
    margin-bottom: 0px;
}
.alert_message{
    float:right; 
    margin-right:20px;
    color: #1ab394;
    font-size: 11px;
    font-style: italic;
}

.not-allowed{
    pointer-events: none;
}
.not-allowed .input-group-addon, .not-allowed input{
    background-color: #eee;
}
.has-error .chosen-single{
    border-color: #ed5565 !important;
}

.filter-bar .checkbox.checkbox-inline {
    margin-bottom: 8px;
}
.btn-filter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    outline: 0;
    color: #fff;
    font-size: 13px;
    margin-left: 20px;
}

.filter-bar .chosen-container-multi .chosen-choices li {
    float: none;
}

.filter-bar .select2-container--default .select2-selection--multiple {
    border: 1px solid #e7eaec !important;
    border-radius: 2px !important;
}

.filter-bar .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: 0px;
    float: right;
    padding: 0px 10px;
    position: relative;
}

.filter-bar .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    max-width: 290px;
    white-space: pre-wrap;
}

/*new learner view*/
section.learner-view {
    padding: 5px 15px 1px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.learner-view .course-name {
    font-size: 20px;
    color: antiquewhite;
    padding: 2px 0px 5px 0px;

}
.feedback_learner {
    color: tomato;
    vertical-align: -webkit-baseline-middle;
    font-size: 13px;
}
.feedback_learner:hover, .feedback_learner:focus {
    color: tomato;
}
.learner-view .trainer-name {
    font-size: 11px;
    color: #adadad;
    margin-bottom: 10px;
}
.learner-view .progress-content {
    font-size: 12px;
    color: #fff;
    margin-bottom: 2px;
    margin-top: 0px;
}
section.learner-view .ibox{
    margin: 0px;
}
section.learner-view .progress {
    height: 5px;
    margin-bottom: 10px;
}
section.learner-view .progress .progress-bar {
    background: #e26298;
}
.learner-view .ibox-content {
    padding: 0px;
    border: none;
    border-right: 1px solid #3e3e3e;
    background: #363636;
    border-top: 1px solid #3e3e3e;
}
.learner-view .ibox-70 .scroll_content {
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto;
    /*-webkit-overflow-y: scroll;*/
}

.learner-view .ibox-30.scroll_content {
    height: 100%;
}

/*.learner-view .ibox-30 .panel-group {
    width: 98%;
}*/


.learner-view .scroll_content::-webkit-scrollbar,
.learner-view .scroll_content::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 5px solid transparent;
}

.learner-view .scroll_content::-webkit-scrollbar-thumb {
    background: #363636; 
    /*box-shadow: inset 0 0 0 10px;*/
    box-shadow: inset 0px 0px 0px 10px #636363;
}

.learner-view .scroll_content:hover {
  color: rgba(0, 0, 0, 0.3);
}

.learner-view .ibox-30 .scroll_content {
  padding: 0px;
  background: #363636;

}
.learner-view .ibox-30{
    position: fixed;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
    padding-bottom: 100px;
}
.learner-view .fixed-sidebar{
    top: 0px;
    height: 100% !important;
}
.learner-view .scroll_content {
  background: white;
  /*padding: 20px;*/
  width: 100%;
  height: 516px;
  border-radius: 3px;
  overflow: auto;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 black;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  transition: color .3s ease;
}

section.learner-view .flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: #363636;
}

section.learner-view .flex-container > .ibox {
  background-color: #2f3841;
  /*margin: 10px;*/
  /*text-align: center;*/
  /*line-height: 75px;*/
  /*font-size: 30px;*/
}

section.learner-view .ibox-30{
  width: 30%;
}
section.learner-view .ibox-70{
  width: 69%;
  
}

section .trainer-view .ibox-70{
    width: 70%;
}
      
   
section.learner-view .ibox-70.hovered { 
    width : 71.5% !important;
}

section.learner-view .ibox-30.hovered {
   width: 26.5% !important;
}

section.learner-view .pdf-toolbar {
    /*max-width: inherit;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;*/
    /*max-width: 340px;*/
}
section.learner-view .pdf-toolbar #page_num {
    max-width: 60px;
}


.learner-view .panel-body {
    padding: 15px 0px;
}
.learner-view .learner_panel_new_style {
    border: none;
    /*border-bottom: 1px solid #292929;*/
    margin-top: 0px !important;
    cursor: pointer;
}
.learner-view .learner_panel_new_style .session-panel-heading {
    /* background: #363636; */
    padding: 10px 10px 13px !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
}
.learner-view .learner_panel_new_style .panel-heading:hover {
    background: #555555;
}
.learner-view .learner_panel_new_style .panel-body {
    border: none !important;
}

.learner-view .learner_panel_new_style .more-less{
    margin-top: 8px;
    color: #fff;
}

.learner-view .learner_panel_new_style .session-number {
    color: #4e535a;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33em;
    opacity: .7;
}
.learner-view .learner_panel_new_style .session-topic{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.43em;
    max-width: 100%;
    margin: 0;
    color: #fff;
     
}
.learner-view .learner_panel_new_style .date_time {
    color: #a9a2a2;
    font-size: 10px;
    text-indent: 6%;
    margin-bottom: 0px;
}
.learner-view .learner_panel_new_style .session-topic i{
    margin-right: 4px;
    /*color: tomato;*/
    /*color: #00b105;*/
}

.learner-view .learner_panel_new_style .session-topic > .fa-stack {
    width: 1em;
    height: 1em;
}

.learner-view .learner_panel_new_style .session-topic > .fa-stack > .fa-stack-2x {
    font-size: .8em;
    color: black;
    margin-top: 2px;
    margin-left: 2px;
}

.learner-view .learner_panel_new_style .session-topic > .fa-stack.success-session > .fa-stack-2x {
    width: 1em;
    color: white;
}

.learner-view .learner_panel_new_style .session-topic > .fa-stack > i {
    line-height: 1em;
    color: #868686;
}

.learner-view .learner_panel_new_style .session-topic > .fa-stack.success-session > i {
    color: #028405;
}


.learner-view .learner_panel_new_style .pending{
    color: #868686;
    /*color: #00b105;*/
}
.learner-view .learner_panel_new_style .successfull{
    color: #028405 !important;
}
.learner-view .learner_panel_new_style .not-required {
    color: #929292 !important;
}
.learner-view .learner_panel_new_style strong .icon-background-size{
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
}
.learner-view .learner_panel_new_style strong .icon-background{
    font-size: 1.7em;
}
.learner-view .learner_panel_new_style .successfull i {
    color: #fff;
}
.learner-view .learner_panel_new_style .session-hours{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33em;
    opacity: .7;
    color: #4e535a;
    margin-top: 4px;
}

.learner-view .learner_panel_new_style .elements-list .list-group-item{
    padding: 10px 5px 10px 17px;
    border-radius: 0px;
    border: none;
    background-image: url(https://cdn.springpeople.com/static/media/images/background-clip.svg);
    background-repeat: repeat-y;
    background-color: #222;
}
/*.success_line{
    background-image: url(../images/background-clip-success.svg);
}*/
/*.learner-view .learner_panel_new_style .elements-list .list-group-item.active, .learner-view .learner_panel_new_style .elements-list .list-group-item:hover {
    background: transparent;
}*/
.learner-view .learner_panel_new_style .list-group{
    margin-bottom: 0px;
    padding: 0px;
}
.learner-view li.list-group-item{
    transition: all;
    border-right: 5px solid rgba(255, 99, 71, 0) !important;
}
.learner-view li.list-group-item.active {
    background-color: #000000 !important;
    border-right: 5px solid tomato !important;
}
.learner-view li.list-group-item:hover {
    background-color: #181818 !important;
    transition: all .2s;
}
.file_upload_container{
    color: #d0d0d0;
    max-width: 970px;
    padding: 0px 50px;
}
.file_upload_container .file-type{
    background: #363636;
}
.learner-view .file_upload_container li.list-group-item:hover {
    background-color: transparent !important;
    transition: all .2s;
}
.learner-view .item_type {
    margin-left: 20px;
}
.learner-view li.list-group-item.active:hover {
    background-color: #0e0e0e !important;
}
.learner-view .getData strong {
    color: #363636;
    display: table;
}
/*.learner-view li.active .getData strong {
    color: tomato;
}*/
.learner-view .getData strong .fa-stack{
    margin-right: 10px;
}

.learner-view .getData small{
    color: #8a8a8a;
    display: table-cell;
    vertical-align: middle;
}
.learner-view li.list-group-item.active .getData small {
    color: #fff !important;
}

.learner-view .getData strong i {
    color: #000;
    font-size: 15px;
    /*color: #00b105;*/
}
.learner-view .getData strong i.fa-certificate {
    color: #00b105;
}
.learner-view .learner_panel_new_style .list-group .getData{
    cursor: pointer;
}

.learner-view li.list-group-item.active .getData {
    color: #fff;
}
.learner-view iframe {
    border: none;
    min-height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto;
    /*-webkit-overflow-y: scroll;*/
}
.learner-view body {
    background: #fff !important;
}
.ibox-content iframe .wizard > .content > .body{
    min-height: 69% !important;
}
.learner-view hr {
    /*margin-top: 10px;*/
    /*margin-bottom: 0px;*/
    border-top: 1px solid #4a4a4a;
}


.learner-view .panel-heading-border {
    border: 1px solid #bdbdbd !important;
}
/*.inner_data {
    padding: 75px 0px;
}*/
.learner-view .inner_data {
    background: rgb(58, 58, 58);
    padding: 20px 15px;
    max-width: 350px;
    margin: auto;
    margin-top: 100px;
    border-radius: 4px;
    color: #fff;
}
.learner-view .inner_data_assignment {
    background: rgb(58, 58, 58);
    padding: 20px 15px;
    max-width: 700px;
    margin: auto;
    margin-top: 100px;
    border-radius: 4px;
    color: #fff;
}
.learner-view .inner_data_project {
    margin-top: 50px;
}

.learner-view .inner_data h2, .learner-view .inner_data_assignment h2 {
    color: #e26298;
    margin-bottom: 20px;
}
.learner-view .inner_data .uploaded_files {
    margin-top: 20px;
}

.learner-view .inner_data .filetype {
    margin-bottom: 100px;
}
.learner-view .inner_data_assignment ul {
    margin-bottom: 30px;
}

.learner-view .inner_data hr {
    margin-bottom: 10px;
}
.saving_data{
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.54);
    border: none;
    width: 46%;
    max-width: -webkit-fill-available;
    color: #ffffff;
    font-size: 30px;
}
.certificate-block{
        padding: 150px 100px;
    margin: auto;
    color: #bcbcbc;
}
.certificate-block h1{
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}
.certificate-block p{
    margin-bottom: 30px;
}
.certificate-block p b{
    color: #00b105;
}
.certificate-block .btn{
    background: tomato;
    border: 1px solid tomato;

}

.learner-view .OverAllProject li{
    padding: 15px !important;
}
.learner-view .OverAllProject .getData strong small{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    /*font-size: 12px;*/
    font-weight: normal;
    line-height: 1.43em;
    max-width: 100%;
    margin: 0;
    color: #fff;
}
.learner-view .OverAllProject .getData strong i {
    color: #868686 !important;
    margin-right: 4px;
    vertical-align: bottom;
    /*font-size: small;*/
}
.learner-view .OverAllProject .getData strong.successfull i {
    color: #028405 !important;
}
.learner-view .OverAllProject li.list-group-item {
    padding: 5px 15px;
    border: none;
    background: #383F48;
    /*background-image: url(https://cdn.springpeople.com/static/media/images/background-clip.svg);*/
    /*background-repeat: repeat-y;*/
    cursor: pointer;
    border-bottom: 1px solid #292929;
}

.player {
  /*max-width:750px;*/
  /*border:5px solid rgba(0,0,0,0.2);*/
  /*box-shadow:0 0 20px rgba(0,0,0,0.2);*/
  position: relative;
  font-size: 0;
  overflow: hidden;
  height: 100%;
}

/* This css is only applied when fullscreen is active. */
.player:fullscreen {
  max-width: none;
  width: 100%;
}

.player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}
.player:fullscreen .alignment, .player:-webkit-full-screen .alignment {
    margin-left: 74%;
}
.player__video {
  width: 100%;
  cursor: pointer;
}

.player__button {
  font-size: 16px;
  color: white;
  border: 0;
  outline:0;
  max-width: 35px;
  background: transparent;
  cursor: pointer;
  margin: 10px 0px;
}
/*.player__button {
  background:none;
  border:0;
  line-height:1;
  color:white;
  text-align: center;
  outline:0;
  padding: 0;
  cursor:pointer;
  max-width:50px;
}*/

.player__button:focus {
  border-color: #e26298;
}

.player__slider {
  width:10px;
  height:30px;
}

/* Inset */

hr.style-two {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
margin-right:16px;
}

.player__fullscreen {
    font-size: 20px;
    color: white;
    border: 0;
    outline: 0;
    max-width: 35px;
    background: transparent;
    font-weight: bold;
}
.player__controls {
  display:flex;
  position: absolute;
  bottom: 0px;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition:all .3s;
  flex-wrap:wrap;
  background:rgba(0, 0, 0, 0.6);
}

.player:hover .player__controls {
  transform: translateY(0);
}

.player:hover .progress {
  height:5px;
}

.ytp-large-play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    width: 9%;
    max-width: -webkit-fill-available;
}
svg .ytp-large-play-button-bg{
    fill: #e26298;
}
svg.ytp-large-play-button-bg:focus {
    outline: 0;
}
.ibox.ibox-70:hover .ytp-large-play-button-bg{
    fill: #ff006c;
}
svg .ytp-icon{
    fill: #fff;
}

.player__controls > * {
  flex:1;
}

.player .progress {
  flex:10;
  position: relative;
  display:flex;
  flex-basis:100%;
  height:5px;
  transition:height 0.3s;
  background:rgba(236, 227, 231, 0.66);
  cursor:pointer;
  margin-bottom: 10px;
  border-radius: 0px;
}
.player .player__timer {
    font-size: 12px;
    color: white;
    border: 0;
    outline: 0;
    max-width: 94px;
    background: transparent;
}
.player .alignment {
    margin-left: 62%;
}
.player .progress__filled {
  width:50%;
  background:#e26298;
  flex:0;
  flex-basis:0%;
}

/* unholy css to style input type="range" */

.player input[type=range] {
  -webkit-appearance: none;
  background:transparent;
  width: 100%;
  margin: 7px 5px;
  max-width: 65px;
}
.player input[type=range]:focus {
  outline: none;
}
.player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255,255,255,0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
.player input[type=range]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #e26298;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow:0 0 2px rgba(0,0,0,0.2);
}
.player input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
.player input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
.player input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #e26298;
  cursor: pointer;
}
#the-canvas{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.feedback_learner_link{
    text-align: right;
}

@media (max-width: 767px) {
    section.learner-view .flex-container {
        display: block;
    }
    section.learner-view .ibox-70{
      width: 100%;
    }

   
    section.learner-view .ibox-30.scroll_content{
      width: 100% ;
      padding-bottom: 0;
      height : 300px ;
    }
    .learner-view .inner_data{
        margin-top: 0px !important;
    }
    .learner-view .inner_data .filetype {
        margin-bottom: 50px !important;
    }
    .feedback_learner_link{
        text-align: left !important;
        margin-bottom: 20px;
    }
    .ytp-large-play-button{
        width: 20%;
    }
    .player__button{
        font-size: 13px;
        max-width: 29px;
    }
    .player .alignment {
        margin-left: 0%;
        font-size: 13px;
    }

    section.learner-view .provide-feedback{
        position: absolute;
        top:116px;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .player .alignment{
        margin-left: 25%;
    }
    .ytp-large-play-button{
        width: 20%;
    }
    section.learner-view .ibox-70{
      width: 65%;
    }
    section.learner-view .ibox-30{
      width: 35%;
    }
}
.heading_upload_type{
    background: #3a3a3a;
    padding: 10px 0px;
    text-align: center;
}
.upload_from_learner{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
@media (max-width: 560px) {
    .upload_from_learner{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.upload_from_learner li {
    list-style: none;
    margin-bottom: 5px;
    border: 1px black solid;
    padding: 10px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid lightgrey;
    -moz-transition: background 0.7s;
    -webkit-transition: background 0.7s;
    -o-transition: background 0.7s;
    -ms-transition: background 0.7s;
    transition: background 0.7s;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.upload_from_learner li:hover {
    background: #222222;
}
.upload_from_learner li:hover a{
    color: #fff;
}
.upload_from_learner li .file_anchor {
    color: #afafaf;
}
.upload_from_learner li .file_anchor:hover {
    color: #ffffff;
}
/*learner new View end*/

/*Delops new View*/
#delops_modal .modal-body{
    padding: 0px;
}
.delops-view-new .ibox-content {
    padding: 0px;
}

.delops-view-new .learner_panel_new_style {
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-top: 0px !important;
}
.delops-view-new .learner_panel_new_style .panel-heading {
    background: white;
    padding: 5px 10px 10px;
}
.delops-view-new .learner_panel_new_style .panel-body {
    border: none !important;
}

.delops-view-new .learner_panel_new_style .more-less{
    margin-top: 15px;
}

.delops-view-new .learner_panel_new_style .session-number{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.43em;
    max-width: 100%;
    margin: 0;
    color: #2f4050;
}
.delops-view-new .learner_panel_new_style .session-time{
    font-size: 11px;
    font-weight: 400;
    line-height: 1.33em;
    opacity: .7;
    color: #4e535a;
    margin-top: 4px;
}

.delops-view-new .learner_panel_new_style .elements-list .list-group-item{
    padding: 15px 0px;
    border-radius: 0px;
    border: none;
}

.delops-view-new .learner_panel_new_style .elements-list .list-group-item.active, .delops-view-new .learner_panel_new_style .elements-list .list-group-item:hover {
    background: transparent;
}
.delops-view-new .learner_panel_new_style .list-group{
    margin-bottom: 0px;
    padding: 0px 15px;
}
.delops-view-new .learner_panel_new_style .list-group .getData{
    cursor: pointer;
}
/*.learner-view .learner_panel_new_style .list-group .getData .fa-play-circle{
    color: #1c84c6;
}
.learner-view .learner_panel_new_style .list-group .getData .fa-file{
    color: tomato;
}
.learner-view .learner_panel_new_style .list-group .getData .fa-file-pdf-o{
    color: #ff0000;
}*/
.delops-view-new .nav-tabs {
    width: 100% !important;
}
.delops-view-new .nav-tabs a {
    padding: 5px 15px;
}
.delops-view-new .panel-group {
    margin-bottom: 0px;
}

.delops-view-new .tabs-container .tabs-left > .nav-tabs .active > a, .delops-view-new .tabs-container .tabs-left > .nav-tabs .active > a:hover, .delops-view-new .tabs-container .tabs-left > .nav-tabs .active > a:focus {
    border-color: #3d6eb9;
    background: #3d6eb9;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
}
.delops-view-new .tabs-container .tabs-left > .nav-tabs {
    border-top: none;
}
.delops-view-new .topic-heading {
    border-bottom: 1px solid #3d6eb9;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.delops-view-new .resource-heading{
    margin-bottom: 10px;
}
.delops-view-new .file-link{
    color: #545454;
}
.delops-view-new .file-link-removed{
    margin-left: 20px;
    color: #545454;
}
.delops-view-new .file-link-removed:hover{
    color: red;
}
.delops-view-new .list-unstyled {
    margin-bottom: 15px;
}

.delops-view-new .panel-heading-border {
    border: 1px solid #1a4382 !important;
}
#slideshare-modal iframe {
    width: 100%;
    min-height: 500px;
}
#slideshare-modal .modal-body {
    padding: 0px;
}
/* delops new */



/* salesbelt */
.sb_company_name {
    font-size: 15px;
}
.team_name {
    text-align: center;
    font-weight: bold;
}
.team_amount{
    text-align: center;
    margin-bottom: 10px;
}
.team_members_name {
    /*margin: 10px 0px;*/
    text-align: left;
}
.sales_amount{
    text-align: center;
    /*margin: 10px 0px;*/
}
.border-row{
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background: #fbfbfb;
    padding-top: 10px;
}
.sales_target_inputs{
    border: none;
    border-bottom: 1px dashed #cecece;
    text-align: center;
    background: transparent;
}

/* Theme change for learner */
.custom_learner_mini_navbar .nav .open > a, .custom_learner_mini_navbar .nav .open > a:hover, .custom_learner_mini_navbar .nav .open > a:focus {
    background: #000;
}
.custom_learner_mini_navbar ul.learner_menus {
    background: #000;
    color: #999c9e;
}
.custom_learner_mini_navbar .dropdown-menu>li>a:focus, .custom_learner_mini_navbar .dropdown-menu>li>a:hover {
    color: #f5f5f5;
    background-color: #414344;
}
.custom_learner_mini_navbar a.navbar-minimalize {
    background: #0cbde7;
    border: #0cbde7;
}
.custom_learner_mini_navbar #page-wrapper {
    
    padding: 0 0 0 10px !important;
}
.custom_learner_mini_navbar .wrapper-content{
    padding: 0px !important;
    margin: 0px !important;
}


/* Theme change for learner */


/* learner Dashboard */

.osp-learner-stats {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
}

.osp-learner-stats .osp-stats-box {
    background-color: rgba(241, 241, 241, 0.6);
    margin: 10px 3px;
    padding: 15px 10px;
    min-width: 30%;
}

.osp-learner-stats.width_3 .osp-stats-box {
    min-width: 30%;
}

.osp-learner-stats.width_2 .osp-stats-box {
    min-width: 48%;
}

.osp-learner-stats.width_1 .osp-stats-box {
    min-width: 60%;
}

.osp-learner-stats h2 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

.osp-learner-stats h5 {
    margin: 4px 0;
    font-size: 10px;
    font-weight: 400;
}

.learner_dashboardboxes{
    background-color: #505763;
    /*background: linear-gradient(to left, #e66465, #9198e5);*/
    background: linear-gradient(to left, #e26298, #0cbde7);
    /*background: linear-gradient(to left, #e26298, #35a0b9);*/
    color: #fff;
    display: flex;
    padding: 8px;
    position: relative;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
}
@media (max-width: 560px) {
.dashboardboxes_personal{
    display: block;
}
}
.learner_dashboardboxes .thumbnails {
    height: 125px;
    width: 220px;
    background: rgba(0, 0, 0, 0.52);
    margin-right: 16px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 1px rgba(104,111,122,.5);
}
@media (max-width: 560px) {
    .learner_dashboardboxes .thumbnails {
        width: 100%;
    }
}

.learner_dashboardboxes .thumbnails a {
    margin: auto;
    height: 50%;
    left: 50%;
    position: absolute;
    top: 40%;
    width: 50%;
    font-size: 60px;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}
.learner_dashboardboxes .course-info {
    color: #fff;
    flex: 1;
    position: relative;
    width: 100%;
}
.learner_dashboardboxes .coursename {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
    max-height: 48px;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.learner_dashboardboxes .trainer_with_date{
    margin-top: -8px;
    font-size: 11px;
    color: #ffffff;
}
.learner_dashboardboxes .bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
}
@media (max-width: 560px) {
    .learner_dashboardboxes .bottom {
        position: relative;
    }
}
.learner_dashboardboxes .progress {
    width: 75%;
    background-color: #686f7a;
    border-radius: 6px;
    height: 6px;
    overflow: hidden;
    margin-bottom: 13px;
    -webkit-box-shadow: inset 0 1px 2px rgba(20,23,28,.1);
    box-shadow: inset 0 1px 2px rgba(20,23,28,.1);
}
.learner_dashboardboxes .progress-bar-success {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(20,23,28,.15);
    box-shadow: inset 0 -1px 0 rgba(20,23,28,.15);
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.learner_dashboardboxes .button-wrapper {
    display: flex;
}
.learner_dashboardboxes .btn-primary {
    color: #fff;
    /*background-color: #ec5252;*/
    background-color: #da4688;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* slick Slider for invite class */
.enrollment-slider {
    display: flex !important;
    align-items: center;
    flex: 1;
    max-width: 1026px;
    margin: auto;
}

@media (max-width: 576px) {
    .enrollment-slider {
        max-width: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .enrollment-slider {
        max-width: 625px;
    }
}

.enrollment-slider .learner_dashboardboxes {
    display: flex;
    justify-content: center;
    margin: 0px 10px;
    width: 500px;
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .enrollment-slider .learner_dashboardboxes {
        margin: 5px 15px;
    }
}
@media (max-width: 576px) {
    .enrollment-slider .learner_dashboardboxes {
        display: block;
        margin: 5px 5px 5px 0px;
        width: 240px;
    }
}

.enrollment-slider .card {
    width: 240px;
    margin: 0 12px;
    box-shadow: 0 2px 20px 0 rgba(154, 154, 154, 0.5);
}

.enrollment-slider .next,
.enrollment-slider .prev {
    position: absolute;
    color: rgba(62, 73, 95, 0.47);
    font-size: 48px;
    cursor: pointer;
}
@media (max-width: 576px) {
.enrollment-slider .next,
.enrollment-slider .prev {
    font-size: 30px;
}
}
.enrollment-slider .next {
    right: -30px;
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .enrollment-slider .next {
        right: -45px;
    }
}

@media (min-width: 992px) {
    .enrollment-slider .next {
        right: -45px;
    }
}

.enrollment-slider .prev {
    left: 0px;
}

@media (max-width: 576px) {
    .enrollment-slider .prev {
        left: -45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
    .enrollment-slider .prev {
        left: -30px;
    }
}
@media (min-width: 992px) {
    .enrollment-slider .prev {
        left: -35px;
    }
}
/* slick Slider for invite class end*/


/*universal Class for LndCloud training*/
.LiveOnline-bg{
    background-color: #1c84c6;
    color: #fff;
}
/*.LiveOnline-text{
    color: #1c84c6;
}*/
.Classroom-bg{
    background-color: #118224;
    color: #fff;
}
/*.Classroom-text{
    color: #118224;
}*/
.SelfPaced-bg{
    background-color: #626969;
    color: #fff;
}
/*.SelfPaced-text{
    color: #626969;
}*/
.Blended-bg{
    background-color: #607D8B;
    color: #fff;
}
/*.Blended-text{
    color: #607D8B;
}*/
.Package-bg{
    background-color: #009688;
    color: #fff;
}
/*.Package-text{
    color: #607D8B;
}*/


/*universal Class for LndCloud training end*/

/*lndManager*/
.social-feed-box{
    /*background-image: -webkit-linear-gradient(231deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    /*background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);*/
    background: linear-gradient(45deg, #727272 0%, #a7abbe 25%, #8e8d8e 51%, #a7abbe 100%);
}
/*.social-feed-box:hover {
    background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
}*/
.social-feed-box h1, .social-feed-box p{
    color: #fff;
    /*margin-bottom: 0px;*/
}
.lndManagerTable>tbody>tr:hover {
    background-color: transparent;
}

#associate-modal .tabs-container a:hover {
    background-color: transparent !important;
    border-bottom: none !important;
}
#associate-modal .tabs-container a:focus {
    background-color: #337ab7 !important;
    border-bottom: none !important;
}
.traineeDataTable td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
.traineeDataTable tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
#traineeDataTable_wrapper.dataTables_wrapper {
    padding-bottom: 0px;
}
.traineeDataTable .dt-buttons {
    display: none;
}
.traineeDataTable .dataTables_filter {
     display: none; 
}
/*#team-modal .nav>li>a:focus, .nav>li>a:hover {
    background-color: #f3f3f4;
}
#team-modal .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #4caf50;
}*/
.team_thumbnails a{
    color: #676a6c;
}
/*lndManager end*/

/*Quiz New start*/
.quiz_new{
    background: #fff;
    padding: 15px;
}
.quiz_new .step-app > .step-content{
    border: none;
    min-height: 400px;
}
.quiz_new .total-question-number{
    padding: 4px 16px;
    color: #333;
    text-decoration: none;
    background: #ffffff;
    border-radius: 3px;
    display: inline-block;
}
.quiz_new .question-number{
    font-size: 15px;
    line-height: 1.43;
    color: #29303b;
    font-weight: normal;
}
.quiz_new .quiz-question{
    font-size: 15px;
    line-height: 1.43;
    color: #29303b;
    font-weight: 600;
}
.quiz_new ul{
    list-style: none !important;
    padding-left: 0px;
}
.quiz_new ul li{
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 4px;
}
.quiz_new .mc-quiz-answer {
    padding: 0px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.quiz_new .mc-quiz-answer:hover{
    background: #f2f3f5;
}
/*.quiz_new .text-answer{
    border: none;
}*/
/*.quiz_new .step-control {
    border: 1px solid #979797;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}*/
.quiz_new .step-control {
    border-top: 1px solid #979797;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10809;
}
.scroll_content .step-control {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ff2883 !important;
    border: none !important;
}
.quiz_new .checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}
.quiz_new .inlineBlock {
    display: inline-block;
}
.quiz_new .quiz_timer {
    padding: 4px 16px;
    text-decoration: none;
    background: #ff2883;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
}
.quiz_new .step-btn {
    padding: 4px 16px;
    color: #333;
    text-decoration: none;
    background: #e5e5e5;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0px 5px;
}
.quiz_new .button-quiz {
    padding: 4px 16px;
    background-color: #f8ac59 !important;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0px 5px;
}
.quiz_new .step-btn:hover {
    background: mediumseagreen;
    color: #fff;
}
/*Quiz New end*/

/* Dashboard LndManager */

.classes_div_inner .inner_block_wrapper {
    border-radius: 4px;
    background-color: #fff;
    /*box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);*/
    /*width: 180px;*/
    margin: 0px 10px;
    min-height: 270px;
    position: relative;
    border: 1px solid #d6d6d6;
    transition: all .5s ease;
    overflow: hidden;
    margin-bottom: 25px;
}

.classes_div_inner .inner_block_wrapper:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}

.inner_block_wrapper .class-type-label {
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    border: 1px solid white;
    position: absolute;
    right: 5px;
    top: 5px;
}
.classes_div_inner .slick-slider{
    margin: 0px 10px;
    display: flex;
    align-items: center;
}

 .classes_div_inner .slick-slider .fas.fa-caret-square-left  {
    position : absolute;
   top: -61px;
    right: 37px;
}

.classes_div_inner .slick-slider .fas.fa-caret-square-right {
    position : absolute;
    top: -61px;
    right: 9px;
}

@media (min-width: 500px) {
   .classes_div_inner .slick-slider .slick-arrow{
       position: static;
    }
}

.slick-disabled {
    opacity: 30%;
    pointer-events:none;
}

.classes_div_inner .slick-slider .slick-slide{
    margin: 10px;
}
.classes_div_inner .slick-slider .slick-arrow{
    font-size: 28px;
    color: #e16298;
    cursor: pointer;
}

    /*.classes_div_inner a {
        color: #00a6df;
        text-decoration: none;
        font-size: 16px;
        background-color: transparent;
        font-weight: 300;
    }*/
    .classes_div_inner .img_th_bundle {
        height: 80px;
        text-align: center;
    }

    .classes_div_inner .img_th_bundle span {
        display: inline-block;
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        border-radius: 50%;
        position: relative;
        top: 40px;
    }

    .classes_div_inner .img_th_bundle span i {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 15px;
        color: #ffffff !important;
        z-index: 1000;
        font-size: 20px;
    }

    .classes_div_inner .progress {
        width: 90%;
        background-color: #e8e8e8;
        border-radius: 6px;
        height: 6px;
        overflow: hidden;
        -webkit-box-shadow: inset 0 1px 2px rgba(20, 23, 28, .1);
        box-shadow: inset 0 1px 2px rgba(20, 23, 28, .1);
        position: absolute;
        bottom: 0px;
        margin: 0px 10px 13px;
    }

    .classes_div_inner .descrip_progms {
        padding: 0 12px;
        text-align: center;
    }

    .classes_div_inner .descrip_progms h3 {
        font-size: 14px;
        color: #293031;
        line-height: 1.29;
        text-align: center;
        margin: 5px 0 15px;
        min-height: 36px;
        font-weight: 600;
    }

    .classes_div_inner .meta-text {
        line-height: 1.6;
        color: rgba(0, 0, 0, .7);
        /*text-align: left;*/
        font-size: 12px;
        font-weight: 600;
    }

    .classes_div_inner .duration-dates {
        line-height: 1.6;
        color: rgba(0, 0, 0, .7);
        /*text-align: left;*/
        font-size: 12px;
        margin-bottom: 10px;
    }

    .classes_div_inner .LiveOnline-bg {
        /*background: #07bee8;*/
        background: #23c6c8;
    }

    .classes_div_inner .Classroom-bg {
        background: #e26298;
    }

    .classes_div_inner .SelfPaced-bg {
        /*background: tomato;*/
        background: #337ab7;
    }
    .classes_div_inner .CoursePackage-bg {
        background: #009688;
        /*background: #337ab7;*/
    }

.small-tiles a {
    /*width: 45%;*/
    height: 80px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.29;
    color: #4a4a4a;
    position: relative;
    padding-right: 50px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    /*margin-right: 5%;*/
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    width: 22%;
    /*width: 178px;*/
    margin-right: 20px;
}
@media (max-width: 560px) {
    .small-tiles a {
    width: 100%;
    margin-right: 5px;
}
}
.small-tiles a:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.3);
}
.small-tiles a:after {
    width: 40px;
    height: 40px;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 5px;
    /*background-position: -23px -9px;*/
    /*background-size: 290px 189px;*/
    /*content: "\f19d";*/
    /*font: normal normal normal 33px/1 FontAwesome;*/
    /*color: #e262984f;*/
    /*color: #0cbde759;*/
    font-size: 33px;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    font-weight: 900;
}
.small-tiles a:before {
    width: 5px;
    height: 32px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #0cbde7;
}
.small-tiles .trainingTile:after {
    content: "\f19d";
    color: #0cbde759;
}
.small-tiles .workflowTile:after {
    content: "\f0e8";
    color: #0cbde759;
}
.small-tiles .salesTile:after {
    content: "\f080";
    color: #0cbde759;
}
.small-tiles .pendingTaskTile:after {
    content: "\f0ae";
    color: #e262984f;
}
.small-tiles .open:before {
    background: #1ab394;
}
.small-tiles .private:before{
    background: #1c84c6;
}
.small-tiles .schedule-open:after, .small-tiles .schedule-private:after {
    content: "\f271";
    color: rgba(24, 166, 135, 0.43);
}
.small-tiles .workflowTile:after {
    content: "\f0e8";
    color: #0cbde759;
}
/* Dashboard LndManager end*/

/*Nabvar Theme start*/
body.mini-navbar.mini-navbar-template .navbar-static-side{
    width: 0px;
    z-index: 0;
}
body.mini-navbar.mini-navbar-template #page-wrapper{
    margin: 0px;
}

.mini-navbar-template{
    background: #000;
}
.mini-navbar-template #page-wrapper {
    background: #f4f6fa;
    /*padding: 0px;*/
}
.mini-navbar-template .wrapper-content{
    padding: 0px !important;
    margin: 30px 15px;
}
.mini-navbar-template .navbar-static-top {
    background: #fff;
}
.mini-navbar-template .footer {
    background: #fff;
}

/*Nabvar Theme end*/

/*self Pced Crud*/
.self-paced-crud .sortable.ui-sortable label, .self-paced-crud .sortable.ui-sortable h4{
    color: #fff;
}
.self-paced-crud .label-primary{
    background-color: #292b31;
    color: #FFFFFF;
}
.self-paced-crud .sortable {
    padding: 10px;
    background: #292b31;
    margin-bottom: 30px;
}

.self-paced-crud .sortable input {
    background: #fff;
}
.self-paced-crud .group-caption {
    background: #31343d;
    display: block;
    padding: 15px 20px;
    margin: 0 0 15px 0;
}
.self-paced-crud .group-items {
    background: #31343d;
    padding: 10px;
    border: 1px dashed #3f4277;
    margin-bottom: 15px;
}
.self-paced-crud .group-item {
    background: #3a3d44;
    height: 28px;
    display: block;
    padding: 0px 0px 0px 10px;
    margin: 5px 0px;
    color: #fff;
    border-left: 2px solid #3f4277;
    line-height: 25px;
}
.self-paced-crud .move {
    background: #3f4277;
    width: 28px;
    height: 28px;
    float: right;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 26px;
    cursor: move;
    font-size: 10px;
}

.self-paced-crud .movable-placeholder {
    background: #ccc;
    width: 400px;
    height: 100px;
    display: block;
    padding: 20px;
    margin: 0 0 15px 0;
    border-style: dashed;
    border-width: 2px;
    border-color: #000;
}

.delete {
    float: right;
    position: absolute;
    right: 20px;
    padding: 0px 4px;
    margin-top: -27px;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.group-caption:hover .delete{
    opacity: 1;
}
/*self Pced Crud end*/

/*Edit Profile page*/
.user-profile-page .profile-image{
    float: none;
    text-align: center;
    width: 100%;
}
.user-profile-page .profile-image img{
    border-radius: 50px;
}
.user-profile-page .profile-info {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 50px;
}
.user-profile-page .profile-type {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #3184c6;
    color: #3184c6;
}
.user-profile-page .form-group {
    margin-bottom: 15px;
}
.user-profile-page .form-control {
    border: none;
    border-bottom: 1px dashed #cacaca;
    /*padding: 0px;*/
}

.user-profile-page .form-control[disabled], .user-profile-page .form-control[readonly], .user-profile-page fieldset[disabled] .form-control {
    background-color: #fff;
}

.user-profile-page .chosen-container-single .chosen-single {
    background-color: #fff;
    border: none;
    border-bottom: 1px dashed #c7c7c7;
}
/*Edit Profile page end*/



/* videoJs Player css */

/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
    
}
.video-js.vjs-hls-quality-selector, .video-js.vjs-http-source-selector {
    width: 100% !important;
    height: 100% !important;
}
.video-js .vjs-tech {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.video-js .vjs-big-play-button {
    /*font-size: 43px !important;
    line-height: 70px !important;
    height: 70px !important;
    width: 70px !important;
    display: block !important;
    position: absolute !important;
    padding: 0 !important;
    cursor: pointer !important;
    opacity: 1;
    border: .06666em solid #fff !important;
    background-color: rgb(226, 98, 152) !important;
    border-radius: 50% !important;
    transition: all .4s !important;*/
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: rgb(226, 98, 152) !important;
    font-size: 30px !important;
    line-height: 2em !important;
    height: 2em !important;
    width: 2em !important;
    border-radius: 50px !important;
    box-shadow: 2px 0px 13px 2px #ffffff;
}

.vjs-menu li {
    text-transform: initial !important;
}

.vjs-icon-cog:before {
    font-size: medium;
}

.vjs-loading-spinner {
    margin: inherit !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border: 4px solid rgb(226, 98, 152) !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 35px !important;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
    margin: -4px !important;
}

.video-js .vjs-control-bar {
    border-radius: 5px !important;
    width: 90% !important;
    bottom: 10px !important;
    height: 3.5em !important;
    margin: auto !important;
    /*background-color: #2b333f !important;*/
    background-color: rgba(43, 51, 63, 0.8) !important;
}

.vjs-button>.vjs-icon-placeholder:before {
    line-height: 2 !important;
}

.video-js .vjs-progress-holder {
    height: .5em !important;
}

.video-js .vjs-play-progress:before {
    font-size: 1.2em !important;
    top: -.3em !important;
}

.video-js .vjs-time-control {
    font-size: 1.1em !important;
    letter-spacing: 1.1px !important;
    line-height: 3.3em !important;
}

/* hide the captions settings item from the captions menu */
.vjs-texttrack-settings {
  display: none;
}

.video-js .vjs-volume-level {
    background-color: #e26298 !important;
}

.video-js .vjs-play-progress {
    background-color: #e26298 !important;
}

.video-js .vjs-slider:focus {
    outline: none !important;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    width: 5px !important;
    background-color: #e26298 !important;
}

.video-js .vjs-time-tooltip {
    font-size: 0.7em !important;
    padding: 8px 10px !important;
    top: -3em !important;
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff !important;
    background-color: rgb(226, 98, 152) !important;
}

.video-js .vjs-picture-in-picture-control {
    display: none;
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #e26298 !important;
    color: #f5f5f5 !important;
}

.video-js button:focus {
    outline:none
}

.video-js .vjs-touch-overlay {
    height: 80% !important;
}

.video-js .vjs-playback-rate-value {
    font-size: 1.5em !important;
    line-height: 2.5em !important;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    z-index: 1 !important;
    bottom: 2em !important;
}

.video-js .vjs-touch-overlay .vjs-play-control {
    top: 60% !important;
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
    display: block !important;
}

.video-js .vjs-touch-overlay.skip {
    top: 10% !important;
}

.video-js .vjs-overlay-background {
    background: rgb(43,51,63,0.6) !important;
    font-size: medium !important;
    width: 80% !important;
    margin: auto !important;
}

.video-js .vjs-overlay-background {
    left: 10% !important;
}

/* videoJs Player css end */

/*Learner Details*/
.learnerModal .plan {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid #f5f5f5;
    max-width: 437px;
    background-color: #fff;
    border-radius: .5rem;
    padding: 1.5rem;
}
.learnerModal .plan:hover {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.learnerModal .viewDetails {
    -webkit-transition: background .3s,border-color .2s;
    transition: background .3s,border-color .2s;
    display: inline-block;
    font-size: 10px;
    /* max-width: 100%; */
    padding: .83rem 2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    /* text-align: center; */
    border: 2px solid #20c997;
    border-radius: 18px;
    color: #fff !important;
    background-color: #20c997;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.learnerModal .learnerName{
  font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.learnerModal .plan-start-learning-button {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.learnerModal .total_course span{
  font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    color: #328af1;
}

.learnerModal .total_course{
    text-align: center;
}
.learnerModal .total_course .counter-count{
    font-size: 18px;
    background-color: #00BCD4;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.learnerModal .total_course .total_course-p {
    font-size: 14px;
    color: #929292;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
.learnerModal .progress{
      margin-bottom: 30px;
      height: 5px;
}
.learnerModal .courseName {
    color: #00b3e7;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.learnerModal .enrolled_dates {
    margin: 30px 0px 30px;
}
.learnerModal .enrolled_dates span{
  color: #1ab394;
  font-weight: bold;
}
.learnerModal .viewAll{
    margin-top: 30px;
    color: #fff !important;
    border: none;
    display: inline-block;
    font-size: 13px;
    padding: .83rem 2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #1e6ef2;
    border-color: #1266f1;
}

/*.learner-widgets-style .widget{
    background: #e4e4e4;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #d4d2d2;
}*/

.learner-headline .social-feed-box {
    padding: 10px 15px;
    background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
}

.learner-widgets-parent {
    padding-right: 50px;
    padding-left: 0;
}

.learner-widgets-style .info-tile {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
    margin-bottom: 20px;
    color: #e26298;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.learner-widgets-style .info-tile-1 {
    width: 70%;
    margin: 20px auto;
}

.learner-widgets-style .info-tile-1 p {
    margin-bottom: 0;
}

.learner-widgets-style .info-tile-2 {
    text-align: right;
    padding: 10px 10px 5px 10px;
}

.learner-widgets-style .info-tile-2 p:first-child {
    font-size: 22px;
    margin-bottom: 0;
}

.learner-widgets-style .info-tile-2 p {
    font-size: 12px;
}

.learner-leaderboard .list-group.clear-list .list-group-item {
    border-top: none !important;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.learner-leaderboard .list-group.clear-list .list-group-item img {
    max-height: 30px;
    max-width: 30px;
    margin: 5px 5px 5px 0px;
}

.learner-leaderboard .list-group.clear-list .list-group-item .points {
    color: #8dccff;
    font-size: 14px;
    line-height: 3.2;
}

.learner-widgets-style .widget {
    border-radius: 20px;
    color: #4a4a4a;
    margin-bottom: 30px;
    border: 1px solid #cecece;
    transition: all .5s ease;
}
.learner-widgets-style .widget .font-bold{
    color: #0cbde7;
    font-size: 25px;
    font-weight: bold;
}
.learner-widgets-style .category1 {
    color: #81ce78;
    font-size: 35px;
}
.learner-widgets-style .category2 {
    color: #9494de;
    font-size: 35px;
}
/*Learner Details end*/


/*Tables search*/
.custom-datatable .ibox-title .ibox-tools .custom-datatable-search{
    margin-top: -6px; 
}
/*Tables search end*/

/*Quiz Result upgrade*/
.QuizResultRow {
    padding: 0px;
    background: #fff;
    margin-top: 120px;
}
.alignment-margin{
    margin-bottom: 100px;
}
.QuizResultRow .alert-danger, .QuizResultRow .alert-success{
    background: transparent;
}
.QuizResultRow h1{
    color: #1c84c6;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.QuizResultRow .quizTiles {
    border-radius: 6px;
    background-color: #fff;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.29;
    color: #1c84c6;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
    transition: all .5s ease;
    width: 100%;
    border: 1px solid #eceaea;
}
.QuizResultRow .quizTiles p {
    color: #929292;
    font-weight: bold;
    font-size: 11px
}
.QuizResultRow .quizTiles div {
    font-size: 30px;
}
.QuizResultRow .quizTiles div span{
    font-size: 11px;
    color: #363636;
    font-weight: bold;
}
.QuizResultRow .justify-content-md-center{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.QuizResultRow .alert {
    height: 100px;
    line-height: 100px;
    text-align: center;
    align-items: center;
    display: inline-flex;
}
.QuizResultRow .alert strong {
    font-size: 30px;
    margin-left: 10px;
}
.QuizResultRow .chart-ul {
    margin-bottom: 30px;
    padding-left: 0px;
}
.QuizResultRow .chart {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px;
    vertical-align: top;
    position: relative;
    line-height: 100px;
    text-align: center;
}
.QuizResultRow .chart span {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
}
.QuizResultRow .chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.QuizResultRow .submitted-on {
  text-align: center;
}
.QuizResultRow .submitted-on i{
    color: green;
    font-weight: bold;
    font-size: 17px;
}
.scroll {
  position:relative;
}
.scroll:hover {
  text-decoration:none;
}

.scroll:after {
  content:'';
  width:40px;
  height:40px;
  position:absolute;
  top:40px;
  margin:auto;
  top:50px;
  right:0;
  bottom:0;
  left:0;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
}

.scroll:after {
  border-right:4px solid tomato;
  border-bottom:4px solid tomato;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  
}
@-webkit-keyframes arrow {
  0%,100% {
    top:50px;
  }
  50% {
    top:80px;
  }
}
@keyframes arrow {
  0%,100% {
    top:50px;
  }
  50% {
    top:80px;
  }
}
  
/* Quiz end*/
/*Quiz Result upgrade end*/

/*lnd headings new design*/
.lnd-heading-box{
    padding: 10px 15px;
    background: linear-gradient(45deg, #2ec6ea 0%, #23c6c8 25%, #1ab394 51%, #1ab496 100%);
    background: linear-gradient(45deg, #2ec6ea 0%, #60adc8 25%, #9399c8 51%, #9399c8 100%);
    background: linear-gradient(45deg, #2ec6ea 0%, #2ec6ea 25%, #2ec6ea 51%, #e262988c 100%);
}
.lnd-heading-box h1, .lnd-heading-box p{
    color: #fff;
    margin-bottom: 0px;
}
.common-boxes-lnd {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.dynamic-data {
    font-size: 14px;
    margin-bottom: 10px;
}
.dynamic-data-heading {
    font-weight: bold;
    font-size: 13px;
}

.lnd-heading-box-button {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.lnd-heading-box-button:hover, 
.lnd-heading-box-button:focus {
    border: 1px solid #fff;
    color: #fff;
}

.dark-theme .lnd-heading-box-button {
    border: 1px solid #a6a6a6;
    background: transparent;
    color: #a6a6a6;
}

.dark-theme .lnd-heading-box-button:hover, 
.dark-theme .lnd-heading-box-button:focus {
    border: 1px solid #949494;
    color: #fff;
}

.other-details-heading {
    color: #ddd;
}

.other-details-heading .lnd-heading-box-button {
    /*min-width: 115px;*/
    border: none;
    color: #ddd;
}
/*lnd headings new design end*/


.step-app > .step-steps > li.done a{
    background: #ddd;
    color: #000;
}

/*user Profile start*/
.user-profile .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.user-profile .wideget-user-desc .wideget-user-img img {
    border-radius: 100%;
    margin-right: 2rem;
    width: 110px;
}

.user-profile .wideget-user-desc .user-wrap {
    margin-top: 1.5rem;
}

.user-profile .wideget-user-info {
    margin-top: 1rem;
}


.user-profile .wideget-user-info .wideget-user-warap h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.user-profile .wideget-user-info .wideget-user-warap .wideget-user-warap-r {
    margin-left: 10rem;
}

.user-profile .wideget-user-info .wideget-user-rating a {
    font-size: 18px;
}

.user-profile .wideget-user .wideget-user-icons a {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 100px;
    line-height: 3rem;
    margin-top: 0.3rem;
}

.user-profile .media-heading {
    margin-top: 30px;
    margin-bottom: 5px;
}
.user-profile .media-heading h5{
    font-size: 18px;
}


.user-profile .bg-facebook {
    background: #2b4170 !important;
}

.user-profile .bg-info {
    background: #0774f8 !important;
}

.user-profile .bg-google {
    background: linear-gradient(to bottom right, #e64522, #c33219) !important;
    color: #fff;
}
/*user Profile end*/


/*feedback Chart labels*/
#feedBackChart .c3-chart-arcs .c3-chart-arcs-gauge-max, #feedBackChart .c3-chart-arcs .c3-chart-arcs-gauge-min {
    font-size: 12px;
    font-weight: 800;
}
#averageFeedBackChart .c3-chart-arcs .c3-chart-arcs-gauge-max, #averageFeedBackChart .c3-chart-arcs .c3-chart-arcs-gauge-min {
    font-size: 12px;
    font-weight: 800;
}
/*.c3-chart-arc .c3-gauge-value{
    fill: green;
}*/
/*feedback Chart labels end*/

.supportForm .form-group{
    margin-bottom: 15px;
}
.supportForm label{
    font-weight: 600;
}
.anychart-credits{
    display: none;
}

/*.learner-new-tiles {
    background: #fff;
    padding: 30px 20px 20px;
    margin-bottom: 20px;
    min-height: 360px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
}*/
.learner-new-tiles {
    background: #fff;
    padding: 10px 20px 1px;
    margin-bottom: 20px;
    min-height: 360px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
}

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

.learner-new-tiles:hover {
    box-shadow: 1px 2px 10px 3px rgba(0,0,0,0.1);
}

/*.Classroom-tile:hover{
    -webkit-box-shadow: 1px 2px 10px 3px rgba(226,98,152,0.5);
    -moz-box-shadow: 1px 2px 10px 3px rgba(226,98,152,0.5);
    box-shadow: 1px 2px 10px 3px rgba(226,98,152,0.5);
}*/

.learner-new-tiles h3.sub-heading {
    margin : 5px auto;
    min-height: 40px;
    max-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #959ba5;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    m
}

.learner-new-tiles .trainerName{
    color: #959ba5;
    font-weight: bold;
    text-align: center;
}
.duration-dates {
    text-align: center;
}
.learner-new-tiles .counters-headings{
    color: #959ba5;
    text-align: center;
}
.learner-new-tiles .counters {
    color: #7e73f9;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
/*.learner-new-tiles .class-type-label {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    padding: 1px 5px;
    font-size: x-small;
}*/
.learner-new-tiles .class-type-label {
    position: relative;
    top: 0;
    left: 82%;
    color: #fff;
    padding: 1px 5px;
    font-size: x-small;
    z-index: 1;
    min-width: 6px;
    width: 56px;
    max-width: 57px;
    text-align: center;
}
.learner-new-tiles .descrip_progms {
    margin-bottom: 10px;
    padding: 0px;
}

.learner-new-tiles .osp-learner-stats .osp-stats-box {
    background: transparent;
    margin: 0px 0px;
    border-right: 1px solid #e9e9e9;
    margin-bottom: 10px;
    padding: 2px 6px;
}

.learner-new-tiles .osp-learner-stats .osp-stats-box:last-child {
    border-right: none;
}

/*.Classroom-border .fill, .Classroom-border .bar{
    border: 0.08em solid #e26298;
    border-color: #e26298 !important; 
}
.SelfPaced-border .fill, .SelfPaced-border .bar{
    border: 0.08em solid #337ab7;
    border-color: #337ab7 !important;
}
.LiveOnline-border .fill, .LiveOnline-border .bar{
    border: 0.08em solid #23c6c8;
    border-color: #23c6c8 !important; 
}
.blended-border .fill, .Blended-border .bar{
    border: 0.08em solid #607D8B;
    border-color: #607D8B !important; 
}*/

/*.Classroom-border > span {
    color: #e26298 !important;
}

.LiveOnline-border > span {
    color: #23c6c8 !important;
}

.Blended-border > span {
    color: #607D8B !important;
}

.SelfPaced-border > span {
    color: #337ab7 !important;
}

.package-border > span {
    color: #009688 !important;
}*/

/*.c100 > span {
    cursor: pointer;
}

.c100.Classroom-border:hover > span {
  color: #e26298;
}
.c100.SelfPaced-border:hover > span {
  color: #337ab7;
}
.c100.LiveOnline-border:hover > span {
  color: #23c6c8;
}
.c100.Blended-border:hover > span {
  color: #607D8B;
}
.c100.Package-border:hover > span {
  color: #009688;
}*/

.learner_technology_box {
    background: #00a3e8;
    color: #fff;
    position: absolute;
    width: 100%;
}
/*.learner_technology_box:after, .learner_technology_box:before {
    top: 100%;
    left: 75%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}*/

/*.learner_technology_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #00a3e8;
    border-width: 30px;
    margin-left: -30px;
}*/
/*.learner_technology_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #00a3e8;
    border-width: 36px;
    margin-left: 10px;
}*/

.learner_technology_box .technology-name {
    padding: 60px;
    color: #fff;
    font-weight: 400;
}
.start-learning-button {
    position: absolute;
    /* right: 10%; */
    /* top: 225px; */
    background: #dd6095;
    border: none;
    padding: 20px 50px;
    font-size: 20px;
    color: #fff;
    top: 54%;
    left: 38%;
}
.start-learning-button:hover {
    background: #00a3e8;
}

.points_details {
    position: absolute;
    bottom: 20%;
    left: 6%;
    font-size: 14px;
    width: 80%;
    text-align: center;
}

.points_details ul {
    padding-left: 15%;
    list-style-type: none;
    text-align: left;
}

.points_details ul li {
    margin-bottom: 5px;
}

.points_details ul li i {
    font-size: 6px;
    position: relative;
    top: -3px;
    right: 5px;
}

.package_enroll_disabled {
    position: absolute;
    bottom: 5%;
    text-align: center;
    margin: auto;
    width: 100%;
    font-weight: bold;
    color: red;
}
/*.points_details ul li:before {
    content: '\f111';
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}*/

.invite-class .panel-body {
    background: transparent;
    border: none;
}
.invite-class.tabs-container .nav-tabs {
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
/* .invite-class .nav-tabs li.active > a, .invite-class .nav-tabs li.active > a:focus {
    background: #e26298;
    color: #fff;
    border-radius: 0px;
} */

.invite-class .nav-tabs li > a {
    color: #cda2a2;
    background: #555a5e;
    border-radius: 0px;
    border: 0;
    text-transform: uppercase;
} 

.invite-class .nav-tabs li.active > a {
    background: rgba(0, 0, 0, .3);
    border: 0;
}

.invite-class .nav-tabs li > a:hover,
.invite-class .nav-tabs li > a:focus,
.invite-class .nav-tabs li.active > a:hover,
.invite-class .nav-tabs li.active > a:focus {
    color:  #cda2a2;
    background: rgba(0, 0, 0, .3);
    border: 0;
}

@media (max-width: 767px) {
    .tabs-container .nav-tabs > li.active > a {
        border-bottom: none !important;
    }
}
/*New feedback page UI css start*/

.feedback-form-parent .class-name {
    padding: 10px;
    color: #b9b2b2;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    border: 1px solid #9d9d9d;
}
.feedback-form-parent .feedback-section-heading{
    margin-bottom: 30px;
}
.feedback-form-parent .feedback-heading {
    text-align: center;
    margin-bottom: 50px;
}

.feedback-form-parent .course-rating, .feedback-form-parent .plateform-rating { 
  border: none;
  float: left;
}

.feedback-form-parent .course-rating > input, .feedback-form-parent .plateform-rating > input { display: none; } 
.feedback-form-parent .course-rating > label:before, .feedback-form-parent .plateform-rating > label:before { 
  margin: 5px;
  font-size: 20px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.feedback-form-parent .course-rating > .half:before, .feedback-form-parent .plateform-rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.feedback-form-parent .course-rating > label, .feedback-form-parent .plateform-rating > label { 
  color: #ddd; 
  float: right; 
  cursor: pointer;
}

.feedback-form-parent .course-rating > input:checked ~ label,
.feedback-form-parent .course-rating:not(:checked) > label:hover, 
.feedback-form-parent .course-rating:not(:checked) > label:hover ~ label { color: #FFD700;  }

.feedback-form-parent .course-rating > input:checked + label:hover,
.feedback-form-parent .course-rating > input:checked ~ label:hover,
.feedback-form-parent .course-rating > label:hover ~ input:checked ~ label, 
.feedback-form-parent .course-rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.feedback-form-parent .plateform-rating > input:checked ~ label,
.feedback-form-parent .plateform-rating:not(:checked) > label:hover, 
.feedback-form-parent .plateform-rating:not(:checked) > label:hover ~ label { color: #FFD700;  }

.feedback-form-parent .plateform-rating > input:checked + label:hover,
.feedback-form-parent .plateform-rating > input:checked ~ label:hover,
.feedback-form-parent .plateform-rating > label:hover ~ input:checked ~ label, 
.feedback-form-parent .plateform-rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.feedback-form-parent .course-rating, .feedback-form-parent .plateform-rating { 
  border: none;
  float: left;
}

.feedback-form-parent .course-rating > input, .feedback-form-parent .plateform-rating > input { display: none; } 
.feedback-form-parent .course-rating > label:before, .feedback-form-parent .plateform-rating > label:before { 
  margin: 5px;
  font-size: 20px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.feedback-form-parent .course-rating > .half:before, .feedback-form-parent .plateform-rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.feedback-form-parent .course-rating > label, .feedback-form-parent .plateform-rating > label { 
  color: #ddd; 
 float: right; 
}

.dark-theme .feedback-form-parent label {
    color: #acb4c0;
}
.dark-theme .feedback-form-parent .lnd-heading-box {
    background: rgba(0, 0, 0, 0.2);
}

.dark-theme .feedback-form-parent .lnd-heading-box h1,
.dark-theme .feedback-form-parent .lnd-heading-box p {
    color: #ccc;
}

form#feedback-form .smiley-radio {
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: border .2s ease;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  margin: 10px 5px 0px;
  transition: all .2s ease;
}
form#feedback-form .smiley-radio:hover, form#feedback-form .smiley-radio:checked {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
form#feedback-form .smiley-radio:focus {
  outline: 0;
}
form#feedback-form .smiley-radio:before {
    font-size: 50px;
}
input.fas {
    color: #cacaca;
}
/*form#feedback-form .smiley-radio.color1 { color: rgba(124, 2, 4, 0.6); }
form#feedback-form .smiley-radio.color1 { color: rgba(159, 0, 3, 0.6); }
form#feedback-form .smiley-radio.color2 { color: rgba(156, 10, 12, 0.6); }
form#feedback-form .smiley-radio.color2 { color: rgba(182, 17, 19, 0.6); }
form#feedback-form .smiley-radio.color3 { color: rgba(196, 38, 4, 0.6); }
form#feedback-form .smiley-radio.color4 { color: rgba(252, 114, 4, 0.6); }
form#feedback-form .smiley-radio.color5 { color: rgba(252, 169, 4, 0.6); }
form#feedback-form .smiley-radio.color6 { color: rgba(252, 222, 4, 0.6); }
form#feedback-form .smiley-radio.color7 { color: rgba(220, 254, 4, 0.6); }
form#feedback-form .smiley-radio.color8 { color: rgba(164, 213, 4, 0.6); }
form#feedback-form .smiley-radio.color9 { color: rgba(44, 190, 4, 0.6); }
form#feedback-form .smiley-radio.color10 { color: rgba(36, 150, 4, 0.6); }*/

form#feedback-form .smiley-radio.color1,
form#feedback-form .smiley-radio.color2,
form#feedback-form .smiley-radio.color3,
form#feedback-form .smiley-radio.color4,
form#feedback-form .smiley-radio.color5,
form#feedback-form .smiley-radio.color6,
form#feedback-form .smiley-radio.color7,
form#feedback-form .smiley-radio.color8,
form#feedback-form .smiley-radio.color9,
form#feedback-form .smiley-radio.color10 {
    color: rgba(158, 158, 158, 0.4);
}

/*form#feedback-form .smiley-radio.color1:checked, form#feedback-form .smiley-radio.color1:hover { color: #7c0204; }*/
form#feedback-form .smiley-radio.color1:checked, form#feedback-form .smiley-radio.color1:hover { color: #9f0003; }
/*form#feedback-form .smiley-radio.color2:checked, form#feedback-form .smiley-radio.color2:hover { color: #9c0a0c; }*/
form#feedback-form .smiley-radio.color2:checked, form#feedback-form .smiley-radio.color2:hover { color: #b61113; }
form#feedback-form .smiley-radio.color3:checked, form#feedback-form .smiley-radio.color3:hover { color: #c42604; }
form#feedback-form .smiley-radio.color4:checked, form#feedback-form .smiley-radio.color4:hover { color: #fc7204; }
form#feedback-form .smiley-radio.color5:checked, form#feedback-form .smiley-radio.color5:hover { color: #fca904; }
form#feedback-form .smiley-radio.color6:checked, form#feedback-form .smiley-radio.color6:hover { color: #fcde04; }
form#feedback-form .smiley-radio.color7:checked, form#feedback-form .smiley-radio.color7:hover { color: #dcfe04; }
form#feedback-form .smiley-radio.color8:checked, form#feedback-form .smiley-radio.color8:hover { color: #a4d504; }
form#feedback-form .smiley-radio.color9:checked, form#feedback-form .smiley-radio.color9:hover { color: #2cbe04; }
form#feedback-form .smiley-radio.color10:checked, form#feedback-form .smiley-radio.color10:hover { color: #249604; }


.feedback-form-parent .class-name h4 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
}
.feedback-form-parent .overall-heading{
    font-weight: 600;
}
.feedback-form-parent .feedback-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.feedback-form-parent .thanks-message{
    text-align: center;
}
.feedback-form-parent .feedback-box {
    text-align: center;
    font-size: 12px;
    border: 1px solid white;
    padding: 5px 0px;
    background: #f3f3f3;
    border-radius: 3px;
    color: #887d7d;
}
.feedback-form-parent .feedback-box i {
    color: #887d7d;
}
.feedback-form-parent .lnd-heading-box{
    margin-bottom: 40px;
}
.feedback-form-parent .lnd-heading-box h1 {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 0px;
}
.feedback-form-parent .lnd-heading-box strong{
    font-size: 30px;
}
.feedback-form-parent .recommend-rating{
    margin-bottom: 20px;
}

/*New feedback page UI css end*/

.input-groups{
    display: inline-block;
}
.input-groups select{
    width: 51px;
    padding: 0px 5px;
}

.learnerViewFeatures {
   
    margin : auto;
    color: #d0d0d0;
    padding-top: 15px;
    margin-right  : 70px;
}
.learnerViewFeatures.hovered{
    margin-right : 35px
}
.learnerViewFeatures .custom-class-nav {
    background: #363636;
    border-bottom: 2px solid #ff6347;
    border-top: 2px solid #ff6347;
}
.learnerViewFeatures .nav>li>a:focus, .learnerViewFeatures .nav>li>a:hover {
    background-color: #363636;
}
.learnerViewFeatures .custom-class-nav .nav-pills>li.active>a, .learnerViewFeatures .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #ff6347 !important;
}
.learnerViewFeatures .custom-class-tab .panel-body {
    padding: 15px;
}


/* Used for css for view page client and contact page */
 h1.contact_name {
        margin-top: 6px;
        padding-top: 6px;
        font-weight: 400;
    }

    .content-box {
        background: #fff;
        width: 100%;

        min-height: 3.750em;
        margin: 2em auto;
        padding: 0.3125em 1.250em 0 1.250em;
        border-radius: 0.313em;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        line-height: 1.5em;
        color: #292929;
    }

    .ribbon_style {

        height: 48px;
        width: auto;
        position: relative;
        padding: 0 0.5em;
        font-size: 2.000em;
        margin: 0 0 0 -0.625em;
        line-height: 1.875em;
        color: whitesmoke;
        border-radius: 0 0.156em 0.156em 0;
        background: rgb(176, 106, 179);
        background: linear-gradient(325deg, rgba(176, 106, 179, 1) 27%, rgba(69, 104, 220, 1) 79%);
        box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.5);
        text-align: left;

    }

    .ribbon_style::before,
    .ribbon_style::after {
        position: absolute;
        content: '';
        display: block;
    }

    .ribbon_style:before {
        content: "";
        width: 0.469em;
        height: 121%;
        padding: 0 0 0.438em;
        top: 0;
        left: -0.469em;
        background: #4568dc;
        border-radius: 0.313em 0 0 0.313em;
    }


    .ribbon_style:after {
        content: "";
        width: 0.313em;
        height: 0.313em;
        background: rgba(0, 0, 0, 0.35);
        bottom: -0.313em;
        left: -0.313em;
        border-radius: 0.313em 0 0 0.313em;
        top: 46px;
    }

    @media (max-width: 600px) {


        .ribbon_style {
            line-height: 1.143em;
            padding: 0.5em;
        }

        .ribbon_style:before,
        .ribbon_style:after {
            font-size: 0.714em;
        }
    }

    .content-box .ibox-content {
        padding-bottom: 0;
    }

     .pd_inside {
        padding: 1px 15px;
    }

    .mt_inside {
        width: 65.333333%;

        padding-bottom: 9px;
    }


    /* css used for deal and lead view page

    /* contact/deals/view used css */
    ul.ul_content {
        counter-reset: li;
        /* Initiate a counter */
        list-style: none;
        /* Remove default numbering */
        *list-style: decimal;
        /* Keep using default numbering for IE6/7 */
        font: 12px 'trebuchet MS', 'lucida sans';
        padding: 0;
        margin-bottom: 4em;
        text-shadow: 0 0.8px 0 rgba(255, 255, 255, .5);

    }

    .rectangle-list li.design {
        margin-left: inherit !important;
    }


    .rectangle-list .Ol_design,
    .rectangle-list .design {
        width: 255px;
        position: relative;
        display: block;
        padding: .4em .4em .4em .8em;
        *padding: .4em;
        margin: .5em 0 .5em 2.5em;
        background: #ddd;
        color: #444;
        text-decoration: none;
        transition: all .3s ease-out;

    }

    .rectangle-list .Ol_design:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        background: #2BBDE7;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
    }

    .rectangle-list .Ol_design:after {
        position: absolute;
        content: '';
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        transition: all .3s ease-out;
    }

    .rectangle-list .Ol_design:hover:after {
        left: -.5em;
        border-left-color: #E36298;
    }

        .deal-view .ibox-content {
        border-radius: 10px;
    }

    .deal-view .course-title h1 {
        font-weight: 900;
    }

    .deal-view .course-tagline {
        font-weight: 400;
        font-size: large;
        border-bottom: 1px solid #80808030;
        margin-bottom: 13px;
    }

    .deal-view .containers .left_container {
        margin-right: -17px;
    }

    .deal-view .stream-panel .date {
        font-size: 12px;
        color: #676a6c;
    }

    .deal-view .stream-panel.active .stream-info {
        font-size: 14px;
        font-weight: 400;
    }

    .deal-view .stream-panel .type {
        color: cornflowerblue;
        font-weight: bold;
        ;
    }

    .deal-view .stream-panel.active .type {
        font-size: 13px;
    }

/*    .deal-view .stream-panel.active .date {
        font-size: 13px;
    }*/

    .deal-view .stream-panel.active .activities {
        font-size: 13px;
    }

    .deal-view .stream .stream-badge i.bg-warning {
        padding: 6px 4px;
    }

    .deal-view .activity-checkbox {
        font-size: 18px;
        display: inline-block;
        position: absolute;
        left: -20px;
        top: 15px;
        cursor: pointer;
    }

    .deal-view .stream.activity-completed .stream-panel .type,
    .deal-view .stream.activity-completed .stream-panel .date,
    .deal-view .stream.activity-completed .stream-panel .activities,
    .deal-view .stream.activity-completed .stream-panel .activities a {
        /*color: #9a9d9f;*/
        color: #ccc;
    }
    .deal-view .stream.activity-completed .stream-panel .activities a {
        border-bottom: 1px dotted;
    }

    .deal-view .stream.activity-completed .stream-badge i {
        /*background-color: #9a9d9f;
        border-color: #9a9d9f;*/
        background-color: #ccc;
        border-color: #ccc;
    }


    .deal-view .activity-block .activity-completed .fa-check-square,
    .deal-view .activity-block .activity-completed .fa-edit {
        color: #ccc;
    }

    .stream.tmp {
        background: linear-gradient(to right, rgba(254, 237, 186, 0.5), #fff);
    }