#feedback {
    position: fixed;
    right: 0;
    bottom: 30px;
    height: 480px;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 1001
}

#feedback-form {
    float: left;
    width: 330px;
    height: 100%;
    z-index: 1000;
    background-clip: 'padding-box';
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    margin-right: 15px;
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 80px;
    height: 112px;
    margin-top: 390px;
    padding-top: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

#feedback-form textarea { resize: none; }

.icon-chat{
    position: relative;
    background: url(../../images/icon-chat.png) no-repeat center center #5d9732;
    width: 65px;
    height: 65px;
    border-radius: 50px;
}

#frame-chat{
    width: 100%;
    height: 100%;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default {
    border-color: #ddd;
}

#feedback .cerrar{
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 118px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    border-radius: 3px;
    padding: 2px;
    font-size: 11px;
    line-height: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}