/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



.well {
    background-color: #a51417;
    padding: 3.125rem;
    color: #fff;
    margin-top: 1rem;
}

.well a {
    color: #fff;
}

.outercenter {
    text-align: center;
}

.outercenter img {
    display: inline-block;
}

.CeDiDNumber {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.5em !important;
    font-weight: 600;
    vertical-align: 0.25em;
}

.AlphaNumericKey {
    /* display: inline-block; */
    vertical-align: top;
    padding-top: .5em;
    padding-bottom: .5em;
}

hr>.hr-gray {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #999;
}

.labelgray {
    border-radius: 0.3em;
    background-color: #666666;
    text-align: left;
    color: white;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 0.2em 0.6em 0.2em 0.6em;
    margin: 0 0 0.2em 0;
}

.marginleft-30 {
    margin-left: -30px !important;
}

.padleftright0 {
    padding-left: 0;
    padding-right: 0;
}

.popover-content,
.popover-title {
    color: #000000 !important;
    /*black color*/
}

.btn-group {
    font-size: 12px;
    /*or whatever size */
}

.text-warning {
    /*color: #8a6d3b;*/
    margin: 18px 0 10px;
}

#successfail_result {
    font-size: 1.2381rem;
}

#ScholarRecord_result {
    font-size: 1.2381rem;
}

#ScholarRecord_result p {
    padding-top: 0.5rem;
    font-size: 1.2381rem;
}

.padtop24 {
    padding-top: 24px;
}

#logoCHEA {
    line-height: 1.0;
    margin: 0;
}

#logoCHEA>a {
    border: 0;
}

#pCHEA {
    line-height: 1.25;
}

#pCHEA span {
    font-size: 1.2381rem;
}

#crecredential_info {
    font-size: 1.4rem;
}

.button,
.image-button {
    margin-left: 0 !important;
}

.button:hover,
.button:focus {
    background-color: #204d74;
    background-image: none !important;
    background-image: none !important;
    color: #fff;
    text-decoration: none;
    outline: none;
}

input#edit-actions:hover {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

input#edit-actions.focus,
input#edit-actions:focus {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #122b40 !important;
}

.margintop15 {
    margin-top: 15px;
}

div#SULogo>a,
div#SULogo>a:active,
div#SULogo>a:focus,
div#SULogo>a:hover {
    color: transparent !important;
    text-decoration: none !important;
}

.entry-content hr hr-gray {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #999;
}

@media print {
    footer {
        display: none;
    }
}

#cedid-validation #Validate {
    display: block;
    margin: 1rem 0;
    cursor: pointer;
}