@media only screen and (max-width: 769px) {
    #feedback {
        display: none;
    }
}

#feedback {
    position: fixed;
    left: 0;
    top: 200px;
    /*height: 620px;*/
    height: 0%;
    margin-left: -0px;
    margin-bottom: -3px;
    z-index: 1500;
}

#feedbackThankYou {
    display: none;
}

.card {
    margin-bottom: 20px;
    background-color: #fff;
}

.card-body {
    padding: 15px;
}

.form-control {
    margin-bottom: 15px;
}

textarea.form-control {
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.order-last {
    float: right !important;
}

#feedback-form {
    float: left;
    width: 400px;
    /*height: 100%;*/
    /*height: 65%;*/
    z-index: 1500;
    padding-left: 5px;
    padding-right: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    background-clip: 'padding-box';
    border: 1px solid rgba(0, 0, 0, .2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -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);
    -ms-overflow-style: none;
}


#feedback-form::-webkit-scrollbar {
    width: 0;
    display: none;
}

#feedback-tab {
    box-shadow: -3px 3px 1px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0);
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    float: right;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 103px;
    height: 16px;
    background-color: #003767;
    margin-top: 60px;
    margin-left: -42px;
    padding-bottom: 22px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    vertical-align: middle;
    line-height: 21.5px;
}

#feedbackSend {
    background: none;
    border: 2px solid #05d6ee;
    color: #05d6ee;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
}

#feedback-form textarea {
    resize: none;
}

#feedbackMessage {
    font-weight: normal;
}

span, span:hover, span:visited, span:active, span:link {
    text-decoration: none !important;
}
