/*.success-box {
  margin:50px 0;
  padding:10px 10px;
  border:1px solid #eee;
  background:#f9f9f9;
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#888;
}

*/

/* Rating Star Widgets Style */
.rating-stars
{
    float: right;
}

.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size:16px; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#eba000;
}
.admin-icon{
    background-color:#0aab9a;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    position: relative;
    float: left;
    font-size: 30px;
    color: white;
    line-height: 45px;
    text-align: center;
}

.ls-dt-review-lft {
    width: auto!important;
    height: auto!important;
}





.z-depth-4, .modal
{
    box-shadow: none !important;
}

.modal
{
    background-color: transparent !important;
}

.mov-map
{
    width:357px;height:230px;
}
