﻿body {
    /*background: #069;*/
    background: #069 url(/images/bgDNA.jpg) no-repeat 50% 40px;
    zoom: 1;
    height: 100vh;
    position: absolute;
    width: 100vw;
    overflow-x: hidden;
}

.FOUOnotice {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #069;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    letter-spacing: 10px;
    text-align: center;
}

.ftr {
    font-size: smaller;
    /*position: absolute; */
    bottom: 0;
    background: #CCE0EB;
    clear: both;
    width: 100%;
    color: #6c757d !important;
    display: inline-block;
}

.ftrcontent {
    margin: 10px 20px;
    /*background: url(/images/FBI-seal.png) no-repeat left top;*/

}

.addressblock {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

    .addressblock li {
        background: none !important;
    }


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.navbar {
    top: 5px;
    height: 40px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar a {
    float: right;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropbtn {
    background-color: #fff;
    color: black;
    padding-right: 20px;
    font-size: 16px;
    border: none;
    cursor: default;
}

button:disabled,
button[disabled] {
    border: none;
    background-color: #fff;
    color: black;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: contents;
        text-align: left;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


#imageCaptcha {
    border: none;
    background-color: #007BFF;
    color: #FFF;
    border-radius: 0.25rem;
    float: left;
    margin-left: 10px;
    outline: none;
}

    #imageCaptcha:hover {
        background-color: #ddd;
    }

#captcha_img {
    vertical-align: inherit;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Design */
*,
*::before,
*::after {
    box-sizing: border-box;
}


/*  PORTAL CARD CSS START  */

.portal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
}

.avatar-container {
    margin: 0.5rem !important;
    box-shadow: 0 20px 40px -14px rgb(0 0 0 / 25%);
    border-radius: 8px;
    background: linear-gradient(to bottom left, #6BA6C4 40%, #069 100%);
    width: 250px;
}

    .avatar-container:hover {
        transform: scale(1.1);
        transition: all linear 200ms;
        z-index: 1;
        box-shadow: 1px 1px 10px rgba(0,0,0,.3);
        cursor: pointer;
    }

.whiteTop {
    height: 150px;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.card_image img {
    height: auto;
    /*width: 100%;*/
    vertical-align: middle;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.card_content {
    padding: 1rem;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

.image {
    margin-top: -150px;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .FOUOnotice { letter-spacing: 0; }
    .portal-container {
        flex-wrap: wrap;
        overflow: auto;
        height: 79%;
    }
    .avatar-container {
        width: 175px;
    }
    .card_image img {
        width: 100%;
    }
    .ftr {
        position: fixed;
        height: 12%;
    }
    .ftraddress {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .avatar-container {
        width: 175px;
    }
    .card_image img {
        width: 100%;
    }
}
/*@media (max-width: 820px) {
    .avatar-container {
        width: 250px;
    }
}*/

/*  PORTAL CARD CSS END  */



    

.center {
    margin: auto;
    /*width: 60%;*/
    /*border: 3px solid black;*/
    /*padding: 10px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.content {
    /* min-height: 100%;
height: auto !important;*/
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    width: 650px;
    position: relative;
    flex-direction: column;
    /*margin-top: 200px;*/
    /*top: -110px;*/
}

input {
    width: 100%;
}

    span.submit, input[type="submit"] {
        border: none;
        background-color: #0067b8;
        min-width: 80px;
        width: auto;
        height: 37Px;
        padding: 4px 20px 6px 20px;
        border-style: solid;
        border-width: 1px;
        transition: background 0s;
        color: rgb(255, 255, 255);
        cursor: pointer;
        margin-bottom: 8px;
        -ms-user-select: none;
        -moz-transition: background 0s;
        -webkit-transition: background 0s;
        -o-transition: background 0s;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        input[type="submit"]:hover, span.submit:hover {
            background: rgb(212, 227, 251);
        }

        input[type="submit"]:disabled, span.submit:disabled {
            background: rgb(212, 227, 251);
            cursor: default;
        }

        input[type="submit"]:hover:disabled, span.submit:hover:disabled {
            background: rgb(212, 227, 251);
            cursor: default;
        }

    input.text {
        height: 35px;
        width: 450px;
        padding: 0px 3px 0px 13px;
        border: solid 1px #BABABA;
        font-size: 1.0em;
    }

        input.text:focus {
            border: 1px solid #6B6B6B;
        }

select {
    height: 35px;
    min-width: 60px;
    width: 100%;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    padding: 2px;
    font-family: inherit;
    border-radius: 0.25rem;
}

.btn-primary {
    background-color: #007BFF;
    outline: none;
    border: 0px;
    box-shadow: none;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #6C757D;
        outline: none !important;
        border: none !important;
    }



/* ALERT DROPDOWN */
.fa-stack[data-count]:after {
    position: absolute;
    right: -20%;
    top: 1%;
    content: attr(data-count);
    font-size: 60%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255,0,0,.85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.alert-danger.new {
    background: none;
    border: none;
    border-left: 4px solid #D9534F;
    border-radius: 0;
    background: #721C241C;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    font-size: 14px;
}

.alert-success.new {
    background: none;
    border: none;
    border-left: 4px solid #5CB85C;
    border-radius: 0;
    background: #5CB85C1C;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    font-size: 14px;
}

.alert-primary.new {
    background: none;
    border: none;
    border-left: 4px solid #0275D8;
    border-radius: 0;
    background: #0040851C;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    font-size: 14px;
}

.alert-style-danger {
    border: none;
    border-left: 4px solid #D9534F;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

.alert-style-warning {
    border: none;
    border-left: 4px solid #EDBE2A;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
}


/* FORM VALIDATION COLORS */
input.valid, select.valid {
    background-color: #F3FFE3BA;
    border-color: #577530;
}

input.invalid, input.error, select.invalid, select.error {
    background-color: #FFE3E3BA;
    border-color: #c81925;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #A90010;
}

#divSuccessMessage {
    text-align: center;
    display: inline-block;
    padding-left: 45px;
    color: green;
    font-size: 20px;
}

#divMessage {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #A90010;
    /*text-align: center;
    display: inline-block;
    justify-content: center;*/
    /*padding-left: 45px;*/
    /*color: red;
    font-size: 20px;*/
}




/*.pw-meter {
position: absolute;
top: 50%;
width: 350px;
background: #fff;
padding: 20px;
box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
}*/

.pw-meter .form-element {
    position: relative;
}

.pw-meter input {
    padding: 8px 30px 8px 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #bbb;
    outline: none;
}

.pw-meter .pw-display-toggle-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    padding-right: 20px;
    line-height: 20px;
    cursor: pointer;
}

    .pw-meter .pw-display-toggle-btn i.fa-eye-slash {
        display: none;
    }

    .pw-meter .pw-display-toggle-btn.active i.fa-eye-slash {
        display: block;
    }

    .pw-meter .pw-display-toggle-btn.active i.fa-eye {
        display: none;
    }

.pw-meter .pw-strength {
    position: relative;
    width: 94.5%;
    height: 20px;
    left: 15px;
    margin-bottom: 10px;
    text-align: center;
    background: #f2f2f2;
    display: none;
}

    .pw-meter .pw-strength span:nth-child(1) {
        position: relative;
        font-size: 13px;
        color: #111;
        z-index: 2;
        font-weight: 600;
    }

    .pw-meter .pw-strength span:nth-child(2) {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0%;
        height: 100%;
        border-radius: 5px;
        z-index: 1;
        transition: all 300ms ease-in-out;
    }

#SecQuestionsForm #PwdRecoveryForm {
    min-height: 600px;
}







/* ERROR MESSAGE PAGE */

#errorMessage {
    text-align: center;
    padding-bottom: 20px;
}

.errorWrapper {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.errorContent {
    padding: 20px;
    background: #CCE0EA;
    border: 1px solid black;
    border-radius: 5px;
    height: 400px;
    position: relative;
    top: 70px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.errorHeader {
    position: relative;
    top: -90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

    #header img {
        /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
        width: 175px;
        height: auto;
        max-width: 100%;
        border-radius: 50%;
    }

#workArea, #header {
    word-wrap: break-word;
}

.workArea {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -70px;
}

#errorH1 {
    display: flex;
    justify-content: center;
}

#errorMessageParagraph {

}

#instructions {
    margin-top: 20px;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}




.survey-container, .closed-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0 !important;
    align-items: center;
}

.survey {
    background-color: #ffffff;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    padding: 40px;
    border-radius: 10px;
    width: 900px;
}

.closed-container .survey {
    width: 500px !important;
}

.closed-header {
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
    margin-bottom: 20px;
}