﻿
.imageHover:hover {
    position: sticky;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 1000;
}
/*img:hover {
   position:sticky;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 1000;
}

* {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

/*.StarCss {
    background-image: url(../Images/star.png);
    height: 24px;
    width: 24px;
}

.FilledStarCss {
    background-image: url(../Image/stars.png);
    height: 24px;
    width: 24px;
}

.EmptyStarCss {
    background-image: url(../Images/star.png);
    height: 24px;
    width: 24px;
}

.WaitingStarCss {
    background-image: url(../Images/emptystar.png);
    height: 24px;
    width: 24px;
}*/

.Star {
    background-image: url(../images/Star.gif);
    height: 17px;
    width: 17px;
}

.WaitingStar {
    background-image: url(../images/WaitingStar.gif);
    height: 17px;
    width: 17px;
}

.FilledStar {
    background-image: url(../images/FilledStar.gif);
    height: 17px;
    width: 17px;
}

.black {
    background-color: black;
}

.left-container {
    width: 90%;
    margin: 0 auto !important;
    height:300px !important;
    display:flex;
    flex-direction:row;
}

.left {
    width: 30%;
    float: left;
    margin-right: 5px;
    background-color: lightblue;
    height:100%;
}

.right-top {
    width: 100%;
    float: left;
    height:10%;
}

.right-bottom {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y:auto;
    display:flex;
    flex-direction:row;
}

.right {
    width: 70%;
    float: left;
    background-color: azure;
    height: 100% !important;
    vertical-align:middle;
    /*width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    background-color: #f0effe;
    border-radius: 10px;
    position: relative;*/
}
/*<div style="justify-content: center; vertical-align: middle !important; align-self: center;" >*/
.rightContentF {
    flex-direction: row;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items:center !important;
    align-self: center;
    vertical-align: middle !important;
}

.description-text {
    line-height: 20px;
    background-color: white;
    float: left;
    padding: 0;
    margin: 0;
}

.description-text-left {
    line-height: 20px;
    background-color: white;
    padding: 0;
    margin: 0;
}
.pAddress {
    margin-top: 8px;
    margin-left:20px;
    font-family: 'Segoe UI';
    margin-left: 20px;
    font-size: 14px !important;
    font-style: normal;
}
.contentPara {
    font-family: 'Segoe UI';
    font-size: 17px;
    margin-left: 12px;
    margin-right: 20px;
    padding-top: 2px !important;
    vertical-align: middle;
    text-align: justify;
    text-wrap: normal;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    color: black;
    max-height: 270px;
    display: flex;
    padding-bottom: 2px !important;
}
    .contentPara:hover {
        overflow-y: scroll !important;
        cursor: pointer;
    }

    .bHeritage
    {
        font-weight: bold !important;
        color: #2800ff !important;
    }