/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Marcellus+SC&subset=latin,latin-ext); */

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
td,
textarea,
input,
font,
option,
select,
input,
a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif;
}

html,
body {
    background-color: #FFFFFF;
}

img {
    border: 0;
}

.font2 {
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif !important;
    font-size: 20px;
}

a {
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

.content-container {
    /*    padding-left: 25%;
    padding-right: 25%;*/
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

table.schedule {
    text-align: center;
    width: 100%;
    font-family: 'Lora';
}

table.schedule td {
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    width: 15%;
}

table.schedule td:first-of-type {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    width: 10%;
}
table.schedule td[align = "center"] {
    text-align: center
}

table.schedule .venue {
    vertical-align: super;
    margin: 0 .25em
}

.holiday {
    background-color: #BD85AC !important;
}

.appointment-time-period {
    background-color: #E6E7E9;
    color: #6D6E71;
    padding: 5px 10px 5px 10px !important;
}

.appointment {
    padding: 5px 10px 5px 10px !important;
    width: 120px;
    text-align: left
}

.btn-form {
    background-color: #CA5E4F;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif;
}

#schedule {
    width: 100%;
}

.week-ctr {
    display: table-row;
    width: 100%;
}

.day-ctr {
    display: none;
    width: 100%;
}

.sen-logo {
    margin-top: .25em;
    margin-left: .5em;
    height: 1.5em
}

.clearfix {
    display: block;
    height: 0;
    clear: both
}

@media screen and (max-width: 720px) {
    .schedule tr td {
        display: none;
    }
    .schedule tr td:first-of-type {
        display: table-cell;
    }
    .schedule tr td:nth-of-type(2) {
        display: table-cell;
    }
    .week-ctr {
        display: none;
    }
    .day-ctr {
        display: table-row;
        width: 100%;
    }
}

.past-day >.salutation {
    color: #D6D6D6;
}

.past-day >.advisor-name {
    font-weight: 700;
    color: #D6D6D6;
}

.past-day {
    background-color: rgb(128, 128, 128);
    color: rgb(230, 231, 233);
    font-size: 20px;
}

.salutation {
    color: #336C98;
}

.advisor-name {
    font-weight: 700;
    color: #336C98;
}

.normal {
    color: #336C98;
    font-weight: 700;
}

.day {
    padding: 5px 20px 5px 20px;
}

.day.future-day {
    background-color: #4F87B2;
    color: #FFFFFF;
    font-size: 20px;
}

.future-day {
    background-color: #E6E7E8;
    color: #336C98;
    font-size: 20px;
}

.day.today {
    background-color: #336C98;
    color: #FFFFFF;
    font-size: 20px !important;
}

.today {
    background-color: #D7E9F8;
    color: #FFFFFF;
    font-size: 20px;
}

.time-period {}

.appointment-level {
    padding: 2px 10px 2px 10px;
}

.break {
    background-color: #E6E7E8;
    color: #A7A9AC;
    font-size: 20px;
    font-weight: 700;
}

.next,
.prev {
    font-family: 'Lora';
    color: #91AABF;
    font-size: 15px;
    text-decoration: none;
}

#date-text,
#date-period-text {
    color: #336C98;
    font-family: 'Lora';
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.form-label {
    color: #4E86B1;
    text-align: left;
    font-size: 15px;
    white-space: nowrap;
}

.form-heading {
    color: #986C13;
    text-align: left;
    font-size: 22px;
    padding: 5px 2% 5px 2%;
    white-space: nowrap;
}

.form-text {
    color: #000000;
    text-align: left;
    font-size: 15px;
}

td.form-header {
    width: 30%;
}

td.form-value {
    width: 70%;
}

input[type=text] {
    background-color: transparent;
    border: 1px solid #D1D3D4;
    font-size: 15px;
    width: 100%;
    padding: 5px 2% 5px 2%;
}

input[type=password] {
    background-color: transparent;
    border: 1px solid #D1D3D4;
    font-size: 15px;
    width: 100%;
    padding: 5px 2% 5px 2%;
}

input[type=file] {
    background-color: transparent;
    color: #6C6D71;
    font-size: 15px;
    width: 100%;
    padding: 5px 2% 5px 2%;
}

textarea {
    background-color: transparent;
    width: 100%;
    border: 1px solid #D1D3D4;
    resize: vertical;
    font-size: 15px;
    padding: 5px 2% 5px 2%;
    overflow: auto;
    height: 100px;
}

select {
    background-color: transparent;
    color: #6C6D71;
    width: 100%;
    border: 1px solid #D1D3D4;
    font-size: 15px;
    padding: 5px 2% 5px 2%;
}

option {
    background-color: transparent;
    color: #6C6D71;
    font-size: 15px;
}

.title_gold {
    color: #9A6C14;
    font-size: 20px;
}

.title_blue {
    color: #5187B3;
    font-size: 18px;
    margin-bottom: 5px;
}

.title2_blue {
    color: #699BC0;
    font-size: 16px;
    margin-bottom: 5px;
}

.content {
    color: #58585A;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.content ol,
.content ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.content ol li,
.content ul li {
    margin-bottom: 10px;
}

.content_blue {
    color: #5B8FB6;
    font-size: 14px;
    line-height: 18px;
}


/*.open-close{
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    cursor: pointer;
    background-image: url('../images/open-list-white.png');
}

.open-close.active{
    background-image: url('../images/close-list-white.png');
}*/

.career-quotation-wrapper {
    width: 100%;
    /*float: right;*/
    margin: 0px 0px 25px 25px;
}

.career-quotation-image {
    width: 100%;
}

.career-quotation-heading {
    font-family: 'Marcellus SC', serif, "Microsoft JhengHei", sans-serif;
    position: absolute;
    right: 0;
    color: #FFF;
    padding: 2% 5%;
    font-size: 18px;
    right: 0;
    overflow: hidden;
    max-width: 90%;
    bottom: 5%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.career-quotation-image-wrapper {
    width: 100%;
    position: relative;
}

.career-quotation-description {
    width: 80%;
    /*text-align: justify;*/
    text-align: left;
    padding: 12% 10% 25% 10%;
    font-size: 14px;
    color: #FFFFFF;
    font-style: italic;
    font-family: 'Lora', "Microsoft JhengHei", sans-serif;
}

.career-quotation-description-wrapper {
    position: relative;
}

.career-quotation-description-top {
    position: absolute;
    width: 100%;
    top: 3%;
    left: 3%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url('../images/c1.png');
}

.career-quotation-description-bottom {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 3%;
    height: 63px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../images/c2.png');
}

.career-quotation-link,
.career-quotation-link:link,
.career-quotation-link:visited,
.career-quotation-link:active,
.career-quotation-link:focus {
    text-decoration: none;
}

.no_border tr td {
    border-bottom: 0px solid;
    border-right: 0px solid;
}

.title {
    color: #356B97;
    font-size: 35px;
    font-family: 'Marcellus SC', serif;
    line-height: 92%;
    /*font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif;*/
}

.record_title {
    color: #C3E1DF;
    font-size: 18px;
    padding-left: 6px;
}

.record_ct {
    color: #5187B3;
    font-size: 14px;
    padding-left: 6px;
}

.record_ct2 {
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 6px;
}

.grey_link {
    color: #6E6E70;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Lora', 'Marcellus SC', serif, 'Microsoft JhengHei', sans-serif;
}

a.grey_link,
a.grey_link:hover,
a.grey_link:active,
a.grey_link:link,
a.grey_link:visited {
    color: #6E6E70;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    word-wrap: break-word;
}

.red1,
.red1:link,
.red1:visited,
.red1:active,
.red1:hover {
    color: #CA5F4F;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

a.red_link,
a.red_link:hover,
a.red_link:active,
a.red_link:visited,
a.red_link:link {
    color: #CA5F4F;
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
}

a.blue_link,
a.blue_link:hover,
a.blue_link:active,
a.blue_link:visited,
a.blue_link:link {
    color: #CA5F4F;
    /*color: #5187B3;*/
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
}

.home_container {
    width: 1000px;
    /*    padding-left: 25%;
    padding-right: 25%;*/
    text-align: left;
}

.btn-default:visited,
.btn-default,
.btn-default:active,
.btn-default:hover,
.btn-default:link {
    background-color: #356B97;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 15px 2px 15px;
    font-size: 14px;
    border: 0;
}

.small-middle-view {
    display: none;
    padding: 0;
}

.small-middle-view>table {
    width: 100%;
    border-collapse: collapse;
}

.small-middle-view>table th.mobile-detail-header,
.small-middle-view>table td.mobile-detail-detail {
    padding: 8px 10px;
    border: 1px solid #FFF;
}

.large-view {
    display: table-cell;
}

.my-record-table {
    width: 100%;
}

.my-record-table tr.header td {
    background-color: #5086B2;
    color: #C3E1DF;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 10px;
}

.my-record-table tr.data td {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 10px;
}

.my-record-table tr.data:nth-child(odd) td {
    background-color: #A8A9AD;
    color: #FFFFFF;
}

.my-record-table tr.data:nth-child(even) td {
    background-color: #E8E8EA;
    color: #5187B3;
}

.small-middle-view {
    display: none;
    padding: 0;
}

.large-view {
    display: table-cell;
}

.large-view-table-row {
    display: table-row;
}

.my-record-table-second {
    background-color: #FFFFFF;
}

.my-record-table-second tr.small-data td.first-col {
    background-color: #5086B2;
    width: 35%;
    color: #FFF;
}

.inline-item {
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 720px) {
    .inline-item {
        display: block !important;
        width: 100% !important;
    }
    .career-quotation-wrapper {
        /*        width: 60%!important;
        margin:0 auto;
*/
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .small-middle-view {
        display: table-cell;
        padding: 0 !important;
        border-bottom: 20px solid #FFFFFF;
    }
    .large-view {
        display: none;
    }
    .large-view-table-row {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .career-quotation-wrapper {
        width: 30%;
    }
    .small-middle-view {
        display: table-cell;
        padding: 0 !important;
        border-bottom: 20px solid #FFFFFF;
    }
    .large-view {
        display: none;
    }
}

.job-item:nth-child(even) {
    background: #E4F1FA;
}

.job-item:nth-child(odd) {
    background: #F3F8FC;
}

.detail-header {
    background-color: #5086B2;
    vertical-align: top;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #C5DFDE;
    width: 250px;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif;
}

.detail-text {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif;
    color: #6E6E70;
    vertical-align: top;
    padding: 5px 10px 5px 10px;
    text-align: left;
    width: 700px;
}

.mobile-detail-header {
    font-weight: normal;
    background-color: #5086B2;
    vertical-align: top;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #C5DFDE;
    width: 30%;
    font-family: 'Open Sans', sans-serif, "Microsoft JhengHei", sans-serif;
}

.job-item:nth-child(even) .small-middle-view table tr td.mobile-detail-detail {
    background: #E4F1FA;
}

.job-item:nth-child(odd) .small-middle-view table tr td.mobile-detail-detail {
    background: #F3F8FC;
}

font {
    background-color: transparent;
    word-wrap: break-word;
}

form {
    width: 100%;
}

select {
    background-color: #FFFFFF;
    color: #68686B;
    width: 95%;
    font-size: 15px;
    padding: 5px 2% 5px 2%;
    /*  -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    /*  background-image:  url(./images/drop_down.png);*/
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

#btn-search {
    background-image: url(../images/search.png);
    background-color: #00467D;
    padding: 5px 50% 5px 50%;
    color: #FFFFFF;
    height: 45px;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.sort {
    background-image: url(../images/default_arrow.png);
    cursor: pointer;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    margin-left: -1px;
}

.sort.desc {
    background-image: url(../images/asc.png);
}

.sort.asc {
    background-image: url(../images/desc.png);
}

.browse-by-tab {
    display: inline-block;
    padding: 12px 1% 8px 1%;
    font-size: 14px;
    background-color: #D0E6F8;
    cursor: pointer;
    text-align: center;
    /*white-space: nowrap;*/
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-top-left: 15px;
    -moz-border-radius-top-right: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.search-panel {
    background-color: #E0EEFB;
    width: 100%;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-top-left: 40px;
    -moz-border-radius-top-right: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.search-panel.hide {
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottom-left: 40px;
    -moz-border-radius-bottom-right: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.search-panel.hide .search-option {
    display: none;
}

#find-a-job {
    font-size: 35px;
    display: inline;
    width: 200px;
    color: #FFFFFF;
    padding: 10px 15px 10px 15px;
    text-align: center;
    white-space: nowrap;
    font-family: 'Marcellus SC', serif;
    background-color: #78A6CA;
    border-radius: 100px;
}

#radius-panel {
    background-color: #D7D9DA;
    height: 65px;
    border-radius: 100px;
}

.job-post:visited,
.job-post:focus,
.job-post:active,
.job-post:hover,
.job-post:link {
    text-decoration: none;
}

#showSearchPanel {
    background-color: transparent;
    border: 0;
    color: #6C848C;
    text-decoration: none;
    background-image: url(../images/search_option.png);
    cursor: pointer;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block
}
#showSearchPanel > span {
    display: inline-block
}
#showSearchPanel > span:before {
    content: "More";
    display: inline-block
}
#showSearchPanel.flip,
#showSearchPanel.flip > span {
    -ms-transform: matrix(1,0,0,-1,0,0);
    -moz-transform: matrix(1,0,0,-1,0,0);
    -webkit-transform: matrix(1,0,0,-1,0,0);
    transform: matrix(1,0,0,-1,0,0)
}
#showSearchPanel.flip > span:before {
    content: "Fewer"
}

.c-link:visited,
.c-link:focus,
.c-link:active,
.c-link:hover,
.c-link:link {
    color: #6E6E70;
    font-size: 14px;
    display: block;
    padding: 5px 20px 10px 20px;
    box-sizing: border-box;
    line-height: 22px;
    text-decoration: none;
    font-family: Verdana, Geneva, "Microsoft JhengHei", sans-serif;
}

.emp-type-color-tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.emp-type-color-tag-list li {
    display: inline-block;
}

.find-a-job-wrapper,
.find-a-job-text-wrapper,
.find-a-job-submit-wrapper,
.find-a-job-more-wrapper {
    display: table-cell;
    padding-top: 11px;
}

.find-a-job-submit-wrapper {
    width: 8%;
}

.find-a-job-more-wrapper {
    width: 20%;
    text-align: center;
}

.search-panel-dropdown-ctr {
    display: inline-block;
    width: 31.33%;
}
.search-panel-dropdown {
    margin-top: 1em
}
.search-panel-dropdown:after {
    content: "";
    display: block;
    float: none;
    height: 0;
    clear: both
}
.search-panel-dropdown > .left {
    width: 30%;
    float: left
}
.search-panel-dropdown > .left.padtop {
    padding-top: .5em
}
.search-panel-dropdown > .right {
    width: 69%;
    float: left
}

.business_nature_item,
.job_nature_item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /*    border: 1px solid;*/
    /* padding: 5px 2%; */
    width: 33.3%;
}

.browse-by-tab-list {
    width: 95%;
    list-style: none;
    padding: 0;
    margin: 0 auto 0 auto;
}

#keywords {
    width: 95%;
    height: 30px;
    background-color: #FFFFFF;
}

.pagination {
    list-style: none;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}

.pagination>li {
    display: inline-block;
    margin-right: 5px;
}

.pagination>li>a,
.pagination>li>a:active,
.pagination>li>a:visited,
.pagination>li>a:link,
.pagination>li>a:hover {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    padding: 10px 8px;
    background-color: #CA5E4F;
    color: #fff;
    border: 0;
    border-radius: 0;
    float: none;
    margin: 0;
}

.pagination>li.active>a {
    background-color: #666
}

.pagination>li>span {
    position: relative;
    border: 0;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    float: none;
    margin: 0;
}

.job-board .select2-results__option:before,
.job-pref .select2-results__option:before {
    content: "\0000a0";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    box-sizing: border-box
}
.job-board .select2-results__option[aria-selected = "true"]:before,
.job-pref .select2-results__option[aria-selected = "true"]:before {
    -ms-transform: matrix(0.7071,0.7071,-0.7071,0.7071,0,0);
    -moz-transform: matrix(0.7071,0.7071,-0.7071,0.7071,0,0);
    -webkit-transform: matrix(0.7071,0.7071,-0.7071,0.7071,0,0);
    transform: matrix(0.7071,0.7071,-0.7071,0.7071,0,0);
    width: .5em;
    height: 1em;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    margin-left: .25em;
    margin-right: .75em;
    /*
    content: "\002713";
    line-height: .96875;
    padding-left: .0625em;
    border: 1px solid currentColor;
    */
}
.job-board .select2-selection__choice:not(:first-of-type),
.job-board .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.job-board .select2-selection__choice + .select2-search,
.job-pref .select2-selection__choice:not(:first-of-type),
.job-pref .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.job-pref .select2-selection__choice + .select2-search {
    display: none;
}
.job-board .select2-selection__rendered > .gray,
.job-pref .select2-selection__rendered > .gray {
    display: inline-block;
    float: right;
    color: #999;
    font-size: smaller;
    line-height: 3;
    height: 2em
}
.job-board .select2-container--default .select2-selection--multiple .select2-selection__choice,
.job-pref .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 0 none;
    padding-right: 0;
    padding-left: 0;
    margin-top: .4375em;
    margin-right: 0;
    max-width: 60%;
    max-width: calc(100% - 3.75em);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1
}
.job-board .select2-container--default .select2-selection--multiple .single .select2-selection__choice,
.job-pref .select2-container--default .select2-selection--multiple .single .select2-selection__choice {
    max-width: 100%
}
.job-board .search-panel-dropdown,
.job-pref .search-panel-dropdown {
    width: 24%;
    display: inline-block
}
.job-board .search-panel-dropdown.double-width,
.job-pref .search-panel-dropdown.double-width {
    width: 48%
}
.job-pref .search-panel-dropdown.full-width {
    width: 100%
}
.job-board .select2-results__option .clear-all,
.job-pref .select2-results__option .clear-all {
    border-bottom: 1px solid #999;
    padding-bottom: .5em
}

@media screen and (max-width: 700px) {
    ul.pagination li.active,
    ul.pagination li.previous,
    ul.pagination li.next,
    ul.pagination li.first,
    ul.pagination li.last,
    ul.pagination li.disabled{
        display: inline-block;
    }
    ul.pagination li {
        display: none;
    }
    .search-panel-dropdown {
	width: 100%;
	display: block
    }
    .job-board .search-panel-dropdown,
    .job-pref .search-panel-dropdown {
	width: 32%;
    }
    .job-board .search-panel-dropdown.double-width,
    .job-pref .search-panel-dropdown.double-width {
	width: 64%
    }
}

@media screen and (max-width: 700px) {
    .emp-type-color-tag-list li {
        display: block;
    }
    .search-panel-dropdown-ctr {
        display: block;
        width: 100%;
        padding-bottom: 5px;
    }
    .business_nature_item,
    .job_nature_item {
        display: block;
        width: 95%;
        padding-bottom: 10px;
    }
    #keywords {
        height: 14px;
    }
    .find-a-job-wrapper,
    .find-a-job-text-wrapper,
    .find-a-job-submit-wrapper,
    .find-a-job-more-wrapper {
        padding-top: 0px;
    }
    .find-a-job-wrapper {
        display: none;
    }
    .find-a-job-text-wrapper {
        width: 60%;
    }
    .find-a-job-submit-wrapper {
        width: 15%;
    }
    .find-a-job-text-wrapper,
    .find-a-job-submit-wrapper {
        display: inline-block;
        margin-top: -5px;
    }
    .find-a-job-more-wrapper {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    #radius-panel {
        text-align: center;
        /*      height:100px;*/
        min-width: 180px;
    }
    #radius-panel table {
        width: 100%;
        padding-top: 10px;
    }
    #btn-search {
        padding: 4px 40% 4px 40%;
        color: #FFF;
        height: 25px;
        border: 0;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }
    /*  .search-panel{
        -webkit-border-top-left-radius: 60px;
        -webkit-border-top-right-radius: 60px;
        -moz-border-radius-top-left: 60px;
        -moz-border-radius-top-right: 60px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .search-panel.hide{
        -webkit-border-bottom-left-radius: 60px;
        -webkit-border-bottom-right-radius: 60px;
        -moz-border-radius-bottom-left: 60px;
        -moz-border-radius-bottom-right: 60px;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }*/
}
@media screen and (max-width: 590px) {
    .job-board .search-panel-dropdown,
    .job-pref .search-panel-dropdown {
	width: 49%;
    }
    .job-board .search-panel-dropdown.double-width,
    .job-pref .search-panel-dropdown.double-width {
	width: 100%
    }
}

@media screen and (max-width: 480px) {
    .browse-by-tab {
        width: 45.333%;
        /* white-space: break-; */
    }
    .search-panel-dropdown:after {
	content: "";
	display: block;
	float: none;
	height: 0;
	clear: both
    }
    .search-panel-dropdown > .left.padtop {
	padding-top: 0
    }
    .search-panel-dropdown > .left {
	width: auto;
	float: none
    }
    .search-panel-dropdown > .right {
	width: auto;
	float: none
    }
    .job-board .search-panel-dropdown,
    .job-pref .search-panel-dropdown {
	width: 100%;
    }
}
