﻿@media screen and (max-width: 400px) {
    #paypal-button-container {
        width: 100%;
    }
}

@media screen and (min-width: 400px) {
    #paypal-button-container {
        width: 250px;
        display: inline-block;
    }
}

[class^="s7-"], [class*=" s7-"] {
    font-weight: bold;
}

.k-item {
    font-size: 17px;
}

.k-autocomplete .k-input {
    border: 1px solid #e6e6e6;
}

.k-numerictextbox .k-numeric-wrap.k-state-focused {
    border-color: #fedddd;
    box-shadow: inherit;
}

.picselect-container {
    position: relative;
    overflow: scroll;
    overflow-y: inherit;
    overflow-x: hidden;
}

.favorite-color {
    color: #ffd300;
}

.skills .row {
    padding: 0.615385rem 0;
}

.user-info-icon {
    font-size: 1.53846rem;
    line-height: 1;
    vertical-align: middle;
    padding-right: 5px;
}

.parsley-errors-list.filled > li > a, .parsley-errors-list.filled a {
    color: #FFFFFF;
    text-decoration: underline;
}

.show, .collapsing {
    display: block !important;
}

.user-display-cover {
    min-height: 290px;
}

.picture-edit-container {
    max-width: 100%;
    max-height: 350px;
}

.picture-edit-preview {
    height: 150px;
    width: 113px;
    overflow: hidden;
    border-radius: 50%;
}

#picture-edit-image {
    display: block;
    max-width: 100%;
}

.cropper-crop-box {
    border-radius: 50%;
    background-color: transparent;
}

.cropper-view-box {
    border-radius: 50%;
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}

@media (min-width: 768px) {
    .picture-edit-margin {
        margin-left: -20px; /*email-editor*/
    }
}

@media (max-width: 767.98px) {
    .picture-edit-container-pre {
        padding-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .container-fluid {
        padding: 0;
    }
}

button, .cursor-pointer {
    cursor: pointer;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    outline: none;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    outline: none;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    outline: none;
}

.btn-primary > .user-display-stat-counter, .btn-outline-primary:hover > .user-display-stat-counter {
    color: #ffffff;
}

.fuelux .wizard > ul.steps li.active, .fuelux .wizard > .steps-container > ul.steps li.active {
    font-weight: bold;
}

.nav-tabs-primary .nav-link.active {
    border-color: #73b64a;
    border: 2px solid #73b64a;
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-link {
        border: 2px solid #e1dddd;
        margin-bottom: 8px;
    }

    .fuelux .wizard {
        border: 0 !important;
    }
}

/*loading animation*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: rgba(255,255,255,.1);
    z-index: 99999;
    text-align: center;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-radius: 50%;
    border-color: transparent;
    animation: 1s pulse infinite;
    animation-delay: 500ms;
}

.modal-header button.close {
    z-index: 1;
}

.small {
    font-size: 75%;
    line-height: initial;
}

.font-initial {
    font-size: initial;
    line-height: initial;
}

a img:hover {
    opacity: 0.7;
}

#picSrc {
    opacity: inherit;
}

.messageImg {
    border-radius: 5px;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    cursor: zoom-in;
}

.showImg {
    cursor: zoom-in;
}

.messageProfilImg {
    width: 70px;
}

.messageHistory {
    height: 510px; /*_MessageWrite*/
    overflow-y: auto;
}

.dropzoneInline {
    display: inline-flex;
    align-items: center;
}

.card.generalNote {
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: none;
    bottom: 0;
    margin: auto;
    padding: 15px 15px;
    border-radius: 0;
}

.generalNote {
    padding: 10px;
}

.generalNote p {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
}

.generalNote a {
    text-decoration: underline;
    color: #fff !important;
}

.close {
    position: absolute;
    right: 7px;
    top: 4px;
}

.card-danger {
    background-color: #dc3545 !important;
}

.card-warning {
    background-color: #ffc107 !important;
}

.div-hover:hover {
    background-color: #eceeef;
}

#gotop, #goback {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    font-size: 2.4em;
}

    #gotop:hover, #goback:hover {
        cursor: pointer;
    }

    #gotop.show, #goback.show {
        opacity: 1;
        visibility: visible;
    }

#goback {
    left: 10px;
}

span.k-invalid-msg {
    background-color: #F45846 !important;
    color: #FFFFFF !important;
}

.k-button {
    text-transform: inherit;
}

.k-block, .k-draghandle, .k-inline-block, .k-widget {
    border-width: 0;
}

.profil-rowline {
    width: 800px;
    max-width: 800px;
    white-space: normal !important;
}

.k-upload .k-upload-button {
    width: 100%;
}
#messagePost .k-upload .k-upload-button, #profilEditPost .k-upload .k-upload-button {
    width: 100%;
}
#profilEditPost .k-upload .k-upload-button {    
    padding-top: 50px;
    padding-bottom: 50px;    
}
#profilEditPost .k-upload .k-dropzone {
    padding: 0;
}
.k-dropzone .k-button {
    background-color: initial;
}
.k-loading-mask {
    display: none !important;
}

/*Pagging*/
.k-pager-wrap .k-link, .k-pager-wrap .k-pager-numbers {
    color: #ff6b6d;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
    color: #fa6163;
    border-color: #fa6163;
    font-weight: bold;
}

.k-pager-wrap .k-link:hover {
    color: #ff2426;
    text-decoration: none;
    background-color: #eceeef;
}

.k-pager-wrap .k-pager-numbers .k-state-selected:hover, .cursor-default {
    cursor: default;
}

.switch-menu {
    z-index: 999;
    font-size: 25px;
    opacity: 0.5;
}

.switch-menu {
    position: fixed;
    top: 300px;
    right: 0;
    width: 40px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.switch-menu a {
    padding-left: 7px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #323232;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    border: 1px solid #FFF;
}

.sidenav a, .sidenav span {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 110%;
    transition: 0.3s;
}

.sidenav div {
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media (max-width: 1199.98px) {
    .profil-rowline {
        width: 700px;
        max-width: 700px;
    }
}

@media (max-width: 991.98px) {
    .text-pre {
        white-space: inherit !important;
        z-index: inherit;
    }

    .profil-rowline {
        width: inherit;
    }
}

@media (max-width: 767.98px) {
    .card.generalNote {
        position: fixed;
        width: 100%;
        display: none;
        right: 0;
        bottom: 0;
    }

    .messageHistory {
        display: none;
    }

    #gotop, #goback {
        bottom: 0px;
        right: 0px;
    }

    #goback {
        left: 0px;
    }
}

@media (max-width: 575.98px) {
    .fuelux .wizard > ul.steps li, .fuelux .wizard > .steps-container > ul.steps li {
        font-size: 12px;
        padding-right: 10px;
        padding-left: 20px;
    }
    .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .binded-column {
        display: none;
    }
}
