@import url(https://fonts.googleapis.com/css?family=Nunito);

.spacer{
    min-height:150px;
}

.clientFilter{
    display:inline-block;
    cursor:pointer;
}

.active-process-button{
    color:#5cdf9a;
    background-color:#5cdf9a;
    height:5em;
}

.inactive-process-button{
   
    
}

.client-row{
 
    margin-top:1em;
    margin-bottom:1em;
}

.uploaded-status{
    border-radius:.5em;
    max-width:25px;
}

.missing{
    background-color:#bf4444;
}
.uploaded{
    background-color:#5cdf9a;
}
.status-icon{
    height:25px; 
    width:25px;
    color:white;
}


.no-change{
    background-color:#CDCDCD;
}

.searcher-icon{
    margin-right:0em;
    padding-right:0em;
    height:50px;
}

.direction.rotate{
    transform: rotate(180deg);
}

.download-button{
   vertical-align:bottom;
   background-color:#5cdf9a;
   color:white;
}

.delete-button{
   vertical-align:bottom;
   background-color:#bf4444;
   color:white;
}

.hidden{
    display:none;
}

.client-table tr td{
    padding-left:2em;
    padding-right:2em;
    font-size:1.25em;
}

.client-toggle{
    font-size:2.5em;
    font-weight:bold;
    cursor:pointer;
}

.customer-summary tr td{
    padding-left:2em;
    padding-right:2em;
    font-size:1.25em;
    border:1px solid black;
}

.co-pay-card-summary {
    margin-bottom: 1em;
}

.co-pay-card-summary tr td {
    padding-left:.5em;
    padding-right:.5em;
    font-size:1.25em;
    border:1px solid black;
}

.pbm-col{
    min-height:8em;
    background-color:#f1f1f1;
    border:1px solid #659dc4;
}


.footy{
    margin: auto;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color:#f1f1f1;
}

.heady{
    background-color:#f1f1f1;
    border-bottom:1px solid #659dc4;
}


body {
    font-family: 'Nunito', sans-serif;
}

.process-button{
    height:4em;
    width:45%;
    border-radius:.2em;
}

.view-audit-button{
    height:4em;
    width:45%;
    float:right;
}

.export-button{
    border-radius:.2em; 
    padding:.25em;
}

.active{
    background-color:#5cdf9a !important;
    color:white !important;
}

.active:hover{
    color:black !important;
}

.inactive{
    background-color:grey;
    color:black;
}

.missing-activity-descriptor{
                
    color:white;
    padding:.5em;
    border-radius:.25em;
    background-color:#ee8932ed;
    margin:.5em;
}

.activity-descriptor{

    color:white;
    padding:.5em;
    border-radius:.25em;
    background-color:#9d61c2;
    margin:.5em;
}

.activity-correction{

    color:white;
    padding:.5em;
    border-radius:.25em;
    background-color:#499953;
    margin:.5em;
}

.comparison-head{

    font-weight:bold;
}

.comparison-cell{
    border:1px solid black;

}

.comparison-table{
     border-collapse:collapse;
}

.back-nav{
   background: #989797;
   padding: 0.4em;
   color: white;
}

.navbar-brand{
    cursor:pointer;
}

.company-title{
    color:#659dc4 !important;
}
.company-title:hover{
    color:white;
}
        
.processed{
    background-color:#5cdf9a;
}

.processing{
    background-color:#945fd7;
    color:white;
}

.processing-spinner{
    max-width:20px;
    max-height:20px;
    margin-top:2.5px;
    margin-left:2.5px;
}

.hidden{
    display:none;
}

.panel-title{
    text-decoration:none;
    color:black;
}

table.eligibility{
    background-color:lightyellow
}

table.pap-dupe{
    background-color:lightblue
}

table.assistance-type{
    background-color:#f0c0c0
}

table.aversion{
    background-color:#d9c0f0
}

table.missing-ns {
    background-color: #5cdf9a
}
.eligibility{
    background-color:lightyellow
}

.pap-dupe {
    background-color:lightblue;
}

.assistance-type{
    background-color:#f0c0c0
}

.aversion{
    background-color:#d9c0f0
}

.missing-ns {
    background-color: #5cdf9a
}

.flex-wrapper {
    display: flex;
    align-items: flex-end;
}

.my-legend {
    padding-top: 20px;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
}
.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}
.my-legend .legend-scale ul li {
    font-size: 1.2em;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 12px;
}
.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 25px;
    width: 45px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}
.my-legend .legend-source {
    color: #999;
    clear: both;
}
.my-legend a {
    color: #777;
}
