﻿
.responsive800 {
    max-height: unset !important;
}

.calendaricon {
    z-index: 99;
}

.tabsenq {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0px;
    border-bottom: solid 1px #dadada;
}

.tabenq_content {
    border-right: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
    border-left: solid 1px #dadada;
    padding-top: 10px;
    margin-bottom: 10px;
}

.tabsenq li {
    float: left !Important;
    line-height: 38px;
    overflow: hidden;
    padding: 0 !Important;
    margin: 0 !Important;
    position: relative;
    width: auto !Important;
    margin-right: 1px !important;
}

.tabsenq a {
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #18aacc;
    margin: 0 !Important;
}

.btnSetVer {
    margin-top: 8px;
    margin-bottom: 6px;
}

.lblReverseCharges {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #c70d0d;
}

@media screen and (max-width: 1024px) {
    #oneColumnContent_gvMediaBillBrowse tbody tr td:nth-child(4) {
        max-width: 100px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #oneColumnContent_gvMediaBillBrowse tbody tr td:nth-child(4), #oneColumnContent_gvMediaBillBrowse tbody tr td:nth-child(6) {
        max-width: 150px;
    }
}
