.loader-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu.show {
    max-height: 60vh !important;
    overflow: auto !important;
}
th, td{
	text-align: center;
}

.link-icon{
	display: flex;
	align-items: center;
	justify-content: center;
}

/* switch only css */
.switch {
    margin-bottom: 0px !important;
}

.switch * {
    cursor: pointer;
}

.switch input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.switch span {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 30px;
    background-color: white;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 100px;
    transition: all .5s;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #ddd;
    border-radius: 400px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    -webkit-transition: all .2s;
    transition:  all .2s;
}

.switch input:checked + span {
    background-color: rgb(129, 200, 104);
    border-color: rgb(129, 200, 104);
    transition: all .5s;
}

.switch input:checked + span:after {
    left: 50%;
    transition: all .2s;
}

.report_society {
    border-width: 1px;
    border-style: solid;
    background-color: lightgray;
    padding: 4px;"
}

.report_seat {
    background-color: royalblue;
    padding: 4px;
    color: white;
}

.report_customer {
    border-width: 2px;
    border-style: solid;
    background-color: lightgray;
    padding: 4px;"
}

.report_table {
    font-size: 13px;
}

.report_seat_color {
    color: #1b5480;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px 0px 0px 1px !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.VENDIDO {
    background-color: lightgreen;
    padding: 4px;
    color: white;
}

.VENDIDO {
    background-color: lightgreen;
    padding: 4px;
    color: white;
}

.RENTA {
    background-color: lightcoral;
    padding: 4px;
    color: white;
}

.DISPONIBLE {
    background-color: lightsalmon;
    padding: 4px;
    color: white;
}

.APARTADO {
    background-color: lightgray;
    padding: 4px;
    color: white;
}

.lighyellowbg {
    background-color: lightyellow;
}

.lighgreenbg {
    background-color: lightgreen;
}

.lighredbg {
    background-color: lightcoral;
}

@media print {
    body * {
        visibility: hidden;
    }
    #report_data, #report_data * {
        visibility: visible;
    }
    #report_data {
        position: absolute;
        left: 0;
        top: 0;
    }
}

#report_data {
    overflow-x: auto;
}

table.data-table {
    white-space: nowrap;
}

.left-side-menu {
    padding: 5px 0;
}

#sidebar-menu > ul > li > a {
    padding: 8px 10px;
}

.nav-second-level li a, .nav-thrid-level li a {
    padding: 8px 10px;
}

/*Remove space from rows and inputs*/
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

[class^="col-"],
[class*=" col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

label {  
    margin-bottom: 0 !important;
}

.form-group {
     margin-bottom: 5px !important;
}
/*Remove space from rows and inputs*/