@import url('https://fonts.googleapis.com/css2?family=Exo:wght@200;300;400&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/Segoe-UI.ttf);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/Segoe-UI-Bold.ttf);
    font-style: normal;
    font-weight: 600;
}

body {
    font-family: 'Segoe UI' !important;
}


/* --------------------------
index/login - pageNo-1 style start
-------------------------------*/


.mfp-new-tab-btn {
    text-align: center;
    margin-top: -30px;
}

.mfp-new-tab-btn a {
    padding: 10px 20px;
    background-color: #3333338f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.mfp-new-tab-btn a:hover {
    background-color: #555;
}

/* form style start  */

.form_title h1 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
}

.login_form input {
    background: #EAEEF4;
    border: 1px solid #EAEEF4;
    padding: 12px 10px;
    outline: none;
}

.form-control:focus {
    background-color: #EAEEF4;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.login_form input {
    background: #EAEEF4;
    border: 1px solid #EAEEF4;
    padding: 12px 10px;
    outline: none;
}

.login_btn {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background: #293C62;
    padding: 7px 22px;
}

.login_btn:hover {
    color: #ffffff;
    opacity: .9;
}


/* forget password style  */

.forget_pass a {
    font-size: 16px;
    color: #061531;
    text-decoration: none;
}

.forget_pass a:hover {
    color: #1a0dab !important;
}


/* footer style  */

.footer_section {
    padding: 20px 0px;
}

.footer_section p {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}


/* ----------------------------
index/login pageNo-1 style end
---------------------------*/


/* -----------------------
list page - pageNo-2 style start
-----------------------*/
html, body {
    min-height: 100%;
    height: 100%;
    overflow: auto;
}
.body {
    background: #EAEEF4;
	display: flex;
    flex-direction: column;
}
.body.properties_search {
    justify-content: space-between;
}

.site_header {
    background: #061531;
    padding: 10px 0px;
}

.content-pages {
	padding: 10px 40px !important;
	flex-grow: 1;
}

.header_title h4 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
}


/* data collector area start */
.site_header .btn-primary {
    background: #638AD84D;
    border: none;
}
.dc_area {
    color: #fff;
}.form-group {
    margin-bottom: 10px;
}
.dc_area .dc_name a,
.dc_area .dc_title span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.dc_area .dc_title,
.dc_area .dc_name {
    text-align: right;
	column-gap: 10px;
}

.dc_area .dc_title a {
    font-weight: 600;
}


/* mls header section start  */

.mls_header {
    background: #fff;
    padding: 8px 0px;
}

.mls_header .mls_txt a {
    text-decoration-color: #363C71;
}

.mls_header .mls_txt h5 {
    font-size: 16px;
    font-weight: 600;
    color: #363C71;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.mls_header .return {
    text-align: right;
}

.mls_header .return a {
    font-size: 16px;
    font-weight: 600;
    color: #293C62;
    text-decoration: none;
}

.mls_header .return a:hover {
    opacity: 0.7;
}


/* mls header section end  */


/* show and search section start*/

.custom-section {
    margin: 15px;
    background: white;
    margin-top: 20px;
    border-radius: 6px;
}

.showAndSearch {
    padding: 25px 0px;
}

.showAndSearch .show_result p {
    font-size: 16px;
    font-weight: 600;
    color: #363C71;
}

.showAndSearch .show_result p .result_txt {
    font-weight: 300;
}


/* search area form  */

.search_form {
    display: flex;
    justify-content: flex-end;
}

.search_form .search_wrapper {
    width: 70%;
    display: flex;
}

.search_form .search_wrapper input {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border: 1px solid #fff;
    padding: 8px 10px;
}

.search_form .search_wrapper button {
    background: #638AD8;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    padding: 8px 10px;
}

.search_form .search_wrapper button:hover {
    background: #5084AC;
}

.search_form .search_wrapper input:focus,
.search_form .search_wrapper input.form-control:focus {
    background-color: #fff;
}

.search_form .search_wrapper button:focus {
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.position-relative{
	position: relative;
}
div#loadingAddresses {
    position: absolute;
    z-index: 999;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
}


/* show and search section end */


/* drop down section start */

.dropdown_area {
    padding: 25px 0px;
}

.dropdown_area .dropdown_wrapper {
    background: #fff;
}

.drop_table th {
    color: #061531;
    text-transform: uppercase;
    cursor: default;
}

.drop_table td {
    color: #061531;
    ;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #EAEEF4 !important;
}


/* pagination box start  */

li.page-item {
    margin: 0px 1.5px;
}

/* 
.page-item.disabled .page-link {
    color: #ffffff;
    pointer-events: none;
    background-color: #638ad8;
    border-color: #638ad8;
}
*/

.pagination_box .page-item.active .page-link {
    background-color: #638AD8;
    border-color: #638AD8;
}

.page-link {
    color: #638AD8;
}

.page-link:focus {
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}


/* drop down section end */


/* footer */

.body footer {
    margin-top: 0;
}


/* -----------------------------
list page - pageNo-2 style end
-------------------------------*/


/* ---------------------------
Details page - pageNo3 style start
------------------------------*/


/*---------------------
 mls header section for details page start
 ------------------------ */

.mls_txt span i,
.breadcrumb-item.active {
    color: #363C71;
}

.breadcrumb-item {
    text-transform: uppercase;
}

.breadcrumb span {
    display: inherit;
}


/*------------------
 Details area style start
 --------------------*/

.details_main_wrapper {
    background: #fff;
    padding: 10px;
    border-radius: 7px;
}


/* ----------------
Details top bar style
--------------------*/

.det_top {
    background: #293C62;
    padding: 10px 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.det_top .det_addr h5,
.det_top .det_id_update h5 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.det_top .det_addr h5 span,
.det_top .det_id_update h5 span {
    font-size: 14px;
    color: #ececec;
}


/*---------------
 Details slider style
 --------------------*/

.slider_wrapper .owl-carousel .owl-nav .owl-next,
.slider_wrapper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider_wrapper .owl-stage-outer {
    margin-left: 5px;
}

.slider_wrapper .owl-prev {
    left: -50px;
}

.slider_wrapper .owl-next {
    right: -50px;
}

.slider_wrapper .owl-carousel .owl-nav .owl-next img,
.slider_wrapper .owl-carousel .owl-nav .owl-prev img {
    height: 35px;
}

.slider_wrapper .owl-carousel .owl-nav .owl-next img:hover,
.slider_wrapper .owl-carousel .owl-nav .owl-prev img:hover {
    opacity: 0.8;
}

.slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}


/*---------------------
Details popup style
 ----------------------*/

.mfp-arrow-left:after {
    border-right: 18px solid #3c3c3c;
    margin-left: 34px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #ffffff;
}

.mfp-arrow {
    opacity: 1 !important;
}

.mfp-arrow:before {
    opacity: 1;
}

.mfp-arrow-right:before {
    border-left: 27px solid #ffffff;
}

.mfp-arrow-right:after {
    border-left: 18px solid #3c3c3c;
    margin-left: 35px;
}

.mfp-arrow-left {
    left: 100px;
}

.mfp-arrow-right {
    right: 100px;
}

.mfp-counter {
    display: none;
}


/*--------------------
 details accordion start
 --------------------*/

.detials_accr_main_wrapper .row {
    --bs-gutter-x: 10px;
}

.detials_accr_main_wrapper .accordion-title {
    background: #293c62;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 10px 5px;
}

.detials_accr_main_wrapper .accordion-title h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.detials_accr_main_wrapper .accordion-identity {
    padding: 5px 10px;
    border-bottom: 1px solid #CDD3E0;
    background: #D0DCF3;
}

.detials_accr_main_wrapper .accordion-identity .accr-field {
    width: 35%;
}

.detials_accr_main_wrapper .accordion-identity h5 {
    font-size: 18px;
    font-weight: 600;
    color: #363C71;
    text-transform: uppercase;
    margin-bottom: 0;
}

.detials_accr_main_wrapper .accordion-identity .accr-data {
    width: 65%;
}


/* style for single accordion items */

.detials_accr_main_wrapper .accordion-item {
    display: flex;
}

.detials_accr_main_wrapper .accordion-item .accr-heading {
    margin-bottom: 0;
    width: 35%;
}

.detials_accr_main_wrapper .accordion-item .accr-heading button.accordion-button {
    color: #293C62;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent;
    box-shadow: none;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    display: flex !important;
    height: 100%;
    align-items: flex-start;
}

.detials_accr_main_wrapper .accordion-item .accr-heading button.accordion-button::after {
    position: absolute;
    top: 10px;
    left: 5px;
    background-image: url(../images/details-img/down-arrow.png);
    background-size: 14px;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    transform: rotate(0deg);
}

.detials_accr_main_wrapper .plain-item .accr-heading button.accordion-button::after {
    display: none;
}

.detials_accr_main_wrapper .accordion-item.plain-item .accordion-collapse.collapsing {
    -webkit-transition: none !important;
    transition: none !important;
    display: none !important;
}

.detials_accr_main_wrapper button.collapsed.accordion-button::after {
    background-color: #B7C8EA !important;
    transform: rotate(-180deg) !important;
}

.detials_accr_main_wrapper button.collapsed.accordion-button {
    background-color: #EFF2F7 !important;
    transition: all .5s linear !important;
}

.detials_accr_main_wrapper .accordion-item .accr-desc {
    width: 65%;
    display: block;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    transition: all 0.3s ease
}

.detials_accr_main_wrapper .accordion-item .accr-desc .accordion-body {
    padding: 0px;
}

.detials_accr_main_wrapper .accordion-item .accr-desc .accr-display-txt {
    font-size: 16px;
}

.detials_accr_main_wrapper .accordion-item .accr-desc .accr-more-txt {
    display: none;
    font-size: 16px;
}

.detials_accr_main_wrapper .accordion-item .accr-desc.collapse:not(.show) {
    background: #EFF2F7;
}

.detials_accr_main_wrapper .accordion-item .accr-desc.collapse:not(.show) .accr-more-txt {
    display: inline !important;
}


/*--------------------
 details accordion end
 --------------------*/


/* Details area end */


/* -------------------------
Details page - pageNo3 style end
--------------------------*/


/*  Sort options on hover */

.sort_class span {
    cursor: pointer !important;
}

.link_detail a {
    color: #061531;
    text-decoration: underline;
}

.search_link {
    position: absolute;
    width: 500px;
    height: 44px;
    left: calc(50% - 500px/2);
    top: 150px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
}

.hint_text {
    position: absolute;
    width: 500px;
    height: 50px;
    top: 330px;
    left: calc(50% - 400px/2);
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.body.properties_list .prd_form_section {
    padding: 20px 0;
}
.body:not(.properties_list) .prd_form_section {
    padding-top: 40px;
	flex: 1;
}

.ui-autocomplete-category span {
    color: red;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: 4px;
    margin: 3px !important;
    background-color: #061531 !important;
    color: #fff !important;
    line-height: 1.5;
}

.ui-menu-item {
    color: #061531;
    padding: 3px;
    margin: 3px !important;
    background: #e6e6e6;
}

.ui-menu-item a {
    background: #e6e6e6;
    border: none !important;
}

.ui-menu-item a:hover {
    background: #a85050;
    border: none !important;
}

.ui-state-focus {
    background: #e6e6e6 !important;
    border: none !important;
    color: #061531;
}

.ui-menu-item:hover>.ui-corner-all {
    background: #d1d1d1;
    color: #061531;
    text-decoration: none;
}


/** for right section of header*/

.data_collector {
    position: relative;
    top: 0px;
    right: 93px;
}

.logout {
    color: #d1d1d1
}

.su_section {
    list-style: none;
    display: flex;
}

.su_section li {
    padding: 5px;
}

.su_section li a {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    align-items: center;
    color: #d1d1d1;
    text-decoration: none;
}


/** For Datatable*/

#table_view_filter label input {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border: 1px solid rgb(110, 109, 109);
    padding: 19px 16px;
    position: relative;
    width: 199%;
}

#table_view_filter label {
    position: relative;
    left: 189px;
}

#table_view_paginat {
    display: none !important
}
.owl-stage .owl-item>a>img {
    display: flex;
    flex: 1 0 auto;
    height: 200px;
    object-fit: cover   ;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
 
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F4F6F9;
}
 
.table-striped tbody tr:nth-of-type(even) {
  background-color: #FFFFFF;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e0f5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95c5ed;
}

.table-hover .table-primary:hover {
  background-color: #b0d4f1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0d4f1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7eed8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

.table-hover .table-success:hover {
  background-color: #b3e8ca;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b3e8ca;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

.table-hover .table-info:hover {
  background-color: #c0ddf6;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c0ddf6;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffacc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

.table-hover .table-warning:hover {
  background-color: #fff8b3;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff8b3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c6c5;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09593;
}

.table-hover .table-danger:hover {
  background-color: #f4b0af;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f4b0af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}


label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #293C62;
}

.otc {
	position: relative;
	margin: 0 auto;
}

.otc fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.otc fieldset div {
	display: flex;
	align-items: center;
}

.otc legend {
	margin: 0 auto 1em;
	color: #5555FF;
}

.otc input[type="number"] {
	width: 50px;
	line-height: 1;
	margin: .1em;
	padding: 8px 0 4px;
	font-size: 2em;
	text-align: center;
	appearance: textfield;
	-webkit-appearance: textfield;
	border: 2px solid #BBBBFF;
	border-radius: 4px;
	background: white;
}

.otc.error input[type="number"] {
	border: 2px solid #DE0000;
}

.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.auth_card *{
	color: #293C62;
    line-height: 1.5;
}
.auth_card h3{
    font-weight: 600;
    font-size: 24px;
}
.auth_card div{
    font-weight: 400;
    font-size: 18px;
}
.card.auth_card {
    max-width: 600px;
    margin: auto;
    padding: 30px;
}

/* 2 group of 3 items */
input[type="number"]:nth-child(n+4) {
	order: 2;
}
.otc div::before {
	content: '';
	height: 2px;
	width: 24px;
	margin: 0 .25em;
	order: 1;
	background: #BBBBFF;
}

.btn {
    border-width: 3px;
    border-radius: 7px;
    padding: 15px 25px;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}

.btn.compact {
    padding: 10px 25px;
}
.btn-primary {
    color: #325BAD;
    border-color: #638AD8;
    background-color: #D1DCF4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #325BAD;
    color: white;
    border-color: #325BAD;
}
.btn-default {
	color: #4F4F4F;
    border-color: #828282;
    background-color: #E0E0E0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active{
    background-color: #4F4F4F;
    color: white;
    border-color: #4F4F4F;
}
.btn-success {
    color: #27AE60;
    border-color: #6FCF97;
    background-color: #FFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #27AE60;
    color: white;
    border-color: #27AE60;
} 
.btn-logout {
    color: #FFF;
    border-color: #223863;
    background-color: #223863;
	border-width: 0;
}
.btn-logout:hover, .btn-logout:focus, .btn-logout:active {
    background-color: #FFF;
    color: #223863;
    border-color: #FFF;
} 
.btn-secondary.solid {
    color: #FFF;
    border-color: rgba(99, 138, 216, 0.3);
    background-color: #638AD8;
}
.btn-secondary.solid:hover, .btn-secondary.solid:focus, .btn-secondary.solid:active{
    background-color: white;
    color: #638AD8;
    border-color: #638AD8;
}
.btn-primary.solid {
    color: #FFF;
    border-color: rgba(99, 138, 216, 0.3);
    background-color: #293C62;
}
.btn-primary.solid:hover, .btn-primary.solid:focus, .btn-primary.solid:active{
    background-color: white;
    color: #293C62;
    border-color: #293C62;
}


.custom-radio.radio {
    display: inline-block;
    position: relative;
}
.custom-radio.radio label{
    line-height: 30px;
    height: 30px;
    font-size: 16px;
	text-transform: initial;
    font-weight: initial;
	cursor: pointer;
}
.custom-radio.radio input[type=radio] {
    display: none;
}

.custom-radio.radio input[type=radio]:checked+label:after {
    content: '';
    background: #638AD8;
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 4px;
    left: 3px;
    top: 8px;
}

.custom-radio.radio input[type=radio]+label:before {
    content: '';
    height: 20px;
    width: 20px;
    border: 1px solid #ACC1EA;
    display: inline-block;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.form-group .custom-radio.radio {
    margin-left: 20px;
}
.form-group div.custom-radio.radio:nth-of-type(1) {
    margin-left: 0;
}
.form-group .custom-radio.radio:first-child {
    margin-left: 0;
}
.autocomplete-suggestions, .form-control, .select2-container--default .select2-selection--single,.select2-dropdown,.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #C0D0EF !important;
    background-color: #F7F9FD !important;
}

body {
    color: #293C62;
}

.alert:empty{
	display: none;
}.profile-dropdown:hover ul.dropdown {
    display: block;
}
.profile-dropdown ul.dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 5px 16px;
    text-align: left;
    background: white;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    margin-left: 5px;
}
.profile-dropdown ul.dropdown li a{
    color: #293c62;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    padding: 4px;
    width: 100%;
    display:block;
}

.profile-dropdown ul.dropdown li {
    border-bottom: 1px solid rgba(99, 138, 216, 0.2);
    width: 100%;
    display:block;
}

.profile-dropdown ul.dropdown li:last-child{
    border-bottom: none;
}
.widget-chart-1:before {
    border: 30px solid white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: transparent;
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 999;
    height: 0;
    width: 0;
    right: 55px;
    top: 20px;
}.widget-chart-1>div {
    background: white;
    max-height: 500px;
    overflow: auto;
}.widget-chart-1 {
    position: absolute;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 40px;
    display: none;
}.user-status:before {
    content: '⬤';
    font-size: 9px;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 5px;
}.active:before {
    color: #27AE60;
}.in-active {
    color: grey;
}.search-filters>span {font-size: 16px;font-weight: 600;padding: 5px 12px;border-radius: 5px;cursor: pointer;}

.search-filters {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin: 0 30px;
}

.search-filters>span.active, .search-filters>span:hover {
    color: #638AD8;
    background: #D1DCF4;
}

.search-box:after {}

.search-box input.form-control {
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}

.search_list_btn {
    background: #638AD8;
    border-radius: 5px;
    padding: 12px 10px;
	display: block;
    width: 100%;
}
.card-heading{
	margin-bottom: 20px;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}
.card-spacer{
	margin-top: 10px;
    border-bottom: 1px solid silver;
    margin-bottom: 30px;
}
