
#main_container {
    min-height: 100%;
}
.main {
    width: 100%;
    height: auto;
}
.section {
    /*width: auto;*/
    height: auto;
    overflow: hidden;
}
.container {
    /*padding-top: 50px;*/
}
/*
#content {
    position: relative!important;
    overflow: auto;
}
.main {
    position: relative!important;
}*/

/*JOB DETAIL*/
h2.job-subject {
    font-size: 20pt;
    font-weight: 300 !important;
    margin-bottom: 30px;
    text-align: justify;
}
.tabs {
    padding: 0 1px;
    position: relative;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
ul.tab_links {
    position: relative;
    z-index: 30;
}
ul.tab_links li {
    display: inline-block;
    padding: 0 10px 0 40px;
    height: 41px;
    line-height: 38px;
    /*border: 1px solid #cccccc;*/
    border-right: none;
    /*background: #D65206;*/
    /*border-radius: 5px 0 0 0;*/
    position: relative;
    /*margin-right: 20px;*/
    cursor: pointer;
    /*width: 100px;*/
    width: auto;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
/*ul.tab_links li:hover {
    background: rgba(255,255,255,0.9);
    border-bottom: none;
}*/
ul.tab_links li span {
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 10;
    margin-right: 20px;
}
ul.tab_links li canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
ul.tab_links li:hover span {
    color: black;
}
/*ul.tab_links li:after {
    content: " ";
    width: 23px;
    height: 40px;
    background: url('../../img/layout2/border_46x40_2.png') top left no-repeat;
    position: absolute;
    top: 0;
    right: -22px;
}
ul.tab_links li:hover:after {
    background: url('../../img/layout2/border_46x40_2.png') top right no-repeat;
}*/
ul.tab_links li.selected {
    /*background: rgba(255,255,255,0.9);*/
    /*border-bottom: none;*/
}
ul.tab_links li.selected span {
    color: black;
}
/*ul.tab_links li.selected:after {
    background: url('../../img/layout2/border_46x40_2.png') top right no-repeat;
}*/
ul.tab_links li:before{
    width: 23px;
    height: 23px;
    content: " ";
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 15;
}
ul.tab_links li.selected:first-child:before,
ul.tab_links li:first-child:hover:before {
    background: url('/img/layout2/icons_tabs_69x46.png')left top no-repeat;
}
ul.tab_links li:first-child:before {
    background: url('/img/layout2/icons_tabs_69x46.png')left bottom no-repeat;
}
ul.tab_links li.selected:nth-child(2):before,
ul.tab_links li:nth-child(2):hover:before {
    background: url('/img/layout2/icons_tabs_69x46.png') -23px top no-repeat;
}
ul.tab_links li:nth-child(2):before {
    background: url('/img/layout2/icons_tabs_69x46.png') -23px bottom no-repeat;
}
ul.tab_links li.selected:last-child:before,
ul.tab_links li:last-child:hover:before {
    background: url('/img/layout2/icons_tabs_69x46.png') right top no-repeat;
}
ul.tab_links li:last-child:before {
    background: url('/img/layout2/icons_tabs_69x46.png') right bottom no-repeat;
}

div.tab-contents {
    margin-top: -1px;
    position: relative;
    z-index:20;
    background: white;
    border: 1px solid #cccccc;
    padding: 30px;
    margin-bottom: 10px;
    text-align: justify;
}
.tab {
    display:none;
}
.tab.active {
    display: block;
}
table.table-details {
    width: 100%;
}
table.table-details tr {
    border-top: 1px dotted #a8a8a8;
}
table.table-details tr:last-child {
    border-bottom: 1px dotted #a8a8a8;
}
table.table-details tr td {
    padding: 10px;
    text-align: justify;
    vertical-align: top;
}
table.table-details tr td:first-child {
    width: 25%;
}
table.table-details .btn {
    margin: 0;
    display: inline-block;
}
table.table-details .des {
    margin: 25px 0 0 60px;
    display: block;
    width: 200px;
    position: relative;
    padding: 10px;
    /* color: white;
     background: black;
     border-radius: 10px;*/
}
/*table.table-details .des span {
    background: black;
    color: white;
    padding: 0 15px;
}*/
table.table-details .des:before {
    background: url('/img/layout2/arrow_57x47.png') center center no-repeat;
    content: " ";
    width: 57px;
    height: 47px;
    position: absolute;
    top: -45px;
    left: 40px;
    opacity: 0.5;
}
table.table-details .des:after {
    background: url('/img/layout2/arrow_37x63.png') center center no-repeat;
    content: " ";
    width: 37px;
    height: 63px;
    position: absolute;
    bottom: -35px;
    right: -20px;
    opacity: 0.5;
}

.c-per_info a {
    color: #D65206!important;
}
.c-per_info .phone:before{
    content: " ";
    width: 18px!important;
    height: 16px!important;
    background: url('/img/layout2/icon_phone_18x16.png') no-repeat center top!important;
    margin-right: 5px!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
.c-per_info .phone,.c-per_info .email {
    margin-top: 4px;
    margin-bottom: 2px;
    padding-left: 20px;
}
.c-per_info .email:before {
    content: " ";
    width: 17px!important;
    height: 16px!important;
    background: url('/img/layout2/icon_mail_17x16.png') no-repeat center top!important;
    margin-right: 5px!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
.c-per .image, .c-per_info .image {
    background: #FFF none repeat scroll 0% 0%;
    padding: 1px;
    display: block;
    margin-right: 5px !important;
}
.c-per img, .c-per_info img {
    border: 1px solid #B3B3B3;
    background: #FFF none repeat scroll 0% 0%;
    width: 61px;
    height: auto;
    position: relative;
    z-index: 1000;
}
.steps {
    width: 85px;
    text-align:center;
    float: left;
    margin-right: 50px;
    position: relative;
}
.steps .step {
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid black;
    display:block;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.steps:first-child .step {
    background: url('/img/layout2/icon_step_cv_25x29.png') center center no-repeat;
}
.steps:nth-child(2) .step {
    background: url('/img/layout2/icon_step_test_27x24.png') center center no-repeat;
}
.steps:nth-child(3) .step {
    background: url('/img/layout2/icon_step_int_hr_37x23.png') center center no-repeat;
}
.steps:nth-child(4) .step {
    background: url('/img/layout2/icon_step_inter_37x23.png') center center no-repeat;
}
.steps:after {
    background: url('/img/layout2/icon_arrow_20x16.png') center center no-repeat;
    content: " ";
    width: 20px;
    height: 16px;
    position: absolute;
    top: 25px;
    right: -35px;
}
.steps:nth-child(4):after {
    background:none!important;
}


/*advice box*/
.advice_box {
    width: 100%;
    border: 1px solid #ffcc66;
    background: #ffeecd;
    padding: 10px;
    margin-bottom: 20px;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.advice_box h3 {
    color: #d65206;
    font-size: 15pt;
    font-weight: normal;
    margin-bottom: 10px;
}
.advice_box .image {
    background: white;
    padding: 1px;
    display: block;
    /*float: left;*/
    margin-right: 10px!important;
}
.advice_box .image img {
    border: 1px solid #b3b3b3;
    background: white;
    width: 65px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1000;
}
.advice_box .advice {
    display: inline-block;
    width: calc(100% - 75px)
}
.advice_box .name {
    font-weight: bold;
}
.advice > a, .advice > span {
    margin-right: 20px;
    position: relative;
}
.advice .mail, .advice .phone {
    padding-left: 20px;
}
.advice_box .mail:before {
    content: " ";
    width: 17px!important;
    height: 16px!important;
    background: url('/img/layout2/icon_mail_17x16.png') no-repeat center top!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
.advice_box .phone:before {
    content: " ";
    width: 18px!important;
    height: 16px!important;
    background: url('/img/layout2/icon_phone_18x16.png') no-repeat center top!important;
    position: absolute;
    top: 0;
    left: 0;
}
.advice_box .advice {
    text-align: left;
}
.advice_box .advice > div:last-child {
    margin-top: 5px;
    text-align: justify;
}

.bot_bar {
    margin-bottom: 50px;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border: 1px solid #cccccc;
}
.bot_bar > .btn {
    margin-right: 10px;
}
.paging > .btn {
    color: white;
}

/*END JOB DETAIL*/


/*Detail for old layout*/
div.left-box {
    width: 830px;
    margin: 100px auto;
}
div.left-box div.main-content {
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background: white;
}
div.left-box div.content-top {
    width: 830px;
    height: auto;
    padding-bottom: 4px;
}
div.left-box div.content-container {
    padding: 0px 17px 10px;
    min-height: 200px;
    height: auto;
}
div.left-box div.main-content div.c-title {
    width: 791px;
    color: #d65206;
    font-size: 16px;
    border-bottom: 2px solid #D65206;
    padding: 8px 0px 10px 4px;
}
div.left-box div.content {
    width: 796px;
    padding: 20px 2px 0px;
    min-height: 170px;
}
div.left-box p {
    text-align: justify;
    margin: 12px 0;
}
div.left-box h3 {
    color: #d65206;
}
