#app-vue{
    background: #fff;
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.btn-cvo {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    font-weight: 500;
    color: #555;
    margin: 0 5px;
    transition: all .1s;
}
.btn-primary {
    color: #fff;
    background-color: #02b5e1;
}
.text-center {
    text-align: center;
}
#layout-editor-container{
    display:none;
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    z-index:11000
}
#layout-editor{
    width:450px;
    margin:30px auto 0;
    background-color:#fff
}
#layout-editor .group{
    background-color:#efefef;
    padding:10px 15px 1px 14px;
    margin-bottom:10px;
    border-radius:3px
}
#layout-editor .bulk-actions{
    margin-bottom:15px
}
#layout-editor .bulk-actions a{
    display:inline-block;
    margin-right:10px
}
#layout-editor .bulk-actions a:hover{
    color:#108e65
}
#layout-editor .block{
    background-color:#ccc;
    padding:10px 40px;
    margin-bottom:10px;
    font-weight:500;
    border-radius:3px;
    position:relative
}
#layout-editor .group.fixed .block .selector,#layout-editor .group.fixed .block .icon-order{
    display:none
}
#layout-editor .block:hover{
    background-color:#aaa
}
#layout-editor .block .icon-order{
    position:absolute;
    right:8px;
    top:5px;
    font-size:28px;
    color:#666;
    cursor:pointer
}
#layout-editor .block .selector{
    position:absolute;
    left:8px;
    top:12px;
    font-size:18px;
    color:#666;
    height:20px;
    width:20px;
    background-color:#fff;
    border-radius:3px;
    cursor:pointer;
    text-align:center;
    line-height:20px
}
#layout-editor .block .selector .fa{
    display:none
}
#layout-editor .block.active .selector .fa{
    display:block
}
#layout-editor .ui-sortable-handle{
    cursor:move
}
#layout-editor .guide{
    border:1px dashed #fcfcfc;
    font-size:14px;
    line-height:20px;
    padding-left:36px;
    margin-bottom:15px
}
#layout-editor ul.guide li{
    list-style:circle
}
#layout-editor .action-bar{
    background-color:#efefef;
    width:450px;
    padding:8px 0
}
#cv-form-text-editor {
    width: 100%;
    display: none;
}
.editor-controls-wraper {
    width: 210mm;
    padding: 0;
    box-shadow: 0 1px 2px 0 #ccc;
    position: relative;
}
.editor-controls {
    color: #333;
    background-color: #fff;
    width: 210mm;
    margin: 0 auto;
    padding:5px 0;
}
.editor-control-group {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
}
.editor-control {
    float: left;
    cursor: pointer;
    min-width: 30px;
    border: 1px solid #efefef;
    border-right: 0;
}
.editor-control-group .editor-control:last-child {
    border-right: 1px solid #efefef;
}
.disabled{
    position: relative;
}
.disabled:before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    right:0;
    bottom:0;
    cursor: not-allowed;
    z-index: 999;
}
.disabled .editor-control {
    color: #888;
    cursor: not-allowed;
}
.fx{
    position: fixed;
    top: 0;
    z-index: 999
}
.editor-control.actived{
    background: #02b5e1;
    color:#fff;
}

#app-vue p {
    margin-top: 0;
    margin-bottom: 0;
}
#cv-top {
    width: 100%;
    display: inline-block;
}
#sortable .cvo-block {
    margin: 0;
    padding: 0 15px 15px 0px;
}
#cv-content {
    width: 57%;
    text-align: justify;
    margin: 0;
    padding: 0;
    float: right;
    padding-left: 10px;
    position: relative;
}
#cv-content .cvo-block {
}
#cv-content .ir {
    padding: 0 0px;
    margin: 0px;
}
#cv-content .ir .experience-table {
    padding: 0;
    margin: 0;
    position: relative;
}
#cv-main {
    margin: 0;
    padding: 0;
    width: 39%;
    text-align: justify;
    float: left;
    position: relative;
    margin-top: 15px;
}
#cv-right {
    float: left;
    width: 100%;
}
#cv-right .ir {
    padding: 0;
}
p.skill-name input {
    color: #fff !important;
}
#box-hvt {
    margin: 0;
    margin-top: 15px;
    float: left;
    margin-left: 15px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
}
#cv-top h1 {
    margin: 0;
    padding: 0;
    font-size: 27px;
    line-height: 30px;
    white-space: nowrap;
    color: #000;
    font-weight: bold;
}
#cvo-profile .box-01 {
    float: right;
    width: 40%;
    margin-top: 35px;
}
#cvo-profile .box-contact {
    width: 100%;
    float: right;
    color: #fff;
    padding-right: 15px;
}
#cv-right #prof {
    width: 100%;
    float: left;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 2px solid #1b1b1b;
}

.info {
    margin-top: 25px;
}
#cv-right .cvo-block .head div {
    color: #1b1b1b;
}

#cv-top h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fc0202;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 5px;
}
#cv-content p {
    margin-bottom: 5px
}
#cv-content .ir a {
    color: #2ebb2f
}
.head .cumic {
    position: absolute;
    left: -10px;
    top: -5px;
    z-index: 1;
    color: #e65108;
    font-size: 25px;
}
.head .add-more {
    right: 10px;
    left: auto;
}
#sortable .box-content {
    margin: 0;
    padding-top: 10px;
    color: #000;
    width: 100%;
    padding-left: 20px;
}
#cv-content .exp-title {
    width: 100%;
    float: right;
    color: #66d9ef;
    font-weight: bold;
}
#cv-content .w-exp {
    width: 96%;
    float: left;
    color: #000;
}
.txt-par,#certificate-table .exp-title,#cv-content .exp-title{
    color: #f92672;
}
#cv-content h3 {
    margin: 0;
}
#cv-content p.h3 {
    font-size: 15px;
}

#cv-content .cvo-block,.cv-part {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.ctbx {
    padding-left: 0;
    padding-right: 0;
}
.ctbx .exp-content {
    word-break: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}
#cv-content span {
    display: inline-block;
    z-index: 9999;
}
.ctbx:hover {
    box-shadow: 0 0 1px #999;
}
.ctbx:hover .fieldgroup_controls {
    display: block;
}
[cvo-form-field] {
    cursor: text;
}
#cvo-profile-avatar-wraper {
    border-radius: 10px;
    text-align: center;
}
.wimgS{
    display: inline-block;
    border-radius: 100%;
}
#cvo-profile-avatar-wraper img {
    width: 130px;
    height: 130px;
    float: none;
    display: inline-block;
    border: 2px #fff solid;
    border-radius: 100%;
}
#line-seperate {
    height: 25px;
}
.bar-exp div {
    float: left;
    height: 10px;
    background-color: #e65108;
}
.ctbx .skill-name {
    width: 100%;
    float: left;
}
.bar-exp {
    width: 100%;
    background: #bdb7b7;
    height: 10px;
    float: right;
    margin-top: 3px;
    border-radius: 5px ;
    margin-bottom: 0px;
}
.skill .ctbx {
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.bar-value-exp {
    width: 50%
}
.bar-value-exp input[type="text"] {
    color: #000;
    width: 95%
}
.icoweb label {
    display: block;
}
.icoweb {
    line-height: 22px;
    float: left;
    padding-left: 5px;
}
.ic {
    float: left;
    width: 100%;
    margin-bottom: 8px
}
#app-vue .icf {
    float: left;
    line-height: 25px;
    height: 25px;
    margin-bottom: 0;
    font-size: 14px;
    width: 25px;
    text-align: center;
}
#app-vue .ic .icoweb {
    margin-bottom: 0;
    text-align: right;
}
.ic .icoweb {
    float: right;
    text-align: left;
}
.icf .fa {
    color: #fff;
    margin-top: 0;
    float: none
}
#app-vue{
    background: #272822;
}
#prof .ic {
    margin: 0;
    margin-top: 3px;
    float: right;
    padding: 3px;
    height: auto;
    width: 100%;
    text-align: right
}
#cv-content .head {
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top:15px;
}
#cv-content .head .block-title {
    background: #e65108;
    margin-left: 60px;
    position: relative;
}
#cv-content .head .block-title:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-top: 40px solid transparent;
    border-right: 70px solid #e65108;
    left: -70px;
}
.cum {
    width: 90%;
    height: 40px;
    text-align: center;
    position: relative;
}
.cum .cumic {
    position: absolute;
    right: -65px;
    top: 15px;
    z-index: 1;
    color: #e65108;
    font-size: 25px;
}
.cum .box-title:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 70px solid #e65108;
    right: -70px;
}
.funk {
    width: 100%;
    height: 40px;
    background: #e65108;
    text-align: center;
}
#cv-top h1, #cv-top h2 {
    text-align: left;
    color: #c8ff1f;
}
#footer {
    width: 100%;
    height: 127px;
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
    float: left;
}

#prof .icoweb, #prof .icoweb span {
    height: auto;
    float: right;
    text-align: right;
}
#prof .icoweb span[contenteditable="true"] {
    color: #fff;
}

.experience-table .ctbx{
    margin-top: 10px;
    position: relative;
    padding-right: 20px;
}
#cv-profile-birthday::before{
    color: white;
}
#cv-profile-sex::before{
    color: white;
}
#cv-profile-phone::before{
    color: white;
}
#cv-profile-email::before{
    color: white;
}
#cv-profile-address::before{
    color: white;
}

.cv-boxtitle{
    text-align: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #e65108;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
}
#block01 head {
    width: 100%;
    float: left;
    line-height: 40px;
    height: 40px;
    background-size: 100% 100%;
}
.sum{
    height: 34px;
}
.check-list {
    padding-left: 0;
    margin-left: 20px;
    margin-top: 10px;
    padding-right: 20px;
    border: transparent dashed 1pt;
    margin-bottom: 0;
}
.check-list:hover {
    border: #77a5cc dashed 1pt;
}
.check-list li {
    list-style: none;
    display: inline-flex;
    width: 100%;
}
.check-list li i {
    margin-right: 10px;
    line-height: 1.7;
}

.icon-pic{
    font-size: 48px !important;
    top: 30% !important;
    left: 35.4% !important;
}
.box-01 .box-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.text-edit-contenteditable{
    width: 100%;
    background: transparent;
    border: none;
    resize: none;
    padding-left: 20px;
    padding-right: 20px
}
.text-edit-contenteditable:hover{
    outline: #77a5cc dashed 1pt;
}

.part-user-muctieu,.part-user-experience{
    padding: 10px 15px;
}
.part-user-muctieu .check-list,.part-user-ky-nang .check-list {
    padding-left: 0;
    margin-left: 0;
}

.cvp-title h3{
    margin: 0;
    color: #545353;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}
.content-pf-right{
    color: #fff;
}

.tlp-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.tlp-content .tlp-content-left {
    float: left;
    width: 35%;
    overflow: hidden;
}
.tlp-content .tlp-content-left h4{
    font-size: 15px;
}
.tlp-content .tlp-content-right {
    margin-left: calc(35% + 10px);
}
.tlp-content p {
    margin-bottom: 5px;
}

.cvp-content.timeline-content{
    position: relative;
}
.cvp-content p {
    margin-bottom: 5px;
    word-break: break-word;
}

.cvp-title {
    position: relative;
}
.cvp-title .add-more {
    position: absolute;
    top: 6px;
    right: 0;
    width: auto;
    cursor: pointer;
    background: transparent;
    border: none;
}
.cvp-title .add-more i {
    color: #66d9ef;
    font-size: 18px;
}
.cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}
.fieldgroup_controls {
    position: absolute;
}
#box03 .box-content{
    margin-left: 15px;
}
.school-degree{
    font-size: 15px;
}
.tlp-content-left h4,.school-degree{
    color: #f92672;
}
.tlp-content-right p:first-child,.school-major{
    color: #66d9ef;
}
#cv-right .cvp-title h3{
    margin-left: 15px;
}

.select-dropdown-nomal {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 36px;
    border: 1px solid #bfcbd9;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 36px;
    width: 100%;
}

.select-dropdown-nomal:focus, .select-dropdown-nomal:active {
    outline: none;
}
#modal-muctieu .modal-header h2{
    color: #000 !important;
}
.exp-title{
    color: #66d9ef;
    font-weight: bold;
}

.table-bordered td{
    border: 1px dashed #545345;
}
.partitions div{
    background-color: #ffffff;
}
