.assets_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1380px) {
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1920.98px) {
  #newexpense > .modal-dialog,
  #setreminder > .modal-dialog,
  #addcontact > .modal-dialog,
  #addpropertycontact > .modal-dialog {
    min-width: 590px;
  }
}

@media (max-width: 1299.98px) {
  .card_box h3 {
    font-size: 16px;
  }

  .card_box h2 {
    font-size: 21px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }

  .card_box {
    margin-bottom: 15px;
  }

  .assets_name h4 {
    font-size: 16px;
  }

  .assets_name p {
    font-size: 13px;
  }

  .assets_info .assets_img,
  .assets_info .assets_img img {
    width: 60px;
    height: 60px;
  }

  .assets_card_info table td,
  .assets_card_info table th {
    padding: 0.45rem 0.25rem;
  }

  .assets_card_info table th {
    font-size: 13px;
  }

  footer .footernav a {
    font-size: 14px;
  }

  footer .footernav span {
    padding: 0 10px;
  }
}

@media (max-width: 991.98px) {
  .assets_info {
    max-height: 100px;
    overflow: hidden;
  }

  .assets_card_info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  footer {
    padding: 25px 0;
  }

  .socialmedia {
    text-align: center;
    padding-top: 15px;
  }

  .topnav .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .othermenus {
    display: flex;
    justify-content: space-between;
  }

  .searchbox {
    border-left: none;
  }

  .notification {
    border: none;
  }

  #newexpense > .modal-dialog,
  #setreminder > .modal-dialog {
    min-width: inherit;
  }

  .worksheet_tabs .nav-link {
    font-size: 13px;
    padding: 8px 15px;
  }
}

@media (max-width: 767.98px) {
  .shortby span {
    white-space: nowrap;
  }

  footer {
    text-align: center;
  }

  footer .footernav {
    padding-top: 15px;
  }

  .loadmore a {
    min-width: 187px;
    max-width: 186px;
    min-height: 41px;
    font-size: 14px;
  }

  .topnav .navbar-nav .nav-link {
    padding: 6px 12px 2px 30px;
  }

  .topnav .dashboard a,
  .topnav .resources a {
    background-position: 0 12px;
  }

  .add-proparty {
    min-height: 133px;
  }

  .add-proparty-cion {
    width: 80px;
    padding: 17px;
  }

  .add-proparty-message {
    width: calc(100% - 80px);
  }

  .add-proparty-message p {
    margin-bottom: 0;
    font-size: 13px;
  }

  .asset-search-deatils h4 {
    font-size: 13px;
  }

  .asset-search-deatils p {
    font-size: 11px;
  }

  .assetsearch .lookasset_btn {
    background-position: 50% 50%;
  }

  .assetsearch .lookasset_btn span {
    display: none;
  }

  .left_sidebar {
    margin-bottom: 25px;
  }
}

@media (max-width: 575.98px) {
  .shortby {
    float: left;
    margin-left: 15px;
  }

  .search_assets {
    border-bottom: 1px solid #dee2e6;
  }

  .assets_info .assets_img,
  .assets_info .assets_img img {
    width: 40px;
    height: 40px;
  }

  .notification {
    display: none;
  }

  .othermenus {
    display: block !important;
  }

  .searchbox {
    padding: 0px 0;
  }

  .searchbox input[type="search"]:focus {
    width: 80%;
  }

  .adminuser .dropdown-menu {
    width: 100%;
  }

  .userimg {
    margin-left: 0;
  }

  .worksheet_tabs .nav-link {
    font-size: 13px;
    padding: 8px 15px;
  }
}

@media (max-width: 480.98px) {
  .worksheet_tabs .nav-link {
    font-size: 11px;
    padding: 8px 10px;
  }

  .worksheet_tabs .nav-item .nav-link:before {
    height: 12px;
  }

  .expenses-block .inputfilds {
    width: 100%;
  }

  .expenses_btn_block {
    width: 100%;
    padding-top: 10px;
  }
}

@media (max-width: 400.98px) {
  .worksheet_tabs .nav-item {
    width: 50%;
  }

  .worksheet_tabs .nav-link {
    font-size: 11px;
    padding: 8px 10px;
    text-align: center;
  }

  .worksheet_tabs .nav-item .nav-link:before {
    height: 12px;
  }
}
