/* Minification failed. Returning unminified contents.
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2002,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-danger'
(2003,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-danger'
 */
.jitp-lock-back{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#e9e9e9;cursor:no-drop;text-align:center}.jitp-lock-panel{position:absolute;width:40%;max-width:400px;top:50%;left:50%;transform:translate(-50%,-50%);cursor:auto}#jitp-lock-logout{display:block;padding-top:8px}.jitp-lock-panel .jitp-countdown-holder{font-weight:700}.jitp-lock-panel .panel-footer{font-size:13px;padding-top:5px;padding-bottom:5px}.jitp-lock-jqpanel{background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.7);font-size:16px;font-family:lato,serif;position:relative;color:#333;border-radius:10px}.jitp-lock-jqpanel header{background:#ED2553;padding:15px 20px;color:#fff;font-size:1.5em;font-weight:600;border-radius:10px 10px 0 0}.jitp-lock-jqpanel #jitp-lock-pass{font-size:1em}.jitp-lock-jqpanel button{margin-top:20px;margin-bottom:5px;left:50%;font-family:inherit;color:#fff;background:#FF3838;outline:0;border:none;padding:5px 15px;font-size:1.3em;font-weight:400;border-radius:3px;box-shadow:0 0 10px rgba(51,51,51,.4);cursor:pointer;transition:all .15s ease-in-out}.jitp-lock-jqpanel #jitp-lock-logout{padding-bottom:8px}.jitp-lock-jqpanel footer{background:#ED2553;padding:8px 20px;color:#fff;border-radius:0 0 10px 10px}
/*-----------------------------------------------------------
    This is the main site stylesheet.
    Each group of styles are in their own region.  Please use
    CTRL+M CTRL+L to expand and collapse all regions.
-----------------------------------------------------------*/

/*#region THELMA Mix-in Classes
-----------------------------------------------------------*/
.width-20 {
    width: 20em;
}
/*#endregion*/

:root {
    font-size: 12px;
    --bs-blue: #4f7898;
    --bs-primary: #4f7898;
    --bs-red: #a94442;
    --bs-danger: #a94442;
    --bs-danger-rgb: 169, 68, 66;
}

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget ::before,
.k-widget ::after {
    box-sizing: border-box;
}

/*#region Kendo + Bootstrap integration

/* 
 * For more information, see:
 * https://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap#nest-widgets-and-bootstrap-grid-layout 
 */
/* reset everything to the default box model */
/**/
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*#endregion*/
/*#region General/Primary Classes
-----------------------------------------------------------*/
body {
    /*font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    color: #4f7898;
    background-color: #ebebeb;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

header, footer, nav, section {
    display: block;
}

.h1 label,
h1 label,
h2 label,
.h2 label,
h3 label,
.h3 label,
h4 label,
.h4 label,
h5 label,
.h5 label {
    font-weight: inherit !important;
}

h2, .h2 {
    color: #4f7898;
}

h3, .h3 {
    color: #4f7898;
}

h4, .h4 {
    color: #4f7898;
}

img {
    border: none;
    margin: 0;
}

table {
    margin-left: auto;
    margin-right: auto;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

hgroup.title {
    margin-bottom: 30px;
}

#wrap {
    min-height: calc(100% - 20px);
    margin: 0;
    position: relative;
}

#footer {
    background-color: #b0b0b0;
    color: #ededed;
    margin: 0;
    text-align: right;
}

    #footer p {
        margin: 0;
        font-size: 10px;
        line-height: 20px;
    }


#push,
#footer {
    height: 20px;
}

textarea.k-textbox {
    padding: 2px .3em;
    padding-top: 2px;
    padding-right: 0.3em;
    padding-bottom: 2px;
    padding-left: 0.3em;
}

.v-hidden {
    visibility: hidden;
}

#initilizePageLoader {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

/* To retain similar styles from BootStrap 3 */
.form-group {
    margin-bottom: 1rem !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.k-action-buttons, .k-actions, .k-columnmenu-actions {
    gap: 0 !important;
}

.k-dialog-buttongroup.k-actions button {
    border-radius: 0px;
}

    .k-dialog-buttongroup.k-actions button:first-child {
        border-bottom-left-radius: 4px;
    }

    .k-dialog-buttongroup.k-actions button:last-child {
        border-bottom-right-radius: 4px;
    }

.form-control .k-autocomplete,
.form-control .k-dropdown-wrap,
.form-control .k-multiselect-wrap,
.form-control .k-numeric-wrap,
.form-control .k-picker-wrap,
.form-control .k-textarea,
.form-control .k-textbox {
    border: none;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*#endregion*/
/*#region Global Header
-----------------------------------------------------------*/
.global-header {
    background-color: #4f7898;
    border-top: 25px solid #9f2222;
}

.global-nav .secondary-nav__list {
    margin-top: 0;
}

/*.logo:after {
    clear: both;
    content: '';
    display: table;
}*/

.logo {
    /*position: absolute;
    top: 40px;
    left: 25px;*/
    z-index: 2;
    padding: 15px;
    float: left;
}

    .logo img {
        height: auto;
        position: relative;
    }

.site-name {
    text-align: center;
    white-space: nowrap;
}

    .site-name span {
        line-height: 75px;
        font-size: 28px;
        color: white;
    }

@media screen and (max-width:1100px) {
    .site-name span {
        font-size: 20px;
    }
}

@media screen and (max-width:900px) {
    .site-name span {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .logo {
        width: 100%;
    }

        .logo img {
            display: block;
            margin-right: auto;
            margin-left: auto;
            width: 50%;
        }

    .site-name {
        width: 100%;
        float: left;
    }
}

/*#endregion*/


/*#region Top sub-header bar (application time, log in/out, register, and username)
-----------------------------------------------------------*/
.sub-header {
    color: white;
}

    .sub-header ul {
        padding: 0;
    }

    .sub-header .application-time li {
        display: block;
        float: left;
        text-align: left;
    }

    .sub-header .login-info li {
        display: block;
        float: left;
    }

    .sub-header li a, .sub-header span {
        font-family: Futura-PT,Helvetica,Roboto,Arial,sans-serif;
        font-size: 10px;
        font-weight: 400;
        padding: 0 25px;
        position: relative;
        line-height: 25px;
        text-decoration: none;
    }

        .sub-header li a:hover {
            color: lightgray;
        }

    .sub-header a {
        color: white;
    }

        .sub-header a:visited {
            color: white;
        }

    .sub-header span.dialog-countdown {
        padding-left: 0px;
        padding-right: 0px;
    }

.application-time {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
}

.login-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
}

.navbar-right:last-child {
    margin-right: 0;
    float: right !important;
    height: 25px;
}
/*#endregion*/


/*#region Session Timer
-----------------------------------------------------------*/
.session-timer {
    position: absolute;
    float: right;
    top: 75px;
    right: 0;
    font-weight: bold;
}
/*#endregion*/

#openChangeRole {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 4px;
}

.change-role-wrapper .field {
    width: 100%;
}

.change-role-wrapper .k-listbox.k-widget {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.change-role-wrapper #UpdateRoleButton {
    width: 50px;
}

/*#region Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    padding: 10px;
    padding-top: 20px;
    position: relative;
    border-radius: 4px;
    padding-left: 10px !important;
    margin-bottom: 20px;
    border-top: -10px solid black;
    margin-top: 15px;
}

legend {
    color: #4f7898;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    background: white;
    top: -15px;
    left: 10px;
    z-index: 10;
}

/*#endregion*/


/*#region Main navigation menu
-----------------------------------------------------------*/
#linkbar {
    height: 30px;
    min-width: 650px;
    background-color: #4f7898;
    border: none;
    vertical-align: middle;
    border-top: 1px solid #365267;
    border-bottom: 1px solid #365267;
}

nav, #mainnav {
    height: 30px;
    margin: 0 auto;
    border: none;
    text-decoration: none;
    background-color: transparent;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    border-radius: 0;
    /*border-color: rgb(49, 49, 49);*/
}

    #mainnav .k-link:link, #mainnav .k-link:visited, #mainnav .k-nav-current.k-state-hover .k-link, #mainnav .k-state-selected > .k-link {
        color: #2e2e2e;
    }

    #mainnav .k-state-hover > .k-link, #mainnav .k-state-selected.k-state-hover > .k-link {
        background-color: #365267;
        background-image: none,linear-gradient(rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
        color: #fff;
    }

    #mainnav > .k-item > .k-link > .k-i-arrow-s {
        display: none;
    }

    #mainnav .k-item > .k-link {
        padding: .5em 1.1em .5em;
        text-decoration: none;
    }

    #mainnav .k-state-highlight, #mainnav .k-state-selected, #mainnav .k-state-selected > .k-link {
        background-color: transparent;
    }

/*#mainnav .k-menu {
        border: 0;
        background-color: transparent;
        font-weight: bold;
        text-decoration: none;
    }*/

/*#mainnav .k-menu .k-item {
            border-color: rgb(197, 197, 197);
            border-radius: 0;
            height: 40px;
            background-repeat: repeat-x;
        }*/

/*#mainnav .k-menu .k-item .k-state-hover:hover {
                height: 30px;
            }

            #mainnav .k-menu .k-item .k-state-border-down {
                height: 30px;
            }*/

/*#mainnav .k-menu .k-link {
            color: #2e2e2e;
            padding: 10px 20px 2px 20px;
            text-decoration: none;
            height: 40px;
            background-repeat: repeat-x;
        }*/

/*#mainnav .k-menu .k-link .k-state-hover:hover {
                height: 30px;
            }

            #mainnav .k-menu .k-link .k-state-border-down {
                height: 30px;
            }*/

/*#endregion*/


/*#region Left Navigation (SubNav)
-----------------------------------------------------------*/
.subnav-col {
    width: 180px;
    min-width: 180px;
    background-color: lightgrey;
    border-right: solid 1px #c0c0c0;
    text-align: left;
}

.subnav-table {
    margin-bottom: 0;
}

    .subnav-table > tbody > tr > td {
        padding: 0;
    }

.subnav-list > li > a {
    padding: 3px 10px;
}

    .subnav-list > li > a:hover, .subnav-list > li > a:focus {
        background-color: #4f7898;
        color: #ebebeb;
    }
/*#endregion*/


/*#region Body content
-----------------------------------------------------------*/
.body-content {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
/*#endregion*/

/*#region Print Styles
-----------------------------------------------------------*/
@media print {
    .hide-on-print {
        display: none !important;
    }

    table {
        page-break-inside: auto;
    }

    tr {
        page-break-inside: auto;
        page-break-after: auto;
    }

    a:link:after, a:visited:after {
        display: none;
        content: "";
    }
}
/*#endregion*/

/*#region Landing Page Content
-----------------------------------------------------------*/
.messages-panel {
    border-color: #ccc;
}

.messages-panel-body {
    height: 350px;
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
}

.messages-panel ul li {
    color: #000;
    margin-bottom: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid #ccc;
}

    .messages-panel ul li:first-child {
        border-top: none;
        padding-top: 0;
    }

.message-item p {
    margin-bottom: 0.4rem;
}
/* make list items in a message look unested */
.message-item ul, .message-item ol {
    padding-left: 3rem;
}

    .message-item ul li, .message-item ol li {
        margin-bottom: 0.4rem;
        border-top: none;
        padding-top: 0;
    }

    .message-item ul li {
        list-style-type: disc;
    }

/*#endregion*/


/*#region Bootstrap Overrides/Fixes
-----------------------------------------------------------*/
.form-horizontal .control-label.text-left {
    text-align: left;
}

.control-label {
    font-weight: normal;
}

    .control-label.required {
        font-weight: bold;
    }

.text-bold {
    font-weight: bold;
}

.k-popup-edit-form div.form-group-1,
.k-window-content div.form-group-1 {
    margin-bottom: 8px;
}

    .k-popup-edit-form div.form-group-1 input[type='text'].form-control:not(.k-input),
    .k-popup-edit-form div.form-group-1 select.form-control,
    .k-window-content div.form-group-1 input[type='text'].form-control:not(.k-input),
    .k-window-content div.form-group-1 select.form-control {
        height: 15px;
    }

.dl-show-overflow dt {
    overflow: visible;
    text-align: left;
    width: 225px;
    margin-bottom: 5px;
}
/*#endregion*/


/*#region Kendo Overrides
-----------------------------------------------------------*/
/*.k-textbox {
    height: 34px;
    line-height: 1.428571429;
    width: 100%;
    font-size: 14px;
}
input.k-textbox {
    height: 34px;
    line-height: 1.428571429;
}
.k-autocomplete {
    width: 100%;
}*/
.form-control.k-textbox {
    width: 100%;
    text-indent: 0;
}

.form-control.k-widget {
    padding: 0;
    width: 100%;
    height: auto;
}

.k-animation-container .k-state-selected {
    background-color: #66afe9;
    font-weight: bold;
}

.k-edit-form-container, .k-window {
    /* Sets the content width of the popup edit form to the same width as the popup window */
    width: auto;
}

    .k-popup-edit-form .form-group, .k-window .form-group {
        margin-left: 0;
        margin-right: 0;
    }

.k-listview {
    margin: 1em;
    padding: 1em;
}

.pageable-grid {
    height: 350px;
}

.pageable-grid-tall {
    height: 550px;
}

.grid-height-two-rows {
    height: 175px;
}

    .grid-height-two-rows .k-grid-content {
        height: 78px !important; /* Since grid height 1aller than kendo default need to override kendo grid content height and inline style */
    }

.grid-wholepage {
    height: 500px;
}

span.k-icon {
    min-width: 16px; /* Required for IE */
}

.k-button-group > .k-button:not(:first-of-type) {
    border-radius: 0px;
    border-left-width: 0px;
}

.k-button-group > .k-button:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.k-button-group > .k-button:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.k-button-group .k-state-disabled {
    display: inline-block;
}

/* Fix issue where Tabs are offset when aligned to the left  */
.k-tabstrip-left > div.k-content {
    margin: 0;
}

.k-tabstrip-left > .k-tabstrip-items .k-state-active {
    border-width: 0px 0 1px 1px;
}

/*#endregion*/


/*#region Validation
-----------------------------------------------------------*/
.validation-summary .validation-summary-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    display: block;
}

    /*.validation-summary-errors ul {
    display: none;
}*/

    .validation-summary-errors.text-danger {
        text-align: left;
    }

.field-validation-error {
    margin-top: 10px;
}
/*#endregion*/


/*#region Utility Classes
-----------------------------------------------------------*/
.no-padding {
    padding: 0;
}

.column-nowrap-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.display-inline-block {
    display: inline-block;
}
/*#endregion*/


/*#region Miscellaneous
-----------------------------------------------------------*/
button i.fa {
    padding-right: 12px;
}

div.phonefaxAndExtension > div {
    padding-left: 0;
    padding-right: 0;
}

.k-edit-form-container div.phonefaxAndExtension > div span.input-group-addon,
.k-window-content div.phonefaxAndExtension > div span.input-group-addon {
    height: 15px !important;
}

div.phonefaxAndExtension > div span.input-group-addon {
    height: 28px;
}

.truncate-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.full-width input:not(.k-checkbox),
.full-width .k-textbox,
.full-width .k-widget,
.full-width .k-button {
    width: 100%;
}

/*#endregion*/

/*#region Document Management
-----------------------------------------------------------*/
div.file-upload-container {
    /*width: 400px;*/
    margin: 0 auto !important; /* Used to center the upload control on the page */
}

h4.file-upload-title {
    margin-bottom: 3px;
}

h6.file-upload-description {
    margin-top: 3px;
    margin-bottom: 5px;
    /*font-style: italic;*/
    font-weight: normal;
}

.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    /*width: 80%;*/
    margin: 0 0 2px 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-preview-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    /*float: right;*/
    /*width: 80%;*/
    margin: 0 0 2px 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-name-heading {
    font-weight: normal;
    margin-top: 7px;
    font-size: 14px;
}

.file-size, .file-stage, .file-datetime, .file-validation-error {
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
}

.file-size, .file-stage {
    display: inline-block;
    margin-right: 15px;
}

.file-validation-error {
    color: red;
}

.file-upload-progress {
    float: right;
}

span.file-upload-item-status {
    position: absolute;
    bottom: 0;
    right: 5px;
    line-height: 14px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.file-upload-constraints {
    border-color: #c5c5c5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0;
    padding-bottom: 5px;
    font-size: 10px;
    background-color: #ebebeb;
    padding: 3px;
    /*padding-left: 10px;
    text-align: left;*/
    color: gray;
}

    .file-upload-constraints span {
        white-space: nowrap;
    }

.file-icon {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 8px 3px 0px 3px;
}

.img-file {
    background-image: url("/content/images/docicon-jpg.png");
}

.doc-file {
    background-image: url("/content/images/docicon-doc.png");
}

.pdf-file {
    background-image: url("/content/images/docicon-pdf.png");
}

.xls-file {
    background-image: url("/content/images/docicon-xls.png");
}

.zip-file {
    background-image: url("/content/images/docicon-zip.png");
}

.default-file {
    background-image: url("/content/images/docicon-default.png");
}

.k-widget.k-upload.k-header {
    /*border-bottom: 0;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .k-widget.k-upload.k-header.k-state-disabled {
        opacity: 1;
    }

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 40px;
}

.k-dropzone, .k-file {
    text-align: left;
}

.k-upload-files {
    padding-bottom: 0;
}

.k-upload .k-upload-selected {
    width: 100%;
    color: white;
    font-size: 14px;
    border: 0;
    margin-left: 0;
    background-color: #428BCA;
}

    .k-upload .k-upload-selected:hover {
        font-weight: bold;
        background-color: #4892d0;
    }

li.k-file {
    border-bottom: 0;
}

.k-upload-files > li.k-file {
    border-top: solid 1px lightgray;
}

    .k-upload-files > li.k-file:first-child {
        border-top: 0;
    }

.k-file-success .k-i-close {
    background-image: url(/content/images/trashcan.png) !important;
    background-position: 0;
}

.k-file-success .k-i-x::before {
    content: "";
}
/*#endregion*/

/*#region Administration Content
-----------------------------------------------------------*/
.userRoleList {
    border-bottom: darkgrey;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding-bottom: 1em;
}

    .userRoleList em {
        padding-left: 1em;
    }

.editUserRoleList {
    float: left;
    width: 30%;
    padding: 1em;
    margin: .2em;
    text-align: left;
    border: black solid thin;
    display: flex;
    align-items: center;
    height: 5em;
}

.btnRolePermissions {
    padding-left: 5px;
    cursor: pointer;
}

.selectUsersColumn, .selectPermissionColumn {
    cursor: pointer;
}

/*#endregion*/

/*#region OnlineApp Layout
-----------------------------------------------------------*/
td.onlineapp-summary-row {
    background-color: lightgray;
    color: black;
    border-bottom: solid 1px gray;
    font-size: 11px;
}

    td.onlineapp-summary-row ul {
        margin-top: 3px;
        margin-bottom: 3px;
        padding-left: 0;
        text-align: center;
    }

        td.onlineapp-summary-row ul > li {
            display: inline;
            padding-left: 30px;
            white-space: nowrap;
        }

            td.onlineapp-summary-row ul > li > span.title {
                font-weight: 600;
            }

            td.onlineapp-summary-row ul > li:first-child {
                padding-left: 0;
            }

.bold-requirement-notice {
    color: #9f2222;
    font-size: 10px;
    font-weight: bold;
    float: right;
}
/*#endregion*/

/*#region OnlineApp Page Classes
-----------------------------------------------------------*/

/* OnlineApp - Organizational Breakdown */
#frmFindEntityNumber .numberNotAssignedGroup {
    height: 65px;
}

/* OnlineApp - Notes */
#viewnote-container {
    padding: 10px;
}

    #viewnote-container h2 {
        margin: 0;
    }

    #viewnote-container em {
        color: #8c8c8c;
    }

    #viewnote-container dt {
        margin: 0;
        display: inline;
    }

/* OnlineApp - Scoring Sheet */
.scoring-sheet-sub-question {
    margin-left: 25px;
}

/* OnlineApp - Validation */
.k-grid.validationResultsGrid thead.k-grid-header {
    display: none;
}

.k-grid.validationResultsGrid > .k-header.k-grid-toolbar {
    text-align: right;
    padding-right: 6px;
}

.k-grid.alignToolbarRight > .k-header.k-grid-toolbar {
    text-align: right;
    padding-right: 6px;
}

/* OnlineApp - Read only classes */
.view-data label.required {
    font-weight: bold;
}

.view-data label {
    font-weight: bold; /* Note may change font weight for non required fields in the future */
}

/*#endregion*/

/*#region ManageApp Classes
-----------------------------------------------------------*/
.documents-panel {
    min-height: 350px;
    border-color: #ccc;
}

    .documents-panel .k-content {
        border-radius: 4px;
        -ms-border-radius: 4px;
        margin: 5px 0 0 5px;
    }

.documents-tree {
    border: none;
}

    .documents-tree li .k-icon, .documents-tree li.k-item, .documents-tree li li.k-item {
        color: #000000;
    }

    .documents-tree .k-state-hover, .documents-tree .k-state-selected {
        color: #000000 !important;
        background-color: transparent;
    }

.review-status-list {
    width: 100%;
    color: #000000;
}

.review-content {
    margin-top: 5px;
    color: #000000;
}

.criteria-radio-buttons label {
    margin: 0 5px 5px 0;
}

.review-content .form-group.form-group-1 {
    margin-bottom: 5px;
}

.review-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-content .no-fieldset-styles {
    border: none !important;
    padding: 0 !important;
    margin: 0;
    background-color: transparent;
}

.review-buttons button {
    margin: 0 4px;
}
/* ManageApp - Eligibility Review */
.review-content .panel-heading .accordion-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114"; /* symbol for "opening" panels */
    float: left;
    color: #808080;
}

.review-content .panel-heading .accordion-toggle.collapsed:before {
    content: "\e080"; /* symbol for "collapsed" panels */
}

.review-content .panel-heading .accordion-toggle {
    margin-left: 5px;
}

/* ManageApp - Scoring Review */

.review-score-column {
    margin-left: 15px;
}

/* ManageApp - Allocations */
.allocationContent {
    margin-top: 20px;
}

.applicationAllocationListGrid {
    margin-top: 20px;
}

hr {
    background-color: inherit !important;
}
/*#endregion*/

/*#region Fixes for Telerik upgrade (2022.1.301)
-----------------------------------------------------------*/

/*.k-input {
    width: 100%;
}*/

button.k-button {
    border-radius: 4px;
}

a.k-button:not(.k-primary) {
    background-color: #fff;
    border-color: #ccc;
}

.k-toolbar .k-input,
.k-toolbar .k-picker,
div span.k-picker {
    width: 13em;
}

.k-primary {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca;
    width: max-content;
}

    .k-primary:hover {
        color: #fff;
        background-color: steelblue;
    }

    .k-primary.k-state-disabled,
    .k-primary.k-state-disabled:hover,
    .k-primary[disabled],
    .k-primary[disabled]:hover,
    .k-state-disabled .k-primary,
    .k-state-disabled .k-primary:hover {
        color: #fff !important;
        border-color: #357ebd !important;
        background-color: #428bca !important;
        box-shadow: none !important;
    }

.full-width input:not(.k-checkbox):not(.k-radio),
.full-width .k-textbox,
.full-width .k-widget,
.full-width .k-button:not(.k-select):not(.k-icon-button) {
    width: 100%;
}

.k-disabled, .k-state-disabled span.k-disabled {
    opacity: .7;
    /*background-color: #f5f5f5 !important;*/
}

.k-panelbar .k-panelbar-content {
    color: inherit;
    background-color: #fff;
}

.k-button.k-icon-button {
    padding: inherit;
}

#LoanNavMenu .k-primary .k-link:hover {
    background-color: steelblue;
}

div.income-field {
    padding: 0px 0px 8px 10px;
}

div a.k-button {
    border-radius: 4px;
}

div a:not(.k-primary):not(.condition-action):not(.k-success).k-button:hover {
    background-color: #ccc;
}

.k-tabstrip .k-button.k-disabled {
    opacity: 0.5;
}

li.k-selected.k-menu-item a.k-menu-link {
    background-color: steelblue;
    color: white;
}

.k-chip-solid-base {
    border-color: rgba(51,51,51,.3);
    color: #fff;
    background-color: steelblue;
}

a span.k-panelbar-item-text,
a.k-state-selected:hover span.k-panelbar-item-text {
    color: #000;
}

a.k-state-selected span.k-panelbar-item-text {
    color: #fff;
}

/*#endregion*/

dl.dl-horizontal.dl-left dt {
    text-align: left;
}

/* Kendo overrides the standard disabled look, this will re-enable it. */
input:disabled {
    background-color: rgba(255, 255, 255, 0.1);
}

    input:disabled:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.dl-horizontal dt {
    width: auto;
    min-width: 175px;
}

dl.dl-horizontal dt {
    margin-bottom: 0;
    height: 100%;
    padding-top: 5px;
}

dl.dl-horizontal dd {
    margin-bottom: 0.5em;
}

#remove_dba {
    margin-left: 5px;
}

#application_submission_form .start-date, #application_submission_form .end-date {
    margin-left: 25px;
}

    #application_submission_form .start-date label, #application_submission_form .end-date label {
        margin-right: 5px;
    }

.app-checklist .check-div {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 10px;
    background-color: white;
}

    .app-checklist .check-div table {
        margin: 0;
    }

.app-checklist label {
    font-weight: normal;
}

.app-checklist td {
    vertical-align: top;
}

    .app-checklist td label {
        margin-left: 10px;
    }

        .app-checklist td label.check-label {
            font-size: 14px;
        }

.app-checklist #btnProceed {
    margin-top: 10px;
}

.k-button.k-success,
.k-item.k-success {
    background-color: rgba(32, 141, 49, 1);
    border-color: rgba(32, 141, 40, 0.5);
    color: white;
}

.k-item.k-success {
    border: 1px solid #ccc;
}

    .k-button.k-success:hover,
    .k-item.k-success:hover {
        background-color: rgba(32, 125, 49, 1);
    }

    .k-button.k-success.k-state-disabled,
    .k-button.k-success.k-state-disabled:hover,
    .k-button.k-success.k-state-disabled:focus,
    .k-button.k-success.k-state-disabled:active,
    .k-item.k-success.k-state-disabled,
    .k-item.k-success.k-state-disabled:hover,
    .k-item.k-success.k-state-disabled:focus,
    .k-item.k-success.k-state-disabled:active {
        color: white;
        background-color: rgba(32, 141, 49, 0.5);
        border-color: rgba(175, 217, 175, 1);
    }

    .k-item.k-success > .k-link {
        color: white;
    }

        .k-item.k-success > .k-link > .fa {
            color: white;
            margin: -4px 4px 0 -4px;
            font-size: 14px;
        }

        .k-item.k-success > .k-link:hover {
            background-color: rgba(32, 141, 49, 50);
        }

.k-button.k-danger {
    background-color: rgba(191, 18, 18, 1) !important;
    border-color: rgba(140, 32, 32, 0.5);
    color: white;
}

    .k-button.k-danger:hover {
        background-color: rgba(175, 18, 18, 1) !important;
    }

    .k-button.k-danger.k-state-disabled {
        background-color: rgba(191, 18, 18, 0.5);
        border-color: rgba(217, 176, 176, 1);
    }

    .k-button.k-danger.k-state-disabled {
        color: white;
    }

.k-dialog-buttongroup {
    padding: 0 !important;
}

    .k-dialog-buttongroup button {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 10px;
    }

.part1-summary-wrapper {
    display: none;
}

.part1-summary-dialog {
    padding: 0px 40px;
    font-size: 13px;
}

    .part1-summary-dialog ul {
        list-style: none;
    }

dl.dl-horizontal dt.dt-btn {
    padding-top: 0;
    margin-top: 25px;
}

dl.dl-horizontal dd.dt-btn {
    padding-top: 25px;
}

textarea.k-textbox {
    resize: none;
    overflow: auto;
}

#BusinessInformationForm .form-group {
    margin-bottom: 6px;
}

#BusinessInformationForm .k-textbox,
#BusinessInformationForm .k-widget
{
    width: 100%;
}

#BusinessInformationForm label {
    margin-top: 4px;
}

label.is-required::after,
.is-required > label::after,
h2.is-required::after {
    content: '*';
    color: #a94442;
    padding-left: 3px;
}

ul.input-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#BranchesInformationForm .form-group {
    margin-bottom: 6px;
}

#BranchesInformationForm input:read-only, #BranchesInformationForm span.readonly span.k-dropdown-wrap.k-state-default {
    background-color: rgba(0, 0, 0, 0.1);
}

#UploadWrapper .upload-row {
    border: 1px solid gray;
    border-radius: 5px;
}

#UploadWrapper .browse-button {
    border-radius: 5px 0 0 5px;
}

#UploadWrapper .browse-field {
    border-radius: 0 5px 5px 0;
    border-left: 0;
    height: 30px;
}

#AnnouncementsWrapper {
    padding: 25px;
}

#Announcements {
    border: 1.5px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    border-radius: 3px;
    color: black;
}

#NewLoanForm label,
#Step1Form label {
    font-weight: normal;
}

#NewLoanForm .k-radio-label,
#Step1Form .k-radio-label {
    margin-right: 1em;
}

#NewLoanTabStrip a.k-link {
    white-space: nowrap;
}

#MainTabStrip a.k-link {
    white-space: nowrap;
}

.new-loan {
    background-color: white;
    border-radius: 5px;
}

    .new-loan .k-widget {
        width: 100%;
    }

    .new-loan #ExportFileName {
        color: black;
        margin-left: 2px;
    }

        .new-loan #ExportFileName.muted {
            color: gray;
        }


#LoanTermsForm input:read-only, #LoanTermsForm span.readonly span.k-dropdown-wrap.k-state-default {
    background-color: rgba(0, 0, 0, 0.1);
}

.readonly {
    background-color: rgba(0, 0, 0, 0.1);
}

    .readonly .k-dropdown-wrap {
        background-color: transparent;
    }

.asset-liability-wrapper {
    position: relative;
}

.remove-asset-liability {
    position: relative;
    margin: 10px 0px;
}

@media (min-width: 768px) {
    .remove-asset-liability {
        position: absolute;
        bottom: 0;
        width: auto;
        right: -60px;
        margin: 10px 15px 0px 0px;
    }
}

div.income-labels label, .expense-label {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 24.83px;
}

@media (max-width: 769px) {
    .expense-label {
        text-align: left;
    }
}

div.income-fields .k-widget {
    margin-bottom: 10px;
    width: 100%;
}

input.k-input.readonly {
    background-color: rgba(0, 0, 0, 0.1);
}

#IncomeContainer {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

.income-labels, .income-fields {
    display: inline-block;
    padding: 0px 10px;
}

.income-fields {
    width: 200px;
}

.income-field h3 {
    overflow: scroll;
}

.hide-scroll {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

    .hide-scroll::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.income-labels {
    float: left;
}

.income-total-hidden {
    display: inline-block;
    vertical-align: middle;
    height: 39.83px;
}

.text-bold {
    font-weight: bold;
}

.text-emphasis {
    font-weight: 500;
}

#ExpenseContainer .k-widget {
    width: 100%;
    margin-bottom: 15px;
}

#IncomeContainer .k-input {
    text-align: center;
}

#CalculateFirstMortgate {
    width: 100%;
}

#BorrowerIncome_Totals .k-input, #IncomeAndExpenseForm .total-field {
    font-weight: bold;
}

.newloan-summary-dialog {
    padding: 0px 40px;
    font-size: 13px;
}

.newloan-summary-errors {
    max-height: 300px;
    overflow-y: auto;
}

.income-error-wrapper {
    margin-top: -15px;
    margin-bottom: 15px;
}


div.declaration-labels label {
    width: 450px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 48px;
}

.declaration-labels, declaration-fields {
    display: inline-block;
    padding: 0px 10px;
    float: left;
}

.declaration-propertyLabel {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 48px;
}

div.declaration-fields {
    width: 200px;
    padding-left: 10px;
}

.declaration-field {
    margin-bottom: 15px;
    height: 48px;
}

    .declaration-field .field-validation-error {
        margin-top: 0;
    }

.radioButtonSpace {
    padding-right: 20px;
}

div.sidebyside {
    display: inline-block;
    vertical-align: top;
}

#DeclarationInfo {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

#ReviewWrapper {
    font-size: 1.1em;
}

    #ReviewWrapper .summary-wrapper {
        margin: 4px 0px 15px 0px;
    }

    #ReviewWrapper .field-wrapper {
        margin-bottom: 2px;
    }

    #ReviewWrapper .summary-wrapper {
        font-size: 1.1em;
    }

    #ReviewWrapper .subhead {
        font-size: 0.95em;
        margin-bottom: 4px;
    }

    #ReviewWrapper .summary-field {
        font-weight: bold;
        font-weight: 500;
    }

    #ReviewWrapper .other-credit-summary {
        padding-left: 5px;
    }

    #ReviewWrapper .horizontal-summary-wrapper {
        overflow: auto;
    }

        #ReviewWrapper .horizontal-summary-wrapper table {
            margin: 0;
            white-space: nowrap;
        }

        #ReviewWrapper .horizontal-summary-wrapper .summary-table td {
            padding: 5px;
        }

        #ReviewWrapper .horizontal-summary-wrapper .summary-field {
            max-width: 500px;
            padding-bottom: 5px;
            white-space: normal;
            min-width: 160px;
        }

        #ReviewWrapper .horizontal-summary-wrapper .summary-value {
            width: 100px;
            text-align: center;
            white-space: nowrap;
        }

    #ReviewWrapper h1,
    #ReviewWrapper .h1,
    #ReviewWrapper h2,
    #ReviewWrapper .h2,
    #ReviewWrapper h3,
    #ReviewWrapper .h3 {
        margin-top: 17px;
        margin-bottom: 8.5px;
    }

    #ReviewWrapper h4,
    #ReviewWrapper .h4,
    #ReviewWrapper h5,
    #ReviewWrapper .h5,
    #ReviewWrapper h6,
    #ReviewWrapper .h6 {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

#DeclarationsReview .horizontal-summary-wrapper .summary-field {
    min-width: 500px;
}

#RateLockStep2Wrapper {
    background-color: white;
    border-radius: 5px;
}

    #RateLockStep2Wrapper .field-value .k-widget,
    #RateLockStep2Wrapper .field-value .k-textbox {
        width: 100%;
    }

.k-dropdown.no-select .k-select {
    display: none;
}

.clickable {
    cursor: pointer;
}

.k-button-group > form:not(:first-of-type) > .k-button {
    border-radius: 0px;
    border-left-width: 0px;
}

.k-button-group > form:first-of-type > .k-button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.k-button-group > form:last-of-type:not(:first-of-type) > .k-button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#LoanViewTabStrip {
    margin-bottom: 50px;
}

.app-checklist .check-div {
    font-size: 1.1em;
    padding: 20px;
}

    .app-checklist .check-div ol > li > ol {
        list-style-type: lower-alpha;
    }

    .app-checklist .check-div ol li {
        position: relative;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .app-checklist .check-div ol li label.check-text {
            display: inline;
        }

        .app-checklist .check-div ol li input.checklist-item {
            position: absolute;
            left: -45px;
            top: 4px;
            margin: 0px;
        }

.app-checklist .k-checkbox.invalid,
.app-checklist .k-checkbox.invalid:focus,
.app-checklist .k-checkbox.invalid:hover {
    border: 2px solid var(--bs-danger);
    color: var(--bs-danger);
    background-color: transparent;
}

.k-grid-clear-all-filters .k-icon {
    margin-right: -8px;
    margin-left: -8px;
    box-sizing: content-box;
    height: 20px;
}

.deactivate-template ul.deactivate-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-y: auto;
    list-style-type: none;
    padding-left: 0px;
    border: 0.5px solid #ccc;
    border-radius: 3px;
}

    .deactivate-template ul.deactivate-list li {
        padding: 9px 15px;
    }

        .deactivate-template ul.deactivate-list li:nth-child(2n) {
            background-color: #f5f5f5;
        }

.browse-button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    flex: 1 1 auto;
}

.browse-field {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    display: flex;
    flex: 1 1 auto;
}

span.browse-field {
    box-sizing: content-box;
}

#ProgramsAndLoansForm h4,
#ProgramsAndLoansForm .h4,
#ProgramsAndLoansForm h5,
#ProgramsAndLoansForm .h5,
#ProgramsAndLoansForm h6,
#ProgramsAndLoansForm .h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

#ProgramsAndLoansForm .k-checkbox-label {
    padding-left: 5px;
}

/*#region Margin utilities */
.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.m-05 {
    margin: 0.5em !important;
}

.mx-05 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
}

.my-05 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.mt-05 {
    margin-top: 0.5em !important;
}

.mr-05 {
    margin-right: 0.5em !important;
}

.mb-05 {
    margin-bottom: 0.5em !important;
}

.ml-05 {
    margin-left: 0.5em !important;
}

.m-1 {
    margin: 1em !important;
}

.mx-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.my-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mr-1 {
    margin-right: 1em !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.ml-1 {
    margin-left: 1em !important;
}

.m-2 {
    margin: 2em !important;
}

.mx-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
}

.my-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mr-2 {
    margin-right: 2em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.m-3 {
    margin: 3em !important;
}

.mx-3 {
    margin-left: 3em !important;
    margin-right: 3em !important;
}

.my-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mr-3 {
    margin-right: 3em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.ml-3 {
    margin-left: 3em !important;
}

.m-4 {
    margin: 4em !important;
}

.mx-4 {
    margin-left: 4em !important;
    margin-right: 4em !important;
}

.my-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mr-4 {
    margin-right: 4em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.ml-4 {
    margin-left: 4em !important;
}

.m-5 {
    margin: 5em !important;
}

.mx-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
}

.my-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

.mr-5 {
    margin-right: 5em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.ml-5 {
    margin-left: 5em !important;
}

.m-6 {
    margin: 6em !important;
}

.mx-6 {
    margin-left: 6em !important;
    margin-right: 6em !important;
}

.my-6 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
}

.mt-6 {
    margin-top: 6em !important;
}

.mr-6 {
    margin-right: 6em !important;
}

.mb-6 {
    margin-bottom: 6em !important;
}

.ml-6 {
    margin-left: 6em !important;
}

.m-7 {
    margin: 7em !important;
}

.mx-7 {
    margin-left: 7em !important;
    margin-right: 7em !important;
}

.my-7 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
}

.mt-7 {
    margin-top: 7em !important;
}

.mr-7 {
    margin-right: 7em !important;
}

.mb-7 {
    margin-bottom: 7em !important;
}

.ml-7 {
    margin-left: 7em !important;
}

.m-8 {
    margin: 8em !important;
}

.mx-8 {
    margin-left: 8em !important;
    margin-right: 8em !important;
}

.my-8 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
}

.mt-8 {
    margin-top: 8em !important;
}

.mr-8 {
    margin-right: 8em !important;
}

.mb-8 {
    margin-bottom: 8em !important;
}

.ml-8 {
    margin-left: 8em !important;
}

.m-9 {
    margin: 9em !important;
}

.mx-9 {
    margin-left: 9em !important;
    margin-right: 9em !important;
}

.my-9 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
}

.mt-9 {
    margin-top: 9em !important;
}

.mr-9 {
    margin-right: 9em !important;
}

.mb-9 {
    margin-bottom: 9em !important;
}

.ml-9 {
    margin-left: 9em !important;
}

.m-10 {
    margin: 10em !important;
}

.mx-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
}

.my-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
}

.mt-10 {
    margin-top: 10em !important;
}

.mr-10 {
    margin-right: 10em !important;
}

.mb-10 {
    margin-bottom: 10em !important;
}

.ml-10 {
    margin-left: 10em !important;
}
/*#endregion */

/*#region Padding utilities */
.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-05 {
    padding: 0.5em !important;
}

.px-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.py-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.pt-05 {
    padding-top: 0.5em !important;
}

.pr-05 {
    padding-right: 0.5em !important;
}

.pb-05 {
    padding-bottom: 0.5em !important;
}

.pl-05 {
    padding-left: 0.5em !important;
}

.p-1 {
    padding: 1em !important;
}

.px-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.py-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.pt-1 {
    padding-top: 1em !important;
}

.pr-1 {
    padding-right: 1em !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

.pl-1 {
    padding-left: 1em !important;
}

.p-2 {
    padding: 2em !important;
}

.px-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.py-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.pr-2 {
    padding-right: 2em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.pl-2 {
    padding-left: 2em !important;
}

.p-3 {
    padding: 3em !important;
}

.px-3 {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

.py-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.pt-3 {
    padding-top: 3em !important;
}

.pr-3 {
    padding-right: 3em !important;
}

.pb-3 {
    padding-bottom: 3em !important;
}

.pl-3 {
    padding-left: 3em !important;
}

.p-4 {
    padding: 4em !important;
}

.px-4 {
    padding-left: 4em !important;
    padding-right: 4em !important;
}

.py-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.pt-4 {
    padding-top: 4em !important;
}

.pr-4 {
    padding-right: 4em !important;
}

.pb-4 {
    padding-bottom: 4em !important;
}

.pl-4 {
    padding-left: 4em !important;
}

.p-5 {
    padding: 5em !important;
}

.px-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
}

.py-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

.pt-5 {
    padding-top: 5em !important;
}

.pr-5 {
    padding-right: 5em !important;
}

.pb-5 {
    padding-bottom: 5em !important;
}

.pl-5 {
    padding-left: 5em !important;
}

.p-6 {
    padding: 6em !important;
}

.px-6 {
    padding-left: 6em !important;
    padding-right: 6em !important;
}

.py-6 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}

.pt-6 {
    padding-top: 6em !important;
}

.pr-6 {
    padding-right: 6em !important;
}

.pb-6 {
    padding-bottom: 6em !important;
}

.pl-6 {
    padding-left: 6em !important;
}

.p-7 {
    padding: 7em !important;
}

.px-7 {
    padding-left: 7em !important;
    padding-right: 7em !important;
}

.py-7 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
}

.pt-7 {
    padding-top: 7em !important;
}

.pr-7 {
    padding-right: 7em !important;
}

.pb-7 {
    padding-bottom: 7em !important;
}

.pl-7 {
    padding-left: 7em !important;
}

.p-8 {
    padding: 8em !important;
}

.px-8 {
    padding-left: 8em !important;
    padding-right: 8em !important;
}

.py-8 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
}

.pt-8 {
    padding-top: 8em !important;
}

.pr-8 {
    padding-right: 8em !important;
}

.pb-8 {
    padding-bottom: 8em !important;
}

.pl-8 {
    padding-left: 8em !important;
}

.p-9 {
    padding: 9em !important;
}

.px-9 {
    padding-left: 9em !important;
    padding-right: 9em !important;
}

.py-9 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
}

.pt-9 {
    padding-top: 9em !important;
}

.pr-9 {
    padding-right: 9em !important;
}

.pb-9 {
    padding-bottom: 9em !important;
}

.pl-9 {
    padding-left: 9em !important;
}

.p-10 {
    padding: 10em !important;
}

.px-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
}

.py-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
}

.pt-10 {
    padding-top: 10em !important;
}

.pr-10 {
    padding-right: 10em !important;
}

.pb-10 {
    padding-bottom: 10em !important;
}

.pl-10 {
    padding-left: 10em !important;
}
/*#endregion */

