﻿html {
    height: 100%;
}

body {
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-color: #F5F5F5;
}

.content {
    width: 100%;
    overflow: hidden;
}

main {
    flex: 1 0 auto;
}

::-ms-reveal {
    display: none;
}

.tc-text {
    border: 1px solid #9E9E9E;
    overflow-x: auto;
    width: 100%;
    max-height: 300px;
}

@media only screen and (max-width: 600px) {
    .tc-text {
        max-height: 190px;
        font-size: 11px;
    }
    .tc-accept {
        font-size: 12px !important;
        line-height: 14px !important;
    }
}

.navbar-header {
    position: relative;
    top: -4px;
}

.nav-item {
    min-width: 200px;
}

.form-label-top {
    display: none;
}

.form-line-error {
    background: none transparent;
}

.form-error-message, .form-required {
    display: none !important;
}

.form-validation-error {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    margin: 0 0 4px 0 !important;
    height: 2.5rem;
}

.input-field > label:not(.label-icon).active {
    transform: translateY(-8px) scale(0.8);
    transform-origin: 0 0;
}

.input-field .helper-text {
    font-size: 10px !important;
}

.gc-color {
        color: #0052ab !important;
}

.fullwidth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center; /*This will result in centering the link text, which is probably what you want -brianjohnsondesign.com*/
}

.icon-banner {
    font-size: 40px;
    font-weight: 600;
}

.icon-banner > img {
    vertical-align: middle
}

.icon {
    position: relative;
    top: -10px;
}

span.field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}

.tagline {
    position: fixed;
    right: 40px;
    bottom: 40px;
}

.tenant-circle {
    width: 80px;
    height: 80px;
    line-height: 90px;
    border-radius: 50%;
    padding: 15px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #9e9e9e;
}

.tenant-name {
    font-size: 18px;
    font-weight: 600;
    padding: 6px;
}

.page-header {
    height: 250px;
}

.page-footer {
    padding: 0;
    background-color: transparent !important;
}

.page-footer .footer-copyright {
    background-color: transparent !important;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.manage-page .user-data {
    overflow: auto;
}

.page-consent .client-logo {
    float: left;
}

.page-consent .client-logo img {
    width: 80px;
    height: 80px;
}

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
    font-weight: normal;
}

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.grants .grant img {
    width: 100px;
    height: 100px;
}

.grants .grant .clientname {
    font-size: 140%;
    font-weight: bold;
}

.grants .grant .granttype {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .created {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .expires {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant li {
    list-style-type: none;
    display: inline;
}

.grants .grant li:after {
    content: ', ';
}

.grants .grant li:last-child:after {
    content: '';
}

.sts-page {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 280px;
    overflow: hidden;
}

.sts-page .card {
    min-width: 260px;
    border-radius: 8px !important;
    margin: 0 auto;
    padding: 8px 20px;
    z-index: 99;
}

.sts-page .card.full {
    width: 100%;
    height: auto;
    min-height: 380px;
}

.sts-page .card.large {
    max-width: 480px;
    height: auto;
    min-height: 380px;
}

.sts-page .card.medium {
    max-width: 360px;
    height: auto;
    min-height: 380px;
}

.sts-page .card-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
}

.sts-page .card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0 8px 0;
}

.sts-page .card-title.large {
    font-size: 40px;
    font-weight: 600;
    margin: 4px 0 4px 0;
}

.sts-page .card-title .subtitle {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .sts-page .card-title.large {
        font-size: 26px;
    }
    .sts-page .card-title {
        font-size: 18px;
    }

    .sts-page .card-title .subtitle {
        font-size: 12px;
    }
}

.sts-page .card-content {
    padding: 8px;
}

.sts-page .card-content .row {
    margin-top: 10px;
    margin-bottom: 0;
}

.sts-page .input-field {
    margin: 0;
}

.sts-page .card-action {
    border-top: 0px !important;
}

.sts-page .summary {
    margin: 0;
    min-height: 30px;
}

.sts-page .validation-summary-errors ul {
    font-size: 13px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}


@media only screen and (max-width: 600px) {

    .sts-page .card-content {
        padding: 4px;
    }

    .sts-page .card-content .row {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .sts-page .validation-summary-errors ul {
        font-size: 11px;
        margin-top: 8px !important;
        margin-bottom: 3px !important;
    }
}

#m-check-mark {
    margin: 20px 0;
    width: 150px;
    height: auto;
    display: inline;
    color: #7E9C30;
}

#checkmark {
    stroke-dasharray: 640;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: draw-around 1s;
    -ms-animation: draw-around 1s;
    animation: draw-around 1s;
}

@-ms-keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }

    10% {
        stroke-dashoffset: 640;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }

    10% {
        stroke-dashoffset: 640;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }

    10% {
        stroke-dashoffset: 640;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

