.operation {
    height: 50px;
    text-align: center;
    margin-top: 10px;
}
section.box-container {
    padding: 20px 15px;
    margin: 20px 0 40px;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-top: 5px solid #003399;
    width: inherit;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 20px;
}
section.box-container .headerTitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #003399;
    line-height: 1.2em;
    justify-content: space-between;
    display: flex;
}
.wrap-left section.box-container .headerTitle {
    justify-content: center;
}

.box-form-input input, .box-form-input textarea {
    border: 2px solid #d1d1d1;
    margin: 10px 0;
    height: 25px;
    width: calc(100% - 20px);
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    box-sizing: unset;
    padding: 5px 8px;

}
.box-form-input textarea {
    height: 75px;
}
.box-form-input input:focus, .box-form-input textarea:focus {
    border: 2px solid #096ece;
    outline: none;
}

.box-contact-input {
    /*position: relative;*/
    transition:height .3s linear;
    overflow: hidden;
    height: 0;
}
.form-contact {
    margin-top: 10px;
}
.box-form-input {
    position: relative;
}
.box-form-input .tag {
    opacity: 0;
    position: absolute;
    bottom: -7px;
    font-size: 12px;
    color: #0095ff;
}
.box-form-input.err .tag {
    opacity: 1;
}

.box-form-input.err input, .box-form-input.err textarea {
    border:2px solid #0095ff;
}
.success {
    font-size: 14px;
    font-weight: bold;
    color: #060;
    background: url('../../img/icons/dhr_ok_32x32.png') no-repeat 10px 12px #E6F8DD;
    vertical-align: middle;
    padding: 10px 10px 10px 55px;
    text-align: left;
    margin: 10px 0;
    border: solid 1px #191;
    min-height: 35px;
}
section.box-container.salary-calculator {
    border-top-color: #096ece;
}
section.box-container.salary-calculator .headerTitle {
    font-size: 23px;
    color: #096ece;
}
.salary-calculator .iframe-salary-calculator {
    width: 100%;
    height: 465px;
    overflow: hidden;
}
.salary-calculator .iframe-salary-calculator iframe {
    width: 100%;
    height: 500px;
    border: none;
}
.btn-liner-green {
    cursor: pointer;
    background: #2FB31D;
    color: #ffffff;
    padding: 8px 18px;
    font-size: 17px;
    height: 34px;
    border-radius: 5px;
    overflow: visible;
    width: auto;
    align-items: center;
    display: inline-flex;
}
.btn-liner-green:hover {
    background: linear-gradient(to bottom, #229501, #3DD23A);
}

.btn-liner-blue {
    cursor: pointer;
    background: #3E7EBE;
    color: #ffffff;
    padding: 8px 18px;
    font-size: 18px;
    line-height: 34px;
    height: 34px;
    border-radius: 5px;
    width: auto;
    align-items: center;
    display: inline-flex;
}
.btn-liner-blue:hover {
    background: linear-gradient(to top, #438DD3, #3B73AD);
}


.btn-blue-beating {
    line-height: 40px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    background: #007AFF;
    border: none;
    padding: 0 20px;
    border-radius: 4px;
    transition: all 250ms linear 0s;
    /*font-weight: bold;*/
    display: flex;
    text-align: center;
    justify-content: center;
}
.btn-blue-beating:hover {
    transform: translate(0px, -2px);
}
.btn-liner-green span.website-functional-chevron-right {
    margin-top: 3px;
    margin-left: 8px;
}
.btn-liner-green span{
    font-size: 17px;
    line-height: 1em;
}

#float_hiring_position {
    top: 90px;
    z-index: 1;
    width: 235px;
}
.hiring-extend {
    margin-top: 15px;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 20px;
}
.hiring-extend .hiring-tip {
}
.hiring-extend .hiring-email a {
    color: #096ece;
    font-weight: bold;
}
.hiring-extend .hiring-email a:hover {
    text-decoration: underline;
}

.member-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 15px;
}
.member-info:hover .member-photo{
    transform: scale(1.02);
}
.member-info .member-photo {
    height: 80px;
    margin-bottom: 5px;
}
.member-info .member-photo img {
    max-width: 100%;
    max-height: 100%;
}
.member-name {
    font-weight: bold;
    font-size: 13px;
}
.member-name a {
    text-decoration: none;
    color: #000000;
}