html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


html {
  position: relative;
  min-height: 100%;
}

.PALogo{
    height:50px;
}

body {
  margin-bottom: 60px;
}

.paddingLinks{
    padding-top:11px;
}

.btnTopUp {
    background-color: red;
    color: white;
    margin-left: 10px;
    padding: 10px;
    width: 12%;
}

.balanceTopBar {
    position: absolute;
    top: 28px;
    left: 50%;
    /*    margin-top: 11px;
    padding-left: 29%;*/
}

.balanceTopBar:hover {
    background-color:none!important;
}

.welcomeMessage {
    padding-top: 19px;
    padding-right: 34px;
}

.invoiceMargin {
    margin-left: 25px;
    width: 90%;
    max-width: 750px;
}

.FAQBtnPosition {
    margin-top: 12px;
}

.PasswordBorder {
    border-style: solid;
    border-color: red;
    border-radius: 5px;
    padding-top: 15px;
    border-width: thin;
}

.FAQBtn {
    font-size: 1.4em;
    padding-left: 5px;
    padding-right: 9px;
    color: #737070;
    font-weight:1000;
}

    .FAQBtn:hover {
        color: rgb(229, 125, 1);
    }

.switchRole {
    font-size: 1.3em;
    color: #737070;
    background-color: transparent;
    padding: 12px;
    border: none;
    height: 25px;
}

    .switchRole:hover {
        color: rgb(229, 125, 1);
    }

.switchRolePosition {
    padding-right: 6px;
}

.navbarButton:hover {
    background-color: rgb(204, 229, 255);
    color: white;
}
a {
    text-decoration: none;
}

.cookieconsent {
    position: absolute;
    bottom: 114px;
    width:100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    width: 100vw;
    padding: 0;
    overflow-x: hidden;
    max-width: none !important;
}

.pageView {
    width: 80vw;
    margin: 0 auto;
}

.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;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 72px;
    overflow-x: hidden;
    font-family: Nexa Light;
    /*min-height: 100vh;*/
}

.content {
    width: 70vw;
    margin: 0 auto;
    min-width: 750px;
    max-width: 1200px;
    padding: 15px;
    background-color: white;
    min-height: 74vh;
}

main {
    padding-bottom: 0;
    /*min-height: 100vh;*/
    margin-bottom: 100px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(25, 119, 160);
}

/*---------------------BUTTONS AND LINKS-------------------------*/
.PA-btn {
    border-radius: 0;
    float: right;
    background-color: rgb(16, 54, 121);
    color: white !important;
}

.PA-btn-left {
    border-radius: 0;
    background-color: rgb(16, 54, 121);
    color: white !important;
}

    .PA-btn-left:hover,
    .PA-btn:hover {
        background-color: rgb(255, 139, 1);
    }

.pa-btn-wrapper {
    background: none;
    border: none;
    display: flex;
    color: white;
}

.sqr {
    width: 150px;
    height: 150px;
    text-align: center;
    border: solid 1px rgb(211, 211, 211);
    color: rgb(123, 123, 123);
    display: inline-block;
    padding-top: 40px;
    margin: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s linear;
    position: relative;
}

.rec {
    width: 425px !important;
    height: 150px;
    padding: 5px;
    /*border: solid 1px rgb(211, 211, 211);*/
    color: rgb(123, 123, 123);
    background-color: white;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s linear;
}

    .rec table tr {
        line-height: 5px;
    }

    .rec table th {
        border-top: none;
    }

.rec-lng {
    visibility: visible;
    opacity: 1;
    width: 600px !important;
    overflow-y: auto;
}

.mini {
    width: 100px;
    height: 100px;
    padding: 15px;
    font-size: 0.75em;
    word-wrap: hyphenate;
    word-break: break-word;
}

.PA-darkBlue {
    background-color: rgb(16, 54, 121);
    color: white !important;
}

.PA-lightBlue {
    background-color: rgb(25, 119, 160);
    color: rgb(255, 255, 255) !important;
}

.PA-orange {
    background-color: rgb(255, 139, 1);
    color: white !important;
}

.lightBlueBorder {
    border: solid 2px rgb(25, 119, 160);
    background-color: white;
}

.cover {
    background-color: rgba(152, 152, 152, 0.55);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.popup {
    max-width: 40vw;
    max-height: 70vh;
    overflow: auto;
    padding: 20px;
    z-index: 5;
    position: fixed;
    top: 15vh;
    left: 30vw;
    background-color: white;
    box-shadow: grey 5px 5px 10px;
    display: none;
}

    .popup .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: rgb(139, 139, 139);
        margin-bottom: 10px;
        color: white;
        text-align: center;
        padding: 3px;
    }

        .popup .header i {
            color: white;
            float: right;
            padding: 4px;
            cursor: pointer;
        }

    .popup > .row {
        margin-top: 15px;
    }

.popupActivator {
    cursor: pointer;
}

.toggle-handle {
    background-color: white;
}

.off {
    background-color: lightgray;
}

.btn-primary {
    background-color: rgb(255, 139, 1);
    border-color: rgb(229, 125, 1);
}

    .btn-primary:hover {
        background-color: rgb(229, 125, 1);
        border-color: rgb(236, 160, 70);
    }

.checkbox-inline {
    margin-left: 50px;
}
/*#region checkboxes and radio btns*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #A1A1A1;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: rgb(255, 139, 1);
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    text-align: center;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label:before {
        content: "\0020";
        border: 0.1em solid #000;
        border-radius: 0.2em;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding-top: 0.1em;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
        margin-right: 15px;
    }

    input[type=checkbox] + label:active:before {
        transform: scale(0);
    }

    input[type=checkbox]:checked + label:before {
        background-color: rgb(255, 139, 1);
        border-color: rgb(88, 88, 88);
        color: #fff;
    }

    input[type=checkbox]:disabled + label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    input[type=checkbox]:checked:disabled + label:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }

/*#endregion*/
/*---------------------Tables--------------------------*/
.tblHeader {
    background-color: rgba(25, 119, 160,.7);
    color: white;
}

.caseDetailsTable th,
.caseDetailsTable td {
    padding: 3px;
}

.table td .fa,
.table td .far,
.table td .fas {
    text-align: center;
}

th {
    text-align: center;
}
/*rgb(16, 54, 121);
rgb(25, 119, 160);;
rgb(255, 139, 1);*/




/*-----------------Actual PA Colors------------------------*/
/*rgb(070,080,098);
rgb(104,153,174);
rgb(247, 155, 46);*/
/*----------------NAVBAR TOP-------------------------------*/
.quickLinks {
    display: inline-flex;
    float: right;
    padding: 0 15px;
    font-size: 20px;
}

.pa-logo {
    width: 210px;
}

.logo {
    width: 211px;
    display: inline-block;
}

.settings,
.shortcuts,
.user,
.notification {
    padding: 5px;
    padding-right: 15px;
    color: rgb(16, 54, 121);
}

.notification {
    color: red;
}

.PA-nav {
    padding: 10px;
    box-shadow: 0 0px 27px 0px rgb(171, 171, 171);
    margin-bottom: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: -50px;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 7px 10px;
        text-decoration: none;
        display: block;
        font-size: 15px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

    .dropdown-content p {
        text-align: center;
        font-size: 15px;
        text-decoration: none;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: rgb(255, 139, 1);
}

.orange-notif {
    padding: 20px;
    width: 80vw;
    margin: 50px auto;
    background-color: orange;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
}

.red-notif {
    padding: 20px;
    width: 80vw;
    margin: 50px auto;
    background-color: red;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
}

.green-notif {
    padding: 20px;
    width: 80vw;
    margin: 50px auto;
    background-color: lawngreen;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
}
/*#region Headings and titles */
.pa-header {
    color: white;
    background-color: rgb(25, 119, 160);
    width: 100%;
    padding: 5px;
    letter-spacing: 2px;
    font-weight: 500;
}

.pa-header-blue {
    width: 100vw;
    border-bottom: solid 2px rgb(16, 54, 121);
    margin-top: 10px !important;
}

    .pa-header-blue .outer {
        background-color: rgb(16, 54, 121);
        display: inline-block;
        color: white;
        padding: 15px;
        padding-bottom: 0;
        margin-left: 20px;
        transform: skewX(-20deg);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-bottom: 0;
    }

        .pa-header-blue .outer .txt {
            display: inline-block;
            transform: skewX(20deg);
            font-size: 1.5rem;
        }

.pa-subheader {
    padding: 3px;
    padding-left: 10px;
    margin: 5px 0;
    border-bottom: solid rgb(19 0 113) 1px;
    padding-bottom: 25px !important;
    padding-left: 25px;
}

h2 {
    margin-left: 20px;
}

.hNeat {
    font-variant: small-caps;
    font-weight: 700;
    margin-left: 0;
}

.pa-subtitle {
    font-weight: 700;
    margin: 4px;
    letter-spacing: 1px;
    font-style: italic;
}

.pa-inp {
    max-width: 300px;
    display: inline-block;
}

.pa-lbl {
    display: inline-block;
    width: 250px;
}

.form-control,
.form-control:active,
.form-control:focus {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px black;
    padding-bottom: 0;
    box-shadow: none;
    color: gray;
}

    .form-control:focus {
        color: blue;
        border-bottom: solid 1px blue;
    }

    .form-control:disabled {
        border: none;
    }

.inp-light:focus,
.inp-light {
    color: white;
    border-bottom: solid 1px white;
}

    .inp-light::-webkit-input-placeholder { /* Edge */
        color: #b8b8b8 !important;
    }

    .inp-light:-ms-input-placeholder { /* Internet Explorer */
        color: #b8b8b8 !important;
    }

    .inp-light::placeholder {
        color: #b8b8b8 !important;
    }

    .inp-light > option {
        color: black;
    }

    .inp-light select:-webkit-autofill,
    .inp-light select:-webkit-autofill:hover,
    .inp-light select:-webkit-autofill:focus,
    .inp-light select:-webkit-autofill:active,
    .inp-light:-webkit-autofill,
    .inp-light:-webkit-autofill:hover,
    .inp-light:-webkit-autofill:focus,
    .inp-light:-webkit-autofill:active {
        border: none;
        border-bottom: solid 1px #b8b8b8;
        -webkit-text-fill-color: black;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
    }

.btn-blank {
    border: none;
    background-color: white;
}
/*#endregion */

/*#region footer*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    padding: 10px;
    background-color: rgb(16, 54, 121);
    color: white;
}

.footerLink {
    color: white;
    display: block;
    text-align: center;
}

    .footerLink:hover {
        color: white;
        font-weight: 600;
    }

.footerHeader {
    text-align: center;
    font-weight: 600;
    color: orange;
}

.footerCol,
.footerCol2 {
    width: fit-content;
    margin-left: 50px;
    border-right: solid 1px white;
    padding-right: 30px;
    display: inline-block;
}

.footerCol2 {
    float: right;
    border: none;
    text-align: center;
    padding-right: 52px;
}

    .footerCol2 .footerLink {
        display: inline-block;
    }
/*#endregion*/
/*#region accessibility*/
.accessibleCol {
    border: solid 2px black;
    background-color: white;
    color: black;
}

.accessibleColInv .outer,
.accessibleColInv {
    background-color: black;
    color: white !important;
}

    .accessibleColInv.PA-btn:hover {
        border: solid 2px black;
        background-color: white;
        color: black !important;
    }

.accessibleTxt {
    color: black;
}

    .accessibleTxt:hover {
        color: black !important;
        font-weight: 800;
    }

li[data-name="prepub"] > .accessibleColInv {
    padding-top: 10px;
    padding-left: 10px
}

.globalAccessible {
    font-size: 1.2em;
}

.accessibleInner {
    background: black !important;
}

.accessibleRadio::after {
    background: black !important;
}
/*#endregion*/


/*#region loading*/
.loader {
    display: block;
    position: absolute;
    top: 400px;
    left: 50%;
}
/*#endregion*/

.ghost-mode {
    background-color: white;
    padding: 7px;
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
}

/* scrollbar */
.rec-lng::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.rec-lng::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rec-lng::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    .rec-lng::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }
