

.errorfield
{
    color: #a94442;
    font-size: 12px;
    margin-top: 3px;
}

.qbcore-tc{
    text-align: center;
}

.qbcore-green{
    color: #00a65a !important;
}

.qbcore-red{
    color: #ff0000 !important;
}

.qb-pointer{
    cursor: pointer;
}
.table>tbody>tr>td{
    vertical-align: middle;
}
.blockUI
{
    z-index: 99999999 !important;
}
#toast-container
{
    z-index: 999999999 !important;
}
.card-title
{
    margin-bottom: 0px ;
}
.qb-btn-formater
{
    text-align: center;
}
.cntcheck
{
    margin-top: 35px;
}

.form-group  .toolTipButton
{
    position: absolute;
    left: calc(100% - 40px);
    top: 0px;
    padding: 3px 5px;

}
@media (min-width: 576px)
{
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
    /*
    Label the data
    */
    .popover, .dropdown-menu
    {
        top: 33% !important;
    }
    .grid .check_hd
    {
        max-width: 100% !important;
        flex:  100% !important;
    }
    #qba_bit_search_form_submit
    {
        margin: auto 50%;
    }
    .modal_grid #qba_bit_search_form_submit
    {
        margin: 0 !important;;
    }
    .lastItem {
        max-width: 100% !important;
        flex: 100% !important;
    }
    .dropdown .dropdown-menu
    {
        top: 66% !important;

    }
}
#dvupdate >.errorfield
{
    display: none;
}