﻿@page {
    size: A4;
    margin: 0;
    padding: 0
}

body {
}

b {
    font-weight: 700
}

#cvo-document-root {
    margin: 0 auto;
    padding: 0;
    font-size: 12pt;
    position: relative
}

.cvo-form {
    display: none
}

#cvo-document {
    color: #000
}

.cvo-document {
    width: 100%
}

    .cvo-document .cvo-page {
        min-height: 260mm;
        padding: 20mm;
        margin: 0 auto;
        box-shadow: 0 0 1px rgba(0,0,0,.25);
        background-color: #fff
    }

    .cvo-document .cvo-subpage {
        padding: 5mm;
        min-height: 200mm
    }

.saveBtns {
    text-align: center
}

.tmpAbsoluteHidden {
    position: absolute;
    top: -10000cm
}

[cvo-form-field] {
    cursor: text
}

    [cvo-form-field][type=rate] {
        cursor: pointer
    }

    [cvo-form-field]:hover {
        outline: 1pt dashed #77a5cc
    }

    [cvo-form-field].disabled {
        outline: none;
        cursor: default;
        background-color: #eee
    }

[cvo-form-fieldgroup].disabled {
    background-color: #eee
}

[cvo-form-fieldgroup].disabled, [cvo-form-field].disabled {
    color: transparent;
    text-shadow: 0 0 3px rgba(0,0,0,.6)
}

    [cvo-form-fieldgroup].disabled::after {
        content: "TiĂªu Ä‘á» phĂ­a trĂªn vĂ  ná»™i dung má»¥c nĂ y sáº½ khĂ´ng hiá»ƒn thá»‹ trong CV cá»§a báº¡n. Báº¥m ThĂªm má»¥c Ä‘á»ƒ hiá»ƒn thá»‹.";
        background-color: #1abc9c;
        text-shadow: none;
        color: #fff;
        display: block;
        padding: 3px
    }

[cvo-form-field][type=text]:focus {
    cursor: text
}

[type=fieldgroup]:hover {
    position: relative;
    box-shadow: 0 0 1px #999
}

#fieldgroup_controls {
    display: none
}

.fieldgroup_controls {
    text-align: right;
    position: absolute;
    display: block;
    top: -35px;
    right: 15px;
    text-shadow: none;
    min-width: 200px;
    font-family: arial,sans-serif;
    z-index: 1049;
}

    .fieldgroup_controls * {
        text-shadow: none
    }

    .fieldgroup_controls .suggest-control, .fieldgroup_controls .clone, .fieldgroup_controls .remove, .fieldgroup_controls .up, .fieldgroup_controls .down {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        margin: 0 auto;
        line-height: 14px;
        font-size: 11px;
        width: 50px;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        margin-top: 10px
    }

    .fieldgroup_controls .suggest-control {
        background-color: #333
    }

        .fieldgroup_controls .suggest-control:hover {
            background-color: #666
        }

    .fieldgroup_controls .clone {
        font-size: 11px;
        background-color: #3cb371;
        width: 25px;
        cursor: pointer;
    }

        .fieldgroup_controls .clone:hover {
            background-color: green
        }

    .fieldgroup_controls .remove {
        background-color: #f15c4c;
        font-size: 11px;
        width: 25px
    }

        .fieldgroup_controls .remove:hover {
            background-color: red
        }

    .fieldgroup_controls .down, .fieldgroup_controls .up {
        width: 25px;
        background-color: #fcfcfc;
        color: #666;
        border: 1px solid #999;
        cursor: pointer;
    }

        .fieldgroup_controls .down:hover, .fieldgroup_controls .up:hover {
            color: #18b18f;
            border: 1px solid #18b18f
        }

img[cvo-form-field][type=image]:hover {
    outline: 1px dashed #77a5cc;
    cursor: pointer
}

.default_min_width {
    min-width: 25pt
}

[contentEditable=true] {
    min-height: 1em;
    display: inline-block;
    position: relative
}

    [contenteditable=true]:empty:before {
        content: attr(cvo-placeholder);
        color: #9197a3;
        font-weight: 100;
        padding: 3px
    }

.cvoInvalidate {
    outline: 1px dashed #fc4b08;
    color: red
}

    .cvoInvalidate:hover:after {
        font-family: helvetica neue,Helvetica,Arial,sans-serif;
        content: attr(error-tooltip);
        position: absolute;
        z-index: 1;
        bottom: 100%;
        margin-bottom: 3px;
        right: 0;
        width: 180px;
        background-color: rgba(251,88,88,.86);
        font-size: 11px;
        line-height: 1.6em;
        font-weight: 400;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        color: #fff;
        padding: 5px;
        border-radius: 5px
    }

#cv-title {
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-size: 20px
}

    #cv-title[contenteditable] {
        outline: 1px dashed #ccc
    }

#cvbuilder-container .cvo-block:hover {
    position: relative;
    box-shadow: 0 0 0 2px #ccc inset;
    border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px
}

#blockControls {
    display: none
}

#cvo-document .cvo-block .blockControls {
    font-family: arial,sans-serif;
    position: absolute;
    z-index: 1000;
    height: 36px;
    top: -36px;
    left: 0;
    text-align: center;
    padding: 0 8px;
    text-shadow: none;
    display: block;
    background-color: #ccc;
    opacity: 1;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0
}

    #cvo-document .cvo-block .blockControls * {
        text-shadow: none
    }

    #cvo-document .cvo-block .blockControls .show-layout-editor, #cvo-document .cvo-block .blockControls .hide, #cvo-document .cvo-block .blockControls .up, #cvo-document .cvo-block .blockControls .down {
        font-family: tahoma;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        margin: 0 auto;
        line-height: 14px;
        font-size: 12px;
        width: 50px;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        margin-top: 6px
    }

    #cvo-document .cvo-block .blockControls .hide {
        background-color: #f15c4c;
        width: 90px
    }

        #cvo-document .cvo-block .blockControls .hide:hover {
            background-color: red
        }

    #cvo-document .cvo-block .blockControls .show-layout-editor, #cvo-document .cvo-block .blockControls .down, #cvo-document .cvo-block .blockControls .up {
        width: 30px;
        background-color: #fcfcfc;
        color: #666
    }

        #cvo-document .cvo-block .blockControls .show-layout-editor:hover, #cvo-document .cvo-block .blockControls .down:hover, #cvo-document .cvo-block .blockControls .up:hover {
            color: #18b18f
        }

.paging-separator {
    position: absolute;
    width: 1px;
    transition: all .3s ease;
    border-bottom: 1px dashed transparent;
    z-index: 1024
}

    .paging-separator:hover {
        border-bottom: 1px dashed #1fbc89
    }

.paging-arrow {
    width: 45px;
    height: 20px;
    background-color: rgba(31,188,137,.6);
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    margin-left: -45px;
    margin-bottom: -10px;
    cursor: default;
    transition: all .3s ease;
    border-radius: 3px 0 0 3px
}

    .paging-arrow:hover {
        background-color: #1fbc89
    }

.select2-container {
    font-size: 12px
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #efefef
}

.select2-dropdown {
    border-color: #efefef
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 12px
}


.paging-separator {
    position: absolute;
    width: 1px;
    transition: all .3s ease;
    border-bottom: 1px dashed transparent;
    z-index: 1024;
}

#col-left .cvo-block {
    width: 100%;
    padding: 5px 12px;
}


.toolbar-global-controls {
    height: 76px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 #ccc;
}

#cvo-toolbar .item {
    float: left;
    padding: 10px;
    border-right: 1px solid #eee;
    height: 76px;
    text-align: center;
    color: #666;
    min-width: 100px;
}

#cvo-toolbar span.flag img {
    height: 22px;
    border: 1px solid #eee;
    border-radius: 3px;
}

#cvo-toolbar span.color {
    height: 22px;
    width: 22px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
}

    #cvo-toolbar span.color .fa {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        display: none;
    }

    #cvo-toolbar span.color.active .fa {
        display: inline-block;
    }

    #cvo-toolbar span.color:hover .fa {
        display: inline-block;
    }

#cvo-toolbar span.fontsize:nth-child(1), #cvo-toolbar span.line-height:nth-child(1) {
    font-size: 10px;
}

#cvo-toolbar span.fontsize, #cvo-toolbar span.line-height {
    display: block;
    float: left;
    margin: 0 2px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 23px;
    cursor: pointer;
}

    #cvo-toolbar span.fontsize:nth-child(2), #cvo-toolbar span.line-height:nth-child(2) {
        font-size: 14px;
    }

    #cvo-toolbar span.fontsize.active, #cvo-toolbar span.line-height.active {
        background-color: #666;
        color: #fff;
    }

    #cvo-toolbar span.fontsize:nth-child(3), #cvo-toolbar span.line-height:nth-child(3) {
        font-size: 18px;
    }

#cvo-toolbar .item.button {
    padding: 10px 25px;
    cursor: pointer;
}

    #cvo-toolbar .item.button i {
        font-size: 30px;
    }

.btn-topcv-primary {
    background: linear-gradient(to right,#F47421,#F47421);
    color: #fff !important;
}
