﻿/*estilos dragula js*/
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

body {
    background: #efeff5;
}

.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .kt-portlet .kt-portlet__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        padding: 0 25px;
        border-bottom: 1px solid #ebedf2;
        min-height: 45px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.kt-portlet__head-circle {
    height: 80%;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
}

    .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
        padding-right: .75rem;
        font-size: 1.3rem;
        color: #74788d;
    }

    .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
        font-weight: 500;
        color: #48465b;
    }

    .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-circle {
        margin: 0;
        font-size: 1.2rem;
    }

.kt-portlet .kt-portlet__body {
    padding: 10px;
    border-radius: 4px;
}

.card {
    border-radius: .25rem;
}

.drag-container {
    align-items: stretch;
    min-height: 50px;
    height: 100%;
}

    .drag-container .card-req {
        width: 30%;
        min-height: 150px;
    }

.card-text {
    margin: 0px;
    font-size: 13px;
}

.card-text-cont {
    margin: 0px;
    font-size: 14px;
}

.card-body-grab {
    cursor: grab;
}

.card-body.ardpad {
    padding: 0.5em;
    cursor: grab;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.card-title.txtcrd {
    margin-bottom: 1px;
}

.kt-profile__content {
    padding: 0.5rem 0rem;
    width: 100%;
}

.profile {
    cursor: pointer;
}

.profile_main-pic {
    position: relative;
}

    .profile_main-pic img {
        align-self: center;
        width: auto;
        max-height: 80px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 20px 0 rgba(103,92,139,.05);
        box-shadow: 0 0 20px 0 rgba(103,92,139,.05);
    }

.kt-profile__main-pic-cont {
    cursor: pointer;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    bottom: 3.25rem;
    right: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 0 20px 0 rgba(103,92,139,.05);
    box-shadow: 0 0 20px 0 rgba(103,92,139,.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.card_tam {
    min-width: 111.67px;
}

.cont-scroll {
    /*overflow-y: scroll;
            height: 100vh;*/
}

.tab-content > .active {
    padding-top: 15px;
}

.smr-scroll-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.kt-portlet__body .card.text-center {
    width: 200px !important;
    margin: 0px auto 0px auto;
}

.sp-widget__stat {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .75rem .30rem;
    background-color: #f7f8fa;
    border-radius: 4px;
    min-width: 70px;
    max-width: 70px;
    width: 70px;
    margin: 0 auto;
}

.mintex {
    font-size: 12px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.anitrans {
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}

    .anitrans:hover {
        box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
        transform: scale(1.10, 1.10);
    }

.mod-card-footer {
    background-color: #ffffff;
    border: none;
}

/* movile */
@media only screen and (min-width: 320px) and (max-width: 736px) {
    .kt-portlet__body .card.text-center {
        width: 240px !important;
    }

    .kt-profile__main-pic-cont {
        margin-right: 75px;
    }
}

/* Ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .kt-portlet__body .card.text-center {
        width: 170px !important;
    }

    .kt-profile__main-pic-cont {
        margin-right: -14px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .kt-portlet__body .card.text-center {
        width: 210px !important;
    }

    .kt-profile__main-pic-cont {
        margin-right: 155px;
    }
}

/* Ipad Pro */
@media only screen and (min-width: 1024px) and (orientation: portrait ) {
    .kt-portlet__body .card.text-center {
        width: 170px !important;
    }

    .kt-profile__main-pic-cont {
        margin-right: -14px;
    }
}