﻿
#request {
    display: none;
    margin-top: -160px;
    margin-left: -160px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 320px;
    padding: 0px 20px;
}

#request.iphone {
    margin-top: -180px;
}

#request .img-companylogo {
    margin-bottom: 20px;
    max-height: 100px;
    max-width: 260px;
}

#request h2 {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

#request .btn-continue {
    margin-top: 20px;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

button.btn-continue.btn-caquiplay {
    background: #004372 !important;
    border-radius: 6px;
}

#request .help-iphone {
    display: none;
}

#redirect {
    display: none;
    margin-left: -160px;
    margin-top: -90px;
    max-width: 320px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px 40px;
}

#redirect h2 {
    margin: 40px;
}


.info {
    display: none;
    margin-left: -160px;
    max-width: 320px;
    text-align: center;
    position: absolute;
    left: 50%;
    padding: 0px 20px;
}

.info .first-text {
    font-size: 135%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.info .second-text {
    font-size: 110%;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}


.info .third-text {
    font-size: 110%;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}


.info .img-companylogo {
    margin-top: 30px;
    max-height: 60px;
    max-width: 260px;
}

.info .btn-continue {
    margin-top: 20px;
}

.info .screenshots {
    background-size: cover;
    width: 100%;
    height: 155px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ababab;
}

#info-ios .screenshots {
    background-image: url(/Assets/img/screenshot_ios_code.png);
}


#info-android .screenshots {
    background-image: url(/Assets/img/screenshot_google_play.png);
    margin-top: 40px;
}

#help-iphone {
    display: none;
    margin: 30px;
    margin-top: 8%;
    padding-bottom: 20px;
}

#help-iphone .issue i {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

#notfound {
    margin: 30px;
    margin-top: 25%;
}

#notfound.wrong-url {
    display: none;
}

#notfound h3 {
    margin-bottom: 20px;
}

#notfound i {
    width: 100%;
    margin-bottom: 30px;
}

#notfound .android,
#notfound .iphone {
    display: none;
}

#messagealert {
    display: none;
    margin-top: 20px;
}


@media not all and (min-resolution:.001dpcm) {
    @media {


        #loading {
            top: -50px !important;
        }
    }
}

#loading {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


#loading .send {
    width: 100%;
    margin: 0 auto;
    top: 43%;
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
}

#loading .send-button {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #f78e42;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    color: #fff;
    font-size: 30px;
    padding: 0;
    overflow: hidden;
    cursor: default;
}


#loading .send-button.full-logo {
    left: 0% !important;
    right: 0% !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    margin-left: 0 !important;
    transform: scale(.8,.8) !important;
}



#loading .sent-bg {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#loading .sent-icon {
    display: none;
    width: 60%;
}

#loading .send-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
}

#loading .send-indicator-dot {
    position: absolute;
    background: #5af158;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
}

#loading .send-indicator-dot:nth-child(1) {
    background: #03a9f4;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

#loading .send-indicator-dot:nth-child(2) {
    background: #5af158;
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
}

#loading .send-indicator-dot:nth-child(3) {
    background: #ffc107;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

#loading .send-indicator-dot:nth-child(4) {
    background: #ff5722;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

.powered-by {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    opacity: 0.8;
    z-index: 1;
}
