/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.page-wrapper {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    width: 100%;
    position: relative;
}


.page-inner {
    min-height: 100vh;
    width: 100%;
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    align-items: stretch;
    -webkit-box-align: stretch;
    display: flex;
}


.page-sidebar {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    width: 16.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: flex;
    z-index: 1002;
    will-change: left, right;
    background-image: none;
    background-color: #0f619f;
}


.page-logo {
    height: 4.125rem;
    width: 16.875rem;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1px;
    padding: 0 2rem;
    background-image: linear-gradient(270deg, rgba(178, 45, 226, 0.18), transparent);
    background-color: #0f619f;
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
}


.page-logo .page-logo-link {
    flex: 1 0 auto;
    text-decoration: none;
}

.page-logo img {
    width: 28px;
    height: 28px;
}


.press-scale-down {
    transition: all 0.2s ease;
}


.page-logo-text {
    margin-left: 0.5rem;
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
    display: block;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    text-align: left;
}


.pos-top {
    top: 0;
}


.pos-right {
    right: 0;
}


.primary-nav {
    overflow: auto;
    overflow-x: hidden;
    backface-visibility: hidden;
}


.nav-filter {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    position: relative;
    transform: scale(0.3);
    transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.btn-primary {
    color: #fff !important;
    background-color: #2198F3 !important;
    border-color: #2198F3 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}


.btn-default {
    background-color: #f5f5f5 !important;
    color: #444 !important;
    border-color: #c1c1c1 !important;
}


.btn-default:hover {
    border-color: #6abaf1 !important;
}


.btn-search-close {
    position: absolute !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    border-radius: 3px;
    right: 8px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    width: 20px;
    height: 20px;
}


.info-card {
    color: #fff;
    position: relative;
    width: 16.875rem;
    height: 9.53rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2rem;
    transition: all 700ms cubic-bezier(0.34, 1.25, 0.3, 1);
}


.info-card .profile-image {
    width: 3.125rem;
    height: auto;
    display: inline-block;
    z-index: 2;
    position: relative;
}


.info-card-text {
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1.35;
}

.info-card .info-card-text {
    margin-left: 1rem;
    color: inherit;
    z-index: 1;
    position: relative;
    line-height: normal;
}


.text-truncate-sm {
    max-width: 117px;
}


.info-card img.cover {
    transition: opacity 0.5s ease-in-out;
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: auto;
}


.pull-trigger-btn {
    position: absolute !important;
    top: -5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 9px;
    border-radius: 0 0 20px 20px;
    font-size: 17px;
    height: 21px;
    width: 31px;
    line-height: 20px;
    text-align: center;
    transition: all 200ms cubic-bezier(0.34, 1.25, 0.6, 1);
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #fff !important;
    box-shadow: 0px 0px 2px rgba(33, 152, 243, 0.3);
}


.nav-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

.primary-nav .nav-menu:last-of-type {
    margin: 0;
}

.primary-nav .nav-menu:first-of-type {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.nav-menu li {
    position: relative;
}


.nav-menu li a {
    display: flex;
    align-items: center;
    outline: 0;
    padding: 0.8125rem 2rem;
    font-weight: 400;
    position: relative;
    color: white;
    text-decoration: none !important;
}


.nav-menu li a > .nav-link-text {
    flex: 1;
    display: inline-flex;
    align-items: center;
    line-height: normal;
}


.nav-menu li a > [class*='fa-'], .nav-menu li a > .ni {
    margin-right: 0.25rem;
    font-size: 1.125rem;
    width: 1.75rem;
    color: #2595ea;
    text-align: left;
}


.page-content-wrapper {
    background-color: #ebf6fd;
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    padding: 0;
    flex-basis: 100%;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
    min-height: 1px;
}

.page-header {
    background-color: #fff;
    box-shadow: 0px 0px 28px 0px rgba(86, 61, 124, 0.13);
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    height: 4.125rem;
    position: relative;
    z-index: 1000;
    order: 1;
}


.page-header .page-logo {
    display: none;
}

.page-logo, body:not(.header-function-fixed) .page-logo, .header-function-fixed:not(.nav-function-top) .page-header, .footer-function-fixed .page-footer, #msgr_listfilter_input, .msgr-list, .msgr-list + .msgr:before {
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
}


.press-scale-down {
    transition: all 0.2s ease;
}


html body .blankpage-form-field {
    position: fixed;
    top: 45%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    width: 320px;
        z-index:1;
}

.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0 !important;
}

.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0 !important;
}


.page-logo {
    height: 4.125rem;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-grow: 0;
    min-height: 1px;
    padding: 0 2rem;
    
}


.dropdown-icon-menu > ul > li .btn, .header-btn {
    border-radius: 4px;
    height: 2.25rem;
    width: 3.25rem;
    vertical-align: middle;
    line-height: 2.125rem;
    margin-right: 0.9375rem;
    font-size: 21px;
    padding: 0 11px;
    position: relative;
    border: 1px solid #d3d6da;
    color: #a6a6a6;
}


.order_td:hover {
    color: #2196F3 !important;
}




@media (min-width: 1399px) {
    .page-sidebar {
        transform: translate3d(0, 0, 0);
    }
    
    .page-sidebar .primary-nav .nav-menu > li > a {
        font-size: 0.875rem;
    }
    
}

@media (min-width: 992px) {
    .page-header {
        padding: 0 2rem;
    }
}


