.daterangepicker .applyBtn{
  background-color: #10523a;
  border-color:#10523a;
} 
.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: #10523a;
}
.green-btn {
  background-color: #10523a;
  border-color:#10523a;
}
.green-btn:hover {
  background-color: #10523a;
  border-color:#10523a;
}
.brand-logo img {max-width:200px;}
.btn-link {
  color:#10523a;
  text-decoration: underline;
}
.btn-link:hover {
  color:#10523a;
  text-decoration: none;
}
.logo-text {
  padding-top: 36px;
  font-weight: bold;
  color: #10523a;
}
.card-title {
  color: #10523a;
  font-weight: bold;
}
#example1.table td, #example1.table th {
    padding: 6px 8px;
    font-size: 14px;
}
table#example1.dataTable thead .sorting:before {
  bottom: 0.5em;
}
.content-header {
    background-color: #10523a;
    color: #fff;
}
#example1_paginate .pagination .page-item.active .page-link {
    background-color: #10523a;
    border-color: #10523a;
    color: #fff;
}
#example1_paginate .pagination .page-link {
  color: #000;
}
#example1_paginate .pagination .page-link:focus{
  box-shadow: none;
}
.main-footer a {
  color: #10523a;
}
.content .form-control {
  box-shadow: 1px 2px 3px #33333324;
}
#example1.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8f9dc;
}
#example1.table-bordered {
  border: 1px solid #10523a45;
}
#example1.table-bordered td, .table-bordered th {
  border: 1px solid #10523a45;
}

/* .dataTables_filter, .dataTables_info { display: none; } */

@media (min-width: 992px){
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
     margin-left: 0rem!important; 
}
}

#spinner-div {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
z-index: 99999;
padding-top: 15rem !important;
}

.spinner-border {
  z-index: 99999;
}

#datacollection.table td, #datacollection.table th {
  padding: 6px 8px;
  font-size: 14px;
}
table#datacollection.dataTable thead .sorting:before {
bottom: 0.5em;
}
#datacollection_paginate .pagination .page-item.active .page-link {
  background-color: #10523a;
  border-color: #10523a;
  color: #fff;
}
#datacollection_paginate .pagination .page-link {
color: #000;
}
#datacollection_paginate .pagination .page-link:focus{
box-shadow: none;
}
#datacollection.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8f9dc;
}
#datacollection.table-bordered {
  border: 1px solid #10523a45;
}
#datacollection.table-bordered td, .table-bordered th {
  border: 1px solid #10523a45;
}
.red{
  color:red;
}
/*start webcam*/
.screenshot-image {
  width: 150px;
  height: 90px;
  border-radius: 4px;
  border: 2px solid whitesmoke;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 5px;
  left: 10px;
  background: white;
}

.display-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0% auto;
  position: relative;
}

video {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.video-options {
  position: absolute;
  left: 20px;
  top: 30px;
}

.controls {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
}

.controls > button {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
}

.controls > button:hover svg {
  color: white !important;
}

@media (min-width: 300px) and (max-width: 400px) {
  .controls {
      flex-direction: column;
  }

  .controls button {
      margin: 5px 0 !important;
  }
}

.controls > button > svg {
  height: 20px;
  width: 18px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.controls button:nth-child(1) {
  border: 2px solid #D2002E;
}

.controls button:nth-child(1) svg {
  color: #D2002E;
}

.controls button:nth-child(2) {
  border: 2px solid #008496;
}

.controls button:nth-child(2) svg {
  color: #008496;
}

.controls button:nth-child(3) {
  border: 2px solid #00B541;
}

.controls button:nth-child(3) svg {
  color: #00B541;
}

.controls > button {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
}

.controls > button:hover svg {
  color: white;
}

.ios-img {
  width: 100%;
}

.table-resp {
  overflow-x: auto;
}

.image-response-tablet {
  width: 100%;
  height: auto;
}

.image-response-mobile {
  height: 100%;
  width: auto;
}

#gallery .image-item {
  /* box-shadow: 2px 2px 2px gray; */
  border: 5px solid white;
}

.selected {
  background-color: DodgerBlue !important;
  /* border: 1px solid DodgerBlue; */
}

.selected td {
  background-color: DodgerBlue !important;
}

.icon-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
  color: Tomato;
}

.cus-preloader {
  background-color: transparent !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  transition: height .2s linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.cus-loader {
  display: none;
}

#modal_show_recommend .modal-body {
  height: calc(100vh - 7.5rem);
  overflow-y: scroll;
}

.recommend-modal-content {
  padding-bottom: 10px;
}


#btn_show_recommend {
  margin: auto;
}
/*end webcam*/

/* begin Sorting */
#btn_asset_in_your_area {
  margin: auto;
}
.asset-picture {
  height: 60px;
  display: flex;
}

.asset-picture a {
  margin: auto;
  height: 100%;
}

.history-view {
  margin: auto;
}

.description {
  max-height: 100px;
  overflow-y: auto;
}

#modal-history .modal-body {
  height: calc(100vh - 7.5rem);
  overflow-y: scroll;
}

.history-modal-content {
  padding-bottom: 10px;
}

.history-modal {
  overflow-y: auto !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.nav-link.active {
  background-color: #10523a !important;
}

#filter_data_table {
  width: 100% !important;
}

#recommend_data_table {
  width: 100% !important;
}

#filter_data_table td {
  vertical-align: middle !important;
}

#recommend_data_table td {
  vertical-align: middle !important;
}

/* for the google map marker icon */
:root {
  --building-color: #FF9800;
  --house-color: #0288D1;
  --shop-color: #7B1FA2;
  --warehouse-color: #558B2F;
}


#client_service_datatable {
  width: 100% !important;
}

#client_asset_datatable {
  width: 100% !important;
}
/*
 * Property styles in unhighlighted state.
 */
 .property {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

/* .property::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 90%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
} */

.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

/* .property .icon svg {
  height: 20px;
  width: auto;
} */

.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: 100px;
  padding: 8px 15px;
  width: auto;
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
}

/* .property.highlight .icon svg {
  width: 50px;
  height: 50px;
} */

.property .bed {
  color: #FFA000;
}

.property .bath {
  color: #03A9F4;
}

.property .size {
  color: #388E3C;
}

/*
 * House icon colors.
 */
.property.highlight .icon {
  font-size: 14pt;
}

/* .property:not(.highlight) {
  background-color: var(--house-color);
} */

/* .property:not(.highlight)::after {
  border-top: 9px solid var(--house-color);
} */

.asset-icon {
  color: white;
}

.bg-history {
  background-color: #10523a !important;
  color: white;
}

.history-asset-title {
  color: #10523a;
}


/* end Sorting */

/* Start QA */
.btn-filter {
  display: flex;
  justify-content: start;
}

.btn-search {
  display: flex;
  justify-content: end;
}

@media screen and (min-width: 768px) {
  .btn-filter {
    justify-content: start;
  }

  .btn-search {
    justify-content: end;
  }
}

/* End QA */

/* Toast text size to big */
.toast-message { 
  font-size: 20px;
}

.page-title-text {
  font-size: 23pt;
}

.btn-history {
  margin-bottom: 5px;
}

.btn-trash {
  margin-bottom: 5px;
}

.mile-radius {
  margin: auto;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #10523a;
  border-color:#10523a;
  box-shadow: none;
}

.chart {
  margin-top: 20px;
}

.text-live-number {
  font-size: 16pt;
  margin-top: 15px;
  margin-bottom: 30px;
}

#btn_clear_similar_asset {
  display: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
}

.similar-asset-img {
  margin-right: 10px;
}

/* begin -----------    vengefulriker    ------------------------------ */
.select2-selection__rendered>.select2-selection__choice {  
  background-color: #10523a!important;
  border-color: #10523a!important;
}

.selected td {
  background: #66bd9d!important;
}

.page-item.active .page-link {
  background-color: #10523a!important;
  border-color: #10523a!important;
  color: white!important;
}

.page-link {
  color: #10523a!important;
}

/* #10523a */

.brand-logo {
    position: relative;
    left: 50%;
    margin-left: -100px !important;
    display: block;
}