.reviewWrapper {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.reviewWrapper .tablinkwrap button {
  background-color: #404840;  
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  outline: none;
} 
.reviewWrapper .tablinkwrap button{
    margin-right:10px;
}

.reviewWrapper .tablinkwrap button.active {
    background-color: #f5a432;
}

.reviewWrapper .tablinkwrap button:last-child {
    margin-left:3px;
}
.reviewWrapper .tablinkwrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.reviewWrapper .feedbaForm {
    display: inline-block;
    width: 100%;
    max-width: 500px;
} 

.starRating:not(old){
  display        : inline-block;
  width          : 9.5em;
  height         : 1.5em;
  overflow       : hidden;
  vertical-align : bottom;
}

.starRating:not(old) > input{
  margin-right : -100%;
  opacity      : 0;
}

.starRating:not(old) > label{
  display         : block;
  float           : right;
  position        : relative;
  background      : url('star-off.svg');
  background-size : contain;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 1.5em;
  height          : 1.5em;
  background      : url('star-on.svg');
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}

.successcheck {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    background-image:url('checkmark.gif'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feedbaForm select ,
.updateForm select {
  background: #F0F3FB;
  border: 1px solid #F0F3FB;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #3F3F3F;

  /* Here's the code we need */
  /*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
   -o-appearance: none;
    appearance: none;*/
}

.updateForm select {
   padding: 10px;
   height:40px;
}

.updateForm label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.selectwrap {
  position: relative; 
}

.selectwrap:after {
  font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 12px;
    right: 20px;
    color: #434B67;
    pointer-events: none;
}

.selectwrap select::-ms-expand {
  display: none;
}
 
::-webkit-inner-spin-button { display: none; }
 

 
.feedbaForm input[type=text],.feedbaForm input[type=date] ,.feedbaForm input[type=tel],.feedbaForm textarea ,
.updateForm input[type=text],.updateForm input[type=date] ,.updateForm textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.updateForm input[type=text],.updateForm input[type=email] ,.updateForm textarea {
     margin: 0px 0; 
}

.feedbaForm input[type=submit] ,
.updateForm input[type=submit] {
    width: 100%;
    max-width: 200px;
    background-color: #000;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition:all .3s ease-in-out;
}

.feedbaForm input[type=submit]:hover ,
.updateForm input[type=submit]:hover {
    background-color: #222;
}

.feedbaForm input[type=submit]:hover {
  background-color: #000000;
}

.feedbaForm label {
    font-size: 15px;
}

.feedbaForm .field {
  margin-bottom: 20px;
}


.feedRecord {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

.feedRecord  td, .feedRecord  th {
  border: 1px solid #ddd;
  padding: 12px;
}

.feedRecord tr:nth-child(even){background-color: #f2f2f2;}

.feedRecord tr:hover {background-color: #ddd;}

.feedRecord th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #404840;
  color: white;
}

.feedRecord span.star ,
#MyTable span.star {
    font-size: 18px;
    color: #f5a432;
}

.feedRecord a:not(.btn), .feedRecord a:not(.btn) {
    color: #404840;
    text-decoration: underline;
}

#myInput {
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}


.singleview .singlegrid {
    padding: 20px 20px;
    border: 1px solid #f7f7f7;
    margin-bottom: 20px;
    font-size:15px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}

.singleview .singlegrid p.reviews {
    word-wrap: break-word;
}


.singlegrid .stars .star {
    font-size: 22px;
    color: #f5a432;
}

.starcal span.onestar {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    font-size: 20px;
    color: #f3a332;
}

.starcal {
    padding: 20px;
    max-width: 400px;
    display: inline-block;
    width: 100%;
}

/* The animation code */
@keyframes example {
  from {top: -100%;}
  to {top: 100px;}
}

.updateForm,
.adminsingleView{
    position: fixed;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
    top: -100%;
    z-index: -1;
    background-color: #eaeaea;
    padding: 20px;
    display:none;
    max-height:500px;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* The element to apply the animation to */
.slidedownclass {
  top:50px;
  animation-name: example;
  animation-duration: .4s;
  display:block;
  z-index:999;
  
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 

ul.starhelp {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    font-size: 12px;
    background-color: #dedede;
    padding: 10px;
    border-radius: 5px !important;
}

ul.starhelp span{
    font-size: 16px;
    color: #f5a432;
}

.memberdetail ul {
    list-style: none;
    background-color: #dedede;
    padding: 10px;
    border-radius: 5px !important;
}

.memberdetail ul li {
    margin-bottom: 3px;
}

#loading {
    width:40px;
    height:40px;
    background-image:url('pre-loader.gif');
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    display:none;
}

#MyTable i.fa.fa-toggle-on {
    font-size: 25px;
    color: #5eda5e;
}

#MyTable i.fa.fa-toggle-off {
    font-size: 25px;
    color: #ff0000;
}

.adminsingleView ul li span.star {
    font-size: 15px;
    color: #f3a332;
} 
#popbox {
 display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popcontent{
    position: absolute;
    width: 550px;
    height: 500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f7f7f7;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
}

#popbox #loading {
    width:80px;
    height:80px;
}

#popbox .singlegrid {
    text-align: left;
    border-bottom: 1px solid #f7f7f7;
}

.reviewBlock {
	display: inline-block;
    width: 100%;
    min-height: 55px;
    padding-top: 5px;
}

.reviewBlock p.emptyreview {
    margin-top: 15px;
} 

