.navbar-absolute {
    position: relative !important;
}
.propertiesheight {
    width: 30%;
    display: block;
    overflow-x: hidden;
    max-height: 200px;
}
.propertiesheight a {
    color: #333;
    padding: 10px 10px;
}

.select_filter {
    display: block;
}
.error {
    font-size: 12px;
}

.hide {
    display: none;
}

#nav-notes p{margin-bottom: 0;}
#nav-notes ul{
    background-color: #ffffff;
    margin: 0;
}
#offerCard {
    display: none !important;
}

#compList {
    position: absolute;
    border: 1px solid #dddddd;
    z-index: 99;
    width: 33%;
    background: #ffffff;
    padding: 0 10px 10px 10px;
    display: none;
}

/* .sidebar {
        min-height: 0;
    } */
.select2-container .select2-search--inline .select2-search__field {
    width: 215px !important;
}

#filter-wrapper {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    background: #fff;
}

.filter a {
    font-size: 16px;
    line-height: 24px;
    display: inline;
}

.filter_opt {
  display: inline !important;
}

.delete_filter {
    color: #e74a3b !important;
}

.update_filter {
    color: #1cc88a !important;
}

.btn4 {
    text-decoration: none;
    border: 2px solid #c6c6c6;
    color: #1568b6;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 5px;
}

table.fixedHeader-floating {
    position: fixed !important;
    background-color: white;
}
table.fixedHeader-floating.no-footer {
    border-bottom-width: 0;
}
table.fixedHeader-locked {
    position: absolute !important;
    background-color: white;
}
@media print {
    table.fixedHeader-floating {
        display: none;
    }
}
div.dataTables_filter input,
div.dataTables_length select {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button.dt-button,
div.dt-button,
a.dt-button {
    text-decoration: none;
    border: 2px solid #c6c6c6;
    color: #1568b6;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 5px;
    background: #ffffff;
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
    text-decoration: none;
    border: 2px solid #c6c6c6;
    color: #858796;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 5px;
    background: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    border: 1px solid #1568b6;
    background: #1568b6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #858796;
    border-radius: 0;
}
.select2-container--default .select2-selection--single {
    text-transform: capitalize;
    line-height: 38px;
    background-color: #f5f8fa;
    border: 1px solid #d1d3e2;
}
.select2-container .select2-selection--single {
    height: 41px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px;
    font-weight: normal;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple{
    background: #f5f8fa;
}
.table thead th {
    vertical-align: top;
}
select option {
    text-transform: capitalize;
}
.table thead th {
    vertical-align: top;
}

select option {
    text-transform: capitalize;
}

.navbar-brand a {
    color: #ffffff;
}
.navbar-brand a:hover {
    color: #ffffff;
    text-decoration: none;
}
#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 30001;
    opacity: 0.8;
}
 #attendee-table_processing {
    margin: 0px;
    display: none;
    padding: 0px;
    position: fixed;
    right: 0px;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);

        z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    color: White;
    top: 0%;
    left: 45%;
}
#loading img {
    position:fixed;
    top:220px;
    height: 80px;
    width: 80px;
    z-index:100;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 20px;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 1px solid #ffffff;
}
.nav-tabs .nav-link {
    font-size: 14px;
}
.form-horizontal-container {
    padding: 20px;
}
.form-horizontal-container label {
    width: 25%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
}
.form-horizontal-container .col-sm-8 {
    width: 75%;
}
.form-horizontal-container input{ position: relative;}
.validationErr{color: #ff0000;}
.mb0{margin-bottom: 0;}

#email_preview{
    background-color: #ffffff;
    padding: 75px 0;
}

.modal-dialog{
	height: 580px;
}
.user_link, .user_link i{
    color: #4e73df !important;
}

.tooltip-wrapper{
    cursor: pointer;
}

table.dataTable td.dataTables_empty {
    text-align: left;    
}
.fa-copy{color: #1568b6;}

table.dataTable.row-border tbody tr th, table.dataTable.row-border tbody tr td, table.dataTable.display tbody tr th, table.dataTable.display tbody tr td{text-transform: capitalize;}