.rw-add-btn {
    display: block;
    padding: 0 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    /*border: 3px solid #03a9f4;*/
    /*background: transparent;*/
    outline: none;
    float: right;
    font-weight: 500;
    color: #fff;
    height: 40px;
    border: 3px solid #2196F3;
    background: #2196F3;
}

.rw-add-btn-modal {
    display: block;
    padding: 6px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    width: 100%;
    outline: none;
    text-align: center;
    font-weight: 500;
    color: #fff;
    height: 40px;
    border: 3px solid #2196F3;
    background: #2196F3;
}

.rw-add-btn:hover, .rw-add-btn-modal:hover {
    background: transparent;
    color: #2196F3;
}

.reviews {
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
}

.rw-header {
    margin: 0 0 20px 0;
}

.rw-date {
    font-size: 13px;
    color: #999999;
    font-weight: 600;
}

.rw-list {
    list-style: none;
}

.rw-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.rw-name p, .rw-text p {
    margin: 5px 0;
}

.rw-organization {
    float: right;
}

#show-comments .fa-user {
    font-size: 22px;
}

.comment-blocks {
    margin-left: 35px;
}

.comment-blocks-icon {
    float: left;
}

.rw-title {
    display: inline-block;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.modal label input[type='text'] {
    font-size: 13px;
    line-height: 35px;
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 30px 5px 5px;
    -webkit-transition: width .3s;
    transition: width .3s;
    color: #333;
    border: 1px solid #a9a9a9 !important;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}

.modal label textarea {
    width: 100%;
    font-size: 13px;
    line-height: 35px;
    display: block;
    height: 80px;
    padding: 5px 30px 5px 5px;
    -webkit-transition: width .3s;
    transition: width .3s;
    color: #333;
    border: 1px solid #a9a9a9 !important;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}

/*=====================================modal==========================================*/
.modal-header {
    background: #2196F3 !important;
    color: #ffffff;
    padding: 0;
    border: 0;
}

.modal-dialog {
    margin: 0 auto;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-title {
    padding: 22px 19px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
}

.modal-header .close {
    color: #ffffff;
    font-weight: 100;
    font-size: 30px;
    opacity: 1;
    margin: 0;
    padding: 18px 20px;
    outline: none;
    box-shadow: none;
}

.modal-body {
    font-size: 13px;
    color: #333333;
}

.modal label {
    margin-top: 27px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.modal label input[type='text'] {
    border: none;
    outline: none;
    color: #333333;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.modal label input[type='username'] {
    border: none;
    outline: none;
    color: #333333;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.modal label input[type='email'] {
    border: none;
    outline: none;
    color: #333333;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.modal label input[type='password'] {
    border: none;
    outline: none;
    color: #333333;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.modal label textarea {
    border: none;
    outline: none;
    color: #333333;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.modal-footer {
    text-align: inherit;
    border: none;
}

.modal-btn {
    display: block;
    outline: none;
    background: transparent;
    border: 3px solid #2196F3;
    color: #2196F3;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 20px 0;
    padding: 12px 24px;
    width: 100%;
}

.modal-btn:hover,
.modal-btn:active,
.modal-btn:focus {
    border-color: #2196F3 !important;
    color: #2196F3;
}

.modal-btn-prev,
.modal-btn-next {
    font-size: 13px;
    border: none;
    outline: none;
    float: left;
    width: 50%;
    background: transparent;
    text-decoration: underline;
}