.asec {
    display: inline-flex;
    margin: 13px;
    border: 2px outset;
    width: 95%;
    margin-left: 27px;
    padding: 10px;
    min-height: 75px;
}
.bsec {
    margin: 12px 10px 30px 26px;
    width: 95%;
}

.bsec2 button {
    background: none;
    color: black;
    font-size: 20px;
    border: 2px solid #009999;
    line-height: 1.538;
    padding: 10px 11px;
    border-radius: 20px 5px;
}

.bsec2 button:hover {
    background: #028080;
    border: 2px solid #028080;
}
.dataTables_empty {
    text-align: center;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}

.bsec2 a {
    background: none;
    color: black;
    font-size: 18px;
    border: 2px solid #009999;
    line-height: 1.538;
    padding: 10px 11px;
    border-radius: 20px 5px;
}

.bsec2 a:hover {
    background: #028080;
    border: 2px solid #028080;
}
.filter-lable {
    float: right;
    margin: 0px 5px;
}

.header-content {
    width: 100%;
}
.hager {
    display: inline-flex;
    margin-top: 10px;
    width: 90%;
    justify-content: space-between;
    margin-left: 10vh;
    margin-right: 10vh;
}
@media all and (min-width: 992px) {
.dropdown-menu li{ position: relative; 	}
.nav-item .submenu{
    display: none;
    position: absolute;
    left:100%; top:-7px;
}
.nav-item .submenu-left{
    right:100%; left:auto;
}
.dropdown-menu > li:hover{ background-color: #f1f1f1 }
.dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
.dropdown-menu .dropdown-menu{
  margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}
}
