
#employee_search_bar
{
    margin-top: 30px;
}
#employee_search_bar form > img
{
    border-radius: 15px 15px 0 0;
}


#employee_search_bar ul
{
    background: #42699d;
    background-repeat: no-repeat;
    list-style: none;
    margin-left: 0;
    margin-top: -6px;
    padding-top: 27px;
    overflow: overlay;
    padding-bottom: 15px;
    border-radius: 0px 15px 15px;
}

#employee_search_bar ul > li
{
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

#employee_search_bar ul > li > *:not(input):not(label)
{
    width: 150px;
    background-color: #52616c;
    border: 1px solid;
    color: white;
    font-size: 20px;
    padding: 2px;
}
#search_applicant
{
    margin-top: -6px;
}


#bottom > article:not(.no-bg)
{
    background: #42699d;
    border-radius: 10px;
    color: #D3D3D3;
    font-family: "Helvetica Neue LT Std";
    overflow: hidden;
    padding-left: 20px;
    padding-right: 30px;
}

#bottom > article  > ul,
#bottom > article form  ul
{
    list-style: none;
     margin-left: 0;
}
#bottom > article > ul > li,
#bottom > article form  ul > li
{
    margin-top: 20px;
}


#bottom > article > h2,
#bottom > article form  h2
{
    font-family: arial;
    font-size: 21pt;
    margin-bottom: 15px;
    margin-top: 10px;
}



#applicant_list
{
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
    list-style: none;
}

#applicant_list > li
{
    background: none repeat scroll 0 0 white;
    box-shadow: 0 4px 9px wheat;
    color: black;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 5px;
    width: 22.2%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 750px) and (max-width: 1000px)  {
    #applicant_list > li {
        width: 30% !important;
    }
}
@media only screen and (min-width: 505px) and (max-width: 749px)  {
    #applicant_list > li {
        width: 45% !important;
    }
}
@media only screen and (max-width: 504px)  {
    #applicant_list > li {
        width: 94% !important;
    }
}


#main_page #applicant_list > li
{
    margin-right: 13px !important;
}

#applicant_list > li > a > img
{
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
#applicant_list > li > div
{
    float: right;
    width: 236px;
}
#applicant_list > li > div > ul > li:last-child
{
    list-style: none;
}
#applicant_list > li > div > ul > li:last-child > a
{
    background: url("../images/view_more.png");
    float: right;
    margin-right: 10px;
    width: 80px;
    height: 30px;
}

#applicant_list > li > div > ul > li label
{
    float: left;
    display: block;
    font-size: 12px !important;
}

.applicant_info ul li
{
    clear: both;
}



#employee_info
{
    padding-left: 16px;
    padding-top: 20px;
    overflow: overlay;
    padding-bottom: 20px;
}

#employee_info > *
{
    float: left;
}
#employee_info ul
{
    margin: 0px;
}
#personal_info
{
    margin-left: 38px;
    width: 240px;
}

#personal_info  li
{
    margin-bottom: 7px;
}

#personal_info li label:first-child
{
    width: 90px;
    float: left;
}

#profile_detail
{
    float: right !important;
    margin-right: 20px;
}

#profile_detail #experience p
{
    min-height: 40px;
}

#profile_img > *
{
    clear: both;
    display: block;
}
#profile_img > .app_photo img
{
    margin-bottom: 10px;
    width: 116px;
}
