.foujui {
    opacity: 0;
}

.field-validation-message,
.validation-summary {
    display: none;
    margin: 0;
    padding: 0 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.k-window
{
//    padding-top: 0 !important;
}
 
.k-window-titlebar
{
//    margin-top: 0 !important;
}

#share-buttons {
    display: inline-block;
    min-height: 25px;
}

#ideal-bank-container {
    width: 60%;
}

#subscriptionRemaining {
    background-color: #9ce89c;
    padding: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.subscription-container {
    margin-top: 0;
    margin-bottom: 20px;
}

.bigger-text {
    font-size: 1.5em;
}

.clear-all-fields {
    margin-top: 30px;
}

.avatar-container {
    width: 60px;
    height: 60px;
    background-color: #eaeaea;
    color: #666;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.paymentTransactionBusy, .createInProgress {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    
    background-color:rgba(0, 0, 0, 0.6);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:9999;
    color:white;
}

.paymentTransactionBusy .container, .createInProgress .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.paymentTransactionBusy .center, .createInProgress .center {
    position: absolute;
    border: 2px solid #aaa;
    border-radius: 11px;
    padding: 10px;
    background-color: #fff;
    color: #666;
    top: 50%;
    left: 50%;
    width: 25%;
    min-height: 60px;
    margin-left: -12.5%;
    margin-top: -60px;
}

#avatar-img {
    width: 60px;
    height: 60px;
}

.avatar-container span {
    display: inline-block;
    margin-top: 7px;
}

.avatar-buttons {
    height: 60px;
    position: relative;
    margin-left: 20px;
    width: 120px;
    text-align: bottom;
}

.avatar-buttons a.upload {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.avatar-buttons a.remove {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.notifyBox {
    position: fixed;
    top: 0;
    width: 25%;
    left: 50%;
    margin: 0 0 0 -12.5%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 0;
    background-color: #9ce89c;
    z-index: 999;
    text-align: center;
}

header {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

header .logo {
    width: 362px;
    height: 96px;
}

header .logo-en-uk {
    width: 466px;
    height: 96px;
}

header .logo-en-us, header .logo-se {
    width: 431px;
    height: 96px;  
}

header .logo-de {
    width: 380px;
    height: 96px;
}


b.bigger {
    font-size: 1.5em;
}

.dots-leader {
    margin-left: 100px;
}

.dots-cta {
    margin-left: 20px;
}

.dots-cta-button {
    font-size: 27px;
    margin-left: 20px;
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    -o-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

#contact {
    margin-top: 24px;
}

#cvscreenshot {
    width: 500px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tips-list li {
    margin-bottom: 20px;
}

.normal-list li {
    margin-bottom: 0px;
}

.center {
    text-align: center;
}

.k-widget.k-datepicker,
.k-widget.k-dropdown,
.k-widget.k-combobox {
    width: 100%;
}

.has-error .k-widget.k-datepicker .k-picker-wrap,
.has-error .k-widget.k-dropdown .k-dropdown-wrap {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.hobby:not(:last-child),
.language:not(:last-child),
.education:not(:last-child),
.job:not(:last-child),
.course:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

.hobby:not(:first-child),
.language:not(:first-child),
.education:not(:first-child),
.job:not(:first-child),
.course:not(:first-child) {
    margin-top: 1em;
}

.btn-lg, .btn-default {
    text-decoration: underline;
}

.underline-href {
    text-decoration: underline;
}

.spinner-container {
    display: inline-block; 
    width: 36px;
    margin-left: -36px;
}

.youtube-channel {
    color: red;
}

.google-plus {
    color: #dd4b38;
}

#cv-form {
    margin: 30px 0 30px 0;
}

#cv-form h2 {
    margin: 3rem 0 1rem 0;
}

#cv-form label {
    font-weight: normal;
}

#cv-form > .container > .row > .col-md-6:last-child {
    border-left: 1px solid #eaeaea;
}

#cv-form .list.section {
    position: relative;
}

#cv-form .list.section a.add {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.714rem;
    cursor: pointer;
}

#cv-form .list.section .list.item {
    position: relative;
}
#cv-form .list.section .list.item .remove {
    text-align: right;
}
#cv-form .list.section .list.item .remove a {
    cursor: pointer;
}

#quote {
    padding: 30px 0 30px 0;
    border-top: 1px solid #eaeaea;
}

#quote blockquote {
    text-align: center;
}

#quote p {
    color: #666;
    font-size: 21px;
    text-align: center;
}
#quote img {
    border-radius: 201px;
    margin-top: 1em;
}

#quote .author {
    font-size: 17px;
    color: #666;
}

#quote .author span {
    font-size: 13px;
    color: #b9b9b9;
}

.button-container {
    margin-top: 20px;
}

.tips li {
    margin-bottom: 2em;
}

.payment-methods td {
    vertical-align: middle !important;
}

footer {
    padding: 30px 0 30px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
}

footer p {
    text-align: center;
    font-size: 13px;
    color: #999;
}

.case-helper {
    position: absolute;
    bottom: -25px;
//    top: 40px;
    left: 15px;
    z-index: 10000;

    padding: 0;
    margin: 0;
}

@media only screen and (max-device-width : 568px) { 
    header .logo {
        width: 241px;
        height: 64px;
    }

    #cvscreenshot { 
        width: 300px;
    }
}
