﻿.phone {
  display: none;
}
@media (max-width: 1366px) {
  body .main-content .content .wrap-specs .nav-tabs .nav-item .nav-link {
    font-size: 0.85em;
    white-space: nowrap;
  }
  body .main-content .content .readonly-textbox {
    font-size: 0.85em !important;
  }
  body .main-content .wrap-dash-count .item .head-title {
    font-size: 16px !important;
  }
  body .main-content #dashboardAccordion .item-dash-chart .head-title {
    font-size: 16px !important;
  }
  body table.table-fx tr td:nth-child(odd) {
    width: 200px;
    font-size: 0.85em;
  }
  body table.table-fx tr td:nth-child(even) {
    font-size: 0.85em;
  }
  body table.table-fx.table-fx-full tr td:nth-child(odd) {
    width: 50%;
  }
  .wrap-item-dashboard .item-dashboard .header-item h3 {
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }
  .e-grid [class^='e-'] {
    font-size: 15px;
  }
  .e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),
  .e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),
  .e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),
  .e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
  .e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
  .e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
    font-size: 15px;
  }
  .readonly-textbox {
    font-size: 0.85em !important;
  }
}
@media (max-width: 1200px) {
  body .main-content .wrap-dash-count .item .head-title {
    font-size: 14px !important;
  }
  body .main-content #dashboardAccordion .item-dash-chart .head-title {
    font-size: 14px !important;
  }
  .wrap-item-dashboard {
    padding: 0;
  }
  .wrap-item-dashboard .item-dashboard .header-item h3 {
    font-size: 16px;
  }
  .wrap-item-dashboard .item-dashboard .content-item p {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .wrap-item-dashboard .item-dashboard-big .img-thumb {
    display: block;
  }
  .wrap-item-dashboard .item-dashboard-big {
    position: unset;
  }
}
@media (max-width: 820px) {
  .phone {
    display: block;
  }
  .desktop {
    display: none;
  }
  body header#main-header #logo {
    height: auto;
    padding: 40px 0 0;
    width: 100vw;
    /*img {
			width: 100%;
		}*/
  }
  body .main-content .header-page {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }
  body .main-content .header-page .title-page .wrap-title h1,
  body .main-content .header-page .title-page .change-sites,
  body .main-content .header-page .title-page .logo-site {
    line-height: unset;
    padding: 0;
  }
  body .main-content .header-page .title-page .logo-site {
    margin: 15px 0 0;
  }
  body .search-header .ipt-search {
    width: 130px;
  }
  body .main-content .content {
    padding-bottom: 0;
  }
  .wrap-item-dashboard {
    padding: 0;
  }
  body .main-content .header-page .title-page .logo-site img {
    margin: 0;
  }
  body .main-content .header-page .title-page {
    display: block !important;
  }
  body .main-content .header-page .title-page .wrap-title {
    margin: 15px 0;
  }
  body .main-content .header-page .title-page .change-sites {
    padding: 0 0 10px;
  }
  body .content-column .col-md-6,
  body .content-column .col-md-8 {
    width: 100%;
    margin-bottom: 30px;
  }
  body .content-column .select-input {
    width: 150px;
  }
  body .content .meta .img-full {
    margin-bottom: 30px;
  }
  body .control-list.top .left-controls {
    /*display: none !important; */
  }
  body .control-list .right-controls .frm-search .ipt-search {
    width: 150px;
  }
  .wrap-item-dashboard .item-dashboard .header-item h3 {
    font-size: 12px;
  }
  body .main-content .header-page {
    display: block !important;
  }
  body .link-icon {
    display: block;
    margin: 0 0 10px;
  }
}
@media (max-width: 820px) {
  .wrap-item-dashboard .col-xs-6 {
    width: 50%;
  }
  body .main-content .header-page .title-page .logo-site {
    margin: 0;
    text-align: right;
    /*img {
				width: 100%;
			}*/
  }
  body .main-content .header-page .title-page .change-sites {
    display: none;
  }
  body header#main-header #logo {
    padding: 20px 30px;
    background: #fff;
  }
  body header#main-header .container-fluid {
    padding: 0;
  }
  body header#main-header #header-right .inner-right {
    background: none;
    height: auto;
  }
  body header#main-header #header-right .inner-right .sub-inner {
    padding: 10px 0;
  }
  body header#main-header #header-right .slogan {
    display: none;
  }
  body header#main-header .row > * {
    flex-shrink: 0;
    width: 100vw;
    max-width: 100vw;
    padding-right: calc(var(--mdb-gutter-x)*0.5);
    padding-left: calc(var(--mdb-gutter-x)*0.5);
    margin-top: var(--mdb-gutter-y);
  }
  body .main-content {
    min-height: unset;
  }
  body #icon-menu-phone {
    display: block;
  }
  body #icon-menu-phone.active .open {
    display: none;
  }
  body #icon-menu-phone.active .close {
    display: inline;
  }
  body #icon-search-phone {
    display: block;
  }
  body .main-content .inner-main-content {
    margin: 0 15px;
    padding: 0;
  }
  .wrap-item-dashboard .item-dashboard .content-item {
    min-height: unset;
  }
  .button-wrap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin: 20px 0 0;
  }
  #tab-specs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  #tab-specs li {
    display: flex;
  }
  body .main-content .header-page {
    margin: 0px 0px 30px 80px;
  }
  body .button-wrap .btn-flat,
  body .control-list .btn-flat {
    text-align: center;
    margin: 0 10px 10px !important;
    display: block;
    width: 49%;
  }
  body .bulk-actions {
    width: 49%;
  }
  body .bulk-actions > li ul {
    width: 100%;
  }
  body .bulk-actions > li ul .btn-flat {
    width: 100%;
  }
  body .main-content .content .wrap-specs {
    margin: 30px 0 0;
  }
  body .main-content .content .wrap-specs #tab-specs-content {
    padding: 10px;
  }
  body .main-content .bottom-page {
    margin: 30px 0 0;
    display: block !important;
  }
  body .main-content .content {
    padding-bottom: 50px;
  }
  body .control-list,
  body .control-list .right-controls {
    display: block !important;
  }
  body .control-list .right-controls .frm-search {
    display: block;
    margin: 0 0 10px !important;
  }
  body .control-list .right-controls .frm-search .ipt-search {
    width: 100%;
  }
  body .control-list .right-controls .frm-search .col-ipt {
    width: 78% !important;
    display: inline-block !important;
  }
  body .control-list .right-controls .frm-search .col-btn {
    width: 20% !important;
    display: inline-block !important;
    text-align: right;
  }
  body .bulk-actions.w-200,
  body .bulk-actions.w-200 > li ul {
    width: 100% !important;
  }
  body .control-list .bulk-actions {
    margin-bottom: 10px;
  }
  body .control-list .bulk-actions > li a,
  body .button-wrap .bulk-actions > li a {
    margin: 0 !important;
  }
  body .control-list .left-controls {
    margin: 0 0 20px;
  }
  body .list-sites li {
    width: 100%;
    float: none;
  }
  body .list-sites li:nth-last-child(-n+2) {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px 0;
  }
  body .list-sites li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  #add-attachment-modal .file-upload-previews {
    display: block !important;
  }
  #add-attachment-modal .file-upload-previews .file-upload-preview {
    display: block !important;
    margin: 0 0 10px;
  }
  body .modal.modal-fx .modal-content .btn-close {
    right: 0;
    top: 0;
  }
  .search-header.desktop {
    display: none;
  }
  body #search-modal .search-header .ipt-search {
    width: 270px;
  }
  body header#main-header #header-right #wrap-icons-header {
    margin: 0 0 0 10px;
  }
  body .stepper:not(.stepper-vertical) .stepper-content {
    top: 40px;
  }
}
@media (max-width: 580px) {
  body .main-content .content .left-controls .col-ipt {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  body .button-wrap .btn-flat {
    margin: 0 5px 10px !important;
    width: unset;
    font-size: 12px !important;
    padding: 7px 7px;
  }
  body .button-wrap .btn-flat[data-bs-target="#activity-logs"] {
    order: 1;
  }
  body .control-list .btn-flat {
    margin: 0 5px 10px !important;
    width: unset;
    font-size: 12px !important;
    padding: 7px 7px;
  }
  body table.table-fx tr td:first-child {
    white-space: normal !important;
  }
  .table-fx {
    line-height: unset !important;
  }
  .bottom-page .button-wrap {
    position: relative;
  }
  .bottom-page .button-wrap .btn-flat[data-bs-target="#activity-logs"] {
    position: absolute;
    bottom: -40px;
  }
}
@media (max-width: 400px) {
  .wrap-item-dashboard .item-dashboard-big h2 {
    font-size: 32px !important;
  }
}