﻿/* Move down content because we have a fixed navbar that is 50px tall */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Oswald:wght@300;400;600;700&family=Quattrocento:wght@400;700&family=Questrial&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:wght@100;200;300;400;500;600;700;800&display=swap');

html, body {
    height: 100%;
    font-size: 1rem !important;
    font-family: 'Lato', sans-serif;
    background-color: #343741;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /*    background: #ebeffc !important;
    background-size: cover;
    background: -webkit-linear-gradient(0deg,rgba(235, 239, 252, 1) 0%, rgba(235, 239, 252, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(235, 239, 252, 1) 0%, rgba(235, 239, 252, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg,rgba(235, 239, 252, 1) 0%, rgba(235, 239, 252, 1) 25%, rgba(255, 255, 255, 1) 100%) fixed !important;*/
    background: #343741 !important;
    */
}

main {
    flex: 1;
    padding-top: 80px; /* height of fixed header + some space */
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #002644;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
}

input,
select,
textarea {
    text-transform: uppercase;
    -webkit-overflow-scrolling: auto;
}


.AppAreaIntro {
    width: 95%;
    height: 100%;
    max-width: 1440px;
    border: 1px solid #003865;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0,56,101,0.5);
    box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
    margin: 0px auto 0;
    /* padding: 1rem; */
    box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
    background: #fff;
}

.AppArea {
    width: 95%;
    height: 100%;
    max-width: 1440px;
    border: 1px solid #003865;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0,56,101,0.5);
    box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
    margin: 0px auto 0;
    /* padding: 1rem; */
    box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
    background: #e6ecef
}

.AppContainer {
    display: flex;
    flex-direction: column;
    height: 100%
}

.hero-banner {
    margin-top: 0;
    background-color: #061826;
    border-bottom: 2px solid #80a1c6;
    padding: 20px;
    background-image: url(../images/hero_bg.jpg);
    background-position: center top;
    background-size: cover;
}

.mainBox {
    background-color: #002644;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
}

header {
    width: 100%;
    background: #003865;
    border-bottom: 1px solid #000;
    position: fixed;
    z-index: 99;
    border-bottom: 5px solid #000;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85)
}

    header section {
        text-align: center;
    }

.dynListBox {
    background: #fff;
    border: 1px solid #cfe3e6;
    border-radius: 5px;
    max-height: 100px;
    overflow: auto;
}

.dynListBoxEl {
    background: #fff;
    border: 1px solid #cfe3e6;
    margin: 2px;
    padding: 5PX
}


.login-block {
    max-width: 600px;
    color: #fff;
    box-shadow: 0 3px 8px 2px #000;
    z-index: 999;
    min-height: 200px;
    border: 2px solid #80a1c6;
    margin: 0 auto;
    background-image: radial-gradient(#80a1c6,#003865)
}

.login-block-container {
    max-width: 1200px;
    z-index: 75;
    position: relative;
    margin: -30px auto 50px;
    padding: 0 20px
}

.jumbotron {
    margin-top: 20px;
}

.body-content {
    padding: 0;
}

input[type=text], input[type=number] {
    font-weight: 300;
    text-align: center;
    color: #252c2c;
    height: 40px;
    border: solid 1px #c7c9c8;
}



.alert {
    margin-bottom: 0;
}

footer {
    box-shadow: 0 3px 8px 2px #000;
    text-align: center;
    width: 100%;
    font-size: .75rem;
    font-weight: 600;
    padding: 5px !important;
    background: #cad8ef;
    border-top: 2px solid #154975;
}

.headTitle {
    text-shadow: #2e2e2e 0 4px 5px;
    color: #ffba1d;
    font-family: Arial, Helvetica, Lato, sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 25px;
    text-transform: uppercase
}

.headerBg {
    background: no-repeat left
}


.loginRow {
    border-radius: 5px
}

.loginText {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    border: 1px solid #000;
    font-size: 1em !important;
    letter-spacing: .3px;
    color: #4e0000 !important;
    text-shadow: 1px 0 5px #fff;
    padding: 10px 15px;
    background: url(../images/login_bg.png)no-repeat (cover)
}

.loginText2 {
    padding: 10px 15px
}

.welcome-block {
    color: #fff;
    max-width: 1200px;
    font-size: 1rem !important;
    margin: 0 auto;
}

.welcome-txt {
    font-family: Arial, Helvetica, Lato, sans-serif;
    color: #fff;
    font-size: 1rem !important;
    text-shadow: 1px 0 5px #0e1c26;
    padding: 10px 15px
}

#loading {
    color: #FFF;
    border-radius: 15px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}

#loadingIMG {
    flex: 0 0 120px;
}



body {
    top: 0 !important;
    font-family: Arial, Helvetica, Lato, sans-serif;
    ;
    color: #012A4D !important;
    font-size: 0.8rem !important;
    padding: 0 !important;
}


.AppAreaIntro {
    flex: 1;
    width: 95%;
    height: 100vh max-width: 1440px;
    /*padding-top: 10px;*/
    border: 1px solid #003865;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,56,101,0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0,56,101,0.5);
    box-shadow: 0 0 15px 0 rgba(0,56,101,0.5);
    margin: 35px auto 0;
    background: #e6ecef;
    background: #fff;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
    color: #80a1c6;
    text-transform: uppercase
}

.acctInfoTitle {
    font-weight: 700;
    font-size: 16px;
    color: #003865
}

.acctInfoTitle2 {
    font-weight: 600;
    color: #073456;
    font-size: 14px;
    margin-top: 15px
}

.acctInfoTitleRed {
    font-weight: 400;
    color: #600;
    font-size: 16px
}

.acctInfoTitleRed2 {
    font-weight: 300;
    color: #600;
    font-size: 16px
}

.alert a {
    color: #600;
    font-weight: 600
}

.alert-box-info {
    color: #054780;
    border: 2px solid #7a92a8 !important;
    margin: 2px
}

.alert-box-light {
    color: #666;
    border: 2px solid silver !important;
    margin: 2px
}

.alert-box-success {
    color: #054780;
    border: 2px solid #19B99A !important;
    margin: 2px
}

.alert-box-warning {
    color: #5a2302;
    border: 2px solid #f8a506 !important;
    margin: 2px
}

.alert-info {
    color: #054780;
    border-color: #7a92a8;
    margin: 2px;
    background: #b8daff !important;
}

.alert-lgbs-danger {
    color: #000;
    border-color: #ef853d !important;
    margin: 2px;
    padding: 10px;
    background: #fee !important;
}

.alert-lgbs-default {
    color: #054780;
    border-color: #7a92a8 !important;
    margin: 2px;
    background: #f0f3f8 !important;
}

.alert-lgbs-disabled {
    color: #666;
    border-color: silver !important;
    margin: 2px;
    background: #dddbdb !important;
}

.alert-lgbs-info {
    color: #054780;
    border-color: #7a92a8 !important;
    margin: 2px;
    padding: 10px;
    background: #e6ecef !important;
}

.alert-lgbs-light {
    color: #666;
    border-color: silver !important;
    margin: 2px;
    background: #efefef !important;
}

.alert-lgbs-purple {
    color: #fff;
    border-color: #694D9F !important;
    margin: 2px;
    background: #694D9F !important;
}

.alert-lgbs-success {
    color: #567b94;
    border-color: #70acde !important;
    margin: 2px;
    background: #e5e8e6 !important;
}

.alert-lgbs-warning {
    border-color: #ef853d !important;
    margin: 2px;
    padding: 10px;
    background: #fff !important;
}

.alertText {
    color: #ef853d !important;
    font-weight: 600 !important
}

.aquaText {
    font-weight: 600 !important;
    color: #00a99d !important
}


body > .container {
    padding: 60px 15px 0
}

.accountBar {
    display: none;
}

.accountBarMobile {
    display: block;
    /* margin-top: 5px; */
    background-color: #142029;
    color: #fff;
    padding: 10px 20px;
    /* border-bottom: 5px solid #000; */
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0
}

header section {
    text-align: center
}

input {
    text-align: left;
    padding-left: 10px;
    font-family: Arial, Helvetica, Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #252c2c;
    position: relative !important;
    margin-top: .3rem;
    margin-left: 0 !important;
}

input, select, textarea {
    text-transform: uppercase;
    -webkit-overflow-scrolling: auto
}

    input: disabled {
        color: silver;
        background: efefef
    }

    input: focus, textarea: focus {
        outline: none
    }

        input: focus: invalid: focus, textarea: focus: invalid: focus, select: focus: invalid: focus, .form-validate .form-group input.error, .form-validate .form-group textarea.error {
            border-color: #00a0df !important
        }

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #fff inset !important
    }

    input[type=number]:: -webkit-inner-spin-button, input[type=number]:: -webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: textfield;
        margin: 0
    }

    input[type=text], input[type=number] {
        font-weight: 300;
        text-align: center;
        color: #252c2c;
        border: solid 1px #c7c9c8
    }

.welcome-block {
    color: #fff;
    max-width: 1200px;
    font-size: 0.8rem !important;
    margin: 0 auto
}

.welcome-txt {
    font-family: Arial, Helvetica, Lato, sans-serif;
    color: #fff;
    font-size: 0.8rem !important;
    text-shadow: 1px 0 5px #0e1c26;
    padding: 10px 15px
}


.inputBox {
    height: 40px;
    border: solid 1px #c7c9c8;
    background: #fff
}

.lgbsTblHead {
    border: 1px solid: #305882;
    color: #fff;
    margin: 2px;
    background: #84a4c6
}

.login-block {
    max-width: 600px;
    color: #fff;
    box-shadow: 0 3px 8px 2px #000;
    z-index: 999;
    min-height: 200px;
    border: 2px solid #80a1c6;
    margin: 0 auto;
    background-image: radial-gradient(#80a1c6,#003865)
}

.login-block-container {
    max-width: 1200px;
    z-index: 75;
    position: relative;
    margin: -30px auto 50px;
    padding: 0 20px
}

.loginRow {
    border-radius: 5px
}

.loginText {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    border: 1px solid #000;
    font-size: 1em !important;
    letter-spacing: .3px;
    color: #4e0000 !important;
    text-shadow: 1px 0 5px #fff;
    padding: 10px 15px;
    background: url(../images/login_bg.png)no-repeat (cover)
}

.loginText2 {
    padding: 10px 15px
}

.m-bot15 {
    margin-bottom: 15px
}

.mainBoxIntro, .mainBox {
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
    flex: 1;
    margin: 60px auto 0 !important;
    padding: 5px
}

.modal-body label {
    font-weight: 400;
    font-family: Arial, Helvetica, Lato, sans-serif;
}

.modal-body {
    max-height: calc(100%-120px);
    overflow-y: auto
}

.modal-content {
    border-radius: 0;
    width: 800px;
    max-width: 100%;
    background: rgba(255,255,255,0.9)
}

.modal-footer {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem-1px);
    border-bottom-left-radius: calc(0.3rem-1px);
    padding: .75rem
}

.modal-header .close {
    font-weight: 300;
    font-size: 30px
}

.modal-header h4.modal-title {
    font-weight: 300;
    font-family: Arial, Helvetica, Lato, sans-serif;
}

.modal-header {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    background: #003865
}

.navbar {
    border-top: 3px solid #FCA34E;
    box-shadow: 0 3px 8px 3px rgba(0,0,0,0.67);
    border-bottom: solid 2px #083650;
    padding: 0;
    background: #1A86F9
}

.noWrap {
    white-space: nowrap
}

.container-fluid {
    background-color: #ebebeb;
}

.optionBox {
    border-radius: 5px;
    border: 1px solid #80a1c6;
    margin: 5px auto;
    padding: 10px;
    background: #fafbff;
    -webkit-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, .3);
}

.optionBox2 {
    border: 1px solid #a3c3d1;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    transition: box-shadow .3s ease-in-out;
    margin: 2px;
    padding: 10px;
    background: #e0e5ea !important
}

.optionBoxBlue {
    border-radius: 5px;
    border: 1px solid #0b4ca2;
    margin: 5px auto;
    padding: 10px;
    background: #fff
}

.optionBoxGreen {
    border-radius: 5px;
    border: 1px solid #39b77c !important;
    margin: 5px auto;
    padding: 10px;
    background: #fff
}

.pm.recPayOptsBlock {
    border: 2px solid silver;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px;
    background: #efefef
}

.recPaymentBlock {
    border: 1px solid #cce0f5;
    /*font-size: 1rem;*/
    width: 100%;
    margin: 2px 2px 2px 10px;
    padding: 5px;
    background: #f7f7f7
}

.recPaymentBlockActive {
    border: 2px solid #80a1c6 !important;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    transition: box-shadow .3s ease-in-out;
    margin: 2px;
    padding: 5px;
    background: #fff !important
}

.recPaymentBlockDrop {
    border: 2px solid #cedeee;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    transition: box-shadow .3s ease-in-out;
    margin: 2px;
    padding: 10px;
    background: #efefef
}

.recPaymentBlockSide {
    border: 1px solid #cce0f5;
    font-size: 1rem;
    /*min-width: 250px;*/
    max-width: 100%;
    border-radius: 10px;
    margin: 0 5px;
    padding: 5px;
    background: #f7f7f7
}

.redText, .text-danger {
    font-weight: 600 !important;
    color: #ef853d !important
}

.reqField {
    border: 1px solid #ef853d !important
}

.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px
}

.sm-input {
    width: 175px
}

.table .thead-light th {
    color: #495057;
    font-size: 16px;
    vertical-align: top;
    border-color: #b9c2cc;
    padding: 5px;
    background: #d6e0e8;
}

.table {
    color: #012A4D !important
}

.tableFixHead th {
    position: sticky;
    top: 0
}

.tableFixHead {
    overflow-y: auto;
    padding: 0 !important
}

.text-info {
    font-weight: 600 !important;
    color: #064a7f !important
}

.text-primary {
    color: #70acde !important
}

.title-bar {
    width: 100%;
    padding: 10px 0;
    background: #063f7d
}

.uppercase {
    text-transform: uppercase
}

.valueBox {
    width: 95%;
    border: 1px solid #003865;
    font-size: 16px;
    color: #003865;
    border-radius: 3px;
    margin: 1px auto;
    padding: 5px 10px;
    background: #fff
}

.valueBox2 {
    font-size: 12px;
    font-weight: 400;
    color: #4d5a76
}

.warningText, .text-warning {
    font-weight: 600 !important;
    color: #ec8811 !important
}


#loading {
    color: #FFF;
    border-radius: 15px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}

.form-control {
    display: inline !important
}

.form-horizontal .checkbox-inline > input {
    margin-top: 1px;
    border: none
}

.form-validate .form-group label.error {
    display: inline;
    color: #00a0df;
    font-weight: 400;
    margin: 5px 0
}

.formGroup {
    border: 1px solid #91b8dd;
    font-size: 16px;
    color: #898989;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 3px -1px #000;
    -moz-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    padding: 10px 15px
}

.formGroup2 {
    width: 95%;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    color: #898989;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    margin: 10px auto;
    padding: 10px 15px;
    background: #fff
}


.breadcrumb > .active {
    color: #d4d4d4
}

.breadcrumb li a {
    color: #7491b0;
    text-decoration: none;
    position: relative;
    display: block;
    float: left;
    cursor: default;
    padding: 5px 0 5px 55px;
    background: #d1deeb
}

    .breadcrumb li a:after {
        content: \" \";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #d1deeb;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2
    }

    .breadcrumb li a:before {
        content: \" \";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 35px solid #fff;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1
    }

.breadcrumb li {
    float: left;
    position: relative;
    margin-right: 0
}

    .breadcrumb li:first-child a {
        padding-left: 10px
    }

    .breadcrumb li:last-child a {
        color: #000;
        pointer-events: none;
        cursor: default
    }

        .breadcrumb li:last-child a:after {
            border: 0
        }

.breadcrumb {
    list-style: none;
    font: 14px Helvetica, Arial, Sans-Serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.btn {
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58) !important;
    font-family: Arial, Helvetica, Lato, sans-serif;
    font-weight: 500 !important
}

.btn-group-xs > .btn, .btn-xs {
    font-size: .75rem;
    line-height: .75;
    border-radius: .2rem;
    padding: .25rem .4rem
}

.btn btn-outline-secondary {
    color: #333740 !important;
    border-color: #C8C9C7 !important
}

.btn btn-outline-secondary2 {
    color: #C8C9C7 !important;
    border-color: #C8C9C7 !important
}

.btn btn-outline-secondary:hover {
    color: #212529 !important;
    border-color: #f2f2f2 !important;
    background: #C8C9C7 !important
}

.btn btn-outline-secondary:not(:disabled):not(.disabled).active, .btn btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn btn-outline-secondary.dropdown-toggle {
    color: #003865 !important;
    border-color: #C8C9C7 !important;
    background: #C8C9C7 !important
}
/*
.btn-primary {
    color: #fff !important;
    border-color: #80a1c6 !important;
    background: #80a1c6 !important
}

    .btn-primary:hover {
        color: #80a1c6 !important;
        border-color: #80a1c6 !important;
        background: #fff !important
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #212529 !important;
        border-color: #80a1c6 !important;
        background: #80a1c6 !important
    }*/

.bg-secondary {
    color: #000 !important;
    border-color: #003865 !important;
    background: #eaf0fd !important;
}

.btn-round {
    border-radius: 50px !important;
}

.btn.btn btn-outline-secondary:disabled {
    color: #41413a !important;
    background: #C8C9C7 !important
}

.btn.btn-primary:disabled {
    color: #fff !important;
    border-color: #80a1c6 !important;
    background: #6090c3 !important;
}

.buttonNoBox150 {
    width: 150px;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    border: none
}

.buttonOrangeBox {
    height: 45px;
    color: #fff;
    font-size: 16px
}

.buttonOrangeBox150 {
    width: 150px;
    height: 45px;
    color: #fff;
    font-size: 16px
}

.contentBlock {
    border: 2px solid #cedeee;
    border-radius: 5px;
    font-size: 16px;
    margin: 2px;
    padding: 5px;
    background: #f7f7f7
}

.displayBlock {
    display: block
}



.divFloat1 {
    border: 1px solid #bdbdbd;
    font-size: 16px;
    color: #003865;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    margin: 5px auto;
    padding: 10px 15px;
    background: #fff
}

.divFloat2 {
    width: 95%;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    color: #898989;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    box-shadow: 0 3px 6px -1px rgba(0,0,0,0.58);
    margin: 5px auto;
    padding: 10px 15px;
    background: #fff
}

.bc2 {
    font: 10px Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    color: #045DA2 !important;
    position: relative;
    display: block;
    float: left;
    cursor: default;
    border: 1px solid #c8c9c7;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px
}

.bc2mob {
    font: 10px Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    color: #045DA2 !important;
    position: relative;
    display: block;
    cursor: default;
    border: 1px solid #c8c9c7;
    border-radius: 5px;
    margin: 0;
    padding: 5px
}

.bc2On {
    color: #fff !important;
    font-weight: 600;
    padding: 7px 7px 7px 12px;
    background: #003865 !important
}

.bcOn {
    color: #fff !important;
    font-weight: 600;
    background: #4d5a76 !important
}

@media only screen and (min-width: 768px) {

    .AppAreaIntro {
        flex: 1;
        width: 95%;
        /*height: 100%;*/
        max-width: 1440px;
        /* padding-top: 10px; */
        border: 1px solid #003865;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
        -moz-box-shadow: 0 0 15px 0 rgba(0,56,101,0.5);
        box-shadow: 0 0 15px 0 rgba(0, 56, 101, 0.5);
        margin: 0 auto;
        background: #e6ecef;
        background: #fff;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
