.tab input[name="tab-group"], .tab-content {
    display: none;
}
.tab {
    border-left: 4px solid #0061a2;
    ;
    border-radius: 3px;
    color: #0f2522;
    margin-bottom: 10px;
}
.tab-title {
    padding: 10px 30px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    background-color: rgba(132, 137, 148, 0.2);
    position: relative;
}
.tab-title::after {
    content: " ";
    position: absolute;
    right: 30px;
    bottom: 25px;
    border: solid #0f2522;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}
.tab-content {
    padding: 10px 20px;
}
.tab :checked+.tab-title {
    background-color: #0061a2;
    border-radius: 3px 3px 0 0;
    color: #fff;
}
.tab :checked+.tab-title::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate( -135deg);
    border-color: #fff;
}
.tab :checked~.tab-content {
    display: block;
    border-bottom: 1px solid rgba(132, 137, 148, 0.2);
    border-right: 1px solid rgba(132, 137, 148, 0.2);
}
.vacansii-list .tab-title p {
    margin: 0;
}
.vacansii-list .tab-title p i {
    margin-right: 5px;
}
.vacansii-list .tab-content br {
    line-height: 0.5;
}

.vacansii-list h3 {
  margin-top: 64px;
}

table.form-table th {
  background-image: none !important;
}

.vacansii-list form {
    max-width: 500px;
}

form[name="SIMPLE_FORM_10"] td{
    padding: 10px;
}

.vacansii-list .error-fld {
    float: none;
    height: initial;
    width: initial;
    /* background-repeat: no-repeat; */
    background-image: none;
    margin: 0;
    color: red;
}

input[type="text"] {
  width: 100%;
  margin-bottom: 0;
  height: initial;
  padding: 5px 15rem;
}

table.form-table td {
  vertical-align: middle !important;
}

input[name="web_form_apply"], input[type="reset"] {
  display: none;
}