﻿:root {
    --iSolve-Color: #336193;
    --rz-primary: #336193 !important;
}
/* header-section styles */

:root {
    --primary-color: #316094;
}

.xBtn {
    padding: 5px 9px;
    border-radius: 3px;
    color: white;
    border: 1px solid transparent;
    background-color: var(--primary-color);
    cursor: pointer;
}

    .xBtn:hover, .xBtn:focus, .xBtn:active {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        background-color: var(--primary-color);
        color: white;
    }

    .xBtn:first-child:active {
        background-color: var(--primary-color);
        color: white;
    }

    .xBtn:disabled {
        opacity: 0.65;
        pointer-events: none;
        background-color: var(--primary-color);
        border-color: none;
        color: white;
    }

.rz-form-field-label {
    font-size: 0.70rem !important;
    color: #6c757d;
}

#header.header-section,
#header .search-icon {
    height: 50px;
}

#header #hamburger.icon-menu {
    font-size: 24px;
    float: left;
    line-height: 50px;
}

#header .right-header {
    height: 35px;
    padding: 7px;
    float: right;
}

#header .list {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 35px;
}

#header .header-list {
    padding-left: 15px;
    margin: 0;
}

/* end of text input styles */
/* end of header-section styles */
/* content area styles */
#maintext.main-content {
    height: 100vh;
    z-index: 1000;
}

/* end of content area styles */
/* menu styles */

/*end of button styles */
/* custom code start */
.center {
    text-align: center;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
}


.col-md-12, body {
    padding: 0;
}

.sidebar-menu {
    margin-left: -1px;
}
/*body styles */
body {
    margin: 0;
    height: 100%;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.e-dialog .e-dlg-header {
    white-space: normal !important;
}

.e-tab .e-content {
    padding-top: 10px;
}

/*#mainTab > .e-tab, #mainTab > .e-content {*/
/*   border-left: inset !important;
        border-right: inset !important;
        border-bottom: inset !important;*/
/*border: inset !important;
    border-color: #e3165b !important;
    border-radius: 6px;
    border-spacing: 10px;
    padding: 10px;
}*/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*end of body styles */
/* custom code end */

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Poppins';
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text {
    color: rgba(37, 91, 148, 0.85) !important;
}

.e-tab .e-tab-header .e-indicator {
    background: rgba(37, 91, 148, 0.85) !important;
}

.e-tab .e-tab-header:not(.e-vertical) .e-indicator {
    color: rgba(37, 91, 148, 0.85) !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-family: 'Poppins' !important;
}

.e-checkbox-wrapper .e-frame.e-check {
    background-color: rgba(37, 91, 148, 0.85) !important;
}

.e-pager .e-currentitem {
    background-color: rgba(37, 91, 148, 0.85) !important;
}
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
/*#blazor-error-ui{
    display:none;
}

body {
    overflow-x: hidden;
    background-image: url('../images/pattern.png');
    background-repeat: repeat;
    font-family: 'Ubuntu', sans-serif;
}

nav {
    background-color: #a593c2;
    border-color: #a593c2;
}

#logo {
    width: 80%;
}

#navbarSupportedContent {
    height: 80px;
}

.navbar {
    padding: 0;
}

.sidebar-logo {
    height: 80px;
    background-color: #a593c2;
    border-color: #a593c2;
    width: 240px;
}*/


/*profile picture*/
/*.profile {
    width: 240px;
    overflow-y: visible;
    position: absolute;
}

.profile-bg, .profile-picture {
    width: 240px;
    height: 240px;
    position: absolute;
}

.profile-bg {
    overflow: hidden;
}

    .profile-bg img {
        width: 250px;
        height: 250px;
        filter: blur(16px);
        -webkit-filter: blur(16px);
        margin: -5px;
        border: 0;
    }

.profile-picture img.account-photo {
    width: 160px;
    height: 160px;
    margin-left: 40px;
    margin-top: 40px;
}

.circle {
    border-radius: 50%;
}

.menu {
    position: absolute;
    margin-top: 240px;
}

#sidebar-wrapper {
    width: 240px;
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

.list-group-item.active, .list-group-item.active:active, .list-group-item.active:focus, .list-group-item.active:visited {
    color: white;
    background-color: #a593c2 !important;
    border-color: #a593c2;
    font-weight: bold;
}

.title {
    color: white;
    padding-left: 25px;
}

#page-content-wrapper {
    min-width: 100vw;
}

.container-fluid {
    padding: 25px;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.page-title {
    color: #23cfa7;
    font-size: 28px;
}

.table {
    background-color: white;
}

.table-btn {
    background-color: #23cfa7;
    border-color: #23cfa7;
    border-radius: 50%;
}

    .table-btn:hover, .table-btn:active {
        color: #fff;
        background-color: #a593c2 !important;
        border-color: #a593c2 !important;
    }

.quick-add-btn {
    font-size: 36px;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.employee-detail, .employee-edit {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
}

    .employee-detail .form-group {
        margin-bottom: 0;
    }

.employee-detail-img {
    width: 150px;
    height: auto;
}

.track-order-map {
    width: 350px;
    height: 500px;
    flex-shrink: 0;
}

.edit-btn {
    background-color: #23cfa7;
    border-color: #23cfa7;
    color: #fff;
}

    .edit-btn:hover, .edit-btn:active {
        color: #fff;
        background-color: #a593c2;
        border-color: #a593c2;
    }

.edit-outline-btn {
    border-color: #23cfa7;
}

    .edit-outline-btn:hover, .edit-outline-btn:active {
        color: #fff;
        background-color: #a593c2 !important;
        border-color: #a593c2 !important;
    }


.collapsed {
    display: none;*/ /* hide it for small displays */
/*}

@media (min-width: 992px) {
    .collapsed {
        display: block;
        margin-left: -33.34%;*/ /* same width as sidebar */
/*}
}

#row-main {
    overflow-x: hidden;*/ /* necessary to hide collapsed sidebar */
/*}

#content {
    transition: width 0.3s ease;
}

#sidebar {
    transition: margin 0.3s ease;
}

#formLocations [class=form-row], #contactHeader [class=form-row] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row-city-zip label {
    padding-right: 0 !important;
}

.newElementCombobox {
    font-weight: bold;
    margin-top: 5px;
}

#collapseButton {
    height: 100%;
}

ValidationMessage {
    font-weight: bold;
}*/
