@import url('/assets/ckeditor/ckeditor-style.css?ts=fgsddg5');

body {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s;
    font-size: 16px;
}

.table-responsive {
    min-height: 130px;
}

textarea {
    resize: vertical;
}

.navbar-fixed-top .collapse {
    border-top: 1px solid #e7e7e7;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-inner {
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.175);
    box-shadow: 0 3px 3px rgba(0,0,0,0.175);
}

.navbar-brand > img {
    width: auto;
    margin-top: -15px;
    height: 100px;
}

.navbar-nav .dropdown .navbar-brand {
    max-width: 100%;
    margin-right: inherit;
    margin-left: inherit;
}

.header-placeholder {
    height: 100px;
}

.session-pixel {
    width: 0px;
    height: 0px;
    display: none;
}

#loadingToastContainerWrapper {
    position: absolute;
    z-index: 999999;
}

    #loadingToastContainerWrapper #loadingToastContainerWrapperBackground {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: #000;
        opacity: .5;
    }

    #loadingToastContainerWrapper .loading-toast {
        position: fixed;
        left: 23px;
        bottom: 23px;
        display: block;
        padding: 15px 20px;
        color: #000000;
        background-color: #f0ad4e;
        border-radius: 3px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        z-index: 9999;
        opacity: 1 !important;
    }

        #loadingToastContainerWrapper .loading-toast.reload-toast {
            padding: 10px 10px 5px 10px;
        }

    #loadingToastContainerWrapper span#loadingToastMessage {
        margin-left: 10px;
        padding-top: 5px;
        font-weight: bold;
        font-family: "Courier New";
        font-size: 16px;
    }

    #loadingToastContainerWrapper .lds-dual-ring {
        display: inline-block;
        width: 30px;
        height: 30px;
    }

        #loadingToastContainerWrapper .lds-dual-ring:after {
            content: " ";
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 6px solid #000000;
            border-color: #000000 transparent #000000 transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }

.progress-open {
    overflow: hidden;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fix-5 {
    clear: both;
    width: 100%;
    height: 5px;
    display: block;
}

.fix-10 {
    clear: both;
    width: 100%;
    height: 10px;
    display: block;
}

.fix-15 {
    clear: both;
    width: 100%;
    height: 15px;
    display: block;
}

.fix-20 {
    clear: both;
    width: 100%;
    height: 20px;
    display: block;
}

.fix-30 {
    clear: both;
    width: 100%;
    height: 30px;
    display: block;
}

.fix-50 {
    clear: both;
    width: 100%;
    height: 50px;
    display: block;
}

.fix-100 {
    clear: both;
    width: 100%;
    height: 50px;
    display: block;
}

.page-content {
    margin-top: 0px;
}

.text-center {
    text-align: center;
}

.div-new-row {
    margin-right: -15px;
    margin-left: -15px;
}

.pointer {
    cursor: pointer !important;
}

.form-group {
    margin-bottom: 10px;
}

input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
    border: 1px solid red !important;
}

input[type=checkbox].ng-invalid {
    -webkit-box-shadow: 0px 0px 0px 1px red !important;
    -moz-box-shadow: 0px 0px 0px 1px red !important;
    box-shadow: 0px 0px 0px 1px red !important;
}

.table-responsive {
    min-height: 270px;
}

@media screen and (min-width: 768px) {
    .dropdown.open > .navbar-brand + .dropdown-menu {
        left: 10px;
    }

    /*.header-placeholder {
        height: 50px;
    }*/

    .navbar-nav .dropdown .navbar-brand {
        max-width: 200px;
        margin-right: 5px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .visible-xs.collapse.in {
        display: block !important;
    }

    .visible-xs.collapse {
        display: none !important;
    }
}

.event-container .btn {
    padding: 20px 16px;
}

div.records-actions {
}

    div.records-actions ul.pagination {
        display: inline;
        margin: 0px;
    }

.modal-xlg {
    width: auto;
    max-width: 90%;
}

.modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-image: url('/assets/img/fancybox-sprite.png');
}

.cke_notifications_area {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}

.modal-xl {
    width: 95%;
}

div.tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
}

.edit-test .uib-typeahead-match .match strong {
    color: red;
}

.cke_button.cke_button__rarotechcomponents {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}

#cke_ckEditorLessonSummary .cke_button.cke_button__rarotechcomponents,
#cke_ckEditorLesson .cke_button.cke_button__rarotechcomponents,
#cke_ckEditorTestHeader .cke_button.cke_button__rarotechcomponents {
    display: initial !important;
    width: initial !important;
    height: initial !important;
}

.modal.lessons-summary-preview .modal-dialog {
}

    .modal.lessons-summary-preview .modal-dialog .modal-content .modal-div-preview-lessons-container {
        height: auto;
        min-height: 768px;
        padding: 20px;
    }

.secure-document {
    /*user-select: none;
    -webkit-user-select: none;*/
    cursor: text;
}

.bg-overlay {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/assets/img/bg-secure.png');
}

.test-header-content select {
    height: 30px;
}

.test-header-content table {
}

.chkbox-list-container {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0px 2px 0px 2px;
}

    .chkbox-list-container .chkbox-list-item {
        font-weight: normal;
        margin: 2px 10px 2px 2px;
        float: left;
    }

        .chkbox-list-container .chkbox-list-item .chkbox-list-label {
            float: left;
            margin: 4px 4px 0px 0px;
        }

        .chkbox-list-container .chkbox-list-item .chkbox-list-chk {
            height: 20px;
            width: 20px;
        }

multiselect {
    display: inline-block;
}

    multiselect .btn {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #e3e3e3;
        height: 35px;
    }

        multiselect .btn.error {
            border: 1px solid #da4f49 !important;
        }

    multiselect .dropdown-menu {
        max-height: 300px;
        overflow-y: auto;
    }

    multiselect .dropdown-menu {
        width: 100%;
        box-sizing: border-box;
        padding: 2px;
    }

        multiselect .dropdown-menu li input {
            width: 285px !important;
            height: 20px;
        }

        multiselect .dropdown-menu > li > a {
            padding: 3px 10px;
            cursor: pointer;
        }

div.group-container {
    border: 1px solid #e7e7e7;
    background-color: #fafafa;
    padding: 10px;
}

    div.group-container .form-control {
        width: 250px;
        display: inline-block;
    }

    div.group-container input[type=date].form-control {
        width: 132px;
    }

    div.group-container input[type=text].form-control, div.group-container input[type=number].form-control {
        width: 132px;
    }

.bi.bi-exclamation-triangle-fill.not-associated {
    color: red;
}
