.container_outside {
    width: 100%;
    padding: 0;
}

.ajaxSearchBox {
    display: none;
    text-align: left;
    list-style: none;
    cursor: pointer;
    max-height: 160px;
    margin: -2px 0px 0px 0px;
    overflow-y: scroll;
    width: 100% !important;
    z-index: 9999;
    position: absolute;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    top: 30px !important;
}

.medicine-list-div {
    position: absolute;
    z-index: 99;
    background: #FFF;
    box-shadow: 0 0 6px #ccc;
    padding: 10px;
    width: 30%;
}

.close_btn_med_search {
    position: absolute;
    z-index: 99;
    color: #FFF !important;
    background: #000;
    right: -11px;
    top: -1px;
    border-radius: 100%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.errorClass {
    background: #ff000030 !important;
}

.floatThead-container {
    width: 100% !important;
}

.row_sub .table {
    margin-bottom: 0px;
}

.number_class {
    text-align: right;

}

.table.no-margin.table-striped.theadfix_wrapper#main_row_tbl td {
    padding: 1px 1px !important;
}

table.table.no-margin.table_sm.no-border.grn_total_table td {
    padding: 0px !important;
}

.selected_rowclass {
    background-color: #bce9bc !important;
}

.nav-tabs-custom>.sm_nav.nav-tabs>li.active {
    border-top-color: #d81b60;
}

.sm_nav {
    background: #F5F5F5;
}

.sm_nav li a {
    padding: 4px 2px;
    background: #01A881 !important;
    color: #FFF !important;
}

.sm_nav li.active a {
    background: #FFF !important;
    color: #444 !important;
    border-bottom: 2px solid #fff;
}

.sm_nav li.active a:hover {
    background: #FFF !important;
    color: #444 !important;
    border-bottom: 2px solid #fff;
}

.sm_nav li.active a:focus {
    background: #FFF !important;
    color: #444 !important;
    border-bottom: 2px solid #fff;
}

.popupDiv {
    position: absolute;
}

.popDivContent {
    display: none;
    border-radius: 2px;
    padding: 0px;
    position: absolute;
    top: -21px;
    min-width: 162px;
    z-index: 850 !important;
    /* width: 150px; */
    min-height: 104px;
    left: 35px;
}

.list-group-item {
    padding: 3px 7px !important;
    text-align: left;
    background: aliceblue;
}

.list-group-item i {
    color: #337ab7;
}

.list-group-item span {
    margin-left: 5px;
    color: #337ab7;
    font-weight: 600;
}

.close_btn_dialog {
    float: left;
    position: absolute;
    z-index: 999;
    color: #FFF !important;
    background: #f37819;
    right: -8px;
    top: -8px;
    border-radius: 100%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 600;
}