html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

a.disabled {
    /*pointer-events: none !important;*/
    cursor: not-allowed;
    color: gray !important;
}

.requiredLabel::after {
    content: ' * ';
    color: red;
}

.content {
    font-weight: initial !important;
}

.field-title {
    margin-bottom: 0 !important;
    white-space: nowrap;
    margin-right: 5px;
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: 40px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important;
}

.badge {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .badge .close {
        margin-left: .25rem;
        color: inherit;
        font-size: 100%;
        text-shadow: 0 1px 0 rgba(#000, .5);
    }

.close:focus {
    outline: none;
    box-shadow: none;
}

#collapse-example .card-body
{
    padding-bottom:0;
}

#tb_wrapper div.bottom {
    display: flex;
    justify-content: space-between;
}

.fixed {
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    z-index:3;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    z-index: 99;
    font-size: 1.5rem;
    border: none;
    outline: none;
    background-color:#2351FF; /* primary-6 */
    color: white;
    cursor: pointer;
    padding: 1rem;
    border-radius: 1.5rem;
}

    #myBtn:hover {
        background-color: #1638D2; /* primary-7 */
    }

.nav-sidebar.nav-child-indent .nav-treeview {
    transition: padding .3s ease-in-out;
    padding-left: 1rem;
}

.separator {
    display: flex;
    align-items: center;
}

    .separator .line {
        height: 1px;
        flex: 1;
        background-color: darkgray;
    }

    .separator h5 {
        padding: 0 1rem;
    }

    .separator h6 {
        padding: 0 1rem;
    }

/*Haha begin*/



/*Hana End*/