.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

/* added custom css */

.table td, .table th {
 padding: .25rem;
}

.datatable td{
    white-space: nowrap;
    text-align: center;
}

table.dataTable thead th {
    text-align: center;
    vertical-align: middle;
}

/*.dataTables_wrapper .dataTables_length { display: none; }*/
div.dataTables_wrapper div.dataTables_length select { width: 4em; }

.bg-gradient-info {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover;
}

.bg-gradient-success {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover;
}

.bg-gradient-primary {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover;
}

.bg-gradient-secondary {
    background-color: #858796;
    background-image: linear-gradient(180deg,#3a3b45 10%,#60616f 100%);
    background-size: cover;
}

.re-bg-gradient-primary {
    background-color: #395723;
    background-image: linear-gradient(180deg,#395723 10%,#70ad45 100%);
    background-size: cover;
}

.re-bg-gradient-secondary {
    background-color: #7a402b;
    background-image: linear-gradient(180deg,#7a402b 10%,#a1652f 100%);
    background-size: cover;
}

.re-bg-gradient-secondary-edit {
    background-color: #4A7210;
    background-image: linear-gradient(180deg,#4A7210 10%,#C6D830 100%);
    background-size: cover;
}

.bg-gradient-custom1 {
    background-color: #003100 !important;
    background-image: linear-gradient(90deg,#003100 10%, #6AA73E 100%) !important;
    background-size: cover !important;
}

.times-new-roman {
    font-family: "Copperplate", fantasy;
}

.re-bg-dark{
    background-color: #170B3B;
}


.text-gray-100 {
    color: #f8f9fc!important;
}



.dropdowntest {
    position: relative;
    display: inline-block;
}
    
.dropdowntest-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    }
    
.dropdowntest:hover .dropdowntest-content {
    display: block;
    margin-left: -145px;
    }

#rftd, #rftd .dataTables_scrollBody{
    overflow: visible !important;
}

table.datatable-StRe thead, 
table.datatable-Agent thead,
table.datatable-StReport thead,
table.datatable-VicinityMap thead,
table.datatable-ReBranch thead,
table.datatable-Buyer thead{
    background-color: #70ad46;
    color: white;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES calendar
* ==========================================
*
*/
.clearfix::after,
.calendar ol::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ================
Calendar Styling */
.calendar {
  border-radius: 10px;
}

.month {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .month {
    font-size: 2rem;
  }
}

.calendar ol li {
  float: left;
  width: 14.28571%;
}

.calendar .day-names {
  border-bottom: 1px solid #eee;
}

.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.calendar .days li {
  border-bottom: 1px solid #eee;
  min-height: 8rem;
}

.calendar .days li .date {
  margin: 0.5rem 0;
}

.calendar .days li .event {
  font-size: 0.75rem;
  padding: 0.4rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4rem;
  margin-bottom: 1px;
}

.calendar .days li .event.span-2 {
  width: 200%;
}

.calendar .days li .event.begin {
  border-radius: 1rem 0 0 1rem;
}

.calendar .days li .event.end {
  border-radius: 0 1rem 1rem 0;
}

.calendar .days li .event.clear {
  background: none;
}

.calendar .days li:nth-child(n+29) {
  border-bottom: none;
}

.calendar .days li.outside .date {
  color: #ddd;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

/*
*
* ==========================================
* fullcalendar
* ==========================================
*
*/

.fc-scroller {
    overflow: hidden !important;
}

#reBranches .nav-tabs .nav-link,
#propertiesRITabs .nav-tabs .nav-link,
#buyersRITabs .nav-tabs .nav-link,
#agentRITabs .nav-tabs .nav-link{
    border: 1px solid transparent;
    border-color: #696f6f;
    color: #181919;
    background-color: #9e9a9a;
    border-top-left-radius: .50rem;
    border-top-right-radius: .50rem;
}
#reBranches .nav-tabs .nav-item.show .nav-link, #reBranches .nav-tabs .nav-link.active,
#propertiesRITabs .nav-tabs .nav-item.show .nav-link, #propertiesRITabs .nav-tabs .nav-link.active,
#buyersRITabs .nav-tabs .nav-item.show .nav-link, #buyersRITabs .nav-tabs .nav-link.active,
#agentRITabs .nav-tabs .nav-item.show .nav-link, #agentRITabs .nav-tabs .nav-link.active {
    color: #edf0f3;
    background-color: #1d1e1f;
    border-color: #c4c9d0 #c4c9d0 #ebedef;
    font-weight: bold;
    padding: .50em;
}

/*
*
* ==========================================
* border styles
* ==========================================
*
*/

.border-bottom-primary {
    border-bottom: .25rem solid #4e73df!important;
}

.border-bottom-secondary {
    border-bottom: .25rem solid #858796!important;
}

.border-bottom-success {
    border-bottom: .25rem solid #1cc88a!important;
}

.border-bottom-info {
    border-bottom: .25rem solid #36b9cc!important;
}

.border-bottom-warning {
    border-bottom: .25rem solid #f6c23e!important;
}

.border-bottom-danger {
    border-bottom: .25rem solid #e74a3b!important;
}

.border-bottom-dark {
    border-bottom: .25rem solid #5a5c69!important;
}

/*
*
* ==========================================
* fixed table header
* ==========================================
*
*/
.tableFixHead          { overflow-y: auto; height: 25rem; }
.tableFixHead thead th { position: sticky; top: 0; }