/*
vim: set sts=4 ts=4 sw=4 expandtab:
*/
body {
    background-repeat: repeat-x;
    background-color: #f9f9f9;
    font-size: 15px;
}

.loading-overlay {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;opacity: 0;display:none;transition: all 0.4s linear;z-index: 5001;}
.loading-overlay.active {display: block;opacity: 1;}
.loading-overlay .overlay-inner {height: 100vh;display: flex;justify-content: center;align-items: center;}

.toast-wrapper {text-align: left;position: fixed;right:20px;top:60px;margin:auto;z-index: 100000;width:90%;max-width: 350px;}
.toast {border-radius: 2px;padding:8px;font-size:1.5rem;color:#fff;cursor:pointer;opacity: 0;margin:10px 0;transform: translateX(100%);-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;transition: all 200ms linear;}
.toast.ready {opacity: 1;transform: translateX(0);}
.toast.info {background: #009B77;}
.toast.error {background: #FF7373;}

.sbl-hidden {
    display: none !important;
}

header .container {
    position: relative;
}

#header-banner {
    height: 219px;
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    background: transparent;
}

.flip-container .back img {
    margin-top: 35%;
}

ul.dropdown-menu [class^=mdi-] {
    position: relative;
    top: 5px;
    left: -5px;
}

.checkbox label, .radio label, label {
    color: #333;
    
}

.checkbox .checkbox-material {
    margin-right: 10px;
}

.checkbox {
    padding-left: 0;
}

h6 {
    font-size: 15px;
}

h5 {
    font-size: 17px;
}

h4 {
    font-size: 22px;
}

h3 {
    font-size: 30px;
}

h2 {
    font-size: 38px;
}

h1 {
    font-size: 45px;
}

a, a:hover, a:visited, a:link {
    color: #545454;
}

.navbar.navbar-pitchion {
    background: transparent;
}

.navbar .navbar-collapse {
    max-height: none;
}

.bigger {
    font-size:1.2em;
}

form label.control-label,
.form-group label.control-label {
    color:#0f8675;
}

#drag-and-drop-zone #files {
    margin: 40px auto;
}

#drag-and-drop-zone {
    height: 150px;
    text-align: center;
    background: #f5f5f5;
    border: 1px dashed;
    padding: 30px;
    margin-top: 20px;
}

#drag-and-drop-zone.loading {
    background: url("../images/loading.gif") center no-repeat;
    background-size: 60px 60px;
    border: 4px dashed #e0e0e0;
}

#drag-and-drop-zone.loading div {
    display: none;
}

.line.small {
    width: 55px;
    border-top: 5px solid #108675;
    padding: 0;
    margin-top: 33px;
    margin-bottom: 33px;
}

.parent.container {
    background: #f9f9f9;
    margin-top: 140px;
}

.ml5 {
    margin-left: 5px;
}

.content-inner .main-card {
    margin-top: -65px;
    position: relative;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
}

.content-inner .main-card.bottom-rounded {
    border-radius: 10px 10px 10px 10px;
}

.training-type-radio-button .checkbox label, .training-type-radio-button .radio label {
    color: inherit;
}

.training-type-radio-button .radio {
    margin-bottom: 35px;
}

.training-type-radio-button {
    margin-top: -10px;
}

.content-inner .main-card .cover-image-upload {
}

.content-inner .main-card .card-content {
    padding: 30px 40px 35px 40px;
}

/* Marquee effect for long titles */
.nowrap {
    white-space: nowrap;
}
.scroll-container {
    overflow: hidden;
}
.scroll-text {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
}
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.content-inner .course-list-card {
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.fade-content {
    opacity: 0.2;
}
.course-list-card-body {
    padding: 10px 15px 10px 15px;
}
.course-list-card-badges-container {
    position: absolute;
}
.course-list-card-badges-top {
    height: 64px;
    position: absolute;
    top: -32px;
    left: 20px;
    z-index: 10000;
}
.course-list-skill-badge {
    height: 64px;
}
.course-list-live-container {
    position: absolute;
    top: -18px;
    right: 50px;
    padding: 5px 10px 5px 10px;
    background-color: #f8b660;
    border-radius: 15px;
    z-index: 10001;
}
.course-list-live-icon {
    height: 25px;
}
.course-list-live-text {
    color: white;
    font-weight: bold;
    vertical-align: middle;
}
.course-list-card-badges-bottom {
    position: absolute;
    bottom: -16px;
    left: 25px;
    z-index: 10002;
}
.card-status-icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: white;
    text-align: center;
    padding-top: 4px;
    margin-right: 10px;
    display: inline-block;
}
.card-status-icon-green {
    background-color: #00aa9a;
}
.card-status-icon-pink {
    background-color: #ef6292; 
}
.card-status-icon-red {
    background-color: #ee0000; 
}
.card-status-icon-link {
    display: inline-block;
    vertical-align: top;
}
.course-list-expand-button-container {
    position: absolute;
    right: 30px;
    bottom: 15px;
}
.course-list-expand-button {
    background-color: #ddd !important;
    z-index: 10005;
}
.course-list-card-details {
    padding: 35px 40px 50px 40px;
}
.course-list-card-badges-list {
    margin-bottom: 20px;
}
.course-list-card-badges-list-container {
    display: table;
}
.course-list-card-badges-list-text {
    display: table-cell;
    vertical-align: middle;
}
.card-status-icon-link .course-list-card-badges-list-text:hover {
    text-decoration: underline;
}
.justify-text {
    text-align: justify;
    text-justify: inter-word;
}
.course-list-card-section {
    background-color: #f5f5f5;
    padding: 5px 0 5px 0;
}

.img-circle,
.clip-circle {
    clip-path: circle(50px at center);
    -webkit-clip-path: circle(50px at center);
    border-radius: 0 !important;
}

.img-circle-30,
.clip-circle-30 {
    clip-path: circle(30px at center);
    -webkit-clip-path: circle(30px at center);
    border-radius: 0 !important;
}

.quiz_min_success_num_settings .form-group label.control-label {
    margin-top: 0;
}

#training-cover img {
    border-radius: 10px 10px 0 0;
}

#training-cover {
    position: relative;
}

.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}

.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb130 {
    margin-bottom: 130px;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb50 {
    margin-bottom: 50px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb15 {
    margin-bottom: 15px;
}

.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt85 {
    margin-top: 85px;
}
.mtm15 {
    margin-top: -15px;
}
.mtm100 {
    margin-top: -100px;
}

.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}

.px5 {
    padding-left: 5px;
    padding-right: 5px;
}
.px10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px20 {
    padding-left: 20px;
    padding-right: 20px;
}
.px25 {
    padding-left: 25px;
    padding-right: 25px;
}
.px30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pl0 {
    padding-left: 0px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}

.pr0 {
    padding-right: 0px;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}

.no-form-group-mt .form-group {
    margin-top: 0;
}

.form-group-inline .form-group {
    display:inline-block;
}

.icon-text {
    position: relative;
    top: -3px;
}

.btn-pink {
    background-color: #ef6292 !important;
    color:#fff !important;
}

.btn-pink:hover {
    background-color: #e47298 !important;
}

a.btn.btn-quickaction {
    position: absolute;
    right: 50px;
    bottom: -28px;
}

a.btn.btn-quickaction[data-posindex="1"] {
    right: 130px;
}

a.btn.btn-quickaction[data-posindex="2"] {
    right: 210px;
}

.text-decoration-none {text-decoration: none !important;}

.fab-createtraining {
    background: #009688 !important;
    color: white !important;
}

.fab-documents {
    background: #009688 !important;
    color: white !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
}

.fab-documents>.material-icons {
    font-size: 20px !important;
}

.btn-right {
    right: 0px;
    bottom: 8px;
    position: absolute;
}

.mi-gray {
    color: #B1B1B1 !important;
}

.training-material-content {
    padding: 25px;
    margin-top: 30px;
}

.training-editor-main-card.readonly {
    position: relative;
}

.training-editor-main-card .unlock-help {
    display: none;
}

.training-editor-main-card.readonly .unlock-help img {
    margin-bottom: 40px;
}

.training-editor-main-card.readonly .unlock-help p {
    padding-left: 10px;
}

.training-editor-main-card.readonly .unlock-help {
    background: rgba(178, 178, 178, 0.85);
    display: block;
    color: white;
    padding: 3%;
    z-index: 1;
    font-size: 20px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.training-material-content-parent {
    position: relative;
}

.training-editor-certificate-checkbox-parent {
    height: 52px;
    padding-left: 15px;
}

/*
.training-material-content-parent.readonly:before {
    background: red;
    content: " ";
    opacity: 0.1;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
}
*/

#chapters-ajax > .chapter-item .chapter-header .col-md-1 a {
    cursor: pointer;
}

#chapters-ajax > .chapter-item .chapter-header .col-md-1 a img + img {
    display: none;
}

#chapters-ajax > .chapter-item .chapter-header .col-md-1 a.a-opened img:first-child {
    display: none;
}

#chapters-ajax > .chapter-item .chapter-header .col-md-1 a.a-opened img + img {
    display: inline;
}

#chapters-ajax > .chapter-item .chapter-header .col-md-1 img {
    margin-top: 25px;
}

#chapters-ajax > .chapter-item .chapter-header .chapter-info i {
    font-style: normal;
}

#chapters-ajax > .chapter-item .chapter-header .chapter-info {
    color: #108675;
}

#chapters-ajax > .chapter-item .chapter-header .col-md-8 {
    margin-top: 4px;
}

#chapters-ajax > .chapter-item .chapter-header .col-md-8 .form-group {
    margin-bottom: 0;
    padding-bottom: 0;
}

#chapters-ajax > .chapter-item .col-md-1 .actions {
    margin-top: 10px;
    margin-left: -3px;
}

#chapters-ajax > .chapter-item .chapter-header .move span,
.sitem .header .move span {
    position: relative;
    /*top: 34px;*/
    font-size: 10px;
}

/*
.section-delete-btn span {
    left: -1px;
}

.section-delete-btn {
    margin-top: 10px !important;
    color: #b0b0b0 !important;
    background-color: #ececec !important;
}
*/

.progress-xp-wrapper > .portlet {
    display: inline-block;
}

.progress-xp-wrapper .progress-line {
    width: 85%;
    float: right;
    margin-top: 15px;
}

.sitem .header a {
    cursor: pointer;
}

.sitem .header {
    /*    overflow: hidden;*/
    padding-left: 15px;
    background: white;
}

.sitem .header .title {
    padding-top: 19px;
    padding-bottom: 19px;
}

#chapters-ajax > .chapter-item .chapter-header .move,
.sitem .header .move {
    height: 80px;
    line-height: 80px;
    background-color: #f6f6f6 !important;
    cursor: move;
}

#chapters-ajax > .chapter-item .chapter-header .move,
.sitem .header .move {
    background: url("../images/icon-up-down-move.png") no-repeat 15px 15px;
    line-height: 80px;
}

.imageselect-item a img {
    max-width: 80px;
    max-height: 80px;
    margin: 10px 0;
}

.sitem {
    margin-top: 20px;
    margin-bottom: 20px;
    /*overflow: hidden;*/
    margin-left: 0;
    margin-right: 0;

    -webkit-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.25);
}

.sitem-disabled {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;

    -webkit-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.25);
}

.sitem-disabled .header .title {
    padding-top: 19px;
    padding-bottom: 19px;
}

.sitem.new a {
    margin: 0 15px;
    text-transform: uppercase;

}

.sitem.new h4 {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.sitem.new a {
    cursor: pointer;
}

.sitem.new {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f4f4f4;
    padding: 60px 0 20px;

}

#training-editor-container .inner-wrapper {
    padding: 30px 20px;
    background: #f1f1f1;
}

#training-editor-container {
    /*overflow: hidden;*/
}

.more-info {
    border-radius: 15px;
    background: url("../images/icon-more-info.png") no-repeat 4px center #b2b2b2;
    padding: 8px 15px 8px 40px;
    display: inline-block;
    color: white;
    text-decoration: none;
}

.table.change-log td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table.change-log {
    border-top: 1px solid #95989a;
}

#TrainingEditForm_namecolor {
    background: rgba(255, 255, 255, 0.7) !important;
    color: black;
    font-size: 14px;
}

.document-name-container .document-namecolor select {
    padding: 10px;
}

.document-name-container .document-namecolor .colors {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.document-name-container .document-namecolor a.namecolor {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.document-name-container .document-namecolor a[data-color='black'] {
    background: black;
}

.document-name-container .document-namecolor a[data-color='white'] {
    background: white;
}

.document-name-container .document-namecolor > div.form-group {
    width: 75px;
    right: 20px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    visibility: hidden;
}

.document-name-container .document-name {
    margin-bottom: 20px;
}

.document-name-container .document-name .form-control {
    background-image: linear-gradient(#f38caf, #f38caf), linear-gradient(#f38caf, #f38caf);
    font-size: 50px;
    color: white;
}

.document-name-container .form-group.label-floating label.control-label, .document-name-container .form-group.label-placeholder label.control-label {
    /*font-size: 50px;
    color: white;*/

}

.document-name-container {
    position: absolute;
    bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.document-name-container #LectureEditOfflineForm_name,
.document-name-container #TrainingEditForm_name {
    height: 70px;
}

.document-name-container .form-control::-webkit-input-placeholder {
    color: white !important;
    font-size: 50px !important;
}

.document-name-container .form-control:focus {
    background-image: linear-gradient(#f38caf, #f38caf), linear-gradient(#f38caf, #f38caf);
}

#markers_container div.marker .top {
    position: absolute;
    left: 0;
    width: 17px;
    height: 10px;
    /*background-color: black;*/
    top: 0;
    cursor: pointer;
}

div.marker.animated {
    background: url("../images/marker1.png") no-repeat center !important;
}

.animationselect li {
    padding: 5px 10px;
    cursor: pointer;
}

.animationselect li.selected {
    background: #cccccc;
}

.animationselect:after {
    position: absolute;
    width: 40px;
    height: 10px;
    background: url("../images/animarrow.png") no-repeat;
    content: " ";
    bottom: -10px;
    left: 0;
}

.animationselect {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ededed;
}

#markers_container .markers .marker {
    width: 17px;
    height: 21px; /*32*/
    background: url("../images/marker0.png") no-repeat center;
    background-size: 17px auto;
    display: block;
    position: absolute;
    top: 5px;
    padding-top: 3px;
    color: white;
    z-index: 1;
}

#markers_container {
    margin-top: 0px;
    background: transparent;
}

#markers_container .line1 {
    overflow-x: scroll;
}

#markers_container .timeline .currentline {
    position: absolute;
    width: 16px;
    margin-left: -8px;
    background: url("../images/timeline-current.png") no-repeat;
    height: 32px;
    top: 0;
    left: 0;
}

#markers_container .timeline {
    height: 32px;
    background: url("../images/timeline.png") repeat-x;
    position: relative;
    cursor: pointer;
    background-color: #bcbcbc;
}

#markers_container .markers > div.marker:first-child {
    cursor: no-drop;
}

#markers_container .markers {
    /*background: #fff;*/
    cursor: move;
    height: 32px;
    font-size: 10px;
    text-align: center;
    position: relative;
}

#markers_container .line2 {
    text-align: center;
    margin: 10px;
}

.empty_group label .ch_text {
    color: #fc238b !important;
}

/*------------------- MY COURSES ------------*/

.card > .footer {
    min-height: 60px;
    padding-bottom: 20px;
}

.card > .header {
    position: relative;
}

.card > .header .h4 {
    margin: 0;
    position: absolute;
    bottom: 20px;
    padding: 0 25px;
    color: white;
}

.card > .header .doc-title-and-type h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 17px;
}

.card > .header .doc-title-and-type h5 {
    margin: 0;
    padding: 0;
}

.card > .header .doc-title-and-type {
    margin: 0;
    position: absolute;
    bottom: 10px;
    text-align: left;
    padding: 0 15px;
    color: white;
    white-space: normal;
}

table.SimpleCalendar th {
    text-align: center;
    border-bottom: 1px solid #d9dce0;
}

.mylectures .items > .card.card-doc .footer,
.mycourses .items > .card.card-doc .footer {
    min-height: 105px;
    font-size: 13px;
}

.mycourses .items > .card.card-doc .footer {
    min-height: 0;
    padding-bottom: 0;
}

.mycourses .items .doc-access {
    height: 120px;
}

.mycourses .items .action-btn-wrapper {
    position: absolute;bottom:0;
}

table.SimpleCalendar td time {
    padding: 9px;
    display: block;
}

table.SimpleCalendar td {
    text-align: center;
}

table.SimpleCalendar time[data-toggle="tooltip"] {
    background: rgba(239, 115, 60, 0.2);
    border-radius: 50%;
    padding: 7px;
}

table.SimpleCalendar .xp-color-level-1 {
    background: rgba(239, 115, 60, 0.2);
    border-radius: 50%;
    padding: 7px;
}

table.SimpleCalendar .xp-color-level-2 {
    background: rgba(239, 115, 60, 0.4);
    border-radius: 50%;
    padding: 7px;
}

table.SimpleCalendar .xp-color-level-3 {
    background: rgba(239, 115, 60, 0.6);
    border-radius: 50%;
    padding: 7px;
}

table.SimpleCalendar .xp-color-level-4 {
    background: #ef733c;
    border-radius: 50%;
    padding: 7px;
}

#rank-list-top {
    position: absolute;
    top: -35px;
    right: 20px;
}

/*------------------- LECTURE SECTIONS VIEW ----------*/
.custom-circle i {
    margin-top: 10px;
    color: white;
}

.custom-circle {
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px;
}

.custom-circle.green {
    background: #147562;
}

.custom-circle.grey {
    background: #d1d1d1;
}

.custom-circle.error {
    background: #fc097d;
}

.skill-item .badge-name {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.skill-item .badge-name.fix10 {
    margin-top: 10px;
}

.skill-item img {
    width: 60px;
    height: 60px;
    /*    margin-left: 10px;*/
    margin-left: -20px;
    float: left;
}

.skill-item-fix img {
    margin-left: 0;
}

table.vam td {
    vertical-align: middle !important;
    padding: 3px !important;
}

table.vam-border td {
    vertical-align: middle !important;
    padding: 3px !important;
    border-bottom: #dddddd solid 1px;
}

table.documents-table td {
    vertical-align: middle !important;
    padding: 10px 3px !important;
}

.icon-32 {
    width: 32px;
}

.training-skill-icon-element,
.activity-list img {
    width: 60px;
    height: 60px;
}

.change-lang {
    font-size: 12px;
}

.section-item > div.col-md-12 {

}

.section-item {
    overflow: hidden;
}

.hidden-ov {
    display: block !important;
}

.document-name-container .readly {
/*    font-size: 50px;*/
    font-size: 3vw;
    color: white;
}

/* SECTION VIEW */
.section-item .section-item-row {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.section-item .section-item-row .custom-circle {
    float: left;
}

.section-item-endline {
    margin-top: 10px;
    border-bottom: 1px solid #95989a;
}

.section-item .section-item-row {
    overflow: hidden;
}

.section-item .section-item-row .section-item-name {

}

/*---------PITCHION VIWER -------*/

/*-----------------VIEWER DESKTOP -----------------------*/
#fullscreen-wrapper.on {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

#fullscreen-wrapper {
    background: transparent;
}

#slides-control {
    background: url("/images/t60.png") repeat transparent;
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
}

p.speech {
    padding: 10px;
    border: 1px solid #ccc;
    width: 80%;
    border-radius: 10px;
}

.messages .comment-item {
    padding: 0;
}

/*.slides {
    max-height: calc(90vh - 50px);
}*/

/*---------QUIZ ITEM ----------*/
.type-test ul,
.type-test ul li,
.type-test-result ul,
.type-test-result ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

li.test-item-li .custom-circle {
    top: 10px;
    right: 10px;
    position: absolute;
}

li.test-item-li > div {
    float: right;
}

li.test-item-li label {
    display: block;
    line-height: 30px;
}

li.test-item-li {
    min-height: 80px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 30px 0;
    position: relative;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 10px solid transparent;
    cursor: pointer;
}

.test-item-li .slider.slider-horizontal .slider-handle {
    margin-left: -15px;
}

.test-item-li .slider-handle {
    top: -5px;
    width: 30px;
    height: 30px;
}

.test-item-li .slider.slider-horizontal {
    margin: 0 -15px;
}

.type-test .question img {
    width: auto;
    max-width: 500px;
    height: auto;
    margin: auto;
    display: block;
}

.type-test .question img+h4 {
    text-align: center;
    margin-top: 40px;
}

.type-test .with-img img {
    width:auto;
    max-width:90%;
    height: auto;
    margin-bottom: 15px;
}

.type-test .with-img label {
    font-size: 20px;
}

.type-test .progress-bar {
    background: #FF328F;
}

table.quizstat1 .correct {
    background: green;
    color: white;
}

table.quizstat1 .not-correct {
    background: red;
    color: white;
}

.type-quiz ul li label :hover {
    background: rgba(255, 255, 255, 0.8);
}

.quiz-radio-item .form-group {
    margin: 0;
}

.quiz-radio-item .radio {
    padding-left: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
	height: 0;
    padding: 0;
    overflow: hidden;
}

.fullscreen-container .embed-responsive iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    max-height: 100vh !important;
    background: #f9f9f9 !important;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    max-height: 90vh;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.section-wrapper.type-html {
    font-size: 18px;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99999;
    /* makes sure it stays on top */
}

#status-old {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.comment-item a {
    cursor: pointer;
}

.comment-item .likebtn-inactive {
    cursor: not-allowed;
}

.message-item .speech-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.message-item .speech-footer,
.comment-item .speech-footer {
    text-align: right;
    margin-top: 10px;
    color: #B5B6B7;
    font-size: 12px;
    margin-bottom: 25px;
}

.message-item .speech-body:after
    /*.comment-item .speech-body:after*/
{
    background: url(/images/comment-arrow.png) no-repeat;
    width: 25px;
    height: 29px;
    position: absolute;
    content: " ";
    left: 11px;
    top: 15px;
}

.bookmark-remove-btn {
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}

.message-item .speech-body,
.comment-item .speech-body {
    border: none;
    box-shadow: 1px 1px 10px 4px #E0E0E0;
    border-radius: 10px;
    padding: 20px;
}

.circle {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border: 1px solid white;
}

.circle.size-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.circle.size-35 {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.circle.primary {
    background: #299687;
    color: white;
}

.circle.pink {
    background: #f72992;
    color: white;
}

.circle.gray {
    background: #b5b5b5;
    color: white;
}

.lecture-body-item h5 {
    padding-top: 0;
    margin-top: 0;
}

.card-body-custom .schedules-row {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.lecture-body-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid #dfdfe3;
}

.usercount-and-groups-container .circle.primary {
    margin-left: -10px;
}

.custom-toggle-link {
    background: url("../images/icon-opened.png") no-repeat right center;
    padding-right: 20px;
    cursor: pointer;
}

.custom-toggle-link.closed {
    background: url("../images/icon-closed.png") no-repeat right center;
}

.lecture-circle-items .lecture-circle-item {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #b20048;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.lecture-circle-items {
    position: absolute;
    bottom: -30px;
}

.document-category-item img {
    height: 187px;
    object-fit: cover;
    width: 100%;
}

.card-doc-powers .header img,
.card-doc-powers .header,
.card-doc-powers,
.card-doc .header img,
.card-doc .header,
.card-doc {
    border-radius: 10px 10px 0 0;
}

.card-doc-powers .header .actions {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
}

.card:not(.no-back-shadow).card-doc .header > a:first-of-type::after,
.card:not(.no-back-shadow).card-doc .header > .img-container::after,
.training-editor-main-card #training-cover:first-child::after,
.card-lecture-overlay-bg::after {
    content: "";
    background: linear-gradient(5deg, rgba(0, 0, 0, .7) -120%, rgba(0, 0, 0, 0) 55%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}

.card:not(.no-back-shadow).card-doc .header .doc-title-and-type,
#training-cover .document-name-container {
    z-index:2;
}

.icon-add-lecture {
    background: url("../images/icon-add-lecture.png") no-repeat center #009688 !important;
    width: 60px;
    height: 60px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -30px;
    right: 10px;
    border-radius: 50%;
}

.flex-vac-container {
    display: flex;
}

.flex-vac-col {
    display: flex;
    align-items: center;
}

.card {
    margin-bottom: 35px;
}

.lecture-type-micro .section-wrapper .actions button {
    display: none !important;
}

.lecture-type-micro.lecture-onboarding .section-wrapper .actions button {
    display: inline-block !important;
}

.lecture-type-micro .section-wrapper.type-testinit .actions button[value="test-start"] {
    display: inline-block !important;
}

.lecture-type-micro .section-wrapper .actions button[value="test-submit"] {
    display: inline-block !important;
}

.donut-chart-holder {
    float: left;
}

.poweruserdashboard-trials div.poweruserdashboard-trials-parent,
.charts-container-parent {
    /*    -webkit-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);*/
    padding: 30px;

}

.lecture-item {
    -webkit-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.type-quiz-result .selected-answer {
    border: 10px solid #ccc;
}

.progress-xp-wrapper > img {
    max-width: 80px;
    max-height: 80px;
}

.progress.multiple .progress-bar-danger {
    background-color: red !important;
}

.progress.multiple .progress-bar-warning {
    background-color: orange !important;
}

.progress.multiple .progress-bar-info {
    background-color: green !important;
}

.progress.multiple .progress-bar-gray {
    background-color: #ccc !important;
}

.opacity80 {
    opacity: 0.8;
}

.opacity20 {
    opacity: 0.2;
}

.poweruserdashboard-trials-parent,
.charts-container-parent {
    padding: 0;
}

.toggle-visibility-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: none;
    border: none;
    appearance: none;
    outline: none;
    line-height: 24px;
}

.toggle-visibility-btn:not(.material-icons) {
    font-size: 12px;
}


/*.lecture-view .actions button[type=submit]:hover {
    background: #d1d1d1;
    opacity: 0.8;
}*/
.lecture-view .actions button[disabled] {
    background: #d1d1d1 !important;
    opacity: 0.8;
}

/*
.lecture-view .actions button[value=test-submit] {
    font-size: 11px;
    background: #167663 !important;
    color: white;
    width: auto !important;
    height: auto !important;
    padding: 8px 30px !important;
    border-radius: 0 !important;
    margin: 20px 0 10px 0 !important;
}
*/
/*
.lecture-view .actions button[type=submit] {
    background: #d1d1d1;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    margin-top: 20px;
}
*/

.result-quiz-result .material-icons {
    top: 1px;
    position: relative;
}

.result-quiz-result.result-correct {
    /*background-color: #167663;*/
    color: #167663;
}

.result-quiz-result.result-wrong {
    /*background-color: ;*/
    color: #fc097d;
}

.result-quiz-result.result-wrong.not-selected-correct {
    /*background-color: #ccc;*/
    color: #ccc;
}

.test-item-li.normal.checked {
    border: 10px solid #888;
}

.test-item-li.multiple.checked {
    border: 10px solid #888;
}

.result-quiz-result {
    display: inline-block;
    float: left;
    min-height: 1px;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-right: 50px;
    border-radius: 50%;

}

.result-quiz-answer {
    float: left;
    width: 79%;
}

ul.nav {
    background: #250d33;
}

ul.sk-tabs {
    background: #009688;
}

ul.sk-tabs .nav-item.active .nav-link {
    background: #250d33 !important;
}

.btn-interested span {
    cursor: pointer;
}

.btn-interested span.mdi-action-favorite {
    color: #ccc;
}

.btn-interested.voted span.mdi-action-favorite {
    color: #f72992;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar .navbar-toggle .icon-bar {
    border-color: white !important;
}

@media (max-width: 767px) {

    #ppt-viewer-container #slides-control {
        position: absolute !important;
    }

    .sbl-hidden {
        display: block !important;
    }

    .onboarding-list {
        margin: 0 -15px -35px !important;
        text-align: center;
    }

    .card-list .card img {
        border-radius: 0 !important;
    }

    .scrolling-widget .scrolling-arrow-left,
    .scrolling-widget .scrolling-arrow-right {
        display: none !important;
    }

    .card-list .card {
        max-width: none !important;
    }

    #test-timer-bg #time_progress {
        padding-top: 25px !important;
    }

    #test-timer-bg {
        height: 70px !important;
        background-size: cover !important;
        width: 70px !important;
    }

    .challenge-nav-item span {
        display: none;
    }

    .main-card.challange-head-result {
        margin-top: 30px !important;
    }

    a.btn.btn-quickaction {
        bottom: -30px;
    }

    .navbar a.navbar-brand {
        height: auto;
        flex: 1;
    }

    .navbar.navbar-pitchion {
        padding: 8px 0 12px;
        margin-bottom: 0;
    }

    .navbar.navbar-pitchion .navbar-header {
        display: flex;
        justify-content: space-between;
    }

    .navbar.navbar-pitchion .navbar-toggle {
        order: 2;
        margin: auto 0 auto auto;
    }
    
    .navbar-brand img {
        max-height: 55px;
    }

    .poweruserdashboard-running-courses .cc-normal,
    .poweruserdashboard-running-courses .cc-recommended,
    .poweruserdashboard-running-courses .cc-micro {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-error .mtm100 {
        margin-top: 15px !important;
    }

    .content-inner .main-card {
        margin-top: 30px;
    }

    .progress-line {
        width: 60%;
        float: right;
        margin-top: 0px;
    }

    #rank-list-top {
        top: -30px;
    }

    .document-name-container .readly {
/*        font-size: 24px;*/
        font-size: 5vw;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 22px;
    }

    .parent.container {
        margin-top: 0;
    }

    .content-inner .main-card .card-content {
        padding: 30px 15px 35px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .parent.container {
        margin-top: 150px;
    }
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        background: rgba(37, 13, 51, 0.7);
    }
    .type-test .question img+h4 {
        font-size: 38px;
    }
    .type-test li.with-img {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: flex;
        align-items: center;
    }
    .type-test .with-img label {
        font-size: 24px;
        line-height: 34px;
    }
    .type-test .with-img img {
        width: 230px;
        float: left;
        margin:-20px 40px -20px -40px;
    }
    .test-item-li .slider.slider-horizontal {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .onboarding-list .ended {
        margin-top: 20px;
    }
    .onboarding-list ul {
        float: right;
    }
    .shared-course-participant-container .items th:nth-child(1) {
        width: 200px;
    }
    .shared-course-participant-container .items th:nth-child(2) {
        width: auto;
    }
}

.more-info {
    display: none !important;
}

table.scoreboard td.avatar {
    width: 80px;
}

table.scoreboard td.fullname {
    padding-top: 20px;
}

table.scoreboard tr,
table.scoreboard td.score {
    vertical-align: middle;
}

.fade {
    z-index: 50000;
}
.modal {
    z-index: 50001;
}

.modal-fullscreen.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.modal-fullscreen .modal-content {
    height: 99%;
    overflow-y: auto;
}

.pitch-editor .btn-bgplay > i:first-child + i {
    display: none;
}

.pitch-editor #bgaudio {
    display: inline-block;
    width: 78%;
    float: right;
}

.pitch-editor .btn-bgplay.playing > i:first-child + i {
    display: inline;
}

.pitch-editor .btn-bgplay.playing > i:first-child {
    display: none;
}

.slide-card-parent .slide-card.flipped .layout {
    visibility: hidden;
}

.slide-card-parent .slide-card textarea {
    overflow: auto;
    position: absolute;
    top: 0;
    resize: none;
}

.flipster-content .btn-play > i:first-child + i {
    display: none;
}

.flipster-content .btn-play.playing > i:first-child + i {
    display: inline;
}

.flipster-content .btn-play.playing > i:first-child {
    display: none;
}

.pitch-editor .slides-left {
    float: left;
}

.pitch-editor .slides {
    height: 120px;
    width: 80%;
    float: left;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.pitch-editor .slides div {
    display: inline-block;
    border: 2px solid #ccc;
}

.pitch-editor .te-sbr .layout-item {
    height: 100px;
    padding-top: 40px;
    background: #ccc;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.pitch-editor .slide .inner .layout {
    height: 320px;

    /*    display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;

        align-items: center;
        */
}

.pitch-editor .slide {
    width: 570px;
    height: 320px;
    background: #ccc;
    margin: 0 auto;
}

.slide .side-full label {
    position: relative;
}

.slide .side-full {
    text-align: center;
    width: 100%;
    height: 100%;
}

.slide .layout-link,
.slide .side-left label,
.slide .side-right label {
    position: relative;
    z-index: 1;
}

.inner .side-left, .slide .side-right {
    width: 50%;
    position: relative;
    height: 100%;
    float: left;
    text-align: center;
}

.pitch-editor div.layout-one-things p {
    margin: 0;
    padding: 0;
}

.pitch-editor div.layout-one-things .side-full .left {
    width: 50%;
    display: table-cell;
    position: relative;
    height: 320px;
    vertical-align: middle;
}

.pitch-editor div.layout-one-things .side-full .right {
    width: 50%;
    display: table-cell;
    position: relative;
    height: 320px;
}

.pitch-editor div.layout-one-things .side-full {
    position: absolute;
    top: 0;
    left: 0;
}

.pitch-editor div.layout-two-things img#image_slideimage0,
.pitch-editor div.layout-two-things img#image_slideimage1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.pitch-editor div.layout-one-things img#image_slideimage0 {
    /*width: 90%;
    height: 90%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
    text-align: center;
    margin: auto;
    max-width: 100%;
}

.pitch-editor div[data-layout=two-things]:after {
    content: "";
    width: 1px;
    left: 50%;
    top: 0;
    height: 100px;
    position: absolute;
    border: 1px solid #e0e0e0;
}

.pitch-editor .slide #text1,
.pitch-editor .slide #text0 {
    /*border: 1px dotted #f0f0f0;*/
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
}

.pitch-editor .icons > label:hover i {
    color: #535353;
}

.pitch-editor .icons > label i {
    font-size: 25px;
    margin-top: 14px;
    color: #b9b9b9;
}

.pitch-editor .icons > div {
    position: relative;
}

.pitch-editor .icons > div > a {
    padding-top: 15px;
}

.pitch-editor .icons > div > a,
.pitch-editor .icons > label {

    cursor: pointer;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: white;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 1px #ccc inset;

}

.pitch-editor .icons {
    position: absolute;
    width: 55px;
    z-index: 5;
    top: 10px;
    right: -65px;
}

.pitch-editor h3.popover-title {
    color: #111;
}

.pitch-editor .popover-content a:hover {

}

.pitch-editor .popover-content small {
    color: #111;
    font-size: 9px;
}

.pitch-editor .popover-content a {
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    background: #009688;
    color: white;
}

.pitch-editor .popover, .pitch-editor .tooltip-inner {
    background: white;
    text-align: center;
}

.pitch-editor .h-controls .btn-play > i:first-child + i {
    display: none;
}

.pitch-editor .h-controls .btn-play.playing > i:first-child + i {
    display: inline-block;
}

#progressslider .slider-handle,
.pitch-editor .h-controls #ex1Slider .slider-handle {
    background: #797979;
}

#progressslider .slider-selection,
#progressslider .slider-track,
.pitch-editor .h-controls #ex1Slider .slider-selection,
.pitch-editor .h-controls #ex1Slider .slider-track {
    background: #989898;
}

.pitch-editor .h-controls .btn-play.playing > i:first-child {
    display: none;
}

.pitch-editor .h-controls .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.pitch-editor .h-controls .record.recording {
    /*    -webkit-animation-duration: 5s;
        -webkit-animation-name: animation;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;

        -moz-animation-duration: 5s;
        -moz-animation-name: animation;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: linear;

        animation-duration: 5s;
        animation-name: border;
        animation-iteration-count: 99;
        animation-timing-function: linear;
        */
}

.record.recording {
    animation-name: pulse_animation;
    animation-duration: 1000ms;
    animation-delay: 1s;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.slides-horizontal-container .slide-item .open > .dropdown-menu {
    margin-top: -20px;
}

.slides-horizontal-container .slide-item .slide-type {
    border: 0;
    font-size: 20px;
    position: absolute;
    top: 33px;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 1px #ccc;
    display: none;
}

.storytelling-editor .slides-horizontal-container .slide-item {
    text-align: left;
}

.storytelling-editor .slides-horizontal-container .slide-item .seqnumber {
    position: relative;
    top: 25px;
    border: 0;
    color: white;
    font-size: 20px;
}

.training-section-video .slides-horizontal-container .slide-item-ii .ii-sec {
    color: white;
    font-size: 18px;
    text-align: left;
}

.training-section-video .slides-horizontal-container .slide-item-ii {
    padding-top: 65px !important;
    padding-left: 15px !important;
}

.slides-horizontal-container .slide-item-ii .actions a {
    background: transparent;
    position: relative;
    left: -1px;
    right: 0;
    color: #545454;
    text-decoration: none;
    top: 7px !important;
    cursor: pointer;
}

.slides-horizontal-container .slide-item-ii .actions {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/w50.png) repeat;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.slides-horizontal-container .slide-item .wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 174px;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    30% {
        transform: scale(1);
        opacity: 0.8;
    }
    40% {
        transform: scale(1.08);
        opacity: 0.6;
    }
    50% {
        transform: scale(1);
        opacity: 0.5;
    }
    60% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    80% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pitch-editor .h-controls .record {
    border: 0px solid transparent;
    border-radius: 100%;
    background: #d6126c;
    color: white;
    width: 56px;
    height: 56px;
}

.pitch-editor .slides .slide-item .actions {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/w50.png) repeat;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.pitch-editor .h-controls .actions {
    background: url(../images/w50.png) repeat;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 7px;
}

.pitch-editor .actions .dropdown-toggle {
    position: relative;
    top: 7px;
}

.pitch-editor .slides-horizontal-container {
    background: #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 830px;
}

#create-new-slide {
    border-radius: 100%;
    background: #009688;
    color: white;
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 30px;
}

.pitch-editor .h-controls .left-buttons {
    text-align: left;
}

.pitch-editor .h-controls .right-buttons #ex1Slider {
    margin-top: 15px;
    background: transparent;
}

.pitch-editor .h-controls .right-buttons {
    text-align: right;
}

.pitch-editor .tr-content-inner {
    background: #e5e5e5;
}

.pitch-editor .h-controls > div {
    margin-top: 7px;
}

.pitch-editor .h-controls {
    background: #454545;
    height: 70px;
}

.slides .slide-item {
    width: 176px;
    height: 100px;
    display: inline-block;
    background: #e0e0e0;
    text-align: center;
    padding-top: 40px;
    margin: 2px;
}

.slide .layout {
    position: relative;
}

.slide #image_bg {
    max-width: 100%;
    position: absolute;
}

.slides .slide-item a.btn-remove-slide {
    position: absolute;
    top: 0;
    right: 0;
}

.slides .slide-item {
    position: relative;
}

.slide-item[data-slide-type="ii-test"] {
    background: url('/images/icon-touch.png') no-repeat center #454545 !important;
}

.slides .slide-item.active {
    border: 2px solid #d6126c !important;
}

.section-create-buttons span {
    font-size: 22px;
    margin-left: 0px;
    display: block;
    margin-top: 20px;
}

.section-create-buttons {
    text-align: left;
    overflow: hidden;
    background: #dbdbdb;
    margin: 20px -15px 20px;
    padding: 15px;
}

.section-create-buttons a {
    display: inline-block;
    margin: 15px 5px;
    padding: 10px;
    /*border: 1px solid #e0e0e0;*/
}

.chapter-header .form-group {
    margin-top: 0;
}

.tooltip.tooltip-min,
.tooltip.tooltip-max {
    display: none;
}

.time-label {
    color: white;
    font-size: 11px;
    margin-top: 2px;
    display: inline-block;
    float: right;
}

.learning-cards .slide-card {
    width: 100%;
    height: 300px;
}

.pitch-editor #ex1Slider .tooltip-inner {
    background: rgba(101, 101, 101, .9);
}

#learn-card-info {
    position: absolute;
    right: 0;
    width: 50%;
    padding: 5px;
    z-index: 999;
    bottom: 80px;
    background: white;
    border: 1px solid #ccc;
}

.custom-file-input .btn {
    color: rgba(255, 255, 255, .84) !important;
    border-radius: 2px !important;
}

.chapter-header.add {
    margin-bottom: 30px;
    margin-top: 30px;
}

.answers-container li.active {
    background: #009688;
}

.answers-container .question-tab .form-group {
    margin-top: 0 !important;
}

header .nav > li > a {
    padding: 9px;
}

.nm {
    padding: 0 !important;
}

#questions-container .question .answers-container ul.nav-tabs {
    display: inline-block;
}

#questions-container .question .answers-container {
    background: #e5e5e5;

    padding-top: 20px;
    padding-bottom: 20px;
}

#questions-container .question .question-header .form-group {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

#questions-container .question .question-header {
    overflow: hidden;
}

#questions-container .image {
    background:#AFAFAF;
    color: #fff;
    position: relative;
    display: block;
    max-width: 100px;
    height: 64px;
    border-radius: 6px;
    margin: 8px 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

#questions-container .image.disabled {
    cursor: not-allowed;
}

#questions-container .image input {
    display: none;
}

#questions-container .image img {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
}

#questions-container .image img.uploaded {
    display: block;
}

#questions-container .image .icon {
    font-size: 36px;
    line-height: 20px;
    font-weight: 500;
    margin: 13px 0 6px;
}

#questions-container .image .icon+div {
    font-size: 13px;
    overflow: hidden;
    height: 17px;
    width: 95%;
    margin: auto;
}

#questions-container .remove-answer-image {
    position: absolute;
    right: -41px;
    bottom: 7px;
    color: #A9A9A9;
    text-decoration: none;
}

#questions-container .question-item-row .image-wrapper {
    float: left;
    width: 115px;
    padding-left:15px;
    position: relative;
}

#questions-container .question-item-row .image-wrapper+div {
    position: relative;
    padding-left: 55px;
    padding-top: 5px;
    overflow: hidden;
}

#questions-container .control-line {
    position: absolute;
    left: 20px;
    top: 11px;
}

#questions-container .control-line label {
    padding-left: 0;
}

#questions-container .checkbox {
    margin: 0;
}

#questions-container .check::before {
    color: #009688;
}

#questions-container .btn.test-remove {
    position: absolute;
    right: 15px;
    top: 0;
}

#questions-container .help-sections .form-group {
    margin-top: 0 !important;
}

#questions-container {
    overflow-y: auto;
    height: 540px;
    padding: 20px;
    width: 100%;
}

.challenge-indicator .challange-current-state {
    margin-left: 30px;
    margin-top: 30px;
    color: white;
    float: left;
}

.challenge-indicator .avatars {
    float: left;
}

.challenge-indicator {
    overflow: hidden;
}

.challenge-indicator .center-circle-content {
    width: 80px;
    height: 80px;
    line-height: 80px;
    /* background: red; */
    text-align: center;
    position: absolute;
    top: 10px;
    left: 60px;
    font-size: 30px;
    color: #147562;
    display: none;
}

.challange-head-result .challenge-indicator .avatars .portlet {
    display: inline-block;
    top: 35px;
    position: relative;
}

.challange-running-table > div {
    display: table-cell;
    vertical-align: middle;
    color: white;
    padding-right: 10px;
}

.challange-running-table {
    font-size: 22px;
    color: white;
    text-decoration: none !important;
    cursor: pointer;
    display: table;
}

.main-card.challange-head-result h2,
.main-card.challange-head-result h4 {

}

.main-card.challange-head-result .challenge-details {
    display: none;
}

.main-card.challange-head-result.expanded .card-content {
    border-radius: 10px 10px 0 0;
}

.main-card.challange-head-result.expanded .challenge-details {
    display: block;
}

.main-card.challange-head-result > .card-content {
    border-radius: 7px;
}

.main-card.challange-head-result > img {
    border-radius: 10px 10px 0 0;
}

.main-card.challange-head-result {
    margin-top: -110px;
    margin-bottom: 110px;
    border-radius: 10px;

    background-repeat: no-repeat;
    background-size: cover;

}

table.table-challenge-searchuser tr {
    cursor: pointer;
}

.white {
    color: white;
}

table.table-challenge-searchuser tr.selected {
    background: #f2f2f2;
}

.btn-circle-collapse {
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
}

.btn-circle-collapse-link > div > img + img {
    display: none;
}

.btn-circle-collapse-link.expanded > div > img:first-child {
    display: none;
}

.btn-circle-collapse-link.expanded > div > img + img {
    display: inline;
}

.btn-circle-collapse-link {
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
}

#player-api-intro {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.challenges-indicator .center-circle-content span {
    float: right;
}

.challenges-indicator .avatars > .portlet {
    display: inline-block;
}

.challenges-indicator .center-circle-content {
    display: inline-block;
    position: relative;
    top: -20px;
    width: 160px;
    padding-left: 5px;
}

.challenges-indicator .avatars {
    /*float: left;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.challenges-indicator .avatars > img + img {
    margin-left: -30px;
}

#challenge-counter {
    float: right;
    position: relative;
}

#challenge-counter #countdown figure > div {
    background: none !important;
    border: 0;
}

#challenge-counter #countdown {
    position: absolute;
    top: 20px;
    left: 25px;
}

.btn-lastresult-hidden {
    background: rgba(0, 0, 0, .1);
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    color: white;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.challenges-indicator .winner {
    color: #108675;
}

#chapters-ajax > .chapter-item .chapter-header {
    margin-left: -15px;
    margin-right: -15px;
    background: white;
    box-shadow: 1px 1px 10px 2px #e0e0e0;
}

#chapters-ajax .closed {
    display: none !important;
}

#chapters-ajax > .chapter-item {
    background: rgba(158, 158, 158, 0.07);
    padding: 15px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.actions.dropdown-circle > a > span {
    background: #ececec;
    color: #565656;
    border-radius: 50%;
    padding: 6px;
}

.animated-fadelayer {
    position: absolute;
    display: none;
    background: white;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.lives-container img {
    width: 25px;
}

.lives-container {
    position: absolute;
    top: -10px;
    left: 15px;
    max-width: 90%;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
}

.lives-in-content .lives-container {
    position: relative;
    top: auto;
    left: auto;
}

.lives-container img {
    float: left;
}

.training-meta .lives-container img {
    float: none;
    width: auto;
}

.training-meta .lives-container {
    margin-top: -15px;
    position: relative;
    top: auto;
    left: auto;
}

.training-meta #circle-wrapper {
    position: relative;
}

.bold {
    font-weight: bold;
}

.training-meta #circle-wrapper .circle-percent span {
    font-size: 32px;
}

.training-meta #circle-wrapper .circle-percent {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 160px;
    top: 0;
    bottom: 0;

}

.chapter-color-visited,
.section-item .section-color-visited {
    color: #108675;
}

.chapter-sections .section-item h5 {
    margin-top: 5px !important;
}

.chapter-sections .section-item {
    border-left: 4px solid transparent;
    padding-left: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.chapter-sections .section-item.section-color-not-visited {
    border-color: #ccc;
}

.chapter-sections .section-item.section-color-visited {
    border-color: #108675;
}

.chapter-sections .section-item.section-color-started {
    border-color: #FE6501;
}

.chapter-sections .section-item.section-color-failed {
    border-color: #db78a0;
}

.chapter-sections .section-item.active {
    border-color: #DB78A0;
}

.training-chapters .chapter-title {
    cursor: pointer;
}

.training-chapters .chapter-title:after {
    background: url(/images/arrow-down.png);
}

.training-chapters .chapter-title.open:after {
    background: url(/images/arrow-up.png);
}

.training-chapters .chapter-title:after {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
}

.training-chapters .chapter-title {
    margin-bottom: 0;
}

.vertical-spacer {
    margin: 15px auto;
}

.training-chapters .section-item span {
    font-size: 15px;
}

.training-chapters .section-item h5 {
    margin-top: 15px;
    margin-bottom: 0;
}

.skill-disabled {
    opacity: 0.2;
}

.earned-skill h4 {
    color: #545454;
}

.poweruserdashboard-running-courses .col-md-4 > div {
    padding: 10px;
}

.poweruserdashboard-running-courses .col-md-4 {
}

.poweruserdashboard-running-courses {

}

.poweruserdashboard-running-courses h1 {
    padding: 0;
    margin: 0;

}

.poweruserdashboard-running-courses .custom-col-normal {
    color: white;
    background: #d71b60;
}

.poweruserdashboard-running-courses .custom-col-recommended {
    color: white;
    background: #009688;
}

.poweruserdashboard-running-courses .custom-col-micro {
    color: white;
    background: #1f87e6;
}

.borderless td, .borderless th {
    border: none !important;
}

.poweruserdashboard-monthly-user-activity table td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.notification-row > div > div {
    padding: 0;
}

.notification-row > div {
    margin: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #95989a;
    padding-bottom: 15px;
    overflow: hidden;
}

.cc-normal {
    padding-right: 5px;
}

.cc-recommended {
    padding-left: 0;
    padding-right: 5px;
}

.cc-micro {
    padding-left: 0;
}

.card-doc-powers .card-body-custom {
    padding: 15px 15px;
}

.col-md-6 .summary {
    text-align: right;
}

.circle-progress strong {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.circle-progress strong {
    font-weight: normal;
}

.circle-progress {
    position: relative;
    text-align: center;
}

.circle-progress.size60 {
    width: 60px;
    height: 60px;
}

.circle-progress.size100 {
    width: 100px;
    height: 100px;
}

.circle-progress.size200 {
    width: 200px;
    height: 200px;
}

.circle-progress.size80 strong {
    top: 25px;
    font-size: 25px;
}

.circle-progress.size100 strong {
    top: 30px;
    font-size: 30px;
}

.circle-progress.size100 {
    width: 100px;
    height: 100px;
}

.circle-progress.size100.circle-multiline strong {
    line-height: 24px;
    top: 26px;
    font-size: 20px;
}

.circle-progress.size150.circle-multiline strong {
    line-height: 32px;
    top: -1px;
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.circle-progress.size200 strong {
    top: 60px;
    font-size: 60px;
}

.lecture-list-item {
    /*    border: 1px solid #ccc;*/
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
    background: white;
    box-shadow: 1px 1px 10px 2px #e0e0e0;
}

.items.table td {
    vertical-align: middle;
}

.btn-widget-close {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.lecture-widget {
    position: relative;
    border-radius: 10px;
}

a.btndis {
    background-color: #e0e0e0 !important;
}

.progress-bar-scoreboard {
    background-color: #ff328f !important;
}

.notification-row.row span.created {
    color: rgba(0, 0, 0, 0.5);
}

.notification-row.row span.subject {
    color: #009688;
}

.assessment-retry {
    background: #88ffea;
    background-image: url(/images/ballicons/gem/gem-loop-transparent.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 15px 0;
    border-radius: 10px 10px 10px 10px;
    background-position: 95% 85%;
    margin: 0 15px;
}

.slider {
    background: transparent;
}

#slider_answer .slider-selection {
    background: #BABABA;
}

.managelecture.nav.nav-tabs .active {
    background: #009688;
}

#training-editor-container .sections .sitem[data-ready='0'] .header {
    background: rgba(242, 2, 2, 0.24);
}

.lecture-fullscreen {
    cursor: pointer;
}

/* ---------- MODAL --------*/
.vertical-alignment-helper .modal-footer {
    text-align: center;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.modal-dialog.vertical-align-center .modal-content a {
    color: white;
}

.modal-dialog.trans.vertical-align-center .modal-content {
    background: transparent;
    color: white;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal-backdrop {
    /* background: rgba(0, 0, 0, 0.8); */
    background: rgba(255, 255, 255, 0.95);
}

.modal-backdrop.in {
    opacity: 1;
}

/*---------- MODEL END ------*/

.challenge-nav-item span {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 17px;
    line-height: 16px;
    height: 16px;
    margin: 0 auto;
    border-radius: 50%;
    background: #d71b60;
}

#dashboard-navbar li a {
    color: #ccc;
    text-decoration: none;
}

/*
#dashboard-navbar li a.active:after {
    content: " >";
}
*/

#dashboard-navbar li a.active {
    color: #333;
}

#dashboard-navbar.chatrooms li {
    position: relative;
}

ul.nav.navbar-nav .circle-notification-small {
    position: static !important;
}

#dashboard-navbar li {
    padding: 7px 0;
}

#dashboard-navbar {
    margin-top: 30px;
    list-style-type: none;
    font-size: 22px;
}

.card.card-cert .cert-badge {
    text-align: center;
    margin-top: -32px;
}

.card.card-cert .cert-badge img {
    max-width: 64px;
    max-height: 64px;
}

.card.card-cert .rubint-cont.rubint-nincs {
    opacity: 0.3;
}

.card.card-cert .rubint-cont .rubint-sum {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    font-weight: bold;
}

.card.card-cert .rubint-cont {
    position: relative;
}

.card.card-cert {
    max-width: 265px;
    height: 310px;
    margin-bottom: 50px;
    background: #260d34;
    border-radius: 10px;
}

.card .card-body {
    color: white;
    height: 292px;
    width: 100%;
    position: absolute;
    text-align: center;
}

.card .training-name h5 {
    margin: 0;
    padding: 0;
}

.card .training-name {
    height: 38px;
    overflow: hidden;
    margin-bottom: 15px;
}

.card .retry-button {
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.card .result-text {
    padding: 20px 0 10px;
}

.card.card-cert-inner {
    position: relative;
}

#analitics-top p {
    margin: 0;
}

#analitics-top h3 {
    margin: 15px 0;
}

.pagination li.disabled a,
.pagination li a {
    background: transparent;
    border-radius: 0;
}

.pagination {
    border-radius: 0;
    margin: 15px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #009688;
}

#UserManagerUserAddForm_rights .checkbox,
#UserManagerUserAddForm_groups .checkbox {
    /*    display: inline-block;
        margin: 2px 2px;
        */
}

nav.menu.usermanager .menu-item {
    line-height: 47px;
}

.group-selector-row.usermanager+.group-selector-row.usermanager>* {
    margin-bottom: 2rem;
}

#job-dropdown-menu {padding: 0 10px;width: 100%;margin-top: -15px;}
#job-dropdown-menu .form-group {padding: 0 10px;margin:0 -10px 10px;max-height: 144px;overflow: auto;scrollbar-width: thin;scrollbar-color: #d2d2d2 transparent;}
#job-dropdown-menu .form-group::-webkit-scrollbar {width: 8px;}
#job-dropdown-menu .form-group::-webkit-scrollbar-track {background: transparent;border-radius: 2px;}
#job-dropdown-menu .form-group::-webkit-scrollbar-thumb {background-color: #d2d2d2;border-radius: 2px;}
#job-dropdown-menu.open {display: block;}
#job-dropdown-menu button {margin-top: 0;padding: 0;}
#job-dropdown-menu label {padding-left: 30px;display: block;}
#job-dropdown-menu .checkbox-material {position: absolute;left: 0;top: 0;line-height: 0;}
#job-dropdown-menu .checkbox-material:before {transform: none;top: 0;}
#job-dropdown-menu .checkbox:last-child {margin-bottom: 0;}

.form-group select {
    -webkit-appearance: menulist !important;
}

.form-group .checkbox label,
.form-group.is-focused .checkbox label {
    color: #333 !important;
}

#footer {
    clear: both;
    margin-bottom: 50px;
}

.add-interactive-item-plus {
    text-align: center;
    line-height: 38px;
    display: inline-block;
    background: url(../images/w50.png) repeat;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #565656;
}

.interactiveitem-editor {
    position: absolute;
    background: white;
    width: 95%;
    margin: 0 auto;
    top: 5%;
    bottom: 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px;
    left: 0;
    right: 0;
}

#videoconverter_ajax_progress #video-container {
    min-height: 350px;
}

#videoconverter_ajax_progress {
    position: relative;
    background: #e5e5e5;
    border-bottom: 20px solid #454545;
    padding-bottom: 25px;
}

.visibility-hidden {
    visibility: hidden;
}

.slides-horizontal-container .slides-right .add-interactive-item-plus i {
    /*    color: white;*/
}

.slides-horizontal-container .slides-right {
    float: right;
    margin-top: 15px;
}

.slides .slide-item {
    border: 2px solid transparent;
}

.interactiveitems.slides {
    width: 90%;
    display: inline-block;

    height: 120px;
    /* width: 92%; */
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

/*
.modal-footer .btn + .btn {
    margin-bottom: 10px;
}
*/

.embed-responsive.embed-responsive-16by9.overlay10 iframe {
    opacity: 0.1;
}

.embed-responsive.embed-responsive-16by9.overlay10 {
    background: #ccc;
}

#interactive-item-container {
    padding: 4%;
}

.slide .interactiveitem-editor {
    position: absolute;
    background: white;
    width: 95%;
    margin: 0 auto;
    top: 10px;
    height: 370px;
    z-index: 1500;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 30px;
    left: 0;
    right: 0;
}

.pitch-editor .icons {
    display: none !important;
}

body.modal-open {
    overflow: hidden !important;
}

body.modal-open-backup {
    overflow: hidden !important;
}

.training-section-video {
    background: #e5e5e5;
}

.modal-overlay-text {
    position: absolute;
    width: 100%;
}

.bootbox.ii-transparent,
.bootbox.ii-transparent .modal-body,
.bootbox.ii-transparent .modal-content {
    background: transparent;
    color: white;
    box-shadow: none;
}

.bootbox.ii-transparent .type-test.type-test-ii li label {
    color: white;
}

.bootbox.ii-transparent .type-test.type-test-ii li.checked {
    border-color: #ac1457;
}

.bootbox.ii-transparent .type-test.type-test-ii li {
    background: #d71b60;
}

.sales-question {
    height: 85px;
    position: absolute;
    font-size: 13px;
    left: 10px;
    bottom: 0;
    right: 10px;
}

.sales-counter > div a {
    margin-top: 3px;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.sales-counter > div > a:first-child + span + a {
    float: right;
}

.sales-counter > div > a:first-child {
    float: left;
}

.sales-counter > div {
    display: inline-block;
    padding: 7px 10px;
    width: 112px;
    font-size: 15px;
    background: #009688;
    border-radius: 20px;
    color: white;
}

.sales-counter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-content[data-subview="testfirstinit"] .section-lead {
    padding: 30px 40px 35px 40px;
}

.card-content[data-subview="test"] .lecture-fullscreen i,
.card-content[data-subview="testfirstinit"] .lecture-fullscreen i {
    color: white;
    margin-right: 10px;
}

.card-content[data-subview="testfirstinit"],
.card-content[data-subview="test"] {
    padding: 0 !important;
}
.card-content[data-subview="essay"] {
    padding: 0 !important;
}
.section-wrapper.type-testinit .actions {
    padding: 10px 40px 35px 40px;
}

.section-wrapper .section-wrapper-inner-header {
    padding: 30px 40px 35px 40px;
    background: #3698AA;
    margin-top: -35px;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
    color: white;
}

.section-wrapper .section-wrapper-inner-body  {
    padding: 30px 40px 35px 40px;
    background: #ffffff;
    margin-top: -5px;
    border-radius: 0 0 0 0;
}
.section-wrapper .section-wrapper-inner-footer  {
    padding: 30px 40px 35px 40px;
    background: #ffffff;
    margin-top: -35px;
    border-radius: 0 0 0 0;
}

#test-timer-bg #time_progress {
    padding-top: 43px;
}

#test-timer-bg {
    background: url("/images/test-timer-bg.png") no-repeat center;
    height: 108px;
    width: 108px;
    text-align: center;
}

.type-testinit div.small {
    color: #73B7C4;
}

.card-lecture-overlay-bg {
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal-content[data-type="storytelling"] .slide * {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ssr-rectangle.transparent {
    background: transparent;
    cursor: pointer;
}

.ssr-rectangle {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
}

.wrapper-section-type-storytelling #ppt-viewer-container .slides .slide {
    position: absolute;
}

.wrapper-section-type-storytelling #ppt-viewer-container .slides .slide.active {
    z-index: 1;
}

.store-image-previews img {
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0;
    max-width: 128px;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrolling-wrapper .card {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    max-width: 265px !important;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.card-list {
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 25px 2px rgba(0, 0, 0, 0.25);
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 30px;
}

.card-list .card .header {
    border-radius: 10px 0 0 10px !important;
}

.card-list .card img {
    border-radius: 10px 0 0 10px !important;
}

.card-list .card {
    float: left;
    margin-bottom: 0;
    box-shadow: none !important;
}

.card-list .card-list-body {
    width: 68.73%;
    height: 149px;
    background: #FDFBFF;
    border-radius: 0 10px 10px;
    display: inline-block;
    padding: 15px;
}

.scrolling-widget {
    position: relative;
}

.scrolling-widget .scrolling-arrow-left,
.scrolling-widget .scrolling-arrow-right {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35%;
    font-size: 40px;
    line-height: 40px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;

}

.scrolling-widget .scrolling-arrow-left i,
.scrolling-widget .scrolling-arrow-right i {
    font-size: 40px;
}

.scrolling-widget .scrolling-arrow-left {
    left: -40px;
}

.scrolling-widget .scrolling-arrow-right {
    right: -40px;
}

.store-icons-container i {
    color: white;
    padding: 5px;
    background: #009688;
    border-radius: 100%;
}

.store-icons-container {
    position: absolute;
    right: 15px;
    top: -12px;
}

.store-icons-container .outdated {
    background: red;
}

.modal-body .ii-result,
.modal-body .type-test-ii {
    color: #333;
}

.card-list a .cover-body {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 15px;
}

#chat-container .messages .avatar img {
    max-height: 50px;
}

#chat-container .messages {
    overflow-y: auto;
    height: 450px;
}

#chat-container .messages .message-item {
    padding: 5px 0;
}

ul.chat-tabs li.active a {
    color: #777;
}

ul.chat-tabs li.active {
    border-bottom: 5px solid #108675;
}

ul.chat-tabs li {
    display: inline-block;
    margin-right: 30px;
}

ul.chat-tabs li a {
    color: #ccc;
}

ul.chat-tabs li a {
    font-size: 22px;
    text-decoration: none;
}

ul.chat-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

#chat-container .btn-reply-this {
    color: #DB78A0;
}

.circle-notification-small.red {
    background: #EB407A;
}

.circle-notification-small {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;

    top: 15px;
    position: absolute;
    left: -20px;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.modal-content {
    box-shadow: 0px 10px 80px 0 rgba(0, 0, 0, .3);
}

tr.row-deleted,
tr.row-inactive a,
tr.row-inactive {
    color: #ccc;
}

#select-user-container .summary {
    display: none !important;
}

#dropdownMenuGroupSelectedLabel {
    display: inline-block;
}

#dropdownMenuGroupSelectedLabel + span {
    margin-top: -3px;
    margin-left: 10px;
}

.items.table td,
.table > thead > tr > th {
    padding-left: 3px;
    padding-right: 3px;
}

.btn-gray {
    background: #eee !important;
}

.btn-darkgray {
    background: #b9b9b9 !important;
}

.wrapper-section-type-fileupload .actions {
    display: none !important;
}

.dropzone .dz-default.dz-message {
    visibility: hidden;
}

.dropzone {
    background: url('/images/dropdl.png') no-repeat center #E8E8E8;
    border: 0;
    border-radius: 10px;
}

.card-doc .doc-title-and-type h5 {
    font-size: 13px;
    font-weight: normal;
}

.checkbox-group-actions {
    overflow: hidden;
    padding: 15px 0;
}

.onboarding-list>div:first-child {
    padding-top: 10px;
}

.onboarding-list span {
    font-size: 18px;
    color: #333;
}

.onboarding-list img {
    width: 60px;
    height: 60px;
}

.onboarding-list ul li {
    margin: 0 2px;
}

.onboarding-list ul {
    margin: 15px;
    padding: 0;
}

.onboarding-list {
    margin: 15px -40px -35px;
    padding: 0 40px;
    background: #eee;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.onboarding-list ul,
.onboarding-list ul li {
    list-style: none;
    display: inline-block;
}

.onboarding-not-passed {

}

#learn-card-btn i {
    margin-top: 5px;
}

#learn-card-btn {
    color: white;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #d6126c;
    border-radius: 100%;
    cursor: pointer;
    padding: 0;
    font-size: 38px;
    position: absolute;
    /* left: 0; */
    right: 30px;
    text-align: center;
    /* margin: 0 auto; */
    /* margin-top: 5px; */
    top: 10px;
}

.bookmarkprogress .vp-bookmark > div {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    cursor: pointer;
    background: #ff328f;
}

.bookmarkprogress .vp-bookmark {
    position: absolute;
    bottom: 35px;
    left: 96px;
    background: #c9c9c9;
    right: 105px;
    height: 10px;
}

.bookmarkprogress {
    position: relative;
    height: 80px;
    background: #f3f3f3;
    margin-bottom: 15px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-open-btn {
    font-size: 48px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 5px;
    left: 25px;
    display: inline-block;
    background: #009688;
    text-align: center;
    line-height: 40px;
}

.svgmenu {
    display: none;
}

.form-control.time-picker {
    cursor:text;
}

.sbl .training-bookmarks .bookmark-remove-btn {
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.sbl .training-bookmarks a {
    text-decoration: none;
}

.user-profile-picture {
    clip-path: circle(50% at center);
}

.user-avatar-wg-inner {
    position: absolute;
}

.user-avatar-wg-inner .level-avatar {
    position: absolute;
    width: 100%;
    left: 0;
}

.user-avatar-wg-inner .user-avatar {
    clip-path: circle(50% at center);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    top: 50%;
    width: 80%;
    height: 80%;
}

.versus-container .user-avatar-wg {
    margin: 0 auto;
}

.versus-container > h4 {

}

.versus-container {
    text-align: center;
    margin-top: -40px;
}

.material-icons.custom-circle-add:hover {
    text-decoration: none;
}

.material-icons.custom-circle-add {
    display: inline-block;
    background: #009688;
    border-radius: 50%;
    padding: 10px;
    margin-right: 15px;
    cursor: pointer;
    color: white;
}

.mdtp__wrapper[data-theme='blue'] .mdtp__digit.active span, .mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme='blue'] .mdtp__digit.active:before,
.mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme='blue'] .mdtp__time_holder,
.mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__am.active, .mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__pm.active {
    background-color: #009688 !important;
}

.mdtp__wrapper[data-theme='blue'] .mdtp__button {
    color: #009688;
}

.alert.alert-info {
    /*background: #d71b60 !important;*/
}

#ppt-viewer-container #slides-control {
    position: relative;
}

#slides-control.autoplayoff {
    position: relative;
}

/*
.wrapper-section-type-ppt .actions {
    margin-top: 50px;
}
*/

.vgvercnt h4 {
    margin: 5px;
}

.vgvercnt img {
    height: 30px;
    width: 30px;
}

.vgskill .pl1 {
    left: 50px;
}

.vgskill {
    position: absolute;
    width: 64px;
    top: -32px;
    z-index: 1;
    left: 15px;
}

.not-passed {
    color: #fc097d;
}

.passed {
    color: #009688;
}

.card-list-mycourses {
    margin-bottom: 60px;
}

.card-list-mycourses .card-list-body {
    height: 143px;
}

.card-list-mycourses {
    overflow: visible;
}

.btn-quickaction-disabled {
    background-color: gray !important;
    cursor: not-allowed !important;
}

.grptype-organization a {
    color: #108675 !important;
}

.renewal-toggle-container {
    position: absolute;
    right: 15px;
    top: 0px;
}

.onboarding-rating-wrapper {
    background-color: #88FFEA;
    color: #444;
    padding: 20px;
    border-radius: 8px;
    font-weight: 400;
}

.onboarding-rating-wrapper {
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    transition: height 300ms linear;
}

.onboarding-rating-wrapper > * {
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.onboarding-rating-wrapper.faded > * {
    opacity: 0;
}

.onboarding-rating-wrapper h3 {
    margin-top: 0;
    font-weight: 400;
}

.onboarding-rating-wrapper .rated-user {
    display: flex;
    align-items: center;
    padding: 5px 0 15px 0;
}

.onboarding-rating-wrapper .rated-user img {
    width:60px;
    margin-right: 15px;
}

.onboarding-rating-wrapper .rated-user img+div {
    font-size:20px;
}

.onboarding-rating-wrapper .create-rating-wrapper {
    display: inline-block;
}

.onboarding-rating-wrapper .create-rating-wrapper>div {
    display: flex;
    align-items: center;
}

.onboarding-rating-wrapper .create-rating-wrapper img {
    opacity: 0.5;
    cursor: pointer;
    margin: 0 3px 0 0;
}

.onboarding-rating-wrapper .create-rating-wrapper img.selected {
    opacity: 1;
}

.fullscreen-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100vh !important;
}

.fullscreen-container #ppt-viewer-container #slides-control {
    position: absolute !important;
}

.fullscreen-container .wrapper-section-type-scorm iframe {
    height: 100vh !important;
}

.fullscreen-container .btn-fab {
    width: 2.5rem !important;
    height: 2.5rem !important;
    min-width: 2.5rem !important;
}

.fullscreen-container > .row {
    margin:0;
}

.fullscreen-container {
    padding: 0 5rem !important;
    background-clip: content-box, padding-box !important;
    background-image: linear-gradient(0deg, #f9f9f9, #f9f9f9), linear-gradient(0deg, #f9f9f9, #f9f9f9) !important;
}
.fullscreen-container .card-content {
    padding: 0 !important;
}

.fullscreen-container.layout-scrollable {
    overflow-y: auto !important;
    padding: 0 5rem !important;
}
.fullscreen-container.layout-scrollable .card-content {
    padding: 1.5rem 1rem 1.5rem 1rem !important;
}
.fullscreen-container.layout-scrollable .section-wrapper-inner-header {
    margin-top: 0 !important;
}

.fullscreen-main-card {
    margin-top: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 100vh !important;
    background-color: #f9f9f9 !important;
}

.fullscreen-main-card > #training-cover {
    padding: 1.5rem 1rem;
}

.fullscreen-main-card > #training-cover > .img-responsive {
    max-height: 50vh;
    width: 100%;
    object-fit: cover;
}

.fullscreen-main-card .html-page-contents {
    max-width: 100ch;
    margin: auto;
}

.fullscreen-container #ppt-viewer-container,
.fullscreen-container #pitchion-viewer-container,
.fullscreen-container .swmockup-viewer-container,
.fullscreen-container .embed-responsive {
    height: 100vh !important;
    width: 100% !important;
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    background: #f9f9f9 !important;
}
.fullscreen-container .swmockup-viewer-container {
    border: none !important;
}

.fullscreen-container .type-essay-preview__answer {
    height: unset !important;
    overflow: hidden !important;
}

.fullscreen-container .sbl-hidden {
    display: none !important;
}

.fullscreen-layout-alert, .swmockup-alert {
    height: 100vh;
    font-size: 5vh;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #222;
}

.actions-fullscreen {
    left:0 !important;
    top:47vh !important;
    z-index:1000 !important;
    position:fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none !important;
}
.actions-fullscreen div {
    padding: 10px !important;
}
.actions-fullscreen button {
    pointer-events: auto !important;
}

.swmockup-viewer-buttons-fullscreen {
    display:block !important;
    right:10px !important;
    top:20vh !important;
    z-index:1000 !important;
    position:fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    float:right !important;
    text-align: right !important;
    margin:0 !important;
    pointer-events: none !important;
    visibility: visible !important;
}

.swmockup-viewer-buttons-fullscreen a {
    display:block !important;
    width:70px !important;
    margin:0 !important;
    margin-top:10px !important;
    float: right !important;
    pointer-events: auto;
    clear:both !important;
    visibility: visible !important;
}

.swmockup-viewer-bottom-fullscreen {
    visibility: hidden !important;
    background:none !important;
    padding: 0 !important;
}

.mr0 {
    margin-right: 0px;
}
.ml0 {
    margin-left: 0px;
}

.card-content[data-subview="essay"] {
    padding: 0 !important;
}

.essay-document-upload {
   background-color: #e5e5e5;
   border-radius: 10px;
   width: 100%;
   height: 335px;
   margin-top: 28px;
}
.essay-document-upload-fullscreen {
    height: 110px !important;
    margin-top: 5px !important;
 }
.essay-lecture__taks-detail {

}
.essay-document-upload  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.essay-document-upload__innercont  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #fff;
}
.essay-document-upload__icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    color: #e5e5e5;
}
.wrapper-section-type-essay {
    position: relative;
}
.wrapper-section-type-essay textarea {
   border: 1px solid #e5e5e5!important;
}
.wrapper-section-type-essay .form-control, .is-focused {
   background: none!important;
}
.wrapper-section-type-essay .lecture-fullscreen {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9999;
}
.wrapper-section-type-essay .lecture-fullscreen .mdi {
    color: white;
}
.lecture-fullscreen-on {
    position: fixed !important;
    right: 10px !important;
    top: 0 !important;
    z-index: 9999 !important;
}
.previewdoc {
    width: 300px;
    height:100px;
    border-radius: 10px;
    background-color: #e5e5e5;
    padding: 15px;
    display: inline-block;
}
.previewdoc .previewdoc__icon {
     border-radius: 10px;
     background-color: #ccc;
     width: 70px;
     height: 70px;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
.previewdoc .previewdoc__text {
    display: table-cell;
    width: 190px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
}
.modal-lecture-essay-evaulate {
    width: 1200px;
}
.modal-lecture-essay-evaulate textarea {
   border: 1px solid #e5e5e5!important;
   background: #e5e5e5!important;
}
.type-essay-preview__answer {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: 300px;
}
.user-stat__icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    padding-top: 3px;
}
.user-stat__icon--green {
     background-color: #00aa9a;
}
.user-stat__icon--red {
     background-color: #f55549;
}
.user-stat__icon--grey {
     background-color: #c9c9c9;
}

.section-item-summary {
    display: inline-block;
    margin-left: -13px;
}

.section-item-summary__icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: white;
    text-align: center;
    padding-top: 4px;
    display: inline-block;
}
.section-item-summary__title {
    display: inline-block;
}
.section-item-summary__icon--green {
     background-color: #00aa9a;
}
.section-item-summary__icon--pink {
    background-color: #ef6292; 
}
.card-doc-status {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 30px;
    top: -10px;
    border-radius: 50%;
}
.card-doc-status-performance {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 70px;
    top: -10px;
    border-radius: 50%;
}
.card-doc-status-user-review {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 110px;
    top: -10px;
    border-radius: 50%;
}
.card-doc-status__icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: white;
    text-align: center;
    padding-top: 4px;
    display: inline-block;
}
.card-doc-status__icon--green {
    background-color: #00aa9a;
}
.card-doc-status__icon--pink {
    background-color: #ef6292; 
}
.card-doc-status__icon--red {
    background-color: #ee0000; 
}
.type-essay-result {

}
.type-essay-result__header {
    
}
.type-essay-result__body {
    
}
.type-essay-result__footer {
    
}
.previewdoc--white {
    background-color: white;
}
.essay-document-upload__iconwrapper   {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}
.filenamewrapper {
    position: absolute;
    top: 250px;
    font-weight: bold;
    max-width:200px;
    overflow:hidden;
    white-space: nowrap;
}

/*** Course Progress ***/

.progress-box {
    overflow-x: auto;
    white-space: nowrap;
}

.shared-course-participant-container .profile-info-icon {
    font-size: 20px;
    margin: -5px 5px -5px auto;
    color: #146396;
    cursor: pointer;
    flex-shrink: 0;
}

.shared-course-participant-container .participant {
    display: flex;
    align-items: center;
}

.shared-course-participant-container .participant i.material-icons {
    margin-right: 4px;
}

.shared-course-participant-container .items {
    table-layout: fixed;
}

.shared-course-participant-container .items td,
.shared-course-participant-container .items th {
    width: 50%;
}

.progress-icon {
    font-size: 16px;
    vertical-align: middle;
}

.progress-icon-view {
    font-size: 32px;
    vertical-align: middle;
}

.progress-icon-link {
    display: inline-block;
    vertical-align: top;
}

.progress-box .tooltip.top {
  margin-top: -6px;
}

.progress-box .tooltip.top .tooltip-inner {
    font-size: 14px;
    padding: 10px;
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.progress-box .tooltip.top .tooltip-arrow {
    display: block;
    bottom: -3px;
    margin-left: -8px;
    border-top-color: #fff;
    border-width: 8px 8px 0;
}

/***********************/

.no-year-picker .ui-datepicker-year {
    display: none;
}

/*** GLOBAL PAYMENT ***/

.payment-content .payment-result i{
    font-size: 55px;
}
.payment-content .payment-result {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 55px auto;
}

.payment-content .pay-btn-error:active {
    background-color: #fa5746 !important;
}
.payment-content .pay-btn-error:hover {
    background-color: #eb5444 !important;
}
.payment-content .pay-btn-error {
    background-color: #d44c3e !important;
    color: rgba(255,255,255,.84);
}
.payment-content .pay-btn {
    display: table;
    width: auto;
    margin: 40px auto 15px auto;
}
.payment-content .success-result {
    border: 3px solid #009688;
    color: #009688;
}
#payment-list, #order-list {
    text-align: left;
}
.payment-content .error-result {
    border: 3px solid #d44c3e;
    color: #d44c3e;
}

.product .page-title {
    height: 70px;
    color: black;
    margin-bottom: 35px;
    font-size: 50px;
}
.product .description {
    padding: 30px 40px 35px 40px;
}

.forms-btn-box .btn-default{
    flex: 1;
    margin-top: 0px;
    max-width: 130px;
}
.forms-btn-box-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.forms-btn-box {
    display: flex;
}

.to-login-link-btn {
    flex: 1;
    margin-top: 10px;
}

.checkout-summary p{
    margin: 0px;
}
.checkout-summary {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.summary-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 0px 0px;
}
.summary-header {

}
.summary-details p{
    font-weight: bold;
    font-size: 20px;
}
.summary-bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}
#summary-user-details {
    color: #000;
    font-size: 16px;
}
.checkout-btn-box{

}
.no-label .control-label{
    display: none;
}

.order-list-selector .form-group{
    margin: 0;
    margin-top: 6px;
}
.grid-view .pagination {

}
.grid-view .summary {
    text-align:right
}
.d-none {
    display: none;
}

.usertabs .tab-box {
    flex-grow: 1;
}
.usertabs {
    display: flex;
    justify-content: space-between;
}
.adduser-modal .roles-box .form-group{
    margin: 0px 0 0 0;
}

.hint {
    font-size: .85em;
}

.section-editor-modal {
    z-index: 50002;
}

.m-auto {
    margin: auto;
}

.vg-icon {
    margin-top: -0.3ex;
}

.dynamic-delete-btn {
    cursor: pointer;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
}

.dynamic-items hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.dynamic-item {
    margin: 1rem 0 !important;
}

.add-dynamic-item {
    padding: 0 !important;
}

.datalist-skill {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    max-height: 10em;
    border: 0 none;
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2000;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
}

.datalist-skill li {
    font-size: 1em;
    padding: 0.4em 1em;
    background-color: #fff;
    cursor: pointer;
    z-index: 2000;
}

.datalist-skill li:hover, .datalist-skill li:focus, .datalist-skill li.active {
    background-color: #efefef;
    outline: 0 none;
}

.mb-0 {
    margin-bottom: 0 !important;
}

#ui-datepicker-div {
    z-index: 999999 !important;
}

.btn-sso {
	padding-left: 3.5em;
	margin: 2rem 0 0;
}

.sso-icon {
    font-size: 1.5em;
    position: absolute;
    left: 1em;
    width: 1em;
    height: 1em;
    top: 0;
    margin: auto;
    bottom: .2em;
}

/* TinyMCE fix */
.tox-tinymce-aux {
    z-index: 999999 !important;
}

.html-page-contents .page-content h1:first-of-type {
    font-size:20px;
    color:#999;
    font-weight:bold;
}

.html-page-contents .page-content img {
    display: block;
    height: auto;
    max-width: 100%;
}

.html-page-contents .page-content table {
    width: auto !important;
}

.html-page-contents .page-content .table-container {
    overflow-x: auto;
    scrollbar-width: thin;
}

@media (min-width: 992px) {
    .col-auto {
      position: relative;
      min-height: 1px;
      padding-right: 5px;
      padding-left: 5px;
      float: left;
      width: auto;
    }
    .col-auto-pull-12 {
      right: 100%;
    }
    .col-auto-pull-11 {
      right: 91.66666666666666%;
    }
    .col-auto-pull-10 {
      right: 83.33333333333334%;
    }
    .col-auto-pull-9 {
      right: 75%;
    }
    .col-auto-pull-8 {
      right: 66.66666666666666%;
    }
    .col-auto-pull-7 {
      right: 58.333333333333336%;
    }
    .col-auto-pull-6 {
      right: 50%;
    }
    .col-auto-pull-5 {
      right: 41.66666666666667%;
    }
    .col-auto-pull-4 {
      right: 33.33333333333333%;
    }
    .col-auto-pull-3 {
      right: 25%;
    }
    .col-auto-pull-2 {
      right: 16.666666666666664%;
    }
    .col-auto-pull-1 {
      right: 8.333333333333332%;
    }
    .col-auto-pull-0 {
      right: 0;
    }
    .col-auto-push-12 {
      left: 100%;
    }
    .col-auto-push-11 {
      left: 91.66666666666666%;
    }
    .col-auto-push-10 {
      left: 83.33333333333334%;
    }
    .col-auto-push-9 {
      left: 75%;
    }
    .col-auto-push-8 {
      left: 66.66666666666666%;
    }
    .col-auto-push-7 {
      left: 58.333333333333336%;
    }
    .col-auto-push-6 {
      left: 50%;
    }
    .col-auto-push-5 {
      left: 41.66666666666667%;
    }
    .col-auto-push-4 {
      left: 33.33333333333333%;
    }
    .col-auto-push-3 {
      left: 25%;
    }
    .col-auto-push-2 {
      left: 16.666666666666664%;
    }
    .col-auto-push-1 {
      left: 8.333333333333332%;
    }
    .col-auto-push-0 {
      left: 0;
    }
    .col-auto-offset-12 {
      margin-left: 100%;
    }
    .col-auto-offset-11 {
      margin-left: 91.66666666666666%;
    }
    .col-auto-offset-10 {
      margin-left: 83.33333333333334%;
    }
    .col-auto-offset-9 {
      margin-left: 75%;
    }
    .col-auto-offset-8 {
      margin-left: 66.66666666666666%;
    }
    .col-auto-offset-7 {
      margin-left: 58.333333333333336%;
    }
    .col-auto-offset-6 {
      margin-left: 50%;
    }
    .col-auto-offset-5 {
      margin-left: 41.66666666666667%;
    }
    .col-auto-offset-4 {
      margin-left: 33.33333333333333%;
    }
    .col-auto-offset-3 {
      margin-left: 25%;
    }
    .col-auto-offset-2 {
      margin-left: 16.666666666666664%;
    }
    .col-auto-offset-1 {
      margin-left: 8.333333333333332%;
    }
    .col-auto-offset-0 {
      margin-left: 0;
    }
}
