﻿body {
    background-color: #fff;
}

#status .default-logo {
    background-image: url('../images/reseller_200x50.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#status p {
    font-size: 12pt;
    color: #FFF;
}

#status h1 {
    font-size: 20pt;
    color: #FFF;
}


.application {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.default-logo {
    background-image: url('../images/reseller_200x50.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    height: 200px;
}
.reseller-logo {
    background-image: url('../images/reseller_200x50.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #113245;
    padding-top: 5px;
    color: #FFF;
}

.header-text {
    color: #fff;
    text-align: right;
    font-size: 15px;
    margin: 8px 0px 0px 0px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
}

.header-sub-text {
    color: #fff;
    text-align: right;
    font-size: 15px;
    margin: 8px 0px 0px 0px;
    vertical-align: middle;
    display: inline-block;
}

.content {
    position: absolute;
    top: 61px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    background-color: var(--reseller-gray-reduced);
}

.status-message {
    margin-top: 20px;
}
.status-value {
    font-size: 22px;
}

.stripe-element {
    padding: 8px;
    border: 1px solid #cccccc;
    background-color: white;
    border-radius: 0px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    height: 34px;
}

    .stripe-element:focus {
        outline: 2px solid var(--reseller-teal) !important;
    }


/*************************************************/
/* Animated WiFi Icon                            */
/*************************************************/

#circle {
    width: 100px;
    margin: 0px auto;
    height: 50px;
}

.circle {
    padding: 8px;
    border: 4px solid transparent;
    border-radius: 50px;
    -webkit-animation: left 1s linear infinite;
    -moz-animation: left 1s linear infinite;
    -o-animation: left 1s linear infinite;
    animation: left 1s linear infinite;
}

.one {
    width: 100px;
    height: 100px;
    -webkit-animation-delay: 1s;
}

.two {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}

.three {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.four {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    -o-animation-delay: .7s;
    animation-delay: .7s;
}

.five {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.six {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.seven {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.eight {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

.nine {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.ten {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
}

@-webkit-keyframes left {
    0% {
        border-top: 5px solid rgba(0,0,0,0.1);
    }

    100% {
        border-top: 5px solid #00b7f2;
    }
}

@-moz-keyframes left {
    0% {
        border-top: 5px solid rgba(0,0,0,0.1);
    }

    100% {
        border-top: 5px solid #00b7f2;
    }
}

@-o-keyframes left {
    0% {
        border-top: 5px solid rgba(0,0,0,0.1);
    }

    100% {
        border-top: 5px solid #00b7f2;
    }
}

@keyframes left {
    0% {
        border-top: 5px solid rgba(0,0,0,0.1);
    }

    100% {
        border-top: 5px solid #00b7f2;
    }
}
