body {
    background-color: #f7f8f9;
    font-family: 'Roboto', sans-serif;
    color: #0c2d3b;
}

input[type="text"],
input[type="password"], textarea {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #0c2d3b;
    background-color: #ffffff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.wrapper {
    min-width: 1460px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: inherit;
}

.logo {
    background: url("../images/svg/logo.svg");
    width: 289px;
    height: 87px;
    float: right;
}

.menu {
    height: 100%;
    width: 20%;
    float: left;
    min-height: 10px;
    max-width: 305px;
    min-width: 235px;
    font-size: 15px;
    font-weight: 300;
}

.menu-container {
    background-color: #0c2d3b;
    color: #fff;
    position: fixed;
    width: inherit;
    height: 100%;
    min-width: inherit;
    max-width: inherit;
}

.form-selection {
    height: inherit;
}

.menu .head {
    padding-top: 35px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 63px;
    margin-bottom: 27px;
    text-align: center;
    height: 63px;
}

.menu .block {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    width: 100%;
    padding: 15px;
    font-weight: 300;
    position: relative;
    color: #bdc6ca;
}

.menu .block input[type="text"],
.menu .block input[type="password"] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
}

.block-title {
    color: #2c4855;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    text-align: center;
}

.block-title span {
    padding: 0 10px;
    display: inline-block;
    background-color: #0c2d3b;
}

.line .block-title span {
    padding: 0 20px;
}

.block-wrapper {
    padding: 0 3%;
}

.block-vessel {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding-bottom: 16px;
    margin-bottom: 23px;
}

.menu .line {
    background-color: rgba(255, 255, 255, 0.13);
    height: 1px;
    width: 100%;
    position: relative;
    text-align: center;
}

.blue_btn, .white_btn{
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.login_btn{
    display: block;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400 !important;
}
.menu button,
.content button, .login_btn, .blue_btn, .white_btn {
    border-radius: 5px;
    background-color: #0da3e3 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.white_btn{
    border: 1px solid #0da3e3;
    color: #0da3e3 !important;
    font-weight: bold !important;
    background-color: #fff !important;
}

.peronal_btn {

}

.menu button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
}

.search-title {
    color: #bdc6ca;
}

.search-result {
    color: #e8ebec;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}

.menu .block .search-vacancies {
    margin-top: 20px;
    margin-bottom: 0;
}

.list-items {
    padding: 0 18px;
}

.list-item {
    padding: 0 5px;
    text-align: left;
    line-height: 27px;
}

.menu .checkbox {
    display: inline-block;
    color: #bdc6ca;
}

.menu .checkbox input {
    position: absolute;
    z-index: -9999;
    opacity: 0;
}

.menu .checkbox span {
    width: 11px;
    height: 11px;
    border-radius: 2px;
    border: 1px solid #2c4855;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    background-size: 6px;
}

.menu .checkbox input:checked + span {
    background: url("../images/svg/check.svg") #0da3e3 center center no-repeat;
}

.content {
    padding: 25px 1%;
    float: left;
    width: 80%;
}

.content .input-search {
    height: 40px;
    border-radius: 5px;
    border: 0;
    background-color: rgba(12, 45, 59, 0.13);
    padding: 12px 15px 10px;
    font-size: 15px;
    font-weight: 300;
    vertical-align: top;
    float: left;
    width: 76.5%;
}

.content .search-vacancies {
    vertical-align: top;
    padding-bottom: 6px;
}

.content-find button {
    width: 22.5%;
    float: right;
}

.content .search-vacancies:before {
    content: "";
    background: url("../images/svg/find.svg");
    display: inline-block;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
    margin-right: 14px;
    left: 7px;
}

.pagination {
    margin: 15px 0;
}

.pagination li {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    border: 1px solid transparent;
    text-align: center;
    line-height: 19px;
    padding: 0 5px;
}

.pagination li.active {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #0c2d3b;
    background-color: #0c2d3b;
}

.pagination li a {
    text-decoration: none;
}

.pagination li.disabled {
    display: none;
}

.pagination li.first a:before,
.pagination li.last a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 11px;
    position: relative;
    top: 1px;
    background: url("../images/svg/back.svg") center center no-repeat;
}

.pagination li.last a:before {
    transform: rotate(180deg);
}

.vacancy-item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    background-color: #ffffff;
    height: 120px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    position: relative;
}

.vacancy-item .title {
    border-right: 2px solid #d7dddf;
    height: 80px;
    position: absolute;
    left: 19px;
    top: 20px;
    width: 22.9%;
    padding-right: 2%;
}

.table-center {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vacancy-item .title .description {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 9px;
}

.vacancy-item .date {
    font-size: 12px;
    margin-top: 6px;
}

.vacancy-item > .description {
    white-space: pre-line;
    height: 100%;
    padding: 14px 30px 14px 26.4%;
    width: 100%;
    line-height: 0;
    font-weight: 300;
}

.vacancy-item > .description .table-center {
    line-height: inherit;
    height: 80px;
}

.vacancy-item > .description .container {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vacancy-item a {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#vacancysearch-fleets {
    margin-bottom: -5px;
}

.list-positions {
    margin-top: 20px;
    height: calc(100vh - 500px);
}

.list-group {
    padding: 0 15px 0 10px;
}

.menu .change-block {
    padding: 8px 15px;
    cursor: pointer;
    line-height: 15px;
    position: relative;
    margin: 5px 0 10px;
}

.menu .change-block span {
    display: block;
    position: absolute;
    right: 8px;
    top: 9px;
    background: url("../images/svg/plus_white.svg") center center no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
}

.list-group .list-item {
    display: none;
}

.list-group.active .list-item {
    display: block;
}

.list-group .list-item.active {
    display: block;
}

.menu .list-group.active .change-block span {
    background-image: url("../images/svg/minus-white.svg");
}

.menu .list-group.active .change-block {
    border: 1px solid #2c4855;
    background-color: #1d3a47;
}

.menu .list-group.check-view .change-block {
    border: 1px solid #0da3e3;
}

.search-bottom {
    margin: 20px 3% 10px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #0f303e;
    text-align: center;
    padding: 18px 7% 12px;
}

.content-find {
    float: left;
    width: 42.7%;
}

.top-inputs {
    margin-top: 21px;
}

.top-login {
    float: right;
    margin-right: 3%;
    width: 15.7%;
}

.top-login button {
    width: 100%;
}

.popup_bg{
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=80);
    background: #000;
}

.popup_form {
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 100px;
    width: 320px;
    padding-top: 115px;
    padding-bottom: 18px;
    margin-left: -127px;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-sizing: unset;
    text-align: center;
    background: #0f2c3c url("../images/logo_new.png") center 20px no-repeat;
}
.popup_form, .popup_form a{
    color: #fff;
}
.popup_form input {
    display: inline-block;
    height: 40px;
    width: 226px;
    padding: 0px 10px;
    font-size: 14px;
}
.popup_form .form-group{
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.popup_form .help-block {
    font-size: 13px;
    color: #f5aaaa !important;
    position: absolute;
    width: 100%;
}
.non_modal_form .help-block{
    padding-top: 3px;
    color: red;
    font-size: 14px;
}
.popup_form button{
    display: inline-block;
    width: 226px;
}

.alert-success{
    text-align: center;
}

.popup_close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
#personal_popup{
    width: 640px;
    margin-left: -320px;
    padding-top: 30px;
    background-image: none;
}
#personal_popup .form-group{
    display: inline-block;
    margin-right: 20px;
}
.popup_title{
    margin-bottom: 30px;
    font-size: 32px;
}
.personal_item{
    display: none;
}
#personal_select{
    margin-bottom: 40px;
}
#personal_select li{
    display: inline-block;
    margin-right: 25px;
    border-bottom: 2px dashed #fff;
    cursor: pointer;
}
#personal_select .active{
    border-bottom-color: #0f2c3c;
}
.personal_item{
    display: none;
}
.personal_item.active{
    display: block;
}
.ul{
    margin-left: 0px;
    list-style-type: none;
}
.ul li{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
#personal_ava{
    display: block !important;
    text-align: left;
    margin-right: 0 !important;
    margin-left: 70px;
}
#personal_ava img{
    border-radius: 10px;
}
#breads{
    padding: 10px 0px 15px;
}
#breads a{
    text-decoration: none;
}
#vacancy_info{
    padding: 30px 30px 25px 20px;
    border-radius: 7px;
    border-left: 25px solid #ed8d06;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
#vi_detail{
    float: left;
    width: 280px;
    border-right: 3px solid #eff1f1;
    padding-right: 20px;
    line-height: 1.4;
}
#vi_title{
    margin-bottom: 50px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 18px;
}
#vi_contacts{
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
}
#vi_site{
    width: 100%;
    overflow: hidden;
}
#vi_phone_email{
    margin-bottom: 20px;
}
#vi_info{
    margin-left: 305px;
}
#vi_date{
    margin-bottom: 10px;
    font-weight: bolder;
}
#vi_description{
    line-height: 1.5;
}
#vi_share{
    clear: both;
    padding-top: 40px;
}
#vi_share_title{
    margin-bottom: 10px;
    font-weight: bold;
}
.sharethis-inline-share-buttons{
    text-align: left !important;
}
#vacancy_info{
    margin-bottom: 35px;
}
#vacancy_comments{

}
#vc_title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
#comment_add{
    margin-bottom: 35px;
}
#comment_author, .field-comment_text{
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}
#comment_text{
    display: block;
    border: 1px solid #d9d9d9;
    height: 30px;
    padding: 5px 10px;
    width: 98%;
}
#comment_author{
    margin-right: 20px;
}
#comments{

}
.comment{
    padding: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}
.comment_author{
    float: left;
    border-radius: 5px;
}
.comment_info{
    margin-left: 80px;
}
.ci_name{
    margin-bottom: 13px;
    font-weight: bold;
}
.ci_name span{
    font-weight: normal;
    font-size: 13px;
    color: #b4b9bb;
}
.share_comment{
    display: inline-block;
    height: 13px;
    width: 13px;
    padding-left: 20px;
    text-decoration: none;
    color: #9eb4bb;
    font-size: 14px;
    background: url("../images/svg/share.svg") left center no-repeat;
}
.ci_text{
    margin-bottom: 15px;
}
.app_gdpr, #st-cmp-v2, .st-cmp-app{
    display: none !important;
}
.field-comment_text{
    position: relative;
    display: inline-block;
    width: 92%;
}
.field-comment_text .help-block{
    position: absolute;
    bottom: -20px;
    left: 0px;
    color: #b92c28;
    font-size: 14px
}
#comments_need_auth{
    margin-bottom: 25px;
    color: #0da3e3;
}
#send_comment_toolbar{
    text-align: right;
    width: 97.5%;
    padding-top: 8px;
}
#send_comment_toolbar .btn{
    display: inline-block;
    padding: 0px 18px;
}
.save_search{
    display: block;
    border-radius: 5px;
    background-color: #fff !important;
    color: #0da3e3 !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
}
.popup_sub_title{
    font-size: 16px;
}
.search_params{
    width: 50%;
    margin: 0 auto 40px;
    text-align: left;
}
.search_params dt{
    margin-bottom: 10px;
    font-weight: 600;
}
.search_params dd{
    margin-bottom: 5px;
}

.page_title{
    margin-bottom: 20px;
    font-size: 30px;
}
.non_modal_form .form-group{
    margin-bottom: 10px;
}
.non_modal_form input{
    padding-left: 10px;
    padding-right: 10px;
}
#vacancy_subscription_verify{
    width: 70%;
    max-width: 500px;
}
#vacancy_subscription_verify input{
    width: 80%;
}
.nmf_submit_wrapper{
    /*padding-top: 20px;*/
}
#subscription_create_popup{
    width: 450px;
    margin-left: -225px;
    padding-top: 30px;
    background-image: none;
}
#scp_info dl{
    width: 300px;
    margin: 0 auto 30px;
    text-align: left;
}
#scp_info dt{
    margin-bottom: 10px;
    font-weight: bold;
}
#scp_info dd{
    margin-bottom: 5px;
}
#scp_info_text{
    padding-bottom: 40px;
}

.personal_filter_search dl{
    width: 400px;
    margin: 0px auto 30px;
    text-align: left;
}
.personal_filter_search dt {
    margin-bottom: 20px;
    font-weight: bold;
}
.personal_filter_search dd{
    margin-bottom: 10px;
}
.personal_filter_search dd:hover{
}
.subscription_params_delete{
    display: inline-block;
    margin-left: 30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    background: #d9534f;
    font-weight: bold;
    color: #fff;
}
.subscription_params_delete:hover, .subscription_params_delete:active, .subscription_params_delete:focus{
    background: #e00b0b;
}

#apply_vacancy_toggle{
    display: inline-block;
    padding: 0px 20px;
}
#apply_vacancy{
    padding-top: 30px;
}

#apply_vacancy_form{
    padding-top: 30px;
}
#apply_vacancy_form input{
    height: 30px;
}
#apply_vacancy_form textarea{
    padding: 10px;
}
#apply_vacancy_form input, #apply_vacancy_form textarea{
    width: 300px;
}
#apply_vacancy_form .field-vacancyapplyform-cvfile{
    margin-bottom: 30px;
}
#apply_vacancy_form{
    display: none;
}

/* Width fixes */
@media screen and (max-width: 1815px) {
    .content {
        width: calc(100% - 360px);
    }
}

@media screen and (max-width: 1450px) {
    .search-result {
        font-size: 19px;
    }
}

/* Height fixes */
@media screen and (max-height: 570px) {
    .menu-container {
        position: absolute;
    }

    .list-positions {
        height: auto;
    }
}