﻿@media only screen and (max-width:768px) {
    .login-pnl {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .resp-tbl, .resp-tbl tbody, .resp-tbl tr, .resp-tbl td, .resp-tbl th {
        display: block;
        width: 100%;
    }

        .resp-tbl td {
            padding: 7px;
        }

        .resp-tbl .btn {
            margin-top: 1em;
            width: 100% !important;
        }

    .mob-tbl td, .mob-tbl th {
        padding: 5px;
        font-size: 12px;
    }

    .mob-tbl-horz {
        width: 250px;
        overflow-x: auto;
    }

    .card-wrapper {
        width: 100% !important;
    }

    .div-panel {
        width: 100% !important;
    }

    .btn-pnl td {
        padding: 5px;
        text-align: left !important;
    }

    .info-td {
        border: none !important;
    }

    .list-padding {
        padding: 15px;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .header .title {
        padding: 7px;
        font-size: 16px;
        font-weight: bold;
    }

    .sm-ttl {
        font-size: 14px !important;
    }

    .header img {
        width: 45px;
    }
    /*.header .img-td
                                    {
                                        display: none;
                                    }*/
    .chk-div label {
        width: 90%;
        line-height: 20px;
        font-size: 11px;
    }

    .wd-50 {
        width: 100%;
    }

    .ver-img {
        width: 25px;
        position: absolute;
        right: 30px;
        padding-top: 5px;
    }

    .mob-profile-pnl {
        display: block;
        padding: 0px;
    }

        .mob-profile-pnl td {
            padding: 4px;
            font-size: 12px;
        }

        .mob-profile-pnl th {
            font-size: 13px;
        }

    .mob-full-width {
        width: 100% !important;
    }

    .st2-per-det {
        display: block;
    }

        .st2-per-det .tr-mob, .td-mob {
            display: block;
        }

    .cor-adr-ttl .tr-bl {
        display: block;
    }

        .cor-adr-ttl .tr-bl .td-bl {
            padding: 1px;
            display: block;
        }

    .mob-center {
        text-align: center !important;
    }

    .mob-left {
        text-align: left !important;
    }

    .comp-box {
        width: 80%;
        margin-bottom: 1em;
    }

    .mob-hide {
        display: none;
    }

    .mob-pndg-tbl {
        width: 100%;
    }

        .mob-pndg-tbl .td1 {
            width: 50px !important;
            text-align: center;
        }

        .mob-pndg-tbl .td2 {
            font-size: 15px !important;
            text-align: left !important;
            width: 180px !important;
        }
}

@media only screen and (min-width:320px) {
    .btn-pnl .btn {
        width: auto;
    }
}

/* Tablets Portrait */
@media only screen and (min-width:768px) {
}
/* Desktop 1024*/
@media only screen and (min-width:1024px) {
    .btn-pnl .btn {
        width: 137px;
    }

    .form-tbl th, .form-tbl td {
        width: 25%;
    }
}
/* Desktop 1366*/
@media only screen and (min-width:1366px) {
}
/* Desktop 1600*/
@media only screen and (min-width:1600px) {
}
