/*feedback*/
#feedbackout {
    position: fixed;
    top: 20%;
    width: 70px;
    right: -40px;
    padding: 12px 0;
    text-align: center;
    background: #17ad92;
    border-radius: 5px 0 0 5px;
    z-index: 980;
    box-shadow: 0 8px 10px -1px #888888;
}
#feedbackout .feedback-title {
    margin-right: 32px;
}
#feedback_inner {
    position: fixed;
    top: 20%;
    right: -280px;
    background: #FFF;
    width: 280px;
    padding: 0;
    border: 5px solid #17ad92;
    border-radius: 0 0 0 10px;
    box-shadow: 0 5px 10px 1px #888888;
}

#feedback_inner textarea {
    width: 250px;
    height: 150px;
    border-left: solid 0px; 
    resize: none;
    font-size: 13px;
}

#feedback_inner p {
    font-size: 12px;
    text-align: left;
    color: #17ad92;
    padding-left: 12px;
}

#feedbackout.feedbackopen {
    right: 242px;
}

#feedbackout.feedbackopen #feedback_inner {
    right: -4px;
}

#feedbackout.feedbackopen #feedback-hide {
    right: 275px;
}

#btn-feedback {
    color: #1976d2 !important;
    font-weight: bold;
}
#feedback-hide {
    position: fixed;
    top: 20%;
    right: -6px;
    background: #17ad92;
    height: 128px;
    width: 10px;
    z-index: 1;
}

#feedback-div {
    height: 150px;
    padding-top: 40px;
}

.requiredField {
    color: #f44336;
    padding-left: 10px;
    font-size: 0.8rem;
}

.fonte-preta {
    color: rgba(0, 0, 0, 0.87) !important;
}

.capturar-tela-icon {
    vertical-align: bottom;
    color: #1976d2;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.padding-fields {
    padding: 0 15px 0 25px !important;
}

.btn-cancel {
    background-color: #ffffff;
}

.btn-cancel:hover {
    background-color: #b22d00;
}

.btn-success {
    background-color: #2db200;
}

.btn-success:hover {
    background-color: #248802;
}

.remover-tela-icon {
    vertical-align: bottom;
    color: #ffffff;
    background-color: #b22d00;
    border-radius: 14px;
}

.feedback-vertical-align {
    height: 35px;
}

.feedback-thumbnail {
    max-width: 250px;
    max-height: 100px;
    border: 1px solid #17ad92;
    padding: 10px;
    margin-left: -15px;
    cursor: pointer;
}