
.is-wrapper {opacity:1.0;}

.CMSsavebutton {
    position:fixed;
    bottom: 2rem;
    left: 5rem;
    z-index: 999;
    font-size: 2rem;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px #bbbbbb dashed;
}

    .CMSsavebutton:hover {
        background-color: #eeffee;
        border: 4px green dashed;
        color: green;
    }

.disabledButton {
    background-color: #eeeeee;
    color: #cccccc;
    border-color: #dddddd;
}

.miForm {
}
    .miForm h1, h2, h3 {
        
    }

    .miForm h2{
        color: var(--green);
    }

    .miForm .row {
        width: 70%;
        margin:1em auto 1em auto;        
    }

    .formInputRow {
        background-color:white;
    }

    .miForm .form-control {
        
    }

        .miForm .form-control:disabled, .form-control[readonly] {
            background-color: white;
            color: #999999;
        }


.miForm .alert {
    border: none;
    border-radius: 0px;
}

    .miForm .alert-danger{
        background-color:var(--dirtygreen);
        color:var(--navy);
    }

.miForm .alert-info {
    background-color: var(--green2);
    color: var(--navy);
}

    .miForm .alert-info a {
        color: var(--navy);
        font-weight:bold;
    }


    .miForm .alert-warning{
        background-color: var(--navy);
        color:white;
    }


#memberTabs {
    background-color: white;
    border: none;
}

.memberDetailsSecondaryTabs {
    background-color: var(--grey);
    padding: 2em;
    margin-bottom: 2em;
    /*margin-left: -12px;
    width: 110%;*/
}

    .memberDetailsSecondaryTabs .row {
        width: 60%;
    }

.nav-tabs .nav-link {
    margin-bottom: 10px;
    color: #999999;
    font-weight: bold;
    font-size: 1.2em;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: none;
        border-bottom: 2px black solid;
    }

.memberDetailsSecondaryTabs .familybox {
    background-color:#eeeeee;    
}


.memberDetailsSecondaryTabs .familybox .row {
    width: 100%;
}

.list_header {
    background-color: var(--navy);
    color: white;
}

.list_item{
    background-color:white;
    color: var(--navy);
}

.list_alternate {
    background-color: var(--lightgreen);    
}

.list_2_view {
    width: 100%;
    margin-bottom: 15px;
    background-color: white;
    border: 0px;    
    border-collapse:separate;

}

.list_2_header {
    background-color: var(--dirtygreen);
    color: white;
}

.list_2_header a{
    color:white;
}

.list_2_item {
    background-color: white;
    color: var(--navy);
}

.list_2_view .btn {
    border-radius: 15px;
    text-transform:none;
}

    .list_2_view .btn-secondary {
        background-color: var(--dirtygreen);
        color: white;
        font-size:.8em;
    }

    .list_2_view .btn-secondary:hover {
        background-color: var(--navy);
    }

    tr.list_2_item {
        background-color: var(--grey);        
    }

.popup {
    width: 30em;
    height: 10em;
    padding: 10px 10px 10px 10px;
    border: 5px #aac02f solid;
    /*background-color: #aac02f;*/
    background-color: #ffffff;
    z-index: 9999;
    position: absolute;
    top: 50%;
    bottom: 50%;
    text-align: center;
}


.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 3000px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: fixed;
    top: 10%;
    left: 25%;
    width: 50%;
    height: 65%;
    padding: 2em;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

#light {
    /*width: 500px;*/
    /*height: auto;*/
    padding: 2em;
}

#light2 {
    /*height: auto;*/
    padding: 2em;
}

.helptext {
    color: #999999;
    font-style: italic;
}

@media (max-width: 768px) {
    .miForm .row {
        width: 100%;
    }

    .memberDetailsSecondaryTabs {
        margin-left: 0px;
        width: 100%;
    }

        .memberDetailsSecondaryTabs .row {
            width: 100%;
        }
}

#pnSearch{

}
