﻿
html {
    color: #777777;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

body {
    background-color: #EFEFEF;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

div#pnlHeader {
    background-color: #f8f9fa;
}

hr {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 7px;
    margin-bottom: 7px;
}

.ui-helper-hidden-accessible { display:none !important; }
.ui-autocomplete { z-index:1060; }
.ui-sortable-helper {
    display: table;
}
ul.navbar-nav.ui-sortable {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
}
ul.navbar-nav.ui-sortable li { background:#F8F9FA; }
ul.navbar-nav.ui-sortable li.ui-state-active { background:rgba(209, 255, 149, 0.30); }
ul.navbar-nav.ui-sortable .nav-link-menu { border: 0; }

.max-width400 { max-width: 400px; }

.w-100p { width: 100%; }
.w-50p { width: 50%; }
.w-32 { width:32px; }
.w-45 { width:45px; }
.w-90p { width:90%; }

.hidden {visibility:hidden;}

.pl-pr-30 { padding-right: 30px; padding-left: 30px; }
.mt-2-5 { margin-top:.75rem !important; }
.mt-1-5 { margin-top:.25rem !important; }
.mt-20 { margin-top:20px; }
.mt-35 { margin-top: 35px; } 
.mr-15  { margin-top:15px; }
.pt-20 { padding-top:20px; }
.h-250 { height:250px; }
.mt-12 { margin-top: 12px; }
.mt-13 { margin-top: 13px; }
.mw-100p { max-width: 100px; }
.mw-30p { max-width: 30px; }
.mw-70p { max-width: 70px; }
.w-70p { width: 70px; }
.mt-100 { margin-top: 7rem; }
.w-25p { width: 25px; }
.mw-50p { max-width: 50px; }
.h-500 { height: 500px; }
.h-450 { height: 450px; }
.overflow-auto { overflow: auto; }

.border-radius-right {
    border-bottom-right-radius: .2rem !important;
    border-top-right-radius: .2rem !important;
}
.no-border {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.section {
    border: solid 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    border-radius: 3px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 5px;
}

.section-blank-highlight {
    border: solid 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    border-radius: 3px;
    padding: 15px;
}

.ex-fav-icon {
    display: inline-block;
    padding-top: .72rem;
    padding-bottom: .3125rem;
    margin-right: .75rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap;
    vertical-align: top;
}

.icon-inactive {
    color:#c4c4c4 !important;
}

.header-icon { float: right; font-size: 1.5rem; }
.blanket-icon { float: left; font-size: 1.5rem; }

.input-group-text .far, .input-group-text .fas{ font-size:1rem; margin:auto; }

.display-none { display: none !important; }

.visibility-hidden {
    visibility: hidden !important;
}

@media (min-width: 992px) {
    body.fixedTop #pnlHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    body.fixedTop #pnlBody {
        margin-top:5.2rem;
    }
    table.table-custom {
        table-layout: fixed;
        max-width: 100%;
    }
}

.nav-link-menu { border-bottom: 1px solid rgba(0,0,0,.1); border-top: 1px solid rgba(0,0,0,.1); }
.nav-link-menu:hover, .nav-item.show .nav-link-menu { border-bottom: 1px solid #77BC1F; }

.nav-menu-section {
    position: absolute;
    top: 100%;
    z-index: 1000;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 2px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    padding: 15px;
    background-color: white;
    width: 100%;
}

@media (max-width: 575.98px) {
    .nav-menu-section {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .nav-menu-section {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .nav-menu-section {
        position: static;
    }
    .mt-100 {
        margin-top: inherit;
    }
}

.nav-menu-header-item {
    text-align: left; border-bottom: 1px solid rgba(0,0,0,.2); margin-bottom:2px; padding-bottom:1px;
}
.nav-menu-item {
    margin-top: 5px;
    margin-bottom: 6px;
    text-align: left;
    color: rgba(0,0,0,.5);
    font-size:18px;
}
    .nav-menu-item a {
        color: rgba(0,0,0,.5);
    }
        .nav-menu-item a:hover {
            color: rgba(0, 0, 0, 0.7);
        }
.nav-item {
    border-left: 1px solid;
    border-left-color:rgba(0,0,0,.1);
} 

.display-none {
    display: none !important;
}

.mt-1-6rem {
    margin-top: 1.6rem !important;
}

.va-center {
    transform: translateY(50%);
}

.loading-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999998;
    text-align: center;
    background-color: #000000;
    opacity: 0.7;
}

.loading-content {
    border-width: 0px;
    border-radius: 20px;
    position: absolute;
    padding: 40px;
    background-color: #FFFFFF;
    font-size: 26px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 300px;
    margin: auto;
    white-space: nowrap;
    opacity: 1.0;
    z-index: 9999999;
    text-align: center;
}

.loading-content .loading-text,
.wiz-process-content .loading-text {
    vertical-align: middle;
}

.wiz-process-content {
    border-width: 0px;
    border-radius: 20px;
    position: fixed;
    padding: 20px;
    background-color: #FFFFFF;
    font-size: 26px;
    bottom: 0;
    right: 0;
    width: 300px;
    margin: auto;
    white-space: nowrap;
    opacity: 1.0;
    z-index: 9999999;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border:1px solid transparent;
}

tr.active > td, tr.active > th {
    background-color: #d1ff954d;
}

td textarea.form-control {
    padding: .1rem;
}

td span.form-check {
    padding-bottom: .3rem;
}

ol, ol ol ol ol { list-style: decimal; }
ol ol, ol ol ol ol ol { list-style: lower-alpha; }
ol ol ol, ol ol ol ol ol ol {list-style: lower-roman; }

/* START 404 styles */

.container-404 {
    width: 650px;
    text-align: center;
    margin: 3em auto;
}

    .container-404 > .image-404 {
        width: 318px;
        margin-left: -20px;
    }

        .container-404 > .image-404 .shadow {
            fill: #5c9019;
        }

        .container-404 > .image-404 .bubble,
        .container-404 > .image-404 .border {
            fill: #77BC1F;
        }

        .container-404 > .image-404 .pagey-background {
            fill: #e1ebef;
        }

        .container-404 > .image-404 .mouth-shadow {
            fill: #a9a9a9;
        }

        .container-404 > .image-404 .mouth {
            fill: #9c9b9b;
        }

        .container-404 > .image-404 .cheek {
            fill: #f197be;
        }

        .container-404 > .image-404 .eye {
            fill: #565656;
        }

        .container-404 > .image-404 .accent {
            fill: #fff;
        }

        .container-404 > .image-404 .float-shadow {
            fill: #e9eff2;
        }

    .container-404 > .not-found {
        text-transform: uppercase;
        color: #5c9019;
        font-size: 4em;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    .container-404 > .description {
        margin-top: 19px;
        letter-spacing: 1px;
        font-size: 20px;
        line-height: 39px;
        text-align: center;
    }
/* END 404 Styles */

/* START HELP Styles */
.help .e-rte-content .e-content, .help .e-rte-srctextarea {
    height: 650px;
}

.help-nav .nav-link[data-toggle].collapsed:after {
    content: "▾";
}

.help-nav .nav-link.active {
    border-left-color: #5c9019;
    color: #5c9019;
}

.help-nav .nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
}

.help-nav .nav-item {
    border:0;
}

.help-nav, #documentContent {
    overflow-y: auto;
    height: 100%;
}

div.section.help > .row {
    height: 100%;
}

div.section.help {
    height: calc(100vh - 43px);
}

/* Top Level */
.help-nav .nav-link {
    color: #36454f;
    border-left: 3px solid transparent;
    padding: .5rem 0 .5rem 0.25rem;
}

.help-nav .nav-link:hover {
    color: #5c9019;
    border-left-color: #5c9019;
}

/* Submenu 1 */
.help-nav .nav-item ul li .nav-link {
    padding: .25rem 0 .25rem 1.25rem;
    border-left-width:2px;
}

/* Submenu 2 */
.help-nav .nav-item ul li ul li .nav-link {
    padding-left:2.25rem;
}

/* Submenu 3 */
.help-nav .nav-item ul li ul li ul li .nav-link {
    padding-left: 3.25rem;
}

/* Submenu 4 */
.help-nav .nav-item ul li ul li ul li ul li .nav-link {
    padding-left: 4.25rem;
}

/* Submenu 5 */
.help-nav .nav-item ul li ul li ul li ul li ul li .nav-link {
    padding-left: 6rem;
}

.sortable-placeholder {
    height: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ui-sortable ul .sortable-placeholder {
    margin-left: 2rem;
}

.nav-placeholder {
    font-style: italic;
}

.help #documentContent {
    color:#000;
}

#helpBreadcrumb, #helpBreadcrumb a {
    color: #36454f;
    font-size: 1rem;
    font-weight: bold;
}

#helpBreadcrumb a:hover {
    color: #5c9019;
    text-decoration:none;
}

.help h1 {
    font-size:2rem;
}

.help #documentContent li {
    margin-bottom: 0.5rem;
}

.help #documentContent li li:first-of-type {
    margin-top: 0.5rem;
}
/* END HELP Styles */


#emailPreview {
    width: 100%;
    height: 500px;
    border: 0;
}

#tbxEmailBody_rte-edit-view, #tbxEmailBodyrte-view .e-rte-srctextarea {
    height: 350px;
}

.animate-2 {
    transition: all .2s ease;
}

.animate-1 {
    transition: all .1s ease;
}

.color-non-link {
    color: #777777 !important;
}

.hover-hand {
    cursor: pointer;
    color: #77BC1F !important;
}

    .hover-hand:hover {
        text-decoration: underline !important;
        cursor: pointer;
        color: #5c9019 !important;
    }
.hover-hand-no-underline {
    cursor: pointer;
    color: #77BC1F !important;
}

.no-hover-hand {
    color: #77BC1F;
}

.hover-hand-only {
    cursor: pointer;
}

.color-empty {
    color: #777777 !important
}

.deletemodal {
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
}

.deletemodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.notemodal {
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
}

.notemodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* BEGIN AjaxControlToolkit AjaxFileUpload Styles */
.ajax__fileupload_dropzone {
    border: 1px dashed #777777;
    padding: .25rem;
    margin-bottom:.5rem;
}
.ajax__fileupload_fileItemInfo .filetype { display:none; }

.ajax__fileupload_footer {
    display: none;
}

.ajax__fileupload_fileItemInfo .removeButton {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dc3545;
    padding: 0 .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #dc3545;
    float:right;
}

.ajax__fileupload_selectFileButton {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #777777;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #000;
    background-color: #fff;
}

.ajax__fileupload_selectFileContainer input[type=file] { width: 0; }

.ajax__fileupload_fileItemInfo {
    padding-top: 1rem;
    font-size:1rem;
}

.ajax__fileupload_queueContainer {
    margin-top: 61px !important;
    border-top: 1px solid #777;
}
/* END AjaxControlToolkit AjaxFileUpload Styles */

.filter-section {
    background-color: #dedede;
}

.field-display {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: calc(1.65rem - 0.53rem);
    color: #333;
    padding: .265rem .1rem;
}

/* Tooltips */
.tooltip ul {
    margin: 0;
    padding: 0 0.5rem 0 1rem;
    text-align:left;
}
/* END Tooltips */

.hide-empty-cells td:empty, .hide-empty-cells th:empty {
    display:none !important;
}

.autowidthedit {
    table-layout: fixed;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.dept-default {
    color: #007bff;
    margin-left: 0.5rem;
}
.setup-default {
    color: #dc3545;
    margin-left: 0.5rem;
} 

.header-expand-collapse-icon{
    font-size:1.2rem;
    padding-top:8px;
}

.disable-animation {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.radiolist .aspNetDisabled { display: none; }

input[type=radio] + label {
    padding-left: 0.3rem;
    vertical-align: text-top;
}

/* START Styles for Home & My Approval Queues */
div.row.queue-container div.section {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding:5px;
}
div.row.queue-container div.accordion-header {
    background: #fff;
    border: solid 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
}
div.row.queue-container div.collapsing,
div.row.queue-container div.collapse {
    background: #fff;
    border: solid 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    border-top:0;    
}
div.row.queue-container div.section .btn {
    white-space:normal;
}
/* END Styles for Home & My Approval Queues */

/* Default required field styles */
:not([disabled]):not([readonly]):required, 
:not([disabled]):not([readonly]):required + div ~ span, 
div.input-group.requiredField span.e-ddl, 
div.input-group.requiredField span.e-ddl ~ span,
.e-richtexteditor.requiredField {
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-left-color:#ff0000 !important;
}

.h-100vh { height: 100vh !important; }
.h-99vh { height: 99vh !important; }

/* Start ACT Datepicker styles */
.ajax__calendar {
    width:100%;
}

.ajax__calendar_body,
.ajax__calendar_days {
    width: auto !important;
}

.ajax__calendar_days {
    position: relative !important;
}

.ajax__calendar_body table td {
    padding: 3px;
    background:#fff !important;
    border:none;
}

.ajax__calendar_body td div {
    margin: auto;
    text-align: center;
}

table.datagrid-table .ajax__calendar_container table,
table.datagrid-table .ajax__calendar_container table td,
table.datagrid-table .ajax__calendar_container table tr {
    background: #fff !important;
    color: #000 !important;
}
.ajax__calendar_container {
    z-index: 1000;
    padding: 4px;
    position: absolute;
    cursor: default;
    text-align: center;
}

.ajax__calendar_body {
    height: 210px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_container TABLE {
    width:100%;
}

.ajax__calendar_header {
    height: 20px;
    width: 100%;
}

.ajax__calendar_prev {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
}

.ajax__calendar_prev:after {
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f100";
    background: transparent;
    height: 15px;
    width: 15px;
}

.ajax__calendar_next {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
}

    .ajax__calendar_next:after {
        color: #000;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f101";
        background: transparent;
        height: 15px;
        width: 15px;
    }

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}

.ajax__calendar_footer {
    height: 15px;
}

td.ajax__calendar_today div {
    background-color: #ffdb99;
}
.ajax__calendar_today {
    cursor: pointer;
    margin-top: 10px;
}

.ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 3px;
}

.ajax__calendar_day {
    height: 100%;
    width: 100%;
    text-align: right;
    padding: 3px;
    cursor: pointer;
}

.ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #eee;
    border-color: #5c9019;
    color: #5c9019;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #eee;
    border-color: #5c9019;
    color: #5c9019;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #eee;
    border-color: #5c9019;
    color: #5c9019;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #eee;
    border-color: #5c9019;
    color: #5c9019;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #eee;
    border-color: #5c9019;
    color: #5c9019;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #eee;
    border-color: #5c9019;
    color: #5c9019;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #5c9019;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #5c9019;
}

td.ajax__calendar_invalid div.ajax__calendar_day {
    background: #eee !important;
    color: #ccc !important;
    border: none !important;
    cursor: not-allowed;
}
/* End ACT Datepicker styles */

/* Change chevron direction based on open/close status */
a[aria-expanded="true"] i:before {
    content: "\f139";
}

.ajax__fileupload_topFileStatus { clear:both; display:none; }
span.uploadstatus { display:block;}


/* START Custom Modal styles */
.custommodal {
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    display:block !important;
}

.custommodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
/* END Custom Modal styles */

.bottom-section {
    position: fixed;
    width: 100%;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: 997;
}

.mb-6 {
    margin-bottom: 6rem !important;
}
.pb-6 {
    padding-bottom: 6rem !important;
}
.font-size-1_5rem{
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .mb-sm-15 {
        margin-bottom: 15rem !important;
    }
    .pb-sm-15 {
        padding-bottom: 15rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mb-md-10 {
        margin-bottom: 10rem !important;
    }
    .pb-md-10 {
        padding-bottom: 10rem !important;
    }
}

/* START Config Wizard styles */
.configwizard {
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 64px 58px 64px;
    border-radius: 5px;
}

body.fixedTop .configwizard {
    /*margin-top: 110px !important;*/
}

.updateLog {
    overflow: auto;
    height: calc(90vh - 165px) !important;
    /*margin-top: 20px;*/
    border: 1px solid rgba(0,0,0,.1);
    padding: 0.5rem;
}

.configwizard .innerform-sm {
    width: 50%;
    margin: 10px auto;
}
/* END Config Wizard styles */


/* START Help Export styles */
.helpfull #documentContent {
    overflow-y: visible;
    height: auto;
}

div.helpfull {
    height: auto !important;
}

.helpfull ol.tableOfContents, .helpfull .tableOfContents ol {
    counter-reset: item
}

.helpfull .tableOfContents li {
    display: block
}

.helpfull .tableOfContents li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}
/* END Help Export styles */

.modal-xl {
    max-width: 90%;
    height: 90%;
}
.modal-body .updateLog {
    margin-top: 0px;
    border:none;
}

img.profilepic {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
    img.profilepic.profilepic-sm {
        height: 40px;
        width: 40px;
    }
    img.profilepic.profilepic-md {
        height: 100px;
        width: 100px;
    }

div.page-overlay {
    opacity: 0.6;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 50%;
    margin-top: 10%;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay-text-style {
    display: block;
    margin-left: 50%;
    color: white;
    font-weight: bold;
}


@media print {
    #documentContent {
        padding: 0;
    }

    #ContentPlaceHolder1_lblPageTitle, h1 {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    div.help {
        border: none !important;
    }

    @page {
        size: auto;
    }
    .nobreak {
        page-break-inside: avoid;
        break-inside: avoid;
        display: table;
    }
}