.rxiv-color {
    color: #EE2500;
}
.rxiv-background-color {
    background: #EE2500;
}
.expert-rxiv-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 34px;
}
.expert-rxiv-title span {
    font-family: serif;
}
.expert-rxiv-subtitle {
    font-size: 18px;
    color: #6C6C6C;
}

.rxiv-btn {
    padding: 10px;
    width: 100%;
    background: #ccc;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    border:0;
    font-size: 18px;
    line-height: 24px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.2s;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    position:relative;
    z-index: 5;
    /* font-weight: 600 !important; */
}
.rxiv-btn:hover, .rxiv-btn:focus {
    box-shadow: 1px 4px 4px rgba(0,0,0,.2);
    color: white;
    text-decoration: none;
}
.rxiv-btn--subscribe {
    background: #EE2500;
    color: #fff !important;
}
.rxiv-btn--create {
    background: #0275D8;
    font-size: 16px;
    display: block;
    text-align: center;
}

.rxiv-sidebar--create {
    background: #F3F3F3;
    padding:24px;
    font-size: 16px;
    line-height: 24px;
}

.rxiv-sidebar--create-title {
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rxiv-sidebar--create-title > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.rxiv-sidebar--create-title-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #EE2500;
    margin-right: 8px;
    margin-left: 8px;
}

.rxiv-back-link {
    font-size: 15px;
}

.job-status-header {
    margin-bottom: 20px;
    padding: 12px 0 0 0;
    background: #edf8fd;
    color: #252525;
    box-shadow:inset 0px 0px 10px #C1E8FA;
}

.job-status-header form {
    display: inherit;
}

.job-status-header form button.disabled {
    color: green;
}

.job-status-header .btn-link {
    margin-bottom: 1px;
    font-size: 13px;
}

.job-progress-row {
    margin-top: 35px;
}

.job-featured-header-items {
    text-align: right;
}

.job-featured-header {
    margin-left: 10px;
    background: #4CAF50;
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
}

.job-featured-header.expired {
    background: #F44336;
}

.job-featured-header-payment {
    border-radius: 2px;
    border: 1px solid #226bbf;
    padding: 1px 6px;
}

a.job-featured-header-payment:hover {
    background: #aadff7;
    text-decoration: none;
}

.job-listing-submit-link {
    color: #f57c00;
}

.btn-list-opportunity {
    background: #FF5722;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 8px;
}

.job-post-container form > div {
    margin-bottom: 8px;
}

h1.job-posting-h1 {
    font-weight: 400;
}

.job-post-container h2 {
    color: #727272;
}

.job-post-container h2.job-edit {
    color: #0078b7;
    cursor: pointer;
}

.job-post-container h2 {
    margin-bottom: 11px;
}

.job-post-container h2.job-edit:hover {
    color: #56c6ff;
}

.job-post-container .md-editor {
    border: 0;
}

.job-post-container .md-preview,
.job-post-container textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 20px !important;
}

.job-post-container .md-preview {
    max-width: 738px;
    background: #e1f5fe;
}

.form-job-highlight {
    background: #eee;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.job-post-container .turn-to-ac {
    font-size: 14px;
}

.job-post-promotion-actions {
    text-align: center;
}

/** Utility */
.label-saving {
    background: #FFF6B2;
}

.label-error {
    background: #FFB2B2;
}

/** Promotional packages */
.job-package-block {
    color: #fff;
    height: 128px;
    padding: 42px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 200 !important;
    margin-bottom: 30px;
}

.job-package-extend-days {
    background: #00BCD4;
}

.job-package-featured {
    background: #8BC34A;
    height: 165px;
    padding: 29px 6px;
}

/*Preview styles*/
.job-preview-header {
    margin-bottom: 20px;
    border-bottom: 5px solid #252525;
    padding-bottom: 20px;
}

.job-preview-container {
    background: #f3f3f3;
    padding: 8px;
}

/*Public listing styles*/
.job-listing-salary {
    color: #4CAF50;
    font-weight: bold;
    font-size: 13px;
}

.job-listing-basic-meta {
    border-left: 1px solid #03A9F4;
    line-height: 11px;
    padding-left: 5px;
    margin-left: 5px;
}

/*Public listing sidebar*/
#job-apply {
    margin-bottom: 20px;
}

#job-apply-description {
    display: none;
    padding: 18px 9px;
    background: #fffea3;
    border-bottom: 1px solid #2196F3;
    margin-bottom: 20px;
    color: #131838;
    border-radius: 2px;
    word-wrap: break-word;
}

.show-apply-description {
    display: block !important;
}

/*Search index*/
.job-search-results {
    margin:2px 10px 0 7px;
    color: #717171;}

.search-container {
    margin: 20px 0 40px 0;
}

.job-filter-remove {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 0 4px;
    margin: 8px 3px 4px 0;
    font-size: 11px;
    color: #fff;
}

.job-salary-remove {
    background: #02b875;
}

.job-search-item {
    margin-bottom: 20px;
    padding: 5px 10px;
    position: relative;
}

.job-search-item-featured {
    background: #eafbea;
    padding: 10px 2px 10px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.job-featured-label {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 2px 6px;
    background: #fff;
    color: #4CAF50;
    font-size: 12px;
}

.job-announce {
    background: #f5f5f5;
    margin-bottom: 40px;
}

.search-item-title {
    font-size: 21px;
    line-height: 1.2em;
    margin-bottom: 4px;
}

.job-listing-inline {
    font-size: 12px;
    color: #444;
    margin-bottom: 1px;
}

.job-listing-inline span {
    margin-right: 10px;
}

.job-search-description {
    color: #444;
    font-size: 14px;
    line-height: 21px;
}

.job-search-date {
    font-size: 12px;
    color: #888;
}

.job-search-item .subjects-navigation {
    margin: 2px 0 0 0;
}

.job-search-item  .subject-item a,
.job-search-item  .subject-item a:visited {
    height: 20px;
    padding: 3px 6px;
    line-height: 27px;
    font-size: 12px;
    margin: 0 3px 6px 0;
}

/**Search sidebar*/

.job-search-nav-list {
    margin-bottom: 40px;
}

.job-show-more {
    cursor: pointer;
    background: #eee;
    font-size: 12px;
    color: #888;
    padding: 2px 4px;
    border-radius: 2px;
    float: right;
    margin-bottom: 5px;
}

.job-show-more:hover {
    background: #e5e5e5;
    color: #252525;
}

#show-fewer-subject-link {
    display: none;
}

#more-subject-aggs-list {
    display: none;
}

.job-search-nav-list li {
    margin-bottom: 3px;
}

.job-search-nav-list li a {
    padding: 3px 10px;
    line-height: 1.5;
    color: #888;
}

.job-search-nav-list .badge {
    float: right;
    background: #eee;
    color: #717171;    text-shadow: none;
}

.search-highlight {
    background: #ffff88;
    font-weight: bold;
}


@media (min-width: 767px) {
    .job-search-item-featured {
        padding: 10px;
    }

    .job-search-item-featured .job-search-item-meta {
        margin-left: 5px !important;
    }

    .job-featured-label {
        right: 0;
    }

    .job-search-nav-list h3 {
        padding-left: 10px;
    }
}

@media (min-width: 980px) {
    .ask-an-expert-title {
        margin-top: -30px;
    }
}

@media (max-width: 768px) {
    .ask-an-expert-title {
        margin-top: 40px;
    }
}
