﻿
.css-crop {
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 50%;
    width: 100%;
}

    .css-crop.bg-cover {
        background-position: center;
        background-size: cover;
    }

    .css-crop.bg-contain {
        background-position: center;
        background-size: contain;
    }

.clear-margin {
    margin: 0;
    padding: 0;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.clickable {
    cursor: pointer;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block !important;
}

.nomargin {
    margin: 0px !important;
}

.nowrap {
    white-space: nowrap;
}

.centered {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.first {
    margin-top: 0px !important;
}

.last {
    margin-bottom: 0px !important;
}

.mejs-overlay-button {
    display: none;
}

.cv-viewer p {
    min-height: 1em;
}

.cv-viewer .vcv-header {
    margin: 0 auto;
    max-width: 1020px;
    position: relative;
    padding: 30px 0;
}

    .cv-viewer .vcv-header .col-md-6:last-child {
        padding-right: 0;
    }

@media screen and (max-width: 992px) {
    .cv-viewer .vcv-header .col-md-6:last-child {
        padding-right: 15px;
    }
}

.cv-viewer .vcv-header #social-share {
    text-align: right;
    position: absolute;
    left: -80px;
    top: 80px;
    z-index: 1050;
    opacity: 0;
}

    .cv-viewer .vcv-header #social-share .share-button {
        min-height: 30px;
    }

        .cv-viewer .vcv-header #social-share .share-button.subtle {
            opacity: 0.75;
        }

.cv-viewer .vcv-header .banner-top {
    padding-left: 90px;
    position: relative;
    margin-top: -10px;
    margin-bottom: -30px;
    z-index: 0;
    opacity: 0.5;
    display: inline-block;
}

    .cv-viewer .vcv-header .banner-top:hover {
        opacity: 0.8;
        -webkit-transition-property: transform opacity;
        -moz-transition-property: transform opacity;
        transition-property: transform opacity;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

.cv-viewer .vcv-logo {
    display: block;
    height: 40px;
    padding: 5px 0;
}

.cv-viewer div[role=article] .empty {
    display: none !important;
}

.cv-viewer footer.vcv-footer {
    margin-top: 100px;
    padding-bottom: 15px;
    text-align: center;
}

    .cv-viewer footer.vcv-footer p {
        margin: 0;
    }

.cv-viewer footer .updated-at {
    color: #333;
    opacity: 0.5;
}

.cv-fullscreen {
    position: relative;
}

    .cv-fullscreen .vcv-header {
        display: none;
    }

    .cv-fullscreen .vcv-footer {
        width: 100%;
        position: absolute;
        bottom: 0px;
        color: white;
        margin-top: 50px;
    }

        .cv-fullscreen .vcv-footer .updated-at {
            display: block;
            margin-bottom: 1em;
            opacity: 0.75;
        }

.editor-visible {
    display: none;
}

.asset label {
    text-align: center;
    display: block;
}

    .asset label > span {
        display: block;
        width: 100%;
    }

        .asset label > span > span {
            /*white-space: nowrap;*/
            overflow: hidden;
            -o-text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            width: 100% !important;
        }

body {
    background-color: #eee;
}

.mce-content-body table {
    min-width: 100%;
}

    .mce-content-body table td {
        vertical-align: top;
        padding: 0 0.5em 0.5em 0;
        min-width: 5em;
    }

.mce-content-body ul {
    list-style-type: disc;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
}

    .mce-content-body ul ul {
        list-style-type: circle;
    }

        .mce-content-body ul ul ul {
            list-style-type: square;
        }

.mce-content-body ol {
    margin: 0 0 0.5em;
}

.cv-container,
.cv-content {
    opacity: 1 !important;
}

.cv-container {
    background-color: #ffffff;
    border-radius: 1px;
    /*font-family: "Lato", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;*/
    font-size: 16px;
    display: block;
    margin: 0 auto 10px;
    min-height: 500px;
    max-width: 1020px;
}

    .cv-container .nowrap-list li {
        white-space: nowrap;
    }

    .cv-container section {
        position: relative;
        word-wrap: break-word;
    }

        .cv-container section .date-range [data-bind=start_date] span,
        .cv-container section .date-range [data-bind=end_date] span {
            white-space: nowrap;
        }

        .cv-container section .date-range [data-bind=end_date]:before {
            content: ' - ';
        }

    .cv-container div[role=article]:after {
        content: '';
        display: block;
        clear: both;
    }

    .cv-container .main section:first-child .edit-section .sort-up,
    .cv-container .cv-content section:first-child .edit-section .sort-up {
        display: none;
    }

    .cv-container .main section:last-of-type .edit-section .sort-down,
    .cv-container .cv-content section:last-of-type .edit-section .sort-down {
        display: none;
    }

    .cv-container #profile .edit-section {
        display: none;
    }

    .cv-container #references .date-range {
        display: none !important;
    }

    .cv-container #references .article-body {
        width: 100%;
    }

    .cv-container svg {
        overflow: visible;
    }

    .cv-container table {
        width: 100%;
    }

    .cv-container .morris-hover {
        display: none !important;
    }

    .cv-container input[type='month'] {
        position: relative;
        border: none;
        max-width: 100%;
        content: attr(placeholder);
        display: inline-block;
    }

        .cv-container input[type='month']:before {
            content: attr(placeholder);
            position: absolute;
        }

    .cv-container .gallery .asset-thumb {
        display: block;
    }

    .cv-container .btn {
        margin-bottom: 15px;
    }

        .cv-container .btn i.subtle {
            opacity: 0.2;
        }

        .cv-container .btn i {
            opacity: 0.5;
        }

        .cv-container .btn.btn-glass {
            background-color: rgba(255, 255, 255, 0.15);
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.7);
        }

    .cv-container a,
    .cv-container [data-bind=email] span span,
    .cv-container a[data-bind=organization_url] span span,
    .cv-container a[data-bind=link_url] span span {
        color: #000000;
    }

    .cv-container [data-bind=organization_url] {
        display: block;
    }

    .cv-container .cv-content:after {
        content: '';
        display: block;
        clear: both;
    }

    .cv-container .cv-content .user-thumb {
        display: none;
    }

        .cv-container .cv-content .user-thumb.visible {
            display: inherit;
        }

    .cv-container .asset-thumb {
        cursor: pointer;
        display: block;
        position: relative;
    }

        .cv-container .asset-thumb .asset-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 15%;
            z-index: 100;
            opacity: 0.5;
        }

            .cv-container .asset-thumb .asset-overlay:hover {
                opacity: 0.75;
            }

            .cv-container .asset-thumb .asset-overlay.youtube {
                background-image: url('/images/icons/play.png');
            }

            .cv-container .asset-thumb .asset-overlay img {
                page-break-inside: avoid;
            }

    .cv-container .contact_me .description {
        margin-bottom: 20px;
    }

    .cv-container .contact_me .input-group {
        /*font-family: "Lato", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;*/
        font-size: 16px;
        margin-bottom: 20px;
    }

        .cv-container .contact_me .input-group.cv_slug-field {
            margin-bottom: 0;
        }

    .cv-container .contact_me label,
    .cv-container .contact_me input,
    .cv-container .contact_me button,
    .cv-container .contact_me textarea {
        font-weight: 300;
        line-height: normal;
    }

    .cv-container .contact_me label {
        display: block;
        margin-bottom: 4px;
        text-transform: none;
    }

    .cv-container .contact_me input[type='text'],
    .cv-container .contact_me input[type='email'],
    .cv-container .contact_me textarea {
        width: 400px;
        max-width: 100%;
    }

    .cv-container .contact_me input[type='text'],
    .cv-container .contact_me input[type='email'],
    .cv-container .contact_me textarea,
    .cv-container .contact_me button[type='submit'] {
        border-radius: 0;
        text-transform: none;
        transition: 0.2s;
    }

    .cv-container .contact_me .subject-field input {
        width: 500px;
    }

    .cv-container .contact_me textarea {
        width: 500px;
        height: 200px !important;
        margin-bottom: 0;
    }

    .cv-container .contact_me .success-message {
        display: none;
    }

    .cv-container .branding {
        background: #0397e7;
        color: white;
        font-size: 13px;
        text-align: center;
        margin-bottom: 0 !important;
        margin-top: 30px !important;
        padding: 12px 0 8px;
    }

        .cv-container .branding > span {
            margin-left: 11px;
        }

        .cv-container .branding span {
            opacity: 0.9;
        }

        .cv-container .branding img {
            margin: 0 10px 4px;
            width: 100px;
        }

        .cv-container .branding a {
            color: white !important;
            text-decoration: underline;
        }

@media screen and (max-width: 992px) {
    #social-share {
        display: none;
    }

    .vcv-header .col-md-6:last-child {
        padding-right: inherit;
    }

    .vcv-header a {
        display: block;
        margin-bottom: 15px;
    }

    .vcv-header .vcv-logo {
        display: inline;
    }

    .vcv-header .btn {
        width: 100%;
    }
}

.pdf body {
    background-color: #ffffff;
}

.pdf .cv-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
}

    .pdf .cv-container a {
        text-decoration: none;
        transition: none;
    }

    .pdf .cv-container .main,
    .pdf .cv-container section:last-of-type,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type > *:last-child,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type .mce-content-body > *:last-child,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type .mce-content-body li:last-child > *:last-child,
    .pdf .cv-container .content-container,
    .pdf .cv-container .cv-content {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

        .pdf .cv-container .cv-content,
        .pdf .cv-container .main > *:last-child,
        .pdf .cv-container .sidebar > *:last-child {
            page-break-after: always;
        }

.pdf.branded .cv-container .cv-content,
.pdf.branded .cv-container .main > *:last-child,
.pdf.branded .cv-container .sidebar > *:last-child {
    page-break-after: auto;
}

.pdf.branded .cv-container .branding {
    page-break-after: always;
}

.pdf .vcv-header,
.pdf .vcv-footer {
    display: none;
}

.pdf header,
.pdf .header-text {
    page-break-after: avoid;
    page-break-inside: avoid;
}

.pdf .no-page-break,
.pdf .css-crop,
.pdf pre,
.pdf blockquote,
.pdf img,
.pdf svg,
.pdf .chart-graph,
.pdf .chart-container,
.pdf .asset {
    page-break-inside: avoid;
}

    .pdf .no-page-break p {
        page-break-inside: avoid;
    }

.pdf .page-break {
    page-break-before: always;
}

.pdf thead {
    display: table-header-group;
}

.pdf p {
    orphans: 4;
    widows: 4;
}

.pdf .cv-container .chart-container {
    width: 850px;
}

.pdf .cv-container .portfolio .css-crop {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pdf .cv-container .user-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pdf .cv-container .branding span {
    opacity: 1;
}

.pdf .cv-container .asset-thumb .asset-overlay.youtube {
    display: none;
}

.pdf .contact_me {
    display: none;
}

@page {
    size: A4 portrait;
}

.cv-container {
    color: #000000;
    padding-top: 4.4em;
}

.primary-elegant {
    background-color: #f8d232;
}

    .cv-container h1,
    .cv-container h2,
    .cv-container h3,
    .cv-container h4,
    .cv-container h5,
    .cv-container h6 {
        margin-top: 0;
    }

    .cv-container h1 {
        background-image: -webkit-linear-gradient(bottom, #f8d232 0%, #f8d232 35%, #ffffff 35%, #ffffff 100%);
        background-image: linear-gradient(0deg, #f8d232 0%, #f8d232 35%, #ffffff 35%, #ffffff 100%);
        /*font-family: "EB Garamond", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, serif;*/
        font-size: 570%;
        font-weight: 500;
        line-height: 100%;
        padding: 0 60px;
        margin-bottom: 0.4em;
    }

.cv-container h2 {
    font-size: 100%;
    font-weight: 700;
    /*letter-spacing: 20px;*/
    padding: 0 60px;
    margin-bottom: 1.6em;
}

    .cv-container h3 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        /*font-family: "Lato", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;*/
        font-size: 150%;
        font-weight: 700;
        /*letter-spacing: 6px;*/
        line-height: 200%;
        margin-bottom: 0.25em;
    }

    .cv-container h4 {
        color: #000000;
        /*font-family: "EB Garamond", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, serif;*/
        font-size: 120%;
        font-weight: 600;
        margin-bottom: 0.1em;
    }

    .cv-container h5 {
        font-size: 125%;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0.3em;
    }

    .cv-container h6 {
        font-size: 100%;
        font-weight: 400;
        margin-bottom: 0.35em;
    }

    .cv-container p {
        margin-bottom: 0.5em;
    }

    .cv-container a,
    .cv-container [data-bind=email] span span,
    .cv-container a[data-bind=organization_url] span span,
    .cv-container a[data-bind=link_url] span span {
        text-decoration: underline;
    }

    .cv-container p,
    .cv-container ol,
    .cv-container ul {
        color: rgba(0, 0, 0, 0.5);
    }

    .cv-container section.profile,
    .cv-container section.summary {
        text-align: center;
    }

    .cv-container section.summary {
        line-height: 200%;
        padding: 0 108px;
    }

    .cv-container .vcard .user-contact {
        list-style: none;
    }

        .cv-container .vcard .user-contact i {
            color: rgba(0, 0, 0, 0.05);
            text-align: center;
            width: 1.35em;
        }

        .cv-container .vcard .user-contact li {
            margin-bottom: 0.5em;
        }

            .cv-container .vcard .user-contact li:before {
                font-family: FontAwesome;
                font-size: 100%;
                opacity: 0.25;
                text-align: center;
                vertical-align: middle;
                display: inline-block;
                margin-right: 0.25em;
                width: 1.5em;
            }

            .cv-container .vcard .user-contact li.locality:before {
                content: "\f041";
            }

            .cv-container .vcard .user-contact li.phone:before {
                content: "\f095";
            }

            .cv-container .vcard .user-contact li.email:before {
                content: "\f003";
            }

            .cv-container .vcard .user-contact li > span {
                display: inline;
            }

    .cv-container .vcard .user-links li {
        overflow: visible;
        white-space: nowrap;
        display: block;
    }

        .cv-container .vcard .user-links li i {
            opacity: 0.25;
            margin-right: 0.25em;
            width: 1.5em;
        }

    .cv-container .vcard .user-photo {
        background-color: #ffffff;
    }

    .cv-container .vcard .user-thumb {
        border-radius: 100%;
        margin: 0 auto;
        max-width: 120px;
    }

        .cv-container .vcard .user-thumb.visible {
            padding-bottom: 1.4em;
        }

        .cv-container .vcard .user-thumb .css-crop {
            border-radius: 100%;
            padding-bottom: 100%;
        }

    .cv-container .vcard .contact-links {
        margin: 0 60px;
    }

    .cv-container .vcard .user-contact,
    .cv-container .vcard .user-links {
        color: rgba(0, 0, 0, 0.85);
        line-height: 160%;
        display: inline-block;
    }

        .cv-container .vcard .user-contact li,
        .cv-container .vcard .user-links li {
            display: inline-block;
            margin: 0 20px 0 0;
        }

            .cv-container .vcard .user-contact li:last-child,
            .cv-container .vcard .user-links li:last-child {
                margin-right: 0;
            }

            .cv-container .vcard .user-contact li:before,
            .cv-container .vcard .user-links li:before {
                color: #000000;
                font-family: Icons;
                font-size: 100%;
                opacity: 1;
                text-align: center;
                vertical-align: middle;
                display: inline-block;
                margin-right: 0.3em;
                width: 1.35em;
            }

            .cv-container .vcard .user-contact li.phone:before,
            .cv-container .vcard .user-links li.phone:before {
                content: "\e900";
            }

            .cv-container .vcard .user-contact li.locality:before,
            .cv-container .vcard .user-links li.locality:before {
                content: "\e901";
            }

            .cv-container .vcard .user-contact li.email:before,
            .cv-container .vcard .user-links li.email:before {
                content: "\e903";
            }

            .cv-container .vcard .user-contact li.website:before,
            .cv-container .vcard .user-links li.website:before {
                content: "\e904";
            }

    .cv-container .vcard .user-links {
        margin-left: 20px;
    }

        .cv-container .vcard .user-links li i {
            display: none;
        }

    .cv-container .columns {
        background-color: #ffffff;
        padding: 2.86em 6%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cv-container section {
        margin-bottom: 2.2em;
        position: relative;
    }

        .cv-container section[data-bind=profile] {
            margin-bottom: 1.1em;
        }

        .cv-container section header {
            text-transform: uppercase;
            margin-bottom: 0.8em;
            width: 100%;
        }

        .cv-container section .date-range {
            color: rgba(0, 0, 0, 0.5);
            font-size: 95%;
            font-weight: 400;
        }

    .cv-container div[role=article] {
        margin-bottom: 2em;
    }

        .cv-container div[role=article]:last-child {
            margin-bottom: 0;
        }

    .cv-container .sidebar {
        padding-left: 3em;
        width: 48%;
    }

    .cv-container .main {
        width: 52%;
    }

    .cv-container .mce-content-body {
        line-height: 160%;
    }

    .cv-container .competency .competency-bar,
    .cv-container .competency .competency-level {
        border-radius: 2px;
        height: 3px;
    }

    .cv-container .competency .competency-bar {
        background-color: rgba(173, 173, 173, 0.2);
       
        margin: 0 0 0.7em;
    }
      
    .cv-container .competency .competency-level {
        background-color: #f8d232;
    }

    .cv-container .competency .mce-content-body {
        font-size: 87.5%;
    }

    .cv-container .competency .competency-bar,
    .cv-container .competency .competency-level {
        border-radius: 3px;
        height: 4px;
    }

    .cv-container .competency h6,
    .cv-container .competency .competency-bar {
        margin-bottom: 0.5em;
    }

    .cv-container .portfolio .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .cv-container .portfolio .row:before {
            content: '';
            display: none;
        }

    .cv-container .portfolio .col-sm-4,
    .cv-container .portfolio .col-sm-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cv-container .portfolio a span span {
        color: rgba(0, 0, 0, 0.5);
    }

    .cv-container .portfolio a label {
        color: inherit;
    }

    .cv-container .portfolio label {
        color: rgba(0, 0, 0, 0.5);
        font-size: 80%;
        font-weight: 400;
        line-height: 110%;
        margin-bottom: 5px;
        margin-top: 5px;
        min-height: 1.6em;
    }

    .cv-container .portfolio .css-crop {
        -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
        background-size: cover;
        background-position: center center;
        border: 1px solid #f8d232;
        padding-bottom: 75%;
        width: 100%;
    }

    .cv-container .portfolio a label {
        cursor: pointer;
    }

@media screen and (max-width: 992px) {
    .cv-container h1 {
        font-size: 500%;
    }

   /* .cv-container h2 {
        letter-spacing: 15px;
    }*/

    .cv-container .vcard .user-thumb {
        max-width: 110px;
    }
}

@media screen and (max-width: 768px) {
    .cv-container {
        padding-top: 2.2em;
    }

        .cv-container h1 {
            font-size: 350%;
            padding: 0 15px;
        }

        .cv-container h2 {
            /*letter-spacing: 10px;*/
            padding: 0 15px;
        }

        .cv-container .vcard .user-thumb {
            max-width: 100px;
        }

        .cv-container section.summary {
            padding: 0 15px;
        }

        .cv-container .vcard .contact-links {
            margin: 0 15px;
        }

        .cv-container .vcard .user-contact,
        .cv-container .vcard .user-links {
            display: block;
        }

            .cv-container .vcard .user-contact li,
            .cv-container .vcard .user-links li {
                display: block;
                margin-right: 0;
                margin-bottom: 5px;
            }

        .cv-container .vcard .user-links {
            margin-left: 0;
        }

        .cv-container .sidebar {
            order: 1;
            padding-right: 0;
            width: 100%;
        }

        .cv-container .main {
            order: 0;
            width: 100%;
        }
}

@media screen and (max-width: 480px) {
    .cv-container h1 {
        font-size: 280%;
    }
}

.pdf .cv-container .cv-content {
    padding-bottom: 0;
}

.pdf .cv-container h2 {
    letter-spacing: 0;
}

.pdf .cv-container h3 {
    border: 1px solid #ffffff;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    /*letter-spacing: 1px;*/
}

.pdf .cv-container #summary {
    margin-bottom: 2.2em !important;
}

.pdf .cv-container .user-thumb.visible {
    padding-top: 1px;
}

.pdf .cv-container .user-title {
    margin-top: -2px;
}

.pdf .cv-container .columns {
    padding-bottom: 0;
}

.pdf .cv-container .sidebar .chart-container {
    width: 366px !important;
}

.pdf .cv-container .main .chart-container {
    width: 466px !important;
}

.pdf .cv-container .asset-thumb .asset-overlay {
    display: none;
}

.user-details {
    background: #f8d232;
}

#profile .vcard {
    background-color: white;
}
