.loading {
    float: right;
    padding: 5px;
}
.Captcha {
    text-align: center;
}

#defaultReal {
    width: 30% !important;
}

.popup {
    margin-left: 15px !important;
}

input[type="text"], textarea, input[type="email"] {
    width: 98% !important;
}
#fadeloader{
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}


.close-overlay {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/DesktopModules/DnnDeveloper_popup/Images/close-overlay.png) no-repeat 1px 1px;
    overflow: hidden;
    text-indent: -2000px;
    outline: none;
}


#slide,
#slide_wrapper {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
#slide {
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}
.popup_visible #slide {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}


#fadeandscale {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    /*width: 50% !important;*/
}
.popup_visible #fadeandscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


#standalone {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.popup_visible #standalone {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.dnnForm fieldset fieldset{
    width:97% !important;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    #fadeandscale {
        width: 100% !important;
    }
    #fade {
        width: 100% !important;
    }
    #basic{
        width: 100% !important;
    }
    #slide{
        width: 100% !important;
    }
    #standalone{
        width: 100% !important;
    }
    #my_tooltip{
        width: 100% !important;
    }

    .popup {
        margin-left: 0 !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    #fadeandscale {
        width: 100% !important;
    }
    #fade {
        width: 100% !important;
    }
    #basic{
        width: 100% !important;
    }
    #slide{
        width: 100% !important;
    }
    #standalone{
        width: 100% !important;
    }
    #my_tooltip{
        width: 100% !important;
    }
    .popup {
        margin-left: 0 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #fadeandscale {
        width: 100% !important;
    }
    #fade {
        width: 100% !important;
    }
    #basic{
        width: 100% !important;
    }
    #slide{
        width: 100% !important;
    }
    #standalone{
        width: 100% !important;
    }
    #my_tooltip{
        width: 100% !important;
    }
    .popup {
        margin-left: 0 !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #fadeandscale {
        width: 50% !important;
    }
    #fade {
        width: 50% !important;
    }
    #basic{
        width: 50% !important;
    }
    #slide{
        width: 50% !important;
    }
    #standalone{
        width: 50% !important;
    }
    #my_tooltip{
        width: 50% !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #fadeandscale {
        width: 50% !important;
    }
    #fade {
        width: 50% !important;
    }
    #basic{
        width: 50% !important;
    }
    #slide{
        width: 50% !important;
    }
    #standalone{
        width: 50% !important;
    }
    #my_tooltip{
        width: 50% !important;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #fadeandscale {
        width: 50% !important;
    }
     #fade {
        width: 50% !important;
    }
    #basic{
        width: 50% !important;
    }
    #slide{
        width: 50% !important;
    }
    #standalone{
        width: 50% !important;
    }
    #my_tooltip{
        width: 50% !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #fadeandscale {
        width: 50% !important;
    }
     #fade {
        width: 50% !important;
    }
    #basic{
        width: 50% !important;
    }
    #slide{
        width: 50% !important;
    }
    #standalone{
        width: 50% !important;
    }
    #my_tooltip{
        width: 50% !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #fadeandscale {
        width: 50% !important;
    }
     #fade {
        width: 50% !important;
    }
    #basic{
        width: 50% !important;
    }
    #slide{
        width: 50% !important;
    }
    #standalone{
        width: 50% !important;
    }
    #my_tooltip{
        width: 50% !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #fadeandscale {
        width: 100% !important;
    }
     #fade {
        width: 100% !important;
    }
    #basic{
        width: 100% !important;
    }
    #slide{
        width: 100% !important;
    }
    #standalone{
        width: 100% !important;
    }
    #my_tooltip{
        width: 100% !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    #fadeandscale {
        width: 100% !important;
    }
     #fade {
        width: 100% !important;
    }
    #basic{
        width: 100% !important;
    }
    #slide{
        width: 100% !important;
    }
    #standalone{
        width: 100% !important;
    }
}

.btn-popup {
    float: right;
    margin-left: 1%;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

legend.popup-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom:12px !important;
}

fieldset.popup-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000;
}