/*!
 * 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)
 */

:root {
    --primary-color: rgb(23, 154, 198);
}

body {
    overflow-x: hidden;
    /* background-image: url('../images/pattern.png'); */
    background-repeat: repeat;
    font-family: 'Segoe UI', sans-serif;
}

nav {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#logo {
    width: 80%;
}

#navbarSupportedContent {
    height: 80px;
}

.navbar {
    padding: 0;
}

.sidebar-logo {
    height: 80px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 100px;
    margin-left: 30px;
    margin-top: 14px;
}


/*profile picture*/
.profile {
    width: 200px;
    overflow-y: visible;
    position: absolute;
}

.profile-bg, .profile-picture {
    width: 200px;
    height: 200px;
    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: 0;
}

#sidebar-wrapper {
    width: 200px;
    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: 10rem;
    }

.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;*/
    height: 85vh;
}

#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: var(--primary-color);
    font-size: 28px;
    font-weight: bold;
}

.content-title {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: bold;
}

.small-content {
    font-size: 12px;
}

.table {
    background-color: white;
}

.table-btn {
    background-color: #23cfa7;
    border-color: #23cfa7;
}

    .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;
}

.form-detail, .form-edit, .entity-edit {
    /*	padding: 15px;*/
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
}

    .form-detail .form-group {
        margin-bottom: 0;
    }

.form-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;
    }


.widget {
    padding: 25px;
    margin: 10px;
    background: #fff;
}

    .widget h3 {
        margin-left: 0px;
    }

    .widget img {
        max-width: 100px;
    }

#sidebar-wrapper {
    background: var(--primary-color) !important
}

.employee-box {
    padding: 10px;
}

.img-responsive {
    width: 100%;
}

.validation-errors {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    color: red;
}

.active {
    font-weight: bold;
}

#sidebar {
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #fff;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            text-decoration: none;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar .sub-menu li a {
    padding-left: 25px;
}

.dropdown-toggle {
    cursor: pointer;
}

.sub-menu {
    display: none;
}

.k-grid {
    line-height: 0.7rem !important;
    font-size: 11px !important
}

.tab-parent .k-tabstrip {
    height: 100%
}

.control-label {
}

.k-table-md {
    font-size: 12px;
    line-height: 1.4285714286;
}

.span-break-text {
    /* ReSharper disable once UnknownCssVendorExtension */
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
