body {
    color: #3F4963;
    background: #f7f7f7;
}

a.navbar-brand img {
    max-width: 170px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
}
.desc{display: none}
a.navbar-brand {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3F4963 !important;
    opacity: 1;
    padding: 6px 0;
    height: 56px;
}
div#div3 input {
    background: #FFFFFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding-left: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
}
.siteNav {
    min-height: 56px;
    background-color: #fff;
    border: 1px solid #EAEAF7;
}

.caret {
    color: #1380EF;
}

.parentTab {
    position: relative;
}

header ul.nav.navbar-nav>li>a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.parentTab ul.nav.parent {
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    border-radius: 2px;
    background-color: #fff;
    max-width: 100%;
}

.parentTab ul.nav.parent li a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    border: 0;
    color: #82889D;
    margin: 0;
    border-bottom: 3px solid transparent;
    padding: 15px 0;
}

.parentTab ul.nav.parent li {
    border-right: 1px solid #EAEAF7;
    width: 180px;
    text-align: center;
}

.parentTab ul.nav.parent li:last-child {
    border-right: 0;
}

.parentTab ul.nav.parent li a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #1380EF;
    background-color: transparent;
}

.parentTab ul.nav.parent li.active a {
    border: 0;
    border-bottom: 3px solid #1380EF;
    color: #3F4963;
}

.p-0 {
    padding: 0 !important;
}

.mainContent {
    margin-top: 50px;
    margin-bottom: 50px;
}

.searchResult {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 20% !important;
    display: none !important;
}
.searchResult a {
    padding: 0 !important;
    border-bottom: 0px solid #1380EF !important;
}
.searchResult h3 {
    background: #1380EF;
    box-shadow: 0px 4px 12px rgba(19, 128, 239, 0.2);
    border-radius: 2px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    cursor: pointer;
}

.searchResult h3 img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.searchResult h3 span {
    background: #FFFFFF;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1380EF;
    padding: 0 8px;
    margin-left: 6px;
}

.basicSearchTab {
    margin-top: 22px;
}

.basicSearchTab ul.nav.basic li {
    width: 180px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.basicSearchTab ul.nav.basic li a {
    background: #F9FBFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 2px 2px 0px 2px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
    padding: 9px 0;
}

.basicSearchTab ul.nav.basic li.active a,
.basicSearchTab ul.nav.basic li a:hover {
    background: #1380EF;
    box-shadow: 0px 4px 12px rgba(19, 128, 239, 0.2);
    border-radius: 4px;
    color: #FFFFFF;
    padding: 12px 0;
    position: relative;
    margin: -5px 0 0 0;
}

.basicSearchTab .tab-content {
    background: #FFFFFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    border-radius: 2px;
    position: relative;
    padding: 20px 20px;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

button.btn.dropdown-toggle.btn-default {
    border: 1px solid #d0d0d0;
    height: 40px;
}

button.btn.dropdown-toggle.btn-default:hover {
    background-color: transparent
}

.siteBtn {
    background: #1380EF;
    border: 1px solid #1380EF;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.tabCustomGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.allNyc {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.searchInput {
    position: relative;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    margin-right: 1%;
    margin-left: 1%;
}
.applyBtn{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.searchInput input {
    background: #FFFFFF;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    padding-left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
    padding-right: 10px;
}

.searchInput img {
    position: absolute;
    left: 10px;
    top: 10px;
}

::placeholder {
    color: #82889D;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    color: #82889D;
}

::-ms-input-placeholder {
    color: #82889D;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #adadad;
    box-shadow: none;
}

ul.advanceFilter {
    padding: 0;
    list-style-type: none;
    margin: 10px 0;
}

ul.advanceFilter li {
    background: #EAF3FD;
    border: 1px solid #cbcbf7;
    box-sizing: border-box;
    border-radius: 54px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #3F4963;
    display: inline-block;
    padding: 10px 14px;
    margin: 10px 4px;
}

ul.advanceFilter li img {
    margin-left: 4px;
    max-width: 8px
}
ul.advanceFilter li:last-child img{
    max-width: 12px
}
.advancedTabs {
    margin-top: 22px;
    background: #FFFFFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 0;
}

.advancedTabs .tabs-left li {
    width: 100%;
}

.advancedTabs .tabs-left li a {
    background: #FFFFFF;
    box-shadow: 0px 1px 0px #D9D9EE;
    border-top: 1px solid #EAEAF7;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    border-left: 3px solid transparent;
    color: #3F4963;
}

.logOut {
    display: none !important;
}

.advancedTabs .tabs-left li:first-child a {
    border-top: 0px solid #EAEAF7;
}

.advancedTabs .tabs-left li:last-child a {
    border-bottom: 0px solid #EAEAF7;
}

.advancedTabs .tabs-left li.active a {
    border-right: 0px solid #EAEAF7;
    border-radius: 0;
    border-left: 0;
    border-left: 3px solid #1380EF;
}

.borderRight {
    border-right: 1px solid #EAEAF7;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.rightBar{
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.tabTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px !important;
    color: #333;
    position: relative;
}

.tabTitle span {
    color: red;
}

.tabTitle span.Subtitle {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #82889D;
    margin-bottom: 0;
    border-left: 1px solid #EAEAF7;
    padding-left: 15px;
    margin-left: 10px;
}

.advanceInner h2 {
    margin: 0;
}

.advanceInner {
    padding: 20px;
}

.btn-group.checkBoxes-group
{
    display: flex;
}

.btn-group .btn.checkBoxes {
    background: #F9FBFF;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
    width: 50%;
    padding: 9px 0;
}

.btn.checkBoxes.active,
.btn.checkBoxes:active {
    background: #1380EF;
    box-shadow: 0px 4px 12px rgba(19, 128, 239, 0.2) !important;
    border-radius: 4px !important;
    color: #fff;
    padding: 13px 0;
    margin-top: -4px;
}

.btn-group,
.btn-group-vertical {
    display: block;
    width: 100% !important;
}

.btn:focus {
    box-shadow: none;
    outline: none !important;
}

span.multiselect-native-select {
    position: relative
}

span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 45px;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    border-radius: 2px;
}

.mobileAdvanceFilter {
    display: none;
}

ul.multiselect-container li {
    border-bottom: 1px solid #EAEAF7;
    height: 40px;
}

li.multiselect-item.multiselect-all {
    display: none;
}

.multiselect-container .input-group {
    margin: 0;
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 65px;
    height: 40px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

b.caret.arrowRight {
    position: absolute;
    right: 10px;
    top: 16px;
}

.input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    position: relative;
}

span.input-group-addon img {
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 99;
}

.form-control {
    height: 40px;
    border: 0;
    border-radius: 0;
}

span.input-group-addon input {
    padding-left: 40px;
}

.multiselect-container li input[type=checkbox] {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.multiselect-container>li>a>label::before {
    position: absolute;
    top: 10px;
    left: 14px;
    height: 20px;
    width: 20px;
    content: "";
    background: #F9FBFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 2px;
}

.multiselect-container li.active a:hover {
    background-color: transparent;
}

.multiselect-container li.active a {
    background-color: transparent;
}

.multiselect-container>li.active>a>label::before {
    background-color: #1380EF;
    border: 1px solid #1380EF;
}

.multiselect-container li.active label:after {
    left: 21px;
    top: 12px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #82889D;
    background-color: transparent;
    border-color: #EAEAF7;
}

span.multiselect-selected-text {
    padding: 3px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
}

input.form-control.multiselect-search {
    border-bottom: 1px solid #EAEAF7;
}

span.multiselect-native-select button.btn.dropdown-toggle.btn-default {
    text-align: left;
}

.borderBottom {
    border-bottom: 1px solid #EAEAF7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.filter-option {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

p.labelPara {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #3F4963;
    margin-bottom: 0;
    position: relative;
    margin-top: 24px;
}

p.labelPara span {
    background-color: #fff;
    position: relative;
    padding-right: 8px;
}

p.labelPara::before {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #d0d0d0;
    content: "";
    top: 49%;
    left: 0;
}
.alert-info {
    color: #000000;
    background-color: #EAF3FD;
    border-color: #cbcbf7;
    margin-top: 20px;
}
span.legal {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #3F4963 ;
}

.selectIcon {
    position: relative;
}

.selectIcon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.selectIcon .dropdown, .selectIcon .rangeParentBox, .selectIcon .inputNumberBox{
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}
.sIconBox {
    text-align: center;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 0px 4px 4px 0px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: -2px;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    background-color: #fff;
    max-width: 15%;
    cursor: pointer;
}

.sIconBox img {
    max-width: 10px;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 10px;
    margin-left: -10px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}




.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    /* 3F4963 */
    color: #3F4963;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 100%;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1380EF;
    border-color: transparent;
    color: #fff;
    border-radius: 100%;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
    padding: 8px 15px;
    cursor: pointer;
    border-top: 1px solid #EAEAF7;
}
.daterangepicker .ranges li:first-child{
    border-top: 0px solid #EAEAF7;
}
.form-control:focus {
    border: 1px solid #EAEAF7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

.sIconBoxCalendar img {
    max-width: 22px;
}
.dropdown-menu>li>a {
    padding: 3px 10px;
}
.form-control {
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
}

.mt-20 {
    margin-top: 20px;
}

span.drp-selected {
    display: none !important;
}

button.applyBtn.btn.btn-sm.btn-primary {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    background: #1380EF;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #1380EF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 36px;
}

button.cancelBtn.btn.btn-sm.btn-default {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    background: #EAEAF7;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #82889D;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 36px;
}

.PropertyTypeList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.PropertyTypeList ul li {
    background: #F9FBFF;
    border: 1px solid #cbcbf7;
    box-sizing: border-box;
    border-radius: 54px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #82889D;
    height: 40px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    margin: 8px 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 2%;
}

.PropertyTypeList ul li:hover {
    background: #EAF3FD;
    color: #3F4963;
    border: 1px solid #cbcbf7;
}

.PropertyTypeList ul li.active {
    background: #EAF3FD;
    color: #3F4963;
    border: 1px solid #cbcbf7;
}

.PropertyTypeList ul li img {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    object-fit: contain;
}

.PropertyTypeList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-control.buildingClass a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #3F4963;
}

.buildingClass a img {
    max-width: 14px;
    margin-right: 5px;
}

a:hover {
    text-decoration: none;
}

.mt-8 {
    margin: 8px 0 0 !important;
}

.mixMaxBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #828282
}
.minB {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.maxB {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.mixMaxBox .text-center{
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.saveForm {
    background: #FFFFFF;
    border-top: 1px solid #EAEAF7;
    box-sizing: border-box;
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 25px;
    justify-content: space-between;
}

button.applyyBtn {
    background: #1380EF;
    border: 1px solid #1380EF;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 128px;
    height: 40px;
    margin-left: 15px;
}

button.clearBtn {
    background: #EAF3FD;
    border: 1px solid #EAF3FD;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #82889D;
    width: 128px;
    height: 40px;
}

button.saveSResult {
    background: #EAF3FD;
    border: 1px solid #EAF3FD;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #82889D;
    width: 217px;
    height: 40px;
}


/*  Larger Screen Styling */

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }
    .daterangepicker .ranges ul {
        width: 230px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
        float: left;
    }
    .daterangepicker {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
    .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }
    .daterangepicker .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

.btn-group label {
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -o-transition: all ease .1s
}
.btn-group label:focus{
    outline: none;
}
.dashInput {
    background: #FFFFFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 4px;
    width: auto !important;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #82889D;
}
:-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.wrapper {
    margin: 20px auto;
    width: 400px;
}
#myAutocomplete {
    width: 100%;
}

.ui-autocomplete-multiselect.ui-state-default {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 3px;
    padding-bottom: 0px;
    overflow: hidden;
    cursor: text;
    border: 1px solid #EAEAF7;
    height: 40px;
    width: 100% !important;
    padding: 8px 10px;
    border-radius: 4px;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
    float: right;
    cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
    display: inline-block;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0;
    color: #82889D;
    background-color: transparent;
    width: auto !important;
    font-weight: 100;
}

.ui-autocomplete-multiselect input {
    display: inline-block;
    border: none;
    outline: none;
    height: auto;
    overflow: visible;
    margin-bottom: 0px;
    text-align: left;
}



.ui-autocomplete {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-autocomplete-multiselect.ui-state-default{
    position: relative;
}
.ui-autocomplete-multiselect.ui-state-default::before{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.buildingClass{
    position: relative;
}
.buildingClass img {
    position: absolute;
    left: 10px;
    top: 13px;
    max-width: 16px;
}
.buildingClass .filter-option-inner-inner {
    padding-left: 20px;
}
.tableBox {
    background-color: #fff;
    padding: 20px 20px;
    background: #FFFFFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    margin-bottom: 25px;
    border-radius: 4px;
    margin-top: 25px;
}
.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: #1380EF;
    border-color: #1380EF;
}
.table img {
    max-width: 15px;
    margin-right: 5px;
}
.table a{
    color: #1380EF;
    font-weight: 500;
}
.button {
    background: #fafafa;
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: -o-linear-gradient(top, #ffffff, #eeeeee);
    background: linear-gradient(to bottom, #ffffff, #eeeeee);
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 31px;
    line-height: 28px;
    outline: none;
    padding: 0 13px;
    text-shadow: 0 1px 0 white;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button-blue {
    background: #1385e5;
    background: -webkit-linear-gradient(top, #53b2fc, #1385e5);
    background: -moz-linear-gradient(top, #53b2fc, #1385e5);
    background: -o-linear-gradient(top, #53b2fc, #1385e5);
    background: linear-gradient(to bottom, #53b2fc, #1385e5);
    border-color: #075fa9;
    color: white;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.oss-bar {
    top: 0;
    right: 20px;
    position: fixed;
    z-index: 1030;
}
.oss-bar ul {
    float: right;
    margin: 0;
    list-style: none;
}
.oss-bar ul li {
    list-style: none;
    float: left;
    line-height: 0;
    margin: 0;
}
.oss-bar ul li a {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    border: 0;
    margin-top: -10px;
    display: block;
    height: 58px;
    background: #F36C00 url(oss-credit.png) no-repeat 20px 22px;
    padding: 22px 20px 12px 20px;
    text-indent: 120%; /* stupid padding */
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.oss-bar ul li a:hover {
    margin-top: 0px;
}
.oss-bar a.harvest {
    width: 196px;
    background-color: #F36C00;
    background-position: -142px 22px;
    padding-right: 22px; /* optical illusion */
}
.oss-bar a.fork {
    width: 162px;
    background-color: #333333;
}

.docs-table th, .docs-table td {
    border: 1px solid #000;
    padding: 4px 6px;
    white-space: nowrap;
}

.docs-table td:last-child {
    white-space: normal;
}

.docs-table th {
    font-weight: bold;
    text-align: left;
}

#content pre[class*=language-] {
    font-size: 14px;
    margin-bottom: 20px;
}

#content pre[class*=language-] code {
    font-size: 14px;
    padding: 0;
}

#content code[class*=language-] {
    font-size: 12px;
    padding: 2px 4px;
}

.anchor {
    color: inherit;
    position: relative;
}

.anchor:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI3Ij48ZyBmaWxsPSIjNDE0MDQyIj48cGF0aCBkPSJNOS44IDdoLS45bC0uOS0uMWMtLjctLjMtMS40LS43LTEuOC0xLjMtLjItLjEtLjMtLjMtLjMtLjVsLS4zLS40Yy0uMS0uNC0uMi0uOC0uMi0xLjIgMC0uNC4xLS44LjItMS4yaDEuN2MtLjMuNC0uNC44LS40IDEuMiAwIC40LjEuOC4zIDEuMS4xLjIuMi4zLjQuNC4xLjEuMi4yLjQuMy4zLjIuNy4zIDEgLjNoMy40YzEuMiAwIDIuMi0uOSAyLjItMi4xcy0xLTIuMS0yLjItMi4xaC0xLjRjLS4zLS42LS43LTEtMS4yLTEuNGgyLjZjMiAwIDMuNiAxLjYgMy42IDMuNXMtMS42IDMuNS0zLjYgMy41aC0yLjZ6TTguNCAyYy0uMS0uMS0uMi0uMy0uNC0uMy0uMy0uMi0uNy0uMy0xLS4zaC0zLjRjLTEuMiAwLTIuMi45LTIuMiAyLjEgMCAxLjIgMSAyLjEgMi4yIDIuMWgxLjRjLjMuNS43IDEgMS4yIDEuNGgtMi42Yy0yIDAtMy42LTEuNi0zLjYtMy41czEuNi0zLjUgMy42LTMuNWgzLjUwMDAwMDAwMDAwMDAwMDRsLjkuMWMuNy4yIDEuNC43IDEuOCAxLjMuMS4xLjIuMy4zLjUuMS4xLjIuMy4yLjUuMS40LjIuOC4yIDEuMiAwIC40LS4xLjgtLjIgMS4yaC0xLjZjLjMtLjUuNC0uOS40LTEuM3MtLjEtLjgtLjMtMS4xYy0uMS0uMi0uMi0uMy0uNC0uNHoiLz48L2c+PC9zdmc+) 0 50% no-repeat;
    background-size: 21px 9px;
    margin-left: -27px;
    padding-left: 27px;
    text-decoration: none;
}

.select,
.chosen-select,
.chosen-select-no-single,
.chosen-select-no-results,
.chosen-select-deselect,
.chosen-select-rtl,
.chosen-select-width {
    width: 350px;
}

.jquery-version-refer {
    margin-top: 40px;
    font-style: italic;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #EAEAF7;
    margin-top: 6px;
    background: #fff;
    -webkit-box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.2);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 12px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #1380EF;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 500;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 25px;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 500;
    cursor: default;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 12px;
    width: 100%;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 39px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #82889D;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 2px 20px 2px 10px;
    border: 0px solid #aaa;
    max-width: 100%;
    border-radius: 30px;
    background-color: #1380EF;
    cursor: default;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 7px;
    right: 7px;
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/icon_close.svg) no-repeat;
    /* font-size: 1px; */
}



.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #d0d0d0;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.chosen-container::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #1380EF;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 9;
}
.buildingClass .chosen-container::before {
    display: none;
}
.buildingClass ul.chosen-choices {
    padding-left: 35px !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #1380EF;
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: transparent;
    border-color: #8c8c8c;
}
.rangeParentBox {
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
}
.rangeParentBox .form-control {
    border: 0px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    /* background: #1380EF; */
    border-radius: 34px;
    font-weight: 500;
    color: #3F4963;
    width: 195px;
    height: auto;
    padding: 3px 0px;
    cursor: pointer;
}
ul.chosen-results li {
    position: relative;
    padding-left: 38px !important;
}

ul.chosen-results li:before {
    position: absolute;
    top: 7px;
    left: 15px;
    height: 16px;
    width: 16px;
    content: "";
    background: #F9FBFF;
    border: 1px solid #EAEAF7;
    box-sizing: border-box;
    border-radius: 2px;
}
ul.chosen-results li.result-selected:before{
    background: #1380EF;
}
ul.chosen-results li.result-selected:after {
    left: 20px;
    top: 10px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}
ul.chosen-results li.group-result {
    padding-left: 15px !important;
}
ul.chosen-results li.group-result:before {
    display: none;
}
.inputNumberBox input {
    background: #FFFFFF;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding-left: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #82889D;
}
input:focus{
    outline: none;
    box-shadow: none;
}
.btn.focus{
    outline: none !important
}
.tabCustomGridParcel{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabCustomGridParcel .searchInput {
    position: relative;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    margin-right: 1%;
    margin-left: 1%;
}
.tabCustomGridParcel .searchInput input {
    padding-left: 10px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0px 0;}
input.chosen-search-input.default {
    width: 100% !important;
}
hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 2px solid #eee;
}
input:focus::placeholder {
    color: transparent;
}










.advanceInner {
    padding: 40px 70px;
}

@media(max-width: 992px){
    .advanceInner {
        padding: 30px 15px;
    }
}

.formApplyBtn {
    background: #1380EF;
    border: 1px solid #1380EF;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 128px;
    height: 40px;
    margin-left: 15px;
}

.save-form-right {
    display: flex;
    justify-content: flex-end;
}

.tabCustomGridParcel{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabCustomGridParcel .searchInput {
    position: relative;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    margin-right: 1%;
    margin-left: 1%;
}
.tabCustomGridParcel .searchInput input {
    padding-left: 10px;
}

.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 30px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;

}
.shadow{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card.card--description{
    padding-top: 80px;
}
.card--description .btn{
    margin:0 0 0 7px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 20px;
}
.card-body .table-responsive tr th, .card-body .table-responsive tr td {
    border-top: 0;
}
.card-body .row{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}
.rounded-0{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.border-0{
    border: none;
}

.card .btn[class*='-primary']{
    background-color: #1380EF;
    color: #FFF;
}

.card .card-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0 20px;
    line-height: 32px;
}
ul.nav.nav-tabs.nav-tabs-underlined{
    width: auto;
    max-width: 100%;
    background-color:transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
}
ul.nav.nav-tabs.nav-tabs-underlined li{
    width: auto!important;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
ul.nav.nav-tabs.nav-tabs-underlined li:first-child a{
    margin-left:0;
}
ul.nav.nav-tabs.nav-tabs-underlined li:last-child a{
    margin-right:30px;
}
ul.nav.nav-tabs.nav-tabs-underlined li>a{
    width: auto;
    max-width: 100%;
    background:transparent;
    margin: 0 20px -1px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;


}
ul.nav.nav-tabs.nav-tabs-underlined li>a[disabled]{
    opacity:0.65;
    -webkit-opacity:0.65;
    -moz-opacity:0.65;
    cursor: not-allowed
}
ul.nav.nav-tabs.nav-tabs-underlined li:nth-last-child(2) a:hover{
    cursor: pointer;
    border-bottom: 3px solid #1380EF;
}
ul.nav.nav-tabs.nav-tabs-underlined li>a.active{
    border-bottom: 3px solid #1380EF;
}
.tab-pane .card .card-title{
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 18px!important;
    margin: 0;
}

.text-uppercase{
    text-transform: uppercase;
}
.bg-white{
    background-color:#FFF;
}
.float-right {
    float: right !important;
}
.float-left{
    float: left !important;
}
.btn-outline-light{
    background-color: transparent;
    border-color: #dadada;
    color: #1380EF;
}
.map-wrap .btn{
    margin: 0;
}
.bg-primary-dark{
    background-color: #192a48;
    color: #FFF;
}
.btn-dark{
    background: #000000;
    color: #FFF;
}
.btn-dark:hover{
    color:#FFF;
    text-decoration: underline;
}
.thead-grey{
    border-bottom: 0;
    background-color: #999999;
    color: #FFF;
    border:none!important;
}
.thead-purple{
    border-bottom: 0;
    background-color: #5e5371;
    color: #FFF;
    border-left: 1px solid #5e5371;
    border-right: 1px solid #5e5371;
    border-bottom: 0!important;
}
.thead-purple h4{
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.thead-grey h3{
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.border-purple thead > tr:first-child .thead-grey{
    border: 1px solid #999999;
}
.trow-grey{
    background-color:#ededed;
}

.border-purple table tbody tr,.border-purple table tbody tr{
    border-left: 1px solid #5e5371;
    border-right: 1px solid #5e5371;
}
.border-purple table thead tr:first-child{
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.border-purple table tr:last-child{
    border-bottom: 1px solid #5e5371;
}
.buttons-group .btn{
    display: inline;
    position: relative;

}
.font-weight-bold{
    font-weight: 600;
}
.img-wrap{
    padding: 3px;
    display: inline-block;
    background: #1380EF;
    margin-bottom: 20px;
}

header .siteNav .form-inline {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;

}


header .siteNav .search-wrap input::placeholder {
    color: #ccc;
    font-size: 13px;
}

header .siteNav .search-wrap .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
header .siteNav .search-wrap {
    display: none;
    width: 625px!important;
    font-size: 14px;
    margin-top:8px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
header .siteNav .search-wrap .form-control {
    display: block;

    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

header .siteNav .search-wrap .form-control{
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: calc(100% - 40px);

}
header .siteNav .search-wrap .btn{
    width: 38px;
    height: 38px;
    position: relative;
    line-height: 38px;
    padding: 10px;
    display: inherit;
    vertical-align: middle;
    float: none;
    text-align: center;
    background-color: #1380EF;
    border-color: #1380EF;
}
header .siteNav .search-wrap .btn img{
    max-width: 100%;
    max-height: 100%;
    width: 21px;
    transform: rotate3d(0,1,0,180deg);
    display: inline-block;
    top: 0;
    bottom: 0;
    position: relative;
}

header .siteNav .input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}
header .siteNav .input-group-prepend, .input-group-append .btn{

}
@media (min-width: 576px) {
    header .siteNav	.form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
    }
}

input:focus, .select:focus, textarea:focus, .chosen-container-active .chosen-choices {
    border-color: #1380EF!important;
}


.buildingClass ul.chosen-results li{
    padding-left: 10px;
}

#sale_price_from_chosen, #sale_price_to_chosen {
    pointer-events: none;
    top: -40px;
}

#sale_price_from_chosen a.chosen-single, #sale_price_to_chosen a.chosen-single {
    background: #FFFFFF;
    border: 1px solid #d0d0d0;
    height: 40px;
    padding-top: 8px;
    padding-left: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #82889D;
    border-radius: 5px 0px 0px 5px;
}

#sale_price_from_chosen.chosen-container::before, #sale_price_to_chosen.chosen-container::before {
    display: none;
}

input[name="sale_price_from"], input[name="sale_price_to"] {
    position: relative;
    z-index: 9;
}

.sIconBox.min-drop, .sIconBox.max-drop {
    margin-top: -40px;
}

.restore {
    right: 10px;
    left: auto !important;
    top: auto !important;
    bottom: 10px;
    cursor: pointer;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 0px;
    border-bottom-width: 1px !important;
    border-bottom: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0px;
    padding: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #1380EF !important;
    background-color: #1380EF !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59A6F3), color-stop(100%, #1380EF)) !important;
    background: -webkit-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: -moz-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: -ms-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: -o-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: linear-gradient(to bottom, #59A6F3 0%, #1380EF 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none !important;
    background-color: #1380EF !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59A6F3), color-stop(100%, #1380EF)) !important;
    background: -webkit-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: -moz-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: -ms-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: -o-linear-gradient(top, #59A6F3 0%, #1380EF 100%) !important;
    background: linear-gradient(to bottom, #59A6F3 0%, #1380EF 100%) !important;
    box-shadow: inset 0 0 3px #1380EF !important;
}

.pagination>li>a:focus {
    outline: none;
}

.pagination>li>a, .pagination>li>span {
    margin-left: 0px;
}

table.dataTable.display tbody tr:hover>.sorting_1 {
    background-color: transparent !important;
}

table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr.even:hover {
    background-color: #ffffff;
}

table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #C2D7EF;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #82889d;
}

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

table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 10px;
}

.modify-search {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    color: #1380EF;
    width: max-content;
    margin-bottom: 25px;
}

.restoreDateRange {
    position: absolute;
    right: -20px;
    cursor: pointer;
}

#savedResults .advancedTabs {
    padding: 20px;
    width: 100%;
    display: block;
}

.alert {
    position: relative;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #000000;
    background-color: #f5fbfc;
    border-color: #a3d4ef;
}

#searchCount {
    background: #1380EF;
    color: #fff;
    padding: 3px 6px;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 12px;
    display: none;
}

.dt-buttons .dt-button {
    border: none;
    color: #FFF;
    background: #29F;
    font-size: 12px;
}

.dt-buttons .dt-button:hover, .dt-buttons .dt-button:focus, .dt-buttons .dt-button.active  {
    border: none !important;
    color: #FFF;
    background-color: #1380EF !important;
    background-image: none !important;
}

#savedResults .no-properties {
    background: transparent;
    border: none;
    box-shadow: none !important;
    padding: 0px;
    margin-top: 0px;
}

/*#override:*/
.nav-tabs.parent {
    margin: 0 !important;
}

.ui-menu .ui-menu-item {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.siteNav.dark, .siteNav.dark .navbar-nav>.open>a {
    background-color: #2b3a56;
    border: transparent;
}



.siteNav.dark .navbar-nav li a {
    color: #A9ACB3;
}

.siteNav.dark .navbar-nav>.open>a, .siteNav.dark .navbar-nav>.open>a:focus, .siteNav.dark .navbar-nav>.open>a:hover
{
    color: #fff;
}

.navbar-default .navbar-form {
    margin: 8px 0;
    width: auto;
    border: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
}

.navbar-default .navbar-form .input-group {
    width: 400px;
}

.navbar-default .navbar-form .form-control {
    height: 34px;
}

/*@media all and (max-width: 767px) {*/
/*    padding-top: 4px;*/
/*    padding-bottom: 4px;*/
/*    border-width: 0;*/
/*    border-color: transparent;*/
/*    display: block;*/
/*    width: auto;*/

/*    .navbar-default .navbar-form  .input-group {*/
/*        width: auto;*/
/*    }*/
/*}*/