/*
Custom css for gst rate finder template
 */
.headtop_right ul li a {
    color: #000 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #f55e45;
}

.nav-pills li a {
    color: #000;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.search-submit-btn {
    margin-top: 15px;
    margin-left: 10px;
}

.search-div {
    /*margin-bottom: 0px;*/
}

.nav-pills > li > a {
    border-radius: 0px;
}

.tab-data {
    border: 1px solid rgba(228, 226, 226, 0.61);
    padding: 10px;
    /*margin-bottom: 15px;*/
}

.live-search-result-goods {
    list-style: none;
    padding: 7px;
    cursor: pointer;
    font-family: inherit;
    border-bottom: 1px solid lightgray;
}

.live-search-result-goods:hover {
    background-color: #f55e45;
    color: white;
    font-family: inherit;
    border-bottom: 1px solid lightgray;
}

.live-search-result-services {
    list-style: none;
    padding: 7px;
    cursor: pointer;
    font-family: inherit;
    border-bottom: 1px solid lightgray;
}

.live-search-result-services:hover {
    background-color: #f55e45;
    color: white;
    font-family: inherit;
    border-bottom: 1px solid lightgray;
}

.table {
    margin-bottom: -12px;
    margin-top: -20px;
}

.disclaimer-data {
    padding: 10px 25px 10px 25px;
    background-color: #d3d3d380;
    color: #00000080;

}

.gst-rate-finder-title {
    text-align: center;
    font-family: inherit;
}

.title-gst {
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 760px) {

    /*Gst Rate Finder Template CSS*/
    .tab-data {
        margin-top: -5px;
    }

    .table {
        margin-bottom: 15px !important;
        margin-top: 0px !important;
    }

    .headtop_right ul {
        display: none;
    }

    .title-gst {
        margin-bottom: 20px;
        margin-top: -25px;
        font-size: 18px;
    }
    .footerbottom_list {
        width:100%;
    }
    .footertop_list {
        width: 100%;
    }

    /*Gst Rate Finder Template CSS*/
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .menu-toggle {
        padding-bottom: 12px;
    }

    .menu-toggle:before {
        
        margin-top: 12px;
    }
}

