﻿#surfly-session-modal {
    position: absolute;
    margin: 200px 30%;
    background: lightcoral;
    padding: 10px;
    border-radius: 5px;
}

.hidden {
    display: none;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0
}

.sessionid {
    text-align: center;
    margin: auto !important;
    font-size: 30px !important;
    background-color: #1e2253;
    color: #ffffff;
    padding: 10px;
    border: 0;
    width: 200px !important;
}

.p1 {
    font-size: 15px !important;
}

#surfly-splash {
    transition: height 1s,opacity .3s,top 1s;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #e54747;
    height: 686px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1234568;
    perspective-origin: 794.5px 343px;
    -webkit-perspective-origin: 794.5px 343px;
    -webkit-text-emphasis-color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #fff;
    transform-origin: 794.5px 343px;
    -webkit-transform-origin: 794.5px 343px
}

#surfly-splash, #surfly-splash-msg {
    border-color: #fff;
    color: #fff;
    display: block;
    font-family: Lato,Arial,sans-serif;
    outline-color: #fff;
    -webkit-column-rule-color: #fff
}

#surfly-splash-msg {
    height: 18px;
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: center;
    perspective-origin: 794.5px 9px;
    -webkit-perspective-origin: 794.5px 9px;
    -webkit-text-emphasis-color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #fff;
    transform-origin: 794.5px 9px;
    -webkit-transform-origin: 794.5px 9px
}

@media(max-width:767px) {
    #surfly-splash-msg {
        height: auto
    }
}

#surfly-open {
    color: #fff
}

@media(max-width:767px) {
    #surfly-open {
        margin-top: 10px;
        display: inline-block
    }
}

@media(min-width:768px) {
    #surfly-open {
        margin-left: 30px
    }
}

#surfly-cancel {
    margin-left: 30px;
    color: #fff
}

#surfly-blocker {
    transition: opacity .3s;
    background-color: #fff;
    display: block;
    left: 0;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    opacity: .5;
    position: fixed;
    top: 0;
    z-index: 1234567;
    perspective-origin: 794.5px 343px;
    -webkit-perspective-origin: 794.5px 343px;
    transform-origin: 794.5px 343px;
    -webkit-transform-origin: 794.5px 343px
}

#surfly-blocker, .surfly-popup-iframe {
    width: 100%;
    height: 100%
}

.surfly-transparent-div {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: 5
}

.surfly-popup-iframe-div {
    background-color: #fff;
    display: block;
    height: 80%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 123456;
    perspective-origin: 794.5px 343px;
    transform-origin: 794.5px 343px;
    width: 80%;
    margin: auto;
    bottom: 0;
    right: 0
}

.surfly-popup-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmkteC1sZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMi4xNDYgMi44NTRhLjUuNSAwIDEgMSAuNzA4LS43MDhMOCA3LjI5M2w1LjE0Ni01LjE0N2EuNS41IDAgMCAxIC43MDguNzA4TDguNzA3IDhsNS4xNDcgNS4xNDZhLjUuNSAwIDAgMS0uNzA4LjcwOEw4IDguNzA3bC01LjE0NiA1LjE0N2EuNS41IDAgMCAxLS43MDgtLjcwOEw3LjI5MyA4eiIvPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px
}

.surfly-button {
    background-color: #c00;
    background-position: 18px;
    color: #fff;
    cursor: pointer;
    font-family: "Lato Regular", sans-serif !important;
    height: 20px;
    line-height: 20px;
    outline-color: #e54747;
    text-align: center;
    font-size: 14px;
    width: 164px;
    -moz-column-rule-color: #e54747;
    column-rule-color: #e54747;
    padding: 3px
}

    .surfly-button svg {
        height: 14px;
        width: 14px;
        margin-right: 5px
    }

    .surfly-button.surfly-button-visible {
        display: block
    }

    .surfly-button.surfly-button-hidden {
        display: none
    }

    .surfly-button.surfly-button-position-middleright {
        transform: rotate(270deg) translate(-72px,-72px)
    }

    .surfly-button.surfly-button-position-middleleft {
        transform: rotate(90deg) translate(72px,72px)
    }

.surfly-modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
    display: none;
    align-items: center;
    justify-content: center
}

    .surfly-modal.fadein {
        animation-duration: .2s;
        animation-name: fadein
    }

@keyframes fadein {
    0% {
        background-color: transparent
    }

    to {
        background-color: rgba(0,0,0,.4)
    }
}

.surfly-modal * {
    font-family: "Lato Regular", sans-serif !important;
    box-sizing: border-box
}

.surfly-modal .content {
    position: relative;
    width: 100%;
    max-width: 450px;
    background-color: #fff;
    border-radius: 11px 11px 10px 10px;
    box-shadow: 0 0 12px 2px rgba(0,0,0,.2)
}

    .surfly-modal .content.easein {
        animation-duration: .4s;
        animation-name: easein
    }

@keyframes easein {
    0% {
        top: 25%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.surfly-modal .title {
    border-radius: 10px 10px 0 0;
    padding: .3em 20px;
    font-size: 125%
}

.surfly-modal .body {
    width: 100%;
    padding: 30px 20px 20px;
    display: inline-block
}

.surfly-modal p {
    margin-top: 0;
    text-align: center;
    line-height: 1.4
}

.surfly-modal .pin {
    margin: .6em 0;
    text-align: center;
    font-weight: 700;
    font-size: 200%
}

.surfly-modal .buttons {
    text-align: center;
    width: 100%
}

.surfly-modal button {
    min-width: 200px;
    font-size: 15px;
    margin: 5px;
    padding: 10px;
    border: 0;
    border-radius: 30px;
    transition: color .3s,background .3s;
    -webkit-transition: color .3s,background .3s
}

    .surfly-modal button.cancel {
        background-color: grey;
        color: #fff
    }

        .surfly-modal button.cancel:hover {
            background-color: #555;
            color: #fff
        }

    .surfly-modal button .spin {
        display: inline-block;
        height: 1em;
        width: 1em;
        border-width: 2px;
        border-radius: 100%;
        border-style: solid;
        animation: rotation .6s linear infinite
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}


.surfly-button {
    background-color: #1e2253;
    color: #ffffff;
    fill: #ffffff;
}

.surfly-modal button, .surfly-modal .title {
    background-color: #1e2253;
    color: #ffffff;
}

    .surfly-modal button:hover {
        background-color: #6f90b8;
        color: #ffffff;
    }

    .surfly-modal button.cancel .spin {
        border-color: #555;
        border-top-color: #1e2253;
    }

    .surfly-modal button.accept .spin {
        border-color: #6f90b8;
        border-top-color: #1e2253;
    }

.font-size-sm {
    font-size: 15px !important;
}

.font-size-sm-1 {
    font-size: 30px !important;
}

.font-size-md {
    font-size: 17px !important;
}

.font-size-md-1 {
    font-size: 33px !important;
}

.font-size-lg {
    font-size: 19px !important;
}

.font-size-lg-1 {
    font-size: 35px !important;
}
