﻿/* begin dialog related */
div.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 10;
}

dialog {
    position: fixed;
    top: 100px;
    left: 10%;
    z-index: 200;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-width: 400px;
    /*min-height: 600px;*/
}

dialog header {
    color: #fff;
    text-shadow: none;
    background: #E6F1FA;
    /*
    width: 100%;
    */
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #0057A3;
    /*
    border-color: #A01E21;
    border-width: 1px 1px 1px 1px;
    */
}

dialog header h1, dialog header h1.title {
    color: #01417F;
    margin: 0px;
    font-family:source-serif-pro, Georgia, serif;
    font-size: 32px;
    font-weight: 400;
}

dialog section {
    padding: 1rem;
}

dialog menu {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
dialog .field-label {
    font-size: 16px;
    font-weight: 700;
}
dialog .field-item {
    min-height: 22.5px;
}

@media (min-width: 768px) {
    dialog {
        left: calc(50% - 30rem);
        width: 60rem;
    }
}
/* end dialog related */
#content {
    min-height: 500px;
}

@media print {
    #header, #navigation, #sidebar-first, #footer, #top-bar-wrapper, .print-link {
        display: none;
    }

    .container_12 .push_3 {
        left: 0%;
    }

    .container_12 .grid_9 {
        width: 98%;
    }
}

dialog pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: source-serif-pro, Georgia, serif;
}
.message {
    clear: both;
    font-family: source-serif-pro, Georgia, serif;
    font-size: 1.26rem;
    font-weight: bold;
    line-height: 1.5;
    font-style: italic;
    margin: 4px 0px;
    color: #A01E21;
}
