﻿/* --------- Nav bar --------- */
.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.fixed-empty-layout {
    height: calc(100vh - 114px) !important;
}
.register-box-width{
    width: stretch !important;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
/* --------- End of Nav bar --------- */

.table-full {
    width : 100% !important;
}

.js-basic-datatable, .js-nopaging-datatable, .js-nopaging-nosearching-datatable {
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ---- collapse table ---- */
table tr td ul.dtr-details {
    width:100% !important;
}
    

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #d81b60 !important;
    border-color: #d81b60 !important;
}

.select2 {
    width: 100% !important;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #d81b60 !important;
}

/* --------- popover --------- */

.popover {
    width: 100%;
}

/* --------- popover --------- */


/* --------- button-icon --------- */

.button-icon i {
    font-size: 30px;
    vertical-align: middle;
    float: left;
}

.button-icon span {
    vertical-align: middle
}

/* --------- popover --------- */