﻿/*
 *	GENERAL
 **********************************************************
 */

.Content-Panel {
    padding: 0 5px 5px 0;
    height: 100%;
    width: 85%;
    margin: 0;
}
/* Contains all content for an individual panel */

.Content-Panel-Hidden {
    display: none;
    visibility: hidden;
}

.Panel-Title {
    font-family: Verdana;
    font-size: 100%;
    font-weight: bolder;
    color: black;
}

.Panel-Description {
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    padding: 10px 0px;
}

.Panel-Middle {
    text-align: center;
}

.Panel-Line {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 4px;
    background-image: linear-gradient(to right,#4d84ad, white);
}

.Notification-Frame {
    color: black;
    border: solid 1px #cecece;
    font-family: Verdana;
    font-size: smaller;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}

.Notification-Icon {
    width: 32px;
    height: 32px;
    background-image: url("images/info.svg");
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 32px;
    margin: 0 10px 0 0;
}

.Notification-Link {
    display: inline;
    color: #0D2D70;
    font-family: Verdana;
    text-decoration: underline;
    font-weight: bold;
}

    .Notification-Link:hover {
        color: #ACC33B;
    }

.Content-Frame {
    padding: 5px 0 0 0;
    margin: 0;
}
/* Groups information in a panel */

.Frame-Title {
    font-family: Verdana;
    padding-bottom: 5px;
    font-size: 80%;
    font-weight: bolder;
    color: black;
}

.Frame-Label {
    font-family: Verdana;
    font-size: smaller;
    color: black;
    text-align: left;
    vertical-align: text-bottom;
    padding: 5px 3px 2px 25px;
}

.Frame-Note {
    font-family: Verdana;
    font-size: smaller;
    color: black;
    display: block;
    text-align: left;
    vertical-align: top;
    padding: 10px 3px 2px 25px;
}

.Frame-Input {
    display: inline;
    text-align: left;
    vertical-align: middle;
    padding: 5px 0;
    margin: 5px 0px 5px 25px;
}

.Frame-Input-Textbox {
    vertical-align: middle;
    padding: 1px;
    background: #fff;
    color: black;
    width: 308px;
}

.Frame-Required,
.Sub-Frame-Required {
    color: Red;
    padding-right: 2px;
    padding-top: 4px;
    font-family: Verdana;
}

.Sub-Frame-Required {
    font-size: .8em;
}

.Frame-Warning {
    display: block;
    position: relative;
    text-align: left;
    vertical-align: text-top;
    padding: 0 0 25px 0;
    color: black;
    font: bolder 22pt Verdana;
}

.Sad-Face {
    display: block;
    height: 200px;
    background: url(images/sad.svg) no-repeat center;
}

.Frame-Error {
    display: block;
    text-align: left;
    vertical-align: text-bottom;
    padding: 2px 3px 2px 25px;
    color: red;
    font-family: Verdana;
    font-size: smaller;
}

.Frame-Buttons,
.Frame-Buttons-Indented {
    display: inline;
    color: inherit;
    background: transparent;
    padding: 0;
    text-align: left;
}

.Frame-Buttons-Indented {
    padding-left: 26px;
}

.Frame-Buttons-Middle {
    display: flex;
    justify-content: center;
    color: inherit;
    background: transparent;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.Buttons-General {
    padding: 1px 3px 1px 3px;
    display: inline-block;
    color: #4d84ad;
    background-color: #ffffff;
    border: 1px solid #317023;
    vertical-align: middle;
}

    .Buttons-General:hover {
        color: #ffffff;
        background-color: #4d84ad;
        text-decoration: none;
        border: 1px solid #4fa600;
    }

.Buttons-Middle {
    text-align: center;
}

.Frame-Buttons-Download-Container {
    display: inline;
}

.Frame-Buttons-Download {
    margin-top: 2px;
}

/*
 ************* CONTENTS ********************
 */

.Contents-Entry {
    width: 100%;
}

    .Contents-Entry::before {
        content: "";
        display: inline-block;
        height: 12px;
        width: 12px;
        margin: 6px;
        background-color: #b7cf46;
        border-radius: 50%;
        vertical-align: middle;
        text-align: left;
    }

.Contents-Entry-Title {
    padding: 0;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4d84ad;
}

    .Contents-Entry-Title:hover {
        text-decoration: underline;
    }

.Contents-Entry-pl,
.Contents-Entry-pl-Hidden,
.Contents-Entry-Title-Disabled {
    padding: 0px 10px 0px 15px;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    display: inline;
    cursor: pointer;
}

.Contents-Entry-Title-Disabled {
    font-size: 12px;
    color: #A0A0A0;
    cursor: default;
}

.Contents-Entry-pb {
    display: block;
    padding: 5px 0px 5px 8px;
}

.Contents-Entry-Row {
    display: block;
}

.Contents-Entry-pb-Hidden {
    display: none;
}

.Contents-Entry-Status {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px 0px 2px 28px;
    color: Red;
}

.Contents-Entry-PartialForm-Link {
    display: inline;
    text-decoration: none;
    color: #4d84ad;
}

.Contents-Entry-PartialForm::before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    margin: 6px;
    background-color: #b7cf46;
    border-radius: 50%;
    vertical-align: middle;
    text-align: left;
}

.Contents-Entry-PartialForm,
.Contents-Entry-PartialForm-Receipt {
    padding: 2px 10px 2px 15px;
    display: inline;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.Contents-Entry-PartialForm-Receipt {
    padding: 2px 0px 2px 15px;
}