/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .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;
    }

    .dropdown-menu > li:hover > .dropdown-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;
    }
}

/* ============ small devices .end// ============ */


#table > thead > tr > td:first-child, table > tbody > tr > td:first-child{
#  position: absolute;
#  width: 120px;
#  background-color: #f4f4f4;
#  opacity: 1;
#  text-align: left;
#  font-weight: bold;
#}

#table > thead > tr > td:nth-child(2), table > tbody > tr > td:nth-child(2) {
#    padding-left: 121px !important;
#}
