﻿.form-send-feedback .form-group.fg-left i {
    top: calc(50% - 14px);
    color: #EFB338
}
.form-send-feedback .form-group i {
    top: calc(43%);
    color: #EFB338
}

.form-send-feedback .form-group i.fa-align-left {
    top: 39px;
    color: #EFB338
}

input[type=file] {
    padding: 14px 10px 10px 10px;
    border: 1px solid #ccc;
    width: 100%;
}
#contactForm {
    display: inline-block;
}
.recaptcha-error-message, #contactForm label.error {
    color: #C60000;
    display:block
}
#contactForm .form-group.height-1 {
    height: 90px;
}

#contactForm div.field .select2-selection.select2-selection--multiple {
    border: 1px solid #ccc;
    outline: none;
    color: #4a4242;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 0;
    margin-bottom: 15px;
}
.popover-content ul {
    margin: 0;
    padding: 0;
}

#contactForm .btn-direct {
    width: initial;float: right;
}

#messagealert {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #tip_c {
        text-align: left;
        padding-bottom: 15px;
    }
    #file {
        height: 52px;
    }

    #contactForm .btn-direct {
        width: 100%;
    }

    #contactForm .btn-direct button {
        width: 156px;
    }

    #contactForm .form-group.height-1 {
        height: 73px;
    }

    .form-send-contact .form-group i {
        top: calc(50%)!important;
    }
    
}