.wrap-left-inner-box {
    width: inherit;
    display: flex;
    flex-direction: column;
}
#left_menu > .menu-float {
    width: 100%;
    padding-bottom: 20px;
}
#filter_container {
    justify-content: center;
    width: 1040px;
    margin: auto;
}
#employer .filter-box .total:after {
    content: " employers";
}
#employer .filter-box .total.one:after {
    content: " employer";
}
table.filter-candidate-table {
    table-layout: fixed;
    border-spacing: 0;
}
table.filter-candidate-table thead th {
    font-size: 16px;
    background-color: #FFFFFF;
    color: #B00F77;
    vertical-align: middle;
    padding: 8px 4px;
    position: sticky;
    top: 60px;
    border-bottom: 1px solid darkgray;
}

table.filter-candidate-table tbody td {
    font-size: 13px;
    vertical-align: middle;
    padding: 15px 4px;
    border-bottom: 1px solid darkgray;
}
table.filter-candidate-table tbody tr:hover td {
    background-color: #EFF3FC;
}
.employer-logo div {
    padding: 2px;
    border: 1px solid #B2B2B2;
    width: 150px;
    background-color: white;
}
.employer-logo:hover div {
    border: 1px solid #096ECE;
}
.employer-logo div img {
    width: 100%;
}
a.employer-name {
    font-size: 16px;
    font-weight: bold;
    color: #003C9D;
}
a.employer-name:hover {
    color: #003C9D;
    text-decoration: underline;
}
#filter_container #content {
    width: 780px;
    margin-left: 25px;
}
.search-sort {
    font-size: 16px;
    padding: 15px 0;
}
#filter_container .search-sort select {
    color: #666666;
}
.search-sort select {
    font-size: 16px;
    height: 27px;
}
.data-result {
    margin-top: 0;
}
.search-count {
    min-width: inherit;
    width: 100%;
    font-size: 16px;
}
.search-title {
    margin-bottom: 7px;
    font-weight: bold;
}

#container-baidu-map{
    width: 98%;
    height: 500px;

    margin: 15px auto;
    border: 1px solid #e5e5e5;
}
.map-logo-border{
    border: 1px solid #CDCDCD !important;
    box-sizing: border-box;
}
.form-map{
    /*float: right;*/
    /*margin: 10px 0;*/
    width: 100%;
    border-bottom: 1px solid rgb(169, 169, 169);
    display: flex;
    flex-direction: row-reverse;
    font-size: 13px;
}
.form-map > div{

    display: flex;
    align-items: center;
    padding: 2px 5px;
    border: 1px solid #CDCDCD;
    background-color: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    margin-right: 10px;
    margin-bottom: 15px;
}
.form-map > div:hover{
    border: 1px solid #2B6DCD;

}
.form-map img{
    width: 15px;
    margin-right: 4px;
}
.box-baidu-map{
    overflow: hidden;
}
#box-full-screen-map.show #container-baidu-map{
    width: 100%;
    height: 100%;
    z-index: 100003 !important;
    margin: 0;
    border: 0;
}
#box-full-screen-map.show .box-baidu-map{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 50px;
    box-sizing: border-box;
    z-index: 100002;
}

#box-full-screen-map.show #mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 100001;
    opacity: .7;
}

#container-baidu-map-2{
    width: 100%;
    height: 100%;
}
#box-full-screen-map.show #bt-close{
    display: flex;
}
#bt-close{
    width: 50px;
    height: 50px;
    background-color: #2C2C2C;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 100004;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: white;
    cursor: pointer;
    display:none;
}
.box-baidu-map .title, .box-full-baidu-map .title{
    position: absolute;
    left: 0;
    top:0;
    background-color: #2364c4;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0.9;
}
.menu-float {
    margin-bottom: 40px;
}

.page-footer{
    margin: 0;
    padding: 20px 0 20px 0;
}
