/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.logo-image{
    margin: auto
}
.logo-image img {
    height: 65px;
}
.authentication-inner .logo-image img {
    height: 140px
}

.text-right {
    text-align: right !important;
}
.form-group{
    margin-bottom: 1rem !important;
}

.box-function-button {
}
    .box-function-button a {
        color: #697a8d;
        cursor: pointer;
        margin-left: 8px;
    }
        .box-function-button a:first-child {
            margin-left: 0;
        }

.title-page-site {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-page-site h5{
    margin: 0;
}

.title-custom {
    font-size: 16px;
    border-bottom: 1px solid #d9dee3;
    margin-bottom: 1rem;
}

.box-selected-courses {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.box-selected-courses a{
    margin-left: 4px
}

.list-selected-courses {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0.75rem;
}
    .list-selected-courses .item-selected-courses {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: #8592a3;
        color: #fff;
        padding: 1px 4px;
        margin-right: 4px;
        border-radius: 0.25rem;
        margin-bottom: 4px;
        cursor: default;
    }
        .list-selected-courses .item-selected-courses i {
            margin-left: 4px;
            cursor: pointer;
            color: #fff;
        }

.list-date-learning label {
    border: 1px solid #696cff;
    color: #566a7f;
    padding: 1px 4px;
    margin-right: 4px;
    border-radius: 0.25rem;
    margin-bottom: 4px;
    cursor: pointer;
    display: inline-block;
}
    .list-date-learning label:hover {
        background-color: #696cff;
        border: 1px solid #696cff;
        color: #fff;
        padding: 1px 4px;
        margin-right: 4px;
        border-radius: 0.25rem;
        margin-bottom: 4px;
        cursor: pointer;
    }

    .list-date-learning label.active {
        background-color: #696cff;
        border: 1px solid #696cff;
        color: #fff;
        padding: 1px 4px;
        margin-right: 4px;
        border-radius: 0.25rem;
        margin-bottom: 4px;
        cursor: pointer;
    }

.list-date-learning input {
   display: none;
}

.box-item-access {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
    .box-item-access > * {
        margin-right: 20px;
    }
    .box-item-access > *:last-child {
        margin-right: 0;
    }

.title-table {
    background: #e7e8fe;
}

.box-search-page {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px)
}

    .box-search-page .btn-search,
    .box-search-page .btn-control {
        margin-top: 23px;
    }

    .box-search-page .item-search-page {
        padding: 0 10px;
        width: 25%;
    }

@media only screen and (max-width: 700px) {
    .box-search-page .item-search-page {
        width: 50%;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .box-search-page .item-search-page {
        width: 100%;
    }
}

footer {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #d9dee3;
}

.title-size-1-25{
    font-size: 1.25rem;
}

.mr-2{
    margin-right: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}


    .nav-tabs .nav-link.active {
        margin-bottom: 0px;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        background-color: #696cff;
        color: white!important
    }
    .nav-tabs .nav-item .nav-link:not(.active) {
        background-color: white;
    }

.select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #d9dee3;
}

    .select2-container .select2-selection--single:focus {
        border-color: #696cff;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 1rem;
    padding-left: 15px;
    color: #697a8d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    right: 4px;
}

.nowrap{
    white-space: nowrap
}

.page404 {
    margin: auto;
    text-align: center;
}


#loading {
    position: fixed;
    z-index: 9999;
    display: none;
    text-align: center
}

    #loading svg path,
    #loading svg rect {
        fill: #FF6700;
    }

    #loading:not(.disable-loading).show {
        display: block;
        width: 100%;
        height: 100%;
    }

    #loading:not(.disable-loading) svg {
        width: 80px;
        margin-top: calc(50vh - 40px);
    }

.web-content.loading:not(.disable-loading) {
    opacity: 0.5
}

.select2-container {
    margin: 1px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px;
}

.event-bullet-uncheck, .type-uncheck {
    background-color: #797979 !important;
}
.event-bullet-check, .type-check {
    background-color: #00ff43 !important;
}



@media (min-width: 1400px) {
    .modal-xxl {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .modal-xxl {
        max-width: 1500px;
    }
}

.Note {
    margin-right: 20px;
    text-align: right;
}
    .Note .event-icon {
        margin-bottom: 7px;
        display: inline-flex;
        margin-right: 20px;
    }
.Note .event-icon div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


@media (max-width: 1199px) 
{
    #layout-navbar {
        position: fixed;
        top: 0;
        left: 1rem;
    }

    .content-wrapper {
        padding-top: 70px
    }
}

.mr-3{
    margin-right: 1.25rem
}
.mr-1 {
    margin-right: .5rem;
}

.modal-header-border{
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.m-label{
    margin-top: 1.4rem;
}
.color-black {
    color: #566a7f
}

.CourseGroup {
    background-color: #ededed!important;
}

.table th,
.table td {
    vertical-align: middle
}

#ListData .ShowHideTable:after {
    content: "\f06e";
}

#ListData.showAll .ShowHideTable:after {
    content: "\f070";
}

.menu-vertical .menu-inner {
    margin-bottom: 50px;
}
#ListData_wrapper {
    position: relative;
}

    #ListData_wrapper #table-menu-group {
        position: absolute;
        background-color: #ccc;
        background-clip: padding-box;
        box-shadow: 0 2px 6px 0 rgba(67, 89, 113);
        z-index: 999
    }

        #ListData_wrapper #table-menu-group a {
            display: block;
            width: calc(100% - 10px);
            margin-bottom: .5rem;
            margin-top: .5rem;
            text-align: center;
            margin-right: 5px;
            margin-left: 5px;
        }

#ListData tbody tr:hover{
    background-color: #e4e4e4
}

.item-search-page-2 {
    padding: 0 10px;
    width: 33%;
    margin-top: 15px;
}

.item-search-page-2-control {
    padding: 0 10px;
    width: 66%;
    margin-top: 15px;
}