body {
    font-family: "Arial", sans-serif;
    font-size: 15px !important;
    background-color: #ededed;
}

h1, h2, h3, h4 {
    color: #182f59 !important;
    font-weight: bold !important;
    font-family: 'PT Sans', sans-serif !important;
}

a {
    color: #f2ab37;
    text-decoration: underline !important;
}

.p90 {
    width: 90%;
}

.w200 {
    width: 200px;
}

.red {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.header {
    /*background-color: #182f59;*/
    width: 100%;
    height: 100px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #ffffff !important;
    background: linear-gradient(90deg, #20439c, #10246e);
}

.site-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(90deg, #20439c, #10246e);
}

.navbar a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.nav-link {
    padding: 10px !important;
    border-radius: 2px;
}

.header.menu a:hover {
    background-color: #f2ab37 !important;
}

.header.menu a[aria-expanded="true"] {
    background-color: #ffffff;
    color: #000000;
}

.dropdown-cart {
    width: 350px;
    padding: 15px;
    font-size: 14px;
}

.navbar-text a {
    text-decoration: none !important;
}

.logo {
    width: 120px;
}

    .logo:hover {
        background-color: #182f59 !important;
    }

    a.navbar-brand:hover {
        background-color: #182f59 !important;
    }

.header .login {
    color: #ffffff;
}

.card-title {
    font-weight: 200;
}

.dropdown-menu a {
    color: #000000 !important;
    font-size: 14px;
}

    .dropdown-menu a:hover {
        color: #ffffff !important;
    }

.nav-item a[aria-expanded="true"], .nav-link a[aria-expanded="true"] {
    background-color: #f2ab37 !important;
    color: #ffffff !important;
}

#steps {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn {
cursor: pointer;
}

    #steps .btn {
        opacity: 1.0;
        cursor: default;
        border: 1px solid #ededed;
    }

        #steps .btn.active {
            background-color: #f2ab37;
            border-color: #f29e0d;
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .4);
            color: #ffffff;
            opacity: 1;
        }

        #steps .btn.completed {
            background-color: #027c54;
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .4);
            color: #ffffff;
            cursor: pointer;
        }

.process-step .btn:focus {
    outline: none !important;
}

.process {
    display: table !important;
    width: 100% !important;
    position: relative !important;
}

.process-row {
    display: table-row !important;
}

.process-step button {
    background-color: #ededed;
}

    .process-step button[disabled] {
        /*opacity: 1 !important;*/
        /*filter: alpha(opacity=100) !important;*/
    }

.process-row:before {
    top: 40px !important;
    bottom: 0 !important;
    position: absolute !important;
    content: " " !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #ccc !important;
    z-order: 0 !important;
}

.process-step {
    display: table-cell !important;
    text-align: center !important;
    position: relative !important;
}

    .process-step p {
        margin-top: 4px !important;
    }

.btn-circle {
    width: 60px !important;
    height: 60px !important;
    text-align: center !important;
    font-size: 12px !important;
    border-radius: 50% !important;
    margin-top: 10px;
}

#loginWindow .card {
    background: #ffffff;
    /*padding: 40px;*/
    border-radius: 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) margin: 0 auto;
    margin-top: 20px;
}

.loader {
    border: 10px solid #ffffff; /* Light grey */
    border-top: 10px solid #f2ab37; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    top: 140px;
    position: relative;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card {
    margin-top: 10px;
    margin-bottom: 30px;
    /*padding: 20px;*/
}

.button {
    font-family: "Arial", sans-serif;
    outline: 0;
    background: #f2ab37;
    border: 0;
    padding: 15px;
    color: #FFFFFF !important;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    text-decoration: none !important;
}

    .button.aspNetDisabled {
        background: #ededed !important;
        pointer-events: none;
        cursor: default;
    }

    .button:hover {
        text-decoration: none;
        font-weight: normal;
        color: #ffffff;
        background: #f29e0d;
    }

button {
    font-size: 13px !important;
    cursor: pointer;
}

.button.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #e9ecef;
    color: #000000 !important;
}

.btn {
    border-radius: 0;
}

.btn-outline-dark {
    background-color: #ffffff;
}

    .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:visited {
        background-color: #f2ab37;
        border-color: #f2ab37 !important;
        color: #ffffff;
        box-shadow: none;
    }

input {
    padding: 10px 8px;
    line-height: 1.33;
    width: 100%;
    border-color: none;
}

.form-control {
    font-size: 14px !important;
}

input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

input[type="checkbox"] {
    width: 13px;
}

select {
    width: 100%;
    margin-right: 5px;
    height: 41px;
}

.radio-inline {
    margin-right: 5px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    border-width: 1px;
}

table {
    width: 100%;
}


/*.footer {
    position: absolute;
    bottom: 50px;
    background-color: #333;
    height: 50px;
    width: 100%;
}*/

footer {
    background-color: #333;
    /*height: 50px;
    width: 100%;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    padding-top: 10px;
    position: absolute;
    bottom: 0px;*/
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    font-size: 0.875rem;
    padding: 1.25rem 0;
    color: #9aa0ac;
    bottom: 0px;
    color: #fff;
    width: 100%;
}

    footer a {
        color: #ffffff !important;
    }
