﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

:root {
    --bs-body-bg: transparent;
}

#visibility-btn, .vis-btn{
    position: absolute;
    right: 0px;
    top: 18px;
    border: none;
    background: none;
    margin-inline-end: 6px;
}

.navbar-brand{
    padding: 0 3px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: inset 0 0 0 0.2rem #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    font-weight: 400;
    font-size: .9rem;
}

.profile-btn-wrapper {
    margin-bottom: 10px;
}

    .profile-btn-wrapper .btn{
        text-align: left;
        height: auto;
        min-height: 35px;
    }

        .profile-btn-wrapper .btn .entitlement-count {
            color: #f6eeee;
            padding-left: 7px;
            font-size: 90%;
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
    position: relative;
    min-height: 100%;
    position: relative;
    min-height: 100%;
    background-size: cover;
    width: 100%;
    top: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    background-image: url(../assets/360-header-background.jpg);
}

    html.support {
        background-image: url(../assets/360-header-background_support.png);
    }

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


.hr {
    line-height: .5;
    text-align: center;
    padding: 60px;
    color: #1B6EC2;
    margin: 0;
}

    .hr > span {
        display: inline-block;
        position: relative;
    }


        .hr > span:before {
            content: "";
            position: absolute;
            border-bottom: 1px solid #106ebe;
            top: 3px;
            width: 110px;
            right: 100%;
            margin-right: 15px;
        }

        .hr > span:after {
            content: "";
            position: absolute;
            border-bottom: 1px solid #106ebe;
            top: 3px;
            width: 110px;
            left: 100%;
            margin-left: 15px;
        }

.sky {
    height: 480px;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    position: relative;
}

.clouds_three, .clouds_two {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-transform: translate3d(0,0,0);
}

.clouds_two {
    background: url(../assets/cloud_two.png);
    -webkit-animation: cloud_two 100s linear infinite;
}

.clouds_three {
    background: url(../assets/cloud_three.png);
    -webkit-animation: cloud_three 300s linear infinite;
}

@keyframes cloud_two {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@keyframes cloud_three {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}



.login-content .alert.alert-danger > ul {
    margin: 0;
}

.form-control{
    border-radius: 0;
}

.submit-btn-wrapper{
    margin-top:30px;
}

p.not-supported-label {
    text-align: left;
    padding: 10px;
}

p.not-supported-label > span {
    display: block;
    font-size: .9rem;
    color: #eb0000;
}

.profile-title {
    margin: 30px 0;
}