﻿.tooltip { font-size: 14px; text-align: left; }
.tooltipIcon { display: inline-block; width: 17px; height: 17px; vertical-align: middle; background: url(../../images/icons/information-circle.png) right center no-repeat; margin-top: -13px; background-size: 100%; margin-left: 5px; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #ffffff; }
.quote-container .has-error textarea { border-color: #ec403d !important; -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important; }
.quote-container .form-control.error { border-color: #ec403d !important; background: #f7bdbd; -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important; }
.quote-container .has-error .form-control.error { border-color: #ec403d !important; background: #f7bdbd; -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important; }
.quote-container label.error { font-family: "OpenSans-Regular"; font-size: 16px; margin-top: 5px; margin-bottom: 0; display: block; width: 100%; color: #ec403d !important; }
.quote-container .has-error label.radio, .quote-container .has-error label.checkbox { color: #ffffff; }
.quote-container label.error::before { content: "!"; display: inline-block; margin-right: 5px; width: 23px; height: 23px; background: #f7bdbd; color: #ec403d; text-align: center; border-radius: 50%; font-weight: 800; border: 1px solid #a94442; line-height: 22px; }
.quote-container .control-label > label.error { display: inline-block; width: auto; vertical-align: top; margin-top: 0; }
.quote-container .control-label > .fontOrange { margin-right: 5px; }
.fontOrange { color: #fe8e14 !important; }

input[type=checkbox], input[type=radio] { width: 18px; height: 18px; vertical-align: top; margin-top: 3px; }
.input-group { margin-left: 15px; width: auto; }
.input-group textarea { padding-left: 6px; max-width: 100%; width: 100%; border-radius: 3px; outline: none; }

.showDesktop, .showJs, .showMobile, .showEmbed, .showWeb, .showWebFlex { display: none!important; }

.sub-group { display: none; }
.sub-group.showSubGroup { display: -ms-flexbox; display: flex; }

#container-body { margin-top: 80px; margin-bottom: 20px; }
#container-body h1 { margin-bottom: 20px; }

.quote-container { margin-bottom: 100px; font-size: 16px; }
.quote-container .form-groups .form-group { margin-top: 0px; margin-bottom: 0px; }
.quote-container .control-label { padding-bottom: 25px; margin-top: 20px; margin-bottom: 0; font-size: 20px; line-height: 30px; }
.quote-container .hold input[type="text"], .quote-container .hold input[type="email"] { border: solid 1px #323234; font-size: 14px; height: 36px; width: 100%; padding-left: 8px; border-radius: 0; outline: none; }
.quote-container label.radio, .quote-container label.checkbox { margin-bottom: 10px; }
.quote-container .form-group p { font-size:16px; }

.quote-container textarea { padding: 5px 10px; font-size: 16px; width: 100%; height: 140px; border: 1px solid #323234; border-radius: 0px; outline: none; }

.quote-container .input-group-text { padding: 6px 15px; font-size: 16px; color: #323234; text-align: center; background-color: #ffffff; border: 1px solid #323234; border-radius: 0; }
.quote-container .form-control { border-radius: 0; border-color: #323234; color: #323234; font-size: 16px; height: auto; }
.quote-container .orangeBgBtn { height: 40px !important; line-height: 40px !important; transition: ease-in 0.2s all; border: 0; outline: none; }
.quote-container .orangeBgBtn:hover { box-shadow: -4px 4px 0 0 #000000; transform: translate(4px, -4px); }

.quote-container .submit-btn.disabled-btn { opacity: 0.6; cursor: not-allowed; }
.quote-container .submit-btn.disabled-btn:hover { box-shadow: 0 0 0 0 #000000; transform: translate(0, 0); }

textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */ font-size: 14px; color: #999; }

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-size: 14px; color: #999; }

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ font-size: 14px; color: #999; }

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-size: 14px; color: #999; }

textarea::-ms-input-placeholder { /* Microsoft Edge */ font-size: 14px; color: #999; }

body { counter-reset: count; }
.quote-container .common-quote .form-group .counterLabel:before { counter-increment: count;  content: counter(count) ". "; }

.githubLoginBtn { display: block; font-size: 18px; height: 52px; line-height: 48px; width: 100%; text-align: center; background: #fe8e14; color: #FFFFFF !important; border: 3px solid #fe8e14; }
.githubLoginBtn:hover { color: #fe8e14 !important; background: #f2f2f2; transition: all ease-in-out .3s; }
.devideLine { color: #ddd; margin: 10px 0; position: relative; font-size: 16px; line-height: 20px; text-align: center; }
.devideLine::after { content: ""; position: absolute; width: 40%; height: 1px; background: #ddd; right: 0; top: 10px; }
.devideLine::before { content: ""; position: absolute; width: 40%; height: 1px; background: #ddd; left: 0; top: 10px; }

.purchaseMain .emailErrorAlert { display: block; margin: 30px auto 0px; z-index: 99; animation: fadeIn forwards .3s ease-in-out; }
.purchaseMain .emailErrorAlert.off { display: none; animation: fadeOut forwards .3s ease-in-out; }

.quote-container .form-group select { flex: 1 1 auto; outline: none; border: 1px solid black; border-radius: 0; padding: 0 0 0 15px; }

@keyframes fadeIn { 0% { opacity: 0; margin-top: 0; }

    100% { opacity: 1; margin-top: 30px; }
}

@keyframes fadeOut {
    0% { opacity: 1; margin-top: 30px; }

    100% { opacity: 0; margin-top: 0; display: none; }
}

@media (max-width: 1679px) {
    .quote-container .form-group p { font-size: 14px; }
}

@media (max-width: 1199px) { #container-body { margin-top: 80px; margin-bottom: 10px; }
    #container-body h1 { margin-bottom: 15px; }
    .quote-container { margin-bottom: 80px; }
    .quote-container, .quote-container .form-group p, .quote-container .form-control, .quote-container textarea { font-size: 14px }
    .quote-container .control-label { font-size: 18px; line-height: 28px; margin-top: 15px; padding-bottom: 15px; }
    .quote-container label.radio, .quote-container label.checkbox { margin-bottom: 7px; }
    .quote-container .input-group-text { font-size: 14px; padding: 4px 12px; }
}

#msgDialog { display: none; position: fixed; z-index: 1; top: 210px; left: 50%; margin-left: -220px; padding: 35px 55px 35px 45px; width: 440px; height: auto; background: #fff; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 0 0 #eee, 0 0 0 #fff, 0 4px 6px #e8e8e8, 0 0 0 #eee; -webkit-box-shadow: 0 0 0 #eee, 0 0 0 #fff, 0 4px 6px #ddd, 0 0 0 #eee; -moz-box-shadow: 0 0 0 #eee,0 0 0 #fff,0 4px 6px #ddd,0 0 0 #eee; }
#msgDialog a.closeDialog { position: absolute; top: 8px; right: 20px; cursor: pointer; }
#msgDialog .content-lt { float: left; margin-right: 45px; }
#msgDialog .content-rt { float: left; width: 198px; }
#msgDialog p { margin-bottom: 3px; }
#msgDialog p.title { color: #444; font-size: 18px; line-height: 27px; }
#msgDialog input[type=button] { margin-top: 15px; font-size: 16px; padding: 0 30px; width: auto; height: 28px; border-radius: 0; background: #F15A23; color: #fff; outline: none; border: none; }
/*#loadingLogin.loading { position: fixed; }*/


@media (max-width: 767px) {
    .quoteStep2 .quote-container { font-size }
    .TimeLineQuestion .form-group { width: 100% !important; }
    .TimeLineQuestion .form-group:last-child span { width: 170px!important; }
    .TimeLineQuestion .form-group:last-child input { width: calc(100% - 170px)!important; }
    .quote-container label.error { font-size: 14px; }
}


@media (max-width: 375px) {
    .input-group, .input-group .input-group-prepend, .input-group .form-control, input-group .input-group-append { display: block; width: 100%!important; }
    .sub-group.input-group { display: none; }
    .sub-group.input-group.showSubGroup { display: block; }
}




