﻿.isubform {
    z-index: 999999;
}

.input-group-append .btn, .input-group-prepend .btn {
     z-index: unset; 
}
.optgroup-warning {
    color: red;
}
    .option-warning, .group-warning {
    font-size: 70%;
    color: red;
    font-style: italic;
}

html:not(.fluid-admin) #navbar-main .container {
    display: none;
}

.fluid-admin .admin
.ui-datepicker {
    opacity: .999999999 !important;
}

.datepicker {
    max-width: 140px;
    float: left;
}
#modalPassword .alert, #modalLogin .alert {
    display: none;
}
.loading-body {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #ff0000;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px;    
}

[summarytotal] {
    background: none !important;
}
[summarytotal] td {
    border: none !important;
}
.fixed-top.message-timer {
    z-index: 1050;
}
.alert-fade-out {
    width: 100%;
}
/*
INDENT OPTIONS FOR SMALL SCREENS 
[sectiontype=radiobuttonlist] [fieldid],
[sectiontype=checkboxlist] [fieldid],
.selectedoptions {
    margin-left: 30px;
    margin-right: 30px;
}
*/
.language-toggle {
    float: right;
}

.selectedoptions {
    height: auto;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 3px 5px 4px 10px;
    margin-top: 10px;
}

[maxselectedoptions] {
    height: 200px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 3px 5px 4px 10px;
}

[Xmaxselectedoptions] label {
    width: 100%;
}

#log {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 170px;
    background-color: rgba(100,100,100, .7);
    color: white;
    overflow-y: scroll;
    display: none;
}

/*
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #85047ef0;
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #85047ef0;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #85047ef0;
}
*/
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: rgba(0,0,0,.15);
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #292b2c;
    ;
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #ddd;
    }

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
        background-color: #0275d8;
    }

.language-picker::after {
    display: none;
}

.scale-up {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-transform-origin: right 0px;
    -ms-transform-origin: right 0px;
    transform-origin: right 0px;
}

.scale-up-left {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    transform-origin: left 0px;
}

.show > .scale-up {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right 0px;
    -ms-transform-origin: right 0px;
    transform-origin: right 0px;
}

.show > .scale-up-left {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    transform-origin: left 0px;
}


.curtain {
    position: fixed;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    xbackground-color: rgba(128, 128, 128, 1);
    xbackground-color: red;
    top: 0;
    left: 0;
}

.hide-scroll {
    overflow: hidden;
}

/*
@media (min-width: 768px) {
    :not([pagetype=confirm])[row-required] .caption::after {
        color: blue;
        content: "*";
        font-size: 160%;
        position: absolute;
        top: 0px;
        right: -5px;
    }
}
:not([pagetype=confirm])[row-required] .caption::before {
    color: red;
    content: "*";
    font-size: 160%;
    float: left;
    margin-top: -1%;
    padding-right: 5px;
}
*/


@media (min-width: 768px) {
    :not([pagetype=confirm])[row-required] .caption::before {
        color: red;
        content: "*";
        font-size: 160%;
        position: absolute;
        top: 0px;
        right: -12px;
    }
}

:not([pagetype=confirm])[row-required] .caption::before {
    color: red;
    content: "*";
    font-size: 160%;
    float: left;
    margin-top: -1%;
    padding-right: 5px;
	height: 10px;
}



:not([pagetype=confirm])[row-required] .caption {
    Xcolor: red;
}
:not([pagetype=confirm])[sectiontype].invalid input,
:not([pagetype=confirm])[sectiontype].invalid select,
:not([pagetype=confirm])[sectiontype].invalid textarea {
    border: 1px solid rgba(255, 0, 0, 0.4)
}
:not([pagetype=confirm])[sectiontype].invalid .invalid-caption {
    color: red;
    /*width: 200px;*/
}
:not([pagetype=confirm])[sectiontype].invalid .invalid-caption:before {
    color: red;
    content: '*';
}

[fieldidX] {
    margin-bottom: 10px;
}
[fieldid=paymentmethod] {
    padding-bottom: 20px;
}

[fieldid=paymentmethod] .invalid-caption {
    text-align: center;
    margin: 0 auto;
}

[sectiontype=radiobuttonlist] select,
[sectiontype=checkboxlist] select,
[rowsectid] input[type=radio],
[rowsectid] input[type=checkbox] {
    max-width: 65px;
    margin-right: 5px;
}

/*
[sectiontype=radiobuttonlist] label,
[sectiontype=checkboxlist] label {
  padding-top: 5px;
}
*/
option[disabled] {
    color: red;
}

[required=required] {
    outline-style: none;
}

.payment-methods img {
    max-height: 40px;
    margin-left: 10px;
}

[fieldid=cvv] {
    max-width: 100px;
}

[fieldid=expirymonth], [fieldid=expiryyear] {
    float: left;
    margin-right: 10px;
}

[fieldid=expirymonth] {
    max-width: 70px;
}

[fieldid=expiryyear] {
    max-width: 90px;
}

.input-group-append:not(.d-picker) .btn {
    min-width: 100px;
}

.promocode-alert {
    text-align: right;
}
/*------------------ SUBFORM DEFAULT CSS ---------------------------*/
h2 {
    margin-left: 50px;
    font-size: 150%;
}

.btn-dark {
    float: left !important;
    margin-top: -5px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    /*-------------- mobile view -------------------*/
    [sectiontype=subform] table tbody tr td:nth-child(3),
    [sectiontype=subform] table thead tr th:nth-child(3),
    [sectiontype=subform] table tbody tr td:nth-child(4),
    [sectiontype=subform] table thead tr th:nth-child(4) {
        display: none;
    }

    X.mt-md-0 {
        position: absolute;
        z-index: 9999999999;
    }

    .row * {
        word-wrap: break-word;
    }
}

.row[sectiontype=subform] {
    padding-top: 20px;
}

    .row[sectiontype=subform] table tr td:nth-last-child(1),
    .row[sectiontype=subform] table tr td:nth-last-child(2) {
        width: 10px;
    }

.isubform {
    /*DO NOT USE POSITION FIXED*/
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    /*overflow:auto;-webkit-overflow-scrolling:touch;width: 100%; height: 100%; top: 0; left:0; border: none;*/
}
/*------------------ END OF SUBFORM DEFAULT CSS ---------------------------*/
.applied-promocode {
    max-width: 350px;
    margin: 0px 0px 0px auto;
}

.apply-promocode {
    max-width: 350px;
    margin: 0px 0px 0px auto;
}

.css-money::before {
    content: "$";
}

.payment-summary tr td:nth-child(2),
.payment-summary tr th:nth-child(2),
.payment-summary tr td:nth-child(3),
.payment-summary tr th:nth-child(3) {
    min-width: 100px;
    width: 1%;
    text-align: right;
}

.img-wrap * {
    /*width: fit-content;*/
    float: left;
}

    .img-wrap img.dotted-borders {
        border: dotted silver 2px;
        Xpadding: 0px 3px 3px 9px;
    }

.row {
    padding-bottom: 10px;
}


.fixed-top.message {
    padding: 10px 10px 0px 10px;
    background-color: rgba(255, 242, 206, .3);
}

.btnfile input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.participant-title {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

.closeX {
    position: absolute;
    top: 42px;
    margin-left: -20px;

}
.img-preview, .summary_sub img {
   max-width: 100%;
	max-height: 50vh;
}


@media (min-width: 768px) {
    .caption {
        text-align: right;
    }
}

.caption {
    font-weight: 600;
}

.caption, .custom-control-label {
    xfilter: blur(5px);
}

label {
    word-wrap: break-word;
}

.radio, .checkbox {
    margin-top: 5px;
}

#signature-pad {
    display: none;
}

.nav-row .btn {
    /*margin: 50px 10px 100px 10px;*/
	margin: 20px 10px 20px 10px;
    /*border: .4px white solid !important;*/
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #313131;
}

.nav-row div {
    text-align: center;
}

.processing {
    z-index: 2147483647;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(190, 190, 190, .2);
    /*background-image: url(../images/ajax-loader.gif) !important;*/
    background-repeat: no-repeat;
    background-position: calc(50% - 32px) 300px;
    display: none;
}

.processing-spinnerX {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    margin: auto;
    background-image: url(../images/site-spinner.png);
    background-repeat: no-repeat;
    width: 10vh;
    height: 10vh;
    -moz-background-size: 100%;
    background-size: 100%;
}


.processing-spinnerX {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: .9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: .9s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

.fluid-footer {
    margin-bottom: 50px;
    font-size: 80%;
    font-style: italic;
}




@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.processing-spinner {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #ff0000;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px;
}

@media (min-width: 768px) {
    [sectiontype=text] input,
    [sectiontype=encrypted] input,
    [sectiontype=keycode] input,
    [sectiontype=email] input,
    [sectiontype=province] select,
	[sectiontype=country] select,
    [sectiontype=select] select,
    [sectiontype=memo] textarea {
        max-width: 250px;
    }
}
[fluid-body] [optiongroupid]:not(:first-child) {
    margin-top: 20px;
}
[sectiontype=memo] textarea {
    resize: none;
}

.blurx {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: url(#blur);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-transition: 500ms -webkit-filter linear;
    -moz-transition: 500ms -moz-filter linear;
    -o-transition: 500ms -o-filter linear;
    transition: 500ms filter linear;
}

.unblur {
    opacity: 1;
    /*
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');

    -webkit-transition: 500ms -webkit-filter linear;
    -moz-transition: 500ms -moz-filter linear;
    -o-transition: 500ms -o-filter linear;
    transition: 500ms filter linear;
        */
}

.blurred {
    opacity: .05;
    /*
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    */
}

.blurx {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: url(#blur);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear;
}

.fluid-admin #navbar-main.clearbg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;	

}
.fluid-admin #navbar-main:not(.clearbg) {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(100,100,100,.5);
    xbackground: -webkit-linear-gradient(#ababab, #333);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a5a5a5+1,919191+34,595959+66,595959+99 */
    background: #a5a5a5; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5a5a5 1%, #919191 34%, #595959 66%, #595959 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a5a5a5 1%,#919191 34%,#595959 66%,#595959 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a5a5a5 1%,#919191 34%,#595959 66%,#595959 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#595959',GradientType=0 ); /* IE6-9 */    
}
    .fluid-admin #navbar-main:not(.clearbg) ul li > * {
        color: white !important;
    }

.fluid-admin body {
    padding-top: 4.5rem;
}
.fluid-admin body {
    padding-top: 58px;
}
@media (max-width: 768px) {
    .fluid-admin body {
        padding-top: 56px;
    }
}   

@media (max-width: 768px) {
    .payment-summary thead tr th {
        max-width: 5px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
} 
