@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
    .widget-bg-color-icon .bg-icon {
        height: 45px;
        width: 45px;
    }
    .pads-container-new .bg-icon {
        font-size: 26px;
    }
    span.text-keboard-key {
        font-size: 16px;
        height: 25px;
        width: 25px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .email-msg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 900px) {
    .print_invoice_wrapper .form-img {
        width: 100px;
        height: 100px;
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .content {
    padding: 0px !important;
  }
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0%;
  }
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }
  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0%;
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .todo-send {
    margin-top: 10px;
    padding-left: 15px;
  }
  .chat-inputbar {
    padding-left: 15px;
  }
  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;   
  }
}
@media (max-width: 420px) {
  .hide-phone {
    display: none !important;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}
@media (max-width: 1020px) {
    .tbl-resonsive {
        overflow-x: auto;
    }
}
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}


@media screen and (max-width: 610px) {
    .form-img {
        display: block;
        margin: 0 auto;
    }

    .text-wrapper {
        display: block;
        text-align: center;
    }

    .text-wrapper p, .text-wrapper h3 {
        line-height: 20px;
    }
}

@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
  }
  .logo span {
    display: none !important;
  }
}


@media print {
    table.table.table-bordered.service-table tr td {
        padding: 2px;
    }

    table.table.table-bordered.service-table tr td.s-title {
        width: 120px;
        border: 0 !important;
    }

    table.table.table-bordered.service-table tr td.s-title2 {
        width: 50px;
    }

    .text-wrapper h3{
        line-height: 20px;
        font-size: 20px;
    }
    
    span.chk-box {
        border: 1px solid #108e07;
        border-radius: 50%;
        padding: 3px 5px;
        background: #108e07 !important;
        color: #fff !important;
    }

    .bg-primary {
        background-color: #5d9cec !important;
    }
}