ul.stars .star {

    display: inline-block;

}

ul.stars{

    margin: 0;

    padding: 0;

}

.starsSection{

    display: inline-block;

    vertical-align: middle;

}

.averageSection{

    border-top: 1px solid #0000002e;

    padding: 20px 0;

    margin: 20px 0;

    border-bottom: 1px solid #0000002e;

}

.averageSection p {

    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;

}

.averagep:lang(en){

    margin: 0;

    display: inline-block;

    margin-right: 12px;

    font-weight: bold;

}

.averagep:lang(he){
    
        margin: 0;
    
        display: inline-block;
    
        margin-left: 12px;
    
        font-weight: bold;
    
    }

.reviewsSection{

    margin: 20px 0;

}

.reviewItem p{

    margin: 0;

}

.reviewItem{
    color: black;

    list-style: none;

    padding-bottom: 20px;

    border-bottom: 1px dotted;

    padding-top: 20px;

}

.submitrevie{
    font-size: 20px;
    font-weight: bold;
}

.reviewsUl{

    padding: 0;

    margin: 0;

}

.reviewerTitle{

    font-size: 14px;

}

.thereviewContent:lang(en) {

    font-weight: bold;

    border-left: 3px solid #00000026;

    padding-left: 11px;

    margin-left: 11px;

}
.thereviewContent:lang(he) {
    
        font-weight: bold;
    
        border-right: 3px solid #00000026;
    
        padding-right: 11px;
    
        margin-right: 11px;
    
    }
.theadminResponse{

    margin-top: 20px;

    background: #0000001f;

    padding: 11px;

}

.pagination a,

.pagination span{

    font-size: 16px;

    margin: 4px;

}

.pagination a{

    color: black;

    font-weight: bold;

}

.formSection{

    margin: 20px 0;

}

.reviewForm{

    margin: 20px 0;

    width: 300px;

    display: none;

}

.reviewForm textarea,

.reviewForm input,

.reviewForm select {

    display: block;

    margin-bottom: 10px;

    width: 100%;

}
.reviewForm input{
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    font-weight: 400;
    height: 46px;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.reviewForm textarea{
    height: 71px;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    background-color: #f2f2f2;
    padding-right: 9px;
    padding-top: 9px;
    max-width: 100%;
    min-width: 100%;
}



.messageHide{

    display: none;

}

.loader{

    display: none;

}

.loader img{
    margin: 0 auto;
}



.theStarsForm{

    margin: 0 0 10px 0;

}

.ulStarsForm{

    margin: 0;

    display: inline-block;

    vertical-align: middle;

}

.ulStarsForm li{

    color: rgba(0, 0, 0, 0.24);

    display: inline-block;

    cursor: pointer;

}

.reviewForm label.error{

    font-size: 12px;

    color: red;

    top: -13px;

    position: relative;

}

.reviewForm textarea.error,

.reviewForm input.error{

    border: 1px solid red;

}


.formSection,
.averageSection{
    text-align: center;
    color: black;
}
.reviewForm {
    margin-right: auto;
    margin-left: auto;
    color: black;
}
.formSection .showForm{
    background: linear-gradient(to bottom, #1c707d99 0%,#1c707d 100%);
    font-weight: 500;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
}
.reviewForm input[type="submit"]{
    background-color: #1c707d;
    color: white;
    cursor: pointer;
    transition: 0.5s;

}
.reviewsSection h2{
    display: none;
}
.reviewsSection .thereviewContent {
    line-height: 27px;
    font-weight: 400;
    font-size: 15px;
}
.reviewerTitle {
    font-size: 17px;
    font-weight: 500;
}
.reviewsSection .starsSection,
.reviewsSection .reviewrName,
.reviewsSection .reviewerTitle {
    margin-bottom: 10px;
}
.averageSection .starsSection{
    margin-bottom: 0;
}
.averageSection .starsSection:lang(en){
    margin-right: 12px;
}
.averageSection .starsSection:lang(he){
    margin-left: 12px;
}
.averageSection {
    border-top: 1px dotted #0000001f;
    border-bottom: 1px dotted #0000001f;
}
.reviewItem {
    border-bottom: 1px dotted #00000042;
}
.star.stargood {
    color: #ff9800;
}
.star.starbad {
    color: #0000003d;
}

.wrapField label {
    width: 130px;
    display: inline-block;
}
.wrapField select,
.wrapField input{
    width: 188px;
    height: 33px;
}
.starpercentgrey{
    color: #0000003d;
}
.ligherNum{
    font-weight: 300;
}
.starpercent{
    color: #ff9800;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translate(0,-50%);
    right: 0px;
}

.chooseimage{
    vertical-align: top;
}


/* Style the tab */
.reviews-tabs.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 20px;
    text-align: center;
    margin-left: 20px;
    border-top: none;
    border-right: none;
    border-left: none;
}

/* Style the buttons that are used to open the tab content */
.reviews-tabs.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border: 1px solid #ccc;
    border-bottom: none;
}

/* Change background color of buttons on hover */
.reviews-tabs.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.reviews-tabs.tab button.active {
    background-color: #ccc;
    font-weight: bold;
    font-size: 20px;
}

/* Style the tab content */
.reviews_tab_content.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    margin-left: 20px;
}
.settings.reviews_tab_content.tabcontent{
    display: block;
}
@font-face{
    font-family:'FontAwesome';
    src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}
.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-star:before {
    content: "\f005"; }

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.reviewsSection .pagination{
    padding: 1em 0;
    border-width: 1px 0;
    text-align: center;
    clear: both;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@media(max-width: 460px){
    .averageSection .starsSection{
        display: block;
    }
}
.rate-button {
	color: #EFB356; 
	background-color: #2b3990;
	padding: 5px;
}
