﻿* {
    box-sizing: border-box;
}

div {
    vertical-align: top;
}

.ajax__html_editor_extender_button {
    min-width: 10px !important;
    background-color: #c2c2c2 !important;
    padding: 0 !important;
}

.ajax__html_editor_extender_texteditor {
    background-color: white;
}

    button:disabled, input[type=submit]:disabled, input[type=button]:disabled, .button:disabled .smallbutton:disabled, .linkButton:disabled {
        color: #888888;
        background-color: lightgrey;
        cursor: default;
    }

.floatRight {
    float: right;
}

.emailBox, .phoneBox {
    display: inline-block;
}

.button {
    border-radius: 5px !important;
    padding: 8px 10px !important;
    font-size: 18px !important;
    min-width: 150px !important;
    margin: 5px 10px 5px 0 !important;
    display: inline-block;
    font-weight: bold;
}


.smallbutton, .linkButton {
    border-radius: 5px !important;
    padding: 4px 5px !important;
    font-size: 14px !important;
    min-width: 10px !important;
    margin: 5px 10px 5px 0 !important;
    display: inline-block;
    font-weight: bold;
}

.buttonAsLink {
    background-color: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
    padding: 0 !important;
    font-weight: normal !important;
    min-width: 0 !important;
}

.narrowNumber {
    width:75px !important;
}
.doubleWide {
    width:350px;
}
.contentBox {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: top;
}

.minWidthBox {
    width:fit-content;
}
.halfWidthBox {
    width: 49%;
    min-width: 350px;
    display: inline-block;
}

.rounded {
    border-radius: 10px;
    padding: 10px;
}

.bordered {
    border: 1px solid black;
}

.errorLabel {
    border-radius: 5px;
    background-color: white;
    font-size: 1.25em;
    color: red;
    font-weight: bold;
}

.dataItem {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.fieldlabelright {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    text-align: right;
    vertical-align: top;
    margin-top: 8px;
}

.fieldlabelleft {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin-top: 8px;
}

.fieldlabel {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.notificationButton {
    color: white;
    background-color: red;
    border: 2px solid white;
    font-size: 0.5em;
    padding: 0.15em 0.5em;
    margin: 0;
    vertical-align: text-bottom;
    border-radius: 100%;
    min-width: 5px;
    position: relative;
    top: -5px;
}

    .notificationButton::after {
        content: '!';
    }

.infoButton {
    color: white;
    background-color: blue;
    font-size: 0.75em;
    padding: 2px 7px;
    margin: 0;
    vertical-align: text-bottom;
    min-width: 10px;
    border-radius: 100%;
    position: relative;
    top: 5px;
    left: 0;
    cursor:pointer;
}

    .infoButton::after {
        content: '?';
    }

.displayElipsis {
    color: blue;
    border: none;
    background-color: transparent;
    padding: 2px 4px;
    margin: 0;
    vertical-align: text-bottom;
    min-width: 10px;
}

    .displayElipsis::after {
        content: '...';
    }
    
.shrunk {
    height: 100px;
}
    .shrunk::before {
        content: "<div onclick='expand(this)' class='fieldlabelleft'>More...</div>";
    }

.expanded {
    height:auto;
}
    .expanded::before {
        content: "<div onclick='shrink(this)' class='fieldlabelleft'>Less...</div>";
    }


.instructions {
    font-size: 1.5em;
}

.validationLeftMargin {
    margin-left: 170px;
    color: darkred;
}

.validation {
    margin-left:20px;
    color:darkred;
}

.webUIHumanVerification {
    width: fit-content;
    display: inline-block;
    border: 0.5px solid #333333;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
    text-align: center;
    background-color: #eeeeee;
}

    .webUIHumanVerification img {
        width: 100%;
        border-radius: 10px;
    }
    .webUIHumanVerification input[type=text] {
    }

    .webUIHumanVerification .hvCheck {
        margin-top: 5px;
        width: 25px;
        display:none;
    }

table {
    border-spacing: 0;
    padding: 4px;
    border-collapse: collapse;
    color:#333333;
    width:100%;
}

th {
    vertical-align: top;
    font-weight: bold;
    color: white;
    background-color: #3D2369;
}

.tableAltRow {
    background-color: white;
}
