﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
.css_captiva_page_captivaloader_logo_cont {
    position: relative;
    text-align: left;
    margin: 10px 0;
}
.css_captiva_page_captivaloader_logo {
    position: relative;
    text-align: left;
    margin: 0 auto;
    max-height: 50px;
}

.css_aboutus_pagemodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: darkslategray;
    color: white;
    font-family: Poppins;
    font-size: 12px;
    padding: 5px;
    z-index: 100;
}
.css_aboutus_page_cloudapps_icon {
    position: relative;
    text-align: center;
    margin: 50px auto 10px auto;
}
.css_aboutus_page_cloudapps_text_title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
}

.css_aboutus_page_cloudapps_text_subtitle {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 400;
    color: silver;
}
.css_aboutus_page_cloudapps_text_brandname {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin: 10px auto;
    text-transform: uppercase;
}

.css_aboutus_page_cloudapps_text_brandsubname {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}
.css_aboutus_page_cloudapps_footer {
    position: fixed;
    width: 100vw;
    bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: silver;
}
.css_aboutus_page_cloudapps_footer_logo_cont {
    position: relative;
    text-align: center;
    margin: 10px;
}

.css_aboutus_page_cloudapps_footer_logo {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-height: 30px;
}

.css_aboutus_page_cloudapps_footer_text_copyright {
    position: relative;
    text-align: center;
    margin: 5px auto;
    font-size: 10px;
    font-weight: 300;
}

.css_aboutus_page_cloudapps_footer_text_appversion {
    position: relative;
    text-align: center;
    margin: 5px auto;
    font-size: 10px;
    font-weight: 300;
}
.css_aboutus_page_cloudapps_startbutton {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    background-color: white;
    letter-spacing: 2px;
    transition: 0.2s;
    cursor: pointer;
}
    .css_aboutus_page_cloudapps_startbutton:hover {
        letter-spacing: 4px;
        font-weight: 600;
    }

.css_aboutus_page_cloudapps_startspinner {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.css_aboutus_page_cloudapps_starttext_subtitle {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: silver;
}

.non_app_appwhitespinnarrow {
    margin: 0 auto;
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: 12px;
}

.non_app_appwhitespinnarrow > div {
    background-color: white;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: non_app_appspskin-stretchdelay 1.2s infinite ease-in-out;
    animation: non_app_appspskin-stretchdelay 1.2s infinite ease-in-out;
}

.non_app_appwhitespinnarrow .non_apprectwsn2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.non_app_appwhitespinnarrow .non_apprectwsn3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.non_app_appwhitespinnarrow .non_apprectwsn4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.non_app_appwhitespinnarrow .non_apprectwsn5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}


@-webkit-keyframes non_app_appspskin-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes appspskin-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
