#innerPageText {
    padding: 0px;
}

#pageTitle {
    display: none;
}

#menu {
    display: none;
}

#topBar {
    width: 100%;
    height: 50px;
    background: #222222;
    border-top: 1px solid #080808;
    border-bottom: 1px solid #080808;
}

/** Sidebar styles **/
div.crSidebar {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    background: none !important;
    border: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

/** Sidebar refinement styles **/
div.refinementBox {
    color: #333;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

div.refinement_title .arrow {
    float: right;
}

.vacOwner, .intermediair, .education, .company, .sector, .provincie, .grootte, .werktijd, .contracttype {
    border-top: 1px solid #e8e8e8;
    margin-top: 5px;
}

#content div.refinementBox h1 {
    color: #555;
    font-size: .9em;
    margin: 0px 0px 2px 0px;
    padding: 2px;
    cursor: pointer;
    overflow-x: hidden;
}

div.refinementBox .refinement_title {
    cursor: pointer;
    padding-left: 6px;
    background: #f5f5f5;
}

div.refinementBox .refinement_title:hover {
    background-color: #fff;
}

div.refinementBox div.initial {
    display: none;
}

div.refinementBox div.initial, div.refinementBox div.more {
}

div.refinementBox a.refinement {
    padding: 2px;
    display: block;
    margin: 1px 0px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
}

div.refinementBox a.refinement:hover {
    background-color: #1677AC;
    color: #fff;
}

div.refinementBox a.moreless {
    padding: 2px 2px 0px 2px;
    cursor: pointer;
    display: inline-block;
}

div.refinementBox div.more {
    display: none;
}

div.crMain {
    /** position:relative; **/
    margin: 5px 0 0 0;
    min-height: 120px;
}

div.crMainText {
    margin: 0 20px;
}

div.mainTitle {
    margin: 0 20px 20px 20px;
}

div.mainTitle span {
    color: #666;
    font-size: 14px;
}

div.mainTitle span.count {
    font-weight: 700;
}

#innerPageText div.crMain > .mainTitle > h1 {
    display: inline-block;
    margin: 0px 20px 0px 0px;
}

.vacmsg {
    font-size: 12px;
    border-radius: 5px;
    text-align: left;
    margin-top: 4px;
}

.vacmsg.mychat {
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 2px;
    border: 1px #ccc solid;
}

.vacmsg.notmychat {
    border-radius: 5px;
    color: #069;
    padding: 5px 5px 5px 5px;
    margin-bottom: 2px;
    background-color: #eee;
    border: 1px #ccc solid;
}

/** Pretty table styles **/
.NetworkResults {
    margin: 30px 0;
    position: relative;
}

.NetworkResults .networkoption1 {
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 5px;
    font-size: 12px;
}

.NetworkResults .networkoption2 {
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 5px;
    font-size: 12px;
}

.NetworkResults table table {
    margin: 0 !important;
}

.NetworkResults table.pretty {
    /* width:900px; */
    margin: 0 0 0 30px;
}

.NetworkResults table.pretty td {
    text-align: left;
    vertical-align: top;
    /* width:700px; */
    margin-left: 30px;
    border: 0px solid #000;
    color: #666;
}

.NetworkResults table.pretty tr.contact {
    background: #fbfbfb;
    border: 1px solid #ebebeb;
}

.NetworkResults table.vacancies {
    margin: 0;
}

table.pretty, table.network, table.vacancies {
    margin: 10px 30px 10px 0px;
    border-collapse: collapse;
    font-size: 13px;
    width: 95%;
}

table.pretty td, table.vacancies td {
    vertical-align: top;
    text-align: left;
    min-height: 48px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 5px;
    padding-bottom: 4px;
}

table.pretty th {
    color: #333;
    width: 100px;
    vertical-align: top;
    text-align: left;
}

table.pretty tbody tr.striped td,
table.network tr.striped td {
    background: none;
}

table.pretty tbody tr td,
table.network tr td {
    border-bottom: 1px solid #eaeaea;
}

table.pretty thead th {
    color: #333;
    font-size: 14px;
}

td.options img {
    margin: 0px 2px 0px 0px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

td.options img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

td.options, table.pretty tbody td.options {
    vertical-align: middle;
    text-align: right;
}

.optionContainer {
    width: 49px;
    height: 68px;
    position: relative;
    float: right;
    cursor: pointer;
}

.optionContainer .user:hover {
    background-position: 0 -34px;
}

.optionContainer .user {
    width: 49px;
    height: 34px;
    background: url("/themes/cr/img/btn-big-options.png") 0 0 no-repeat;
}

.optionContainer .settings {
    width: 49px;
    height: 34px;
    background: url("/themes/cr/img/btn-small-options.png") 0 0 no-repeat;
}

.optionContainer .settings:hover {
    background-position: 0 -34px;
}

.optionContainer .settings:hover > .settings-menu {
    display: block;
}

.optionContainer .settings .settings-menu {
    display: none;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: #ffffff;
    list-style: none;
    margin: 6px 0;
    padding: 3px 0;
    top: 53px;
    left: -55px;
    z-index: 1000;
}

.optionContainer .settings .settings-menu li { /*padding:5px 20px;*/
    font-size: 13px;
}

.optionContainer .settings .settings-menu li a {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
}

.optionContainer .settings .settings-menu li a .starImage {
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
}

.MSIE7 .optionContainer .settings .settings-menu li a .starImage {
    margin-top: 0px
}

.optionContainer .settings .settings-menu li:hover {
    background: #f5f5f5;
}

/* .btn-starfav-on.btn-client:hover .settings-menu{display: block;} */
.btn-starfav-on.btn-client .settings-menu {
    display: none;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: #ffffff;
    list-style: none;
    margin: 22px 0 0 -64px;
    padding: 3px 0;
    z-index: 1000;
}

.btn-starfav-on.btn-client .settings-menu li { /*padding:5px 20px;*/
    font-size: 13px;
}

.btn-starfav-on.btn-client .settings-menu li a {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
}

.btn-starfav-on.btn-client .settings-menu li a .starImage {
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
}

.MSIE7 .btn-starfav-on.btn-client .settings-menu li a .starImage {
    margin-top: 0px
}

.btn-starfav-on.btn-client .settings-menu li:hover {
    background: #f5f5f5;
}

.wbutton, .wbutton:visited {
    display: inline-block;
    padding: 7px 8px 7px 35px;
    border-radius: 4px;
    border: 1px #aaa solid;
    color: #333;
    margin: 4px 2px;
    background: none #eee no-repeat top left;
    box-shadow: 1px 1px 2px #fff;
}

.wbutton.attachment {
    background: url(/themes/default/img/jobxs/attach.png) #eee no-repeat 2px 1px;
}

.wbutton.fav {
    background: url(/themes/default/img/jobxs/_star.png) #eee no-repeat 2px 1px;
}

.wbutton.vac {
    background: url(/actions/cr/themes/default/img/briefcase.png) #eee no-repeat 2px 1px;
}

.wbutton.company {
    background: url(/actions/cr/themes/default/img/_user.png) #eee no-repeat 2px 1px;
}

.wbutton.comment {
    background: url(/actions/cr/themes/default/img/_speech_bubble.png) #eee no-repeat 2px 1px;
}

.wbutton.addcontact {
    background: url(/themes/default/img/jobxs/plus.png) #eee no-repeat 2px 0px;
}

.wbutton.search {
    border: 1px solid #1677AC;
    background: url(/actions/cr/themes/default/img/search.png) #fff no-repeat 5px 5px;
}

.wbutton.searchagent {
    font-size: 12px;
    border: 1px solid #cccccc;
    background: url(/actions/cr/themes/default/img/searchagent_01.png) #fff no-repeat 10px 9px;
    color: #008ac0;
    cursor: pointer;
}

.wbutton:hover {
    background-color: #fff;
    text-decoration: underline;
}

.wbutton.remove {
    background-color: #E08B8B;
    color: #fff;
    text-decoration: none;
}

img.avatar {
    border: 1px #777 solid;
    max-height: 100px;
    max-width: 100px;
}

.options img.profile, .bigoptions img.profile {
    position: relative;
    opacity: 1.0;
    /** filter:alpha(opacity=100); **/
    min-height: 42px;
    min-width: 42px;
    max-height: 42px;
    max-width: 42px;
    margin: 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;

    margin-left: 9px;
    margin-top: 5px;
}

.options img.addnewconnection {
    margin: 4px 7px 2px;
}

.options img.profile.suggested {
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.options img.overlay {
    left: -23px;
    margin: 18px -28px 0px 0px;
    padding: 0px;
    position: relative;
    opacity: 1.0;
    filter: alpha(opacity=100);
    max-height: 42px;
    max-width: 42px;
}

a.pretty {
    display: inline-block;
    cursor: pointer;
    color: #666666 !important;
    text-decoration: none;
    /* font-size:12px; */
    font-weight: 700 !important;
}

a.pretty:hover {
    text-decoration: underline;
}

/** Network page styles **/
.letterselected {
    background: #fff;
    color: #0088c0 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.letterselect {
    position: absolute;
    z-index: 999;
    background: #0088C0;
    height: 22px;
    text-align: center;
    margin: 0 auto;
    padding: 4px 5px 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: -10px;
}

.letterselect a {
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    float: left;
    margin-right: 2px;
}

.letterselect a:hover {
    background: #fff;
    color: #0088c0;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.netwerkjoblink {
    font-size: 10px;
    padding: 0px;
}

.vacancies {
    font-size: 12px;
    width: 260px;
    vertical-align: top;
    padding: 4px;
}

.licarousel {
    background: url(/actions/cr/themes/default/img/bgCarousel.png) repeat-x left top;
    /* width:960px; */
    width: 100%;
    height: 186px;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.licarousel ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 9000px;
    padding: 30px 0 0 0;
    margin: 0px;
}

.licarousel li {
    color: #666;
    float: left;
    font-weight: bold;
    font-size: 12px;
    height: 114px;
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0 10px 0 0;
    text-align: center;
    width: 80px;
}

.carselected img {
    border: 2px #fff solid;
}

.licarousel img {
    cursor: pointer;
    position: relative;
}

.licarousel ul li img {
    box-shadow: 0px 2px 0px #333;
}

.licarousel li p {
    width: 60px;
    position: relative;
    z-index: 1;
    top: -64px;
    text-align: center;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 18px;
}

.networkprevnext {
    height: 16px;
    padding: 3px 8px 3px 8px;
    font-size: 12px;
}

input.hint {
    color: #777;
    font-style: italic;
}

div.box {
    padding: 15px;
    border-radius: 10px;
}

#innerPageText div.box > h1 {
    padding: 0;
    margin: 0px 0px 5px;
    color: #333;
    letter-spacing: 0;
}

#innerPageText div.box > p {
    padding: 0;
    margin: 5px 0px 0px;
    color: #888;
    font-size: 12px;
}

div.box.jumpout {
    background-color: #f3f3f3;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
}

div.crSidebar form.sideform input, div.crSidebar form.sideform select {
}

/************** ms dropdown styles *********************/
.dd {
    text-align: left;
    background-color: #fff;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    color: #444;
}

.dd .ddTitle {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 5px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 28px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: url("/themes/cr/img/form-select-bg.png") 0px 0px repeat-x;
}

.dd .ddTitle {
    /*
    color:#333333;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 138, 192, 0.6);
    */
}

.dd .ddTitle span.arrow {
    background: url(/themes/cr/img/select_down_arrow.png) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dd .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    line-height: 16px;
}

.dd .ddTitle span.ddTitleText img {
    text-align: left;
    padding: 0 2px 0 0
}

.dd .ddTitle img.selected {
    padding: 0 3px 0 0;
    vertical-align: top;
}

.dd .ddChild {
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background-color: #ffffff;
    max-height: 200px;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
    padding-left: 10px
}

.dd .ddChild a {
    display: block;
    padding: 1px 0 1px 3px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.dd .ddChild a:hover {
    background-color: #1e90ff;
    color: #fff;
}

.dd .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}

.dd .ddChild a.selected {
    background-color: #1e90ff;
    color: #fff;

}

.hidden {
    display: none;
}

.dd .borderTop {
    border-top: 1px solid #c3c3c3 !important;
}

.dd .noBorderTop {
    border-top: none 0 !important
}

#selectUser_child {
    max-height: 250px;
    z-index: 9999;
}

.vacstatusbit {
    display: none;
}

.options .bigoptions {
    float: right;
    width: 80px;
    text-align: right;
}

.options .smalloptions {
    float: right;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
}

.options .smalloptions .moreoptions {
    padding-left: 22px;
}

.moreoptions_div {
    display: none;
    font-size: 12px;
    float: right;
    position: absolute;
    background-color: #fff;
    border: 1px #ddd solid;
    padding: 5px;
    margin-left: 70px;
    margin-top: 40px;
    z-index: 5;
    border-radius: 5px;
}

#clientSelectionBox {
    margin-left: auto;
    margin-right: auto;
}

.dezevacature {
    margin-bottom: 20px;
    border-bottom: 1px #999 solid;
    padding-bottom: 3px;
}

.selectedclient {
    margin-bottom: 10px;
}

.selectedclient .sc_name {
    font-size: 1.1em;
}

.results .agent {
    margin-bottom: 10px;
    /* width: 170px; */
    float: right;
}

.clientmanagelist td, .clientmanagelist th {
    padding: 1px 1px 1px 20px;
}

.clientmanagelist {
    border-spacing: 0px;
    width: 99%;
}

a.pButton.inactive {
    background-color: #CCC;
    border: 1px #CCC solid;
    color: #FEFEFE;
    text-shadow: 1px 1px 0 #777;
}

.returnmessage {
    font-size: 14px;
    color: #888;
}

div.results table.pretty .vacbit {
    float: left;
    /* width: 450px; */
}

div.results table.pretty .vacbit img {
    margin-right: 2px;
    position: relative;
    top: 1px;
}

div.results table.pretty .options {
    float: right;
    padding-right: 5px;
}

.sa_props {
    border-collapse: collapse;
    border: 1px #ddd solid;
    margin: 10px 0px 0px;
    width: 400px;
}

.sa_props th, .sa_props td {
    padding: 4px;
    text-align: left;
    border-bottom: 1px #ddd solid;
    color: #777;
}

.sa_props th {
    width: 140px;
    background-color: #eee;
    font-weight: normal;
    color: #333;
}

.manage_opt {
    text-align: right;
    width: 190px;
}

.manage_opt a {
    display: inline-block;
    margin: 2px;
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 4px;
    text-decoration: none;
    background-color: #eee;
}

.manage_opt a:hover {
    text-decoration: none;
    background-color: #fff;
}

.minusThreeMonths, .plusThreeMonths,.minusThreeMonths:focus, .plusThreeMonths:focus{
    padding: 0.25em 1em !important;
    text-align: center;
}
.minusThreeMonths a,.plusThreeMonths a{
    vertical-align: middle;
}

.np_page_block {
    text-align: center;
}

.np_page_block a {
    margin-right: 30px;
}

.rapportage_totalen, .selectie_kop {
    padding: 2px;
    border: 1px #bbb solid;
    border-radius: 10px;
    display: inline-block;
    width: 600px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #eee;
}

.rapportage_totaal_stuk {
    margin: 0px 15px 0px 15px;
}

.rapportage_totaal_stuk .rap_data {
    font-size: 14px;
    font-weight: bold;
}

.pButton_small {
    background-color: #0081b7;
    color: #fff;
    padding: 3px 6px 3px 6px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #333;
    border-left: 1px #6dc4e9 solid;
    border-top: 1px #6dc4e9 solid;
    border-right: 1px #005b82 solid;
    border-bottom: 1px #005b82 solid;
}

.pButton_small:visited, .pButton_small:active, .pButton_small:hover {
    color: #fff;
    text-decoration: none;
}

table.rapportage_resultaat {
    margin-left: 20px;
    border-collapse: collapse;
}

table.rapportage_resultaat th {
    font-weight: normal;
}

table.rapportage_resultaat td {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

/* Datepicker
----------------------------------*/

.ui-widget-header {
    border: none;
    background: none;
    color: #222222;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #39464E; /* jobxs lichtblauw */
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    line-height: 27px; /* 25px + 2px ivm border */
    text-align: center;
    vertical-align: center;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-active {
    border: 1px solid darkblue;  /* jobxs donkerblauw */
    background: none;
    color: darkblue;
    font-weight: 700;
}

.ui-corner-bottom, .ui-corner-right, .ui-corner-br,  table.ui-datepicker-calendar{
    border: none;
}

.ui-datepicker {
    border: 1px solid darkblue; /* jobxs donkerblauw */
    border-radius: 25px;
    width: 25em;
    padding: 1em 2.5em 2.5em;
}

#ui-datepicker-div {
    display: none;
    z-index: 2000 !important;
    margin-top: 15px;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: auto;
}

/* ---------------------- */

.vacPreviewContainer {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 18px;
    color: #777;
}

.publicatiedatum {
    font-size: 10px;
    font-style: italic;
    color: #666666;
}

.showfullvac {
    font-size: 10px;
    margin-top: -12px;
    display: block;
    padding: 0px 0px 5px 5px;
}

.m_coachcontainer {
    border: 1px #999 solid;
    height: 140px;
}

.manageformtable td {
    vertical-align: top;
}

.m_sortable th {
    cursor: pointer;
}

.searchagent_mail_popup {
    display: none;
    text-align: left;
    position: absolute;
    background-color: #fff;
    padding: 5px;
    margin-left: 9px;
    border: 1px #666 solid;
    z-index: 11;
}

.vd_omschrijving {
    float: left;
}

.vd_rightcol {
    float: right;
}

.vd_details {
    border: 1px #e3e3e3 solid;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    font-size: 13px;
}

.vd_details table th {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.vd_details table td {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.vd_options {
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px #e3e3e3 solid;
    border-radius: 5px;
    margin-bottom: 10px;
}

#innerPageText .vacdetail p {
    font-size: 14px;
}

.refinement {
    border-top: 1px solid #dddddd;
    height: 24px;
    line-height: 24px;
    padding-left: 17px;
    font-size: 14px;
    position: relative;
}

.refinement .numLabel {
    position: absolute;
    right: 1px;
    background: #999999;
    color: #ffffff;
    border-radius: 10px;
    padding: 2px 8px;
    margin-right: 5px;
    line-height: 11px;
    margin-top: 5px;
    font-size: 12px;
}

.refinement.selected {
    background-color: #E8E8E8;
    color: #333;
}

.zp_beroepgroep {
    background-color: #eee;
    font-weight: bold;
    color: #666;
    border-bottom: 1px #bbb solid;
}

.zp_beroepklasse {
    background-color: #ddd;
    font-weight: bold;
    color: #555;
    border-bottom: 1px #aaa solid;
}

.zp_beroep_container {
    margin-left: 12px;
}

.zp_groep_container {
    margin-left: 12px;
}

.zp_sidebar {
    width: 220px;
    float: left;
    padding: 0px 10px 0px 10px;
}

.zp_main {
    float: left;
    padding: 0px 10px 0px 10px;
}

.zp_beroep_grey {
    color: #999;
}

.straal_slider.ui-slider .ui-slider-handle {
    background-color: #99ccee;
    border: 1px #0088c0 solid;
}

.ui-menu .ui-menu-item {
    text-align: left;
}

ul.ui-autocomplete {
    z-index: 10 !important;
}

.zp_beroepstukje {
    border-bottom: 1px #999 solid;
    padding: 10px 0px 10px 0px;
}

.zp_title_title {
    float: left;
}

#innerPageText .zp_title_title h1 {
    margin-bottom: 1px;
    font-size: 14px;
    margin-top: 6px;
}

.zp_title_arrow {
    float: right;
    font-size: 10px;
    color: #999;
    margin-top: 6px;
}

.zp_titlebit {
    cursor: pointer;
    border-bottom: 1px #fff solid;
    margin-bottom: 4px;
}

.zp_titlebit:hover {
    border-bottom: 1px #999 solid;
}

.zp_closed {
    display: none;
}

.zp_onderdeel {
    background-color: #f5f5f5;
    padding: 0px 10px 4px 10px;
    border-radius: 5px;
}

.zoekprofiel_opslaan_div #clientSelectionBox {
    float: left;
    margin-left: 10px;
    margin-top: -6px;
}

.zp_beroep_highlight {
    background-color: #e5f5ff;
}

#headerStatsContainer {
    padding-bottom: 3px;
    margin-top: -5px;
}

.headerStats {
    float: right;
    font-size: 11px;
    margin-right: 10px;
    color: #777;
}

/************** button styles *********************/
.btn, a.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.btn:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline-style: none;
    outline-width: 0;
}

a.btn:hover {
    text-decoration: none;
}

.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.btn-standard, a.btn-standard {
    background: #e8e8e8;
    border: 1px solid #c8c8c8;
    color: #666666;
}

.btn-standard:hover, a.btn-standard:hover {
    background: #ffffff;
}

.btn-primary, a.btn-primary {
    background: #008ac0;
    border: 1px solid #007fb1;
    color: #fff;
}

.btn-primary:hover, a.btn-primary:hover {
    background: #3276B1;
}

.btn-success {
    background: #0ec000;
    border: 1px solid #0ca700;
}

.btn-success:hover {
    background: #47a447;
}

.btn-info {
    background: #50bce7;
    border: 1px solid #4cb0d8;
}

.btn-info:hover {
    background: #39b3d7
}

.btn-warning {
    background: #fdb933;
    border: 1px solid #ecad30;
}

.btn-warning:hover {
    background: #ed9c28;
}

.btn-danger {
    background: #d95450;
    border: 1px solid #d4403a;
}

.btn-danger:hover {
    background: #d2322d
}

.size-large {
    padding: 10px 16px;
    line-height: 1.33;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.size-normal {
    padding: 10px;
    line-height: 13px;
    font-size: 13px;
}

.size-small {
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 12px;
}

.size-extra-small {
    padding: 1px 5px;
    line-height: 1.5;
    font-size: 12px;
}

.sidebarSubmit {
    margin-top: 10px;
}

.headerSubmit {
    float: left;
    margin-left: 5px;
    padding-bottom: 9px;
    padding-top: 8px;
}

.MSIE8 .headerSubmit,
.MSIE9 .headerSubmit,
.MSIE10 .headerSubmit {
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type='radio'] {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    margin-left: -18px;
    margin-bottom: 10px;
}

input[type='radio'] + label {
    margin: 0;
    clear: none;
    padding: 0px 0 0px 24px;
    color: #666666;
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
    height: 18px;
    line-height: 16px;
}

input[type='radio'] + label {
    background: url("/themes/cr/img/form-radiobutton.png") 0px 0px no-repeat;
}

input[type='radio'] + label {
    background-position: 0px 0px;
}

input[type='radio']:active + label {
    background-position: 0px -18px;
}

input[type='radio']:checked + label {
    background-position: 0px -36px;
    text-decoration: underline;
}

input[type='radio']:checked:active + label {
    background-position: 0px -54px;
}

.MSIE7 input[type='radio'] {
    filter: alpha(opacity=100);
    margin-left: 0px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.MSIE7 input[type='radio'] + label, .MSIE8 input[type='radio'] + label {
    background: none;
    margin-right: 0px;
    padding: 1px 0 1px 0px;
    vertical-align: top;
    display: inline-block;
}

.MSIE8 input[type='radio'] {
    filter: alpha(opacity=100);
    margin-left: 0px;
    margin-bottom: 5px;
    vertical-align: bottom;
}

.refinement input[type='checkbox'] {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    margin-left: -33px;
    display: inline-block;
    margin-bottom: 5px;
}

.refinement input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    padding: 1px 0px 1px 0px;
    color: #666666;
    font-size: 12px;
    margin-right: 0px;
    display: inline-block;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.refinement:hover {
    background: #f4f4f4;
}

.MSIE7 .refinement {
    padding: 0;
}

.MSIE7 .refinement input[type='checkbox'] {
    margin-left: -36px;
}

.MSIE8 .refinement input[type='checkbox'] {
    margin-left: -36px;
}

.MSIE9 .refinement input[type='checkbox'] {
    margin-left: -36px;
}

.MSIE7 .refinement input[type='checkbox'] + label {
    padding-left: 17px;
    width: 80px;
}

.MSIE8 .refinement input[type='checkbox'] + label {
    padding-left: 17px;
    width: 140px;
}

.MSIE9 .refinement input[type='checkbox'] + label {
    padding-left: 17px;
    width: 140px;
}

.form-control.form-thin {
    height: 24px;
    padding: 0 30px;
    font-size: 12px;
}

.form-control.form-fullwidth {
    width: 94%;
}

.headerSearchText {
    font-size: 13px;
    line-height: 35px;
}

.headerSearchText1 {
    padding-left: 0px;
}

.headerSearchWhat {
    float: left;
    width: 220px;
}

.headerSearchWhere {
    float: left;
    width: 175px;
}

.form-control.sidebarSelect.headerSelect {
    width: auto;
    float: left;
    margin-left: 5px;
}

#headerSearchRadiobuttonContainer {
    font-size: 14px;
    float: left;
    margin-left: 32px;
}

.menuNotification {
    position: absolute;
    background: #dd0000;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    line-height: 14px;
    font-size: 12px;
}

.questionmarkBlob {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background: #007fb1;
    padding: 2px 6px;
    color: #fff;
    border-radius: 14px;
    margin-top: -7px;
    margin-left: -23px;
    cursor: pointer;
}

.helpBlock {
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    width: 360px;
    margin-left: -180px;
    background: url(/themes/cr/img/black_arrow_top.png) no-repeat center top;
    padding-top: 8px;
    cursor: auto;
    display: none;
    z-index: 22;
}

.innerHelpBlock {
    color: #ddd;
    background: #222;
    padding: 5px 7px;
    text-align: left;
}

.btn-contact-unknown {
    width: 42px;
    height: 42px;
    background: url("/themes/cr/img/btn-contact-unknown.png") 0 0 no-repeat;
    cursor: pointer;
    margin-left: 9px;
    margin-top: 5px;
    z-index: 100;
    position: absolute;
    opacity: 0;
}

.btn-contact-unknown:hover {
    background-position: 0 -42px;
}

.btn-comm-on {
    width: 42px;
    height: 23px;
    background: url("/themes/cr/img/btn-talk2_on.png") 0 0 no-repeat;
    cursor: pointer;
    margin-top: -1px;
    text-align: center;
    font-size: 10px;
    line-height: 19px;
    margin-top: 46px;
}

.btn-reaction-count {
    float: left;
    margin-top: 16px;
    width: 30px;
    cursor: default;
    height: 30px;
    background: #008ac0;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: white;
}

.btn-comm-off {
    width: 42px;
    height: 23px;
    background: url("/themes/cr/img/btn-talk2_off.png") 0 0 no-repeat;
    cursor: pointer;
    margin-top: 46px;
}

.btn-comm-alert {
    width: 42px;
    height: 23px;
    background: url("/themes/cr/img/btn-talk2_alert.png") 0 0 no-repeat;
    cursor: pointer;
    margin-top: -1px;
    text-align: center;
    font-size: 10px;
    line-height: 19px;
    margin-top: 46px;
}

.btn-comm-on:hover, .btn-comm-off:hover, .btn-comm-alert:hover {
    background-position: 0 -23px;
}

.refinementProfile {
    border: 0px solid #fff;
}

.refinementProfile:hover {
    background-color: white;
    background-color: transparent;
}

.niReasonContainer {
    position: absolute;
    margin-left: -40px;
    margin-top: -8px;
    z-index: 50;
    display: none;
    font-style: normal;
}

.niReasonContainer_inner {
    box-shadow: 0px 0px 10px #aaa;
    background: #fff;
    padding: 5px;
    border: 1px #aaa solid;
    width: 270px;
    margin-top: -6px;
    font-size: 12px;
    color: #777;
}

.niReasonArrow {
    text-align: center;
}

.errorblok {
    color: #990000;
}

.results_number {
    color: #333;
    font-size: .9em;
}

.helpTrefwoord, .helpBeroepen {
    display: none;
}

.showVacPreview, .hideVacPreview {
    font-size: 1em;
}

.vaclink {
		font-size: 1em;
}
.whatkey{
	background:rgba(247, 205, 236,1);
}
.whatkey_submit {
    display: none;
    position: absolute;
    color: #fff;
    background-color: #008ac0;
    padding: 5px 5px 4px 7px;
    border-radius: 20px;
    margin-left: 80%;
    margin-top: -36px;
    font-size: .9em;;
    cursor: pointer;
}

.whatkey_submit:hover {
    background-color: #3276B1;
}

.niceargs_group {
    padding: 0px 4px 0px 4px;
    float: left;
    border-right: 1px solid #999;
}

.niceargs_group span {
    padding: 0px 4px 0px 0px;
}

.niceargs_group span:hover {
    text-decoration: line-through;
    cursor: pointer;
}

.niceargs_arrow {
    float: left;
    font-size: 18px;
    font-family: cursive;
    color: #bbb;
    font-weight: bold;
    line-height: 17px;
    margin-right: 4px;
}

.strikeout {
    text-decoration: line-through;
}

.searchagentBox .refinement input[type='checkbox'] + label {
    padding-right: 0px;
}

.refinement span {
    float: right;
    margin: 0px 3px 0px 0px;
    line-height: 16px;
}

.searchagentBox h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 155px;
}

.searchagentBox span img {
    padding-bottom: 6px;
    cursor: pointer;
}

.vacstatus {
    width: auto;
    float: none;
    margin-left: 10px;
    margin-bottom: 0px;
}

.niReasonDisplay {
    float: left;
    margin: 2px 0px 0px 10px;
}

a.btn.btn-standard.reset_filters {
    width: 100%;
    padding-left: 20px;
    text-align: left;
    background: #e8e8e8 url("/themes/cr/img/cross_blue.png") 3px 4px no-repeat;
    margin-bottom: 5px;
}

a.btn.btn-standard.reset_filters:hover {
    background: #ffffff url("/themes/cr/img/cross_blue.png") 3px 4px no-repeat;
}

a.btn.btn-primary.reset_filters {
    width: 100%;
    padding-left: 20px;
    text-align: left;
    background: #008ac0 url("/themes/cr/img/cross_white.png") 3px 4px no-repeat;
    margin-bottom: 5px;
}

a.btn.btn-primary.reset_filters:hover {
    background: #3276B1 url("/themes/cr/img/cross_white.png") 3px 4px no-repeat;
}

a.btn.btn-primary.reset_filters.reset_inactive, a.btn.btn-primary.reset_filters.reset_inactive:hover {
    background: #ccc url("/themes/cr/img/cross_white.png") 3px 4px no-repeat;
    border: 1px solid #ccc;
    cursor: auto;
}

#headerSearchContainer.headerFullSize {
    width: 940px;
}

#headerSearchContainer.headerFullSize .headerSearchWhat {
    width: 380px;
}

#headerSearchContainer.headerFullSize .headerSearchWhere {
    width: 270px;
}

#headerSearchContainer.headerFullSize .beroepenButton {
    width: 403px;
}

#headerSearchContainer.headerFullSize .beroepenClose {
    width: 380px;
}

#headerSearchContainer.headerFullSize .beroepenContainer {
    width: 393px;
}

.profile-stack {
    background: url('/themes/cr/img/profile-stack.png');
}

a.vaclink:visited {
    color: #96b6d6;
}

.zoekopdrachtentabel {
    border-collapse: collapse;
}

.zoekopdrachtentabel td {
    padding-right: 20px;
}

.herlaad_beroepenlijst {
    display: none;
    float: right;
    margin: -3px 15px 0px 0px;
}

.zo_title {
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.zo_divider {
    border-bottom: 1px solid #999;
    padding: 5px;
    margin: 0px 5px 10px 5px;
}

.zo_divider div {
    background: #fff;
    margin-top: -10px;
    z-index: 30;
    position: absolute;
    display: block;
    text-align: center;
    margin-left: 157px;
    padding: 5px;
}

.btn-starfav-on.btn-client .settings-menu.hiddenMenu {
    display: none;
}

.mftable_left {
    float: left;
    margin: 0px 20px 0px 0px;
}

.mftable_right {
    float: left;
    margin-left: 30px;
    width: 450px;
}

.additional_bit {
    float: left;
    width: 200px;
    /* height: 55px; */
    margin-right: 10px;
}

.additional_bit textarea {
    /* width: 95%; */
    height: 70px;
}

.radiusButton {
    font-size: 13px;
    float: left;
    padding: 7px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid hsl(200, 100%, 20%);
    margin: 1px 0 0 4px;
    cursor: pointer;
    width: 85px;
    vertical-align: middle;
    padding-left: 15px;
    height: 38px;
}

.radiusButton .arrow {
    margin-left: 5px;
}

.radiusButton:hover {
    background: #fff;
}

.radiusSelector {
    font-size: 13px;
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    padding: 20px;
    margin: 7px 0px 0px -5px;
    display: none;
    z-index: 20;
}

.radiusSelectorHorizontal {
    font-size: 13px;
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    padding: 20px;
    margin: 7px 0px 0px -70px;
    display: none;
    z-index: 20;
    width: 200px;
}

.radiusSelector .ui-slider-handle, .radiusSelectorHorizontal .ui-slider-handle {
    background: #008ac0;
    border: 1px solid #008ac0;
}

.radiusSelector .ui-slider-handle:hover, .radiusSelectorHorizontal .ui-slider-handle:hover {
    background: #3276B1;
}

.radiusSelector .ui-slider-range, .radiusSelectorHorizontal .ui-slider-range {
    background: #fff;
}

.fileSelectMessage {
    color: #990000;
}

.btn-star-off.btn-primary {
    background: #008ac0;
    height: auto;
    width: auto;
}

.btn-star-off.btn-primary:hover {
    background: #3276B1;
}

.detailoptionright {
    float: right;
    margin-top: 50px;
}

.detailoptionright .optionpart {
    margin-top: -40px;
    max-heigth: 40px;
}

.detailoptionleft {
    float: right;
    padding: 10px 10px 0px 0px;
}

.external_client_save_form {
    padding: 5px;
}

.external_client_save_form .client_email {
    margin-right: 6px;
}

.submitTalkMessage {
    margin: 5px 0px 0px -5px;
}

.moreFiles {
    margin-top: 5px;
}

.delbegBox {
    position: absolute;
    margin-left: -300px;
    margin-top: -30px;
    z-index: 50;
    display: none;
    width: 350px;
}

.delbegBox_inner {
    box-shadow: 0px 0px 10px #aaa;
    background: #fff;
    padding: 5px;
    border: 1px #aaa solid;
    width: 280px;
    margin-top: -6px;
    font-size: 12px;
    color: #777;
    float: left;
}

.delbegBox_arrow {
    float: left;
    position: relative;
    margin-left: -1px;
}

.delbegBox_arrow img {
    margin-top: 7px;
}

.companyInsider_hover {
    /* display: none; */
    position: absolute;
    z-index: 110;
    margin-left: -582px;
}

.companyInsider_hover.clipped {
    /* display: block; */
    clip: rect(59px 76px 106px 15px);
    margin-left: -25px;
    margin-top: -58px;
    z-index: 9;
}

.vacdetail .companyInsider_hover.clipped {
    margin-top: -100px;
}

.bigoptions .companyInsider_hover {
    margin-top: -36px;
    margin-left: -577px;
}

.bigoptions .companyInsider_hover.clipped {
    margin-top: -98px;
    margin-left: -25px;
}

.companyInsider_hover.clipped iframe {
    width: 100px !important;
}

.creditsAmount {
    float: right;
    margin: 2px 0px 2px 20px;
    font-size: 14px;
    line-height: 33px;
    border: 1px solid #A3C1E4;
    padding: 0px 5px 0px 5px;
    border-radius: 3px;
}

.creditscontainer {
    font-size: 13px;
}

.creditsbitleft {
    float: left;
    width: 210px;
    margin-right: 20px;
}

.creditsbitright {
    float: left;
}

.creditstotal {
    font-weight: bold;
}

.creditstotal span {
    font-size: 16px;
}

.make_visible_hover {
    color: #1677AC;
    cursor: pointer;
}

.questionmarkBlobWhite {
    display: none;
    border: 1px solid #007fb1;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    padding: 2px 6px;
    color: #007fb1;
    border-radius: 14px;
    margin-top: -7px;
    cursor: pointer;
    width: 21px;
    float: right;
    margin-top: -44px;
    margin-right: -8px;
}

.safVacOtherFavBox {
    margin-left: 20px;
    border-left: 6px solid #ddd;
    padding-left: 10px;
    margin-bottom: 6px;
}

.safvac_filter.refinement.selected {
    border-bottom: #008ac0 solid 1px;
    background-color: #ddd;
}

.safvac_filter.refinement.selected label {
    color: #000;
}

.language_warning {
    border: 1px solid #bb0000;
    color: #bb0000;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    margin: 10px;
    cursor: pointer;
}

.helpBlob {
    display: inline-block;
    background: #0078d3;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
}

.helpBox {
    display: none;
    position: absolute;
    background: #0078d3;
    width: 400px;
    z-index: 2;
    text-align: left;
    padding: 10px;
    margin-top: -4px;
}

.helpBox li {
    color: white;
    font-family: "Open Sans", "Frutiger", sans-serif;
    font-size: 0.875rem;
}

.helpBlob:hover .helpBox {
    display: block;
}

.customVacany {
    background-color: #03FB03;;
}

.selectedUser h1 {
    padding-top: 7px;
}

.vacature.omschrijving {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;      /* maximale hoogte van 3 regels tekst   */
    -moz-box-orient: vertical;  /* geldt ook voor Mozilla               */
    -ms-box-orient: vertical;   /* en voor Microsoft browsers           */
    font-size: 0.875rem;        /* overgenomen van main p-style                                 */
    line-height: 1.5;           /* ruimte tussen regels is 1.5                                  */
    max-height: 11em;            /* maximale hoogte is 5 typografische em-units (ong. 5 regels)  */
    overflow: hidden;           /* algemeen benodigd om te lange tekst af te snijden            */
    text-overflow: ellipsis;    /* text-overflow: ellipsis kort de tekst af                     */
    white-space: normal;        /* Zonder white-space werkt text-overflow: ellipsis niet        */
}


a.extra-site-link{
	border-top: 1px solid #dddddd;
	border-radius: 0px !important;
	width: 100%;
	display: block;
    padding: 2px 5px;
}

div.refinementBox .super_refinement{
	color: #008ac0;
	font-weight: bold;
}

div.refinementBox .super_refinement.refinement_active{
	background: #008ac0;
	color: #fff;
	font-weight: bold;
}

div.refinementBox .super_refinement.refinement_active img{
	display:none;
}
div.refinementBox .super_refinement.refinement_active .arrow:after{
	content: '\25BC';
	font-family: font-awesome;
	color: #fff;
	font-size: 9px;
    padding-right: 2px;
}