﻿html, body {
    font-family: Helvetica, sans-serif;
}
/* Header */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username {
    border-radius: 15px;
    text-transform: uppercase;
}

/*
    Sidebar
*/
.kt-aside__brand-logo img {
    width: 150px;
}

#kt_aside_brand, #kt_subheader, #kt_aside_menu_wrapper:after {
    box-shadow: 0px 0px 5px 0px rgba(82, 63, 105, 0.62);
}

.kt-portlet {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill], .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #0171fe;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #0171fe;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill], .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #0171fe;
}

.kt-aside__brand .kt-aside__brand-tools svg g [fill] {
    fill: #0171fe;
}

.kt-menu__section {
    border-bottom: 1px solid #eaeaea;
    color: #5d78ff;
    margin: 0 !important;
}
    .kt-menu__section .kt-menu__section-text {
        font-weight: bold;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        /*border-bottom: 1px solid #eaeaea;*/
        color: #7f8192 !important;
        font-weight: 400;
        font-size: 0.9rem !important;
    }

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-size: 1.05rem;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link.kt-menu__item--active {
    background-color: #f6f7fd;
}

/* Forms */
.invalid-feedback {
    display: inherit;
}

/* Select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}


/* Font colors */
.kt-font-grey {
    color: #9496a9 !important;
}

/* Dropdown */
.dropdown-menu {
    box-shadow: 0px 0px 3px 0px rgba(82, 63, 105, 0.62);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #ffedf5;
    color: #74788d;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: #fbe2ed;
    color: #74788d;
}

/* Bootstrap Notify */
.alert[data-notify] [data-notify=title] {
    display: inline;
}

.alert[data-notify] [data-notify=message] {
    padding-left: 5px;
}

/* Pages */
/* Order */
.widget6-article {
    flex: 0 0 330px !important;
}

.widget6-trash {
    flex: 0 0 10px !important;
    cursor: pointer;
    font-size: 14px !important;
}

.kt-widget6__head {
    border-bottom: 1px dashed #ebedf2;
}

    .kt-widget6__head .kt-widget6__item span {
        font-weight: bold !important;
    }

.amount-totals th,
.amount-totals td {
    text-align: right;
    padding-left: 10px;
}

.global-discount {
    display: inline;
    width: 60px !important;
}

.amounts-separator {
    margin: 5px 0;
    border-top: 1px solid #646c9a;
    width: 150px;
    float: right;
}

.order-lines .kt-widget6__body .kt-widget6__item {
    padding: 0 !important;
}

/* Inventory Page */
.update-stock-alert.input-group-sm > .form-control:not(textarea) {
    height: calc(1em + 1rem + 2px);
}

.update-stock-alert .btn-update-stock-alert {
    width: 25px;
    padding: 0 6px !important;
}
.update-stock-alert .btn-update-stock-alert .fa-check {
    font-size: 10px;
}

/* Labels & Inputs*/
label.required:after {
    content: '*';
    color: #fd397a;
    margin-left: 2px;
}
.input-validation-error {
    border: 1px solid #fd397a;
}
/* Navigation */
.order-navigation {
    justify-content: center;
    -webkit-box-align: center;
    opacity: .3;
    position: fixed;
    width: 40px;
    height: 40px;
    align-items: center;
    z-index: 100;
    background: #0171fe !important;
    border-radius: 20px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-navigation > i {
    font-size: 1.3rem;
    color: #ffffff;
}
.order-navigation:hover {
    opacity: 1;
    background: #0171fe !important;
}
.kt-scrolltop--on .kt-scrolltop {
    background: #0171fe !important;
    border-radius: 20px;
}

/* Datepicker */
.datepicker tbody tr > td.day.old,
.datepicker tbody tr > td.day.new {
    color: #bfc3d6;
}

/* Button colors */
.btn-info {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}
    .btn-info:hover {
        color: #fff;
        background-color: #6610f2;
        border-color: #6610f2;
    }

/* delete the behaviour of => .btn-sm i */
.fa-align-center {
    padding: 0 !important;
}

/* printPreviewModal */
#printPreviewModal .modal-dialog {
    width: 100%;
    height: 100%;
}

#printPreviewModal .modal-content {
    min-height: 100%;
    border-radius: 0;
    border: none;
}

iframe {
    top: 0;
    position: absolute;
    min-height: 100%;
    width: 100%;
    border: none;
}
/* Dashboard widget24 */
.dashboard-widget24-title {
    margin-bottom: 0;
}
.dashboard-widget24-stats {
    font-weight: 600 !important;
}
.dashboard-widget24-desc {
    font-size: 10px;
}
.dashboard-widget24-stats-currency {
    font-size: 12px;
}
#kt_chart_salesByFamilly text {
    font-weight: 500 !important;
}
/* Dashboard widget16 */
.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__sceduled,
.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__amount,
.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__price{
    font-weight: 600;
}
/* Top products widgets */
.topProductsWidget{
    height: 250px;
    overflow: auto;
}
.ps > .ps__rail-y > .ps__thumb-y,
.ps > .ps__rail-y > .ps__thumb-y:hover,
.ps > .ps__rail-y > .ps__thumb-y:focus {
    opacity: 1;
    background: #ee2a7b !important;
    cursor: pointer;
}

/*
    Block UI
*/
.blockUI.blockMsg.blockElement {
    top: 25px !important;
}