﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

a {
    text-decoration: none;
    color: #ff6900;
}

img.logo {
    margin-bottom: 20px;
}

.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
}

.alert-warning {
    background-color: #ffe4cd;
    border-color: #ffdcba;
}

.badge-administrator {
    color: #f58634;
    font-style: italic;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    /*    background-color: #948a84;*/
}

.navbar {
    min-height: 57px;
    border-bottom: solid 1px #e7e7e7;
}

    .navbar .navbar-brand img {
        width: 148px;
        margin-top: -5px;
    }

.btn-primary {
    color: #fff !important;
    background-color: #f58634 !important;
    border-color: #f58634 !important;
}

    .btn-primary.hover, .btn-primary:hover {
        color: #fff !important;
        background-color: #ef761e !important;
        border-color: #f58634 !important;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(255, 122, 38, 0.5) !important;
    }

    .btn-primary.active, .btn-primary:active {
        color: #fff !important;
        background-color: #f58634 !important;
        border-color: #f58634 !important;
    }

.btn-secondary {
    background-color: #a9a9a9;
    color: #fff;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin a {
        display: block;
        margin: 10px 0;
    }

    .form-signin .form-signin-logo {
        display: block;
        width: 190px;
        height: 42px;
        margin: 0 auto;
    }

    .form-signin .ministry-label {
        color: #f58634;
        text-shadow: 1px 1px #ddd;
    }

    .form-signin .separator {
        font-size: 15px;
        margin: 24px auto;
        position: relative;
        overflow: hidden;
        width: 100px;
        text-align: center;
    }

    .form-signin .text-danger {
        display: inline-block;
        margin-bottom: 10px;
    }

    .form-signin .form-signin-heading {
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.assessments {
}

    .assessments .card {
        min-width: 195px;
        margin-bottom: 1.5rem !important;
    }

        .assessments .card .card-header {
            text-align: center;
        }

.learnmodal .modal-body {
    padding: 0;
}

#AssessmentPanel .list-group-item {
    min-height: 50px;
    display: inline-block;
}

.list-group-item.active {
    background-color: #f58634;
    border-color: #f58634;
    color: #fff;
}

.epersonality-assessment {
    max-width: 35rem;
    margin: 0 auto;
}

    .epersonality-assessment #WelcomePanel .card-body {
        text-align: center;
    }

    .epersonality-assessment #WelcomePanel .card-body .card-text {
        text-align: left;
    }
    .epersonality-assessment #WelcomePanel img.logo {
        margin-bottom: 20px;
    }

    .epersonality-assessment #WelcomePanel button {
        margin-top: 20px;
    }

.epersonality-results {
}

    .epersonality-results .logo {
        max-width: 200px;
        width: 40%;
    }

    .epersonality-results .summary-image {
        max-width: 480px;
        width: 100%
    }

    .epersonality-results .title {
        text-transform: uppercase;
    }

.gracegifts-assessment {
    max-width: 35rem;
    margin: 0 auto;
}

    .gracegifts-assessment #WelcomePanel .card-body {
        text-align: center;
    }

    .gracegifts-assessment #WelcomePanel .card-text {
        text-align: left;
    }

    .gracegifts-assessment #WelcomePanel img.logo {
        margin-bottom: 20px;
    }

    .gracegifts-assessment #WelcomePanel button {
        margin-top: 20px;
    }

.gracegifts-results {
}

    .gracegifts-results .logo {
        max-width: 162px;
        width: 40%;
    }

    .gracegifts-results label {
        cursor: pointer;
    }

        .gracegifts-results label.active {
            background-color: #f58634;
            color: #fff;
        }

    .gracegifts-results .summary-image {
        max-width: 480px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

.leadershipstyle-assessment {
    max-width: 35rem;
    margin: 0 auto;
}

    .leadershipstyle-assessment #WelcomePanel .card-body {
        text-align: center;
    }

    .leadershipstyle-assessment #WelcomePanel .card-body .card-text {
        text-align: left;
    }

    .leadershipstyle-assessment #WelcomePanel img.logo {
        margin-bottom: 20px;
    }

    .leadershipstyle-assessment #WelcomePanel button {
        margin-top: 20px;
    }

.leadershipstyle-results {
}

    .leadershipstyle-results .logo {
        max-width: 162px;
        width: 40%;
    }

    .leadershipstyle-results .summary-image {
        max-width: 480px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }


.edit-account {
    padding-top: 30px;
}

    .edit-account .display-card {
        min-width: 300px;
        max-width: 400px;
    }


.panel-skills, .panel-skills-edit {
}

    .panel-skills-edit .tt-menu {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        cursor: pointer;
    }

/* Ministry Registration */
.ministry-registration {
}

    .ministry-registration .alert {
        max-width: 700px;
    }

    .ministry-registration .card {
        max-width: 700px;
    }

/* Individual registration */
.individual-registration {
}

    .individual-registration .alert {
        max-width: 700px;
    }

    .individual-registration .card {
        max-width: 700px;
    }

    .individual-registration .ministry-name {
        color: #f58634;
        font-weight: bold;
    }

    .individual-registration .registration-key {
        text-align: center;
    }

/* Forgot Password */
.forgot-password {
}

    .forgot-password .card, .forgot-password .alert {
        max-width: 700px;
    }
