<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.popup body {
    height: 100%;
    width: 100%;
    max-width: 2000px;
    min-width: 0;
    background-color: #fafafa;
    margin: 0;
    padding: 0;
}

li.content::-webkit-scrollbar {
    width: 1.25rem;
}

li.content::-webkit-scrollbar-track {
    background: #414c59;
}

li.content::-webkit-scrollbar-thumb {
    background: #c0c0c0;
}

li.content {
    scrollbar-arrow-color: #c0c0c0;
    scrollbar-face-color: #c0c0c0;
    scrollbar-highlight-color: #414c59;
}

table.matrix-question-table {
    background-color: #f3f3f3;
}

/*grid*/
.ef-grid-cell-editable-indicator {
    display: none;
}
.ef-grid-cell-editable .ef-grid-cell-editable-indicator {
    display: inline;
    cursor: pointer;
}
span.can_hide {
    display: inline-block;
}

/*scorm*/
.scormFrame {
    width: 100%;
    height: 100%;
    border-width: 0;
}

.scormCommitFrame {
    display: none;
    border: 1px solid red;
    width: 100%;
    height: 400px;
}

/*phpinfo*/
.phpinfodisplay {
    background-color: #fafafa;
    color: #000;
    font-size: 16px;
    padding: 10px;
}

.phpinfodisplay hr {
    margin-left: 0;
    width: 600px;
    background-color: #ccc;
    border: 0;
    height: 1px;
    color: #000;
}

.phpinfodisplay,
.phpinfodisplay td,
.phpinfodisplay th,
.phpinfodisplay h1,
.phpinfodisplay h2 {
    font-family: sans-serif;
}

.phpinfodisplay pre {
    font-family: monospace;
    margin: 0;
}

.phpinfodisplay a:link {
    color: #009;
    text-decoration: none;
    background-color: #fafafa;
}

.phpinfodisplay .center th {
    text-align: center !important;
}

.phpinfodisplay td,
.phpinfodisplay th {
    border: 1px solid #000;
    font-size: 75%;
    vertical-align: baseline;
}

.phpinfodisplay h1 {
    font-size: 150%;
}

.phpinfodisplay h2 {
    font-size: 125%;
}

.phpinfodisplay .e {
    background-color: #ccf;
    font-weight: 700;
    color: #000;
}

.phpinfodisplay .h {
    background-color: #99c;
    font-weight: 700;
    color: #000;
}

.phpinfodisplay .v {
    background-color: #ccc;
    color: #000;
}

.phpinfodisplay .vr {
    background-color: #ccc;
    text-align: right;
    color: #000;
}

.phpinfodisplay img {
    float: right;
    border: 0;
}

/*Override TB's own setting*/
.form-horizontal .control-group {
    margin-bottom: 10px;
}
legend + .control-group {
    margin-top: 0px;
}

.no-uppercase {
    text-transform: none !important;
}

.no-underline {
    text-decoration: none !important;
}

.label {
    text-transform: uppercase;
    padding: 0.3em 0.6em 0.3em;
}
a.label {
    color: #fff;
}

.label-professor {
    background-color: #468847;
}
.label-branch {
    background-color: #0080ff;
}
.label-course {
    background-color: #a26000;
}
.label-certificate {
    background-color: #f89406;
}
.label-classroom {
    background-color: #58ae76;
}
.label-curriculum {
    background-color: #3844c6;
}
.label-category {
    background-color: #333333;
}
.label-completed {
    background-color: #468847;
}
.label-expired {
    background-color: #f89406;
}
.label-failed {
    background-color: #953b39;
}
.label-pending {
    background-color: #428bca;
}
.label-cancel {
    background-color: #ff0000;
}
.label-queued {
    background-color: #799a12;
}
.label-forbidden {
    background-color: #cc3300;
}
.label-inactive {
    background-color: #cc3300;
}
.label-lesson,
.label-elearning {
    background-color: #58a476;
}
.label-manual {
    background-color: #66cccc;
}
.label-eclassroom {
    background-color: #666633;
}
.label-webinar {
    background-color: #ffcc66;
}
.label-event,
.label-ilt {
    background-color: #0099cc;
}
.label-ilt-past {
    background-color: #0099cc;
    opacity: 0.5;
}
.label-ilt-unset {
    background-color: #c8a446;
}
.label-placeholder {
    background-color: #329aed;
}
.label-ilt--1 {
    /*2 dashes on purpose*/
    background-color: #468847;
}
.label-ilt-2 {
    background-color: #0099cc;
}
.label-ilt-3 {
    background-color: #ffcc66;
}
.label-hover-hidden {
    display: none;
}
.label-hover:hover .label-hover-hidden {
    display: inline-block;
}

.ef-form-error {
    color: #de1231;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
}

.ef-hover-highlight:hover {
    background: #c7d7f3;
}

/* navbar moved 1 */

@media (max-width: 768px) {
    .form-group {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 768px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 992px;
    }
    /* navbar moved 2 */
}

/* navbar moved 3 */

/* navbar moved 4 */

.selectize-dropdown .optgroup:before {
    content: normal !important;
}

.selectize-dropdown .optgroup {
    padding: 5px 10px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/* Padding changes should be the same across the board */
.col-md-12,
.col-md-6,
.col-md-3,
.col-md-4,
.col-md-9,
.col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.dropdown-menu &gt; li &gt; a:hover {
    background-color: #ddd;
}

.ef-upload-image {
    cursor: pointer;
}
.ef-form-element {
    max-width: 400px;
}
.ef-form-element-textarea {
    max-width: 100%;
}

div.ef-form-element-matrix {
    max-width: 100%;
}

@media (max-width: 587px) {
    .ef-form-element-textarea {
        padding-right: 15px;
    }
}

.ef-form-element-full-length {
    max-width: 100%;
}

textarea.form-control {
    min-height: 100px;
}

.ef-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

#ef-waiting-question-retry {
    position: relative;
    top: 40%;
    opacity: 1;
}

.ef-image-handle {
    text-align: center;
    border-width: 0px;
    cursor: pointer;
}
.ef-image-handle:hover {
    background-color: #fafafa;
}
#login_form .control-label,
#contact_form .control-label {
    min-width: 70px;
}

img.ajaxHandle {
    cursor: pointer;
    vertical-align: text-bottom;
}

.inactiveImage,
.inactiveImage img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.failure,
.failed {
    color: #5a0200 !important;
}
.success,
.passed,
.completed {
    color: #3c763d !important;
}
.inactive,
.pending {
    color: #999 !important;
}

.ef-content-tree {
    padding: 5px 0 12px 0;
    /*padding: 10px;*/
}

.ef-content-tree .pending {
    color: #428bca !important;
}
.ef-tree-supervisor {
    /*color:#3c763d!important;*/
    font-weight: bold;
}
.ef-content {
    resize: both;
    padding-left: 5px;
    padding-right: 5px;
}
.ef-content-empty {
    color: #99aacc !important;
}
.ef-scorm-open {
    text-align: center;
}
.ef-handle {
    cursor: pointer;
}

.ef-hover:hover {
    background-color: lightgray;
}
.progress-bar {
    text-transform: uppercase;
}
.ef-remove-filter {
    cursor: pointer;
}

/* navbar moved 6 */

/*tests classes*/
.ef-question-empty_spaces,
.ef-question-multiple,
.ef-question-true_false,
.ef-question-raw_text_keywords,
.ef-question-raw_text {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}
.ef-hotspot-image {
    max-width: 800px !important;
}
.ef-question-empty_spaces .form-control {
    margin-bottom: 5px;
}

.ef-question-empty_spaces select.form-control {
    padding-right: 12px;
}
.ef-correct-answer {
    border-bottom: 1px black dotted;
}
/*drag and drop questions*/
.tl-left-cell-puzzle {
    display: table-cell;
    float: right;
    margin-right: -1px;
    margin-top: 10px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fcfcfc;
    background-image: linear-gradient(to bottom, #fcfcfc, #fcfcfc);
    background-repeat: repeat-x;
    border-color: #fcfcfc #fcfcfc #d6d6d6;
    border: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}
.tl-right-cell-puzzle {
    position: relative;
    display: table-cell;
    float: left;
    margin-left: -13px;
    margin-top: 10px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}
.question-success {
    color: #3c763d;
}
.question-failure {
    color: #a94442;
}
.tl-drag-and-drop-cell-wrapper {
    width: 46%;
}
.tl-drag-and-drop-cell {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
    cursor: move;
    /*color:#333333;*/
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.tl-drag-and-drop-hover {
    font-weight: bold;
    border-color: #8c8c8c;
}
.tl-drag-and-drop-correct-left,
.tl-drag-and-drop-wrong-left,
.tl-drag-and-drop-answered-left {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-radius: 5px 0px 0px 5px;
}
.tl-drag-and-drop-correct-right,
.tl-drag-and-drop-wrong-right,
.tl-drag-and-drop-answered-right {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-radius: 0px 5px 5px 0px;
}
.tl-drag-and-drop-correct-left,
.tl-drag-and-drop-correct-right {
    color: #46a546 !important;
}
.tl-drag-and-drop-wrong-left,
.tl-drag-and-drop-wrong-right {
    color: #9d261d !important;
}
.tl-left-cell-answer,
.tl-right-cell-answer {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
}
.ef-message-unread {
    font-weight: bold !important;
}
.ef-block-panel .media-body {
    height: 80px;
}
.ef-block-panel .ef-title {
    text-transform: uppercase;
    font-size: 0.85em;
    /*white-space:nowrap;*/
}
.ef-block-panel .ef-footer {
    text-transform: uppercase;
    font-size: 0.8em;
    /*padding-left:5px;*/
    /*white-space:nowrap;*/
}
.ef-grid-item-container {
    padding-top: 2px;
}
.ef-grid-item-avatar {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 120px;
    height: 80px;
}
.ef-grid-item-avatar img {
    border-radius: 5px;
}
a.ef-img-holder {
    height: 80px;
    display: block;
    padding: 5px;
}
.ef-overrides-textarea {
    width: 48%;
    height: 300px !important;
    display: inline;
}

/*selectize tag override*/
.selectize-control .selectize-input .items_container {
    margin: 0;
    padding: 0;
    list-style: none;
}
.selectize-control.multi .selectize-input .items_container .item-pill {
    display: inline-block;
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    background: var(--c-brand-success) !important;
    color: #fff !important;
}
.selectize-control.multi.plugin-remove_button .selectize-input .items_container .item {
    padding: 0 !important;
    display: inline-block;
}
.selectize-control.multi.plugin-remove_button .selectize-input .items_container .item-pill {
    padding-right: 24px;
    position: relative;
}
.selectize-control.multi .selectize-input &gt; div {
    background: var(--c-brand-success) !important;
    color: #fff !important;
}
.selectize-input {
    overflow: auto;
}
.selectize-dropdown {
    z-index: 1100 !important;
} /*bootstrap's modal is 1040*/
a.text-danger,
a.text-success,
a.text-info,
a.text-danger:visited,
a.text-success:visited,
a.text-info:visited,
a.text-danger:link,
a.text-success:link,
a.text-info:link {
    color: inherit;
}

tr.text-danger td a {
    color: inherit;
}

.ef-success-message {
    position: absolute;
    bottom: 30px; /*10%;*/
    right: 30px; /*10%;*/
    max-width: 50%;
    min-width: 10%;
    z-index: 100;
    box-shadow: 2px 2px 3px 3px #b9b9b9;
}
/*Override pace*/
.pace .pace-progress {
    height: 0px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    border: solid 5px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

dl {
    margin-bottom: 5px;
}

dd {
    line-height: 1.6;
}
.ef-deleted-message {
    font-style: italic;
}
.ef-question-analysis {
    width: 95%;
}
.ef-question-analysis td {
    padding: 5px 1px 5px 1px;
}
.ef-question-analysis .progress {
    margin-bottom: 0px;
}

.ef-discussion-paddings {
    padding: 15px 15px 0 15px;
}

div.ef-disussion-reply-prompt {
    border-top: 1px solid #eaeaea;
    padding: 20px 0 0 30px;
}

div.media-list {
    /*padding: 15px 15px 0 15px;*/
    max-height: 500px;
    overflow: auto;
}

.ef-constrain-images img {
    max-width: 100%;
}

.ef-constrain-images img.icon {
    max-width: initial;
}

.ef-footer {
    margin-top: 55px;
}
.ef-discussion-topic:hover {
    background: #c7d7f3;
    cursor: pointer;
}
.ef-discussion-placeholder .media-body,
.ef-discussion-placeholder .media {
    width: 100%;
    overflow: visible;
}

.ef-discussion-placeholder img {
    max-width: 100%;
}

.ef-discussion-container {
    padding: 15px;
}

.ef-grid-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 500px;
    white-space: nowrap;
    display: inline-block;
}
.col-md-3 .form-horizontal .col-sm-2 {
    white-space: nowrap; /*used in index page's "login" form, when a language uses multi-word labels for username,password (eg French)*/
}

.ef-discussion-footer {
    margin: 10px 0 10px 0;
    color: #6f6f6f;
}
.ef-form-element .slider {
    width: 100% !important;
}

/* avatar */

.ef-text-truncate {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
}

.ef-previous-message {
    border-left: 2px solid #337ab7;
    padding: 5px;
}
.ef-question-multiple .glyphicon,
.ef-question-multiple .fa {
    font-size: 32px;
    float: left;
    margin-right: 5px;
    line-height: 24px;
}
.ef-question-multiple label {
    font-size: 1.2em;
    line-height: 24px;
    margin: 0 20px;
}
.ef-question-multiple input {
    position: absolute;
    left: -9999px;
}
.ef-question-multiple .rtl input {
    right: -9999px;
}
.ef-question-multiple-option {
    margin: 0 20px;
    position: relative;
}
.ef-question-multiple input + label::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 27px;
    width: 28px;
    font-family: FontAwesome;
    font-size: 32px;
    border-radius: 3px;
    padding: 1px;
}
/* these depend on FontAwesome: fa-square-o, fa-check-square-o, fa-circle-o, fa-dot-circle-o */
.ef-question-multiple input[type='checkbox'] + label::before {
    content: '\f096';
    line-height: 27px;
    text-align: center;
}
.ef-question-multiple input[type='checkbox']:checked + label::before {
    content: '\f046';
}
.ef-question-multiple input[type='radio'] + label::before,
.ef-question-multiple.ef-reply-logic-row input[type='radio'] + label::before {
    content: '\f10c';
    line-height: 25px;
}
.ef-question-multiple input[type='radio']:checked + label::before,
.ef-question-multiple.ef-reply-logic-row input[type='radio']:checked + label::before {
    content: '\f192';
}
.ef-question-multiple input:focus + label::before {
    box-shadow: 0 0 0 2px #8c8c8c;
}

.ef-question-multiple .rtl input + label::before {
    left: initial;
    right: 0;
}

/* Matrix Question */
.ef-question-matrix {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.ef-question-matrix .ef-question-grid-option {
    width: 26px;
    height: 25px;
    margin: 6px 0;
}
.ef-question-matrix .ef-question-grid-option label {
    font-weight: normal;
}

.ef-questions-from.active,
.ef-questions-with-tag.active {
    font-weight: bold;
}
.ef-question-panel {
    border: 0px;
    background: #f3f3f3;
    padding: 0px;
}
#ef-filter-div .form-group {
    margin-left: auto; /*hack for chrome rendering issue with selectize in modal*/
}

.ef-content-area {
    padding: 10px 20px 15px 20px;
    overflow: auto;
}

.ef-content-area,
.ef-content-edit-area .note-editable,
.note-editor {
    margin: auto;
    font-family: 'Helvetica';
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
    color: #111111;
}

.ef-content-area p,
.ef-content-edit-area .note-editable p,
.note-editor p,
.ef-content-area li,
.ef-content-edit-area .note-editable li,
.note-editor li,
.ef-content-area h1,
.ef-content-edit-area .note-editable h1,
.note-editor h1,
.ef-content-area h2,
.ef-content-edit-area .note-editable h2,
.note-editor h2 .ef-content-area h3,
.ef-content-edit-area .note-editable h3,
.note-editor h3,
.ef-content-area h4,
.ef-content-edit-area .note-editable h4,
.note-editor h4,
.ef-content-area blockquote,
.ef-content-edit-area .note-editable blockquote,
.note-editor blockquote,
.ef-content-area &gt; div:not([class*='video-js']) span,
.note-editor span:not([class^='note']),
.ef-content-edit-area .note-editable span {
    font-family: 'Helvetica';
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}
.ef-content-area blockquote,
.note-editor blockquote,
.ef-content-edit-area .note-editable blockquote {
    font-style: italic;
}
.ef-content-area li,
.note-editor li,
.ef-content-edit-area .note-editable li {
    padding-bottom: 3px;
}

.ef-content-area h1,
.note-editor h1,
.ef-content-edit-area .note-editable h1 {
    font-size: 30px;
    line-height: 1.2em;
    text-align: left;
}
.ef-content-area h2,
.note-editor h2,
.ef-content-edit-area .note-editable h2 {
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
}
.ef-content-area h3,
.note-editor h3,
.ef-content-edit-area .note-editable h3 {
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
}
.ef-content-area h1,
.note-editor h1,
.ef-content-edit-area .note-editable h1,
.ef-content-area h2,
.note-editor h2,
.ef-content-edit-area .note-editable h2 {
    margin-bottom: 20px;
}
.ef-content-area h3,
.note-editor h3,
.ef-content-edit-area .note-editable h3 {
    margin-bottom: 10px;
}
.ef-content-area a,
.note-editor a,
.ef-content-edit-area .note-editable a {
    text-decoration: none;
    /*border-bottom:1px dotted #333333;*/
}
.ef-content-area b,
.note-editor b,
.ef-content-edit-area .note-editable b,
.ef-content-area strong,
.note-editor strong,
.ef-content-edit-area .note-editable strong,
.ef-content-area h1,
.note-editor h1,
.ef-content-edit-area .note-editable h1,
.ef-content-area h2,
.note-editor h2,
.ef-content-edit-area .note-editable h2,
.ef-content-area h3,
.note-editor h3,
.ef-content-edit-area .note-editable h3,
.ef-content-area h4,
.note-editor h4,
.ef-content-edit-area .note-editable h4,
.ef-content-area h5,
.note-editor h5,
.ef-content-edit-area .note-editable h5,
.ef-content-area h6,
.note-editor h6,
.ef-content-edit-area .note-editable h6 {
    font-weight: bold;
}

.ef-nowrap-cell &gt; .btn-group {
    padding: 0;
}

/* navbar moved 7 */

.ef-panel-handle {
    margin-left: 3px;
    cursor: pointer;
}
.ef-horizontal-list dt {
    width: 150px;
}
.ef-horizontal-list dd {
    margin-left: 170px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.modal-links a {
    color: #6495ed;
}
#header-gamification-entrance {
    padding: 4px 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
#header-gamification-entrance:hover,
#header-gamification-entrance:focus {
    background-color: #62c462;
    background-position: 0px 0px;
    outline: none;
}

#gamification-widget-modal .widget-screen1-row {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}
#gamification-widget-modal .widget-screen1-row:hover {
    background-color: #f5f5f5;
}

#gamification-widget-modal .gamification-widget-icon,
.gamification-ranking {
    display: inline-block;
    width: 20%;
    /*.icon-play, .icon-info-circle{
			//	margin-left: 15px;*/
}

#gamification-widget-modal .play-icon {
    margin-left: 15px;
}
#gamification-widget-modal .gamification-ranking-text {
    color: #777777;
}

#gamification-widget-modal .gamification-entity-message {
    display: inline-block;
    width: 60%;
    color: #777777;
    font-size: 14px;
}
.icon20 {
    font-size: 20px;
}
.icon15 {
    font-size: 15px;
}
#userbadges-images img {
    width: 10%;
    margin: 0px 5px 5px 0px;
}
#get-level-conditions li,
#get-points-conditions li {
    padding-bottom: 8px;
    font-weight: 600;
}

.ef-grayed-badge-image {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.33 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
}
.ef-grayed-badge-image:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
}

/*calendar*/
.fc-left,
.fc-right {
    width: 33%;
    float: left;
}
.fc-right .fc-button-group {
    float: right;
}

.modal-event-attr {
    border-bottom: 1px dotted #999;
    display: inline;
}
.add-day-event {
    cursor: pointer;
    margin-right: auto;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.add-day-event:focus span,
.add-day-event:hover span {
    text-decoration: underline;
}
.fc td,
.fc th {
    border-style: none;
}
.calendar-modal {
    position: relative;
    min-width: 400px;
    border-radius: 5px;
    box-shadow: 0 8px 6px -6px black;
    text-align: left;
    display: none;
    padding: 15px;
    background-color: #fff;
}
.calendar-modal .title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.calendar-modal .btn-container {
    border-top: 1px solid #eaeaea;
    text-align: right;
    margin-top: 25px;
    padding-top: 10px;
}
.calendar-modal .modal-links {
    text-align: left;
}
.modal-links a {
    color: #6495ed;
}
#calendar {
    margin: 0 auto 50px auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));*/
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.fc-toolbar {
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin: 0 !important;
}
.fc-theme-standard td.fc-day-today {
    background-color: #f0f8ff !important;
}
.fc-timegrid-slot a:focus,
.fc-timegrid-event .fc-event-main:hover {
    color: #eaeaea;
}
.fc-event {
    background: rgba(109, 176, 238, 1);
    background: -moz-linear-gradient(
        left,
        rgba(109, 176, 238, 1) 0%,
        rgba(66, 144, 233, 1) 54%,
        rgba(63, 142, 233, 1) 58%
    );
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(109,176,238,1)), color-stop(54%, rgba(66,144,233,1)), color-stop(58%, rgba(63,142,233,1)));*/
    background: -webkit-linear-gradient(
        left,
        rgba(109, 176, 238, 1) 0%,
        rgba(66, 144, 233, 1) 54%,
        rgba(63, 142, 233, 1) 58%
    );
    background: -o-linear-gradient(
        left,
        rgba(109, 176, 238, 1) 0%,
        rgba(66, 144, 233, 1) 54%,
        rgba(63, 142, 233, 1) 58%
    );
    background: -ms-linear-gradient(
        left,
        rgba(109, 176, 238, 1) 0%,
        rgba(66, 144, 233, 1) 54%,
        rgba(63, 142, 233, 1) 58%
    );
    background: linear-gradient(
        to right,
        rgba(109, 176, 238, 1) 0%,
        rgba(66, 144, 233, 1) 54%,
        rgba(63, 142, 233, 1) 58%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db0ee', endColorstr='#3f8ee9', GradientType=1 );
    color: #fff;
    padding: 2px;
    cursor: pointer;
}
a.fc-event:link {
    color: white;
}
a.fc-event:hover {
    color: #444;
}
a.fc-daygrid-more-link {
    color: #337ab7;
}
a.fc-daygrid-more-link:hover {
    color: #222;
}
.fc-theme-standard td {
    border: 1px solid #d8dfe6;
}
.fc-day-header {
    border-top: 0px !important;
}
.fc-day-past {
    background-color: #f0f0f0;
    background-clip: padding-box;
}
.fc-day-future {
    background-color: #fff;
    background-clip: padding-box;
}
.fc-col-header-cell,
th.fc-timegrid-axis {
    background-color: #3498db;
    color: #fff;
    font-weight: normal;
    line-height: 35px;
}
.fc-col-header-cell .fc-col-header-cell-cushion {
    color: #fff;
}
.fc-toolbar-chunk .btn {
    height: 2.1em;
    padding: 0 0.6em;
}
.fc-toolbar-chunk .fc-icon {
    vertical-align: middle;
    font-size: 1.5em;
}
.fc-daygrid-day-number {
    color: #454545;
}
.fc-daygrid-day-number:hover {
    text-decoration: none;
}

/* Enables the auto-height of a selectize input field */
.selectize-control.multi .selectize-input.has-items {
    height: auto;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 0;
    margin-right: 10px;
}
.checkbox-inline,
.radio-inline {
    margin-left: 0;
    margin-right: 10px;
}
.ef-gradient-separator {
    margin: 30px auto 15px auto;
    width: 50%;
    height: 1px;
    background: rgba(248, 248, 248, 1);
    background: -moz-linear-gradient(
        left,
        rgba(248, 248, 248, 1) 0%,
        rgba(192, 192, 192, 1) 50%,
        rgba(248, 248, 248, 1) 100%
    );
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(50%, rgba(192,192,192,1)), color-stop(100%, rgba(248,248,248,1)));*/
    background: -webkit-linear-gradient(
        left,
        rgba(248, 248, 248, 1) 0%,
        rgba(192, 192, 192, 1) 50%,
        rgba(248, 248, 248, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(248, 248, 248, 1) 0%,
        rgba(192, 192, 192, 1) 50%,
        rgba(248, 248, 248, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(248, 248, 248, 1) 0%,
        rgba(192, 192, 192, 1) 50%,
        rgba(248, 248, 248, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(248, 248, 248, 1) 0%,
        rgba(192, 192, 192, 1) 50%,
        rgba(248, 248, 248, 1) 100%
    );
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#f8f8f8\', endColorstr=\'#f8f8f8\', GradientType=1 );*/
}
.ef-payment-request-access {
    padding: 10px 15px 15px 15px;
}
.ef-payment-accept-conditions {
    padding: 10px 15px 5px 15px;
}
.ef-highlight {
    background-color: #fefbf2;
}
.ef-bookmark-handle {
    font-size: 10px;
    margin-left: 10px;
    display: none;
}
.ef-navigation-pills {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* tinymce custom button*/
i.mce-i-fa-folder-open-o:before {
    content: '\f115';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 18%;
    left: 5px;
}

.mce-content-body {
    background: #fff !important;
}

/*allows for scrolling within iframes in iOS devices*/
.ef-scorm-embed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ef-scorm-embed .mce-preview-object {
    position: unset !important;
}

.ef-progress-modal {
    /*position:relative;*/
    position: static;
    height: 100%;
    width: 100%;
}
.ef-progress-modal img {
    /*position:absolute;
	left:0;
	right: 0;
	bottom: 0;
	margin:auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0px 0px -60px;
}

@media (min-width: 768px) {
    #bookmarks-list {
        width: 395px;
    }
}

.ef-perfect-scrollbar {
    /*padding-top:5px;*/
}

/* navbar moved 8 */

.ef-video-1-dimensions {
    width: 100% !important;
}

.ef-select-min-width .selectize-input input {
    width: 150px !important;
}

#themes-block-list li.new-item.list-group-item {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    white-space: nowrap;
}

#themes-block-list li.new-item.list-group-item a {
    position: absolute;
    right: 15px;
}

#ef-logo-placeholder {
    min-height: 60px;
    vertical-align: middle;
}

#ef-logo-placeholder img,
#ef-logo-placeholder canvas {
    max-width: 60%;
    margin: auto 0px;
    max-height: 60px;
    display: inline;
}

/* navbar moved 9 */

ul#user-right-dashboard {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
    font-size: 0px;
}
ul#user-right-dashboard li {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    vertical-align: middle;
}
ul#user-right-dashboard li a {
    display: block;
    padding: 15px 5px;
}
ul#user-right-dashboard li a img {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    background-position: center;
}

.row {
    margin: 0px;
}

.rotate-negative-15 {
    transform: rotate(-15deg);
}

#themes-preview-layout {
    text-transform: uppercase;
}

#avatar {
    display: inline;
    line-height: 61px !important;
}
#info-container {
    display: block;
    position: relative;
}
#extra-info {
    display: inline-block;
}

#ef-type {
    display: inline;
    font-size: 14px;
    margin-left: 10px;
}
#ef-formatted {
    font-weight: 700;
    font-size: 14px;
    display: inline;
    margin-left: 15px;
}
#info-email {
    font-size: 14px;
    display: block;
    margin-left: 15px;
    margin-top: 2px;
}
#info-level {
    display: inline;
    margin-left: 20px;
}
#info-points {
    display: inline;
    margin-left: 10px;
}
#info-gamification {
    margin-top: 4px;
    display: block;
    vertical-align: middle;
    position: relative;
}

a.fa {
    text-decoration: none;
}

.paddingSupport {
    padding: 10px !important;
}

.ef-header-handle {
    font-size: 16px;
    cursor: pointer;
}

.ef-report-button-row {
    margin-bottom: 1.5rem !important;
    margin-top: 1.1rem !important;
}

.p-x-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.p-r-2 {
    padding-right: 2rem;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-t-15px {
    padding-top: 15px !important;
}

.reports-secondary-menu-hovered:focus,
.reports-secondary-menu-hovered:hover {
    border-radius: 50%;
    background-color: #e1e1e1;
    cursor: pointer;
}

.mp-a-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.m-y-1-5 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.no-border-radius {
    border-radius: 0;
}

.no-border-top {
    border-top: 0;
}

@media (min-width: 768px) {
    .no-border-right-sm-up {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .no-border-top-xs {
        border-top: 0;
    }
}

.dashboard-panel {
    padding-left: 5.5rem;
    padding-right: 4.5rem;
}

.dashboard-panel .number {
    color: #000;
    font-size: 3rem;
    height: 3rem;
    max-height: 3rem;
    min-height: 3rem;
    margin-top: 1.1rem;
}

.font-size-1-1 {
    font-size: 1.1em !important;
}

.font-size-1-2 {
    font-size: 1.2em !important;
}

.modal-body &gt; .form-group {
    /*Fixes the insert video modal in summernote*/
    margin-left: 0;
    margin-right: 0;
}

.ef-custom-block h1 {
    margin: 10px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .ef-slider-value {
        margin: 10px 0 0 15px;
        display: inline-block;
        vertical-align: middle;
    }
    .ef-certificate-field {
        margin-top: 10px;
    }
    .slider.slider-horizontal .slider-track {
        width: 95% !important;
        margin-left: 10px !important;
    }
}

@media (max-width: 587px) {
    .slider.slider-horizontal .slider-track {
        width: 91% !important;
        margin-left: 10px !important;
    }
}

.CodeMirror {
    font-family: Helvetica !important;
}

#generatePass {
    height: 36px;
    padding: 8px;
}

#generatedPass {
    margin-left: 10px;
    position: relative;
    background: #f1f0f0;
    border: 1px solid #bcb9b9;
    padding: 7px 3px 9px 3px;
    color: #6c6c6c;
    border-radius: 4px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}

#ef-timeout-timer-container {
    display: none;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
</pre></body></html>