@charset "UTF-8";
/* variables */
/* mixins */
/* STYLES */
/*  typography */
a {
    color: #002776 !important;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    color: #002776;
    font-size: 24px;
    line-height: 24px;
}

/*  layout  */
body {
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: white;
    font: 12px sans-serif;
}

.container {
    width: 480px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.content {
    margin: 0 0 25px;
}

.pruh {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 10px;
    /* stops bg color from leaking outside the border: */
}

.pruh-dev {
    /*background-color: #2D9CDB;*/
    background-color: #27AE60;
}

.pruh-test {
    /*background-color: #27AE60;*/
    background-color: #00CCFF;
}

.pruh-prod {
    /*background-color: #FDC82F;*/
    background-color: #fdc82f;
}

.theme-dev {
    --mdc-theme-primary: #27AE60;
    --cas-theme-primary: #27AE60;
}

.theme-test {
    --mdc-theme-primary: #00CCFF;
    --cas-theme-primary: #00CCFF;
}

.theme-prod {
    --mdc-theme-primary: #fdc82f;
    --cas-theme-primary: #fdc82f;
}

img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 25px 0 5px 0;
}

/* form */
form {
    display: inline-block;
    height: auto;
    width: 100%;
    margin: 7px 0 10px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
    display:block;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 4px 6px;
    width: 273px;
    height: 30px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

input[type="text"]:focus,
input[type="password"]:focus {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}

h3.disclaimer {
    font-size: 13px;
    color: #777777;
    display: block;
}

ul.disclaimer {
    padding: 0;
    margin: 0 0 10px 0;
}
ul.disclaimer li {
    list-style-type: none;
    margin-bottom: 5px;
    color: #777777;
    font-size: 11px;
}
ul.disclaimer a, ul.disclaimer a:hover, ul.disclaimer a:visited {
    color: #777777 !important;
}

.smallbutton {
    display: block;
    width: auto;
    height: 30px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    /*background-color: #002776!important;*/
    font-weight: bold;
    color: #002776!important;
    border: 0;
    cursor: pointer;
    text-transform: none!important;
    padding: 0, 0, 0, 0;
}
.smallbutton:hover {
    color: white!important;
}

.devicePanel {
    min-width: 290px;
}

/* alert */
.banner {
    padding: 8px 14px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: auto;
    display: inline-block;
}

.banner.banner-danger {
    justify-content: center;
    background-color: #fee5e2;
    color: #d60411;
    border: 1px solid #d60411;
    width: 100%;
    margin-top: 10px;
}

.error-text {
    padding-left: 1rem;
}

.loginMessageView {
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 0px;
}

.mdc-list-item {
    font-size: 13px;
}

div {
    display: block;
}

/**
* CPOST
**/
body main#main-content{
    padding-top: 0px!important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px!important;
}

footer.cpost-footer{
    display:block!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
main#main-content div#content,
main#main-content div.mdc-card
{
    box-shadow: none!important;
    margin-left:0px!important;
    padding-top: 0px!important;
    padding-left:  0px!important;
    padding-right: 0px;
    padding-bottom: 0px!important;

}

/**
* LOGIN FORM
**/
section#loginForm .mdi-security::before{
    display:none;
}

section#loginForm span#login-form-title{
    display: block;
    font-size: 1.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align:left;
}
section#loginForm label{
    display: block;
    margin-bottom: 5px;
}
body.login .login-section {
    padding: 0 0 0 0 ;
}

section#loginForm .d-flex, body.login main#main-content div.d-flex {
    display:block!important;
}

section#loginForm hr {
    display:none;
}

button.mdc-button{
    text-transform: none;
}