﻿body {
}

.new-app-back-color, .progress-value, .dx-switch-on-value 
.dx-switch-container, .dx-switch-on-value .dx-switch-on, 
.dx-switch.dx-state-hover.dx-switch-on-value .dx-switch-container, 
.dx-button-mode-contained.dx-button-default, .btn-default,
.dx-tag-content, .app-custom-list .dx-list-item.active {
    background-color: #2ba79b;
}
.color-white {
    color: white;
}

.new-app-color {
    color: #2ba79b;
}

#btnSearch {
    font-size: 18px;
    float: none;
    width: 100%;
    margin-top: 12px;
    background-color: rgb(31, 116, 219);
    border-color: rgb(31, 116, 219);
}
.mdAddListingDialog {
    width: auto;
}

.place-result-url {
    color: #337ab7 !important;
    font-weight: 400;
}

.place-result-url:hover {
    text-decoration: underline !important;
}

.place-result-content:hover .place-result-url {
    color: white !important;
}

.btn-search-div {
    display: block
}

.loading-add-listing {
    display: inline;
    margin-right: 8px;
}

.add-survey-icon {
    margin: 0 10px 8px auto;
}

.add-reviewlink-icon {
    position: absolute;
    top: 0px;
    right: -2px;
    background: none;
    opacity: 0.7;
    z-index: 2;
}

.add-reviewlink-icon:hover {
    background: #dddddd94;
    color: black;
    opacity: 1;
}

.p-relative {
    position: relative;
}

.txt-editLink {
    width: calc(100% - 30px);
}

.circle-icon {
    font-size: 26px;
    color:  #26a69ac7;
    background: #dddddd94;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    opacity: 0.7;
}

.circle-icon-s {
    width: 24px;
    height: 24px;
    font-size: 17px;
}

.circle-icon-no-bg {
    background: transparent;
}

.circle-icon:hover {
    color: #BD1613;
    background: #ddd;
    opacity: 1;
}

.circle-icon > svg {
    margin: auto
}

.five-stars-btn {
    border-radius: 4px;
    padding: 10px 12px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    line-height: 36px;
}

.five-stars-btn-large {
    padding: 11px 10px;
    font-size: 16px;
}



.five-stars-btn > span:last-child {
    margin-left: 4px;
}

.five-stars-btn,
.five-stars-btn-danger {
    background: linear-gradient(93.36deg, #BD1613 0%, #E80C0C 120.17%) !important;
    border: none;
}

.five-stars-btn:active,
    .five-stars-btn:hover,
    .five-stars-btn-danger:hover,
    .five-stars-btn:active {
        background: linear-gradient(93.36deg, #BD1613 1%, #E80C0C 12.17%) !important;
        border: none;
    }



.limit-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;
}

.five-stars-tooltip {
    font-size: 16px;
    position: relative;
}

.five-stars-tooltip .tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: #383636;
    color: #fff;
    text-align: center;
    padding: 4px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -70px;
    font-size: 13px;
}

.five-stars-tooltip .tooltip-text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #383636;
  }

.five-stars-tooltip:hover .tooltip-text {
    visibility: visible;
}

.five-stars-tooltip .tooltip-icon {
    color: #656464
}

.five-stars-tooltip .tooltip-icon:hover {
    color: #383636
}

.loadingDiv {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    background: #ffffff96;
    display: none;
}

.loadingDiv > img {
    margin: auto;
}

.loadingDiv.active {
    display: flex;
}

.wizard {
    position: absolute;
    background: #44d2c4;
    padding: 6px;
    border-radius: 4px;
    border: 1px #15c5b4 solid;
    box-shadow: 1px 1px 1px #00756a;
    bottom: 120%;
    left: -50%;
    width: 300px;
    z-index: 2999;
}

.wizard-markup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #92929269;
    z-index: 2998;
}

.swal-button {
    background-color: #439e96;
}

#boostingGrid .react-bs-container-body::-webkit-scrollbar {
    width: 30px;
}
  /* Track */
#boostingGrid .react-bs-container-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#boostingGrid .react-bs-container-body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#boostingGrid .react-bs-container-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.five-stars-validation {
    color: red;
    font-size: 13px;
    visibility: hidden;
}

.five-stars-validation.active {
    visibility: visible;
}

.note-text {
    font-size: 12px;
}

.pre-wrap {
    white-space: pre-wrap;
}

.app-box-shadow {
    box-shadow: 2px 4px 3px #ddd, -2px 0px 3px #ddd;
}

.app-box-header {
    display: flex;
    align-items: center;
    height: 42px;
    background: #20abe8;
    border-bottom: 1px #ddd solid;
    color: white;
    box-shadow: -1px 0px 1px #20abe8, -1px 0px 1px #20abe8;
}

.app-box-header > div {
    margin: auto;
}

.cell-content-limit {
    width: calc(100% - 32px);
}

.context-item-warning {
    color: red;
}

.context-item-enable {
    color: #46b3a8;
}

@media (min-width: 567px) {
    
}

@media (min-width: 768px) {
    #btnSearch {
        font-size: 18px;
        width: auto;
        margin-top: 0;
        float: right;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .mdAddListingDialog {
        width: 900px !important;
    }
}

@media (min-width: 1200px) {
}


