.rating, .history{
    color: #3a3a3a;
}

.star{
        margin-top: -8px;
}

.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{
	color: #4a4a40;
	padding:15px 15px 13px 15px;
}

.detailed-rating{
color: #3a3a3a;    
}

.customer-reviews{
    color: #3a3a3a;
    text-align: center;
}

.small{
    color: #3a3a3a !important;
    font-size: 20px !important;
}


.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	color: white;
	border:1px solid #EFEFEF;
	padding:5px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
        margin:10px 0;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}

.progress{
    height: 9px;
    margin: 8px 0;
    background-color: transparent;
}

.cincoestrellas{
    background-color: #88b131;
}

.cuatroestrellas{
    background-color: #99cc00;
}

.tresestrellas{
    background-color: #ffcf02;
}

.dosestrellas{
    background-color: #ff9f02;
}

.unaestrellas{
    background-color: #ff6f31;
}

.cantidadvotos{
    margin-top: 5px;
}

.filtro-rating{
    margin-top: 20px;
}

.btn.btn-default.btn-sm{
    background-color: #ef7d00;
    color: white;
    margin-bottom: 15px;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{
     border: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child{
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #efefef;
}



.table-striped>tbody>tr:nth-of-type(even){
    background-color: #e4e4e4;
}
.cabecera-historial{
    background-color: white;
    color: #ef7d00;
}

.table-history{
    color: black;
}

.pestanya-mes{
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
    font-size: 14px;
    color: black;
    border-bottom: 0px !important;
}

.table>thead>tr>th{
    border-top: 0px !important;
    font-size: 14px;
}

.table>tbody>tr>td{
vertical-align: middle;
font-size: 13px;
}

.modal-calendario{ 
    background-color: #ef7d00;
}

.calendario{
    text-align: -webkit-center;
}

.boton-change-month{
    border: 0;
}

.datepicker{
    padding: 0;
    margin-bottom: -10px;
}

.valores-rating{
    font-size: 16px;
}