﻿.middle td {
    vertical-align: middle;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}

td.disabled {
    text-decoration: line-through;
    background-color: #FFF;
    border-color: transparent;
    color: #6C7293;
    cursor: not-allowed !important;
}

.dataTables_wrapper .dataTable {
    margin: 0 !important;
}

    .dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
        background-color: #F5F5DC !important;
    }

@media (max-width: 1024px) {
    .kt-user-card-v2 .kt-user-card-v2__pic img {
        width: 30px !important;
        height: 30px !important;
    }

    .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img {
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 768px) {
    .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img {
        height: 60px !important;
        width: 60px !important;
    }

    .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img {
        height: 60px;
        width: 60px;
    }
}

.kt-user-card-v2 .kt-user-card-v2__pic img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    background: #F0F0F0;
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media img {
    height: 50px;
    width: 50px;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img {
    height: 42px;
    width: 42px;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img {
    height: 90px;
    width: 90px;
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img {
    height: 110px;
    width: 110px;
}

.kt-widget4 .kt-widget4__item .kt-widget4__pic img {
    width: 2.5rem;
    height: 2.5rem;
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__pic > img {
    width: 4rem;
    height: 4rem;
}

.custom-file label.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
    height: 36px;
}

code.blue {
    color: #0c199c;
    background-color: #f4f5fc;
    border: 1px solid #c6cbe9;
    white-space: nowrap;
}

code.yellow {
    color: #c29f00;
    background-color: #fff9d7;
    border: 1px solid #ffe700;
    white-space: nowrap;
}

code.red {
    color: #d14;
    background-color: #fcf6f8;
    border: 1px solid #f7d6df;
    white-space: nowrap;
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img {
    height: 90px;
    width: 90px;
    object-fit: contain;
    background: #F0F0F0;
}

.bs-avatar__delete {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -12px;
    bottom: -10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 13px 0 #000000;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 0 #000000;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    display: flex;
}

.kt-avatar.kt-avatar--circle .bs-avatar__delete {
    right: 0;
    bottom: 0;
}

bs-avatar__delete i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #a7abc3;
    font-size: 0.9rem;
}

bs-avatar__delete:hover i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #591DF1;
}

.save-state-input-primary {
    background-color: rgba(88, 103, 221, 0.1);
    color: #5867DD;
}

.save-state-input-info {
    background-color: rgba(85, 120, 235, 0.1);
    color: #5578EB;
}

.save-state-input-success {
    background-color: rgba(10, 187, 135, 0.1);
    color: #0ABB87;
}

.save-state-input-warning {
    background-color: rgba(255, 184, 34, 0.1);
    color: #FFB822;
}

.save-state-input-danger {
    background-color: rgba(253, 57, 122, 0.1);
    color: #FD397A;
}