﻿#athena-container {
    display: none;
    font-family: Arial !important;
    font-size: 10pt !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(240, 240, 240, 0.8);
    height: 100%;
    width: 100%;
}

.athena-dialog {
    position: absolute;
    display: flex;
    top: 30%;
    left: 50%;
    width: 360px;
    min-height: 100px;
    margin-left: -180px;
    margin-top: -50px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(194, 194, 194);
}

.athena-info-panel {
    width: 80px;
    text-align: center;
    margin-bottom: 5px;
}

.athena-info-panel img {
    width: 70px;
    margin-top: 5px;
}

.athena-info-panel a {
    font-size: 7pt !important;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.athena-info-panel label {
}

.athena-info-panel a:hover {
    color: #000;
    text-decoration: underline;
}

#athena-progress {
    visibility: hidden;
    width: 60px;
    border-radius: 2px;
    border: 1px solid #17a2b8;
    margin: 10px 0px 0px 10px;
    padding: 1px;
}

#athena-progress-state {
    height: 5px;
    width: 100%;
    background-color: #17a2b8;
    border-radius: 1px;
}

.athena-detail-panel {
    width: 280px;
    border-left: 1px solid rgb(194, 194, 194);
    padding: 5px;
    font-size: 8pt !important;
}

.athena-text-accent {
    color: #17a2b8;
    font-weight: bold !important;
    padding-left: 3px;
}

.athena-text-spaced {
    letter-spacing: 3px;
}

.athena-text-seperator {
    margin-top: 5px;
}

.athena-text-center {
    text-align: center;
}

#athena-pushsent {
    display: none;
}

#athena-respondwithcode {
    display: none;
}

#athena-responsecode {
    margin-top: 5px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    text-align: center;
}

#athena-responsecode:focus {
    outline: 1px solid #17a2b8;
}

#athena-otpcode {
    margin-top: 5px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    text-align: center;
}

#athena-otpcode:focus {
    outline: 1px solid #17a2b8;
}

#athena-addquestion {
    display: none;
}

#athena-requestid {
    display: none;
}


.athena-checkbox {
    vertical-align: middle;
}

.athena-btn-container {
    margin-top: 10px;
    text-align: center;
}

#athena-btncancel {
    width: 100px;
    display: none;
    border: 1px solid rgb(108, 117, 125);
    border-radius: 0.25rem;
    color: rgb(255, 255, 255);
    background-color: rgb(108, 117, 125);
}

#athena-btnrespond {
    width: 100px;
    margin-right: 5px;
    display: none;
    border: 1px solid rgb(23, 162, 184);
    border-radius: 0.25rem;
    color: rgb(255, 255, 255);
    background-color: rgb(23, 162, 184);
}

#athena-btnok {
    width: 100px;
    margin-right: 5px;
    display: none;
    border: 1px solid rgb(23, 162, 184);
    border-radius: 0.25rem;
    color: rgb(255, 255, 255);
    background-color: rgb(23, 162, 184);
}

#athena-denied {
    display: none;
}

#athena-store {
    text-align: center;
    display: none;
}

#athena-marketing {
    display: none;
}

#athena-required {
    display: none;
}
