﻿.input-group-addon {
    margin-left: -23px;
    border: none;
    background-color: transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin-left: -30px !important;
    padding: .1rem 0;
    margin: .5rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.container {
    max-width: none;
}

.btn-link {
    color: black;
}

.action-btn .fa {
    color: #77BF43;
    transition: all 0.3s;
}

.action-btn .fa:hover {
    color: #454445;
}

.consumption-block {
    padding-left: 7% !important;
}

.sidebar-nav ul li a i {
    font-size: 24px;
    color: white;
    margin-right: 20px;
    padding-left: 3px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: inherit;
}

.ibox-content {
    border: none !important;
}

.ibox-title {
    border: none !important;
}

.body-icon {
    font-size: 1.5em;
    color: #77BF43;
    padding-top: 3px;
}

.panel {
    border: none;
}

th {
    border: none !important;
}

.sidebar-nav .ul .li .a .i {
    width: 20px;
}

.form-control:focus,
.single-line:focus {
    border-color: #77BF43;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: #77BF43;
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .wrapper .page .page-sidebar {
        -webkit-transform: translateX(0);
    }
    
    .wrapper .page .page-sidebar.opened {
        -webkit-transform: translateX(-100%);
    }

    .page-sidebar {
        margin-left: 100%;
    }

    .menu-opener-block {
        order: 1;
    }

    .header .header-inner .header-block {
        padding: 0;
    }

    .header .header-inner {
        margin-left: 0;
    }

    .user-actions-block {
        display: none;
    }

    .wrapper {
        padding: 0;
    }

    .wrapper .page {
        padding-left: 0;
    }

    nav .user-actions-block {
        display: initial;
    }

    .logo-block {
        display: none;
    }

    .sidebar-nav ul {
        padding-left: 10px;
    }

    .user-actions-block .block-content .user-name {
        white-space: initial;
    }

    .user-actions-block .block-dropdown {
        width: 250px;
        margin-top: 60px;
    }

    a.dropdown-item {
        color: black !important;
    }

    ul .dropdown-menu li {
        margin-bottom: 15px;
    }

    .table {
        white-space: nowrap;
        overflow-x: auto;
    }

    .profile-image {
        width: 130px !important;
    }

    .dropzone {
        padding: 0px 5px !important;
    }

    li .item .user-actions-block {
        display: initial !important;
    }

    .main-content {
        padding-top: 61px !important;
    }

    .lg-hidden {
        display: block !important;
    }

    .filter-block {
        font-size: 15px;
        color: #747580;
        display: flex;
        width: calc(100% + 10px * 2);
        flex-wrap: wrap;
    }

    .block-group {
        height: 65px;
    }
}

@media screen and (max-width: 575px) {
    .menu-opener {
        margin-right: 5px;
    }

    .category-caption .block-icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .input-group {
        margin-left: 50px;
    }

    .btn {
        margin-bottom: 5px;
    }

    .block-group {
        height: 65px;
    }

    .filter-block .block-group input {
        width: 120px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media (max-width: 768px) {
    body:not(.mini-navbar) {
        background-color: inherit;
    }
}

@media screen and (max-width: 767px) {
    .sm-hidden {
        display: block !important;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table {
        min-width: 0;
    }

    .block-group {
        height: 65px;
    }
}

@media screen and (min-width: 1199px) {
    .menu-opener {
        display: none !important;
    }

    .lg-hidden {
        display: block !important;
    }

    .filter-block {
        font-size: 15px;
        color: #747580;
        display: flex;
        width: calc(100% + 10px * 2);
        flex-wrap: wrap;
    }

    .block-group {
        height: 65px;
    }
}