.required{
      color: #f04533;
    font-size: 21px;
    /* vertical-align: top; */
    position: absolute;
    top: -4px;
    margin-left: 3px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0px 0px 0px;
    border-radius: 4px;
    float: right !important;
}

.pull-right {
    float: right!important;
}

.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #26a69a;
    border-color: #26a69a;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal-content {
    width: 700px;
}

.modal-header{
    display:initial !important;
}

.form_label{
  background-color: #f5f5f5;
  padding:10px 2px !important;
  font-weight: bold;
}

.alert p{
  margin: 0px;
}
/* ------------------ TOGGLE BAR -------------------------*/

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
      width: 50px;
  height: 25px;
   margin-top: 10px;
       margin-bottom: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
     height: 21px;
    width: 21px;
    left: 1px;
    bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*-----------------------TOOGLE BAR END ------------ */

.dataTables_filter{
    float: left !important;
    text-align: left !important;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: block;
    padding: 6px 12px;
    cursor: pointer;
}
.custom-file-upload input[type="file"]{
    display: none;
}

.nav-sub{
  display: none;
}

.kt-sideleft-menu .nav-sub .nav-link {
  font-size: 12px !important;
}

.onlineofflineblocks{
	padding: 5px 5px 0px 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* OVERLAY USED ON MAPS PAGE */

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 60px;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-title{
  font-size: 23px;
  margin: 10px 10px;
}

.overlay-content {
  position: relative;
  /* top: 50px; */
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.text-orange{
  color:#ff7600;
}
/* END */

/* MARKER / INFOWINDOW STYLING */

.markerBadge {
  width: 30px; 
  height: 20px;

  border: 1px solid #fff;
  border-radius: 5px;
  background: #f04132;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 25;
  color: #fff;
}

.infowindow_field_heading{
  font-weight: bold !important;
  display: flex;
  padding: 3px 0px;
  gap: 5px;
  justify-content: space-between;
  border-bottom: 0.1px dotted #e5e5e5;
}

.infowindow_field_title{
  font-weight: bold !important;
  font-size: 20px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-Default) !important;
}

.infowindow_field_heading:hover{
  background: var(--color-super-light);
}


.infowindow_field_heading:hover p{
  color: var(--color-Default) !important;
}

.infowindow_footer{
  font-weight: bold !important;
  /* font-size: 15px; */
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid lightgray;
  /* color: var(--color-Default) !important; */
  display: flex;
    justify-content: space-between;
}

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

.info_multiple_devices{
  min-width:200px;
  width:48%;
  /* background-color:gray; */
  /* color:white; */
  border-radius:5px;
  margin:3px;
  padding:10px;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 18%);
  margin-bottom: 13px;
}

/* END */

.icon_heading{
    font-size: 18px;
    margin-left: 5px;
}

.expiry-legend-badge {
  display: inline-block;
  border: 2px solid var(--legend-color, #333);
  color: var(--legend-color, #333);
  border-radius: 12px;
  padding: 2px 12px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1em;
  background: transparent;
}

.center-checkbox-cell {
  vertical-align: middle !important;
  height: 60px;
  padding: 0 !important;
}

.center-checkbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.error{
  color:#f04132;
  margin-top:10px;
}

/* 22-09-2025 */
.custom-meta-card{
  border-radius: 10px;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.remove-metadata-btn{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  top: -20px;
  left: 13px;
  float: right;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-metadata-btn .fa{
  color:red !important;
  padding:4px 6px;
}

.remove-metadata-btn:hover{
  border: 1px solid red;
  background-color: red;
}

.remove-metadata-btn:hover .fa{
  color:#fff !important;
  padding:4px 6px;
}

.remove-metadata-btn-sm{
  width: 25px;
  height: 25px;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  right: -10px;
  float: right;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-metadata-btn-sm .fa{
  color:red !important;
}


.remove-metadata-btn-sm:hover{
  border: 1px solid red;
  background-color: red;
}

.remove-metadata-btn-sm:hover .fa{
  color:#fff !important;
  padding:4px 6px;
}

.metadatarow{
  padding-top:5px;
  padding-right:5px;
  background-color:transparent;
  margin-left: 5px;
}

.metadatabody{
  width:100%;
  float:left;
}

.metadatabody div{
  width:100%;
  float:left;
}

.btn .fa {
  margin-right: 5px;
}

.btn-right{
  float: right;
}

.devider {
  width: 100%;
  height: 1px;                    /* Thickness */
  margin: 15px 0;                 /* Spacing */  
}

.title-hint-sm {
  font-size: 14px;
  color: var(--color-Dark);
  display: block;
}

/* 26-9-2025 - dropdown and card overflow patch-up */
.table-responsive, .card {
  overflow: visible !important;
}

.dropdown-menu {
  z-index: 1050 !important; 
}

.was-validated .form-control:valid, .was-validated .dataTables_filter input:valid, .dataTables_filter .was-validated input:valid, .form-control.is-valid, .dataTables_filter input.is-valid, .dataTables_filter input.parsley-success, input.form-control.parsley-success, textarea.form-control.parsley-success, .was-validated .custom-select:valid, .custom-select.is-valid, input.custom-select.parsley-success, textarea.custom-select.parsley-success
{
    border-color: #00441e !important;
}

.was-validated .form-control:invalid, .was-validated .dataTables_filter input:invalid, .dataTables_filter .was-validated input:invalid, .form-control.is-invalid, .dataTables_filter input.is-invalid, .dataTables_filter input.parsley-error, input.form-control.parsley-error, textarea.form-control.parsley-error, .was-validated .custom-select:invalid, .custom-select.is-invalid, input.custom-select.parsley-error, textarea.custom-select.parsley-error {
    border-color: #6b000a !important;
}

.row-title{
  font-size: 16px;
  margin: 10px 10px;
  color: var(--color-Default);
}

/* blinker */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}