﻿#DistrictName {
    display: block;
    font-family: "century gothic", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    color: rgb(102, 51, 153) !important;
}

.login-content {
    position: relative;
}

.panel.district-events {
    left: 100%;
    top:0;
    min-width: 250px;
    position: absolute;
    margin-left: 15px;
}

@media (max-width: 1024px) {
    .panel.district-events {
        position: relative;
        margin-left: 0px;

        left: auto;
        top: auto;
        width: 100%;
    }
}

.pxp-forgot-password-link {
    display: block;
    text-align: right;
    font-size: small;
}

.login-more {
    position: relative;
}

.login-more > .expander {
    border-bottom: 3px solid #ddd;
}

.login-more > .expander:after {
    content: "";
    display: table;
    clear: both;
}

.login-more .btn-more {
    display: inline-block;
    vertical-align: middle;

    color: #334488;
    background-color: #dddddd;
    float: right;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}

.login-more .btn-more:hover {
    background-color: #cccccc;
    color: #5566AA;
}

.login-more .btn-more > .glyphicon {
    display: inline-block;
    vertical-align: middle;
}

/* glyphicon-chevron-down */
.login-more .btn-more > .glyphicon:before {
    content:"\e114";
}

/* glyphicon-chevron-up */
.login-more.open .btn-more > .glyphicon:before {
    content:"\e113";
}

.login-more .more-options {
    overflow: hidden;
    
    max-height: 0;
    transition: max-height 0.25s ease-out;
}

.login-more.open .more-options {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}

.login-more .more-options > ul {
    list-style-type: none;
    padding: 5px 15px;
    text-align: center;
}

.login-more .more-options > ul  > li {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
}

.login-more .more-options > ul > li.separator {
    display: block;
}

.login-more .more-options > ul  > li > .pxp-login-more-link {
    display: block;
    color: #334488;
}

.login-more .more-options > ul > li .fa,
.login-more .more-options > ul > li .fab {
    font-size: 32px;
}

.login-more .more-options > ul  > li > .pxp-login-more-link > span {
    white-space: nowrap;
    display: block;
    font-size: 18px;
}

.login-more .more-options > ul > li.mobile-app-url {
    display: block;
}

.login-more .more-options > ul > li.mobile-app-url .fa {
    font-size: inherit;
}

input[type='radio'] + span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 1em;
    font-size: 100px;
    line-height: 100px;
    background-color: #ccc;
    z-index: -1;
}

input[type='radio']:checked + span.yes::before {
    background-color: #21a217;
}

input[type='radio']:checked + span {
    color: #fff;
}

input[type='radio']:checked + span.no::before {
    background-color: #ff0000;
}

input[type='radio'] + span {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 30px 0 30px;
    z-index: 1;
}

.error-message {
    color: #ff0000;
}

.question-row {
    background: #eee;
    margin-bottom: 1px;
    padding: 15px;
}

.question-row.error {
    background: #feffbf;
}

.login-content {
    min-width: 600px;
}


@media screen and (max-width:991px) {
    .login-content {
        min-width: 0;
    }
}

ul.saml-links {
    max-width: 800px;
    list-style-type: none;
    margin: 0;
}

ul.saml-links > li:not(:only-child) {
    margin: 5px;
}

ul.saml-links > li > a {
    display: block;
    text-align: center;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
