@media only screen and (max-width:1500px) {
    .edit-image {
        background: url("../../../images/edit-hover.png") no-repeat;
        width: 20px;
        height: 21px;
        background-size: cover;
        display: inline-block;
    }
    .copy-image {
        background: url("../../../images/copy-hover.png") no-repeat;
        width: 20px;
        height: 20px;
        background-size: cover;
        display: inline-block;
    }

    .delete-image {
        background: url("../../../images/delete-hover.png") no-repeat;
        width: 25px;
        height: 20px;
        background-size: cover;
        display: inline-block;
    }

    .detail-image {
        background: url("../../../images/detail-hover.png") no-repeat;
        width: 25px;
        height: 20px;
        background-size: cover;
        display: inline-block;
    }

    .offline-row-img {
       /* background: url("../../../images/warning.png") no-repeat;*/
        width: 20px;
        height: 20px;
        background-size: cover;
        display: inline-block;
    }

    .offline-img-download {
        visibility: hidden;
        position: absolute;
    }
    .form-elements {
        padding-top: 80px;
        padding-left: 80px;
    }

        .form-elements svg {
            height: 55px;
        }

        .form-elements image {
            width: 200px;
            height: 55px;
        }

        .form-elements .form-control {
            font-size: 16px;
            padding-left: 12px;
            line-height: 25px;
        }

            .form-elements .form-control::placeholder {
                font-size: 16px;
            }

        .form-elements .form-controll::-webkit-input-placeholder {
            font-size: 16px;
        }

        .form-elements .form-control:-ms-input-placeholder {
            font-size: 16px;
        }

        .form-elements .red {
            color: #D12C2C;
            font-size: 21px;
            top: 7px;
        }

        .form-elements .btn {
            font-size: 16px;
            padding: 3px 20px;
            line-height: 24px;
        }

        .form-elements .form-check-label {
            font-size: 14px;
            line-height: 24px;
            padding-left: 25px;
        }

    .checkmark {
        top: 3px;
        height: 18px;
        width: 18px;
    }

    .form-check-label .checkmark:after {
        left: 4px;
        top: 0px;
        width: 6px;
        height: 12px;
    }

    .logo h6 {
        font-size: 15px;
    }

    .logo {
        padding: 20px 0px 20px 40px;
    }

        .logo h1 {
            font-size: 15px;
            padding-right: 15px;
        }

    .left-accordion .card .card-header .btn-header-link {
        margin-left: 40px;
    }

    .left-accordion .card-body {
        padding: 15px 15px 15px 40px;
    }

    .left-accordion .card .card-header .btn-header-link {
        font-size: 15px;
    }

    .left-accordion .card-body ul li a {
        font-size: 14px;
    }

    .left-accordion .card-body ul li {
        margin-bottom: 20px;
    }

    .left-accordion .card .card-header .btn-header-link img {
        height: 18px;
    }

    .left-accordion .card .card-header 
    {
        padding: 0;
    }

    .networks h1 {
        font-size: 13px;
        padding: 10px 15px;
        line-height: 16px;
    }

    .networks img {
        height: 16px;
        vertical-align: top;
    }

    .table-common-design .table thead th {
        font-size: 14px;
    }

    .table-common-design .table tbody tr td {
        font-size: 13px;
    }

    .table-common-design .table tbody tr td,
    .table-common-design .table thead th {
        padding: 14px 14px;
    }

    .table-common-design .edit-image,
    .table-common-design a:hover .edit-image {
        width: 17px;
        height: 18px;
    }

    .table-common-design .copy-image,
    .table-common-design a:hover .copy-image {
        width: 17px;
        height: 17px;
    }

    .table-common-design .delete-image,
    .table-common-design a:hover .delete-image {
        width: 20px;
        height: 17px;
    }

    .table-common-design .dropdown-menu ul {
        margin-left: 6px;
    }

    .tooltip-inner {
        font-size: 11px;
        line-height: 11px;
    }

   
    
}

@media only screen and (max-width:992px) {
    .networks {
        text-align: left;
    }
    .table-common-design .table thead th {
        font-size: 11px;
    }
    .table-common-design .table tbody tr td, .table-common-design .table thead th {
        padding: 8px 8px;
    }
    .table-common-design .table tbody tr td {
        font-size: 10px;
    }
}



@media only screen and (max-width:767px) {
    .logo h1 {
        padding-right: 9px;
    }
    .offline-row-img {
        width: 17px;
        height: 17px;
    }
    .logo h1 {
        word-break: break-all;
        line-height: 18px;
    }
    .left-banner {
        display: none;
    }

    .form-elements {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 85%;
        height: auto;
    }

    .container-fluid.pl-0 {
        height: 100%;
        padding: 0px;
    }

    .col-0 {
        display: none;
    }

    .form-elements h1 {
        font-size: 24px;
        line-height: 30px;
        color: #000000;
    }

    .form-elements h4 {
        font-size: 1.2rem;
    }

    .form-elements .email {
        margin-right: 0;
    }

    .form-elements .form-control {
        margin-bottom: 20px;
    }

    .form-elements .btn {
        margin-top: 15px;
        margin-bottom: 0;
        float: right;
    }


    .menu_icons .add-icon, .refresh-icon {
        background: url(../../../images/add.svg) no-repeat;
        background-size: contain;
        width: 24px;
      /*  filter: invert(55%) sepia(31%) saturate(986%) hue-rotate(125deg) brightness(92%) contrast(93%);*/
    }
    /*.menu_icons .add-icon::after {
        color: #19AA9C;
        content: 'Add';
        display: inline-block;
        font-size: 11px;
        margin-top: 32px;
    }*/

    .menu_icons .refresh-icon {
        background: url(../../../images/sync.svg) no-repeat;
        background-size: contain;
        width: 24px;
       /* filter: invert(55%) sepia(31%) saturate(986%) hue-rotate(125deg) brightness(92%) contrast(93%);*/
    }
    /*.menu_icons .refresh-icon::after {
        color: #19AA9C;
        content: 'Sync';
        display: inline-block;
        font-size: 11px;
        margin-top: 32px;
    }*/

    .menu_icons .logout-icon {
        background: url(../../../images/logout.svg) no-repeat;
        background-size: contain;
        filter: invert(55%) sepia(31%) saturate(986%) hue-rotate(125deg) brightness(92%) contrast(93%);
        height: 46px;
    }

    .table-common-design a .edit-image {
        background: url("../../../images/edit-hover.png") no-repeat;
        width: 20px;
        height: 21px;
        background-size: cover;
        display: inline-block;
    }
    .table-common-design a .copy-image {
        background: url("../../../images/copy-hover.png") no-repeat;
        width: 20px;
        height: 20px;
        background-size: cover;
        display: inline-block;
    }
    .table-common-design a .delete-image {
        background: url("../../../images/delete-hover.png") no-repeat;
        width: 25px;
        height: 20px;
        background-size: cover;
        display: inline-block;
    }
    .table-common-design .dropdown-menu a span {
        color: #19AA9C;
    }
    .networks {
        margin-bottom: 20px;
        margin-top: 0;
        text-align:center;
    }

    .mobilemenulist {
        text-align: right;
        float: left;
        margin-top: 0;
        font-family: Helvetica;
        font-weight: 500;
        font-size: 1rem;
        position: absolute;
        left: 22px;
        z-index: 999;
        top: 23px;
    }

        .mobilemenulist .icon-bar {
            background-color: #000000;
        }

        .mobilemenulist .icon-bar {
            display: block;
            width: 25px;
            height: 3px;
            border-radius: 5px;
            margin-bottom: 5px;
            position: relative;
            top: 0;
            right: 0;
        }

    .header-input {
        position: relative;
    }

    .logo h1 span{
        display:none;
    }

    .mobilemenulist div {
        margin-right: 40px;
    }
        .mobilemenulist.showmenu .icon-bar {
            display: none;
        }

    .mobilemenulist.showmenu:before, .mobilemenulist.showmenu:after {
        position: absolute;
        left: 11px;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #000000;
        top: -3px;
    }

        .mobilemenulist.showmenu:before {
            transform: rotate(45deg);
        }

        .mobilemenulist.showmenu:after {
            transform: rotate(-45deg);
        }
    .hide-on-mobile{
        display:none;
    }
    .table-common-design.efromtable .table thead th:first-child,
    .table-common-design.efromtable .table tr td:first-child {
        padding: 0px;
    }
    .table-common-design.efromtable .table tr#tr_no_records  td{
        padding: 14px 14px;
    }

    .table-common-design.efromtable .table thead th.reportdate {
        width: 115px;
    }
    .formheader {
        font-size: 16px;
        margin-bottom: 13px;
        margin-top: 0;
        width: 60%;
    }
    
}
@media only screen and (min-width: 400px) and (max-width: 575px) {
    .modal.show .modal-dialog {
        margin: 0 auto;
    }
}