/*	Fever Digital
	PG Member Area - CSS */
body {
    font-family: museo-sans, sans-serif;
    font-weight: normal;
    font-weight: 500;
    color: #555;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #009b82;
    letter-spacing: -0.025em;
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.9rem;
}

h4 {
    font-size: 1.5rem;
}

p, li, td {
    font-size: 1rem;
    font-weight: 300;
}

td, th {
    padding: 5px;
}

.pggreen {
    background-color: #009b82 !important;
}

body.blob-full-01 {
    background: url(../img/blob-full-01.jpg) no-repeat top;
}

body.blob-small-01 {
    background: url(../img/blob-small-01.jpg) no-repeat top;
}

div.logo-main img {
    margin: 30px 0 0 0;
}

div.header-contact {
    text-align: right;
}

div.header-contact p {
    color: #fff;
    font-weight: 500;
    font-size: 1.7em;
    line-height: 1.3em;
    margin-bottom: 0;
}

div.header-contact p span {
    font-size: 1.5em;
    letter-spacing: -0.03em;
}

/* navigation */
nav {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

nav ul li a:link,
nav ul li a:active,
nav ul li a:visited {
    font-weight: 500;
    color: #005581;
}

/* change colour of nav down arrow */
nav ul li a i {
    color: #aaa;
}

nav ul {
    width: 100%;
}

a.dropdown-trigger i.right {
    margin-left: 5px;
}

/* side menu nav */
.sidenav li > a {
    height: 42px;
    line-height: 42px;
}

.sidenav li > a > i.material-icons {
    margin: 0;
    height: 42px;
    line-height: 42px;
}

.sidenav li ul li a {
    background: #f5f5f5;
    padding: 0 42px;
    color: #666;
}

.sidenav li.active > a {
    background: #009b82;
    color: #fff;
}

/* overwrite border radius */
.btn, .btn-large, .btn-small, .btn-flat, .card-panel {
    border-radius: 10px;
}

/* adjust font size of dropdown menu item */
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 1rem;
}

/* round corners on first menu item */
nav ul li.active:first-child {
    border-radius: 10px 0 0 10px;
}

nav ul li:first-child a {
    border-radius: 10px 0 0 10px;
}

.dropdown-content {
    width: auto;
}

.dropdown-content li:first-child a {
    border-radius: 0;
}

a.sidenav-trigger:link,
a.sidenav-trigger:active,
a.sidenav-trigger:visited {
    color: #005581;
}

/* login specific styles */
div.login-container {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

div.login-form-container {
    background: #f5f5f5;
    border-radius: 20px;
    margin: 40px 0;
    padding: 50px 0 30px 0;
}

.page-footer {
    padding-top: 100px;
    color: #fff;
    background: #70cbd2 url(../img/footer-curve.png) no-repeat top;
    background-size: 100% 81px;
}

.page-footer p {
    color: #51949a;
    font-size: 0.9rem;
}

div.noticeboard {
    background: #ff9 url(../img/noticeboard-bg.png) no-repeat top right;
    border-radius: 10px;
    padding: 14px 24px;
}

div.noticeboard h3,
div.noticeboard p,
div.noticeboard li {
    color: #8a8a53;
}

div.noticeboard h3 {
    margin: 10px 0;
}

div.side-panel {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 1px 24px 24px 24px;
    margin-top: 50px;
}

div.side-panel h3 {
    color: #005581;
}

div.validation {
    background: #FFBABA;
    border-radius: 10px;
    margin-bottom: 40px;
}

div.validation p {
    font-size: 0.95em;
    color: #886363;
}

p.small {
    color: #666;
    font-size: 0.9em;
}

table.payment-summary [type="checkbox"] + span:not(.lever) {
    height: 15px;
}

.card-payment-submit .input-field {
    margin-bottom: 0;
}

.card-payment-submit a.btn-large {
    margin-top: 1em;
}

span.emph {
    display: inline-block;
    margin-right: 0.5em;
    font-weight: 500;
    color: #009b82;
}

.current-nominees .collection-item.avatar i.circle {
    background-color: #009b82;
}

div.change-mind {
    background: #f5f5f5;
    border-radius: 7px;
    padding: 1px 0 1px 0;
    margin-top: 15px;
    text-align: center;
}

div.form-breadcrumb {
    background: #f5f5f5;
    border-radius: 10px;
}

div.form-breadcrumb ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.form-breadcrumb ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0.6em 3em 0.6em 0;
    background: url(../img/claim-next-arrow-grey.png) no-repeat right;
    color: #999;
}

div.form-breadcrumb ul li a:link,
div.form-breadcrumb ul li a:active,
div.form-breadcrumb ul li a:visited {
    color: #009b82;
}

div.form-breadcrumb ul li.active {
    font-weight: bold;
    color: #fff;
    padding: 0.6em 3em;
    background-color: #009b82;
    background-image: url(../img/claim-next-arrow.png), url(../img/claim-next-arrow-inv.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right, left;
}

div.form-breadcrumb ul li.active:first-child {
    padding: 0.6em 3em 0.6em 1.5em;
    background-color: #009b82;
    background-image: url(../img/claim-next-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}

div.form-breadcrumb ul li:first-child {
    padding: 0.6em 0 0.6em 1.5em;
    background: #f5f5f5;
    border-radius: 10px 0 0 10px;
}

div.form-breadcrumb ul li.active:first-child {
    border-radius: 10px 0 0 10px;
}

div.form-breadcrumb ul li.active a:link,
div.form-breadcrumb ul li.active a:active,
div.form-breadcrumb ul li.active a:visited {
    color: #fff;
}

/* new form breadcrumbs */
div.form-bcrumb {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 0.3em;
    margin-bottom: 1em;
    text-align: center;
    clear: both;
}

div.form-bcrumb ul.youarehere {
    margin: 1em;
    padding: 0;
    list-style: none;
}

div.form-bcrumb ul.youarehere li {
    display: inline-block;
}

div.form-bcrumb ul.youarehere li.dot {
    background: #fff;
    border: 3px solid #009b82;
    text-indent: -5000px;
    width: 18px;
    height: 18px;
    line-height: 12px;
    border-radius: 9px;
    transition: background 0.2s ease-in-out;
    margin: 0 4px;
}

div.form-bcrumb ul.youarehere li.dot:hover {
    background: #009b82;
}

div.form-bcrumb ul.youarehere li.stepdone {
    background: #ccc;
    cursor: pointer;
}

div.form-bcrumb ul.youarehere li.activepage a:link,
div.form-bcrumb ul.youarehere li.activepage a:active,
div.form-bcrumb ul.youarehere li.activepage a:visited {
    display: block;
    background: #009b82;
    color: #fff;
    padding: 0.7em 2em;
    border-radius: 10px;
    margin: 0 5px;
}

/* form specific styles */
.form-surround {
    margin: 1em 0 2em 0;
}

.form-surround .row {
    border-bottom: 2px solid #f5f5f5;
    padding-top: 1em;
    transition: background 0.2s ease;
    margin: 0;
    position: relative;
}

.form-surround .row:hover {
    background: #f5f5f5;
}

.form-surround .collapsible {
    position: absolute;
    background: #fff;
    margin: 0 20px 0 0;
}

.form-surround .row p {
    margin-bottom: 0;
    margin-top: 0;
    color: #26a69a;
}

.help-prompt {
    position: absolute;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #26a69a;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.2s ease;
    transition-delay: 0.3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}

.help-prompt h3 {
    font-size: 1.2em;
    color: #26a69a;
    margin-top: 0;
}

.form-surround .row:hover .help-prompt {
    opacity: 1;
}

.form-surround .row .switch {
    margin-top: 10px;
}

.form-surround .collapsible li.active {
    margin: 0 10px;
}

.box-input-select {
    display: inline-block;
    margin: 1em 10px 1em 0;
}

label.box-select-surround {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #26a69a;
}

label.box-select-surround:hover {
    background: #ddd;
}

.box-input-select input[type=checkbox] {
    opacity: 0;
}

.masked-checkbox:checked + label {
    color: #fff;
    background: #26a69a;
}

.masked-checkbox:checked + label p {
    color: #fff;
}

.painscale:checked + label {
    color: #fff;
    background: #bbb;
}

.form-controls {
    background: #eee;
    border-radius: 10px;
    margin: 1em 0;
    text-align: center;
    padding: 1em 0;
}

.logout-link {
    color: #818181;
    float: right;
}

.logout-link a:link,
.logout-link a:active,
.logout-link a:visited {
    border-radius: 0 10px 10px 0;
    color: #818181;
}

div.feedback-smileys {
    background: red;
    margin-top: 10px;
}

div.feedback-smileys div {
    float: left;
    text-align: center;
    margin-right: 20px;
}

div.feedback-smileys div p {
    margin-top: 0;
}

div.feedback-smileys div label {
    display: block;
    cursor: pointer;
}

div.feedback-smileys div label i {
    transition: all 0.2s linear;
}

div.feedback-smileys div label i.smiley-1 {
    color: #e2886c;
}

div.feedback-smileys div label i.smiley-2 {
    color: #ecac67;
}

div.feedback-smileys div label i.smiley-3 {
    color: #f5ce62;
}

div.feedback-smileys div label i.smiley-4 {
    color: #94bd77;
}

div.feedback-smileys div label i.smiley-5 {
    color: #57bb8a;
}

div.feedback-smileys div input:checked + label i {
    filter: brightness(55%);
}

div.feedback-smileys div label i:hover {
    filter: brightness(65%);
}

/* overwrite container max width */
@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

/* nav menu tweaks to prevent wrapping */
@media only screen and (max-width: 1130px) {
    nav ul a {
        padding: 0 9px;
    }

    a.dropdown-trigger i.right {
        margin-left: 0px;
    }
}

/* mobile styles */
@media only screen and (max-width: 679px) {
    div.form-bcrumb ul.youarehere li.dot {
        margin: 0 2px;
    }

    div.form-bcrumb ul.youarehere li.activepage a:link,
    div.form-bcrumb ul.youarehere li.activepage a:active,
    div.form-bcrumb ul.youarehere li.activepage a:visited {
        display: block;
        background: #009b82;
        color: #fff;
        padding: 0.7em 1em;
        border-radius: 10px;
        margin: 0;
    }

    div.form-bcrumb {
        padding: 0.3em 0;
    }
}

.gradient_0 {
    background: #57bb8a;
}

.gradient_1 {
    background: #73b87e;
}

.gradient_2 {
    background: #94bd77;
}

.gradient_3 {
    background: #b0be6e;
}

.gradient_4 {
    background: #d4c86a;
}

.gradient_5 {
    background: #f5ce62;
}

.gradient_6 {
    background: #e9b861;
}

.gradient_7 {
    background: #ecac67;
}

.gradient_8 {
    background: #e79a69;
}

.gradient_9 {
    background: #e2886c;
}

.gradient_10 {
    background: #dd776e;
}

.anti-gradient_10 {
    background: #57bb8a;
}

.anti-gradient_9 {
    background: #73b87e;
}

.anti-gradient_8 {
    background: #94bd77;
}

.anti-gradient_7 {
    background: #b0be6e;
}

.anti-gradient_6 {
    background: #d4c86a;
}

.anti-gradient_5 {
    background: #f5ce62;
}

.anti-gradient_4 {
    background: #e9b861;
}

.anti-gradient_3 {
    background: #ecac67;
}

.anti-gradient_2 {
    background: #e79a69;
}

.anti-gradient_1 {
    background: #e2886c;
}

.anti-gradient_0 {
    background: #dd776e;
}
