/* 
    Created on : 19.11.2017, 22:50:59
    Author     : dmitrij
*/

.captcha-img-box {
    margin-bottom: 10px;
}

.green {
    color: green
}

#add-review-btn {
font-size: 16px;
    margin-bottom: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

#add-img-btn{
    font-size: 14px !important;
    text-shadow: none!important;
}

.added-file {
    cursor:pointer;
}

#add-review-modal .modal-header .close{
    position: absolute;
    top: 12px;
    right: 24px;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 100;
    border: 1px solid #fff;
    text-align: center;
    background: #eb0253;
    align-content: center;
    font-size: 30px;
    margin: 0;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
}

#add-review {
    color: #eb0253;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}