a:hover {
    cursor: pointer;
}

#iframe1,
#iframeAch1 {
    border: none;
    display: none;
    height: 100%;
    min-height: 300px;
    width: 100%;
}

#iframe1 legend,
#iframeAch1 legend {
    display: none;
}

#loader,
#loaderAch {
    display: block;
    text-align: center;
}

#Nexio-popup .fieldSet,
#Nexio-ach-popup .fieldSet {
    border: none;
    margin-top: 1em;
}

.newSelect {
    background: #fff8f8;
    border: 1px dashed #d9534f;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    outline: none;
    padding: 0;
    text-indent: 10px;
}

.newSelect:focus {
    box-shadow: none;
}

.newBtn {
    border: none;
    border-radius: 0;
    background: #d9534f;
    color: white;
}

#loading-spinner {
    background: rgba(255, 255, 255, 0.4);
    display: none;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.loader.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    border: 4px solid #CCC;
    border-radius: 50% !important;
    height: 48px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 48px;
}

.loader.spinning span:first-of-type {
    background-color: #337ab7;
    border-radius: 50% !important;
    display: block;
    height: 9px;
    margin: auto;
    width: 24px;
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
}

.loader.spinning span:last-of-type {
    background-color: #fff;
    border-radius: 50% !important;
    display: block;
    height: 40px;
    margin: auto;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

._start_here * {
    border-radius: 0px !important;
    box-shadow: none;
}

.page-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-page .banner {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.product-page .banner h2,
.product-page .banner h5 {
    color: #fff;
}

.product-page .banner h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    text-transform: none;
}

.toggles {
    background: #333;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 32px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all .3s linear;
    text-align: center;
    width: 32px;
    z-index: 999;
}

.toggles:hover {
    cursor: pointer;
}

#slider-wrap:hover .toggles {
    opacity: 1;
}

.toggles i:before {
    text-align: center;
    z-index: 1;
}

#toggle-right {
    right: 10px;
}

#toggle-left {
    left: 10px;
}

#pause-btn {
    right: 63px;
}

#pause-btn i {
    padding: 8px;
}

#play-btn {
    right: 63px;
}

.breached-password-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999;
}

.breached-password-overlay .breached-password-body {
    margin: 200px auto 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 700px !important;
    position: relative;
    z-index: 9999999999999;
}

.breached-password-overlay .breached-password-body h2 {
    margin-top: 0;
    font-family: Tahoma, Arial, sans-serif;
}

.breached-password-overlay .breached-password-body .breached-password-close-button {
    position: absolute;
    top: 20px;
    right: 30px;
}

.breached-password-overlay .breached-password-body .breached-password-close-button:hover {
    color: #06D85F;
}

.breached-password-overlay .breached-password-body .breached-password-message {
    font-size: 17px !important;
    padding: 15px 10px;
    text-align: center;
    color: #c14242;
    border-radius: 5px;
}

.breached-password-buttons-area {
    text-align: right;
    margin-top: 20px;
    display: block;
}

.breached-password-buttons-area a {
    padding: 10px 20px !important;
    border-radius: 10px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    font-size: 15px !important;
}

a.breached-password-update-password {
    background: green !important;
    color: white !important;
}

a.breached-password-redirect-link {
    background: gray !important;
    color: white !important;
}

.breached-password-buttons-area a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 700px) {
    .breached-password-overlay .breached-password-body {
        width: 400px !important;
    }
}