body, html
{
   min-height: 100%;

}

#form_background{

    overflow-y: scroll;
    
}

body{
    overflow: auto;
}

.vacancy_container ul, .textbox ul  {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 2em;
    margin: 0 0 16px 0px;
}

.vacancy_container a{
    color: #389edd;
}

.vacancy_container li, .textbox li{
    list-style-position: outside;
}
.vacancy_container ol, .textbox ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 2em;
    margin: 0 0 16px 24px;
}


.vacancy_list table th{
    color: #c2c2c2;
    padding: 12px;
    text-transform: uppercase;
    text-align: left;
}
.vacancy_list table{
    border-collapse: separate !important;
    border-spacing: 0;
}


.vacancy_list table tbody td {
    height: 41px;
    vertical-align: middle;
    border: solid #d6d6d6 1px;
    border-bottom: 0;
    border-left: 0;
    border-right:0;
    box-sizing: border-box;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 21px;
}

.vacancy_list table td small{
    width: 25%
}

.vacancy_list table tbody tr td:first-child{
    border-left: solid #e0e0e0 1px;
}
.vacancy_list table tbody tr td:last-child{
    border-right: solid #e0e0e0 1px;
}

.vacancy_list table tbody tr:last-child td {
    border-bottom: solid #e0e0e0 1px;
}

.vacancy_list table tbody tr:first-child td:first-child{
    border-radius: 4px 0 0 0 ;
}

.vacancy_list table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 4px;
}

.vacancy_list table tbody tr:first-child td:last-child{
    border-radius: 0 4px 0 0 ;
    min-width: 145px;
}

.vacancy_list table tbody tr:last-child td:last-child{
    border-radius: 0 0 4px 0;
}

.vacancy_list table tbody td{
    padding: 12px;
}
.vacancy_list .map{
    display: none;
}
.vacancy_list sup{
    color: #d87435;
    cursor: pointer;
}

#map
{
    width: 338px;
    height: 136px;
}


.no_style td
{
    margin: 0!important;
    padding: 0!important;;
    border: none!important;
    vertical-align: top!important;
}

.event_place
{
    display: none;
}

.event_list .a_no_break{
    min-width: 100px!important;
}

@media (max-width: 1000px) {

    .remove_under_1000
    {
        display: none;
    }

    .event_info tr:nth-child(4) td
    {
        border-bottom: 1px solid #e0e0e0
    }
}

#formular {
    min-height: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .event_list table,
    .event_list thead,
    .event_list tbody,
    .event_list th,
    .event_list td,
    .event_list tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .event_list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .event_list tr { border: 1px solid #ccc; }

    .event_list td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    .event_list td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .event_list td:before { content: attr(data-title); }

    .event_list .a_center{
        height: 83px;
    }
}

.event_tags .tag {
    padding: 7px 15px;
    background-color: #a0a0a0;
    color: #fff;
    font-size: 12px;
    float: left;
    margin: 6px;
}
.event_tags .active{
    background-color: #37373C;
}


.vacancy_description h1{
    color: #212A38;
}
.vacancy_description{
    width: 62.5%;
    float: left;
    padding-bottom: 40px;
}
.vacancy_info{
    width: 31%;
    float: right;

}
.vacancy_info p, .vacancy_contacts p{
    padding-bottom: 0;
}
.vacancy_info #map{
    height: 151px;
    margin-bottom: 12px;
    width: 100%;
}

.vacancy_contacts{
    border-left: 1px solid #d6d6d6;
    float: left;
    margin: 40px 0;
    padding-left: 15px;
    width: 62.5%;

}
.vacancy_description img {
    max-width: 100%;
}

.company{
    width: 62.5%;
    float: left;
    background-color: #f5f5f5;
}

.jobagent{
    padding-top: 30px;
    font-size: 14px;
}
.jobagent a{
    color: #389edd;
    text-decoration: underline;
}
#workplaces_list .icon-cross3, #position_types_list .icon-cross3{
    display: block;
    float: right;
    margin-left: 6px;
    margin-right: 0;
}

/*
.form_field[data-required='1'] .validation{
    color: #c7374b;
    top: 5px;
    right: 5px;
    position: absolute;
    display: inline-block;
}
.form_field[data-required='1'] .validation.right_11{
    right: 11px;
}
.form_field[data-required='1']  .title::after
{
    content: ' *';
    color: #c7374b;
}
*/

@media (max-width: 1000px) {
    .vacancy_container{
        padding-left: 20px;
        padding-right: 20px;
    }

    #formular{
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}
@media (max-width: 776px) {
    .vacancy_info, .vacancy_description, .vacancy_contacts{
        width: 100%;
    }
    .jobagent_container .w_50_percent{
        width: 100%!important;
        padding: 0!important;
    }

    .company{
        margin-right: -24px;
        margin-left: -24px;
    }
    .company {
        width: 97.8vw;
    }
}

@media only screen and (max-width: 600px) {

    .vacancy_list table tbody tr td:first-child{
        border-left: none;
        font-size: 16px;
        line-height: 24px;
        padding-top: 24px;
    }

    .vacancy_list .map{
        display: block;
        width: 100%;
        height: 151px;
        margin: 16px 0 0;
        border: 1px solid #d6d6d6;
    }
    .vacancy_list table tbody tr td:last-child{
        border-right: none;
        padding-bottom: 24px;
    }

    .vacancy_list table tbody tr:last-child td {
        border-bottom:none;
    }
    .vacancy_list table tbody td{
        height: auto;
        border: none;
        padding: 9px 24px;
    }
    .vacancy_list table {
        border: 0;
    }

    .vacancy_list table thead {
        display: none;
    }

    .vacancy_list table tr {
        margin-bottom: 24px;
        display: block;
        border: 1px solid #d6d6d6;
    }


    .vacancy_list table td {
        display: block;
        font-size: 13px;
        border-bottom: 1px dotted #e0e0e0;
    }

    .vacancy_list table td:last-child {
        border-bottom: 0;
    }

    .vacancy_list table td a{
        width: 100% !important;
        text-align: center !important;
    }

    .vacancy_list table td:before {
        content: attr(data-label);
        width: 100%;
        color: #a0a0a0;
        display: block;
    }

    .vacancy_filters table {
        border: 0;
    }
    .vacancy_filters table thead {
        display: none;
    }
    .vacancy_filters table tr {
        margin-bottom: 10px;
        display: block;
    }
    .vacancy_filters table td {
        display: block;
    }

    .vacancy_filters .w_50_percent{
        width: 100%;
    }
    .table_space tr td{
        padding: 0;
    }

    .portal_header thead {
        display: none;
    }

    .portal_header  tr {
        margin-bottom: 10px;
        display: block;
    }

    .portal_header td {
        display: block;
    }
    .portal_header .float_right{
        float: none;
    }

    .portal_header .w_200{
        padding-top: 20px;
    }

    .vacancy_filters .filter{
        margin-bottom: 15px;
    }

}


/*Video Module*/

#video_wrapper{
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 56px;
    padding-bottom: 68px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .slider_content  > p{
        font-size: 9px;
    }
}
.slider_content{
    max-width: 752px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;



}

#slider{
    position: relative;
    margin-bottom: 56px;
}

.slide{
    float: left;
    display: inline-block;
    width: 100%;
}

#bottom_steps{
    position: absolute;
    width:100%;
    left:0;
    right:0;
    bottom:0;
    background-color: #f5f5f5;
    height: 90px;
    display: table;
    text-align: center;
}

#bottom_steps * {
    vertical-align: middle;
}

#steps{
    display: inline;
    margin: 0 12px 0 12px;
}

#step_name{
    display: inline;
}

#steps .dot{
    width: 10px;
    height: 10px;
    background-color: #a0a0a0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 6px 0 0px;
}


#steps .dot.active{
    background-color: #389edd;
}
.inner-container, .video-recorder-flash, .video-recorder-initial{
    background-color: #e0e0e0;
}
.video-recorder-waiting-for-flash-view{
    font-size: 10px;
}
.video-recorder-outer{
    margin:0 auto;
}

.questions{
    padding-top: 24px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    color: #6e6e6e;

}

.question_item{
    margin-bottom: 12px;
}

.status_indicator{
    width: 40px;
    height:40px;
    border-radius: 50%;
    background: white;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-left:24px;
    transition: all 200ms;
    overflow: hidden;

}

.status_indicator::before{
    content: '';
    opacity: 0;
    color: white;
    display: block;
    width: 100%;
    line-height: 20px;
    margin-top: -20px;
    text-align: center;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.status_indicator.uploading{
    background: #389edd;
}

.status_indicator.uploading::before{
    content: "\edb6";
    opacity: 1;
    animation: uploading 2s infinite; /* IE 10+, Fx 29+ */
    transition: all 200ms;
    -webkit-transition: all 200ms;
}
@keyframes uploading {
    0%   { margin-top: 40px; }
    40%   { margin-top: 10px; }
    60%   { margin-top: 10px; }
    100%   { margin-top: -20px; }
}

.status_indicator.finished{
    background-color: #52c876;
}

.status_indicator.finished::before {
    content: "\ed6e";
    opacity: 1;
    margin-top: 10px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.status_text::before{
    content:"(";
}
.status_text::after{
    content:")";
}
.status_text{
    font-size: 12px;
    font-style: italic;
}

.info_box{
    background-color: #f5f5f5;
    border:1px solid #e6e6e6;
    padding: 24px;
    margin-bottom: 24px;
}

.info_box p{
    padding-bottom: 0;
    padding-top: 12px;
}


/* Progress */
#progress{
    margin:0 auto;
    margin-bottom: 48px;
    max-width: 752px;
    text-transform: uppercase;
    font-size: 12px;
}

.progress_bar{
    width: 100%;
    height: 6px;
    background-color: #d6d6d6;
    border-radius: 6px;
    margin-top: 12px;
    overflow: hidden;
}


.progress{
    box-sizing: border-box;
    height:6px;
    display: inline-block;
    float: left;
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;

    max-width: 0;
    border-right: none;
}

.progress.done{
    max-width: 100%;
}

.step.active .progress{
    max-width: 100%;
    border-right: 1px solid #FFFFff;

    -webkit-transition:  all 500ms;
    -moz-transition:  all 500ms;
    -ms-transition:  all 500ms;
    -o-transition:  all 500ms;
    transition:   all 500ms;
}

.step.active .progress:last-child{
    border-right:none;
}


#progress .dot{
    margin-right: 0;
    width: 0;
    height: 6px;
    border-radius: 12px;
    background-color: #d6d6d6;
    position: relative;
    overflow: hidden;
    -webkit-transition:  all 500ms;
    -moz-transition:  all 500ms;
    -ms-transition:  all 500ms;
    -o-transition:  all 500ms;
    transition:   all 500ms;
}

#progress .step.active .dot{
    width: 12px;
    margin-right: 6px;
    -webkit-transition:  all 500ms;
    -moz-transition:  all 500ms;
    -ms-transition:  all 500ms;
    -o-transition:  all 500ms;
    transition:   all 500ms;
}
.share-container{
    display: flex;
    flex-wrap: wrap;
}
.share-container > * {
    flex: 0 0 12em;
}



.progress:after, #progress .dot:after{
    content: "";
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0;
    height: 6px;
}

#progress .dot:after{
    background-color: #52c876;
}

.progress.done:after{
    background-color: #52c876!important;
}


.progress.disabled:after{
    opacity: 0.5;
    background-color: #52c876!important;
}

.progress.hover:after, .dot.hover:after
{
    content: "";
    background-color: #c2c2c2!important;
    cursor: pointer;
}

.progress.current:after, #progress .dot.current:after{
    background-color: #80eaa8!important;
    cursor: default;

}

.step{
    transition: 200ms all 200ms;
    width: 10%;
}


/*Disabled :)*/
/*
.step:not(.active):not(.disabled) *, .step:not(.active):not(.disabled){
    cursor: pointer;

}*/

.step .step_group{
    font-weight:400 ;
    color: #a0a0a0;
}

.step.active .step_group{
    color: #6e6e6e;
}

.step.disabled .step_group{
    color: #c2c2c2;

}

.step.active{
    width: 50%;
    transition:200ms all 200ms;
    cursor: default;
}


#form_background{
    overflow: auto!important;
}

.analysis_slide .slider_content{
    padding-bottom: 100px;
}

.video_slide{
    overflow: hidden;

}

@media print
{
    #form_background{
        position: relative;
    }
    .vacancy_description{
        width: 100%;
    }

    .jobagent{
        display: none;
    }

    .vacancy_info{
        page-break-before: always !important;
    }
    .vacancy_info {
        width: 30%;
        float: left;
        margin-right: 10px;
        page-break-inside: avoid !important;
        page-break-before: always !important;
    }
    .vacancy_info .button {
        display: none !important;
    }
    .vacancy_info #map{
        display: none!important;;
    }

    .vacancy_contacts{
        width: 64%;
        margin:0;
        border: none;
        float: left;
        page-break-inside: avoid !important;
        page-break-before: always !important;
        background-color: inherit;
    }
    .vacancy_contacts .float_left.pad_top_6{
        display: none;
    }

    .contact_info{
        padding-left: 0;
    }
    .company .pad_25{
        padding: 0;
        padding-top: 25px;
    }

    .company{
        width: 65%;
        float: left;
        margin-left: 15px;
        page-break-inside: avoid !important;
        page-break-before: always !important;
        background-color: inherit;
    }

    #form_top{
        display: none;
    }
    .vacancy_container{
        padding-top: 15px!important;
    }
    .vacancy_container h1{
        color: black !important;
    }



}

