/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
}

/* .search-link-nav .navbar-toggler-icon {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    margin-right: 8px;
    border: 1px #00000070 solid;
    border-radius: 4px;
} */

/* .search-link-nav .navbar-toggler-icon>svg {
    margin: auto;
} */

.loadingDiv {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3003;
    background: #ffffff96;
    display: none;
}

.loadingDiv > img {
    margin: auto;
}

.loadingDiv.active {
    display: flex;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.filter-div {
    display: flex;
    clear: both;
}

.display-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.m-auto {
    margin: auto !important;
}

#txtSearch {
    width: 100%;
    border-radius: 3px;
}

.border-bottom {
    margin: 8px 0 0;
    border-bottom: 1px #ddd solid;
}

.placeName {
    word-break: break-word;
}

.color-red {
    color: red;
}

.place-result-checkbox {
    width: 36px;
}

.search-results {
    padding: 12px 0;
}

.custom-badge {
    border-radius: 3px;
    font-size: 9px;
    position: relative;
    top: -2px;
    left: 1px;
    padding: 2px 3px;
    background-color: #007bff;
}

.pointer {
    cursor: pointer;
}

.place-result-content {
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    padding: 2px 4px;
}

.place-result-content:hover {
    background: #2171c1;
    color: white;
}
.cursor-default {
    cursor: default;
}

.margin-top-3 {
    margin-top: 4px;
}

.domain-label {      
    background: #afafb1;
}

.domain-label-item {
    position: absolute;
    top: 13px;
    right: -18px;
    transform: rotate(45deg);
    padding: 0 16px;
}

.domain-yelp-item {
    padding: 0 23px;
    right: -18px
}

.domain-label-row {
    border-radius: 3px;
    padding: 2px;
    margin-right: 1px;
    background-color: #afafb1bd;
    top: -4px;
}

.filter-div {
    display: flex;
    clear: both;
}

.boosting-div {
    color: green;
    font-size: 12px;
    margin: 0 0 0 1px;
    cursor: pointer;
}

.boost-stop {
    color: initial;
}

#boostingGrid {
    margin-top: 20px;
}

.test {
    color:red;
}

.btn-add-survey {
    font-size: 18px;
    margin-left: 4px;
}

.survey-title, .survey-title:hover  { 
    text-decoration-line: none;
}

.btn-survey-link {
    margin-right: 6px;
}

.list-wrap {
    max-height: 500px;
    overflow-y: auto;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 480px) {
    /* Hide captions */
    #searchButtton {
        width: 100%;
        margin-top: 8px;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.urlRow {
    display: none;
}

.enterURL {
    font-size: 18px;
}


.searchBoxCon {
    margin-top: 24px;
}

#placesCon {
    margin-top: 10px;
}

.grid-item {
    position: relative;
    float: left;
    width: 275px;
    height: 255px;
    margin: 5px;
    padding: 10px;
    background: #e4e4e4;
    color: #262524;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #c0c0c0;
}


.placeName {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

    .placeName a {
        color: #000;
        text-decoration: none;
    }

.placeRating {
    color: #E74C3C;
    float: left;
    font-weight: bold;
}

.placeRatingCon {
    float: left;
}

.placeRatingDiffAbs {
    cursor: pointer;
}

.removePlace .glyphicon-remove {
    border: solid 1px #000;
}

.placeDiv {
    margin-bottom: 4px;
}

.placeSubDiv {
    font-size: 11px;
}

.placeIcon {
    max-width: 16px;
}

.placePhoto img {
    max-width: 265px;
    max-height: 235px;
}

.placeNumberOfReviews {
    float: left;
    clear: right;
    font-size: 11px;
    font-weight: bold;
    padding-top: 3px;
}

.clear {
    clear: both;
    overflow: hidden;
}



.loader {
    width: 100%;
    height: 38px;
    text-align: right;
    margin-top: 11px;
}

    .loader img {
        display: none;
        position: absolute;
        top: -10px;
        right: 0px;
    }

.loaderCon {
    float: left;
    width: 20%;
    position: relative;
}

.placeNumberOfReviewsDiff {
    width: 100%;
    font-size: 12px;
    border-radius: 3px;
}

    .placeNumberOfReviewsDiff .glyphicon-plus {
        top: 2px;
        color: green;
    }
    .placeNumberOfReviewsDiff .glyphicon-minus {
        top: 2px;
        color: red;
    }

.placeRatingDiffIconCon {
    margin-top: 10px;
    text-align: center;
}

.placeRatingDiff .glyphicon {
    font-size: 50px;
    color: white;
}

.placeRatingDiffIconCon img {
    max-height: 50px;
    max-width: 50px;
}

.placeRatingDiffText {
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
}

#searchButtton {
    width: 100%;
    font-weight: bold;
}

.placeIsSuspended {
    
    text-align: center;
}

.placeIsSuspendedIcon {
    text-align: center;
}

    .placeIsSuspendedIcon img {
        max-height: 60px;
        max-width: 60px;
    }

.placeIsSuspendedText {
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
    color: red;
    font-size: 13px;
}

.viewByDiv {
    float: left;
    width: 30%;
}
.viewByText {
    text-align: right;
    padding-right: 5px;
    float: left;
    padding-top: 3px;
    font-weight: bold;
}
.view-by-button-group {
    float:left;
}
/* ---- sort buttons ---- */
#sortBy {
    display: none;
}

.sortByDiv .glyphicon {
    display: none;
}

.sortByDiv .is-checked .glyphicon {
    display: normal !important;
}

.sortByDiv {
    float: right;
    width: 40%;
}

.sortByText {
    text-align: right;
    padding-right: 5px;
    float: right;
    padding-top: 3px;
    font-weight: bold;
}

.sort-by-button-group {
    padding-left: 5px;
    float: right;
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    font-size: 12px;
    cursor: pointer;
}

    .button:hover {
        background-color: #8CF;
        color: #222;
    }

    .button:active,
    .button.is-checked {
        background-color: #28F;
    }

    .button.is-checked {
        color: white;
    }

    .button:active {
        box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
    }

/* ----sort button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

    .button-group .button:first-child {
        border-radius: 0.5em 0 0 0.5em;
    }

    .button-group .button:last-child {
        border-radius: 0 0.5em 0.5em 0;
    }

.ratingsDateUpdated {
    font-size: 11px;
    color: #706d6d;
    margin-top: 2px;
    text-align: center;
}

#modalLoader {
    text-align: center;
    margin: 120px;
}

.modal-title {
    font-weight: bold;
    width: 90%;
    float: left;
}

.groupAddIcon {
    float: left;
    font-size: 24px;
    margin-top: 2px;
    cursor: pointer;
    color: #337ab7;
    padding-right: 5px;
}

#groups {
    float: right;
    width: 85%;
}

.groupActionLabel {
    color: #337ab7;
    padding-top:5px !important;
    font-weight:bold;
    display:inline-block;
    padding-top:5px;
    cursor:pointer;
}

.editGroup {
    display:none;
}

.groupDropdown {
    z-index: 9999999;
}

.form-group .row {
    border-bottom: solid 1px #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
}


.placeNumberOfReviewsCon .jq-ry-container[readonly=readonly] {
    cursor: pointer !important;
}

.notification-green {
    border: solid 1px #006400;
    padding: 4px 8px;
    background-color: #98ff98;
    font-weight:600;
    font-size:14px;
    text-align:center;
}

.ui-menu .ui-menu-item {
background:#f4f4f4;
border-bottom:solid 1px #c0c0c0;
}
#placePage .numberOfReviews {
    float: left;
    font-size: 18px;
    
}
#placePage .ratingCon {
 float:left;
}

#placePage .ratingConText {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #E74C3C;
}
#placePage .leftRow{
    margin-top:5px;
    border-bottom:solid 1px #c0c0c0;
}
#placePage .reviewHistoryIcon {
    max-height: 16px;
    max-width: 16px;
}
#placePage .glyphicon-plus {
 color:green;

}
#placePage .glyphicon-minus {
    color: red;
}
#placePage .reviewText {
 font-size:12px;
}
#placePage .icon{
    max-width:38px;
}
#placePage .border-top {
    border-top: solid 1px #c0c0c0;
    padding-top:5px;
}

.table .placeNumberOfReviewsDiff{
    margin-bottom:8px;

}
    .table .placeNumberOfReviewsDiff .glyphicon {
     font-size:13px;
     margin-right:3px;

    }
    .table .placeRatingDiffIconCon {
        float: left;
        margin-top: 0px;
        margin-right: 8px;
    }

    .table .placeRatingDiffIconCon img {
        max-width: 16px;
        max-height: 16px;
    }
.table .placeRatingDiffText {
 font-size:12px;
 font-weight:normal;
 float:left;
}
.table .ratingsDateUpdated {
    display: none;
}

.table .table-ratingsDateUpdated {
    font-size: 12px;
}

.table .dateDiffText {
    font-size: 11px;
}
.table .listingName a, 
.table .table-numberOfReviews a{
    text-decoration: none;
    color: #000;
}
.table .actionLinks {
   font-size:11px;
}
    .table .actionLinks div {
     margin-top:4px;
    }
    .react-bs-table table td, .react-bs-table table th {
        white-space: normal !important;
    }

.tutorial {
 margin-top:15px;
}
@media screen and (max-width: 480px) {
    .searchBoxCon{
        margin-top:0px;
    }
    .mobile-row {
     margin-top:10px;
     clear:both;
    }
    .mobile-clear {
     clear:both;
     display:block;
    }
    .loaderCon {
     display:none;
    }
    .sortByDiv {
     width:100%;
    }
    .sortByText {
     display:none;
    }
    .sort-by-button-group {
      width:100%;
    }
    .viewByText {
     display:none;
    }
    .viewByDiv {
        width: 100%;
    }
    #placesCon {
      margin-top:40px;
    }
    .button-group {
     padding-left:0px;
    }
    #menu-separator {
     display:none;
    }
    .placeRatingDiffIconCon {
        float: left;
        margin-top: 0px;
        margin-right: 8px;
    }

    .placeRatingDiffIconCon img {
            max-width: 16px;
            max-height: 16px;
        }

    .placeRatingDiffText {
        font-size: 12px;
        font-weight: normal;
        float: left;
        clear: right;
    }

    .ratingsDateUpdated {
       display:block;
       clear:both;
       text-align:left;
       margin-top:5px;
    }

    .grid-item {
     height:200px;
    }

}


@media (min-width: 767px) {
    .menu-active a {
        
        color: #fff !important;
    }

    .menu-active {
        border-bottom: solid 3px #fff;
    }
} 