/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.feedback-user-info{
    padding-bottom: 28px;
}
.feedback-user-info h2{
    margin-bottom: 15px !important;
}
.feedback-user-info label{
    margin-left: 17px !important;
}
.feedback-user-info input{
    margin-top: 10px;
    height: 3rem;
    background: #fff;
    border-radius: 0;
    border: 1px solid #E0E0E0;
    width: 100%;
    padding: 0 17px;
}
.feedback-modal .g-recaptcha{
    width: 100%;
    max-width: 303px;
    position: absolute;
    bottom: 48px;
}

@media only screen and (max-width: 765px) {

    .feedback-modal .g-recaptcha{
        position: relative;
        bottom: auto;
        margin: 25px 0 0 auto;
    }

}

.feedback-review label {
    font-size: 14px;
}

.feedback-review .data-wrapper {
    clear: both;

    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 2px;
    max-height: 300px;
}

.feedback-review .data-wrapper .image-wrapper {
    border: 1px solid #333;
    flex: 1;
    margin-right: 24px;
    overflow: auto;
}

.feedback-review .data-wrapper .text-wrapper {
    flex: 1;
    margin-left: 10px;
    border: 1px solid #333;
    font-size: 16px;
    padding: 14px;
    line-height: 18px;
    overflow: scroll;
    word-break: break-all;
}

.feedback-body {
    min-height: 200px;
    font-size: 1.2rem;
    padding: 38px 48px 32px 32px;
}

.feedback-body label {
    display: block;
    margin: 10px 0;
    overflow: auto;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333 !important;
    font-size: 1.5rem;
    font-family: UniversLTW02-47LightCn, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
}

.feedback-body label.radioLabel {
    cursor: pointer;
    padding-left: 50px;
    background-image: url(../img/Selection_Arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.5rem;
}
.feedback-body a {
    cursor: pointer;
    padding-left: 50px;
    background-image: url(../img/Selection_Arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.5rem;
    display: block;
    margin: 10px 0;
    overflow: auto;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333 !important;
    font-size: 1.5rem;
    font-family: UniversLTW02-47LightCn, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
    text-decoration: none;
}

.feedback-body label input[type='radio'] {
    margin-right: 10px;
    margin-left: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    position: relative;
    background-color: #fff;
    color: #9A9B9B;
    top: 8px;
    height: 32px;
    width: 32px;
    border: 1px solid #9A9B9B;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 16px;
    outline: none;
}

.feedback-body label input[type='radio']:checked::before {
    position: absolute;
    font: 15px/1 'Open Sans', sans-serif;
    left: 3px;
    top: 3px;
    width: 24px;
    height: 24px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    content: ' ';
    font-weight: bold;
    background: #ea6f18;
}

.feedback-body label input[type='radio']:checked {
    color: #ea6f18;
    background-color: #fff;
    border: 1px solid #ea6f18;
}

.feedback-body label input[type='radio']:hover {
    border-color: #ea6f18;;
}

.feedback-body label:hover {
    color: #ea6f18;;
}

.feedback-body .feedback-error {
    color: #b94a48;
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.feedback-body .feedback-error:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}


.feedback-body p a {
    color: #0088cc;
    text-decoration: none;
}

.feedback-body p a:hover {
    color: #005580;
    text-decoration: underline;
}

.feedback-modal h3 {
    font-family: UniversLTW02-47LightCn, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ea6f18;;
    text-rendering: optimizeLegibility;
    font-size: 2.8rem;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #ea6f18;
    margin-bottom: 2rem !important;
    margin-top: 10px !important;
}

.feedback-modal {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11111;
    overflow: visible;
    width: 762px;
    max-width: 100%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    border: 0 !important;
    box-shadow: 0 !important;
    max-height: 100%;
    overflow: auto;
}


.feedback-modal .feedback-close {
    float: right;
    font-size: 36px;
    font-weight: bold;
    color: #ea6f18;
    background: none;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 16px;
}

.feed back-modal .feedback-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}


.feedback-btn {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.feedback-btn.next {
    background: #ea6f18;
    border: none !important;
}

.feedback-btn.next:hover {
    background-color: #be5910 !important;
    border: #be5910 1x solid !important;
}

.feedback-btn.next:disabled {
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    opacity: 1;
}

.feedback-btn.cancel:hover {
    background-color: #646464 !important;
}

.feedback-btn.cancel {
    background: #000 !important;
    opacity: 0.6 !important;
    border: none !important;
}

.feedback-btn.center {
    float: none !important;
    display: none !important;
}

.feedback-btn.next.disabled,
.feedback-btn.next[disabled] {
    background-color: #f4f5f5;
    color: #e0e0e0;
}

.feedback-btn:first-child {
    *margin-left: 0;
}


button.feedback-btn, input[type="submit"].feedback-btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

button.feedback-btn::-moz-focus-inner, input[type="submit"].feedback-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.feedback-btn.large, input[type="submit"].feedback-btn.large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.feedback-btn.small, input[type="submit"].feedback-btn.small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

.feedback-btn .caret {
    margin-top: 7px;
    margin-left: 0;
}

.feedback-btn:hover .caret, .open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.feedback-btn-inverse .caret {
    border-top-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.feedback-btn-small .caret {
    margin-top: 4px;
}

.feedback-bottom-right {
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/feedback_icon.svg);
    background-repeat: no-repeat;
    background-position: center 18px;
    background-size: 30px;
    padding: 30px;
    border-radius: 35px;
    background-color: #ea6f18;
    cursor: pointer;
    border: none;
    box-shadow: none;
    margin-bottom: 70px;
    margin-right: 48px;
}


.feedback-bottom-right:hover {
    background-color: #BE5910;
}

.feedback-bottom-right:focus {
    outline: 0;
}

/*.feedback-header {
    padding: 5px 15px;
}*/

.feedback-header .feedback-close {
    margin-top: 24px;
    margin-right: 24px;
    text-decoration: none;
}

.feedback-body .modal-form {
    margin-bottom: 0;
}

.feedback-body textarea {
    margin-top: 10px;
    font-size: 100%;
    vertical-align: middle;
    overflow: auto;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 130px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.feedback-body textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

}


.feedback-footer {
    padding: 0 48px 48px 32px;
    line-height: 20px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

.feedback-footer:before, .feedback-footer:after {
    display: table;
    content: "";
}

.feedback-footer:after {
    clear: both;
}

.feedback-footer .feedback-btn {
    float: right;
    margin-left: 16px;
    margin-bottom: 0;
    border: 0 !important;
    font-weight: 400 !important;
    padding: 14px 19px;
}

.feedback-footer g-recaptcha{
    position: absolute;
}
.feedback-glass {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.feedback-canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1999;
}


#feedback-blackout-element {
    background: #000;
    opacity: 0.8;
    position: absolute;

}


.feedback-highlight-element, .feedback-highlighted {
    position: absolute;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    z-index: 2000;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    -webkit-box-shadow: 0px 0px 8px 0px #000;
    box-shadow: 0px 0px 8px 0px #000;

}

.feedback-highlight-element {
    pointer-events: none;
}

#feedback-highlight-close {
    background: #ccc;
    border: 1px solid black;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    margin-left: -12px;
    margin-top: -12px;

    z-index: 2001;

    -webkit-border-radius: 10px;
    border-radius: 10px;


    -webkit-box-shadow: 0px 0px 4px 0px #615e5e;
    box-shadow: 0px 0px 4px 0px #615e5e;

    background-color: #c5c5c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#999999));
    background-image: -webkit-linear-gradient(top, #c5c5c5, #999999);
    background-image: -moz-linear-gradient(top, #c5c5c5, #999999);
    background-image: -o-linear-gradient(top, #c5c5c5, #999999);
    background-image: linear-gradient(to bottom, #c5c5c5, #999999);


}

.feedback-blackedout {
    background: #000;
    position: absolute;
    z-index: 2000;
}

#feedback-highlight-container {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2010;
}

/*.feedback-animate-toside {*/

/*    top: 100%;*/
/*    left: 100%;*/
/*    width: 300px;*/
/*    margin-left: -320px;*/
/*    margin-top: -200px;*/

/*}*/

.feedback-animate-review {
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;

    top: 50%;
    left: 50%;
    width: 600px;

    margin-left: -300px;
    margin-top: -200px;
}

.feedback-canvas-complete {

    -webkit-filter: blur(5px);
}

.feedback-body canvas {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #636363;
    -webkit-box-shadow: 0px 0px 12px 0px #615e5e;
    box-shadow: 0px 0px 12px 0px #615e5e;
    position: absolute;
}

.feedback-browser {
    margin-left: 330px;
}


.feedback-loader {
    text-align: center;
}

.feedback-loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background: black;
    border-radius: 50px;
    -webkit-animation: feedback-loader 0.9s infinite alternate;
    -moz-animation: feedback-loader 0.9s infinite alternate;
}

.feedback-loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.feedback-loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

@-webkit-keyframes feedback-loader {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.9;
        -webkit-transform: translateY(0);
    }
    100% {
        width: 24px;
        height: 24px;
        opacity: 0.1;
        -webkit-transform: translateY(-21px);
    }
}

@-moz-keyframes feedback-loader {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.9;
        -moz-transform: translateY(0);
    }
    100% {
        width: 24px;
        height: 24px;
        opacity: 0.1;
        -moz-transform: translateY(-21px);
    }
}

.feedback-close {
    font-size: 52px !important;
    margin-right: 2px;
}

.feedback-close:hover {
    color: #be5910;

}

.feedback-modal textarea {
    background: #fff;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    padding: 14px;
}

.feedback-modal textarea:focus {
    border: 1px solid #9A9B9B;
}


@media only screen and (max-width: 767px) {

    .feedback-modal {
        width: calc(100% - 30px);
    }

    .feedback-modal h3 {
        font-size: 2.2rem;
        margin-top: 0 !important;
        margin-bottom: 2.2rem !important;
    }



    .feedback-body label.radioLabel {
        cursor: pointer;
        padding-left: 48px;
    }



    .feedback-close {
        font-size: 52px !important;
        margin-right: 9px;
    }




    .feedback-review .data-wrapper {
        flex-direction: column-reverse;
    }

    .feedback-review .data-wrapper .image-wrapper {
        margin-right: 0;
        max-height: 400px;
        overflow: scroll;
    }

    .feedback-review .data-wrapper .text-wrapper {
        margin-top: 28px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 479px) {
    .feedback-modal {
        width: calc(100% - 8px);
    }

    .feedback-modal h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 1.2rem !important;
    }

    .feedback-body label, .feedback-body label.radioLabel, .feedback-body a {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
    }

    .feedback-modal textarea {
        margin: 23px 0 10px 0;
    }

    .feedback-body {
        min-height: 200px;
        padding: 32px 32px;
    }

    .feedback-footer {
        padding: 0 16px 16px 30px !important;
        margin-top: 0;
    }

    .feedback-btn.next {
        margin-right: 17px;
    }

    .feedback-review .data-wrapper .image-wrapper {
        max-height: 200px;
        margin-top: 33px;
    }

    .feedback-header .feedback-close {
        margin-top: 16px;
        margin-right: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .feedback-footer .feedback-btn {
        margin-left: 16px !important;
        padding: 14px !important;
    }
}

@media only screen and (min-width: 766px)  and (max-width: 1024px) {
    .feedback-bottom-right {
        margin-bottom: 70px;
        margin-right: 15px;
        top: 14px !important;
    }
}


@media only screen and (max-width: 1199px) {
    .feedback-bottom-right {
        margin-bottom: 24px;
        margin-right: 15px;
        top: 14px;
        width: 32px;
        height: 32px;
        background-size: 28px;
        z-index: 1030;
        border-radius: 30px;
        padding: 25px;
        background-position: center 14px;
        position: absolute;
    }
}

@media only screen and (max-width: 765px) {
    .feedback-bottom-right {
        margin-bottom: 24px;
        margin-right: 15px;
        top: 7px;
        width: 24px;
        height: 24px;
        background-size: 20px;
        z-index: 1030;
        border-radius: 100%;
        padding: 20px;
        background-position: center 12px;
        position: fixed !important;
    }
}




.feedback-thank-you h3{
    margin: 0 auto !important;
    font-family: UniversLTW02-47LightCn,"Arial Narrow",Arial,"Helvetica Condensed",Helvetica,sans-serif;
    line-height: 54px;
}
.feedback-thank-you label{
    color:#9A9B9B !important;
    font-family: UniversLTW02-47LightCn,"Arial Narrow",Arial,"Helvetica Condensed",Helvetica,sans-serif;
    font-size: 29px;
    line-height: 35px;
    margin-top: 19px;
}


.feedback-thank-you-footer{
    display: none !important;
}


@media only screen and (max-width: 765px) {
    .feedback-footer{
        position: relative;
    }

}


.feedback-loader-round{
    background-image: url(../img/loader-1.gif);
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.ie .feedback-review .image-wrapper{
    display:none;
}

.ie .feedback-review .data-wrapper .text-wrapper{
    min-height: 200px;
    margin-left: 0;
}

.inputFeedback{
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 200px;
    padding: 20px 0;
    cursor: pointer;
}

.attachment{
    background-image: url(../img/paperclip.svg);
    height: 24px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
    margin-bottom: 21px;
    margin-top: 30px;
    padding-left: 38px;
    border: none;
    cursor: pointer;
    float: left;
    width: 50%;
    font-family: "Helvetica Neue";

}
.attachment p{
    font-size: 1rem;
    margin-left: 37px;
    padding-bottom: 12px;
}

.explanation{
    color: #9A9B9B;
    font-family: "Helvetica Neue";
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1rem;
    clear: both;
}
.explanation p{
    margin-bottom: 0;
}
#selected {
    text-transform: uppercase;
    color: #9A9B9B;
    padding: 0 5px;
    border-color: transparent;
    font-size: 0.8em;
    float: left;
    font-family: "Helvetica Neue";
    width: 50%;
    overflow: hidden;
    margin-bottom: 21px;
    margin-top: 30px;
}

[value=getFile] {
    background: teal;
    cursor: pointer;
    color: white;
    padding: 0 5px;
    font-family: "Helvetica Neue";
    border: 0;
}
[value=getFile]:hover {
    background: #0aa;
}
