﻿/* 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. */

.ui-front {
    z-index: 2000;
}
.ui-menu-item-wrapper {
    font-family: var(--bs-font-sans-serif);
}
.navbar.navbar-sticky .nav .nav-link.active {
    color: #212837;
    font-weight: 500;
    background-color: #f2f2f2;
}

.nav.nav-tabs.nav-tabs-v1 > .nav-item > .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #4d6593;
    padding: .2rem 0 0 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.dropdown-menu {
    padding:0;
}
    .dropdown-menu.dropdown-notification .dropdown-notification-item {
        font-size:11px;
    }
        /* Provide sufficient contrast against white background */
        a {
  color: #0366d6;
}

.app-header .menu .menu-search {
    max-width: 420px;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  
}
.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.form-group label, .form-check label {
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

th {
    font-weight: 500;
}

.text-primary {
    font-weight: 500;

}
.app-header .menu .menu-search .menu-search-input .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color:#fff;
    border-color:#242424;
}

.card {
    background-color: rgba(235 ,238,244,.2);
}
h4 i {
    color: #657eae;
}
.app-sidebar {
    background-color: rgba(235,238,244,.2);
}


table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: #3c4e71;
    background-color: #ebeef4;
}

table.rowselect {
    user-select: none; /* CSS3 (little to no support) */
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: none; /* Gecko (Firefox) */
    -webkit-user-select: none; /* Webkit (Safari, Chrome) */
}

table.rowselect tbody tr:not(.dtrg-group) {
    cursor:default;
}

    /* Sticky footer styles
-------------------------------------------------- */
    html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox], .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
    margin: 4px auto !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.navbar.navbar-sticky .nav .nav-link.navbar-text {
    color: #1f6bff;
    font-weight: 700;
    padding: 15px 24px 0px;
}
.form-control:focus, .form-select:focus {
    box-shadow: none;
    color: #3c4e71;
    background-color: #fff;
    border-color: #a1a1a1;
    outline: 0;
}

.form-control-lg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
.form-control-lg::-moz-placeholder
{ /* Firefox 19+ */
    color: #ccc;
}

.form-control-lg:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}

.form-control-lg:-moz-placeholder { /* Firefox 18- */
    color: #ccc;

}

.form-group {
    /*margin-bottom:0px;*/
}
label.control-label {
    font-weight: 600;
    cursor:pointer;
    padding:8px 0 2px;
}

#datatableDefault tbody tr:hover {
    cursor: pointer;
    background-color: #ebeef4;
}
#datatableArchive tbody tr:hover {
    cursor: pointer;
    background-color: #ebeef4;
}
#datatableDefaultMy tbody tr:not(.dtrg-group):hover {
    cursor: pointer;
    background-color: #ebeef4;
}
#datatableSearch tbody tr:hover {
    cursor: pointer;
    background-color: #ebeef4;
}
#datatableUsers tbody tr:hover {
    cursor: pointer;
    background-color: #ebeef4;
}
#datatablePERM tbody tr:hover {
    cursor: pointer;
    background-color: #ebeef4;
}
#datatablePermAll tbody tr:hover {
    cursor: pointer;
    background-color: #ebeef4;
}
#datatableAll tbody tr:hover {
    cursor: pointer;
    background-color: #ebeef4;
}
.bg-splash {
    background-position: -473px 50%;
    background-size: cover;
}
.splash-content {
    min-height: 100vh;
    padding: 40px;
}
label.error {
    color: #ffbb00;
    font-weight: 500;
}

/* ------------------------------------
2.1 Slide Menu Section Start Here 
---------------------------------------*/
.slide-menu-area {
    background: #f9f9f9;
    width: 0px;
    height: 100vh;
    position: fixed;
    right: -360px;
    top: 0px;
    padding: 40px 30px 130px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    
    margin-top: 59px;
}

    .slide-menu-area .close {
        position: absolute;
        right: 0;
        top: 0;
        color: #ffffff;
        opacity: 1;
        padding: 10px;
    }

        .slide-menu-area .close i {
            color: #666;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.35s ease-out;
        }

.close {
    text-shadow: none;
}

.slide-menu-area .close i:hover {
    color: #222222;
}

.slide-menu-area.highlight {
    right: 0;
    opacity: 1;
    width: 400px;
    visibility: visible;
    z-index: 1029;
}

.slide-menu-area h3 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

    .slide-menu-area h3:after {
        position: absolute;
        content: "";
        top: 30px;
        left: 0px;
        width: 60px;
        height: 2px;
        font-style: normal;
        background: #ffffff;
    }

.slide-menu-area ul {
    text-align: left;
    transition: all 0.35s ease-out;
}

    .slide-menu-area ul li {
        display: block;
        position: relative;
        font-size: 14px;
        color: #ffffff;
        margin-right: 30px;
        padding: 10px 0;
    }

        .slide-menu-area ul li:last-child {
            margin-right: 0;
        }

        .slide-menu-area ul li span {
            font-weight: 600;
            color: #ffffff;
            padding: 0 1px;
        }

            .slide-menu-area ul li span i {
                margin-left: 50px;
            }

        .slide-menu-area ul li a {
            display: block;
            color: #ffffff;
            transition: all 0.35s ease-out;
        }

            .slide-menu-area ul li a:hover {
                color: #dddddd;
            }

        .slide-menu-area ul li i {
            color: #ffffff;
            margin-right: 10px;
            font-size: 12px;
        }


.note-editable p {
    margin-bottom: 0rem !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 10px 0px !important;
   
}

.warning-text {
    color: #ed3f3f;
}

.dtsp-nameCont .badge {
    color:#242424;
}

.page-aside {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 280px;
    height: 100%;
    position: relative;
    display: table-cell;
    border-right: 1px solid #E9E9E9;
    outline: none !important;
    box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132),0 1.2px 3.6px 0 rgba(0,0,0,.108);
    background: none repeat scroll 0 0 #FFFFFF;
    width: 410px;
    height: 100%;
    position: fixed;
    display: table-cell;
    border-left: 1px solid #E9E9E9;
    top: 48px;
    right: -410px;
    z-index: 4;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.page-aside2 {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 280px;
    height: 100%;
    position: relative;
    display: table-cell;
    border-right: 1px solid #E9E9E9;
    outline: none !important;
    box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132),0 1.2px 3.6px 0 rgba(0,0,0,.108);
    background: none repeat scroll 0 0 #FFFFFF;
    width: 410px;
    height: 100%;
    position: fixed;
    display: table-cell;
    border-left: 1px solid #E9E9E9;
    top: 48px;
    right: -410px;
    z-index: 4;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.page-aside-full {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 280px;
    height: 100%;
    position: relative;
    display: table-cell;
    border-right: 1px solid #E9E9E9;
    outline: none !important;
    box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132),0 1.2px 3.6px 0 rgba(0,0,0,.108);
    background: none repeat scroll 0 0 #FFFFFF;
    width: 410px;
    height: 100%;
    position: fixed;
    display: table-cell;
    border-left: 1px solid #E9E9E9;
    top: 48px;
    right: -410px;
    z-index: 4;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.page-aside-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, .1)
}

.page-aside-open .page-aside-bg,
.page-aside-open-full .page-aside-bg {
    display: block;
}


.page-aside-open .page-aside,
.page-aside-open2 .page-aside2 {
    right: 0;
}

.page-aside-open-full .page-aside-full {
    left: 250px;
    width: 100%;
    overflow: scroll;
}

.page-aside-open-full .app-sidebar-minified .page-aside-full {
    left: 66px;
    width: 100%;
    overflow: scroll;
}

.page-aside > div,
.page-aside2 > div,
.page-aside-full > div {
    width: 100%;
}

.page-aside div.fixed,
.page-aside2 div.fixed,
.page-aside-full div.fixed {
    position: fixed;
    height: 100%;
}

.page-aside div.content,
.page-aside2 div.content,
.page-aside-full div.content {
    padding: 20px 20px;
}

button.flyout-close,
button.flyout-close2,
button.flyout-close-full,
button.reset-filter,
button.reset-sort {
    float: right;
    border: none;
    color: #A1A1A1;
    background-color: #ffffff;
}

.aad-container {
    height:400px;
    overflow-y:scroll;
    /*background-image:url('/img/spinner.gif');
    background-position:50% 50%;
    background-repeat:no-repeat;*/
}

@media (max-width: 767px) {
    .page-aside,
    .page-aside2,
    .page-aside-full {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
    }

        .page-aside div.fixed,
        .page-aside > div {
            width: 100%;
            display: block;
            position: relative;
        }
}

table.dataTable td, table.dataTable th {
    font-size:11px;
}



.text-complete {
    text-decoration:line-through;
}

.card .accordion-header {
    margin-top:0;

}
.accordion-button:focus {
    border-color: rgba(0,0,0,.125);
    box-shadow: none;
}

.dataTables_wrapper.dt-bootstrap4 .dataTables_length .custom-select {
    display: inline-block;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3c4e71;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233c4e71' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #c9d2e3;
    border-radius: 6px;
    appearance: none

}


.bootstrap-table tbody tr td {
    font-size: 11px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #f3f2f1;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0; 
}
.bootstrap-table .fixed-table-container .table thead tr th {
    /*border-right: 1px dashed #ccc;*/
}

.bootstrap-table thead tr th {
    min-width: 10px;
    font-size: 11px;
}

.bootstrap-table .table > tbody > tr.group-by {
    font-weight: 600;
    font-size: 11px;
    background-color: #f3f2f1;
}
.bootstrap-table .table > tbody > tr.group-by td {
    font-weight: 600;
    font-size: 13px;

}
.bootstrap-table.bootstrap5 .float-right {
    float: left;
    margin: 0 5px 0 5px;
    padding: 0 10px 0 5px;
}
.bootstrap-table .table > tbody > tr.group-by td span {
    font-size: 19px;
    line-height: 1;
}
.bootstrap-table .table > tbody > tr td:hover {
    cursor: pointer;
}
.bootstrap-table .fixed-table-container .table thead tr th .sortable:after {
    position: initial;
    margin-left: 5px;
}
.rc-handle:hover {
    border-right: 2px solid #ccc;
}

.dropdown-header {
    padding: 0 20px;
}
.dropdown-menu {
    font-size: .775rem;
}
.app-content {
    background-color: #f3f2f1;
}
.btn-modern {
    color: #0366d6;
    background-color: transparent;
    border-color: transparent;
}
    .btn-modern:hover {
        background-color: #e1dfdd;
        border-color: transparent;
    }
    .btn-modern.focus {
        background-color: #e1dfdd;
        border-color: #ddd;
    }
.app-content .nav-tabs {
    border-bottom: none;
}
    .app-content .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #242424;
        font-weight:600;
        background-color: #fff;
        /*border-color: #c9d2e3 #c9d2e3 #ebeef4;*/
        border-color: transparent;
        box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
.nav-tabs .nav-link {
    color: #242424;
    position: relative;
}
.nav-tabs .nav-link i {
    display:none;
}
    .nav-tabs .nav-link.active i {
        display: inline-block;
    }
    .nav-tabs .nav-link:not(.dropdown-toggle)::after {
        background-color: #e1dfdd;
        right: -1px;
        content: "";
        position: absolute;
        top: 9px;
        height: 24px;
        width: 1px;
        pointer-events: none;
    }
    .nav-tabs .nav-link:hover::before {
        background-color: #f3f2f1;
        left: -1px;
        content: "";
        position: absolute;
        top: 9px;
        height: 24px;
        width: 1px;
        pointer-events: none;
    }
    .nav-tabs .nav-link.active::after {
        background-color: #fff;
        right: -1px;
        content: "";
        position: absolute;
        top: 9px;
        height: 24px;
        width: 1px;
        pointer-events: none;
    }
.app-content .tab-content {
    background-color: #fff;
    z-index: 3;
    position: relative;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #f3f2f1;
    border-top: none;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
    border-radius: 9px;
}
.card-body {
    background-color: #fff;
    border-radius: 9px;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    background-color: #e1dfdd;
}
.nav-tabs .nav-link.active:hover {
    border-color: transparent;
    background-color: #fff;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.bootstrap-table .fixed-table-container .table thead tr th .sortable {
    white-space: break-spaces;
}

.app-content {
    padding: 0px 50px;
}
.dataview-header {
    position: sticky;
    top: 60px;
    background-color: #f3f2f1;
    z-index: 2;
    padding-top: 30px;
}
.view-prefs {
    position: sticky;
    top: 140px;
    background-color: #f3f2f1;
    z-index: 2;
}
.editview-header {
    padding-top: 30px;
}
.app-sidebar .menu {
    padding-top:30px;
}

.view-filter {
    padding: 5px;

}
    .view-filter .ui-filter-opt {
        padding: 7px;
        color: #0366d6;
        margin-bottom: -10px;
        cursor: pointer;
    }
    .view-filter .ui-filter-opt.disabled {
        
        cursor: default !important;
    }
        .view-filter .badge .ui-filter-opt-txt {
            max-width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
        }
        .view-filter i:before {
            vertical-align: -0.2em;
            font-size: 20px;
        }


    @keyframes FadeIn {
        from {
            background-color: #79a6ff;
        }

        to {
            background-color: white;
        }
    }

    .blinkrow {
    background-color: white;
    animation: FadeIn 2s ease-in-out forwards;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
    visibility: hidden; 
    display: none;
}

.detail-cursor {
    cursor:pointer;
}