@font-face {
    font-family: 'LinkedIn-Glyphs';
    src: url('../../fonts/LinkedIn-Glyphs-16px.woff') format('woff');
}
ul {
    list-style-type: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}
input, select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #ddd;
    box-sizing: border-box;
}

.page-main > .container{
    width:980px;
    margin:auto;
    overflow: hidden;
}

#filter_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#left_menu {
    width: 235px;
    text-align: left;
}
#left_menu .menu-float {
    font-size: 12px;
}
#left_menu .menu-float::-webkit-scrollbar {
    width: 6px;
}

#left_menu .menu-float::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 6px 0 0 rgba(136, 136, 136,0.8);
}

#left_menu .menu-float::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 6px 0 0 rgba(240, 240, 240,1);
}
#left_menu .menu-list {
    padding: 10px;
    margin-top: 5px;
}
#left_menu .menu-list.search-box {
    padding: 0;
    border: none;
    margin-bottom: 20px;
}
.search-box .keyword-box input {
    box-shadow: none;
    border: 1px solid #CCCCCC;
    outline: none;
    margin-right: 0;
    height: 34px;
    font-size: 16px;
}
.search-box .keyword-box input:focus {
    border: 1px solid #096ECE;
}

#left_menu .show-all {
    padding: 0 20px 5px;
    margin-left: 3px;
    margin-bottom: 1px;
    color: #888888;
    font-size: 12px;
    position: relative;
}
#left_menu .show-all .chevron {
    position: absolute;
    top: 2px;
    left: 0;
}
.checkbox-box {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-top: 4px;
}
.filters-checkbox {
    opacity: 0;
    float: left;
    cursor: pointer;
}
.filters-checkbox-label:before, .filters-checkbox-label-colored:before{
    font-size: 16px;
    line-height: 11px;
    color: #0077b5;
    font-weight: normal;
    border-radius: 2px;
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    content: " ";
    width: 11px;
    height: 11px;
    text-align: center;
    margin-left: -20px;
    cursor: pointer;
    vertical-align: top;
}
.filters-checkbox:checked ~ .filters-checkbox-label:before, .filters-checkbox:checked ~ .filters-checkbox-label-colored:before { /* ~ 通用兄弟选择器*/
    font-family: "LinkedIn-Glyphs";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    font-size: 11px;
    color: #0077b5;
    content: "\e00e";
    text-indent: -0.5px;
}

.menu-list ul li {
    cursor: pointer;
    line-height: 20px;
    padding-left: 2px;
    display: flex;
    margin-bottom: 3px;
    align-items: flex-start;
}
.menu-list ul li .name{
    flex: 1;
    color: #666666;
    font-size: 13px;
}

.menu-list ul li .count{
    font-size: 12px;
    color: #a3a6a6;
    padding-left: 10px;
}
.menu-list ul li.selected {
    background-color: #8CBE00;
    color: #FFFFFF;
}
.menu-list ul li.selected .count {
    color: #FFFFFF;
}

.menu-list ul li:not(.selected):hover {
    color: #ffffff;
    background-color: #0A92C8;
}
.menu-list ul li:hover .count {
    color: #ffffff;
}
.menu-list ul li:hover .name, .menu-list ul li.selected .name{
    color: #ffffff;
}

.top-box {
    padding-bottom: 3px;
    overflow: hidden;
}
.top-box > div {
    float: right;
    font-weight: bold;
    font-size: 12px;
}
.sort-box {
    padding: 11px 5px;
    border-bottom: 1px solid #C3C6C6;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: left;
}
#sel_sort {
    width: 150px;
    height: 25px;
    padding: 0;
}
.sortButton {
    cursor: pointer;
    height: 20px;
    vertical-align: middle;
    width: 22px;
    display: inline-block;
    background: url('../../img/icons/sortbutton.png') no-repeat 0 -1px;
}
.sortButton.Ascendding {
    background-position: 0 -25px;
}

.foot {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.pagination {
    overflow: hidden;
    margin: auto;
    display: inline-block;
}
.pagination li{
    float: left;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
    min-height: 16px;
    min-width: 16px;
    line-height: 15px;
    margin-right: 9px;
    color: #2e4c6f;
    cursor: pointer;
    border: solid 1px #2e4c6f;
    user-select:none;
    -moz-user-select: none;
    -webkit-user-select:none
}
.pagination li:hover{
    background-color: #2e4c6f;
    color: white;
}
.pagination li.selected{
    cursor: default;
}
.pagination li.selected, .pagination li.next, .pagination li.prev{
    background-color: #2e4c6f;
    color: white;
}
.pagination li.etc{
    cursor: default;
}

.show-all {
    cursor: pointer;
}

.menu-list .header {
    display: flex;
}
.menu-list .header .title {
    line-height: 18px;
    padding-top: 2px;
    padding-left: 16px;
    cursor: pointer;
    background: url('../../img/icons/filter_arrow_right_grey.png') no-repeat 0px 50%;
    font-weight: bold;
    font-size: 16px;
}

.header .btn-filter-sort {
    font-size: 12px;
    width: 18px;
    height:16px;
    padding: 0 5px;
    background-color: #FAFAFA;
    border-radius: 1px;
    border: 1px solid #C6C6C6;
    color: #888888;
    cursor: pointer;
    user-select: none;
    margin-top: 2px;
}

.header .btn-filter-sort:hover {
    background-color: #1A73E8;
    color: #FFFFFF;
    border: 1px solid #1A73E8;
}
.header .btn-filter-sort .sort-by-count {
    display: none;
}
.header .btn-filter-sort .sort-by-word {
    display: inline;
}
.header .btn-filter-sort.by-word .sort-by-count {
    display: inline;
}
.header .btn-filter-sort.by-word .sort-by-word {
    display: none;
}
.menu-list .list {
    margin-top: 12px;
}
.menu-list.closed .title {
    background: url('../../img/icons/filter_arrow_down.png') no-repeat 0px 60%;
}
.menu-list.closed > *:not(.header) {
    display: none;
}
.menu-list.closed .header .btn-filter-sort {
    display: none;
}
.menu-list .list .text-field > input {
    height: 18px;
    font-size: 12px;
    padding-left: 3px;
    border-radius: 1px;
    width: 100%;
}
.keyword-box .keyword-clear {
    right: 10px;
    top: 7px;
}

#account .filter-box .total:after {
    content: " accounts"
}
.filter-box {
    padding-bottom: 11px;
    padding-top: 10px;
    height: auto;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 4px;
}

.filter-box .total {
    text-align: left;
    padding-left: 13px;
    margin-bottom: 10px;
}
.subtitle-total {
    font-size: 11px;
}
.filter-box .total:after {
    content: " resumes"
}
.filter-box .total.one:after {
    content: " resume"
}


.filter-box > .tag .small-yellow-star {
    display: inline-block;
}
.select-and-or {

}
.select-and-or .toggle-switch {
    cursor: pointer;
    width: 76px;
    height: 15px;
    vertical-align: bottom;
    margin: 2px 5px 10px 8px;
    background: #4ea430;
    border: 1px solid #c3c6c6;
    border-radius: 1px;
    position: relative;
    user-select:none;
}
.select-and-or .toggle-switch.or {
    background: #2d8efb;
}
.select-and-or .toggle-switch .slider {
    width: 36px;
    height: 15px;
    background-image: linear-gradient(to bottom, #F0F1F1 0%, #D8DADA 100%);
    position: absolute;
    left: 40px;
    animation: slider_to_and 0.1s;
}

.select-and-or .toggle-switch.or .slider {
    left: 0;
    animation: slider_to_or 0.1s;
}
.select-and-or .toggle-switch span {
    width: 36px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    color: white;
    text-align: center;
    display:inline-block;
    vertical-align: top;
}

@keyframes slider_to_or
{
    from {left: 39px;}
    to {left: 0; }
}
@keyframes slider_to_and
{
    from {left: 0;}
    to {left: 39px; }
}





/*==============*/
/*  range 样式  */
/*==============*/
.slider {
    margin: auto;
    width: 85%;
}
.slider-range-label {
    position: relative;
    height: 20px;

}
.slider-range-label .min-value, .slider-range-label .max-value{
    position: absolute;
    width: 1.2em;
    margin-left: -.6em;
    top: -.3em;
    text-align: center;
    padding: 1px;
}
.slider-range-label .min-value.range-value, .slider-range-label .max-value.range-value {
    margin-left: 0;
    width: auto;
}
.slider-range-label .range-value > div {
    /*position: absolute;*/
    margin-left: -100%;
}
.slider-interval {
    height: 15px;
    width: 100%;
}

.search-select {
    display: flex;
    flex-direction: column;
    height: 440px;
}
.search-select .filter-box {
    border-bottom: none;
    width: 190px;
}
.search-list {
    width: 100%;
    flex: 1;
    overflow: auto;
}
.search-list table.search-table {
    width: 100%;
    border-collapse:collapse;
    border-spacing: 0;
    border: 1px solid #CDCDCD;
}
.search-list table.search-table td, .search-list table.search-table th {
    border-right: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    padding: 7px 6px;
}
.search-list table.search-table td:first-child, .search-list table.search-table th:first-child {
    border-left: 1px solid #CDCDCD;
}
.search-list table.search-table th {
    border-top: none;
    text-align: left;
    background-color: #DFE9F3;
    color: #003B5B
}
.search-list table.search-table td {
    cursor: pointer;
    color: #0065A5
}
.search-table .sort-header {
    background: url("../../img/icons/sort/bg.gif") no-repeat center right;
    cursor: pointer;
}
.search-table .sort-header.sort-asc {
    background: url("../../img/icons/sort/asc.gif") no-repeat center right #0067A6;
    color: #FFFFFF;
}
.search-table .sort-header.sort-desc {
    background: url("../../img/icons/sort/desc.gif") no-repeat center right #0067A6;
    color: #FFFFFF;
}