#tth-wrapper #container{
    padding-top: 0px;
}
#tth-wrapper .cv_new{
    padding-top: 15px;
}
content {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#tth-column_left {
    padding-right: 0px;
}
#tth-content {
    padding-right: 0px;
    padding-left: 25px;
}
.hotline{
    display: block;
    margin-top: 0px;
}
.hotline .title {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    background: #094e75;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.hotline .title i{
    font-size: 20px;
}
.hotline .content{
    background: #ffffff;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    color: #525252;
}
/*breadcrumb*/
ol.breadcrumb {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/*end breadcrumb*/

/*Box search*/
.box_search {
    margin: 0px;
}
.box_search .row_search {
    margin-left: -10px;
    margin-right: -10px;
}
.box_search .row_search .col_search {
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
}
.box_search .row_search .col_search label {
    line-height: 25px;
    height: 25px;
}
/**/
/*==============================================*/
.table-manage td label {
    margin-right: 5px;
}
.table-manage .cot_action i {
    font-size: 16px;
    display: inline-block;
}
.table-manage .cot_action i.icon-eye-off {
    color: #888;
}
.table-manage .cot_action i.icon_edit {
    color: #009;
}
.table-manage .cot_action i.icon_del {
    color: #C00;
}
.panel_toggle .panel-heading a.toggle {
    background: url(../images/icon_toggle.png) no-repeat 0px 0px;
    height: 24px;
    width: 24px;
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    cursor: pointer;
}
/*EDIT*/
.col-submit {
    text-align: center;
}
.box_edit label.error{
    margin-bottom: -6px;
}
.box_edit .row {
}
.box_edit .box_edit_title {
    padding: 5px 20px;
    border-left: 2px solid #08651E;
    color: #08651E;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}
.box_edit .box_edit_err {
}
.box_edit .box_edit_content {
    padding: 0px;
    height: auto;
    background: #fff;
    margin-bottom: 15px;
}
#tth-content .box_edit .box_info{
    margin-bottom: 10px;
}
#tth-content .box_edit .box_info .image img{
    border-radius: 50%;
    max-width: 100px;
}
.box_edit .box_edit_content > .content{
    display: none;
}
.box_edit .box_edit_content.first > .content{
    display: block;
}
.box_edit .box_edit_content > .content .step_col{
    padding: 15px 0px 0px;
}
.box_edit .box_edit_content > .title.row .row_title {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    cursor: pointer;
    background: #eaeaea;
}
.box_edit .box_edit_content > .title.row .row_title:hover {
    background: #eaeaea;
}
.box_edit .box_edit_content.form_file{
    border: 0px;
    border: 0px;
}
.box_edit .box_edit_sm {
}
.box_edit .row .row_title {
    padding: 0px 0px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.box_edit .row .row_title .row_title_left {
    float: left;
    font-size: 15px;
    color: #555;
    font-weight: 500;
}
.box_edit .row .row_title .row_title_left span {
    color: #3ba2d9;
}
.box_edit .row .row_title .row_title_right {
    float: right;
    color: #555;
    font-style: italic;
    font-size: 12px;
    padding-top: 2px;
    font-weight: 300;
}
.box_edit .row .row_summary {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    background: #F4F4F4;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 25px;
    color: #666;
}
/*Chosen*/
.chosen-container-single .chosen-single {
    border-radius: 0px;
    height: 38px;
}
.chosen-container-single .chosen-single span {
    line-height: 25px;
}
.col_search .chosen-container-single .chosen-single {
    border-radius: 1px;
    height: 38px;
    border: 1px #dedede solid;
}
.col_search .chosen-container-single .chosen-single span{
    line-height: 25px;
}
.box_search .col_search input {
    height: 38px;
    line-height: 38px;
}
.box_search .col_search .btn{
    height: 38px;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #fff;
    background: #f5f5f5;
    color: #333;
    border-radius: 4px;
    margin: 5px 3px 5px;
    padding: 5px 20px 5px 5px;
    box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    top: 9px;
}
.AdvSearch .chosen-container-multi .chosen-choices li.search-choice {
    margin: 1px;
}
.chosen-container .chosen-drop{
    border: 1px solid #e0e0e0;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 38px;
    line-height: 38px;
    padding: 0px 0px 0px 12px;
    margin: 0px;
    font-size: 14px;
    box-sizing: border-box;
}
.chosen-container-multi .chosen-choices {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    max-height: 38px;
    height: 38px !important;
}
.rowcontent-4 {
    width: 40%;
    float: left;
}
.rowcontent-2 {
    width: 20%;
    float: left;
}
.rowcontent-3 {
    width: 30%;
    float: left;
}
.rowcontent-5 {
    width: 50%;
    float: left;
}
.row_footer {
    line-height: 32px;
    text-transform: inherit;
    text-align: center;
    margin-top: 20px;
    color: #c9a139;
    background: #F4F4F4;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}
.row_footer:hover {
    background: #e0e0e0;
}
.datepicker {
    background: #fff url(../images/icon_date.png) no-repeat top 7px right 6px;
}
.rowcontent_12 label {
    width: 50%;
    float: left;
    cursor: pointer;
}
.rowcontent_12 label input {
    margin-top: 11px;
    margin-right: 5px;
    float: left;
}
.checkbox_css {
    padding-left: 25px;
    position: relative;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 0px;
}
.checkbox_css input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.checkbox_css .checkbox_s {
    background: url(../images/checkbox.png) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 0px;
    cursor: pointer;
}
.checkbox_css.checked .checkbox_s {
    background-position: 0px bottom;
}
.row_error {
    float: left;
    width: 100%;
    color: #b71415;
    padding: 0px 0px;
}
.step_col_title {
    border-bottom: 1px solid #c9a139;
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
.step_col_title .step_col_left {
    display: inline-block;
    height: 27px;
    width: 30px;
    line-height: 27px;
    text-align: center;
    background: #c9a139;
    color: #fff;
    font-size: 16px;
    float: left;
}
.step_col_title .step_col_right {
    display: inline-block;
    height: 27px;
    width: 30px;
    line-height: 27px;
    text-align: center;
    background: #c9a139;
    color: #fff;
    font-size: 17px;
    float: right;
    cursor: pointer;
}
/*table*/
.table_row {
    width: 100%;
    border: 1px solid #eaeaea;
}
.table_row tr.warning >td {
    border: 0px !important;
    background: transparent !important;
    color: #999;
}
.table_row tr td, .table_row tr th {
}
.table_row tr td {
    background: #fff;
    vertical-align: top;
    border-bottom: 20px solid #ffffff;
}
.table_row tr td .box_col {
    padding: 5px 0px;
}
.table_row tr td .box_col .search_cv{
    display: inline-block;
    float: left;
    width: 200px;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 13px;
    position: relative;
    white-space: initial;
}
.table_row tr td .box_col .search_cv:before{
    content: "";
    background: #e0e0e0;
    height: 100%;
    display: inline-block;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.table_row tr td .box_col .search_cv .icon_0{
    background: url('../../images/icon_not_search.png') no-repeat center ;
    display: block;
    text-align: center;
    height: 33px;
    width: 100%;
}
.table_row tr td .box_col .search_cv .icon_1{
    background: url('../../images/icon_search.png') no-repeat center ;
    display: block;
    text-align: center;
    height: 33px;
    margin-bottom: 8px;
    width: 100%;
}
.table_row tr td .box_col .col_content {
    display: inline-block;
    width: calc(100% - 200px);
    padding-left: 20px;
}
.table_row tr td * {
    /*line-height: 30px;*/
}
.table_row tr td .col_title {
    font-size: 18px;
    padding: 3px 15px;
    text-align: left;
    color: #b71415;
    border-bottom: 1px solid #d0d0d0;
    font-weight: normal;
    background: #ffffff;
}
.table_row tr td:hover{
    background: #f1f1f1;
}
.table_row tr td .col_content {
    padding: 0px;
}
.table_row tr td .col_content .col_content_title {
    font-weight: 300;
}
.table_row tr td .col_content .col_content_title span{
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    margin: 2px 0px;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
}
.table_row tr td .col_title .span_note {
    color: #C9C9C9;
    font-weight: normal;
}
.table_row tr td .col_content .span_note {
    color: #8a8a8a;
    font-weight: normal;
}
.table_row tr td .col_footer {
    padding: 0px;
}
.table_row tr td .panel_view ul{
    margin: 0px;
    background: #f2f2f2;
    margin-top: 5px;
    border-radius: 4px;
}
.table_row tr td .panel_view ul li{
    padding: 4px 0px;
    border-bottom: 0px;
    line-height: 20px;
}
.table_row tr td .box_view a{
    color: #0468b1;
    text-decoration: underline;
    cursor: pointer;
}
.table_row tr td .box_view a:hover{
    text-decoration: inherit;
}
.table_row tr td .col_footer * {
    line-height: 35px;
}
.table_row tr td .col_title a {
    color: #ccc;
}
.table_row tr td:hover .col_title a {
    color: #999;
}
.table_row tr td:hover .col_title a:hover {
    color: #000;
}
.table_row tr td i {
    font-style: normal;
}
/*.table_row tr td:last-child {
    background: #fff !important
}*/
.action_seeker_cv {
    float: left;
    margin-top: 10px;
}
.action_seeker_cv a{
    line-height: 26px !important;
    text-align: center;
    padding: 0px 10px;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
    color: #444;
    border: 1px #d6d6d6 solid;
    background: #eeeeee;
    border-radius: 2px;
}
.action_seeker_cv a:hover{
    background: #cf9a2b;
    color: #fff;
}
.action_seeker_cv a i:before {
    line-height: 20px;
}
/*FORM*/

#tth-column_left .list_pro_info_img {
    padding: 1px;
    background: #F4F4F4;
    border-radius: 2px;
    min-height: 100px;
    margin-bottom: 20px;
}
#container .j_title {
    padding: 2px 0px 2px 0px;
    font-size: 18px;
    font-weight: bold;
}
#container .j_title{
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    color: #444;
}
#container .j_title .line{
    /*background-color: #d7d7d7;*/
    bottom: 0;
    height: 1px;
    margin-bottom: auto;
    margin-left: 10px;
    margin-top: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
#container .j_content {
    margin: 0px;
    background: #fff;
    padding: 30px;
}
#container .j_content .panel {
    background: #fff;
    border: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}
#container .j_content .panel .panel-body{
    padding: 0px;
}
.title_box_search {
    color: #333333;
    line-height: 30px;
    border-bottom: 0px;
    font-size: 20px;
    text-transform: initial;
    font-weight: 500;
    margin-bottom: 10px;
}
.title_box_search b{
    font-weight: bold;
    font-size: 14px;
    color: #cf9a2b;
}
.title_box_search .line {
    background-color: #d7d7d7;
    bottom: 0;
    height: 1px;
    margin-bottom: auto;
    margin-left: 10px;
    margin-top: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
/*BOX ITEM*/
.box_list_item{
    width:100%;
    float:left;
}
.box_list_item .box_statistic_nature{
    padding: 0px;
    border: 0px;
    border-top: none;
    text-align: left;
    padding-bottom: 10px;
}
.box_list_item .title_box {
    line-height: 35px;
    margin: 0px 0px 15px;
    height: 40px;
    margin-top: 5px;
    background: none;
    color: #222222 !important;
    text-transform: initial;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    border-bottom: 4px #e6e6e6 solid;
}
.box_list_item .title_box .border_bottom {
    display: inline-block;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 3px solid;
    font-weight: 500;
}
.small-flash-att {
    position: relative;
    display: inline-block;
    background: url(../../images/ghim.jpg) no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.seeker .form-group label.title {
    line-height: 38px;
    font-weight: 500;
    min-height: 1px;
}
.form-group label.title {
    width: 200px;
    margin-bottom: 0px;
    float: left;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    color: #777777;
}
.seeker .form-group .rowcontent {
    margin-left: 0px;
    width: calc(100% - 200px);
    display: inline-block;
    max-width: 100%;
}
.seeker .form-group .rowcontent .btn-submit ,
.seeker .form-group .rowcontent .btn-default {
    /*display: none;*/
}
.btn-submit,
.btn-submit:focus{
    outline: none;
    background: #3ba2d9;
    border-radius: 2px;
    color: #fff;
}
.btn-submit a,
.btn-submit:focus a{
    color: #fff;
    padding: 10px 35px;
    margin: 0px -15px;
}
.box_info .info p span{
    font-weight: 500;
    color: #b71415;
}
.box_info .image{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.box_info .info{
    display: inline-block;
}
.box_info .info p {
    padding: 2px 0px;
}
.box_info .info .btn_edit_info{
    margin-top: 10px;
}
.btn_edit_info a {
    background: #dddddd;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    border-radius: 2px;
    text-transform: inherit;
}
.btn_edit_info a:hover{
    opacity: 0.8;
}
.title_cv{
    font-size: 17px;
    font-weight: 500;
    color: #09a0e1;
}
.box_arr_employer .box_item{
    padding: 10px;
    margin-bottom: 20px;
    background: #f0fdfd;
    box-shadow: 0px 1px 3px 0px #b3b3b3;
    position: relative;
}
.delete_arr {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.delete_arr:hover {
    opacity: 0.8;
}
.delete_arr i{
    background: url('../../images/icon-delete.png') no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.box_arr_employer .box_item .title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.box_arr_employer .box_item .title a{
    color: #444;
    font-size: 15px;
    font-weight: 500;
}
.box_arr_employer .box_item .company{
    color: #999;
}
.box_arr_employer .box_item .time_apply{
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 15px;
}
.box_arr_employer .box_item .exp_submit{
    font-size: 13px;
    float: left;
    margin-right: 25px;
}
.box_arr_employer .box_item .time_apply span,
.box_arr_employer .box_item .exp_submit span{
    color: #b71415;
}
.box_arr_employer .box_item:hover{
    background: #f9f9f9;
}
#is_searchable{
    display: inline-block;
    vertical-align: top;
    height: 14px;
    font-size: 13px;
    width: 14px;
    margin-right: 5px;
}
.seeker_note{
    display: block;
    margin: 10px 0px;
    line-height: 24px;
    font-size: 13px;
}
.colorRed{
    color: #f60201;
}
.icon_upload_file {
    background: url("../../images/icon_upload.png") no-repeat;
    width: 21px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 6px;
    content: '';
    margin-right: 5px;
}
.choose_create .box_choose .choose_left{
    display: inline-block;
    float: left;
    width: 45%;
    color: #09a0db;
    border: 1px #09a0db solid;
    background: #fff;
    border-radius: 2px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    height: 44px;
    line-height: 45px;
}
.choose_create .box_choose .choose_right{
    display: inline-block;
    float: right;
    width: 45%;
    color: #09a0db;
    background-color: #ffffff;
    border: #09a0db 1px solid;
    border-radius: 2px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    height: 44px;
    line-height: 45px;
    position: relative;
}
.choose_create .box_choose{
    margin: 15px 0px;
    margin-bottom: 15px;
}
.choose_create .box_choose .choose_left:hover,
.choose_create .box_choose .choose_right:hover{
    opacity: 0.8;
}
input#file_att[type=file] {
    display: block;
    height: 40px;
    max-width: 100%;
}
.btn-mlg {
    height: 40px;
    padding: 0 20px 0 45px;
    background: #757575;
    color: #FFFFFF;
    line-height: 40px;
    display: inline-block;
    position: relative;
    max-width: 200px;
}
.icon_upload_file {
    background: url(../../images/icon_upload.png) no-repeat;
    width: 21px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 5px;
    content: '';
    margin-right: 5px;
    padding-right: 20px;
}
#file_att{
    border: none;
    background: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}
.des, .destitle{
    font-size: 13px;
    display: block;
    margin-top: 2px;
    padding-left: 0px;
    color: #999999;
    font-style: italic;
}
.view_file{
    margin-left: 15px;
}
.view_file a{
    color: #b71415;
    cursor: pointer;
    text-decoration: underline;
    font-style: initial;
}
.view_file a:hover{
    text-decoration: inherit;
}
.form_file .form-group {
    margin-bottom: 0px !important;
    margin-top: 10px;
}
#file_att + .error{
    margin-top: 10px;
    position: absolute;
    right: -140px;
}
.box_arr_apply .box_item,
.box_arr_save .box_item{
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 1px 3px 0px #b3b3b3;
    position: relative;
}
.box_arr_apply .box_item:hover,
.box_arr_save .box_item:hover{
    background: #fbfbfb;
}
.box_arr_apply .box_item .title,
.box_arr_save .box_item .title{
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}
.box_arr_apply .box_item .company,
.box_arr_save .box_item .company{
    color: #777;
}
.box_arr_apply .box_item .status span,
.box_arr_save .box_item .status span{
    margin-right: 60px;
}
.box_arr_apply .box_item .status span:first-child,
.box_arr_save .box_item .status span:first-child{
    min-width: 260px;
    margin-right: 0px;
    display: inline-block;
}
.box_arr_apply .box_item .status span a,
.box_arr_save .box_item .status span a{
    color: #3ba2d9;
    text-decoration: underline;
}
.box_arr_apply .box_item .status span a:hover,
.box_arr_save .box_item .status span a:hover{
    text-decoration: inherit;
}
.box_arr_apply .box_item .status span:first-child b,
.box_arr_save .box_item .status span:first-child b{
    font-weight: normal;
    background: #1faf95;
    color: #fff;
    margin-right: 8px;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 13px;
}
.box_arr_apply .box_item .status span:first-child b.false{
    background: #ea1c1c;
}
.box_arr_apply .box_item .status span:first-child b.success{
    background: #289e1b;
}
.box_arr_apply .box_item .status span:first-child b.waiting{
    background: #ff4800;
}
.delete_apply i {
    background: url(../../images/icon-delete.png) no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.delete_apply{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.box_arr_save .box_item .exp_submit{
    display: inline-block;
    float: left;
    margin-right: 0px;
    width: 33.3333%;
}
.box_arr_save .box_item .company_name{
    color: #999999;
}
.box_item .company_name{
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
}
.box_arr_save > .title,
.box_arr_apply > .title{
    color: #3ba2d9;
    margin-bottom: 5px;
    font-size: 28px;
}
.box_arr_save > a,
.box_arr_apply > a{
    color: #cc921a;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;    
}
.box_arr_save > a.current,
.box_arr_apply > a.current{
    text-decoration: underline;
}
.box_arr_save .box_item .exp_submit i{
    color: #009192;
    margin-right: 5px;
}
.box_creat_ads{
    display: block;
    width: 100%;
}
.box_creat_ads .create_cv {
    display: inline-block;
    float: left;
    width: 49%;
    margin-right: 1%;
}
.box_creat_ads .create_employer {
    display: inline-block;
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-top: 0px;
    height: 100px;
    padding-right: 10px;
    background-color:#00c3c4;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#00c3c4, endColorstr=#b71415);
    background-image:-moz-linear-gradient(left, #00c3c4 21%, #b71415 63%);
    background-image:-webkit-linear-gradient(left, #00c3c4 21%, #b71415 63%);
    background-image:-ms-linear-gradient(left, #00c3c4 21%, #b71415 63%);
    background-image:linear-gradient(left, #00c3c4 21%, #b71415 63%);
    background-image:-o-linear-gradient(left, #00c3c4 21%, #b71415 63%);
    background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(21%,#00c3c4), color-stop(63%,#b71415));
}
.box_creat_ads .create_employer:hover{
    background: #00bcbd;
}
.box_creat_ads  .create_employer i.send {
    left: 30px;
    width: 60px;
    height: 59px;
    background: url('../images/send_ads.png') no-repeat;
}
.box_creat_ads .create_employer .title{
    padding-left: 90px;
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}
.box_creat_ads .create_cv {
    padding-top: 25px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    height: 100px;
    padding-right: 10px;
    background-color:#a4000c;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#a4000c, endColorstr=#d11220);
    background-image:-moz-linear-gradient(left, #a4000c 13%, #d11220 40%);
    background-image:-webkit-linear-gradient(left, #a4000c 13%, #d11220 40%);
    background-image:-ms-linear-gradient(left, #a4000c 13%, #d11220 40%);
    background-image:linear-gradient(left, #a4000c 13%, #d11220 40%);
    background-image:-o-linear-gradient(left, #a4000c 13%, #d11220 40%);
    background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(13%,#a4000c), color-stop(40%,#d11220));
}
.box_creat_ads .create_cv:hover {
    background: #d11220;
}
.box_creat_ads .create_cv .title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.create_cv {
    background: #b71415;
    color: #fff;
    padding: 15px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-right: 75px;
}


/*---------*/
#form_seeker_cv_step_1_view .form-group label.title .colorRed{
    display: none;
}
#form_seeker_cv_step_1_view .form-group label.title {
    line-height: 20px;
    font-weight: 500;
}
#form_seeker_cv_step_1_view input.form-control{
    border: 0px;
    padding: 0px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
}
#form_seeker_cv_step_1_view .chosen-container-single .chosen-single{
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: none;
    height: 20px;
    line-height: 20px;
    cursor: initial;
}
#form_seeker_cv_step_1_view .form-group {
    margin-bottom: 12px;
}
#form_seeker_cv_step_1_view .chosen-container-single .chosen-single div b{
    background: none;
}
#form_seeker_cv_step_1_view .chosen-container.chosen-with-drop .chosen-drop{
    display: none;
}
#form_seeker_cv_step_1_view select.form-control{
    display: none;
}
#form_seeker_cv_step_1_view .row_content.hidden_v,
#form_seeker_cv_step_1_view .row.hidden_v{
    display: none;
}
#form_seeker_cv_step_1_view textarea.form-control{
    border: 0px;
    padding: 0px;
    min-height: 65px;
    resize: none;
    overflow: hidden;
}
.block_v{
    display: none;
}
#form_seeker_cv_step_1_view .row.block_v{
    display: block;
}
.box_edit._view .box_edit_content:nth-child(5),
.box_edit._view .box_edit_content:nth-child(6),
.box_edit._view .box_edit_content:nth-child(7),
.box_edit._view .box_edit_content:nth-child(8),
.box_edit._view .box_edit_content:nth-child(9){
    display: none;
}

#form_seeker_cv_step_1,
#form_seeker_cv_step_5{
    padding: 15px 0px;
}
#form_seeker_cv_step_1_view .des{
    display: none;
}
#form_seeker_cv_step_1_view{
    padding: 15px 0px;
}
.box_arr_save .note,
.box_arr_apply .note{
    margin-bottom: 10px;
    color: #505050;
    font-size: 14px;
}
.box_arr_save .note b,
.box_arr_apply .note b{
    margin-bottom: 10px;
    color: #ff5b00;
}
.box_arr_apply .box_item:hover,
.box_arr_save .box_item:hover{
    background: rgba(0, 0, 0, 0.05);
}
.note_custom{
    margin-bottom: 10px;
    color: #505050;
    font-size: 14px;
}
.note_custom b{
    margin-bottom: 10px;
    color: #ff5b00;
}
.box_search_top{
}
.form-control {
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
}
.box_white {
    background: #fff;
    /*border: 1px #e6e6e6 solid;*/
    padding: 0px 20px 0px;
}
.nav>li>a {
    padding: 10px 25px;
    min-width: auto;
    border-radius: 2px;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    margin-right: 10px;
    height: 40px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li:hover>a {
    border: 1px solid #4b4b4c;
    background-color: #4b4b4c;
    color: #fff;
    font-weight: 400;
    outline: 0;
}
.box_white .box_view_more{
    display: none;
}
.box_wellcome{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.box_wellcome .item{
    display: inline-block;
    width: 33.3333%;
    padding: 0px 5px;  
    text-align: center;  
}
.box_wellcome .item .bg > .num{
    font-size: 50px;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
}
.box_wellcome .item .bg > .num.no {
    color: #e01717;
}
.box_wellcome .item .bg > .num.job {
    color: #333333;
}
.box_wellcome .item .bg > .title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    color: #444;
}
.box_wellcome .item .bg > .link a{
    margin-bottom: 25px;
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
.box_wellcome .item .bg > .link a:hover {
    color: #c9a139;
}
.box_wellcome .item .bg{
    background: #fff;
    min-height: 180px;
}


.new_job > .title{
    font-size: 20px;
    font-weight: 500;
    margin: 0px 15px 20px;
    word-spacing: 2px;
    border-bottom: 1px solid rgba(229,229,229,.9);
    padding-bottom: 15px;
}
.new_job{
    background: #fff;
    padding: 15px 15px 0px;
    margin-bottom: 15px;
}
.new_job .content {
    display: inline-block;
    width: 100%;
}
.new_job .content .item{
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0px 10px;
    border-bottom: 1px #f2f2f2 solid;
    margin-bottom: 10px;
    min-height: 98px;
}
.new_job .content .item:nth-child(5) , 
.new_job .content .item:nth-child(6){
    border: 0px;
}
.new_job .content .item .logo-box{
    display: inline-block;
    float: left;
    width: 85px;
    padding: 10px;
}
.new_job .content .item .info-box{ 
    display: inline-block;
    width: calc(100% - 85px);
    float: left;
    padding-left: 5px;
}
.new_job .content .item .info-box .title{
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    margin-top: 6px;
    transition: color .3s;
}
.new_job .content .item .info-box .title a{
    color: #555;
}
.new_job .content .item .info-box .title a:hover{
    color: #c9a139;
}
.new_job .content .item .info-box .company{
    color: #999999;
    font-weight: 300;
    font-size: 13px;
} 
.new_job .content .item .info-box .company a{
    color: #999999;
}
.new_job .content .item .info-box .wage{
    color: #c9a139;
    margin-bottom: 6px;
}
.form-group .rowcontent {
    width: calc(100% - 200px);
    max-width: 450px;
    display: inline-block;
    margin: 0px;
}

#manage_no tr td a{
    color: #3c83ce;
}
#manage_no tr td a:hover{
    text-decoration: underline;
}
#manage_follow{
    background: #fff;
    padding: 15px 20px 20px;
    margin-bottom: 20px;
}
#manage_follow.seeker_cv_manage {
    background: #fff;
    padding: 15px 0px 0px;
    margin-bottom: 20px;
}
#manage_follow .item .logo-box{
    width: 100px;
    display: inline-block;
    float: left;
    padding: 10px;
    border: 1px #dddddd solid;
}
#manage_follow .item .info-box{
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    padding-left: 15px;
}
#manage_follow .item{
    display: inline-block;
    width: 100%;
    margin: 0px 0;
    border-top: 1px solid rgba(229,229,229,.9);
    padding-top: 15px;
    padding-bottom: 15px;
}
#manage_follow .item .info-box .title{
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    margin-top: 6px;
    transition: color .3s;
}
#manage_follow .item .info-box .title a{
    color: #555;
}
#manage_follow .item .info-box .title a:hover{
    color: #c9a139;
}
#manage_follow .item .info-box .company{
    color: #999999;
    font-weight: 300;
    font-size: 13px;
} 
#manage_follow .item .info-box .company a{
    color: #999999;
}
.div_empty{
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
}
.box_receive_email{
    padding-top: 15px;
    margin-bottom: 0px;
    background: #fff;
    padding: 15px 20px;
}
.box_receive_email .title{
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: initial;
    font-weight: 500;
}
.box_wellcome .item .bg > .link .item_0 .num{
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    width: 30px;
    height: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
}
.box_wellcome .item .bg > .link .item_0 .title{
    font-size: 14px;
    font-weight: normal;
    color: #444;
}
.box_wellcome .item .bg > .link.flex{
    display: flex;
    flex-wrap: wrap;
}
.box_wellcome .item .bg > .link.flex .item_0{
    display: inline-block;
    width: 33.33333%;
    float: left;
    text-align: center; 
}
.box_wellcome .item .bg > .link .item_0 .num.processing{
    background: #c9a139;
}
.box_wellcome .item .bg > .link .item_0 .num.viewed{
    background: #3ba2d9;
}
.box_wellcome .item .bg > .link .item_0 .num.closed{
    background: #fd6a6a;
}
.mb0{
    margin-bottom: 0px !important;
}
#form_receive_email{
    margin-top: 15px;
}

.box_price .price_l, .box_price .price_r {
    width: 30%;
    padding: 0px 0px;
    float: left;
    display: inline-block;
}
.box_price .price_c {
    width: 30%;
    float: left;
    padding: 0px 15px;
}
.box_price .price_r {
    width: 25%;
    float: left;
}
#form_seeker_cv_step_2,
#form_seeker_cv_step_3,
#form_seeker_cv_step_4,
#form_seeker_cv_step_5,
#form_seeker_cv_step_6{
    padding: 10px 0px;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.box_detail_seeker .r_content{
    margin-bottom: 10px;
}
.box_detail_seeker .avatar{
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-left: 15px;
    margin-bottom: 10px;
    width: 20%;
}
.box_detail_seeker .content{
    display: inline-block;
    float: left;
    width: 50%;
}
.box_detail_seeker .authentic{
    display: inline-block;
    float: left;
    width: 30%;
    max-height: 160px;
}
.box_detail_seeker .authentic img {
    max-width: 100%;
    max-height: 160px;
}
.box_detail_seeker .content i{
    color: #bf1515;
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}
#container .j_title {
    padding: 0px 0px 1px 0px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0px;
    border-bottom: 1px #ccc solid;
    color: #525252;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.btn + .btn{
    margin-left: 10px;
}
/*seeker_cv_manage *****************/
.seeker_cv_manage table{
    border: 0px;
}
.seeker_cv_manage .table-bordered>tbody>tr>td{
    border: 0px;
}
/*seeker_cv_manage *****************/

.box_view.row_apply {
    margin-top: 5px;
}
.titletop_page{
    color: #3ba2d9;
    margin-bottom: 5px;
    font-size: 28px;
}
div.wrapper.cv_new .emp_box {
    margin-top: -30px;
}
div.wrapper.cv_new .emp_right {
    margin-top: 40px;
}





















@media (max-width: 999px) {
    .table-responsive {
        min-height: 1px !important;
        border: 0px;
    }    
}
@media (max-width: 799px) {

}
@media (max-width: 649px) {
    #container .j_content {
        padding: 15px 0px;
    }
    #manage_follow.seeker_cv_manage {
        border: 0px;
    }
    .choose_create .box_choose .choose_left, .choose_create .box_choose .choose_right {
        width: 100%;
        margin-bottom: 6px;
        height: 44px;
        overflow: hidden;
    }
    .table_row tr td .box_col .search_cv {
        min-width: 165px;
    }
    .seeker .form-group .rowcontent {
        width: 100% !important;
        padding: 0px 0px;
    }
    .seeker .form-group label.title {
        text-align: left;
        padding: 0px 0px;
    }
    #is_searchable{
        margin-left: 15px;
    }
    .box_white {
        border: 0px;
        padding: 0px;
    }
    .box_arr_apply .box_item .status span, .box_arr_save .box_item .status span {
        width: 100%;
        display: inline-block;
    }
}