/**
* 
* Wordpress Eazymatch default style
* 
* DO NOT EDIT THIS FILE, updates will overwrite this file without notice
* If you want to customize this file, copy/rename it to style.css, the plugin 
* will automatically include the correct file
* 
*/

/**
 * Generic 
 */

.clearfix:before, .clearfix:after {
    section: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/**
 * Errors in the forms
 */
label.error {
    display: block;
    color: red;
    font-size: 10px;
    padding-left: .5em;
}

label.error {
    display: none;
}

.emol-form-table input {
    text-align: left;
}

.emol-form-table input.error {
    border: solid 1px red;
}

.emol-form-table textarea.error {
    border: solid 1px red;
}

.emol-form-table select.error {
    border: solid 1px red;
}

.emol-form-table input.valid {
    border: solid 1px green;
}

/**
 * Button styling 
 */
a.emol-button {
    display: inline-block;
    text-decoration: none;
}

a.emol-button,
.emol-button {
    font-size: 1.125em;
}

/**
 * Widget styles 
 */
.emol_widget h2 {
    margin: 0px 0px 3px 0px;
}

.emol_widget h3 {
    margin: 6px 0px 2px 0px;
}

.emol_widget input[type="checkbox"] {

}

.emol_widget input[type="select"],
.emol_widget input[type="text"] {
    width: 100%;
    max-width: 95%;
}

.emol_widget select {
    width: 100%;
    max-width: 97%;
}

.emol-submit-wrapper {
    text-align: right;
}

.emol-submit-wrapper button {
    margin-top: 5px;
    margin-right: 3%;
}

/**
* top 5 jobs widget styling
*/
/* main element is a list, dont treat this as one */
#emol_top5jobs_widget ul, #emol_typejobs_widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/* job summary wrapper */
#emol_top5jobs_widget li, #emol_typejobs_widget li {
    padding: 0.25em 0.5em;
}

/* switch style for each job */
#emol_top5jobs_widget li.odd, #emol_typejobs_widget li.odd {
    background: #eee;
}

/* links are displayed as blocks */
#emol_top5jobs_widget a, #emol_typejobs_widget a {
    font-size: 1.125em;
    display: block;
    text-decoration: none;
}

/* region and description */
#emol_top5jobs_widget .emol_top5jobs_description,
#emol_top5jobs_widget .emol_top5jobs_region
#emol_typejobs_widget .emol_typejobs_description,
#emol_typejobs_widget .emol_typejobs_region {
    display: inline;
    font-size: 1em;
}

/* apply link */
#emol_top5jobs_widget .emol_top5jobs_apply,
#emol_typejobs_widget .emol_typejobs_apply {
    display: block;
    text-align: right;
}

.emol-login-logo {
    cursor: pointer;
}

.eazymatch-hidden {
    display: none;
}

/**
* login widget styling
*/
#eazymatch_login_widget .emol-text-input {

}

.emol-apply-row {
    margin-top: 5px;
}

#eazymatch_login_widget .emol-loginname {
    font-weight: bold;
}

#eazymatch_login_widget #emol-loggedinas {
    padding-bottom: .5em;
}

#eazymatch_login_widget #emol-account-pic-widget {
    float: left;
    width: 80px;
    margin-right: 15px;
}

#emol-react-form .emol-text-input,
#emol-react-form .emol-select-input,
#emol-apply-form .emol-text-input,
#emol-apply-form .emol-select-input {
    width: 100%;
}

/**
* search widget styling
*/
#emol-zipcode-search-input {
    max-width: 60%;
}

#emol-range-search-input {
    max-width: 33%;
}

.emol-reset-button {
    display: inline-block;
    margin-right: 0.5em;
}

/*
 * Generic search page 
 */

.emol-result-seperator, .eazymatch_result_seperator {
    margin-bottom: 1em;
    clear: both;
}

/*
 * job search result styling 
 */

.emol-job-result-logo {
    float: left;
    margin: 1em 0 .5em .5em;
}

.eazymatch_job_title {

    margin-top: 1em;
    font-size: 1.25em;
}

.eazymatch_job_toolbar {
    text-align: right;
}

.eazymatch_job_region {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*
* cv result styling 
*/

.emol-cv-title {
    margin-top: 1em;
    font-size: 1.25em;
}

.emol-cv-result-picture {
    float: left;
}

/*
* pagination markup 
*/

#emol-search-result-header,
.emol-page-navigation,
.emol-page-navigation a:link,
.emol-page-navigation a:visited,
.emol-page-navigation a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.emol-pagination-table td {
    padding: 0 3px;
    border: 0;
}

/**
* job page styling 
* &
* cv page styling
*/
.emol-job-apply,
.emol-cv-apply {
    text-align: right;
    padding-top: 5px;
}

.emol-job-apply-top,
.emol-cv-apply-top {

}

#emol-cv-body .emol-cv-body-col1,
#emol-job-body .emol-job-body-col1 {
    width: 9em;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/**
* modal login dialog is hidden by default
*/
#emolLoginDialog {
    display: none;
}

/*
 * form styling
 */

.emol-form-table {
    width: 100%;
}

.emol-form-table div.emol-label-wrapper {
    margin-top: .8em;
}

.emol-form-div label {
    display: inline;
}

/**
* Search widgets
*/
.emol-search-widget label {
    display: block;
}

.emol-location-search {
    width: 100%;
}

.emol-location-search input {
    width: 55%;
}

.emol-location-search select {
    width: 35%;
}

.emol-search-cv-competence, emol-search-job-competence {
    width: 100%;
}

/**
 * 	emol grid settings
 */

.emol_grid .emol_grid_header,
.emol_grid .emol_grid_row,
.emol_grid .emol_grid_nav {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

.emol_grid .emol_grid_row {
    padding-top: 4px;
    position: relative;
}

.emol_grid .emol_grid_nav a {
    margin-top: 5px;
    float: right;
}

.emol_grid .emol_grid_col {
    float: left;
    margin-right: 2%;
}

.emol_grid .emol_grid_row_nav {
    position: absolute;
    width: 8%;
    text-align: center;
    right: 0
}

.emol_grid .emol_grid_col input,
.emol_grid .emol_grid_col textarea,
.emol_grid .emol_grid_col select {
    width: 100%;
    max-width: 100%;
}

/**
 * 	specific field styling
 */
.emol_form_row_combinedlastname #combinedlastnamemiddlename {
    width: 20%
}

.emol_form_row_combinedlastname #combinedlastnamelastname {
    width: 70%;
    margin-left: 2%;
}

.emol_form_row_address #addressstreet {
    width: 56%;
}

.emol_form_row_address #addresshousenumber {
    width: 20%;
    margin-left: 2%;
}

.emol_form_row_address #addressextension {
    width: 10%;
    margin-left: 2%;
}

.emol_form_row_address #addresszipcode {
    width: 30%;
    margin-top: 4px;
}

.emol_form_row_address #addresscity {
    width: 58%;
    margin-left: 2%;
    margin-top: 4px;
}

.emol_form_row_address input {
    width: 100%;
    max-width: 100%;
}

/**
 * 	specific grid styling
 */
.emol_grid_experience .emol_grid_col_experiencetype_id {
    width: 9%;
}

.emol_grid_experience .emol_grid_col_function {
    width: 29%;
}

.emol_grid_experience .emol_grid_col_company {
    width: 25%;
}

.emol_grid_experience .emol_grid_col_startdate {
    width: 10%;
}

.emol_grid_experience .emol_grid_col_enddate {
    width: 10%;
}

.emol_grid_experience .emol_grid_col_description {
    width: 100%;
    margin-top: 2px;
}

.emol_grid_schooling .emol_grid_col_schoolingtype_id {
    width: 15%;
}

.emol_grid_schooling .emol_grid_col_institute {
    width: 22%;
}

.emol_grid_schooling .emol_grid_col_degree {
    width: 23%;
}

.emol_grid_schooling .emol_grid_col_startdate {
    width: 10%;
}

.emol_grid_schooling .emol_grid_col_enddate {
    width: 10%;
}

.emol_grid_skill .emol_grid_col_title {
    width: 30%;
}

.emol_grid_skill .emol_grid_col_description {
    width: 56%;
}

.emol_grid_identification .emol_grid_col_identificationtype_id {
    width: 18%;
}

.emol_grid_identification .emol_grid_col_number {
    width: 24%;
}

.emol_grid_identification .emol_grid_col_experationdate {
    width: 12%;
}

.emol_grid_identification .emol_grid_col_document {
    width: 30%;
}

/**
 * 	checktree styling
 */

.emol_checktree .emol_checktree_map {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emol_checktree .emol_checktree_map .emol_checktree_map {
    margin: 0 0 0.1em 1em;
}

.emol_checktree .emol_checktree_leaf {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.emol_checktree .emol_checktree_leaf input {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.emol_checktree .emol_checktree_leaf label {
    padding-left: 5px;
    display: inline-block;
    line-height: 1em;
    height: 1em;
    cursor: pointer;
}

.emol_checktree .emol_checktree_leaf:hover > label {
    opacity: .8;
}

.emol-linkedin-logo {
    cursor: pointer;
}

#emol-social-sharing span,
#emol-social-sharing div,
#emol-social-sharing a,
#emol-social-sharing p {
    float: left;
    margin: 0;
    margin-left: 2px;
    padding: 0;
}

.emol-date-day, .emol-date-month {
    width: 20%;
}

.emol-date-year {
    width: 35%;
}

.error-captcha {
    border: solid 1px red;
    padding: 3px;
    background-color: #ffa0a0;
    color: red;
    float: left;
}

.emol-error-label {
    border: solid 1px red;
    padding: 2px;
    background-color: #ffa0a0;
    color: red;
}

#eazymatch-wait-modal,
#emol-job-page-description {
    display: none;
}

.emol-manager-bottom {
    clear: both;
}

#emolLoginDialog .login {
    position: relative;
    top: 50%;
    width: 250px;
    display: table;
    margin: -150px auto 0 auto;
    background: #fff;
    border-radius: 4px;
}

#emolLoginDialog .legend {
    position: relative;
    width: 100%;
    display: block;
    background: #9a9a9a;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}

.ui-dialog {
    z-index: 10000;
}

.ui-front {
    z-index: 10000;
}

#emolLoginDialog .legend:after {
    content: "";
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: 152px -16px;
    opacity: 0.06;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

#emolLoginDialog .input {
    position: relative;
    width: 90%;
    margin: 15px auto;
}

#emolLoginDialog .input input {
    width: 100%;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    color: #a1a1a1;
}

#emolLoginDialog .input input:focus {
    outline: 0;
    border-color: #9a9a9a;
}

#emolLoginDialog .submit {

    display: block;
    margin: 0 auto -15px auto;
    background: #fff;

    border: 1px solid #9a9a9a;
    color: #222222;
    font-size: 15px;
    cursor: pointer;
}

.emol-search-checkbox-label,
.emol-search-part-label {
    display: block;
}

.emol-required-asterix {
    color: lightcoral;
}

.emol-pagination {
    display: inline-block;
}

.emol-pagination a {
    color: black;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.emol-pagination a.emol-active {
    background-color: #c1bbcf;
    color: white;
    border: 1px solid #c1bbcf;
}

.emol-pagination a:hover:not(.emol-active) {background-color: #ddd;}