.bg-gray {
    background-color: #bcbcbc;
}

.the-selected {
    border: dashed #000000 1px;
}

.rating .stars .star:before {
    text-decoration: none;
    font-family: 'FontAwesome';
    content: "\f005";
    color: #d0e8f0;
    font-size: 1.5em;
}

.rating .stars .star:hover {
    text-decoration: none
}

.rating .stars .star:hover:before, .rating .stars .star.to_rate:before, .rating .stars .star.rated:before {
    text-decoration: none !important;
    color: orange;
}

.add-input {
    width: 100%;
    margin: 5%;
}

.form-group-hide {
    background-color: #f6f6f6;
    display: none;
}

.upload-button {
    background-color: #ffffff;
    border: 1px #F0F0F0 solid;
    width: 100%;
    height: 40px;
}

