/* Last updated 11/11/2022 by SHL */

.app-content {
    padding: 30px 20px 30px 30px;
}

.app-header .navbar-brand {
    padding: 10px 17px;
}

.panel-body .nav-wizards-container {
    margin-top: -10px;
}

.app-header {
    background: #2f3541;
    position: sticky;
}

.app-sidebar .app-sidebar-content {
    background-color: #2f3541;
}

.btn-default {
    color: #535f77;
    background-color: white;
    border-color: white;
    /* icon color - #535f77 */
}

.btn-primary {
    color: #ffffff;
    background-color: #535f77;
    border-color: #2c699d;
    border-radius: 0px;
}

.btn-white {
    /* color: #20252a;
    background-color: #fff;
    border-color: #ced4da;
    border-radius: 0px; */
    color: #20252a;
    /* 535f77;*/
    background-color: #fff;
    border-color: #AAAAAA;
    padding: 4px 10px 4px 10px;
    border-radius: 0px;
}

.btn-white:hover {
    color: red;
}

.btn-white-blue {
    color: #20252a;
    /* 535f77;*/
    background-color: #fff;
    border-color: #AAAAAA;
    padding: 4px 10px 4px 10px;
    border-radius: 0px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 4px 4px;
    border-radius: 0px;
}

.nav-tabs .nav-link {
    background: #DADADA;
    border: 1px solid #ffffff;
}

.modal .modal-header {
    background-color: #F5F5F5;
    border-bottom: 1px solid #d7d7d7;
}

.modal .modal-footer {
    background-color: #F5F5F5;
    border-top: 1px solid #d7d7d7;
}

.modal-content {
    border-radius: 0px;
}

.alert.alert-success.fade.show.rounded-0.mb-3.ml-0.pl-0 {
    background-color: #d6eaf8;
    padding: 8px 20px 2px 20px;
}

.panel.box-sec .panel-heading .panel-title {
    margin-left: 10px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: .55;
}


/**  Focus Marker **/

body *:focus-visible {
    outline: 2px solid #66afe9 !important;
    outline-offset: 1px;
    border-radius: 1px 1px 1px 1px;
}

.form-control:focus-visible {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}

.input input:focus-visible,
.select select:focus-visible,
.textarea textarea:focus-visible,
.radio input:focus-visible+i,
.checkbox input:focus-visible+i,
.toggle input:focus-visible+i {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}

.pagination>li>a:focus-visible,
.pagination>li>span:focus-visible {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}

.dropdown-toggle:focus-visible {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}

.btn:focus-visible,
.btn.active:focus-visible {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}

input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="url"]:focus-visible,
input[type="submit"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="range"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="email"]:focus-visible,
input[type="file"]:focus-visible,
input[type="image"]:focus-visible,
input[type="month"]:focus-visible,
input[type="number"]:focus-visible,
input[type="button"]:focus-visible,
input[type="checkbox"]:focus-visible,
input[type="color"]:focus-visible,
input[type="date"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="file"]:focus-visible,
input[type="radio"]:focus-visible,
input[type="search"]:focus-visible {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}


/**  Table style dark header **/


/* datatable overflow control */

.row.overflowdt {
    overflow: auto;
    /*overflow-y: hidden; 
    overflow-x: auto;
    overflow-y: hidden;*/
}

table.dataTable {
   /* min-height: 250px; */
}

table.dataTable thead tr {
    background-color: #595D67;
    color: white;
}

body table.dataTable thead tr th.sorting_asc:after {
    content: "\f0dd";
    color: #ffffff;
}

body table.dataTable thead tr th.sorting_desc:after {
    content: "\f0de";
    color: #ffffff;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-color: #5C6A84 !important;
}

body table.dataTable thead tr th.sorting {
    content: "\f0dc";
}

div.dataTables_wrapper div.dataTables_info {
    margin-top: 15px;
}

.dataTables_wrapper table.dataTable thead .sorting_asc,
.dataTables_wrapper table.dataTable thead .sorting_desc {
    background-color: #5C6A84 !important;
}

table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 0px;
    text-transform: uppercase;
}

.table-hover>tbody>tr.active-row>td,
.table-hover>tbody>tr:hover>td,
.dataTable>tbody>tr.active-row>td,
.dataTable>tbody>tr:hover>td {
    background-color: #ECF3F8 !important;
}


/* data table border color with thickness */

.table-bordered>:not(caption)>*>* {
    border-width: 0 0px;
}

table.table-bordered.dataTable thead tr th,
table.table-bordered.dataTable thead tr td {
    border-left-width: 1px;
    text-transform: uppercase;
}

table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
    border-left-width: 0px;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0px;
}


/** data table botton toolbar style **/

.dataTables_length {
    Text-align: center;
    float: left;
}

.dataTables_paginate .paging_simple_numbers {
    Text-align: center;
    float: left;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

.dataTables_length {
    Text-align: center;
    float: none;
    padding-top: 0.7em;
}


/* pagination style Dark blue small */

.page-item .page-link {
    border-radius: 0px;
    padding: 0.2rem 0.6rem;
}

.page-item.active .page-link {
    background-color: #0F4880;
    border-color: #0F4880;
    border-radius: 0px;
}

.page_link {
    color: #214e75;
}


/* Regular table (no data table) style */

.table {
    width: 100%;
    margin-bottom: 0.9375rem;
    margin-top: 0.5rem;
    color: var(--app-component-color);
    vertical-align: top;
}

.table .thead-dark th {
    color: #fff;
    background-color: #595D67;
    border-color: #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    text-align: left;
    text-transform: uppercase;
}

.table .thead-dark th,
.table td {
    padding-left: 10px;
}

.table>tbody {
    vertical-align: middle;
}

.table>thead {
    vertical-align: TOP;
}

.table>:not(:first-child) {
    border-top: 1px solid;
}


/**  Side Left menu style Active **/

.app-sidebar .menu .menu-item {
    position: relative;
    height: 70px;
    padding-left: 2px;
}

.app-sidebar .menu .menu-item.active>.menu-link .menu-icon {
    color: #ffffff;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) {
    width: 68px;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link {
    padding: 5px 20px;
}

.app-sidebar {
    padding-top: 0px;
    top: 69px;
}

.app-sidebar-bg {
    top: 69px;
}

.app-sidebar .menu .menu-item .menu-icon {
    width: 28px;
    height: 28px;
}

.app-sidebar .menu .menu-item .menu-icon-img {
    width: 28px;
    height: 28px;
}

img.menu-icon-img {
    opacity: 0.75;
}

.active-menu {
    opacity: 1.0 !important;
}

img.menu-icon-img:hover {
    opacity: 1.0;
    background-color: #A72A16;
    outline: 20px solid #A72A16;
    border-radius: 0px !important;
}


/* Left menu active maker */

.app-sidebar .menu .menu-item.active>.menu-link {
    background-color: black;
    margin-left: -1px;
    margin-top: -4px;
    height: 70px;
}

.app-sidebar .menu .menu-item>.menu-link {
    margin-left: -1px;
    margin-top: -4px;
    height: 70px;
}

.active-menu-marker {
    position: absolute;
    top: 20px;
    left: 64px;
    color: white;
    text-align: center;
}

.app-header {
    height: 68px;
}

.form-select {
    line-height: 1;
}

.col-form-label {
    line-height: 1;
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-badge,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-label,
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu>.menu-item>.menu-link .menu-text {
    display: none
}

.pagetitle-badge {
    position: absolute;
    top: 49px;
    text-align: center;
    color: white;
    font-size: 8px;
    text-transform: uppercase;
}

.pagetitle-badge-image {
    position: absolute;
    top: 40px;
    left: 5px;
    text-align: center;
    color: white;
    font-size: 10px;
    padding: 0px;
}


/* regular unselected tab font color */

.nav-link {
    color: #20252a;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000;
    background-color: white;
    border-color: transparent;
}

.nav-tabs .nav-link {
    background: #DADADA;
    border: 1px solid #ffffff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    border: 1px solid #AAAAAA;
}


/* Breadcrumb Style */

.breadcrumb .float-xl-end {
    float: left !important;
}

.breadcrumb-item.active {
    color: #2d353c;
}

.panel.panel-default {
    border: 1px solid #dddddd;
}

.panel.panel-default>.panel-heading {
    background: var(--bs-light);
    color: var(--app-component-color)
}

.panel.panel-inverse>.panel-heading {
    background: var(--bs-gray-900);
    color: var(--bs-white);
    border-color: #dddddd !important;
}

.panel.panel-light>.panel-heading {
    background: var(--bs-gray-900);
    color: var(--bs-white);
    border-color: #dddddd !important;
}

.nav.nav-wizards-1 .nav-item .nav-link.active .nav-no {
    outline: 2px soild #99D1FF;
    outline-offset: 2px;
    box-shadow: 0 0 0 5px rgb(52 143 226 / 70%);
}


/* Page sticky footer */

.footer-copyright {
    padding-left: 90px;
    padding-right: 10px;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.8;
    color: #000000;
    position: sticky;
    top: 100vh;
}


/* head dropdown */

.dropdown-menu.media-list {
    max-width: 500px;
    min-width: 200px;
    padding: 0;
}

.dropdown-menu.dropdown-menu-end {
    z-index: 2000;
    overflow: visible;
}


/* With blue font button style - 2nd level button */

.btn-white-blue-icon {
    color: #027DB4;
    /*background-color: #fff;
    border-color: rgba(2, 125, 180, 0.5);
    border-radius: 3px; */
    /* padding: 1px 5px 3px 5px; 
    padding: 3px 4px 3px 4px */
    padding: 2px 3px;
}

.btn-white-blue:hover {
    color: #027DB4;
    background-color: #e9ecef;
    border-color: #AAAAAA;
}

.btn-white-blue-icon:hover {
    color: #027DB4;
    background-color: #CED4DA;
    border-color: #CED4DA;
    border-radius: 0px;
    /*border-width:0px;*/
}

.btn-check:focus-visible+.btn-white-blue,
.btn-white-blue:focus-visible {
    color: #027DB4;
    background-color: #fff;
    border-color: #AAAAAA;
    box-shadow: 0 0 0 .25rem rgba(217, 217, 217, .5)
}

.btn-check:focus-visible+.btn-white-blue-icon,
.btn-white-blue-icon:focus-visible {
    color: #027DB4;
    background-color: #fff;
    border-color: #AAAAAA;
    box-shadow: 0 0 0 .25rem rgba(217, 217, 217, .5)
}

.btn-white-blue.disabled,
.btn-white-blue-icon:disabled {
    color: #027DB4;
    background-color: #fff;
    border-color: #AAAAAA
}

.btn-check:active+.btn-white-blue,
.btn-check:checked+.btn-white-blue,
.btn-check:active+.btn-white-blue-icon,
.btn-check:checked+.btn-white-blue-icon,
.btn-white-blue.active,
.btn-white-blue-icon:active,
.show>.btn-white-blue.dropdown-toggle {
    color: #027DB4;
    background-color: #fff;
    border-color: #AAAAAA
}

.btn-check:active+.btn-white-blue:focus-visible,
.btn-check:checked+.btn-white-blue:focus-visible,
.btn-check:active+.btn-white-blue-icon:focus-visible,
.btn-check:checked+.btn-white-blue-icon:focus-visible,
.btn-white-blue.active:focus-visible,
.btn-white-blue-icon:active:focus-visible,
.show>.btn-white-blue.dropdown-toggle:focus-visible,
.show>.btn-white-blue-icon.dropdown-toggle:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(217, 217, 217, .5)
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 5px;
}

.btn-toolbar .input-group {
    width: auto
}


/* Grid panel overflow control */

.panel {
    overflow-x: auto;
}


/* required mark */

.required-mark {
    color: red;
}

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: rgba(0, 0, 0, .2);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
    --bs-popover-arrow-border: rgba(0, 0, 0, 1);
}

.popover {
    border: 1px solid rgba(0, 0, 0, .2);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: #bbb;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: #bbb;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: #bbb;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: #bbb;
}

.download-link {
    color: #00447A;
    text-decoration: underline;
}


/* page panel setting */

.col-lg-4.col-form-label.form-label,
.col-lg-3.col-form-label.form-label,
.col-lg-2.col-form-label.form-label,
.col-lg-1.col-form-label.form-label {
    background: #F2F2F2;
}

.panel.panel-white {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    margin-top: 1px;
}

.panel.panel-white .panel-heading .panel-title {
    padding: 0.2rem 0.8rem 0.2rem 0.4rem;
}

.btn.btn-xs {
    font-size: .75rem;
    padding: 3px 10px;
}

.btn.btn-white-blue.btn-xs {
    margin-top: 1px;
}

.well-select-box .btn.btn-white-blue.btn-xs {
    margin-top: -2px;
    height: 28px;
}

.panel {
    border: 1px soild #aaaaaa;
    margin-bottom: 0.2rem;
}

.panel .panel-heading {
    padding: 10px 10px 10px 0px;
}

.panel .panel-body {
    padding: 10px 20px 12px 20px;
}

.panel .panel-footer {
    border-top: 0px solid;
    padding: 10px 20px 10px 10px;
}

.panel .panel-heading .panel-title {
    font-size: .90rem;
    padding: 5px 20px 0px 20px;
}

.panel .panel-heading .panel-title.dashboard {
    font-size: 1.2rem;
    padding: 5px 20px 0px 20px;
    font-weight: 800;
}

.panel .panel-heading .panel-title.level2 {
    font-size: .80rem;
    padding: 5px 20px 0px 20px;
}

.panel .panel-heading.subtitle {
    padding: 0.75rem 0.8rem 0.75rem 0.8rem;
}

.form-control {
    width: 100%;
    padding: 1px 10px;
    line-height: 1.2;
    height: 28px;
}

.form-control.talltextarea {
    width: 100%;
    padding: 5px 10px;
    line-height: 1.2;
    height: 28px;
    min-height: 28px;
}

.row.well-select-box {
    padding: 15px 20px 15px 20px;
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px
}

.row.well-history-box {
    padding: 10px;
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.row.well-case-box {
    padding: 5px 10px 5px 10px;
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px
}

.panel-heading.casebox {
    padding: 0rem 0.2rem 0rem 0.2rem;
    margin-bottom: 0px;
}

.panel .panel-heading .panel-case-title {
    font-size: .75rem;
    margin: 0;
    line-height: 1;
    flex: 1;
    padding: 0.2rem 0.8rem .2rem 0.6rem;
}

.formCon1-dropdown {
    padding: .4375rem 2.25rem .4375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    color: var(--app-component-color);
    background-color: var(--app-component-bg);
    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='%236c757d' 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 #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.formCon1-textfield {
    padding: .4375rem 2.25rem .4375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    color: var(--app-component-color);
    background-color: var(--app-component-bg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80%;
}

.panel.panel-white.subquestion {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 5px;
    border-left-color: skyblue;
    border-left-width: thick;
    margin-left: 40px;
}

.panel.panel-white.mainquestion {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 5px;
    border-left-color: #027db4;
    border-left-width: thick;
}

.panel.panel-white.maintitle {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 5px;
    border-left-color: purple;
    border-left-width: thick;
}

.panel.panel-survey {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.panel.panel-survey .panel-title {
    padding: 0.2rem 0.8rem 0.8rem 0.4rem;
}

.panel.panel-survey-sub {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.panel.panel-survey-sub .panel-title {
    padding: 0.2rem 0.8rem 0.8rem 0.4rem;
}

.btn-merge-1 {
    color: #000000;
    background-color: #e6f4d0;
    border-color: #aaaaaa;
    padding: .1rem .2rem;
    height: 24px;
}

.btn-merge-2 {
    color: #000000;
    background-color: #CFE9F4;
    border-color: #aaaaaa;
    padding: .1rem .2rem;
    height: 24px;
}

.btn-merge-3 {
    color: #000000;
    background-color: #e6e6fa;
    border-color: #aaaaaa;
    padding: .1rem .2rem;
    height: 24px;
}

.btn-merge-4 {
    color: #000000;
    background-color: #f5f5dc;
    border-color: #aaaaaa;
    padding: .1rem .2rem;
    height: 24px;
}

.btn-merge-5 {
    color: #000000;
    background-color: #faebd7;
    border-color: #aaaaaa;
    padding: .1rem .2rem;
    height: 24px;
}

.nav-tabs .nav-link.disabled {
    color: #aaa;
    background-color: transparent;
    border-color: #ddd;
}

.nav-tabs .nav-link.active {
    border-top: 2px solid #027DB4;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
}

element.style {
    margin-left: 0px;
    padding-right: 10px;
    border: 0px #fff;
}

.panel.panel-white-tab {
    padding-left: 0px;
    padding-top: 15px;
    margin-left: 0px;
    padding-right: 0px;
    border: 0px #fff;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0px;
    margin-top: 5px;
}

.merge-filter-list {
    margin-left: 5px;
    margin-right: 20px;
}


/* panel border */

.panel.panel-white-tab.tab-border {
    margin-top: 2px;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.tab-content.panel.tab-border {
    border-radius: 0px !important;
}

select:disabled {
    opacity: .6;
}

.parsley-errors-list {
    color: #bf0000;
}

.parsley-errors-list.filled {
    margin-top: .1rem !important;
    padding-bottom: .4rem !important;
}

.ack-letter-form {
    /* background: #d5f5e3 none repeat scroll 0 0;
	border: 2px solid #1d8348;*/
    background: #d6eaf8 none repeat scroll 0 0;
    border: 2px solid #21618c;
    line-height: 1.5em;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    margin: 5px;
    width: 100%;
    font-size: 14px;
}

.panel-heading.left-sec {
    background-color: #F2F2F2;
    border-bottom: 1px solid #dddddd;
    margin-top: 0px;
    text-align: center;
}

.panel-heading.right-sec {
    background-color: #d6eaf8;
    border-bottom: 1px solid #dddddd;
    margin-top: 0px;
    text-align: center;
}

.panel.box-sec {
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    height: 100%;
}


/* Start toastr */

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #FFF
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    /*opacity: .8;
            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
            filter: alpha(opacity=80);*/
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    /* opacity: .4;
            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
            filter: alpha(opacity=40)*/
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 25px 15px 25px 50px;
    width: 410px;
    min-height: 150px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 12px #999;
    border-left: 5px transparent rgba(0, 0, 0, 0.75);
    color: #FFF;
    /*opacity: .8;
            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
            filter: alpha(opacity=80)*/
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);*/
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: rgb(115, 158, 115)
}

.toast-error {
    background-color: #c26565
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: rgb(199, 145, 33)
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

#toast-container>.toast {
    background-image: none !important;
}

#toast-container>.toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container>.toast-warning:before {
    content: "\f05a";
}

#toast-container>.toast-error:before {
    content: "\f057";
}

#toast-container>.toast-info:before {
    content: "\f059";
}

#toast-container>.toast-success:before {
    content: "\f058";
}


/* end toastr *?
}

.form-select{
    padding-top: 1px;
    padding-bottom: 1px;
    height:29px;
}

/* format Helptip contents */

.modal-body p {
    color: black;
    font-size: 14px;
    font-family: Roboto, Arial, "Helvetica Neue";
}


/* Wizard Color style */

.nav.nav-wizards-1 {
    /*background-color: #E6F6FE;*/
    background-color: #F2F3F9;
    padding-top: 10px;
    margin-top: 0px;
}

.nav.nav-wizards-1 .nav-item .nav-link {
    color: red;
}

.nav.nav-wizards-1 .nav-item .nav-link.completed {
    color: #00447A;
}

.nav.nav-wizards-1 .nav-item .nav-link.active {
    color: black;
}

.nav.nav-wizards-1 .nav-link.completed.active .nav-text {
    color: black;
    font-weight: 900;
    font-size: 1.2 rem !important;
}

.nav.nav-wizards-1 .nav-link.completed .nav-text {
    color: #348fe2;
    font-weight: 900;
    font-size: 1.2 rem !important;
}

.nav.nav-wizards-1 .nav-link .nav-text {
    color: #348fe2;
    font-weight: 900;
    font-size: 1.2 rem !important;
}

.nav.nav-wizards-1 .nav-item .nav-link .nav-no {
    border: 2px solid #348fe2;
    color: #348fe2;
}

.nav.nav-wizards-1 .nav-item .nav-link.active .nav-no {
    border: 2px solid #348fe2;
    color: #348fe2;
}

.nav.nav-wizards-1 .nav-item .nav-link.completed .nav-no {
    border: 2px solid #348fe2;
    color: #348fe2;
}

.nav.nav-wizards-1 .nav-item .nav-link:after,
.nav.nav-wizards-1 .nav-item .nav-link:before,
.nav.nav-wizards-1 .nav-item .nav-link.active:after,
.nav.nav-wizards-1 .nav-item .nav-link.active:before,
.nav.nav-wizards-1 .nav-item .nav-link.completed:after,
.nav.nav-wizards-1 .nav-item .nav-link.completed:before {
    background: #348fe2;
    /* link line color */
}


/* template box */

.row.templatebox {
    background-color: #E6F6FE;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border: 1px solid skyblue;
}

.fomr-control.templateInputBasic {
    height: 28px;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 4px;
    width: 60vw;
}


/* help icon alignment -- move to up */

.btn.btn-icon.btn-sm.me-1 {
    margin-top: -5px;
}

.parsley-error {
    background-color: white !important;
}

.row.smalldash {
    --bs-gutter-x: 8px;
}

.row.smalldata {
    --bs-gutter-x: 2px;
}

.btn.btn-icon.btn-success.panel-icon {}

.bg-myblue-800 {
    background-color: #0F4880;
    --bs-bg-opacity: 1;
}

.alert.alert-closed {
    color: brown;
    background-color: #fecce0;
    border-color: #fecce0;
    position: relative;
    padding: .4rem 1rem;
    margin-bottom: 0rem;
    margin-right: 10px;
    border: 0 solid transparent;
    border-radius: 4px;
    text-align: center;
}

.form-control.edit-text {
    width: 100%;
    padding: 5px 10px;
    line-height: 1.2;
    height: 28px;
    min-height: 28px;
    font-size: .75rem;
    font-weight: 600;
}

#id-CaseTable{
	min-height:80px;
}
#manageCustodianDatatable{
	min-height:100px;
}
#id-Mailbox{
	min-height:80px;
}
#id-Preservation{
	min-height:80px;
}