/* CSS Document */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 0px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

#myBtn {
}

#myBtn:hover {
    cursor: pointer;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #FEFEFE;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 99.9%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    
    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: #2B2424;
    position: absolute;
    right: 21px;
    font-size: 32px;
    z-index: 999;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 5px 16px 2px;
    height: 83px;
}

/*Application Search*/
#application_search_wrapper {
    position: relative;
    background: rgba(239, 239, 239, 0.470);
    border: 1px solid rgba(177, 177, 177, 0.470);
    border-radius: 7px;
    height: 57px;
    width: 100%;
    max-width: 807px;
    margin: auto;
}

.app_searchbox_submit {
    border: 0px;
    /*important*/
    background-color: transparent;
    /*important*/
    position: absolute;
    /*important*/
    top: 4px;
    right: 12px;
    width: 38px;
    height: 38px;
    z-index: 9999;
}

.app_searchbox {
    border: 1px;
    /*important*/
    background-color: rgba(252, 252, 252, 0);
    /*important*/
    position: relative;
    /*important*/
    bottom: 0px;
    left: 2px;
    width: 90%;
    height: 44px;
    font-size: 1.5em;
    padding: 0;
}

/*Site Search*/
#searchwrapper {
    width: 98%;
    /*follow your image's size*/
    height: 44px;
    /*follow your image's size*/
    /*important*/
    margin: 0px;
    position: absolute;
    /*important*/
    top: 7px;
    left: 14px;
}

#searchwrapper FORM {
    display: inline;
}

.searchbox {
    border: 1px;
    /*important*/
    background-color: transparent;
    /*important*/
    position: relative;
    /*important*/
    top: 16px;
    left: 49px;
    width: 91%;
    height: 44px;
    font-size: 1.5em;
    padding: 0;
}

.searchbox_submit {
    border: 0px;
    /*important*/
    background-color: transparent;
    /*important*/
    position: absolute;
    /*important*/
    top: 20px;
    left: 0;
    width: 38px;
    height: 38px;
    z-index: 9999;
}

#searchwrapper UL {
    float: right;
    position: relative;
    bottom: 35px;
    right: 67px;
}

#searchwrapper UL LI {
    list-style-type: none;
}
