form[data-wffm] fieldset,
.form-group {
    clear: both;
}

form[data-wffm] .halfAvailableWidth,
form[data-wffm] .thirdAvailableWidth {
    clear: none;
}

.halfAvailableWidth {
    float: left;
    text-align: left;
    display: inline;
    margin: 5px 0;
    width: 50%;
    vertical-align: top;
}

.thirdAvailableWidth {
    float: left;
    text-align: left;
    display: inline;
    margin: 5px 0;
    width: 33%;
    vertical-align: top;
}

.halfLeft {
    width: 50%;
}

.halfRight {
    width: 50%;
    float: right;
}

    .halfLeft .scfSectionBorderAsFieldSet,
    .halfRight .scfSectionBorderAsFieldSet {
        margin: 0;
        padding: 0;
        border-width: 0;
    }

    .halfLeft .scfEmailGeneralPanel,
    .halfLeft .scfMultipleLineGeneralPanel,
    .halfLeft .scfSingleLineGeneralPanel,
    .halfLeft .scfPasswordGeneralPanel,
    .halfLeft .scfNumberGeneralPanel,
    .halfLeft .scfDatePickerGeneralPanel,
    .halfLeft .scfDateGeneralPanel,
    .halfLeft .scfRadioButtonListGeneralPanel,
    .halfLeft .scfCheckBoxListGeneralPanel,
    .halfLeft .scfFileUploadGeneralPanel,
    .halfLeft .scfDateSelectorGeneralPanel,
    .halfRight .scfEmailGeneralPanel,
    .halfRight .scfMultipleLineGeneralPanel,
    .halfRight .scfSingleLineGeneralPanel,
    .halfRight .scfPasswordGeneralPanel,
    .halfRight .scfNumberGeneralPanel,
    .halfRight .scfDatePickerGeneralPanel,
    .halfRight .scfDateGeneralPanel,
    .halfRight .scfRadioButtonListGeneralPanel,
    .halfRight .scfCheckBoxListGeneralPanel,
    .halfRight .scfFileUploadGeneralPanel,
    .halfRight .scfDateSelectorGeneralPanel {
        margin: 0;
        width: 80%;
        display: block;
        float: left;
        margin-bottom: 10px;
    }


    .halfLeft .scfDropListBorder,
    .halfLeft .scfEmailBorder,
    .halfLeft .scfMultipleLineTextBorder,
    .halfLeft .scfSingleLineTextBorder,
    .halfLeft .scfPasswordBorder,
    .halfLeft .scfNumberBorder,
    .halfLeft .scfDatePickerBorder,
    .halfLeft .scfDateBorder,
    .halfLeft .scfRadioButtonListBorder,
    .halfLeft .scfListBoxBorder,
    .halfLeft .scfCheckBoxListBorder,
    .halfLeft .scfFileUploadBorder,
    .halfRight .scfDropListBorder,
    .halfRight .scfEmailBorder,
    .halfRight .scfMultipleLineTextBorder,
    .halfRight .scfSingleLineTextBorder,
    .halfRight .scfPasswordBorder,
    .halfRight .scfNumberBorder,
    .halfRight .scfDatePickerBorder,
    .halfRight .scfDateBorder,
    .halfRight .scfRadioButtonListBorder,
    .halfRight .scfListBoxBorder,
    .halfRight .scfCheckBoxListBorder,
    .halfRight .scfFileUploadBorder {
        text-align: left;
        display: block;
        margin: 0;
        width: 100%;
        vertical-align: top;
    }

    .halfLeft .scfDropListLabel,
    .halfLeft .scfEmailLabel,
    .halfLeft .scfMultipleLineTextLabel,
    .halfLeft .scfSingleLineTextLabel,
    .halfLeft .scfPasswordLabel,
    .halfLeft .scfNumberLabel,
    .halfLeft .scfDatePickerLabel,
    .halfLeft .scfDateLabel,
    .halfLeft .scfRadioButtonListLabel,
    .halfLeft .scfCheckBoxListLabel,
    .halfLeft .scfListBoxLabel,
    .halfLeft .scfFileUploadLabel,
    .halfLeft .scfDateSelectorLabel,
    .halfRight .scfDropListLabel,
    .halfRight .scfEmailLabel,
    .halfRight .scfMultipleLineTextLabel,
    .halfRight .scfSingleLineTextLabel,
    .halfRight .scfPasswordLabel,
    .halfRight .scfNumberLabel,
    .halfRight .scfDatePickerLabel,
    .halfRight .scfDateLabel,
    .halfRight .scfRadioButtonListLabel,
    .halfRight .scfCheckBoxListLabel,
    .halfRight .scfListBoxLabel,
    .halfRight .scfFileUploadLabel,
    .halfRight .scfDateSelectorLabel {
        padding-bottom: 0;
    }



    .halfLeft .scfValidator,
    .halfRight .scfValidator {
        margin: 0;
        display: block;
        font-size: 0.8em;
        position: absolute;
    }

    .halfLeft .scfValidatorRequired,
    .halfLeft .scfRequired,
    .halfRight .scfValidatorRequired,
    .halfRight .scfRequired {
        float: left;
    }

.form-group {
    padding-right: 15px;
    padding-left: 15px;
}

.form-group-login {   
padding-right: 0px!important;
    padding-left: 0px!important;
}

.wffmResponsiveInput {
    position: relative;
    min-height: 1px;
    float: left;
    clear: none;
}

.contact-us .contact-us-container .addMore {
    display: none;
}

.contact-us .register-btn .addMore {
    display: block;
    margin: 6px 0 !important;
}

@media screen and (min-width: 768px) {
    .wffmResponsiveInput {
        width: 50%;
    }
}

	

@media screen and (min-width: 576px) and (max-device-width: 767px) {
    .wffmResponsiveInput {
        width: 100%;
    }

}

.OptInCheckboxText fieldset .scfSectionLegend{
border-bottom:0px;
}.form-inline.form-control {
  margin: 3px;
}

.required-field .control-label:before,
.required-field .checkbox:after {
  color: #d00;
  content: "*";
  font-weight: bolder;
}

.form-inline.form-control {
  margin: 3px;
}

.required-field .control-label:before,
.required-field .checkbox:after {
  color: #d00;
  content: "*";
  font-weight: bolder;
}


span.field-validation-valid {
    color: red;
    display: inline-block;
    line-height: 1;
}

.validation-summary-errors ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.validation-summary-errors ul li {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #7c0214;
    background-color: #fab9c3;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    border: 1px solid rgba(0,0,0,0.125);
}
#frame_rate_exposer_form .form-group {	
padding: 0px;
}
#calculate_lens .form-group {padding: 0px;}
#frame_record_time_form .form-group{padding:0px;}


.wffmResponsiveInput .wffmResponsiveInput{width:100%}

.contct-us-row .form-group {
    padding-left: 0;
    padding-right: 0;
}

.vr-country .vr-country {
    width: 100%;
}

.select-region{

padding: 0!important;

}

@media screen and (max-width: 767px) {
		.year-header{
display: contents;
}

.year-header .year{
margin: 8px!important;
}
}

#pdp-tabs .nav-tabs .nav-item a {
    padding: 20px 40px !important;
}

.form-control:disabled:not(#ApplicationMode) {
    background-color: #e9ecef !important;
    opacity: 1 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

/* Calculate CTA styling */
.row.calculate-cta {
    justify-content: center;
    align-items: center;
}

.row.calculate-cta .loadersmall {
    margin-top: 0px!important;
}

.row.calculate-cta input {
    margin: 20px 0;   
}

.btn-custom {
    border-radius: 5px!important;
}

.btn-custom[disabled] {
    cursor: not-allowed!important;
    background-color: grey;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.55;
}

.no-bold {
    font-weight: normal!important;
}

/* Optional fields styling */
#resolutionPriorityResult .optional-fields .manual-frame-rate {
    margin-bottom: 1rem;
    align-items: center;
}

#resolutionPriorityResult .optional-fields .col-sm-5 {
    padding-right: 0px;
}

#resolutionPriorityResult .optional-fields .col-sm-5 .form-group {
    margin: auto;
    text-align: left;
}

#resolutionPriorityResult .optional-fields .col-sm-5 .form-group label {
    margin: auto;
}

#resolutionPriorityResult .optional-fields .col-sm-4 {
    padding-left: 30px;
}

#resolutionPriorityResult .optional-fields .col-sm-4 .form-group {
    margin: auto;
}

/* Example resolutions styling */
#frameRatePriorityResult .scheduler_border .row {
    text-align: center;
}

#frameRatePriorityResult .col-4.middle {
    text-align: right;
    transform: translateX(-49px);
}

#frameRatePriorityResult label {
    padding-left: 20px;
    padding-bottom: 20px;
}

/* Dropdown box styling */
.frame-calculator select {
    border-radius: 5px!important;
}

/* Rectangular box styling */
.frame-calculator fieldset.scheduler_border {
    border-radius: 5px!important;
    padding: 1.4em!important;
}

.frame-calculator fieldset.scheduler_border_lens {
    border-radius: 0!important;
}

.frame-calculator legend.scheduler_border {
    font-size: 1.5em!important;
}

/* Text-box input styling */
.frame-calculator input[type=text] {
    border-radius: 5px!important;
}

/* Field caption styling */
#frame_record_time_form .form-group {
    text-align: right;
}

/* FPS Unit styling */
.showFramerate .form-group {
    display: inline-block;
    width: 85%;
}

.showFramerate .fps-unit {
    display: inline-block;
    padding-left: 22px;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
}

/* Error message */
.has-error .form-control {
    border: 3px solid red!important;
}

.help-block {
    text-align: left;
    white-space: normal;
    padding-top: 10px;
    font-size: 16px;
}

.has-error + .fps-unit {
    position: relative;
    top: -48px;
}

/* Lens calculator styling */
input[type=text].form-control.lens-form {
    border-radius: 0!important;
}

.form-control.lens-form {
    border-radius: 0!important;
}

#lc_calculate {
    border-radius: 20px!important;
}

#hresolution_lc-error,
#vresolution_lc-error {
    white-space: break-spaces;
}

/* CTA alignment for lens */
.calculate-cta-lens {
    padding-left: 30px;
}

/* Mobile view */
@media (max-width: 425px) {

    #frameRatePriorityResult .col-sm-12, #frameRatePriorityResult .col-4 {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
    }

    #frame_record_time_form .form-group {
        text-align: left;
    }

    .calculator-form-row {
        margin-bottom: 15px!important;
    }

    .mobile-expand {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact-us-container {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    #resolutionPriorityResult .results .col-4 {
        padding-left: 0px;
    }
    
    #resolutionPriorityResult .optional-fields .manual-frame-rate .col-sm-5 {
        padding-bottom: 15px!important;
    }
    
    #resolutionPriorityResult .optional-fields .col-sm-4 {
        padding-left: 15px !important;
        padding-bottom: 20px;
    }

    #resolutionPriorityResult .results .col-8 label{
        color: #9A4E9E;
    }

    #resolutionPriorityResult .results .scheduler_border .row {
        border-bottom: 2px solid black;
        padding-top: 10px;
    }

    #resolutionPriorityResult .results .scheduler_border .row:last-child {
        border-bottom: 0;
    }

    #resolutionPriorityResult .results .scheduler_border .row:first-child {
        padding-top: 0;
    }

    .showFramerate .fps-unit {
        padding-left: 8px;
    }

    .has-error + .fps-unit {
        position: relative;
        top: -48px;
    }

    .help-block {
        white-space: break-spaces;
    }

    /* Error alignment for manual frame-rate field */
    .manual-frame-rate .form-group.has-error {
        position: relative !important;
    }
    
    /* .error-fieldset {
        height: auto !important;
    } */

    #enter_manual_fr {
        width: 100%;
    }

    #frameRatePriorityResult .col-4.middle {
        text-align: center;
        transform: translateX(0);
    }

    .record-time {
        padding-top: 1rem;
    }

    .record-time .col-7 label{
        color: #9A4E9E;
    }

    .record-time .col-5 {
        padding-right: 0;
    }

    .results .col-8 {
        padding-left: 0px;
    }

    .results label {
        font-size: 1.4em!important;
    }

    .optional-fields label {
        font-size: 1.4em!important;
    }
}

/* Hover message styling - Lens Calculator */
[data-tip] {
    position: relative;

}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: auto;
    line-height: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: normal;
    word-wrap: normal;
}

[data-tip]:hover .tooltip-alertMsg {
    display: flex;
}

.tooltip-alertMsg:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: -5px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.tooltip-alertMsg {
    margin-top: 5px;
    display: none;
    align-items: top;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 1em;
    position: absolute;
    z-index: 9;
    width: 100%;

}

.tooltip-alertMsg label {
    display: block;
    color: #fff!important;
    font-size: 1em;
    font-weight: normal;
    padding: 5px 8px;
    font-size: 1em!important;
}

.alert-icon {
    padding: 6px 8px 15px 0px;
}

.alert-icon svg {
    width: 20px;
    height: 20px;
}

/* Custom styling for select2 field */
.select2-search.select2-search--dropdown {
    display: none;
}

.select2-results__option:empty {
    display: none;
}

/* Adding error border for select2 field */
.has-error .select2-selection.select2-selection--single {
    border: 3px solid red !important;
}

/* iPad Pro Media Query */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #frameExposerResult .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .error-fieldset {
        height: 150px!important;
    } */

    #enter_manual_fr {
        width: 100%;
    }
    
    #frameRatePriorityResult .col-4.middle {
        text-align: center;
        transform: translateX(0px);
    }

    .showFramerate .fps-unit {
        padding-left: 8px;
    }

    [data-tip]:hover .tooltip-alertMsg {
        display: none;
    }
}

/* To remove hover message in mobile */
@media (max-width: 425px) {
    [data-tip]:hover .tooltip-alertMsg {
        display: none;
    }
}

.manual-frame-rate .form-group.has-error {
    padding-top: 4px!important;
}

/* .error-fieldset {
    height: 128px;
} */

#enter_manual_fr {
    min-width: auto;
}

.manual-frame-rate label {
    text-align: left;
}

.error-empty {
    color: red;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.record-time .col-7 {
    max-width: fit-content;
}

.result-value-lens {
    transform: translateX(calc(100% - 51px - 1.4em - 15px));
}

.video-bg-txt h1:not(.head-txt) {
    background-color: rgba(0, 0, 0, .5);
    display: table;
    padding: 1rem;
    line-height: 1.2;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 5px;
    font-family: 'LatoWebLight';
    font-size: 3.4em;
    font-weight: 300;
    margin: 77px 0 0 0;
    color: #fff;
}

@-moz-document url-prefix() {
    .manual-frame-rate label, .record-time label {
        font-size: 17px !important;
    }
}

.output-container {
	color: #9a4e9e;
    font-size: 30px;
}

.frame-calculator input[type=number] {
    border: 1px solid #171717;
    background-color: #fff;
    border-radius: 0;
    color: #171717;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
	border-radius: 5px !important;
	height: 30px;
}