/**
 * Filename: ak-style.scss
 * Description: This is to be used for the custom css
 * Author: johnlopev
 */
/***********************************************/
/** VARIABLES **/
/***********************************************/
/***********************************************/
/***********************************************/
.statistics_datepicker {
  font-size: 20px !important;
}

/***********************************************/
.flatpickr-current-month {
  top: 4px !important;
}

.flatpickr-current-month .numInputWrapper {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
}

/***********************************************/
form input,
form select,
form textarea {
  color: #8b8b8b !important;
}

form input.call_back:-moz-read-only {
  background: #ffffff;
}

form input.call_back:read-only {
  background: #ffffff;
}

.form-view {
  /********************************************************************/
  /** REMOVE CARET IN SELECT */
  /********************************************************************/
  /* This is to remove the arrow of select element in IE */
  /********************************************************************/
}

.form-view .select2-container,
.form-view input,
.form-view select {
  background: #e9ecef !important;
  color: #000000 !important;
}

.form-view select::-ms-expand {
  display: none;
  background: #e9ecef !important;
  color: #000000 !important;
}

.form-view select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #e9ecef !important;
  color: #000000 !important;
}

@-moz-document url-prefix() {
  .form-view .ui-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #e9ecef !important;
    color: #000000 !important;
  }
  .form-view .ui-select select {
    width: 110%;
    background-position: right 30px center !important;
    border: none !important;
    background: #e9ecef !important;
    color: #000000 !important;
  }
}

.form-view textarea {
  background: #e9ecef !important;
  color: #000000 !important;
}

.form-view .input {
  background: #e9ecef !important;
  color: #000000 !important;
  padding: 20px;
}

.form-view .form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-frame:after,
.form-view .form-check .form-check-label input[type="radio"]:disabled:checked + .input-frame:before {
  background: #ff385c;
  color: #ffffff;
}

.form-view .btn-increment,
.form-view .btn-decrement {
  display: none !important;
}

/**********************************************/
/** MESSAGES */
/**********************************************/
/** FLOATING MESSAGE */
.floating-message {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

/** ERRORS */
.errors ul {
  padding: 10px;
  margin: 0px 15px;
}

#submit-form .error {
  padding: 4px !important;
  color: red !important;
}

/**********************************************/
/** SALES::LEADS */
/**********************************************/
.data-row {
  margin-bottom: 25px;
}

/**********************************************/
/** DATA TABLES */
/**********************************************/
.dt-buttons button {
  background: #7987a1 !important;
  border: none !important;
  color: #ffffff !important;
  padding: 5px 20px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dt-buttons button:hover {
  background: #ff385c !important;
}

@media (max-width: 767px) {
  .dataTables_wrapper.dt-bootstrap4 .dataTables_filter {
    margin-left: 10px !important;
  }
}

/**********************************************/
/** SELECT 2 */
/**********************************************/
select option[data-status="removed"] {
  color: red !important;
}

.select2-selection__clear {
  z-index: 1 !important;
  background: gray;
  padding: 3px;
  color: white;
  height: 15px;
  width: 15px;
  border-radius: 100px;
}

.property-select-container .select2-selection__rendered {
  line-height: 22px !important;
  font-size: 25px !important;
  width: 100% !important;
}

/*------------------------------------------------
| PPI
------------------------------------------------*/
#search-results-container ul li {
  list-style-type: none;
}

#search-results-container ul li .data-item {
  background: #eeeeee !important;
}

#search-results-container ul li .data-item .item-label label {
  font-weight: bold;
}

/*------------------------------------------------
| ADD NEW BUTTON
------------------------------------------------*/
.floatingButton {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 11;
  border-radius: 100px !important;
}

.floatingButton .fa {
  font-size: 20px;
}

/*------------------------------------------------
| HEADER SEARCH PROPERTY
------------------------------------------------*/
.select2-selection__rendered {
  padding-left: 20px !important;
}

/*------------------------------------------------
| WORD TRUNCATE
------------------------------------------------*/
.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=ak-style.css.map */