﻿
.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 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: "PT Sans", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;
    font-size: 14px;
    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 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: #428bca;
    }

    .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: "PT Sans", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;
        font-size: 14px;
        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 article:last-of-type,
    .pdf .cv-container section:last-of-type article:last-of-type > *:last-child,
    .pdf .cv-container section:last-of-type article:last-of-type .mce-content-body > *:last-child,
    .pdf .cv-container section:last-of-type 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 {
    font-weight: 500;
    line-height: 1.65;
}

    .cv-container .cv-content {
        position: relative;
        padding: 3em 9% 3em 4%;
        margin: 0;
    }

    .cv-container h2,
    .cv-container h3,
    .cv-container h4,
    .cv-container h5,
    .cv-container h6,
    .cv-container label {
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0.2em;
    }

    .cv-container h1,
    .cv-container h3 {
        font-family: "Ubuntu", "Open Sans", "Century Gothic", CenturyGothic, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;
    }

    .cv-container h1 {
        font-size: 350%;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        margin: 0 0 0.25em;
    }

    .cv-container h2 {
        font-size: 125%;
        font-weight: 600;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .cv-container h3 {
        font-weight: 600;
        font-size: 125%;
        text-transform: uppercase;
    }

    .cv-container h4,
    .cv-container h5 {
        font-weight: 500;
        font-size: 100%;
    }

    .cv-container h4 {
        color: #000000;
    }

    .cv-container h5 {
        color: #000000;
        margin: 0;
    }

    .cv-container h6 {
        font-size: 100%;
        color: #000000;
        text-transform: uppercase;
    }

    .cv-container p {
        font-weight: 500;
    }

    .cv-container strong {
        font-weight: 600;
    }

    .cv-container section {
        clear: both;
        margin-bottom: 2.1em;
    }

    .cv-container [data-bind='organization'] {
        font-weight: 600;
        color: #2cb0e5;
        text-transform: uppercase;
    }

    .cv-container a [data-bind='organization'] {
        color: #2cb0e5;
    }

    .cv-container #profile .article-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        padding-top: 0.5em;
    }

    .cv-container #profile .user-title {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cv-container #profile .user-info {
        text-align: right;
    }

    .cv-container #profile .user-contact li,
    .cv-container #profile .user-links li {
        margin-bottom: 0.25em;
    }

        .cv-container #profile .user-contact li i,
        .cv-container #profile .user-links li i {
            color: #2cb0e5;
            text-align: center;
            float: right;
            margin-top: 0.35em;
            margin-left: 0.75em;
            width: 1em;
        }

    .cv-container #profile .user-thumb {
        border-radius: 100%;
        display: inline-block;
        width: 90%;
    }

        .cv-container #profile .user-thumb .css-crop {
            border-radius: 100%;
            padding-bottom: 100%;
        }

    .cv-container #profile article.contact_info {
        margin-bottom: 2em;
    }

    .cv-container #profile .margin-top {
        margin-top: 1.5em;
    }

    .cv-container #profile .contact-field {
        margin-bottom: 1em;
    }

        .cv-container #profile .contact-field h4 {
            margin-bottom: 0;
        }

    .cv-container .block-separator {
        display: block;
        text-align: center;
    }

        .cv-container .block-separator:after {
            display: inline-block;
            margin: 2em auto;
            height: 2px;
            width: 25px;
            background-color: black;
            content: '';
        }

    .cv-container .vcard .full-name {
        color: #2cb0e5;
    }

    .cv-container .vcard ul.user-contact li:after {
        color: #2cb0e5;
        font-family: FontAwesome;
        text-align: center;
        display: inline-block;
        margin-left: 0.75em;
        width: 1em;
    }

    .cv-container .vcard ul.user-contact li.locality:after {
        content: '\f041';
    }

    .cv-container .vcard ul.user-contact li.phone:after {
        content: '\f095';
    }

    .cv-container .vcard ul.user-contact li.email:after {
        content: '\f003';
    }

    .cv-container header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 0.56em;
    }

        .cv-container header .header-text {
            color: #2cb0e5;
            text-align: right;
            margin-bottom: 0;
            width: 15%;
        }

        .cv-container header .header-separator {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-left: 50px;
        }

    .cv-container .header-separator {
        background-color: black;
        height: 1px;
    }

    .cv-container div[role=article] {
        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;
        margin-bottom: 2.1em;
    }

        .cv-container div[role=article]:last-child {
            margin-bottom: 0;
        }

        .cv-container div[role=article] h4 {
            margin-bottom: 0.5em;
        }

        .cv-container div[role=article] .article-headings {
            width: 15%;
            text-align: right;
        }

        .cv-container div[role=article] .article-body {
            line-height: 1.75;
            padding: 0 0 0 50px;
            width: 85%;
        }

            .cv-container div[role=article] .article-body .title-text {
                font-size: 110%;
                font-weight: 600;
            }

    .cv-container .skill-container {
        vertical-align: top;
        display: inline-block;
        width: 50%;
    }

        .cv-container .skill-container .article-headings {
            padding-left: 20px;
            width: 30%;
        }

        .cv-container .skill-container .article-body {
            width: 70%;
        }

        .cv-container .skill-container > .competency {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
        }

    .cv-container .competency-list {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 1em;
        width: 100%;
    }

        .cv-container .competency-list li {
            background-color: #2cb0e5;
            border-radius: 100%;
            height: 1em;
            opacity: 0.2;
            width: 1em;
        }

            .cv-container .competency-list li.filled {
                opacity: 1;
            }

    .cv-container .portfolio .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .cv-container .portfolio .row:before {
            content: '';
            display: none;
        }

    .cv-container .portfolio .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cv-container .portfolio .asset .asset-description {
        display: none;
    }

    .cv-container .portfolio label {
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 5px;
        min-height: 1.8em;
    }

    .cv-container .portfolio .css-crop {
        -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
        background-size: cover;
        background-position: center center;
        border: 1px solid #2cb0e5;
        padding-bottom: 75%;
        width: 100%;
    }

    .cv-container .portfolio a label {
        cursor: pointer;
    }

    .cv-container .sidebar .portfolio .asset {
        padding-left: 0;
        padding-right: 0;
    }

    .cv-container .sidebar .portfolio .css-crop {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none !important;
        border: 0;
        height: auto;
        padding: 0;
    }

        .cv-container .sidebar .portfolio .css-crop img {
            display: block !important;
        }

@media screen and (max-width: 768px) {
    .cv-container .sidebar .portfolio label {
        text-align: left;
    }

    .cv-container .sidebar .portfolio .asset,
    .cv-container .sidebar .portfolio .asset-thumb {
        width: 100%;
    }

    .cv-container .sidebar .portfolio .asset-description {
        display: block;
    }
}

.cv-container .portfolio label {
    font-weight: initial;
}

.cv-container .portfolio .css-crop {
    box-shadow: none;
    border: none;
    padding-bottom: 75%;
    width: 100%;
}

.cv-container .portfolio .asset {
    padding-left: 5px;
    padding-right: 5px;
}

.cv-container .edit-new {
    margin-bottom: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .cv-container .cv-content {
        padding: 3em 5%;
    }

    .cv-container .article-headings {
        margin-bottom: 1em;
    }

    .cv-container #profile .article-headings {
        text-align: center;
    }

    .cv-container #profile .article-body {
        display: block;
    }

    .cv-container #profile .user-info {
        text-align: left;
        margin-top: 1em;
    }

    .cv-container #profile .user-thumb {
        margin: 0 auto;
        width: 50%;
    }

    .cv-container #profile ul.user-contact li:after {
        display: none;
    }

    .cv-container #profile ul.user-contact li:before {
        color: #2cb0e5;
        font-family: FontAwesome;
        text-align: center;
        display: inline-block;
        margin-right: 0.75em;
        width: 1em;
    }

    .cv-container #profile ul.user-contact li.locality:before {
        content: '\f041';
    }

    .cv-container #profile ul.user-contact li.phone:before {
        content: '\f095';
    }

    .cv-container #profile ul.user-contact li.email:before {
        content: '\f003';
    }

    .cv-container #profile ul.user-links i {
        color: #2cb0e5;
        text-align: center;
        float: none;
        margin-left: 0;
        margin-right: 0.75em;
        width: 1em;
    }

    .cv-container .skill-container {
        display: block;
        width: 100%;
    }

        .cv-container .skill-container .article-headings {
            text-align: right;
        }

        .cv-container .skill-container .article-body {
            padding-left: 2em;
        }

    .cv-container header {
        display: block;
        position: relative;
    }

        .cv-container header .header-text {
            background-color: #ffffff;
            text-align: left;
            display: inline-block;
            padding-right: 1em;
            width: auto;
        }

        .cv-container header .header-separator {
            margin: 0;
            position: absolute;
            top: 50%;
            width: 100%;
            z-index: -1;
        }

    .cv-container .vcard {
        -webkit-box-orient: vertical;
    }

        .cv-container .vcard .article-headings,
        .cv-container .vcard .article-body {
            width: 100%;
        }

        .cv-container .vcard .article-headings {
            text-align: left;
        }

        .cv-container .vcard .article-body {
            padding: 0;
        }
}

.pdf .cv-container {
    margin: 0;
}

    .pdf .cv-container .cv-content {
        padding: 0 9% 0 5%;
    }

    .pdf .cv-container .chart-container {
        width: 600px !important;
    }

    .pdf .cv-container .main {
        padding: 0 3%;
    }

@page {
    margin: 1.2cm;
}

@page :first {
    margin-top: 0cm;
}

.cv-container section header:after {
    border-bottom: 1px solid black;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 1em;
    width: 100%;
    z-index: 0;
}

.cv-container section header .header-text {
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0 0.5em 0 0;
    position: relative;
    z-index: 2;
}
