@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('bootstrap.css')

.required{
    color: red;
    font-weight: bold;
    padding-left: 2px;
}

.rounded-pill-left, .input-group .rounded-pill-left {
    border-bottom-left-radius: 50rem;
    border-top-left-radius: 50rem;
}

.rounded-pill-right, .input-group .rounded-pill-right {
    border-bottom-right-radius: 50rem;
    border-top-right-radius: 50rem;
}

.nowrap{
    white-space: nowrap !important;
}

.btn-import {
    display: inline-block;
    width: 95% !important;
    padding: 8px 0px 8px 0px !important;
    margin: 4px 4px 0px 4px !important;
}

    .btn-import:hover {
        background-color: #f0f0f0;
    }

.btn-import {
    width: 100%;
    padding: 12px 1px 4px 1px;
}

.floating-window {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20 !important;
    width: 100%;
    height: 100%;
    padding-top: 62px;
    padding-left:0px;
    overflow: auto;
    background-color: transparent;
}

.btn-form-inline{
    width: 100%;
    min-height: 32px;
    border-radius: 0px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.form-upload {
    width: 100%;
    min-height: 30px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.form-upload file{
    border: 2px solid red;
}

.coursecard-image-container {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.coursecard-container > a {
    text-decoration: none;
    color: #676a6c;
}

.nav-section-header {
    margin: 12px 0px 12px 28px;
    color: #cfcfcf;
    font-weight: bold;
    text-transform: uppercase;
}

.card-header{
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.card-body{
    padding: 10px;
}

.page-container {
    padding: 0px 0px;
}

.tabs-container{
    padding: 20px;
}

.entity-page-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 12px;
    /*border-top: 1px solid #d0d0d0;*/
}

.entity-page-title-container {
    padding: 24px 14px;
}

.entity-page-title {
    font-size: 13pt;
    font-weight: 600;
    color: #333;
    color: #1c3041;
    text-transform: uppercase;
}

.entity-page-content-container {
    display: inline-block;
    width: 97.5%;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}


.comment-box{
    width: 100%;
    height: 100px;
}

.nav-icon{
    font-size: 18px;
}

.divider-horizontal {
    border-bottom: 1px solid #4e5b78 !important;
}

.groupedTableHeader {
    background-color: #d7d7d7;
}

.mini-navbar .nav-second-level li {
    background-color: #e7e7e7 !important;
    color: red !important;
}

.mini-navbar .nav-label {
    background-color: blue !important;
    color: red !important;
}

.profile-picture-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    font-weight: bold;
}

.avatar-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 36px;
}

.navbar-top-links li a {
    padding: 10px 10px;
    min-height: 50px;
}

.gray-bg {
    background-color: #f3f3f4;
}

.dark-gray-bg {
    background-color: #dadada; 
}
.no-records{
    font-size: 8.5pt;
    font-weight: 500;
    color: red;
}

label {
    font-weight: 600;
}

.validation-message{
    color: red;
}

.bg-warning {
    background-color: #ffc107 !important;
    opacity: .9 !important;
    color: #333;
}

.bg-warning-disabled {
    background-color: #ffc107 !important;
    opacity: .65 !important;
    color: #fff;
}

.bg-danger {
    background-color: #dc3545 !important;
    opacity: .9 !important;
    color: #333;
}

.bg-danger-disabled {
    background-color: #dc3545 !important;
    opacity: .65 !important;
    color: #fff;
}

.bg-info {
    background-color: #17a2b8 !important;
    color: #333;
}

.bg-info-disabled {
    background-color: #17a2b8 !important;
    opacity: .65 !important;
    color: #fff;
}

.bg-success {
    background-color: #28a745 !important;
    color: #333;
}

.bg-success-disabled {
    background-color: #28a745 !important;
    opacity: .65 !important;
    color: #fff;
}

.hoverrow {
    background-color: rgb(147, 147, 147, 0.20);
}

.activerow {
    /* background-color: rgba(140, 117, 255, 0.5);*/
    background-color: rgb(100 125 167 / 0.30);
    font-weight: 600;
}

.ibox {
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
}

.ibox-title {
    border-width: 1px 0 0 !important;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #eee !important;
    color: #606060 !important;
}

.form-control-sm,
.form-control-sm:active,
.form-control-sm ::before,
.form-control-sm :after,
.form-control-sm :visited,
.form-control-sm :focus{
    border: 1px solid #ddd !important;
    font-weight: normal !important;
    width: 100%;
    height: 24px;
    font-size: 9pt;
}

/* -------------------------------------   DASHBOARDS ---------------------------------------- */
.dashboard-widgets-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.udb-card {
    border: 1px solid #c0c0c0;
    border-top: 4px solid rgb(97, 190, 119);
    min-width: 360px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.udb-card-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.udb-card-icon{
    color: rgb(218, 210, 207);
    font-size: 42px;
}

.udb-card-title{
    font-weight: bold;
    margin: 10px 0px;
}

.udb-status-icon {
    font-size: 48px;
    /*color: #a0a0a0;*/
    color: rgb(97, 190, 119);
}

.icon-success {
    font-size: 38px;
    color: rgb(97, 190, 119);
}

.icon-warning {
    font-size: 38px;
    color: rgb(97, 190, 119);
}

.icon-error {
    font-size: 38px;
    color: red;
}

.udb-status-text{
    margin: 20px 20px;
}

.udb-card-body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.udb-card-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px 10px;
    text-transform: uppercase;
}

.udb-card-footer span {
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: 1px dotted #444;
}

    /* -------------------------------------   FILE UPLOAD ---------------------------------------- */
    #fileupload-list::-webkit-scrollbar {
        width: 2px; /* width of the entire scrollbar */
    }

#fileupload-list::-webkit-scrollbar-track {
    background: transparent; /* color of the tracking area */
}

#fileupload-list::-webkit-scrollbar-thumb {
    background-color: steelblue; /* color of the scroll thumb */
    border-radius: 0px; /* roundness of the scroll thumb */
    border: none; /* creates padding around scroll thumb */
}

.dropzone {
    border: 2px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

    .dropzone:hover {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag {
    background-color: palegreen;
}

/* -------------------------------------   MULTI SELECT ---------------------------------------- */

.multiple-selector {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.multi-select-col{
    min-width: 48%;
}

.multi-select-filter-container{
    margin-bottom: 10px;
}

.selectable-ul {
    display: inline-block;
    min-height: 200px;
    height: 300px;
    width: 100%;
    overflow: auto;
    list-style: none;
    border: 1px solid #ddd;
    padding-left: 0px;
}

.selectable-ul > li{
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 6px;
}

.multiple-selector-buttons {
    width: 100%;
    white-space: nowrap !important;
}

.multi-select-button{
    margin: 0px !important;
    width: 49.99%;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #ddd;
}

.pending-selected{
    background-color: #ddd;
}

/* -------------------------------------   INFO BOX ---------------------------------------- */
.text-error {
    color: red;
}

.info-box {
    height: 100px;
    padding: 0px 0px;
    display: block;
    color: #fff !important;
    cursor: pointer;
}

.info-box-white {
    background-color: #fff;
    color: #747578 !important;
    border: 1px solid #dadada;
}

.info-box-success {
    background-color: #00a65a;
}

.info-box-info {
    background-color: #00c0ef;
}

.info-box-warning {
    background-color: #f39c12;
}

.info-box-error {
    background-color: #dd4b39;
}

.info-box-icon {
    display: block;
    float: left;
    width: 90px;
    height: 100px;
    text-align: center;
    line-height: 90px;
    font-weight: lighter !important;
}

    .info-box-icon > i{
        font-size: 36px !important;
    }

    .icon-success {
        color: #00a65a !important;
    }

.icon-info {
    color: #00c0ef !important;
}

.icon-warning {
    color: #f39c12 !important;
}

.icon-error {
    color: #dd4b39 !important;
}

.info-box-success .info-box-icon,
.info-box-error .info-box-icon,
.info-box-info .info-box-icon,
.info-box-warning .info-box-icon {
    background: rgba(0,0,0,0.2);
}

.info-box-content {
    text-align: center;
    vertical-align: middle;
    display: inherit;
    padding: 12px 0px 12px 0px;
    margin-left: 90px;
}

.info-box-content-no-icon {
    text-align: center;
    vertical-align: middle;
    display: inherit;
    padding: 5px 0px;
    margin: 0px 10px 0px 10px;
}

.info-box-text {
    display: block;
    font-family: "Montserrat", "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.info-box-number {
    display: block;
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 6px;
}

.info-box-progress {
    width: 100%;
    background: rgba(0,0,0,0.2);
    margin: 5px 0px 5px 0px;
    height: 1px;
    box-shadow: none;
}

.info-box-progress-bar {
    background: #fff;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .8s ease;
}

.info-box-progress-bar-white {
    background: #747578;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}

.info-box-progress-bar-success {
    background: green;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}

.info-box-progress-bar-info {
    background: aqua;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}

.info-box-progress-bar-warning {
    background: yellow;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}

.info-box-progress-bar-error {
    background: red;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}

.progress-description {
    margin-top: 8px;
    display: block;
    font-size: 9pt;
    font-family: "Montserrat", "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ----------------------------- LOADERS ----------------------------------------*/

.process-loader{
}

.processing-overlay{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #444;
    opacity: 0.5;
}

.processing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    background-color: transparent;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.6;
}

.loader-container {
    margin-top: -100px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    color: #3c4b64;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
}

.loader-container > div > span{
    position: relative;
    z-index: 999;
    top: 0px;
    color: #fff;
    opacity: 1;
}

.spinner {
    border: 2px solid silver;
    border-top: 2px solid #337AB7;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: spin 700ms linear infinite;
    top: 50%;
    left: 48%;
    position: absolute;
}

@keyframes spin{
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* ----------------------------- END LOADERS ----------------------------------------*/

/* ----------------------------- DATA TABLES ----------------------------------------*/

.dataTables_wrapper {
    overflow: hidden;
}

.buttons-html5 {
    background-color: #727cf5 !important;
    color: #fff !important;
}

.buttons-html5:hover {
    background-color: #4a54cb !important;
}

.dataTables_length {
    display: none !important;
}



search {
    border: 1px solid red !important;
}
/* ----------------------------- END DATA TABLES ----------------------------------------*/
body {
    overflow-y: hidden;
}

.sidebar-collapse {
    overflow-y: auto;
}

body, .sidebar-collapse {
    background-color: #3c4b64 !important;
    max-height: 99vh !important;
}


    .sidebar-collapse::-webkit-scrollbar {
        width: 1px;
    }
    .sidebar-collapse::-webkit-scrollbar-track {
        background: transparent; /* color of the tracking area */
    }

    .sidebar-collapse::-webkit-scrollbar-thumb {
        background-color: #1c2538; /* color of the scroll thumb */
        border-radius: 0px; /* roundness of the scroll thumb */
        border: none; /* creates padding around scroll thumb */
    }


.navbar-static-top {
    height: 62px !important;
}

.navbar-static-top, .nav-header {
    background-color: #dcdcde !important;
    height: 62px !important;
    padding-left: 10px;
}

.navbar-minimalize {
    background-color: transparent !important;
    border: none !important;
}

.navbar-header > a {
    color: #1c3041 !important;
}

.nav-tabs .nav-link{
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff !important;
    border-color: transparent !important;
    margin-top: 1px !important;
}

.page-toolbar {
    margin-bottom: 1px;
    /*border-bottom: 1px solid #eee;*/
}
.tab-page-toolbar {
    margin-bottom: 1px;
    padding-left: 30px;
    /*border-bottom: 1px solid #eee;*/
}

.toolbar-button {
    background-color: transparent !important;
    padding: 10px 12px 10px 12px;
    color: rgb(96, 94, 93) !important;
    border-radius: 1px !important;
    cursor: pointer;
}

    .toolbar-button > i {
        color: #6f5bd4 !important;
        margin-right: 3px;
        font-size: 14pt;
    }

    .toolbar-button:hover {
        background-color: rgba(140,118,255,0.1) !important;
    }


#form-panel {
    width: 50vw;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100vh;
    z-index: 200;
    background: #fff;
    border-left: 1px solid #eee;
    color: #484644;
    transition: all 0.3s;
    padding-top: 63px;
    display: none;
}


.form-panel-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
}

.form-panel-toolbar {
    cursor: pointer;
    color: rgb(96, 94, 93) !important;
    font-size: 13pt;
}

.form-panel-close {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(96, 94, 93) !important;
    font-size: 13pt;
}

.form-panel-body{
    padding: 30px;
}

.form-panel-close:hover {
    background-color: #e9e9e9;
}

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.panel-form-container{
    padding: 20px 20px 20px 40px;
}

.border-bottom {
    border-bottom: 1px solid #dddddd !important;
}

.progress{
    height: 2px !important;
    background-color: #e0e0e0 !important;
    border-radius: 0px !important;
    
}

/* ----------------------------- COURSE CARD ----------------------------------------*/
@media (max-width: 1440px) {
    .courses-container {
        max-width: 1100px;
    }
}

@media (max-width: 1380px) {
    .courses-container {
        max-width: 900px;
    }
}

@media (max-width: 1180px) {
    .courses-container {
        max-width: 800px;
    }
}

@media (max-width: 1024px) {
    .courses-container {
        max-width: 700px;
    }
}

@media (max-width: 990px) {
    .courses-container {
        max-width: 600px;
    }
}

.courseframe-container {
    position: absolute;
    top: 0;
    left: -279px;
    z-index: 9999999;
    width: 99.8vw;
    height: 100%;
    display: none;
    background-color: #fff;
    overflow: hidden;
}

.courseframe-toolbar{
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    font-size: 24pt;
}

.course-content {
    width: 100%;
    height: 100%;
}

.coursecard-container {
    padding: 0px 0px;
}
.coursecard {
    margin: 20px 0px;
    width: 100%;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    cursor: pointer;
}

.coursecard-header {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #ddd;
}

.coursecard-header-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain;
   
}

.coursecard-content {
    padding: 8px;
    min-height: 120px;
}

.coursecard-title {
    min-height: 60px;
}

/* ----------------------------- END COURSE CARD ----------------------------------------*/

/* ------------------------------------------------------------------------------  LMS  ----------------------------------------------------------------------*/
.lms-body {
    background-color: #fff !important;
}

.lms-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px 20px;
    font-family: arial;
    font-weight: normal;
    font-size: 24pt;
    color: #676a6c;
}

.lms-close-button {
    cursor: pointer;
    color: #676a6c;
}

.lms-frame-container {
    height: 90vh;
}

.course-nav-frame {
    width: 100%;
    height: 80px;
}

.course-content-frame {
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------------------  END LMS  --------------------------------------------------------------------*/


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
