.profileCV-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 43px;
    vertical-align: middle;
    float: left;
}
.profileCV-menu ul li {
    float: right;
    width: 80px;
    text-align: center;
    height: 43px;
}
.profileCV-menu ul li.sep{
    height: 43px;
    width: 1px;
    background: url("../../../images/template/profile_menu_sep.png") 50% 50% repeat-x;
}
.profileCV-menu ul li.sep_first{
    background: url('');
}
.profileCV-menu ul li a {
    color: white;
    text-decoration: none;
    color: #365899;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.profileCV-menu ul li.selected a,
.profileCV-menu ul li a:hover{
    background: #F6F7F9;
}
.profileCV-header{
    width: 100%;
}
.profileCV-header-inner {
    height: 250px;
    width: 100%;
    background: #dedede;
    position:relative;
}
.profileCV-header-inner-left{
    padding: 15px 0 0 15px;
    position:absolute;
    top:0px;
}
.profileCV-header-inner-right{
    position: absolute;
    top: 0px;
    right: 0;
}
.profileCV-header-img-area{
    background: white;
    width: 136px;
    height: 153px;
    padding-top: 4px;
    padding-left: 4px;
    float:left;
    position: relative;
}
.profileCV-header-info{
    float:left;
    padding: 5px 0 0 10px;
}
.profileCV-header-info-name{
    font-size: 25px;
    font-weight: bold;
}
.profileCV-header-info-data{
    font-size: 15px;
    padding-top: 15px;
}
.profileCV-header-info-data-line{
    line-height: 25px;
    vertical-align: middle;
}
.profileCV-header-info-data-line-left{
    float:left;
    width: 70px;
    font-size: 11px;
    color: #999999;
}
.profileCV-header-info-data-line-right{
    float:left;
    color:#333333;
    font-size: 12px;
}
.profileCV-header-inner-right-inner{
    margin-top: 210px;
    margin-right: 25px;
    position: relative;
}
.profileCV-header-upload-btn{
    width: 100px;
    line-height: 25px;
    border: solid 1px #acacac;
    text-align: center;
    vertical-align: middle;
    color: #1d75b3;
}
.profileCV-header-upload-btn input{
    opacity: 0;
    filter: alpha(opacity=0);
    width: 102px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    outline: none;
}
.profileCV-menu{
    width: 100%;
    height: 43px;
    border: solid 1px #D3D6DB;
    border-left: 0px;
    background: #FFFFFF;
}
.profileCV-main{
    /*margin-top: 15px;*/
}
.profileCV-main-left{
    float:left;
    width: 73%;
}
.profileCV-main-left-block{
    width: 100%;
    min-height: 100px;
    background: white;
    margin-bottom: 10px;
}
.profileCV-main-right{
    float:right;
    width: 25%;
}
.profileCV-main-left-block-title{
    border-bottom: solid 1px #cdc7d4;
    width: 100%;
    margin: 0 auto;
}
/*.profileCV-main-left-block-title:after{
    margin-top: 4px;
    margin-bottom: -1px;
    width: 190px;
    height: 6px;
    background: #cdc7d4;
    display:block;
    content: '';
}*/
.profileCV-main-left-block-title-left {
    float: left;
    font-size: 17px;
    padding-left: 35px;
    color: #424242;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -5px;
    display: inline-block;
    border-bottom: solid 5px #cdc7d4;
    padding-bottom: 4px;
}
.profileCV-main-lbi{
    padding: 20px;
}
.profileCV-main-left-block-title-right{
    float: right;
    margin-right: 2px;
}
.profileCV-main-left-block-title-right a{
    color: #242E92;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
/*.profileCV-main-left-block-main{
    padding: 10px 13px 10px 13px;
}
.profileCV-main-left-block-main-line1{
    line-height: 20px;
    vertical-align: middle;
    color: black;
    font-size: 17px;
    font-weight: bold;
    word-wrap: break-word;
}
.profileCV-main-left-block-main-line1-left{
    float: left;
    width: 500px;
}
.profileCV-main-left-block-main-line1-right{
    float: right;
    font-size: 12px;
    text-align: right;
    position: relative;
}
.profileCV-main-left-block-main-line1-right a.profileCV-cv-link-settings{
    color: #242E92;
    text-decoration: none;
    font-weight: normal;
}
.profileCV-cv-link-settings{
    text-decoration: underline;
}
.profileCV-main-left-block-main-line3,
.profileCV-main-left-block-main-line2{
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
    width: 630px;
    word-wrap: break-word;
}
.profileCV-main-left-block-main-content{
    padding-top: 20px;
    font-size: 13px;
    color: #888888;
    width: 630px;
    word-wrap: break-word;
}*/
.block-work-experience{
    background: url("../../../images/v1/profile/work_experience.svg") 2px 2px no-repeat;
}
.block-skills{
    background: url("../../../images/v1/profile/skills.svg") 2px 2px no-repeat;
}
.block-education{
    background: url("../../../images/v1/profile/education.svg") 2px 2px no-repeat;
}
.block-certificate{
    background: url("../../../images/v1/profile/certificate.svg") 2px 2px no-repeat;
}
.block-language-skills{
    background: url("../../../images/v1/profile/language_skills.svg") 2px 2px no-repeat;
}
.block-comments{
    background: url("../../../images/v1/profile/summary.svg") 2px 2px no-repeat;
}
.block-upload-cv{
    background: url("../../../images/v1/profile/upload_cv.svg") 2px 2px no-repeat;
}
.block-about{
    background: url("../../../images/profile/about.png") 0 48% no-repeat;
}
.block-security{
    background: url("../../../images/profile/security.png") 0 48% no-repeat;
}
.cv-add-exp-form-col-left{
    font-size: 13px;
    color: #777777;
    margin-bottom: 4px;
}
.cv-add-exp-form-col-right{

}
.cv-add-exp-form-col-right-btn{
    float: right;
}
.cv-add-exp-form-col-right-btn input{
    margin-right:78px;
}
.cv-add-exp-form-col-right-btn a.cancel-btn{
    margin-right: 25px;
}
.cv-add-exp-form input {
    width: 100%;
}
.cv-add-skills-form,
.cv-edit-skills-form,
.cv-add-education-form,
.cv-edit-education-form,
.cv-add-cert-form,
.cv-edit-cert-form,
.cv-add-langSkills-form,
.cv-edit-langSkills-form,
.cv-add-comments-form,
.cv-edit-comments-form,
.cv-add-upload-form,
.cv-edit-upload-form,
.cv-add-exp-form,
.cv-edit-exp-form {
    display: none;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-top: 10px;
}
.cv-add-exp-form-line{
    margin-bottom: 15px;
}
.cv-add-exp-form-line-l{
    float: left;
}
.cv-add-exp-form-line-r{
    float: left;
    padding-left: 15px;
}
.cv-add-exp-form-line_l{
    float: left;
}
.cv-add-exp-form-line_r{
    float: left;
}
.cv-add-exp-form-line .btn_s a{
    margin-left: 10px;
}
.profileCV-main-left-block-main{
    margin-top: 13px;
    border-bottom: solid 1px #cdc7d4;
}
.profileCV-main-left-block-main:last-child{
    border-bottom: 0;
}
.profileCV-main-left-block-main .f2l-l{
    float: left;
    width: 90%;
}
.profileCV-main-left-block-main .f2l-r{
    float: right;
    width: 4%;
}
.profileCV-main-left-block-main .fl,
.profileCV-main-left-block-main .job-title{
    width: 100%;
}
.profileCV-main-left-block-main .info{
    margin-top: 19px;
}
.profileCV-main-left-block-main .info ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.profileCV-main-left-block-main .info ul li{
    float: left;
    margin-right: 20px;
    text-align: left;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
}
.profileCV-main-left-block-main .info ul li:last-child{
    margin-right: 0;
}
.profileCV-main-left-block-main .info ul li.location{
    background: url('../../../images/v1/location_gray.svg') 0 50% no-repeat;
    padding-left: 10px;
}
.profileCV-main-left-block-main .info ul li.date{
    background: url('../../../images/v1/calendar_gray.svg') 0 40% no-repeat;
    padding-left: 18px;
}
.cv-bt{
    border-top: solid 1px #cdc7d4;
    padding-top: 15px;
}
.profileCV-main-left-block-main .fl,
.profileCV-main-left-block-main .job-title{
    font-size: 15px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 3px;
}
.profileCV-main-left-block-main .sl,
.profileCV-main-left-block-main .company{
    font-size: 13px;
    font-weight: bold;
    color: #696969;
    margin-bottom: 18px;
}
.profileCV-main-left-block-main .company{
    background: url('/resources/web/images/v1/profile/company.png') 0 40% no-repeat;
    padding-left: 20px;
}
.profileCV-main-left-block-main .description{
    font-size: 12px;
    color: #424242;
}
.profileCV-main-left-block-main .desc-sl{
    padding-bottom: 5px;
}
.profileCV-upload{
    margin-top: 13px;
}
.profileCV-upload .profileCV-main-left-block-main{
    border: 0;
}
.profileCV-upload .file a{
    color: #368200;
    text-decoration: none;
    padding-left: 30px;
}
.profileCV-upload .file a.pdf{
    background: url("../../../images/v1/pdf.svg") 0 0 no-repeat;
}
.profileCV-upload .file a.doc{
    background: url("../../../images/v1/doc.svg") 0 0 no-repeat;
}
.profileCV-upload .file a:hover{
    text-decoration: underline;
}
.profileCV-upload .info{
    width: 100%;
    margin-top: 15px;
    color: #424242;
}
.profileCV-upload-area{
    background: #f5f6f8 url("../../../images/v1/profile/upload_cv_b.svg") 50% 30% no-repeat;
    width: 100%;
    margin-top: 13px;
}
.profileCV-upload-area-i{
    padding: 5px;
}
.profileCV-upload-area-ii{
    height: 110px;
    border: dotted 3px #cdc7d5;
    text-align: center;
    position: relative;
}
.profileCV-upload-area-ii .txt{
    font-weight: bold;
    color: #777777;
    margin-top: 75px;
}
.profileCV-upload-area-ii .txt span{
    font-weight: normal;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.profileCV-upload-area-ii .form{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.profileCV-upload-area-ii .form input{
    border: solid 1px red;
    width: 100%;
    height: 110px;
    display: block;
    outline: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
ul.cv-topics{
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 16px;
}
ul.cv-topics li{
    float: left;
    width: 250px;
    cursor: pointer;
    font-size: 15px;
    color: #555555;
    display: block;
    margin-right: 10px;
    padding-left: 20px;
    background-image: url('../../../images/v1/pages/cube_checkbox.svg');
    background-position: 0 2px;
    background-repeat: no-repeat;
}
ul.cv-topics li.selected,
ul.cv-topics li:hover{
    background-position: 0 -33px;
}
.cv-btn-preview{
    margin-bottom: 10px;
}
.cv-btn-preview div{
    cursor: pointer;
    background: #3498db;
    color: white;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 100%;
    line-height: 47px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.cv-btn-preview div:hover{
    background: #2d83bd;
}
.cv-preview-menu{
    margin-bottom: 5px;
    padding-bottom: 10px;
    line-height: 25px;
    vertical-align: middle;
    border-bottom: solid 1px #78459A;
    text-align: center;
}
.cv-preview-menu a {
    margin-right: 20px;
    margin-left: 1px;
    text-decoration: none;
    color: #858586;
    width: 110px;
    display: inline-table;
    border: solid 1px #858586;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.cv-preview-menu a:hover {
    color: #2d83bd;
    border: solid 1px #2d83bd;
}
.cv-preview-head{
    margin-bottom: 5px;
}
.cv-preview-head-left{
    float: left;
}
.cv-preview-head-right{
    margin-top: 10px;
    float: right;
}
.cv-preview-head-right div{
    margin-bottom: 3px;
}
.cv-preview-head-right .email span,
.cv-preview-head-right .mobile span{
    color: #999999;
}
.cv-preview-body-block-title{
    border-bottom: solid 2px #78459A;
    font-size: 16px;
    font-weight: bold;
}
.cv-preview-block-line-left{
    float: left;
    width: 150px;
    text-align: right;
}
.cv-preview-block-line-right {
    float: left;
    width: 150px;
    text-align: left;
    margin-left: 20px;
    white-space: nowrap;
}
.cv-preview-body-block-main ul {
    padding:0px;
    margin:0px;
    width: 350px;
    margin: 0 auto;
    margin-top: 10px;
    list-style: none;
}
.cv-preview-body-block-main ul li{
    margin-bottom: 10px;
    font-size: 14px;
}
.cv-preview-body-block-main-sep{
    width: 100%;
    border-bottom: solid 1px #CEBBDB;
}
.cv-preview-block-full ul {
    width: 100%;
}
.cv-preview-block-full ul li {
    text-align: center;
}
.cv-preview-block-full ul li div.cv-preview-block-line-left{
    width: 140px;
    text-align: left;
    float: left;
}
.cv-preview-block-full ul li div.cv-preview-block-line-right{
    width: 499px;
    float: left;
    white-space: normal;
}
.cv-preview-block-line-right-l{
    float: left;
    width: 250px;
}
.cv-preview-block-line-right-l-s{
    float: left;
    width: 200px;
}
.cv-preview-block-line-right-r{
    float: right;
}
.cv-textarea{
    width: 100%;
    min-height: 100px;
    outline:none;
    font-size: 16px;
    resize: vertical;
}
.cv-ab-c{
    margin-left: 0 !important;
    text-align: left;
    width: 100%;
}