@media screen and (max-width: 700px) {
  .mobile {
    display: unset !important;
  }

  .desktop {
    display: none;
  }
  .top-active {
    background: transparent;
  }
  .top-active a {
    background: #439c8a;
  }

  .top-active ul li a {
    background: none;
  }

  .menu-col {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 400;
    background: #222;
    padding-top: 10px;
    transition: left 0.5s;
    left: -100%;
  }

  .top-bar-ul li {
    display: block;
    text-align: left;
    padding: 5px 6px;
  }
  .top-bar-ul li a .top-menu-icon,
  .top-bar-ul li a .fa {
    margin-right: 8px;
    display: unset;
  }

  .top-bar-ul li a {
    color: white;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 6px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #696969;
  }

  .top-bar-ul li.user-menu-item a {
    display: unset;
    border-bottom: 0px solid #696969;
  }

  .top-bar-ul {
    width: 80%;
  }

  .mob-menu-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
    color: #222;
    cursor: pointer;
  }

  .top-bar-ul li.has-children ul {
    position: unset;
    display: table;
    background: unset;
    width: 100%;
  }

  .top-bar-ul li.has-children ul li a {
    padding: 5px 0px;
  }
  .top-bar {
    background: #fff;
    height: 44px;
    border-bottom: 1px solid #d7d7d7;
  }

  .top-bar-logo {
    top: 5px;
  }

  .select-property-div
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white;
    line-height: 28px;
    background: #222;
    border: 1px solid #424242;
  }

  .top-bar .user-info {
    padding: 6px 15px;
    background: unset;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .select-property-div label {
    color: white;
    font-weight: normal;
    margin-top: 15px;
  }
  .select-property-div {
    text-align: left;
    margin-right: 20px;
    width: 100%;
  }

  .dasboatd-main-container {
    padding: 0px 15px;
  }

  .dash-main-title {
    font-size: 18px;
    font-weight: 300;
    background: #e7e7e7;
    padding: 3px;
    margin: 0px -15px;
    margin-bottom: 0px;
    width: calc(100% + 30px);
    text-align: center;
  }

  .fast-buttons ul {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .fast-buttons ul li a {
    padding: 0px 5px;
    border: 0px solid;
    background: unset;
    color: #222;
  }

  .fast-buttons ul li {
    display: inline-table;
    width: 28%;
  }

  #search-form {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: #fff;
    transition: right 0.5s;
    overflow: auto;
    right: -100%;
  }

  .dash-search-item {
    width: 100% !important;
    float: left;
    text-align: center;
  }

  .dash-search-item.dash-search-item-last {
    width: 100%;
    padding-top: 10px;
  }
  .dash-search-item-inner .col-xs-6 {
    padding: 0px 15px;
  }

  .dash-search-div {
    margin-top: 0px;
  }

  .fast-buttons ul li a {
    padding: 2px 5px;
    border: 1px solid;
    background: unset;
    color: #222;
    width: 100%;
    display: table;
  }
  .mobile.mob-search-btn {
    font-size: 15px;
    background: #c7c7c7;
    padding: 4px 8px;
    margin-top: 17px;
    display: table !important;
    left: 0px;
    position: relative;
    cursor: pointer;
  }

  .mob-search-btn-inform {
    position: absolute;
  }

  .mob-search-btn-inform {
    position: absolute !important;
    left: unset !important;
    right: 0px !important;
    top: 10px !important;
    margin-top: -10px !important;
  }

  .dash-boxes-bookings-only .dash-box {
    width: 100%;
  }

  .dash-box-iiner {
    background: #e2e2e2;
    height: 50px;
    color: #222;
    text-align: left;
    border-bottom: 1px solid #929292;
  }

  .dash-box-iiner .col-xs-3 {
    padding-left: 30px;
    padding-top: 20px;
    display: none;
  }

  .col-md-6.login-form-image-col {
    display: none;
  }

  .col-md-6.login-form-form-col {
    top: calc(40% - 170px);
    height: 100%;
  }

  .page-content-section {
    padding: 15px 0px;
    width: 100%;
    overflow-x: auto;
  }

  #table-export_wrapper {
    overflow-x: auto;
  }

  .booking-boxes-mob.table.table-striped {
    margin-bottom: 0px;
  }

  .toggle-btn {
    background: #58b19f;
    color: white;
    text-align: center;
    padding: 4px;
  }

  #list-table .ti-settings {
    display: none;
  }
  #list-table tbody tr:last-child {
    display: none;
  }

  .fancybox-slide--iframe {
    padding: 38px 0px 0;
  }

  .edit {
    padding: 0px 0px;
  }

  .dash-search-transactions-only-div .dash-search-item {
    width: 100%;
  }

  .dash-search-transactions-only-div .dash-search-item.dash-search-item-last {
    width: 100%;
  }

  .dataTables_scrollBody {
    width: unset !important;
    overflow: unset !important;
  }

  .change-table-view {
    font-size: 19px;
    line-height: 23px;
    padding-top: 5px;
  }

  .das-settings-sidebar {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: #fff;
    transition: right 0.5s;
    overflow: auto;
    right: -100%;
    margin-top: unset;
  }
  .mob-rep-menu-btn {
    background: #cdcdcd;
    padding: 4px 8px;
    position: absolute;
    font-size: 16px;
    margin-top: 0px;
    z-index: 100;
    left: 0px;
  }

  .das-settings-sidebar .mobile.mob-rep-menu-btn {
    left: unset;
    right: 0;
    top: 10px;
    right: 0px;
  }

  .dash-boxes-row {
    display: none;
  }

  .dash-boxes-BookingByChannel .col-md-2.dash-box-two.dash-box-1 {
    margin-bottom: 15px;
    padding-right: 15px;
  }

  .report-main-section .dash-main-title {
    padding-left: 32px;
  }

  .menu-col .mob-menu-btn {
    color: #fff;
  }

  .top-bar-logo {
    height: 35px;
  }

  .top-bar-ul li a {
    color: #fff;
  }

  .form-table tr td:first-child {
    width: 50%;
  }

  .form-table tr td[colspan='2'] {
    width: 100%;
    text-align: center;
  }
  .fancy-radio-inputs label {
    padding-top: 7px;
    font-size: 15px;
  }

  input[type='radio'] {
    transform: scale(2);
  }

  .fancy-radio-inputs {
    margin-top: 8px;
  }

  .fancy-radio-inputs.fancy-radio-inputs-arm_diameter_id
    li
    .fancy-radio-inputs
    label {
    font-size: 14px;
  }

  .fancy-radio-inputs.fancy-radio-inputs-arm_diameter_id li {
    margin-right: 10px;
  }

  body {
    font-size: 16px;
  }

  .my-colapsebtn,
  .istos-link-item.new-istos-item,
  .section-title,
  .top-bar-ul li a {
    font-size: 17px;
  }

  .fancy-radio-inputs li:last-child {
    margin-right: 0px;
  }

  .fancy-radio {
    text-align: center;
  }

  .section-title {
    top: 44px;
  }
  .fancy-radio-inputs-lamp_setup_id li {
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 16px;
    max-width: 33%;
  }
  .fancy-radio-inputs-lamp_setup_id label {
    padding-top: 14px;
    font-size: 11px;
  }
  .istos-draw-button {
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 3px;
    left: calc(50% - 15px);
    border: 1px solid #d3d3d3;
    width: 37px;
    text-align: center;
    height: 30px;
    line-height: 27px;
    cursor: pointer;
  }

  .btn-info {
    display: none;
  }

  .col-xs-4.logo-col {
    width: 200px;
  }

  .logo-title {
    font-size: 13px;
    font-weight: 900;
    position: relative;
    top: -7px;
  }

  .map-inner {
    top: 45px;
  }
}
