body{
    font-family: 'Minion-Pro';
    position: relative;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper .sidebar-wrapper.toggled {
    left: 0px;
    box-shadow: -8px 0 15px 5px rgba(0,0,0,0.7);
}


/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 40px;
    transition-delay: 0.3s;
    z-index: 9999;
    display: none;
}
.active-side-nav #show-sidebar {
    left: -45px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

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

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar,
.sidebar-wrapper .sidebar-brand #close-sidebarContact{
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 20px;
    color: #454545 !important;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding: 15px;
    background: #4b403a;
}
.sidebar-menu label{
    color: #fff;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

/*.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 12px 14px 4px 37px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}*/

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    position: relative;
}

.page-wrapper .page-content > div {
    /*padding: 20px 40px;*/
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

/*::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}*/


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #ffffff;
    background: #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #212529;
}
.sidebar-menu ul li a{

}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

/*.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}*/


.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}
#surface{
    width: 150px;
    border:0;
    color:#fff;
    font-weight:bold;
    background: transparent;
}
#surface:focus{
    outline: none;
}


.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 15px;
}
.modal-footer{
    background-color: #FAFAFA;
}



/*Right*/
.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
    min-width: 450px;
}
.modal.left.fade.show .modal-dialog{
    left: 0;
    min-width: 260px;
    width: 260px;
}



.ui-widget{
	z-index: 99999999;
}
.color-blue{
    color: #17a2b8;
}
.modal-header .badge{
    margin-left: 20px;
}
.btn:focus{
    outline:none;
    box-shadow: none;
}
.img-modal{
    height: 250px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
   /* background-size: contain !important;*/
    margin-bottom: 2rem;
}
.tooltip-hidden .ui-tooltip{
	display: none !important;
}
.show-more {
    max-height: 160px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s;
}
.show-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: block;
    background: linear-gradient(rgba(255,255,255,0), #fff 88%);
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.show-more-button {
    position: absolute;
    bottom: -15px;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50.5%);
    z-index: 10;
    text-align: center;
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    padding: 10px 20px;
}
.show-more-button i {
    margin-left: 3px;
}
.show-more.visible {
    max-height: 2000px;
}
.show-more.visible:after, .show-more.visible .show-more-button {
    opacity: 0;
    visibility: hidden;
}
.ui-tooltip.ui-widget.ui-widget-content{
    border: 0px;
    background: rgba(0,0,0,0.7);
    padding: 15px;
    color: #fff;
}
.ui-tooltip-content p:last-child{
    margin-bottom: 0;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    left:0; top: -3px;
    width: 65px; height: 30px;
    background: #DDDDDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    width: 20px; height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #7F8C9A;
    top: 2px; left: 5px;
}

/* on checked */
[type="checkbox"]:checked + label:before {
    background:#34495E;
}
[type="checkbox"]:checked + label:after {
    background: #39D2B4;
    top: 2px; left: 40px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
    position: absolute;
    left: 6px;
    width: 65px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label .ui:before {
    content: "Non";
    left: 32px
}
[type="checkbox"]:checked + label .ui:after {
    content: "Oui";
    color: #39D2B4;
}
[type="checkbox"]:focus + label:before {
    border: 1px dashed #777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
}
.d-block{
    display: block;
}
.modal-open .modal{
    z-index: 11111;
}
#show-sidebar i{
    color: #bdbdbd;
    font-size: 20px;
    line-height: 22px;
}
.tooltip-hidden .ui-tooltip-custom {
	display: none;
}
.ui-tooltip-custom p{
	margin-bottom: 0;
	padding: 3px 10px;
}
.ui-tooltip-custom .title-tooltip{
	padding: 5px 10px;
    background:#be8d70;
	color: #fff;
}
.ui-tooltip-custom img{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
    padding: 5px;
}
.ui-tooltip-custom .description{
    border: 0px;
    background: rgba(66,58,54,0.7);
    padding: 15px;
    color: #fff;
}
.ui-tooltip-custom .description .alert-success{
    background: none;
    border: none;
    color: #fff;
}
.ui-tooltip-custom .title-tooltip .close-tooltip{
    background: none;
    border: none;
    font-size: 25px;
    position: absolute;
    right: 7px;
    top: -5px;
    font-weight: bold;
    color: #fff;
}
.ui-tooltip-custom {
    background: rgba(66,58,54,0.9);
    min-width: 145px;
    border-radius: 5px;
}
/*.ui-tooltip-custom .tooltip-item.tooltip-etage{
    background:#be8d70;
    color: #fff;
    padding: 5px 10px;
}*/
.ui-tooltip-custom .tooltip-item{
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
}
.btn-info{
    padding: 11px 50px;
    font-size: 14px;
    letter-spacing: 2px;
    background: #be8d70;
    border: none;
    width: 100%;
}

.refernce-input{
    width: 100%;
    height: 50px;
    padding: 16px;
    border-radius: 5px;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active{
    color: #fff !important;
    background:#464645;
}
.form-group {
    margin-bottom: 2rem;
}
.bootstrap-select>.dropdown-toggle{
    height: 50px;
    line-height: 24px;
}
.btn-info:hover{
    color: #b48370;
    background-color: #fff;
    border-color: #fff;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.btn-return{
    position: absolute;
    width: auto;
    top: 20px;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-size: 15px;
    line-height: 35px;
    left: 3%;
    text-transform: uppercase;
}
.floor-label{
    position: absolute;
    top: 12px;
    margin: auto;
    font-size: 37px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip-floor{
    background-color: rgba(255, 255, 255, .95);
    color: #293144;
    box-shadow: 0 0 20px 0 rgba(53, 59, 79, 0.15);
    padding: 10px 25px;
    font-family: "Minion-Pro";
}
.tooltip-floor .label-etage{
    position: relative;
    font-size: 22px;
    line-height: 1;
    color: #293144;
    margin: 0 0 5px;
    padding: 0 0 12px 0;
}
.tooltip-floor .label-etage:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 6px;
    background-color: #e8e8e8;
}
.tooltip-floor p{
    color: #4d5363;
    padding: 5px 0;
}
.modal.detail .close{
    font-size: 45px;
}
.modal.detail.show{
    padding: 0 !important;
}
.modal.detail .modal-dialog {
    left: 50%;
    top: 50%;
    margin: inherit;
    -webkit-transform: scale(0.7) translate(-50%,-50%) !important;
    -moz-transform: scale(0.7) translate(-50%,-50%) !important;
    -ms-transform: scale(0.7) translate(-50%,-50%) !important;
    transform: scale(0.7) translate(-50%,-50%) !important;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    max-width: 100%;
}

.modal.detail.show .modal-dialog {
    left: 50%;
    top: 50%;
    margin: inherit;
    -webkit-transform: scale(1) translate(-50%,-50%) !important;
    -moz-transform: scale(1) translate(-50%,-50%) !important;
    -ms-transform: scale(1) translate(-50%,-50%) !important;
    transform: scale(1) translate(-50%,-50%) !important;
    opacity: 1;
}
.modal.detail .modal-content{
    height: 100%;
    min-height: 100%;
    border: none;
    overflow: auto;
}
.img-plan-modal{
    height: 250px;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    /*background-size: contain!important;*/
}
.swipebox:hover{
    cursor: pointer;
}
.informations-plan{
    position: relative;
    /*top: 50%;
    transform: translateY(-50%);*/
}
/*
.modal-backdrop.show{
    background: #fff;
    opacity: 1;
}*/
.accordion-legend .card-header a:hover{
    cursor: pointer;
}
.modal-backdrop.show{
    opacity: 0.07;
}
.modal-legends .modal-content{
    background: #4b403a;
}
.modal-legends .modal-header{
    background: #534a45;
    color: #bdbdbd;
    padding: 10px 20px;
    border: none;
}
.modal-legends .modal-header .close{
    color: #bdbdbd;
    opacity: 1;
}
.modal-legends .card{
    background: transparent;
}
.modal-legends .card .card-header{
    background-color: #b48370;
    border-bottom: 1px solid rgba(255,255,255,.25);
    color: #fff;
    position: relative;
}
.modal-legends .card .card-header:hover{
    cursor: pointer;
}
.modal-legends .card .card-header h5{
    font-size: 14px;
}
.accordion-legend .card-header:after {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 5px;
    top:50%;
    transform: translateY(-50%);
    /* symbol for "collapsed" panels */
    content: "\f078";
    font-weight: 900;
}
.accordion-legend .card-header[aria-expanded=true]:after {
    content: "\f077";
    font-weight: 900;
}
.list-legends a,
.list-legends a:hover{
    color: #fff;
    padding: 5px 15px;
    display: block;
    position: relative;
    font-size: 12px;
}
.list-legends a:hover{
    text-decoration: none;
    background-color: #534a45;
}
.list-legends a.active{
    background-color: #534a45;
}
.list-legends a.active:after{
    position: absolute;
    right: 5px;
    top:50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
}
.accordion-legend .card-body{
    padding-left: 0;
    padding-right: 0;
}
.circle{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    margin-right: 5px;
}
.circle-0{
    background: #0B9EFF;
}
.circle-1{
    background: #FFC20F;
}
.circle-2{
    background: #110505;
}
.carousel-image{
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center !important;
}
.fix-bg .carousel-image{
    background-size: auto!important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
}

.carousel-control-next-icon:after
{
    content: '>';
    font-size: 45px;
    color: #000;
    line-height: 36px;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 45px;
    color: #000;
    line-height: 36px;
}
.favories-compare,
.favories{
    position:fixed;
    bottom:5px;
    right:20px;
    width:50px;
    height:50px;
    color:#423a37;
    font-size:30px;
    line-height:45px;
    text-align:center;
    z-index:11111;
    cursor:pointer;
    border-radius:50%;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    border:2px solid #423a37
}
.favories-compare a,
.favories-compare a:hover,
.favories-compare a:focus,
.favories a,
.favories a:hover,
.favories a:focus{
    color: #423a37;
    text-decoration: none;
}
.favories-compare sup,
.favories sup{
    top:-.5px;
    right:0;
    position:absolute
}
.favories-compare sup span,
.favories sup span{
    font-size:12px;
    border-radius:50%;
    background:#423a37;
    color:#fff;
    height:15px;
    padding:2px 7px
}
.favories{
    bottom: 65px;
}
a.btn.btn-info.btn-return-homepage,
a.btn.btn-info.btn-return-homepage:hover,
a.btn.btn-info.btn-return-homepage:focus{
    position: fixed;
    z-index: 1;
    top: 20px;
    padding: 5px 25px;
    width:auto;
    right: 20px;
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 35px;
    border: none;
    background: #d8d8d8;
    color: #000;
}
#root{
    min-height: 100vh;
}
#root .card-header{
    padding:0;
}
#root .card-header h5{
    color: #be8d70;
    display: inline-block;
    margin-top: 10px;
}
#root .card-header button,
#root .card-header button:hover,
#root .card-header button:focus{
    background: #fff;
}
#root .card .card-title{
display: none;
}
/*#root .sticky .card-header h5{
    display: inline-block;
}*/
.card-deck .card{
    flex: none;
    margin: 0;
}
.sticky .card-body img{
    display: none;
}
.slick-arrow{
    z-index: 1;
}
.slick-arrow:before{
    font-family: 'Flaticon';
    color: #000;
    font-size: 55px;
}
.slick-next:before{
    content: "\f106";
}
.slick-prev:before{
    content: "\f105";
}
.slick-next{
    right: 25px;
}
.slick-prev{
    left: 25px;
}
#root .card .card-body img {
    display: inline-block;
    height: 290px !important;
    border: 0px;
}
.slick-list{
    margin-bottom: 5px;
}
.col-container {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.col {
    flex: 1;
    margin: 0 0 0 13px;
    padding: 16px 0 16px 12px;
}
.col-container .col:first-child {
    background: transparent;
    flex: 1.18 1 0% !important;
}
.sticky{
    z-index: 2;
}
#root .sticky .card-body{
    display: none;
}
.slick-track .slick-current .card{
    border-left: 0;
}
.card{
    border-radius: 0;
    border: 0px;
    border-left: 1px solid #e4e4e4;
}
/*.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus{
    font-size: 20px;
    z-index: 1;
    height: 30px;
    width: 30px;
    background: #ddd;
    color: #000 !important;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}*/
.slick-arrow .fa{
    display: none;
}
.slick-arrow.slick-disabled{
    display: none!important;
}
/*.slick-slider .slick-slide .card{
    width: 99.5% !important;
}*/
/*.slick-initialized .slick-slide{
    padding: 8px 0px 0px 13px;
}*/
/*#root .card{
    border: none;
    -moz-box-shadow:  0px 2px 10px rgba(0,0,0,.1);
    -webkit-box-shadow:  0px 2px 10px rgba(0,0,0,.1);
    -o-box-shadow:  0px 2px 10px rgba(0,0,0,.1);
    -ms-box-shadow:  0px 2px 10px rgba(0,0,0,.1);
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
}*/
#root .card-header{
    border: none;
    background: #fff;
}
.modal-open #compare.modal,
.modal-open #favorie.modal{
    z-index: 11111111;
}
.btn-favorie i{
    font-size: 26px;
}
.favories-btn{
    font-family: 'Flaticon';
}
.list-btn-modal button{
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.list-btn-modal button i{
    font-size: 35px;
    line-height: 35px;
    position: relative;
}
.btn-comparer i:before {
    content: '\f100';
    font-family: Flaticon;
    font-style: normal;
}
.btn-comparer.clicked i:before{
    content: '\f101';
}
.btn-favorie i:before {
    content: '\f103';
    font-family: Flaticon;
    font-style: normal;
}
.btn-favorie.clicked i:before{
    content: '\f102';
}
.btn-submit-form .flaticon-return{
    top:1px;
}
.btn-submit-form .flaticon-return:before{
    font-size: 15px;
}
.col-container:nth-child(even) {background: #f9f9f9}
.col-container:nth-child(odd) {background: #FFF}
.master-img{
    height: 150px !important;
    margin-top: 0 !important;
    margin-bottom: 0!important;
}
.master-title{
    padding: 10px 10px!important;;
    font-size: 15px!important;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}



.modal-title {
    color: #be8d70;
    text-transform: uppercase;
}
/*.carousel-favorie .carousel-item .carousel-image{
    background-size: contain!important;
}*/
.detail-favorie{
    margin-bottom: 20px;
    border: 1px solid darkgrey;
    -webkit-box-shadow: 0 8px 6px -4px darkgrey;
    -moz-box-shadow: 0 8px 6px -4px darkgrey;
    box-shadow: 0 7px 3px -7px #888;
}
/*######## Loader ########*/
.overlay {
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(34, 34, 34, 0.48);
	z-index: 1000;
}

.overlay__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    /*width: 320px;*/
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 15px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}
.loader-container{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    background: #ffffff63;
    z-index: 99;
}
.loader-container .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #454545; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#printJS-Modal{
    z-index: 999999;
}
#showModalDetail2.modal, #showModalDetail3.modal{
    z-index: 111111;
}
.spinner {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.intl-tel-input .country-list .country .country-name {
    color: #999;
}
.slider-range {
    border-radius: 0;
    height: 3px;
    border: none;
    margin: 15px 14px 0 9px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.ui-slider-range {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {

}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: none;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    top: -10px;
}

.adv-search-amount {
    border:0;
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    font-size: 14px;
}

/*.adv-search-label {
    font-size: 1.08em;
    float: left;
    width: 43%;
}*/

.adv-search-range-cont span {
    position: absolute;
    right: 0;
    top: -15px;
    color: #222;
}
.adv-search-range-cont .adv-search-label{
    color: #222;
    font-size: 13px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.adv-search-amount{
    background: transparent;
    color: #222;
}
.area-label-search{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.default-image{
    background: url("../images/default-home2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
}
.sidebar-wrapper form input.custom-input,
.sidebar-wrapper .bootstrap-select .btn,
form.customForm input.custom-input{
    border: none;
    padding-left: 0;
    border-radius: 0;
    height: 40px;
    border-bottom: 1px solid #7C7C7C !important;
    font-family: Minion-Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #7C7C7C;
    background: transparent !important;
    width: 100%;
}
.sidebar-wrapper form input.custom-input,
.sidebar-wrapper .bootstrap-select .btn,
form.customForm input.custom-input{
    color: #222;
    border-color: #7C7C7C;
    outline: 0 !important;
    box-shadow: none !important;
}

::placeholder {
    color: #222;
}
.dark-btn {
    background: #464645;
    height: 45px;
    text-decoration: none;
    font-family: Minion-Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.05em;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    border-radius: 0;
    width: 172px;
}
.bootstrap-select .dropdown-menu{
    z-index: 111111111;
}
.bootstrap-select .dropdown-menu .dropdown-item{
    padding: .25rem 1.5rem;
}
.sidebar-wrapper .contact h4{
    color: #494948;
    font-size: 25px;
    padding: 0 20px;
}
.sidebar-wrapper .contact .adress-phone{
    background: #f7f7f7;
    padding: 25px 0;
    position: relative;
    margin-top: 35px;
}
.sidebar-wrapper .contact .adress-phone:before {
    content: '';
    position: absolute;
    height: 55px;
    width: 5px;
    background: #464645;
    left: 20px;
    top: -20px;
}
.sidebar-wrapper .contact .btn-contact{
    padding: 0 10px;
}
.slide-up-toggel {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid rgb(70, 70, 69);
}
.slide-up-toggel img {
    width: 20px;
    height: 22px;
    margin: 11px;
}
.slide-up-toggel p {
    margin-bottom: 0;
    font-family: Minion-Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    padding-left: 11px;
    line-height: 25px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    position: relative;
    color: #464645;
    text-transform: uppercase;
    border-left: 1px solid #464645;
}
.slide-up-toggel p::before {
    content: "";
    border-left: 1px solid #fff;
    height: 22px;
    position: absolute;
    left: 0;
}
.btn-return-master-plan{
    position: absolute;
    padding: 8px;
    border-radius: 50%;
    background: #fff;
    left: -25px;
    z-index: 1000;
    top: 10px;
    font-size: 28px;
    line-height: 28px;
    box-shadow: 8px 0px 15px -6px rgba(0,0,0,0.5)
}
.btn-return-master-plan i{
    color:rgb(70, 70, 69);;
}
#Smallchat .Messages, #Smallchat .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.chat_close_icon, .chat_call_icon {
    cursor:pointer;
    color: #fff;
    font-size:16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}
.chat_call_icon{
    right: 38px;
}
.chat_on {
    /*position: absolute;
    z-index: 111;
    right: 50px;
    bottom: 95px;*/
    background-color: #e6e6e6;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 1.7rem;
    border-radius: 50%;
    padding: .375rem .75rem;
    position: relative;
}
.chat_on_icon{
    color:#413e3e;
    font-size:1rem;
    text-align:center;
}
#Smallchat .Layout {
    pointer-events:auto;
    box-sizing:content-box!important;
    z-index:999999999;
    position:fixed;
    bottom:20px;
    min-width:50px;
    max-width:300px;
    max-height:30px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    border-radius:50px;
    box-shadow:5px 0 20px 5px rgba(0,0,0,.1);
    -webkit-animation:appear .15s cubic-bezier(.25,.25,.5,1.1);
    animation:appear .15s cubic-bezier(.25,.25,.5,1.1);
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    opacity:0;
    -webkit-transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s;
    transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s;
    background-color: #464645;
    color: rgb(255, 255, 255);
    opacity: 5;
    border-radius: 10px;
    display: block;
}

#Smallchat .Layout-right {
    right:20px
}

#Smallchat .Layout-open {
    overflow:hidden;
    min-width:300px;
    max-width:300px;
    height:500px;
    max-height:500px;
    border-radius:10px;
    color:#fff;
    -webkit-transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
    transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
}

#Smallchat .Layout-expand {
    height:500px;
    min-height:500px;
    display:none;
}
#Smallchat .Layout-mobile {
    bottom:10px
}
#Smallchat .Layout-mobile.Layout-open {
    width:calc(100% - 20px);
    min-width:calc(100% - 20px)
}
#Smallchat .Layout-mobile.Layout-expand {
    bottom:0;
    height:100%;
    min-height:100%;
    width:100%;
    min-width:100%;
    border-radius:0!important
}
@-webkit-keyframes appear {
    0% {
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    to {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes appear {
    0% {
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    to {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
#Smallchat .Messenger_messenger {
    position:relative;
    height:100%;
    width:100%;
    min-width:300px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column
}
#Smallchat .Messenger_header,#Smallchat .Messenger_messenger {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
#Smallchat .Messenger_header {
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding-left:10px;
    padding-right:40px;
    height:40px;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0
}


#Smallchat .Messenger_header h4 {
    opacity:0;
    font-size:16px;
    -webkit-animation:slidein .15s .3s;
    animation:slidein .15s .3s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    color:#fff;
}

#Smallchat .Messenger_prompt {
    margin:0;
    font-size:16px;
    line-height:18px;
    font-weight:400;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}

@-webkit-keyframes slidein {
    0% {
        opacity:0;
        -webkit-transform:translateX(10px);
        transform:translateX(10px)
    }
    to {
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes slidein {
    0% {
        opacity:0;
        -webkit-transform:translateX(10px);
        transform:translateX(10px)
    }
    to {
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
#Smallchat .Messenger_content {
    height: 450px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
#Smallchat .Messages {
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}





#Smallchat .Input {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 17px;
    padding-bottom: 15px;
    color: #96aab4;
    background-color: #fff;
    border-top: 1px solid #e6ebea;
}
#Smallchat .Input-blank .Input_field {
    max-height: 20px;
    height: 20px;
}
#Smallchat .Input_field {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 20px;
    padding-right: 75px;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px !important;
}
#Smallchat .Input_button-emoji {
    right: 45px;
}
#Smallchat .Input_button-emoji .Icon{
    width: 18px;
    height: 18px;
}
#Smallchat .Input_button-emoji .Icon svg{
    width: 18px;
    height: 18px;
}
#Smallchat .Input_button {
    position: absolute;
    bottom: 15px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
#Smallchat .Input_button-send {
    right: 15px;
}
#Smallchat .Input_button-send .Icon{
    width: 18px;
    height: 18px;
}
#Smallchat .Input_button-send .Icon svg{
    width: 18px;
    height: 18px;

}
#Smallchat .Input-emoji .Input_button-emoji .Icon, #Smallchat .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#Smallchat .Input-emoji .Input_button-emoji .Icon path, #Smallchat .Input_button:hover .Icon path {
    fill: #2c2c46;
}
.message{
    display: table;
    margin-bottom: 10px;
    min-width: 100%;
}
.message h6{
    font-size: 10px;
    line-height: 15px;
    color: #7b7b7b;
    text-transform: capitalize;
}
.message img{
    max-width: 12%;
    border-radius: 15px;
    margin-right: 10px;
}
.message.text-right img{
    margin-right: 0;
    margin-left: 10px;
}
.message p{
    color: #fff;
    padding: 5px 10px;
    background: #162e62;
    display: inline-block;
    border-radius: 15px;
    max-width: 84%;
    margin-bottom: 0;
}
.chat-red-point{
    position: absolute;
    height: 10px;
    width: 10px;
    background: red;
    z-index: 20;
    border-radius: 50%;
    top: 0;
    right: 0px;
}

.chat-point{
    height: 10px;
    width: 10px;
    z-index: 11111;
    border-radius: 50%;
    top: 0;
    right: 0px;
}
.chat-point.online{
    background: green;
}
.chat-point.offline{
    background: red;
}
.btn-user-conntect{
    background: rgba(255,255,255,.69);
    border-radius: 50%;
    color: #413e3e;
    display: block;
    margin-bottom: 10px;
    height: 50px !important;
    width: 50px !important;
    line-height: 40px;
}
.btn-user-conntect:last-child{
    margin-bottom: 0px;
}
.Messenger_header{
    background-color: #464645;
    color: #fff;
}
.twitter-typeahead{
    display: block!important;
}
.twitter-typeahead .tt-menu{
    background: rgb(255, 255, 255) !important;
    z-index: 111111111 !important;
    border: 1px solid rgb(204, 204, 204);
}
.twitter-typeahead .tt-menu .tt-suggestion.tt-selectable {
    padding: 10px;
    color:#222;
}
.twitter-typeahead .tt-menu .tt-suggestion.tt-selectable:hover{
    cursor: pointer;
    background: #ccc;
}
.customModal .modal-content{
    background: transparent;
    box-shadow: 0;
}
.customModal .modal-content .modal-body{
    padding: 0;
}
.signup-form{
    margin: 0 auto;
}
.signup-form h2{
    color: #636363;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}
.signup-form h2:before, .signup-form h2:after{
    content: "";
    height: 2px;
    width: 30%;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    z-index: 2;
}
.signup-form h2:before{
    left: 0;
}
.signup-form h2:after{
    right: 0;
}
.signup-form .hint-text{
    color: #999;
    margin-bottom: 30px;
    text-align: center;
}
.signup-form .customForm{
    color: #999;
    border-radius: 3px;
    background: #f2f3f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.signup-form .form-group{
    margin-bottom: 20px;
}
.signup-form input[type="checkbox"]{
    margin-top: 3px;
}
.signup-form .btn{
    font-size: 16px;
    font-weight: bold;
    min-width: 140px;
    outline: none !important;
}
.signup-form .row div:first-child{
    padding-right: 10px;
}
.signup-form .row div:last-child{
    padding-left: 10px;
}
.signup-form a{
    color: #fff;
    text-decoration: underline;
}
.signup-form a:hover{
    text-decoration: none;
}
.signup-form form a:hover{
    text-decoration: underline;
}
.customModal .img-client{
    border-radius: 3px;
}
.signup-form label.error{
    display: inline;
    color: red;
}
.signup-form button.close{
    font-size: 27px;
    background: #000;
    opacity: 1;
    color: #fff;
    padding: 5px;
    border-top-right-radius: 3px;
}
.signup-form .dark-btn{
    background: #9d9d9c;
}
.customModal .input-group .form-control:focus {
    z-index: auto;
}
.radiobtn {
    position: relative;
    display: block;
}
.radiobtn label {
    display: block;
    color: #444;
    cursor: pointer;
}
.radiobtn label:after, .radiobtn label:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
}
.radiobtn label:before {
    background: transparent;
    /*-webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;*/
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    font-family: Font Awesome\ 5 Free;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);*/
    content: '\f00c';
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    opacity:0;
}
.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*.radiobtn input[type="radio"]:checked + label {
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}*/
.radiobtn input[type="radio"]:checked + label:after {
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
}
.radiobtn input[type="radio"]:checked + label:before {
    width: 25px;
    height: 25px;
    opacity:1;
}
#showModalDetail3.modal.left .modal-body, #showModalDetail3.modal.right .modal-body{
    padding: 0;
}
#showModalDetail3 .modal-footer{
    background: #fff;
    border: none;
}
#showModalDetail3 .modal-footer .contact-modal-footer{
    background: #f5f5f5;
    padding: 10px 20px;
    margin-top: 10px;
    position: relative;
}
#showModalDetail3 .modal-footer .contact-modal-footer strong{
    color: #464645;
}
#showModalDetail3 .modal-footer .contact-modal-footer:after {
    content: '';
    height: 50px;
    width: 5px;
    background: #464645;
    position: absolute;
    top: -20px;
    right: 15px;
}
#showModalDetail3 .customForm .intl-tel-input .country-list{
    white-space: normal;
}
.informations-plan .condition{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.informations-plan .condition li{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.informations-plan .condition li.price,
.informations-plan .condition li.plot{
    flex: 0 0 100%;
    max-width: 100%;
}
.informations-plan .condition li span.property-status{
    color: #ff001d;
}
.informations-plan .condition li span.property-status-2{
    color: green;
}
.informations-plan .condition li span.property-status-7{
    color: #ffb600;
}
.informations-plan .condition li span.property-status-8{
    color: #0019ff;
}
.alert.alert-type-2{
    color: green;
    background-color: #caf8c8;
    border-color: #caf8c8;
}
.alert.alert-type-7{
    color: #ffb600;
    background-color: #f8f7c2;
    border-color: #f8f7c2;
}
.alert.alert-type-8{
    color: #0019ff;
    background-color: #b3b6f8;
    border-color: #b3b6f8;
}
.informations-plan .condition li span {
    font-size: 13px;
    color: #464645;
}
.informations-plan .condition li strong{
    font-size: 13px;
    color: #464645;
}
.informations-plan .condition li.price strong{
    font-size: 25px;
}
.customForm .form-group{
    margin-bottom: 15px;
}
.customForm .gender{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.ui-tooltip.ui-widget-content{
    padding: 0!important;
}
.ui-tooltip.ui-widget-content .form-group{
    margin-bottom: 5px;
}
.ui-tooltip.ui-widget-content .ui-tooltip-content{
    position: relative;
    font-size: 13px;
}
.ui-tooltip.ui-widget-content .ui-tooltip-content .form-group:last-child{
    margin-bottom: 0px;
}
.ui-tooltip.ui-widget-content .ui-tooltip-content .content-tooltip-custom{
    padding: 10px;
}
.status-tootip{
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 5px;
    font-size: 13px;
}
#sidebarContact{
    right: 0;
    margin: auto;
    padding: 0;
    left: unset;
}
#sidebarContact{
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#sidebarContact.toggled{
    display: block;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        display: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        display: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
×
.socials a:hover i{
    color: #454545 !important;
}
.customForm .error{
    color: red;
}
.devise-btn{
    position: absolute;
    right: 10px;
    top: 10px;
}
.devise-btn button{
    background: #fff;
}
.compass-img {
    position: absolute;
    right: 20px;
    top: 100px;
}
.compass-img img {
    width: 100px;
    /*transform: rotate(90deg);*/
}
.btn-actions{
    position: absolute;
    right: 20px;
    bottom: 55px;
}
.devise-radio{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.devise-radio .radiobtn{
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
}
.devise-radio .radiobtn label{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.devise-radio .radiobtn label:after, .devise-radio .radiobtn label:before{
    right: auto;
    left: 0;
}
.devise-radio .radiobtn label img{
    margin-right: 5px;
}
.btn-view-plan{
    border-radius: 0;
    background: #464645;
    color:#fff;
}
.lang-choice a img{
    width: 25px;
}
.lang-choice a.active-lang img{
    border-bottom: 1px solid green;
}
.table-modal  tbody tr:nth-child(even) {background: rgba(222,222,222,.85)}
.table-modal  tbody tr:nth-child(odd) {background: rgba(250,250,250,.85)}
.modal-content{
    background-color: rgba(255,255,255,1);
}
.modal-header{
    background-color: rgba(250,250,250,1);
}
@media screen and (min-width: 992px) {
    .col-container .col:first-child {
        color: #be8d70;
        font-weight: bold;
    }
}
@media screen and (min-width: 768px) {
    .page-wrapper.active-side-bar .page-content {
        padding-left: 260px;
    }
}
@media screen and (max-width: 768px) {
    #show-sidebar{
        display: block;
    }
    .col-container .col:first-child {
        background: #fff;
        flex: 2 1 0% !important;
    }
    .modal.right.fade.show .modal-dialog {
        right: 0;
        min-width: 350px !important;
    }

    .h-xs-50{
        max-height: 50% !important;
    }
    a.btn.btn-info.btn-return-homepage{
        bottom: 20px;
        top: auto;
        right: auto;
    }
    .btn-return,
    a.btn.btn-info.btn-return-homepage{
        left: 50%;
        transform: translateX(-50%);
    }
    .floor-label {
        top: 70px;
    }
    .row-mobile{
        margin: 0;
        width: 100%;
    }
    .informations-plan .condition li{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btn-actions{
        bottom: 95px;
    }
}
.container-button-end-call{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 50px;
    margin: auto;
    height: 50px;
}
.container-button-end-call button.call-end{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.legends{
    position: absolute;
    margin: auto;
    bottom: 55px;
    left: 20px;
}
.legends .legend {
    height: 30px;
    width: 90px;
    background-color: #bbb;
    /* border-radius: 50%; */
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.9;
}
.legends ul{
    margin-bottom: 0px;
    padding-left: 0;

}
.legends ul li{
    color: #000;
    display: flex;
    margin-bottom: 10px;
}
.legends ul li:last-child{
    margin-bottom: 0px;
}
.legends .legend.legend-available{
    background-color: #59c729;
}
.legends .legend.legend-sold{
    background-color: #f22e29;
}
.legends .legend.legend-reserved{
    background-color: #e7834e;
}
.legends .legend.legend-future{
    background-color: #ADA9D4;
}

.legends .legend.legend-turquoise{
    background-color: #188687;
}
.legends .legend.legend-rounded{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.legends .legend.legend-house{
    background-color: rgba(50,205,50,.9);
}
.legends .legend.legend-building{
    background-color: rgba(255,182,0,.9);
}
.legends .legend.legend-commerce{
    background-color: rgba(255,0,0,.9);
}
.mg-r-30{
    margin-right: 30px !important;
}
.modal-dialog.modal-fullscreen{
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}
.modal-dialog.modal-fullscreen .modal-content{
    min-height: 100%;
}
div#modalListUsersOline ul li a {
    color: #000;
}
div#modalListUsersOline ul li{
    width: 50%;
    text-align: center;
}
/*hamza visite 360 start*/
#showModalDetail3 .btn-visite-360{
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #464645;
    color: #464645 !important;
    font-size: 15px;

}
#showModalDetail3 .btn-visite-360:hover{
    color: #000 !important;

}
#showModalDetail3 .btn-visite-360 img{
    height: 28px;
}
#container-visite iframe{
    width: 100%;
    height: 100%;
    z-index: 9999999 !important;
}
iframe #preloadContainer{
    display: none !important;
}
#container-visite{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
}
#remoteToggle {
    position: absolute;
    top: 0;
    right: 81px;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: rgb(103, 115, 131);
    background-color: rgba(103, 115, 131, 0.8);
    text-align: center;
}
.info-hotspot-close-wrapper, .info-hotspot-title span, .info-hotspot-header, .info-hotspot-text{
    background-color: #ffffff80 !important;
}
.btn-toggle-mini-map{
    position: absolute;
    top: -38px;
    border-radius: 0;
    left: 0;
}
.container-mini-map{
    position:absolute;
    width: 300px;
    height: 150px;
    bottom:-150px;
    right: 0;
    display: block;
    background: #ffffff;
    transition: bottom .5s;
}
.container-mini-map.show{
    bottom: 0;
    transition: bottom .5s;
}
.container-mini-map .btn-toggle-mini-map i:before{
    content: "\f106" !important;
}
.container-mini-map.show .btn-toggle-mini-map i:before{
    content: "\f107" !important;
}
.contact h5,
.contact h6,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #222;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #464645;
    background: #464645;
}
.color-white{
    color: #fff;
}
.table-modal{
    color: #000;background: rgba(222,222,222,.85)
}
#sidebarContact{
    background: rgba(250,250,250,.85)
}

#sidebarContact .sidebar-menu,
#sidebarContact .sidebar-brand{
    background:transparent;
}
.powred-by{
    position:absolute;
    left:50%;
    z-index:10;
    background:rgba(0,0,0,.7);
    color:#fff;
    padding:8px;
    bottom: 0;
    transform: translateX(-50%);
    text-align: center;
}
.powred-by p{
    padding:0;
    margin:0
}
.modal input{
    color: #212121 !important;
    font-weight: 900 !important;
}
::placeholder {
    color: #212121;
    opacity: 1;
}
.informations-plan .condition li:last-child p,
.informations-plan{
    margin-bottom: 0!important;
}
@media only screen and (max-width: 767.98px) {
    .powred-by{
        width: 70%;
        bottom: 50px;
    }
    #remoteToggle {
        position: absolute;
        top: 0;
        right: 99px;
        width: 50px;
        height: 50px;
        padding: 5px;
        background-color: rgb(103, 115, 131);
        background-color: rgba(103, 115, 131, 0.8);
        text-align: center;
        line-height: 55px;
    }
    .container-mini-map{
        bottom: -95px !important;
    }
    .iphone-agent .container-mini-map{
        bottom: -40px !important;
    }
    .container-mini-map.show{
        bottom: 50px !important;
    }
    .iphone-agent .container-mini-map.show{
        bottom: 80px !important;
    }
    html:fullscreen .container-mini-map{
        bottom: -150px !important;
    }
    html:fullscreen .container-mini-map.show{
        bottom: 0px !important;
    }
    .legends {
        bottom: 95px;
    }
}
