div.field-description {
    font-style: italic;
    color: #666;
    padding-bottom: 15px;
}

.content-tabs {
    margin-bottom: 20px !important;
}
.edit-content.sticky-enabled {
    padding-bottom: 50px;
}
.edit-content.sticky-enabled > form > .form,
.edit-content.sticky-enabled > .form-no-method > .form,
.edit-content.sticky-enabled > .view-pane > form > .form,
.edit-content.sticky-enabled > .view-pane > .form-no-method > .form{
    position: relative;
    padding-top: 100px;
}
.sticky-enabled #edit-content-header {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
    position: absolute;
}
.sticky-enabled #edit-content-header .content-tabs {
    margin-bottom: -1px !important;
}
.sticky-enabled #edit-content-header.affix {
    background: #f5f5f5;
    z-index: 1000;
    border-bottom: solid 1px #ddd;
    position: fixed;
}

.setting-section {
    margin-bottom: 50px;
}
.setting-section>h2,
.setting-section>h3 {
    font-weight: 300 !important;
    padding-bottom: 7px;
    border-bottom: solid 1px #eee;
}
label.control-label,
.radio label.control-label,
.checkbox label.control-label,
.searchable-set .table.searchable-table > thead > tr > th {
    font-size: 16px;
    font-weight: 300;
}
.theme-default label.control-label,
.theme-default .radio label.control-label,
.theme-default .checkbox label.control-label,
.theme-default .searchable-set .table.searchable-table > thead > tr > th {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section {
    padding: 30px 0;
    position: relative;
}

.course-meta > h2 {
    margin-top: 0;
}

.content-outline {
    position: relative;
    padding: 0 0 40px 0;
    min-height: 80px;
}
.content-outline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 58px;
    height: 100%;
    width: 4px;
    background: #ccc;
}
.content-outline::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ccc;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50px;
}

.content-outline-item {
    position: relative;
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px transparent;
}
.content-outline-item:after {
    content: "";
    display: table;
    clear: both;
}
.content-outline-item:first-child {
    margin-top: 0;
}
.content-outline-item:last-child {
    margin-bottom: 0;
}

.content-outline-item.media .media-left > a{
    display:block;
}

.content-outline-item.media .pull-left .media-object,
.content-outline-item.media .media-left .media-object {
    width: 80px;
}

.content-outline-item .btn-group {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.content-outline-item:hover .btn-group {
    opacity: 1;
}

.content-outline .content-outline-item .dragdropicon {
    height:80px;
    min-width: 20px;
    padding-right: 0;
    cursor: move;
}
.content-outline .content-outline-item .dragdropicon .fa {
    line-height: 80px;
}
.content-outline .content-outline-item.dropping {
    border-top: solid 1px #555;
}
.content-outline .content-outline-item.dropping {
    position:relative;
}
.content-outline .content-outline-item.dropping::before {
    content: "\f061";
    width: 17px;
    height: 17px;
    color: #000;
    position: absolute;
    top: -9px;
    left: -7px;
    font-family: FontAwesome;
    text-align: right;
    line-height: 17px;
    font-size: 1.1em;
}

tr.ui-draggable-dragging .course-title {
    width: 100%;
}




.edit-content {
    position: relative;
}


.requires-id-update,
.edit-content:not([data-id="0"]) .when-no-id,
.edit-content[data-id="0"] .requires-id,
.edit-content[data-id="0"] form:not(.saving) .btn-save {
    display: none !important;
}

.requires-id-update.has-id {
    display: inherit !important;
}

.edit-content .btn-save.btn-text {
    border-radius: 3px;
}

.course-content-outline .box-icon.bg-warning {
    background: #f0ad4e;
}
.course-content-outline .box-icon.bg-danger {
    background: #d9534f;
}
.box-icon.border-success {
    border-color: #5cb85c !important;
}
.theme-inspire360 .course-content-outline .box-icon.border-success {
    background: #f9f9f9;
}
.box-icon.border-warning {
    border-color: #f0ad4e !important;;
}
.box-icon.border-danger {
    border-color: #d9534f !important;
}
.course-content-outline .box-icon .fa {
    color: #fff;
    vertical-align: 0;
}
.course-content-outline .box-icon .fa.text-success {
    color: #5cb85c;
}
.course-content-outline .box-icon .fa.text-success.fa-inspire360 {
    opacity: 0.5;
}
.course-content-outline .box-icon .fa.text-warning {
    color: #f0ad4e;
}
.course-content-outline .box-icon .fa.text-danger {
    color: #d9534f;
}



.edit-content .has-feedback label~.form-control-feedback {
    top: 30px;
}
.edit-content .has-success .control-label,
.edit-content .has-error .control-label {
    color: #555;
}

.content-actions .btn,
.content-actions .dropdown {
    display: inline-block;

}
#education-base-modules .edit-content.edit-education-child .content-actions {
    margin-bottom: 20px;
}
.edit-content.edit-education-child .content-new .block-grid-item {
    margin-bottom: 25px;
}


a[disabled],
button[disabled] { pointer-events: none; }



.content-image {
    height: 0;
    padding-bottom: 100%;
    background-image: url(https://resources.inspire360.com/files/no-image-bg.png);
    background-repeat: repeat;
    background-position: top left;
    position: relative;
}
body.theme-inspire360 .content-image.no-preview {
    background-image: url(https://assets.inspire360.tech/assets/inspire360/images/icon-no-image.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%;
    background-color: #f9f9f9;
    border: solid 1px #eee;
    border-radius: 20px;
}
body.theme-inspire360 .content-image.preview {
    background-color: #f9f9f9;
    border: solid 1px #eee;
    border-radius: 20px;
}
body.theme-inspire360 .content-image .loader-working {
    border-radius: 20px;
}


body.theme-inspire360 .allow-edit-pane.cover .edit-pane {
    box-shadow: none;
    border: solid 1px #eee;
    border-radius: 20px;
}


.content-image.preview {
    background-position: center center;
    background-size: cover;
}

.content-image .allow-edit-pane {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content-image .allow-edit-pane.open {
    overflow: visible;
}

.content-image .allow-edit-pane .edit-open {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
}

body.theme-inspire360 .content-image .allow-edit-pane .edit-open {
    top: 80%;
    left: 20%;
    right: 20%;
}
body.theme-inspire360 .searchable-image,
body.theme-inspire360 .inspire360-image {
    border-radius: 10px;
}

body.theme-inspire360 .course-info .searchable-image,
body.theme-inspire360 .course-info .inspire360-image {
    border-radius: 20px;
}


.modules-loading > h1,
.children-loading > h1{
    display: inline-block;
}

#education-base-modules {
    background: #eee;
}
#education-base-modules .container .edit-education-child.first .btn-move-up,
#education-base-modules .container .edit-education-child.last .btn-move-down {
    display: none;
}
#module-placeholder {
    position: relative;
}

.add-content-placeholder,
.content-adder {
    padding-left: 20px;
}
#module-adder .box-icon,
#content-adder .box-icon,
.content-adder .box-icon {
    margin-right: 20px;
}
.content-adder:last-child h1 {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.content-adder:last-child:hover h1,
.content-adder:first-child:last-child h1 {
    display: inline-block;
    opacity: 1;
}

.content-new .btn.btn-sq,
.form-group .btn.btn-sq {
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block !important;
}

.btn.btn-sq {
    width: 100px !important;
    height: 100px !important;
    white-space: normal;
    line-height: 1.25em;
    display:block;
    padding-left: 5px;
    padding-right: 5px;
}
.btn.btn-sq .fa {
    margin: 10px auto;
    display:block;
}

.btn.btn-sq.active {
    border-color: #333;
}

.btn.btn-sq.btn-lg {
    width: 125px !important;
    height: 125px !important;
}
.btn.btn-sq.type-multichoice,
.btn.btn-sq.type-openanswer {
    padding-left: 2px;
    padding-right: 2px;
}
.btn.btn-sq.type-multichoice > span,
.btn.btn-sq.type-openanswer > span {
    font-size: 0.95em;
}

.add-content-placeholder h3 {
    line-height: 80px;
}


.preview-content .preview-children .preview-child {
    margin: 0 5px 5px 0;
    display: inline-block;
    width: 60px;
    text-align: center;
    vertical-align: top;
}
.preview-content .preview-children .preview-child .preview-type {
    font-size: 10px;
    color: #999;
    margin-top: 3px;
}

.edit-content.preview-content {
    background: #fff;
}
.edit-content.preview-content.with-hover {
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.edit-content.preview-content.with-hover:hover {
    background: #f5f5f5;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


.edit-content-feature-advanced .section-header {
    margin-bottom: 0;
}
.edit-content-feature-advanced section {
    padding-top: 15px;
    padding-bottom: 50px;
}

div.feature-header.section-header,
.setting-section > .section-header {
    margin-bottom: 20px;
}


.input-group .input-group-addon + .select2-container .select2-choices {
    border-radius: 0 4px 4px 0;
}


.edit-content .label {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.for-required-content .label,
.for-not-required-content .label,
.for-published-content,
.for-not-published-content,
.for-completion-not-tests,
.for-completion-tests {
    display: inline-block;
}

.content-outline-item .for-required-content,
.content-outline-item.required-content .for-not-required-content,
.edit-education-child .for-required-module,
.edit-education-child.required-module .for-not-required-module { display: none; }

.content-outline-item .for-not-required-content,
.content-outline-item.required-content .for-required-content,
.edit-education-child .for-not-required-module,
.edit-education-child.required-module .for-required-module { display: inherit; }

.content-outline-item .for-published-content,
.content-outline-item.published-content .for-not-published-content { display: none; }

.content-outline-item .for-not-published-content,
.content-outline-item.published-content .for-published-content { display: inherit; }


.edit-education-child.completion-lockstep .for-completion-tests,
.edit-education-child.completion-required .for-completion-tests,
.edit-education-child.completion-tests .for-completion-not-tests { display: none; }
.edit-education-child.completion-tests .for-completion-tests { display: inherit; }


#page-builder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 10;
    overflow-y: auto;
}
#site.minimized {
    height: 1px;
    overflow:hidden;
    visibility: hidden;
}



.iframe-preview-loading {
    display: table;
    height: 100%;
    width: 100%;
    font-size: 1.25rem;
    text-align: center;
    color: #333;
    background-color: #eee;
    position: relative;
    z-index: 0;
}

.iframe-preview-loading::before {
    content: 'Loading...';
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding: 20px;
}

.iframe-preview-frame {
    border: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    top: 0;
    left: 0;
}
.iframe-preview-top {
    position: relative;
    z-index: 5;
}

#page-builder-preview > .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.page-editor-type .control-label {
    display: block;
}

.media.media-user {
    border:solid 1px #ccc;
    margin-bottom:20px;
}
.media.media-user .media-body {
    padding: 7px;
}

.spacer {
    margin-top: 20px;
    margin-bottom: 20px;
}
.spacer-top {
    margin-bottom: 20px;
}
.spacer-bot {
    margin-bottom: 20px;
}

.eval-questions-summary {
    border-top:solid 2px #ccc;
    margin: 10px 0 0 0;
}
.eval-questions-summary .eval-question {
    padding: 10px;
}
.eval-questions-summary .eval-question:nth-child(odd) {
    background-color: #f5f5f5;
}


html.page-builder-html {height:100%;}
html.page-builder-html body {height:100%;width:100%;padding:0;margin:0;overflow-x:hidden;}

.box-footer {
    border-width: 1px 0 0 0;
    border-top: solid 1px #eee;
    font-weight: bold;
    margin: 20px -20px -20px -20px;
    padding: 10px 20px;
}

.enrollment-passed { color: #5cb85c; }

.enrollment-failed,
.enrollment-locked,
.enrollment-expired,
.enrollment-absent { color: #d9534f; }

.enrollment-pending { color: #f0ad4e; }

.enrollment-not-enrolled,
.enrollment-preview { color: #999; }
.enrollment-archived { color: #999; font-style: italic; }

tr.published .for-unpublished,
tr.unpublished .for-published,
tr.archived .for-not-archived,
tr.not-archived .for-archived { display: none; }
tr.published .for-published,
tr.unpublished .for-unpublished,
tr.archived .for-archived,
tr.not-archived .for-not-archived { display: inherit; }

#scorm-player {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 992px) {
    #scorm-player {
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
