
.objectListImage {
    min-height: 200px;
    min-width: 200px;
    background-size: cover;
    background-position: center;
}

.materialEditName {
	width: 301px;
}

.materialEditCostAccording{
	width: 171px;
}

.materialEditCostPurchase {
	width: 250px;
}

.materialEditQuantity {
	width: 59px;
}

.materialEditCostDifference {
	width: 59px;
}
	
.materialEditRemainingUnordered {
	width: 207px;
}

.materialEditAgreedPrice {
	width: 91px;
}

.materialEditComment {
		width: 223px;
}

#datatable_wrapper .col-sm-12 {
	    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.materialEditCOl #datatable_wrapper table {
	width: max-content
}

@media screen and (max-width:600px) {
  
    .requestListWrapp,
    .ObjectAddressWrapp,
    .objectListWrapp {
        flex-direction: column;
    }
     .objectListWrapp h4 {
      padding-bottom: 12px!important;
     }
     .objectListForm {
      display: flex;
      flex-wrap: wrap;
     }
     .objectListApply,
     .objectListName {
      max-width:100%;
      width: 100% !important;
      border-radius: 0!important;
     }

     .objectListName {
      margin-bottom: 12px!important;
     }

     .objectListFrom,
     .objectListTo {
      max-width: calc(50% - 30px);
      width: 100% !important;
     }

     .objectListSepa {
      margin: 0 auto !important;
     }

     .objectListApply {
      margin-top: 12px;
     }

     .objectListCol12 {
      max-width: 100% !important;
      width: 100% !important;
     }

     .objectListImage {
      min-height: 250px;
     }

     .ObjectAddressWrapp h4 {
      margin-bottom: 0 !important;
     }

     .breadcrumb-style1 {
      padding-right: 10px;
      width: 100%;
      overflow: auto;
      flex-wrap: nowrap;
     }
     .breadcrumb-style1 li {
      flex-shrink: 0;
     }

     .ObjectAddresPaddNav {
      padding-top: 2rem!important;
     }



     .dataTables_filter,
     .dataTables_filter label,
     .dataTables_length,
        .dataTables_length label,
           .dataTables_length select {
      width: 100%!important
     }

     #datatable_wrapper .col-md-6 {
      padding: 0!important;
     }

     #datatable_filter {
      margin: 1rem 0;
     }

     #datatable_filter input {
      width: calc(100% - 45px);
     }

     #layout-navbar {
      box-sizing: border-box;
     }


     .card .d-flex.justify-content-between {
      flex-direction: column;
     }

     .card .d-flex.align-items-center {
          width: 100%;
    justify-content: center;
     }
	 
.layout-navbar .navbar-nav-right {
    flex: 1 1 auto;
    min-width: 0;  
  }


  .layout-navbar .navbar-nav-right nav[aria-label="breadcrumb"] {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 10px;
}
	
    .reportWrapp .col-md-3 {
        margin-bottom: 12px;
    }

	.reportWrapp .form-label {
        padding-bottom: 3px;
	}

   .reportWrapp  #submit_btn {
        margin-top: 12px;
    }

    .reportTable {
        margin-top: 24px;
    }

    .reportAddFlex {
       flex-wrap: wrap;
       width: 100px;
    }

    .resportDimension{
    margin: 10px 0 0 0 !important;
    }

    .objectListButtons {
        flex-direction: column;
    }

    .objectListButtons  a {
        width: 100%;
    }

    .objectListAction {
        justify-content: center;
    }

    .requestCOl12 {
        width: 100%;
        margin-bottom: 8px;
    }

}