﻿
/*Override lightbox display height for iframe*/
.slbWrap::before{
    height:0;
}


body {
    background: white;
}

.container {
    position: relative;
/*    min-height: 100%;
    height: 100%;*/
}

.page-content {
    display: flex;
    /*    height: 100%;*/
    /*min-height: 700px;*/
    align-items: flex-start;
}

.main-content .warning-message{
    margin-bottom: 15px;
    max-width: 900px;
}

.display-message {
    margin-bottom: 15px;
}

.page-buttons {
    padding: 20px 5px;
    text-align: center;
}

#feedback-description textarea {
    min-height: 150px;
}

#submit-feedback-external-btn {
    color: #303844;
    position: absolute;
    right: 10px;
    bottom: 3px;
}

submit-feedback-external-btn:hover {
    color: #303844;
}

.layout-footer {
    height: 15px;
    text-align: center;
    color: white;
    font-size: .8em;
    background: #303844;
    padding-top: 2px;
    z-index: 99;
}

#powered-by-firefly {
    cursor: pointer;
}

    #powered-by-firefly:hover {
        color: #0275d8;
    }
