#vacanciesContainer {
    margin-bottom: 70px;
}

.form-item strong {
    color:#000;
    font-size: 20px;
    padding-right: 20px;
    display: block;
}

.form-item {
    box-shadow: 0px 1px 1.42px 0.58px rgba(0,0,0,0.16);
    width:100%;
    color:#727272;
    background:#fff;
    padding:16px 24px;
    line-height:32px;
    margin-bottom:14px;
}

.form-item>div {
    float:left;
}

.form-item>div.functiontitle {
    width:80%
}

.form-item>div.functioncity {
    width:10%
}

.form-item>div:last-child {
    padding:16px 24px;
    width:100px!important;
    background-repeat:no-repeat;
    background-position:center right;
    background-image:url(../images/arrow-right-black.png);
}

.form-item:after {
    content:'';
    display:block;
    clear:both;
}

input:required[class="user-error"], :required[class="user-error"]{
    border: 1px solid red !important;
}

a:hover .form-item {
    background:#e01a2a;
    color:#fff;
}

a:hover strong {
    color:#fff;
}

a:hover .form-item>div:last-child {
    background-image:url(../images/arrow-right.png);
}

@media (max-width:767px) {
    .form-item {
        position: relative;
    }
    .form-item>div {
        float: left;
        width: 100%;
    }
    .form-item>div:last-child {
        padding: 0!important;
        height: 100%!important;
        width: 14px!important;
        background-repeat: no-repeat;
        background-position: center right;
        background-image: url(../images/arrow-right-black.png);
        position:absolute;
        right:24px;
        top:0;
    }
}

.filters {
     list-style-type:none;
     display: block;
     padding:0;
}

.filters li {
     float:left;
    width:100px;
    height:40px;
    position:relative;
}

.filters label, .filters input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.filters input[type="radio"] {
    opacity:0.01;
}

.filters input[type="radio"]:checked + label,
.Checked + label {
    background: #99101b;
    text-decoration: none;
}

.filters label, .filtersubmit {
    background: #2e2e2e;
    color: #fff;
    padding: 11px;
    font-size: 16px;
    text-align: center;
    height: 46px;
    font-weight: 500;
    margin-right: 10px;
    font-family: roboto, sans-serif;
    display: inline-block;
    cursor: pointer;
    border:none;
}

.filters label:hover, .filtersubmit:hover {
    background: #99101b;
    text-decoration: none;
}

form {
/*    margin-top: 20px;*/
}

li.errors {
    padding: 0 25px 0 0;
    line-height: 28px;
    font-weight: 400;
    list-style-type: none;
    color: #e01a2a;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(255,255,255);
}

/*label#resume-error.error {
    color: #e01a2a;
}*/

.succeswrapper {    
    padding: 20px;
    background: #a5e27c;
    color: black;
    text-shadow: 1px 1px 1px rgba(255,255,255);
}
.errorwrapper {    
    padding: 20px;
    background: #e07d85;
    color: black;
    text-shadow: 1px 1px 1px rgba(255,255,255);
}

#findvacancies.redbar form select, #findvacancies.redbar form input[type=text] {
    padding: 10px 18px;   
}

@media (max-width:767px) {
    .select-icon, .redbar form input[type=text] {
        width:100%;
        margin-bottom:10px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .redbar .break {
        display:none;
    }

    .form-item>div.functiontitle {
        float:left;   
        width:calc(75% - 30px);
    }
        
    .select-icon, .redbar form input[type=text] {
        width:calc(50% - 15px);
        margin-bottom:10px;
    }
}


@media (min-width:991px) and (max-width:1200px){
    .form-item>div.functiontitle {
        float:left;   
        width:calc(75% - 30px);
    }
}


#file_error, #photo_error, #addfile_error {
    color:#e01a2a;
    font-style:italic;
    border-top:1px solid #dadada;
    display:none;
}

.error_box {
    border:1px solid red;
    padding:10px;
    display:none;
    margin-bottom:15px;
}

.error_box_browser {
    border:1px solid red;
    padding:10px;
    margin-bottom:15px;
}

.error_box label {
    display:block;
}
