/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */

/*.fa {
    padding: 0 10px;
}
*/
.btn-custom {
    background: #0495d1;
    color: #fff;
    padding-right: 20px;
}

    .btn-custom .fa {
        padding: 0 10px;
    }

.sidebar {
    background: #0495d1;
    /*width: 250px !important;*/
}

    .sidebar .nav-link.active {
        background: #006a97;
    }

    .sidebar .nav-link .nav-icon {
        color:#fff;
    }
    .sidebar .nav-title {
        background: transparent;
    }

/*.sidebar-fixed .sidebar {
    width: 250px !important;
}*/

/*.sidebar .sidebar-nav {
    width: 250px;
}

    .sidebar .nav {
        width: 250px !important;
    }*/

.link-item .icon-fav {
    width: 50px !important;
}
	
@media (min-width: 992px) {
    .sidebar {
        max-width: 350px;
    }
}


.expand-menu-item {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.sidebar .expand-menu-item[data-toggle="collapse"].collapsed::after {
    content: '\f105';
}

/*.sidebar .expand-menu-item[data-toggle="collapse"]::after {*/
    /* color: rgba(255, 255, 255, 0.5); */
    /*color: #3a3b45;
    font-weight: 500;
}*/

.sidebar .expand-menu-item[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 500;
    font-size:16px;
    content: '\f107';
    font-family: 'FontAwesome';
}

.sidebar .nav-dropdown.open {
    background: none;
}

.breadcrumb {
    /*    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #c8ced3;*/
    position: fixed;
    margin-bottom: 0.5rem;
    border-bottom: 0px;
    top: 8px;
    z-index: 1021;
    margin-left: 100px;
    background: transparent;

}

.breadcrumb-item {
    color: #73818f;
    text-transform: uppercase;
}

.breadcrumb-item a {
    color: #73818f;
}

    .breadcrumb-item.active {
        color: #0667b3;
    }

/*
a.expand-menu-item::after {
    display: none;
}

a.expand-menu-item::before {
    display: inline-block;
    padding: 0.5rem;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f142";
}
*/
.modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}

.dx-header-row {
    color: #333;
    font-weight: 600 !important;
    font-size: 12px;
    text-transform:uppercase;
}

.dx-scrollbar-vertical .dx-scrollable-scroll {
    width: 15px !important;
}

.dx-scrollbar-horizontal .dx-scrollable-scroll {
    height: 20px !important;
}

.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    height: 15px !important;
}

.dx-toolbar .dx-texteditor {
    width: 100% !important;
}

/*.dx-toolbar .dx-toolbar-after {
    padding-left: 0px !important;
    width: 100% !important;
}*/

.dx-datagrid-search-panel {
    margin-left: 0px !important;
}  


#menu_name {
    text-transform: uppercase;
    font-weight: 400;
    color: #0696d1;
}

.form-group {
    margin-bottom: 0.3rem;
}

    .form-group label {
        font-size: 12px;
        margin-bottom: 0px;
        font-weight: 400;
    }

label {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 400;
}

.filter-box {
    margin-top: 10px;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    background: rgb(252,252,252);
}

.filter-box-button {
    margin: 20px 0px 10px 0px;
    text-align: right;
}

.filter-box-button-only {
    margin: 0px 0px 10px 0px;
    text-align: right;
}

.btn-filter {
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    float: right;
}

.icon-filter {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url("/images/filter.svg");
    cursor: pointer;
}

    .icon-filter:hover,
    .icon-filter:focus {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }

/*.button-app {
    margin-top: 10px;
}
*/
.storeinfo-title {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #f5f5f5;
    margin: 10px 0px 0px 0px;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
/*
.storeinfo-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}

    .storeinfo-title h4:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #111;
    }

    .storeinfo-title h4:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #333;
    }
*/

.table-border th, .table-border td {
    border: 1px solid #ddd;
}

.container-fluid {
    margin-top: 10px;
}

.dx-button-has-text .dx-button-content {
    padding: 7px 8px 8px !important;
}

.main {
    overflow: hidden;
}

#gridList {
    width: 100%;
    height: 600px;
}

.gridMT {
    width: 100%;
    height: 600px;
}

.content-grid-box {
    margin-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
}