﻿
*[data-title]:hover::after {
    content: attr(data-title);
    /* Add your custom styles here */
}

.btn:focus-visible {
    box-shadow: none;
}

body.show-ruler::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background-size: 10px 10px;
    background-image: linear-gradient(to right, rgba(254, 0, 0, 1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 0, 0, 1) 1px, transparent 1px);
    z-index: 9999;
}

.app-container {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.app-navigation {
    color: black;
    display: flex;
    flex-direction: column;
    width: 275px;
    /* background-image: linear-gradient( 0deg, rgb(51, 88, 244) 0%, rgb(29, 140, 248) 100%);*/
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    background-color: white;
    overflow: auto;
    /*transition: .3s;*/
    flex: 1;
}
body.dark-mode .app-navigation {
    /*background-color: rgba(0,0,0, .05);*/
    background: #1C1C22;
}
.app-navigation-container.hide .app-navigation {
    width: 78px;
}

.app-form-field-time-menu-items.time-zones .app-form-field-time-menu-item {
    text-align: left;
}


.app-navigation a {
    padding: 10px 0px;
    padding-left: 6px;
    display: flex;
    align-items: center;
    /*  margin: 10px 0px;*/
    background-color: transparent;
    border: solid 1px transparent;
    text-decoration: none;
    transition: .2s;
    /* margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;*/
}
body.light-mode .app-navigation a {
    color: #000;
}

    body.light-mode .app-navigation a:hover, body.light-mode .app-navigation.select > a {
        background-color: lightgray;
        border: solid 1px lightgray;
    }

body.dark-mode .app-navigation a {
    color: whitesmoke;
}

    body.dark-mode .app-navigation a:hover, body.dark-mode .app-navigation.select > a {
        background-color: rgba(200, 200, 200, 0.2);
        border: solid 1px transparent;
    }

/*.app-navigation a:focus {
    background-color: lightgray;
    border: solid 1px lightgray;
}
*/
.app-navigation-item > a:hover, .app-navigation-item.select > a {
    background-color: lightgray;
    border: solid 1px lightgray;
}

/*.app-navigation-item.context-menu > a {
    background-color: lightgray;
    border: solid 1px lightgray;
}*/

body.dark-mode .app-navigation-item > a {
    color: whitesmoke;
}

    /*body.dark-mode .app-navigation-item > a:focus {
        background-color: rgba(200, 200, 200, 0.2);
        border: solid 1px transparent;
    }
*/
body.dark-mode .app-navigation-item > a:hover, body.dark-mode .app-navigation-item.select > a {
    background-color: rgba(200, 200, 200, 0.2);
    border: solid 1px transparent;
}
/*
.app-navigation a:active {
    background-color: #288c6c;
    background: linear-gradient( 60deg, #288c6c, #4ea752);
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(76 175 80 / 40%);
    color: white !important;
}

    .app-navigation a:active .app-navigation-icon {
        color: white !important;
    }
*/
.app-navigation a.selected {
    background-color: #4ea752;
    background: linear-gradient( 60deg, #288c6c, #4ea752) !important;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(76 175 80 / 40%) !important;
    color: white !important;
}

    .app-navigation a.selected .app-navigation-icon {
        color: white !important;
    }
.app-navigation-subitems-loading-item {
    padding-left: 29px;
    position: relative;
    top: 0px;
    font-size: .9rem;
    padding-top: 5px;
    padding-bottom: 5px;
    display:none !important;
}
.app-navigation-subitems-loading-item.show {
    display:flex !important;
}
/*.app-navigation-item:not(.expanded) app-navigation-subitems-loading-item {
    display:none !important;
}*/
.app-navigation-subitems-loading-item .app-span {
    padding-left: 10px;
    font-style: italic;
}
body.dark-mode .app-navigation-subitems-loading-item .app-span {
    color:white;
}
.app-navigation-profile-link {
}

.app-navigation-container.hide .app-navigation-profile-link {
    justify-content: center;
}

.app-navigation-profile-link-image {
    width: 34px;
    height: 34px;
    min-height: 34px;
    min-width: 34px;
    overflow: hidden;
    float: left;
    position: relative;
    /* top: -8px; */
    z-index: 5;
    margin-right: 5px;
    border-radius: 50%;
    margin-left: 12px;
    margin-left: 8px;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.app-navigation-container.hide .app-navigation .app-navigation-profile-link-image {
    margin-left: 0px;
    margin-right: 0px;
}
.app-navigation-profile-link-image i {
    align-items: center;
    justify-content: center;
    font-size: 2.1em;
    color: gray;
}
.app-navigation-profile-link-image img {
    display: none;
}

.app-navigation-container {
    display: flex;
    flex-direction: column;
    position: relative;
}
body.dark-mode .app-container {
    background: linear-gradient(#1E1E2F, #1E1E25);
    background: #131313;
    background: #191919;
    background: #1C1C22;
}

.app-navigation-slider {
    position: absolute;
    top: 10px;
    right: -29px;
    padding: .5rem;
    top: 21px;
    right: -26px;
    padding: .4rem;
    font-size: 1rem;
    color: white;
    background-color: black;
    border-radius: 5px;
    border: solid 1px transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* background: linear-gradient( 
60deg, #288c6c, #4ea752) !important; */
    /* background: linear-gradient( 
60deg, #7b1fa2, #913f9e); */
    /* background-color: rgba(255, 255, 255, 0.3); */
    color: #C4D4D7;
    background-color: transparent;
    /* background: linear-gradient(#12121A, #121216) !important; */
   /* border: solid 1px #121216;*/
    cursor: pointer;
    z-index: 10;
}
body.hide-side-nav .app-navigation-slider {
    display:none;
}
/*body.hide-side-nav .app-navigation {
    display: none;
}*/
body.dark-mode .app-navigation-slider {
    background: #1E1E2F;
    background: #131313;
    background: #1C1C22;
}
body.light-mode .app-navigation-slider {
   /* border-color: lightgray;*/
    color: gray;
}
body.light-mode .app-navigation-slider:hover {    
    background-color: lightgray;
}
body.dark-mode .app-navigation-slider:hover {
    background: #12121A;
    background: #191919;
    background: #1C1C22;
}
body.dark-mode .app-navigation-slider:active {
    background-color: rgba(0,0,0, .05);
    color: white;
    transition: 0;
}
body.light-mode .app-navigation-slider:active {
    background-color: rgba(0,0,0, .05);
    /*color: white;*/
    transition: 0;
}
/*.app-navigation-container.hide .app-navigation-slider {
    display: none;
}*/
.app-navigation-slider i {

}
.app-navigation-container.hide .app-navigation-slider i {
    transform: rotateZ( 180deg );
}
.app-navigation-container.hide .splitter {
    display: none !important;
}

.app-navigation-profile-link label {
    font-size: .9rem;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-navigation-container.hide .app-navigation .app-navigation-profile-link label {
    display: none;
    transition-delay: 0;
}

.app-navigation a:active .app-navigation-profile-link i {
    color: white !important;
}

.app-navigation-profile-link:active i {
    color: white !important;
}

.app-navigation-profile-link.selected i {
    color: white;
}

body.dark-mode .app-navigation-profile-link-image i {
    color: white !important;
}

.app-navigation-seperator {
    height: 1px;
    min-height: 1px;
    background-color: lightgray;
    margin-left: 20px;
    margin-right: 20px;
}

body.dark-mode .app-navigation-seperator {
    background-color: rgba(180, 180, 180, 0.3);
}

.app-navigation-seperator.logo {
    margin: 0;
    height: 2px;
    background-image: linear-gradient( 90deg, #752877 0%, #ff5860 100%);
    background-image: linear-gradient( 90deg, #752877 0%, #ff5860 60%, #1C6688 100%);
    -webkit-box-shadow: 0 0 20px 0 rgb(255 88 96 / 50%);
    box-shadow: 0 0 20px 0 rgb(255 88 96 / 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.app-navigation-item ul {
    display: none;
    margin-top: -.5rem;
    margin-top:0;
}
.app-navigation-item.expanded ul.show {
    display:flex;
    flex-direction:column;
}

.app-navigation-item a {
   /* margin: 10px 15px;*/
    border-radius: 0px;
    color: #000;
    padding: 10px;
    padding-left: 16px;
    padding-right: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    /*   transition:.2s;*/
   /* margin: 5px 0px;*/ 
    border: solid 1px transparent;
}
.app-navigation-item a .app-navigation-icon > .app-image {
    max-width: 44px;
    max-height: 22px;
    position: relative;
   /* top: -3px;*/
}
.app-navigation-item a .app-navigation-icon > span {
    position:relative;
 /*   top:-2px;*/
}

.app-navigation-icon {
    font-size: 24px;
    float: left;
    margin-right: 7px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: gray;
}
.app-navigation-container.hide .app-navigation-icon {
    margin-right: 0 !important;
}

.app-navigation-item a.selected .app-navigation-icon {
    color: white !important;
}

body.dark-mode .app-navigation-icon {
    color: whitesmoke;
}

.app-navigation-item a label {
    margin: 0;
    font-size: 1.1rem;
    position: relative;
    height: auto;
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-navigation-container.hide .app-navigation .app-navigation-item a label {
    display: none;
}
.app-navigation-container.hide .app-navigation .app-navigation-item a .app-navigation-spinner {
    display: none;
}

body.dark-mode .app-navigation-item a {
    color: #fff;
}


.app-navigation-subitems {
    display:none;
}
.app-navigation-subitems.show {
    display: block;
}
.app-navigation-subitems .app-navigation-item > a {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    margin-left: 0px;
    margin-right: 0px !important;
    padding-left: 0px;
    padding-right: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    max-width: calc(100% - 0px);
}
.app-navigation-container.hide .app-navigation a {
    padding-left: 0px !important;
}
.app-navigation-container.hide .app-navigation-subitems .app-navigation-item > a {
    padding-left: 0px !important;
}
.app-navigation-container.hide .app-navigation-item a {
    padding-left: 10px !important;
}

.app-navigation-subitems .app-navigation-item > a .app-navigation-icon {
    margin-right: 0px !important;
    justify-content: center;
}

.app-navigation-subitems .app-navigation-item > a .app-navigation-spinner {
    order: -1;
}
.app-navigation-subitems .app-navigation-item > a .app-label {
    margin-left: 5px;
}
.app-navigation-view {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.app-navigation-view.manage-view {  
    padding: 0rem 1.5rem;
    margin: 1rem 1rem;
    margin-top:0rem;
    border-radius: 5px;
    /* background-color: white; */
   /* border: solid 1px lightgray;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
    border: solid 1px lightgray;*/
    border-radius: 5px;
    overflow:hidden;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom-left-radius:0;
    border-top-right-radius:0;
    border-bottom:none;
}
body.dark-mode .app-navigation-view.manage-view {
    /* background: linear-gradient(#12121A, #121216) !important;*/
    border: solid 1px #121216;
    border: none !important;
    box-shadow:none;
}

.app-form-window {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 5001;
}
.app-form-window-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    margin: 2rem;
}

.app-form-window-container .app-form {
    margin: 0;
    background-color: white;
    border-radius: 5px !important;
    overflow:auto;
    height: 92vh;
}

.app-form-views {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.app-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    /* height: calc(100vh); */
    position: relative;
   /* padding-top: 7px;*/
}

/*body.dark-mode .app-body {
    background-color: #191919;
}
*/
.app-body-header {
    display: flex;
    min-height: 50px;
    padding: 1rem;
    padding-bottom: 0;
    padding-top: 0;
}

.app-body-header-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
    padding-top: 10px;
    transition: .2s;
    padding-left: 25px;
    display: flex;
    text-transform: uppercase;
    font-size: .9em;
    position: relative;
   /* padding-bottom:17px;*/
    /*background-color: black;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);*/
}

.app-body-header-left-wrapper {
    padding-top: .3rem;
    display: flex;
    align-items: center;
    padding-top: 10px;
    /*padding-bottom: 16px;*/
}
.app-breadcrumb-info .record-display {
    display: flex;
    padding-left: 1rem;
    white-space: nowrap;
    padding-right: 6rem;
}
.app-breadcrumb-info .recordCount {
    padding-right: 8px;
    text-transform: none;
    font-size: 1.2rem;
}
body.dark-mode .app-breadcrumb-info .recordCount {
    color: whitesmoke;
}
.app-breadcrumb-info .totalRecordsLabel {
    text-transform: none;
    color: dimgray;
    font-size: 1.2rem;
}
body.dark-mode .app-breadcrumb-info .totalRecordsLabel {
    color: lightgray;
}

.app-body-header-right-wrapper {
    display: flex;
    /* align-items: center; */
    /* position: relative; 
    top: -3px;*/
    flex-direction: column;
    align-items: flex-end;
    /* position: absolute;
    right: 0;
    top: 0;*/
    order: 1;
    /*padding-left: .5rem;*/
   padding-right: 1rem;
}

.app-menubar {
    color: #1C1C22;
    padding: 0;
    padding-bottom: 0;
    /* border-right: solid 1px #d0d0d0;
    border-left: solid 1px #d0d0d0;*/
    padding: 3px;
    /* border-bottom: solid 1px #d0d0d0; */
    border-color: rgba(0,0,0, .05);
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

/*body.dark-mode .app-menubar {*/
    /*background: #1E1E2F;
    background: #131313;*/
    /*background: #191919;*/
   /*background: #1C1C22;
}*/

body.light-mode .app-menubar {
    color: white;
}

.app-menubar ul {
    padding: 0;
    margin: 0;
    font-size: .8rem;
    list-style: none;
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: 4px;
    margin: 0;
    font-size: 1rem;
    list-style: none;
    display: flex;
    /* flex-wrap: wrap;*/
    /*display: none;*/
}

body.dark-mode .app-menubar ul {
    color: #fff;
}

/*body.light-mode .app-menubar ul {
    color: #000;
}*/

.app-menubar ul li {
    display: inline-block;
    padding: 6px;
    cursor: default;
    position: relative;
    padding-top: 7px;
    padding-bottom: 5px;
}

.app-menubar ul li {
    display: inline-block;
    padding: 20px;
    cursor: default;
    position: relative;
    padding-top: 13px;
    padding-bottom: 10px;
}

    .app-menubar ul li:hover {
        /*background-color: #858585;*/
        color: white;
    }

body.dark-mode .app-menubar ul li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.app-menubar ul li:hover > label,
.app-menubar ul li.selected > label {
    color: #fff;
}

.app-menubar ul li.selected {
    /*background-color: #676767;*/
    color: white;
}

.app-menubar ul li:last-of-type {
    margin-right: 0;
}

.app-menubar ul li:first-of-type {
    margin-left: 0;
}


#app-menu {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 40px;
}

@media only screen and (max-width: 1300px) {

    #app-menu {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1100px) {

    #app-menu {
        margin-right: 0px;
    }
}

.app-window {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  /*  overflow: hidden;*/
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
body.dark-mode .app-window {
    background-color: #2b2b31;
}
body.light-mode .app-window {
    background-color: white;
}

.app-menu {
    border: solid 1px rgba(100,100,100,.3);
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    position: absolute;
    z-index: 15100;
    display: none;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 11px;
    border-radius: 5px;
    overflow:hidden;
}
.app-header .app-menu {
    border:none;
    box-shadow:none;
}

.app-menu.show {
    display: block;
}

/*body.dark-mode .app-menu {
    background-color: #1C1C22;
    color: rgba(255,255,255,.9);
    border: solid 1px #1C1C22;
}*/

.app-menu-item {
     font-size: .9rem;
    white-space: nowrap;
    display: flex;
    position: relative;
}
body.light-mode .app-menu-item {
}

.app-menu-item-divider-checkbox {
    width: 2rem;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}
body.light-mode .app-menu-item-divider-checkbox {
    background-color: #F0F0F0;
}
body.dark-mode .app-menu-item-divider-checkbox {
  /*  background-color: #1C1C22;*/
}

.app-menu-item-divider {
    height: 1px;
    background-color: #BDBDBD;
    margin: 3px 3px 3px 5px;
    flex: 1;
}
body.dark-mode .app-menu-item-divider {
    background-color: #444;
}

.app-menu-item-checkbox {
    width: 2rem;
    min-width: 2rem;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}
body.light-mode .app-menu-item-checkbox {
    background-color: #F0F0F0;
}
body.dark-mode .app-menu-item-checkbox {
    /*background-color: #1C1C22;*/
}

body.light-mode .app-menu-item:hover > .app-menu-item-checkbox {
    background-color: #B5D7F3;
    border-top: solid 1px #0078D7;
    border-bottom: solid 1px #0078D7;
}
body.dark-mode .app-menu-item:hover > .app-menu-item-checkbox {
    background-color: #0d6efd;
    border-top: solid 1px #0d6efd;
    border-bottom: solid 1px #0d6efd;
}


.app-menu-item-checkbox-area {
    background-color: #B5D7F3;
    border: solid 1px #0078D7;
    width: 29px;
    height: 29px;
    margin: 1px;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
}
body.light-mode .app-menu-item-checkbox-area {
    background-color: #B5D7F3;
    border: solid 1px #0078D7;
}
body.dark-mode .app-menu-item-checkbox-area {
    background-color: #0d6efd;
    border: solid 1px #0d6efd;
    border: solid 1px transparent;
}

body.light-mode .app-menu-item:hover > .app-menu-item-checkbox > .app-menu-item-checkbox-area {
    background-color: #80BCEB;
}
body.dark-mode .app-menu-item:hover > .app-menu-item-checkbox > .app-menu-item-checkbox-area {
    background-color: #0d6efd;
}


.app-menu-item.checked > .app-menu-item-checkbox > .app-menu-item-checkbox-area {
    display: flex;
}

/*.app-menu-item-checkbox-image {
    position: relative;
    top: 3px;
}*/

.app-menu-item.disabled > .app-menu-item-checkbox > .app-menu-item-checkbox-area > .app-menu-item-checkbox-image {
    color: #7B858D;
}

.app-menu-item-label {
    padding: 10px 5px;
    padding-right: 25px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    flex: 1;
    color:black;
}
body.dark-mode .app-menu-item-label {
    color: #fff;
}

body.light-mode .app-menu-item:hover > .app-menu-item-label {
    background-color: #B5D7F3;
    border-top: solid 1px #0078D7;
    border-bottom: solid 1px #0078D7;
}

body.dark-mode .app-menu-item:hover > .app-menu-item-label {
    background-color: #0d6efd;
    border-top: solid 1px #0d6efd;
    border-bottom: solid 1px #0d6efd;
}

.app-menu-item.disabled > .app-menu-item-label {
    color: gray;
}

body.dark-mode .app-menu-item.disabled > .app-menu-item-label {
    color: #7B858D;
}


.app-menu-item-hotkey {
    padding: 10px 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    text-align: right;
    color: transparent !important;
}

body.light-mode .app-menu-item:hover > .app-menu-item-hotkey {
    background-color: #B5D7F3;
    border-top: solid 1px #0078D7;
    border-bottom: solid 1px #0078D7;
}

body.dark-mode .app-menu-item:hover > .app-menu-item-hotkey {
    background-color: #0d6efd;
    border-top: solid 1px #0d6efd;
    border-bottom: solid 1px #0d6efd;
}

.app-menu-item.disabled > .app-menu-item-hotkey {
    color: #7B858D;
}

.app-menu-item-arrow {
    padding: 10px 5px;
    padding-right: 10px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    text-align: right;
    display: none;
}

    .app-menu-item-arrow.show {
        display: block;
    }

body.light-mode .app-menu-item:hover > .app-menu-item-arrow {
    background-color: #B5D7F3;
    border-top: solid 1px #0078D7;
    border-bottom: solid 1px #0078D7;
}

body.dark-mode .app-menu-item:hover > .app-menu-item-arrow {
    background-color: #0d6efd;
    border-top: solid 1px #0d6efd;
    border-bottom: solid 1px #0d6efd;
}

.app-menu-item.disabled > .app-menu-item-arrow {
    color: #7B858D;
}

.app-menu-item-arrow > i {
    position: relative;
    top: -1px;
}



.app-logo-link {
    position: relative;
   /* left: 20px;
    top: -5px;
    display:none;*/
}

    .app-logo-link a {
        transition: .2s;
        display: flex;
        padding-right: 1em;
        opacity: 1;
        margin-bottom: 0;
        /*padding-bottom: 13px;
        padding-top: 8px;*/
        cursor: default;
    }

.app-header-panel {
    display: flex;
    align-items: center;
    position: relative;
    padding: .5rem;
}
.app-header-panel .app-form-field-select {    
    max-width: 22rem;
}
body.light-mode .app-header-panel  .app-form-select {    
    background: white;
    font-size:1.8rem;
}
.app-logo-link a:hover {
    opacity: 1;
}

    .app-logo-link img {
        opacity: 1;
        float: left;
        width: 39px;
        text-align: center;
        margin-left: 12px;
       /* margin-right: 15px;*/
    }

    .app-logo-link label {
        display: block;
        opacity: 1;
        transform: translate3d(0px, 0, 0);
        font-size: 17px;
        position: relative;
        top: 1px;
        /* letter-spacing: 4px; */
        color: rgb(32, 33, 36);
        text-transform: uppercase;
        left: -10px;
        display:none;
    }
.app-navigation-container.hide .app-logo-link label {
    display:none;
}
.app-navigation-container.hide .app-navigation-subitems {
    display:none !important;
}
body.dark-mode .app-logo-link label {
    color: whitesmoke;
}

.app-breadcrumbs {
    transition: .2s;
    padding-left: 0px;
    padding-right: 10px;
    margin-left: 0px;
    display: flex;
    text-transform: uppercase;
    font-size: .9em;
    min-height: 42px;
    align-items: flex-end;
    position: relative;
    top: 12px;
}
.app-view.root .app-breadcrumbs {
    top: -2px;
}

.app-breadcrumb-item {
    display: flex;
    align-items: flex-start;
}
.app-breadcrumb-item .html-link {
    
    /*position: relative;
    top: -2px;*/
}

    .app-breadcrumb-item a {
        transition: .2s;
        color: black;
        opacity: .8;
        transition: .2s;
        font-weight: 300;
        font-size: 1.8rem;
        /*opacity: 1;*/
      /*  text-decoration: underline !important;*/
    }

body.dark-mode .app-breadcrumb-item a {
    color: #fff;
}

.app-breadcrumb-item a:hover {
    opacity: 1;
}

.app-breadcrumb-item i {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 1rem;
    color: gray;
}

body.dark-mode .app-breadcrumb-item i {
    color: whitesmoke;
}
body.light-mode .app-breadcrumb-item i {
    color: dimgray;
}
.app-breadcrumb-info {
    padding-right: 1rem;
    position: relative;
    top: -4px;
    padding-left: 2rem;
}
.app-breadcrumb-item label {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 300;
    color: #444;
}

body.dark-mode .app-breadcrumb-item label {
    color: whitesmoke;
}

.app-body-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    /* height: calc(100vh); */
    /*position: absolute;*/
    /*left: 0;
    top: 45px;
    right: 0;
    bottom: -1px;*/
    /*border-bottom: solid 1px lightgray;*/
    /*  overflow: hidden;*/
    /* padding-top: 20px; */
    /* padding-top: 20px;*/
    /*padding-top: 12px;*/
}

.app-form-view {
    /*overflow: auto;*/
    /*padding-top: 10px;*/
    /*height: 100%; */
    display: flex;
    flex-direction: column;
    flex: 1;
}

.app-body-footer {
    display: flex;
    height: 50px;
}


.app-footer {
    max-height: 22px;
    min-height: 22px;
    background: linear-gradient(to bottom, #e4e5e5 0, #d9d9d9 100%);
    border: solid 1px #d0d0d0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-size: .75em;
    align-items: center;
    border-color: rgba(0,0,0, .05);
}

body.dark-mode .app-footer {
    background: linear-gradient(#12121A, #121216);
    background: #1E1E25;
    background: #131313;
    color: lightgray;
}

.app-form-buttons {
    display: flex;
    align-items: center;
    padding-top: .5rem;
}
/*.slide-container > .app-form-buttons {
    margin-left:-1rem;
}*/
.app-form-buttons .actions {
    display: flex;
    align-items: center;
}
/*.filters-container .app-form-buttons {
    padding-top: 0 !important;
}*/
.filters-container .app-form-filters .app-form-field {
    padding-bottom: 7px !important;
}
/*.filters-container.form-attached {
    margin-top:-1.5rem;
}*/
.app-view > .app-form-header > button > .app-form-label {
    color:dimgray;
}
/*body.light-mode .app-form {
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
    border: solid 1px lightgray;
}*/
body.dark-mode .app-form {
    color: #C4D4D7;
    /*border: solid 1px rgba(0,0,0,.1);
    border: solid 1px rgba(0,0,0,.2);
    background-color: rgba(0,0,0, .05);*/
    /* background-color: #27293D;
    background: linear-gradient(#12121A, #121216) !important;*/
    /* border: solid 1px #121216;*/
    /* border:none;
    box-shadow:none;*/
}

.app-form-body .slide-container {
    position:relative;
}
.app-form-body .description-controls {
    position: absolute;
    top: 5px;
    right: 0px;
}

.app-form-header {
    display: flex;
    position: relative;
    align-items: flex-end;
    /* top: -25px;
    margin-left: 10px;*/
}
.app-form-header.form-attached {
    top:0px;
    justify-content: flex-end;
    position: absolute;
    right: 3rem;
}

.app-form-fields > .app-form-header {
    display: flex;
    position: relative;
    /* padding-bottom: .5rem; */
    align-items: center;
    /*margin-left: -17px;
    margin-right: -17px;*/
    padding-left: 2rem;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
    background: linear-gradient(to bottom, #0d6efd 0%,#7db9e8 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none;
    border-right: none;
    margin-bottom: .5rem;
    min-height: 141px;
    max-height: 200px;
}
.app-form-fields > .app-form-header.has-background-image {
    overflow: hidden;
    background: none;
}
body.dark-mode .app-form-fields > .app-form-header {
    border-bottom: none;
}
body.light-mode .app-form-fields > .app-form-header {
    border-bottom: none;
    border-radius: unset;
}

.app-form-buttons .navigation {
    display: flex;
    align-items: center;
}
/*.app-form-header .app-form-image-container.has-image {
    display:flex;
}*/

body.dark-mode .app-form-header .app-form-image-container {
   /* border: solid 1px #913f9e;
    background: linear-gradient( 60deg, #7b1fa2, #913f9e);
    color: white;*/
    /*background-image: linear-gradient(to bottom left,#344675,#263148,#344675);
   background-color: #344675;
    background-image: linear-gradient(to bottom left,#344675,#263148,#344675);
    background-color: #344675;*/
   /* border: 1px solid transparent;
    box-shadow: none !important;*/
}
body.dark-mode .app-form-header .app-form-image-container > div {
  /*  display:none !important;*/
    width:80px;
}
body.dark-mode .app-form-header .app-form-image-container > div.show {
    display:block !important;
}

.app-form-header .app-form-labels {
    flex:1;
    padding-left: .5rem;
}

.app-form-header .app-form-image-container img {
    max-width: 150px;
    max-height: 120px;
    vertical-align: middle;
    border-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.app-form-header .app-form-image-container.has-image {
    border: none !important;
    background-color: transparent !important;
    background: none !important;
    /*min-width: unset;
    min-height: unset;*/
    z-index:1;
}
.app-form-header .app-form-image-container.has-image img {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(100 100 100 / 40%);
}
.app-form-header .app-form-image-container.default-artwork img {
    box-shadow: none;
}

.app-form-header .app-form-label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-left: 5rem;
    margin-bottom: 0;
    text-transform: none;
    flex: 1;
    margin-bottom: 0;
    text-transform: none;
    flex: 1;
    font-size: 1.125rem;
    line-height: 1.4em;
    color: dimgray;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    padding-bottom: 2px;
   /* top: -20px;*/
}
body.dark-mode .app-form-header .app-form-label {
    color:white;
}

.app-form-table .card-description-container {
    font-size: 1.2rem;
    border-bottom: solid 1px #2A2A30;
    border-bottom: solid 1px #444;
    border-bottom: solid 1px silver;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.app-form-table  .record-display {
    display: flex;
    align-items: center;
}

.app-form-table .totalRecords {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 7px; */
    margin-right: 30px;
    font-size: 1.125rem;
    line-height: 1.4em;
    /*    position: relative;
    top: -15px;
    left: -2px;*/
}
.app-form-table .totalRecords.form-attached {
    position: relative;
    top: 12px;
    margin-right: 0px;
}

.app-form-table .totalRecordsLabel {
    color: dimgray;
    color: whitesmoke;
    padding-left: 5px;
    opacity: .9;
}

.app-view .slide-container .filters-container {
    padding-top: 0.5rem;
}
.app-tab-view .slide-container .app-form-buttons {
    /*padding-top: 0px !important;*/
    padding-bottom: 0.5rem;
    /*padding-bottom: 1rem;*/
}

.app-tab-view .card-description-container {
    font-size: 1.2rem;
    border-bottom: solid 1px #2A2A30;
    border-bottom: solid 1px #444;
    padding-bottom: .2rem;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
   /* display:none !important;*/
}

.app-tab-view .app-form-header .record-display {
    display: flex;
    align-items: center;
}

.app-tab-view .app-form-header .totalRecords {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 0px;
    /* margin-left: 7px; */
    margin-right: 8px;
    font-size: 1.125rem;
    line-height: 1.4em;
    /*    position: relative;
    top: -15px;
    left: -2px;*/
}

.app-form-grid {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: .5rem;
  /*  border-top: solid 1px rgba(100,100,100,.3);*/
}

    .app-form-grid .app-navigation-view.manage-view {
        margin-left: .5rem;
        margin-right: .5rem;
    }

.app-form-grid .list-view-groups {
    position:initial;
}
.app-form-grid .list-view-container {
    display:flex;
}

.app-tab-view .app-form-header .totalRecordsLabel {
    color: dimgray;
    padding-left: 5px;
}

.app-form-view .app-form-body {
    padding-top: 0rem;
    padding-bottom: .5rem;
}
.app-form-view .app-form-table .app-form-body {
    padding-top: 1rem;
    padding-bottom: 0rem;
}
.app-form-body.form-attached > .table-container {
    padding-top:1rem;
}

.app-form-grid .list-view-header {
    display: none;
}
.app-form-grid .app-navigation-view.list-view-container .list-view-body {
    padding:0;
    padding-bottom:.5rem;
}

/*body.dark-mode .app-view .table {
    background-color: #27293D;
    background: linear-gradient(#12121A, #121216) !important;
}*/
.app-view .table img {
    max-width: 200px;
    max-height: 60px;
    min-height: 45px;
    margin: 0.5rem;
    object-fit: contain;
}
.app-view .table-loader-bkgd {
    position: fixed;
    top: -1rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    border-top-left-radius: 5px;
    z-index:5;
}
body.dark-mode .app-view .table-loader-bkgd {
    background-color: rgba(0,0,0,.4);
}
body.dark-mode .app-view .table-loader-bkgd.barely-show {
    background-color: rgba(0,0,0,.1);
}
body.dark-mode .app-view .table-loader-bkgd.no-show {
    background-color: rgba(0,0,0,0);
}
.app-view .table-loader-bkgd.show {
    opacity: 1;
   /* pointer-events: all;*/
}

.app-view .table-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 300;
    user-select: none;
    pointer-events: none;
    justify-content: center;
}

.app-form-field-series {
    display: flex;
    align-items: flex-end;
}
.app-form-field-series .series-end {
    display: flex;
    flex-direction:row !important; 
    align-items:center;

}
.app-form-field-series .series-end .app-form-field-label {
    padding-right:5px;
}
.app-form-field {
    display: flex;
    flex-direction: column;
    padding: .5rem 0;
    padding-top: 0;
    padding-bottom: .7rem;
    flex:1;
    position:relative;
}
.app-form-field.margin-right {
    margin-right:.5rem;    
}
.app-form-table .app-form-field {
    padding-bottom: .5rem;
}
.app-form-field.slim-padding {    
    padding-bottom: .1rem;
}
.app-form-field.no-padding {    
    padding-bottom: 0rem;
}
.app-field-group {
   /* flex: 1;*/
    padding-right: .5rem;
    padding-left: .5rem;
    display:flex;
}
.app-field-group.flex-row {
    padding-right: .5rem !important;
}
.app-page-row-data.groups .properties-groups {
    margin-right: .5rem;
}

.app-field-form-range {
    border-color: transparent !important;
}

body.dark-mode .app-form-field {
    color: whitesmoke;
}

.app-form-field-label-container {
    display:flex;
}

.app-form-field-image-container {
    display: flex;
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-user-select: none;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    border: solid 1px #444 !important;
    padding: 1rem;
    border-radius: 5px;
    overflow: auto;
    /* max-height: 53vh;*/ 
    min-height: 2.7rem;
}
body.dark-mode .app-form-field-image-container {
    border: solid 1px #444 !important;
}
body.light-mode .app-form-field-image-container {
    border: solid 1px silver !important;
}
body.light-mode .app-form-field-image-container:focus {
    border: solid 1px dodgerblue !important;
}
body.dark-mode .app-form-field-image-container:focus {
    border: solid 1px #0d6efd !important;
}
/*.app-form-field.app-form-field-image {
    padding-bottom:.2rem !important;
}
*/
.flex > .app-form-field {
    padding-right: .5rem;
    flex: 1;
}
.app-form-field-input {
    min-width: 125px;
    width: 100%;
    flex: 1;
}

.app-form-field-label {
    padding-bottom: 5px;
    padding-left: 3px;
    user-select: none;
    padding-left: 3px;
    text-transform: uppercase;
    font-size: .7rem !important;
    font-weight: 500;
    white-space: nowrap;
}

body.dark-mode .app-form-field-label {
    color: white !important;
}

.app-form-check.app-form-field {
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.app-form-field-checkbox .app-form-check-input {
    margin-left: initial !important;
    width: .5em !important;
    height: 1em;
    padding: .5em;
    margin: 0;
    cursor: inherit;
}

.app-form-check .app-form-field-label {
    padding-bottom: 0;
    padding-left: 7px;
    cursor: inherit;
}

.app-form-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
}

.app-form-footer {
    padding-top: 0rem;
    padding-bottom: 0rem;
    display: flex;
    flex-direction:column;
    padding-left:.5rem;
    padding-right:.5rem;
}
/*.app-form-table .app-form-footer {
    padding-top:1rem;
}*/
.app-button label {
    margin-bottom: 0rem;
    font-weight: 500;
}
.app-button-rose {
    color: whitesmoke !important;
    background: linear-gradient( 20deg, #F13F60, #CF3E75) !important;
}


textarea {
    border: solid 1px silver;
    color: black;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    min-height: 100px;
    border: solid 1px silver !important;
    padding: .7rem .5rem !important;
    border-radius: 5px !important;
    min-height: 150px;
    /*line-height: 1.6rem;*/
}

textarea:focus {
    border-color: dodgerblue !important;
}

body.dark-mode textarea {
    color: white !important;
    border: solid 1px #444 !important;
}
body.dark-mode textarea:focus {
    border-color: #0d6efd !important;
}
body.dark-mode textarea::placeholder {
    color: lightgray !important;
    font-size: .9rem !important;
}
body.light-mode textarea {
    background-color:white;
}


textarea[disabled],
textarea[readonly] {
    cursor: default !important;
}

body.light-mode textarea[disabled],
body.light-mode textarea[readonly] {
    background-color: whitesmoke !important;
    color: dimgray !important;
}

body.dark-mode textarea[disabled],
body.dark-mode textarea[readonly] {
    background-color: #1d253b !important;
    color: #344675 !important;
}

input {
    border: solid 1px silver;
    border-radius: 5px;
    outline: none;
    /* transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;*/
    transition: color 0.3s, border-color 0.3s, background-color 0.3s;
    padding: 7px .5rem;
    font-size: 1.1rem;
}

body.light-mode select {
    color: black;
}
body.light-mode input {
    color:black;
}
    body.light-mode input:focus {
        border-color: dodgerblue;
    }

.form-check-input[type=radio] {
    padding:0 !important;
}

body.dark-mode input:not(.w-button, .w-input, .form-check-input),
body.dark-mode .app-form-field-input-proxy {
    border: solid 1px #444;
    color: whitesmoke;
    background-color: transparent;
    padding: .7rem .5rem;
    border-radius: 5px;
    font-size: 1.1rem;
}

body.dark-mode input.w-input {
    border: solid 1px #444;
}

body.dark-mode input:focus:not(.form-check-input),
body.dark-mode .app-form-field-input-proxy:focus,
body.dark-mode .app-form-field-input-proxy.focus,
body.dark-mode .app-form-field-input-proxy.focused {
    border-color: #e14eca;
    border-color: #0d6efd;
}


input[disabled], input[readonly] {
    background-color: lightgray;
    color: dimgray;
    border-color: silver;
}
body.light-mode input[disabled], body.light-mode input[readonly] {
    background-color: lightgray;
    color: dimgray;
    border-color: silver;
}

body.dark-mode input[disabled], body.dark-mode input[readonly] {
    color: rgb(105, 105, 105);
    background-color: rgba(100,100,100,.1);
    color: rgba(255, 255, 255, .7);
    background-color: rgba(100, 100, 100, .2);
}

body.dark-mode input[type=checkbox][disabled], body.dark-mode input[type=checkbox][readonly] {
    background-color: rgb(105, 105, 105) !important;
    border-color: rgb(105, 105, 105);
}

.app-form-buttons-row {
    position: relative;
    top: -7px;
}
.app-form-buttons-row .app-icons i.material-icons {
    
    font-size: unset;
    position: relative;
    top: 1px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

button {
    background:none;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none !important;
}

.app-buttons {
    /*padding-bottom:.5rem;*/
}
.app-button {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #525f7f;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: initial;
    padding: 11px 40px;
    font-size: .875rem;
    line-height: 1.35em;
    border-radius: 5px;
    border: none;
    position: relative;
    overflow: hidden;
    margin: 4px 2px;
    cursor: pointer;
    /* background-size: 210% 210%;
    background-position: 100% 0;*/
    /*    background: #e14eca;
    background-image: linear-gradient(to bottom left,#e14eca,#ba54f5,#e14eca);
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: #e14eca;
    transition: all .15s ease;
    box-shadow: none;
    color: #fff;
    margin: 0 .1rem;*/
    position: relative;
    outline: none;
    padding-right: 2rem;
    padding-left: 2rem;
    border-color: #e14eca;
    border-radius: 5px;
    font-size: 1.1rem;
    background: linear-gradient(#EEEEEE, #CFCFCF);
    border: solid 1px silver;
    color: #181818;
    font-weight: 500;
    transition: .2s;
    font-weight: 500 !important;
    overflow: visible;
    /*border: 1px solid transparent;*/
    background: lightgray;
    flex-wrap: nowrap !important;
}

body:not(.mobile-device).light-mode .app-button:hover {    
    background: silver;
}
/*body.light-mode .app-button:focus {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    text-shadow: -1px 1px 2px rgb(0, 0, 0);
}
body.no-shadow .app-button:focus {
    text-shadow: none;
}
body.light-mode .app-button.focused {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    text-shadow: -1px 1px 2px rgb(0, 0, 0);
}*/
/*body.no-shadow .app-button.focused {
    text-shadow: none;
}*/
body.light-mode .app-button:active {
    border-color: #0d6efd;
    background: rgba(0, 105, 217, .7);
    color: white;
    text-shadow: -1px 1px 2px rgb(0, 0, 0);
}
body.no-shadow .app-button:active {
    text-shadow: none;
}

body:not(.mobile-device) .dark-mode .app-button:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color:white;
    opacity:1;
}
/*body.dark-mode .app-button:focus {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    opacity: 1;
}
body.dark-mode .app-button.focused {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    opacity: 1;
}
*/
body.dark-mode .app-button:active {
    border-color: #0d6efd;
    background-color: rgba(0, 102, 153, .7);
    color: white;
    text-shadow: -1px 1px 2px rgb(0, 0, 0);
}
body.no-shadow .app-button:active {
    text-shadow: none;
}


.app-button-append {
    /*background: #802091 linear-gradient( 180deg, #9342a1, #802091) repeat-x;
    */
    /* box-shadow: none; */
    /* color: #fff; */
    /* background: linear-gradient(#EEEEEE, #CFCFCF); */
    /* color: black !important; */
    /* font-weight: 300; */
    /* border: 1px solid lightgray; */
    display: flex;
    /*padding: 0.5rem 0.7rem;*/
    /* border-radius: 3px; */
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 46px;
    /* border-left: none; */
    border: solid 1px #444;
    border-left-color: rgb(33, 37, 41);
    color: white;
}
/*body.dark-mode .app-button-append {
    border-color: lightgray;
    border-color: #444;
}*/
body.light-mode .app-button-append {
    background: linear-gradient(#EEEEEE, #CFCFCF);
    border-color: silver;
    color: gray;
    width: 45px;
}
.app-form-field-append-container .input-group input {
    border-right:none !important;
}
body .light-mode .app-form-field-append-container:focus .app-button-append {
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
}
body.light-mode .app-form-field-append-container.focused .app-button-append {
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
}
body:not(.mobile-device).light-mode .app-form-field-append-container .app-button-append:hover {
    opacity: 1;
}
/*body.light-mode .app-form-field-append-container .app-button-append:focus {
    opacity: 1;
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white !important;
    transition-delay: 0;
    border-color: #0d6efd;
}
body.light-mode .app-form-field-append-container .app-button-append.focused {
    opacity: 1;
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
}*/
body.light-mode .app-form-field-append-container .app-button-append:active {
    opacity: .8;
}
.app-form-field-append-container .app-form-field-input {
    border-right:none;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

/*.app-button-secondary {
    background: unset !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: dimgray !important;
}
*/
.app-button label {
    font-size: inherit !important;
}

.app-button-fade {
    opacity: .7;
    transition: .2s opacity;
}
body:not(.mobile-device) .app-button-fade:hover,
.app-button-fade:focus {
    opacity: 1;
}

app-button-fade:active {
    opacity: .8 !important;
    transition-delay: 0;
}

.app-button.disabled, .app-button:disabled {
    color: dimgray !important;
    border-color: #1C1C22 !important;
    background-color: #1C1C22 !important;
    background-image: none !important;
    opacity: 0.65 !important;
    box-shadow: none !important;
    cursor: default !important;
    top: 0 !important;
}
    .app-button i {
        position: relative;
        top: 0px;
    }
    
.app-icons-reverse i {
    padding-left: 5px;
    font-size: 1rem;
    position: relative;
   /*  top: -1px; */
}
.app-icons-reverse i.material-icons {
    padding-left: 5px;
    font-size: 1.4rem;
    position: relative;
   /* top: 2px;*/
}
.app-icons i:not(.material-icons) {
    padding-right: 5px;
    font-size: 1rem;
    position: relative;
    /*  top: -1px; */
}
.app-icons i.material-icons {
    /*padding-right: 5px;*/
    /* font-size: 1.4rem;*/
    font-size: 1rem;
    position: relative;
    /* top: 2px;*/
}
table .app-icons i.material-icons {
    font-size:unset;
}

button.app-button-xsm i {
    font-size: .8rem;
}
button.app-icons.app-button-xsm i:not(.material-icons) {
    font-size: .8rem;
}

.app-icon-span.app-icons i {
    padding-right: 7px;
    font-size: 1.1em;
    position: relative;
    /* top: -1px; */
}
.app-navigation-spinner {
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    background: none;
    padding: 0;
    /*transition: .2s;*/
    position: relative;
    height: 1.5rem;
    width: 1rem !important;
    text-align: center;
}
.app-navigation-spinner i {
    padding:0 !important;
}
.app-navigation-item.expanded > a > .app-navigation-spinner {
    transform: rotate( 90deg) ;
}

.app-navigation-item.no-items .app-navigation-spinner {
    opacity: 0;
    pointer-events:none;
}

body.dark-mode .app-button {
    background-color: #344675;
    background: linear-gradient(to bottom left,#344675,#263148,#344675);
    background: #802091 linear-gradient( 180deg, #9342a1, #802091) repeat-x;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    border: 1px solid transparent;
    background: #444;
    /*background: #222;*/
    border: 1px solid #444;
    /* background: rgb(33, 37, 41);
    border: 1px solid rgb(33, 37, 41);*/
}

.app-button-sm {
    font-size: .8rem !important;
    padding: .6rem 1.2rem;
}
.app-button-smx,
.app-button-xsm {
    font-size: .7rem !important;
    padding: .5rem 1rem;
}
.app-button-smxx,
.app-button-xxsm {
    font-size: .6rem !important;
    padding: .4rem .8rem !important;
}

.app-button-invisible {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    outline: none;
    background: none;
}

body.dark-mode .app-button.app-button-invisible {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    outline: none;
    background: none;
}
/*
button:hover {
    opacity: 1;
}

button:active {
    opacity: .9;
}
*/
/*.app-button-bounce:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.app-button-bounce:active {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
*/
button i {
    /*padding-right: 3px;*/
    cursor: inherit;
}

button label {
   /* padding-left: 3px;*/
    cursor: inherit;
}
button i + label {
    margin-left: 3px;
}

.app-form-field-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
}

select:not(.pika-select) {
    background-color: transparent;
    border: none;
    outline: none;
    border: solid 1px lightgray;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    padding: .6rem 1rem;
    padding-left: 0.5rem;
    font-size: 1.1rem;
    border-radius: 5px;
    /*box-sizing: content-box;*/
}

body.dark-mode select:not(.pika-select) {
    color: whitesmoke;
    border: solid 1px #444;
}

.app-form-select {
    background-color: transparent;
    border: none;
    outline: none;
    border: solid 1px lightgray;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    font-size: 1.1rem;
    border-radius: 5px;
    padding: 0.45rem 1rem;
    padding-left: 0.5rem;
}

body.dark-mode .app-form-select {
    color: whitesmoke;
    border: solid 1px #444;
    /*background-color: rgba(66,66,66,.3);*/
}
/*body.dark-mode .app-form-select:not(:disabled) {
    background-color: #333 !important;
    background: linear-gradient(rgba(20,20,20,.1), rgba(20,20,20,.7));
}*/

.app-form-select:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

body.dark-mode .app-form-select:focus {
    border-color: #0d6efd !important;
}
body.light-mode .app-form-select:focus {
    border-color: dodgerblue !important;
}

.app-form-switch .app-form-check-input {
    margin-left: 0 !important;
}

.app-form-switch .app-form-check-label {
    position: relative;
    top: 2px;
    opacity: .8;
    transition: .2s;
}

body:not(.mobile-device) .app-form-switch .app-form-check-label:hover {
    opacity: 1;
}
/*.app-form-field-select {
    margin-right: .5rem;
}
*/



.app-form-status {
    display: flex;
    flex: 1;
}


.form-check.app-body-header-dark-mode {
    text-transform: uppercase;
    /*top: 3px;*/
    /* position:relative;*/
   /* padding-right: 1.5rem !important;*/
    font-size: .7rem !important;
}
.app-body-header-dark-mode .app-form-field-label {
    padding-left: 5px;
    font-size: .7rem !important;
}
.app-body-header-dark-mode .form-check-input {
    width: 25px !important;
    height: 12px !important;
}

body.dark-mode .app-body-header-dark-mode .app-form-field-label {
    color: dimgray;
}



.app-form-status {
    font-weight: 500;
    /*  padding: .5em;*/
    padding-bottom: 0;
    display: flex;
    align-items: baseline;
    flex: 1;
    padding: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
body.dark-mode .app-form-status {
    color: white;
}


    .app-form-status > .app-form-status-status {
        padding: 1em;
        padding-bottom: .5em;
        background-color: firebrick;
        color: white;
        font-weight: 500;
        border: solid 1px darkred;
        border-radius: 5px;
    }

        .app-form-status > .app-form-status-status > ul {
            margin-left: 1.5em;
        }

            .app-form-status > .app-form-status-status > ul > li {
                display: list-item;
                list-style: disc;
                margin: 0;
                padding: 0;
            }

    .app-form-status > .app-form-status-summary {
        padding-left: .5em;
        padding-right: .5em;
    }

.app-form-status > .app-form-status-message {
    margin-bottom: 0;
    padding-left: .5em;
    position: relative;
    top: -2px;
    font-style: italic;
}
/* Loading indicator */
.app-form-status-spinner, .loader, .loading-spinner {
    /*border: 1px solid darkgray;*/
    /* Light grey */
    border-top: 1px solid #0079CB;
    /* Blue */
    border-radius: 100%;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.app-form-view.player {
    padding: 1rem;
}

.app-view {
    display: flex;
    flex-direction: column;
}
.app-view.artwork {
    height: 100%;
}
.app-view.description {
    height: 100%;
}
.app-view.tagline {
    height: 100%;
}
.app-view.subtitles {
    height: 100%;
}

.app-form-body {
    padding: 0rem .5rem;
    padding-top: .5rem;
    overflow: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}

body:not(.mobile-device) .table-hover > tbody > tr.empty-row:hover {
    --bs-table-accent-bg: unset;
    color: unset;
}

.app-tab-view .app-form {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 4rem !important;
    border: none !important;
}
.app-tab-view .app-form.app-form-table {
    margin-top: -.5rem !important;
    box-shadow:none !important;
    position: relative;
}
.app-tab-view .app-form.app-form-table .app-form-header .app-form-image-container {
    min-width: 50px;
    min-height: 55px;
}
.app-tab-view .app-form.app-form-table .table-container {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
}

body.light-mode .app-tab-view .table-container tbody tr {
    border-bottom: solid 1px lightgray;
}

.app-tabs {
    border-radius: 0.1875rem;
    border-radius: 5px;
    padding: 0.9375rem;
    margin-bottom: 1.2rem;
    margin-bottom: .5rem;
    padding: .5rem;
    margin-top: 0;
    padding-top: 0px;
}

body.light-mode .app-tabs {
    /* background: linear-gradient( 
60deg, #7b1fa2, #913f9e); */
    /* background: linear-gradient(#EEEEEE, #CFCFCF); */
    border: solid 1px lightgray;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
}
body.dark-mode .app-tabs {
    /* background: linear-gradient( 60deg, #7b1fa2, #913f9e);*/
    color: white;
    /* box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(156 39 176 / 40%);
    border: solid 1px lightgray;
    border-color: #7b1fa2 !important;*/
    /* background-image: linear-gradient(to bottom left,#344675,#263148,#344675);
    background-color: #344675;*/
    /*border: 1px solid transparent !important;*/
    border-bottom: 1px solid rgba(100,100,100, .5);
    border-radius:0;
}
body.light-mode .app-tabs {
    margin-bottom: .8rem;
}

.app-tabs ul {
    display: flex;
    flex-wrap: wrap;
}

app-tab-item {
    padding-top:3px;
}

.app-tab-item a {
    /*border-radius: 0.25rem;*/
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.625rem 0.9375rem;
    transition: 0.3s background-color 0s;
    font-weight: 500;
    transition: 0.2s;
    display: flex;
    align-items: center;
    color: dimgray;
    user-select: none;
    cursor: pointer;
    margin: 0px;
    border-radius: 0px;
}
.app-tab-item:first-of-type a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.app-tab-item:last-of-type a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

body:not(.mobile-device) .app-tab-item a:hover {
    background-color: rgba(0,0,0,.1);
    /*color: dimgray;*/
}

body:not(.mobile-device).dark-mode .app-tab-item a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: whitesmoke;
}

.app-tab-item a:active,
.app-tab-item.selected a {
    background-color: rgba(0,0,0,.3);
    color: white;
    background-color: #0d6efd !important;
    border-color: #0d6efd;
    color: white !important;
}


body.dark-mode .app-tab-item a:active,
body.dark-mode .app-tab-item.selected a {
    background-color: #0d6efd;
    color: white;
}

    .app-tab-item a i {
        padding-right: 5px;
        cursor: inherit;
    }

        .app-tab-item a i.fal, .app-tab-item a i.fa {
            /*font-size: 22px;*/
        }

a i {
    cursor: inherit;
}

a span {
    user-select: none;
    cursor: inherit;
}

a label {
    user-select: none;
    cursor: inherit;
}


body.dark-mode .app-tab-item a {
    color: white;
}

.app-form-filters {
    display: flex;
    flex-wrap: wrap;
}


    .app-form-filters .app-form-field-label {
        padding-bottom: 5px;
        padding-left: 3px;
        user-select: none;
        padding-left: 5px;
        text-transform: uppercase;
        font-size: .7rem;
        font-weight: 500;
        color: dimgray;
    }

.app-form-buttons .app-button {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8rem !important;
    padding: .7rem 1rem;
}
.app-form-buttons .app-button i.material-icons {
    font-size: 18px;
}

/*
.app-form-buttons .app-button:hover,
.app-form-buttons .app-button:focus,
.app-form-buttons .app-button.focused {
    top: -1px;
}

.app-form-buttons .app-button:active {
    top: 0px;
}
*/
.app-form-actions .app-button {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
}
.app-form-actions .app-button i.material-icons {
font-size: 18px;
}

.filters-container .card-description-container {
    font-size: 1.2rem;
    border-bottom: solid 1px #2A2A30;
    border-bottom: solid 1px #444;
    border-bottom: solid 1px #d0d0d0;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    margin-right: 2rem;
    margin-right: 0rem;
    padding-bottom: 0.2rem;
}
.filters-container .card-description-container .card-description-label {
    flex:1;
}
body.dark-mode .filters-container .card-description-container {
    border-bottom: solid 1px rgba(100,100,100,.3);
}
.app-body .slide-container {
    position: relative;
    padding-bottom: 1.3rem;
    padding-bottom: .5rem;
    padding-top: 1rem;
    /* margin-left:-1rem;
    margin-right:-1rem;*/
}
/*.app-form-body > .slide-container {
     margin-left:-1rem;
    margin-right:-1rem;
}
*/
.app-body .card-description-container .card-description-label {
    flex: .8;
    color: dimgray;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 3px;
    padding-bottom: 7px;
}

.app-body .description-controls {
    position: absolute;
    top: -26px;
    right: 21px;
    display: flex;
    align-items: center;
}

.app-body .grid-button {
    transition: .3s;
    padding: .5rem;
}

.app-body .card-description-slider {
    padding: .5rem;
}
body.light-mode .app-body .card-description-slider {
    color: dimgray;
}

.app-body .hide-filters .card-description-slider > i {
    transform: rotateZ( 180deg );
    transition: .3s;
}

.app-paginator {
    display: flex;
    align-items: center;
    padding-bottom: .5rem;
    padding-right: .5rem;
    padding-left: .5rem;
    justify-content: flex-end;
}

    .app-paginator .app-pagination {
        display: flex;
        align-items: center;
    }

        .app-paginator .app-pagination .row-count-container {
            display: flex;
            align-items: center;
        }

        .app-paginator .app-pagination .navigation {
            display: flex;
            align-items: center;
        }

        .app-paginator .app-pagination .navigation .app-button-icon {
            padding: 7px 15px;
        }
        
        .app-paginator .app-pagination .row-count-title {
            font-size: .875rem;
            font-weight: 500;
        }

        .app-paginator .app-pagination .row-count {
            max-width: 50px;
            margin-right: 10px;
            margin-left: 10px;
            text-align: center;
            padding-left: 0;
            padding-right: 0;
            font-size: 14px;
        }

        .app-paginator .app-pagination .app-button {
            font-size: .8rem;
            padding: .5rem 1rem;
            margin: 0;
        }

.app-form-filters .filter-group {
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 0px;
    padding-right: 20px;
    padding-right: 0px;
}

.flex-row {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.flex-row.justify-start {
    justify-content:flex-start;
}
.flex-row.justify-content-end {
    justify-content:end;    
}
.padding-bottom {
    padding-bottom:.5rem;
}
.padding-bottom-xsm {
    padding-bottom: .2rem;
}

.flex-row-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.flex-end-row-container {
    display:flex;
    align-items:flex-end;
}
.flex-end-row-container .app-form-field {
    padding-right: 0;    
}

.app-form-select.fit-content {
    width:fit-content !important;
}

.flex-row-container {
    padding-right: 1rem;
    flex: 1;
    max-width: 50%;
}

    .flex-row-container:last-of-type {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

.flex-row-group-row {
    display: flex;
    align-items: center;
}

.flex-row-group-label {
    margin: .5rem .2rem;
    font-size: .8rem;
}

.flex-row-group-validator {
    margin: .5rem .2rem;
    margin-bottom: 1px;
    font-size: .8rem;
    color: red;
    display: none;
}

.flex-row-group.invalid .flex-row-group-validator {
    display: block;
}

.flex-row-group.invalid input[type=text], .flex-row-group.invalid input[type=password] {
    border-color: red !important;
}

.flex-row-group.valid input[type=text], .flex-row-group.valid input[type=password] {
    border-color: green !important;
}

.filter-group .app-form-checkbox {
    padding-top: 5px;
    left: -13px;
}

    .filter-group .app-form-checkbox div {
        color: dimgray !important;
        font-size: .8rem !important;
        user-select: none;
    }


.form-switch .form-check-input {
    margin-left: 0 !important;
    margin: 0 !important;
    float: none !important;
}

.form-check {
    margin: 0 !important;
    min-height: unset;
   /* padding: 0 !important;*/
}

.app-form-field.form-check {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: inherit;
}

.app-form-fields .app-form-field.form-check {
    padding-right: 1.5rem !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    position: relative;
    top: -1px;
    padding-left: 4px !important;
    flex:0;
}
.app-form-fields .app-tab-view.app-form-table .app-form-field.form-check {
    padding:0 !important;
    top:-3px;
}
.app-form-fields .app-form-table .app-form-field.form-check {
    padding: 0 !important;
    top: -3px;
}
.app-form-fields .app-form-field.form-check.add-padding {
    padding-bottom: 0.7rem !important;
}

.app-view .table .app-form-field.form-check {
    flex-direction: column;
    justify-content: center;
}

.app-form-field.form-check .app-form-field-label {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-left: .5rem;
}

.app-header {
    display: flex;
    flex-direction: column;
    /*  display:none;*/
    background: #111C25;
    background: #191919;
}

body.dark-mode .app-header {
    background:black;
}

/*
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
*/
body:not(.mobile-device).light-mode .table-hover > tbody > tr:hover {
    --bs-table-accent-bg: transparent !important;
    color: var(--bs-table-hover-color);
}

.app-view .table th {
    font-weight: 500 !important;
    cursor: pointer;
    color: inherit;
}
body.dark-mode .app-view .table th {
    color: white !important;
}
.datepicker table th {
    color: black !important;
}
.pika-single abbr[title] {
    border-bottom: none;
    text-decoration: none !important;
    cursor:default !important;
    font-weight:500 !important;
}
/*
.app-view .table-container .table tbody tr {
    transition: .2s;
}*/
/*body.dark-mode .app-view .table-container .table tbody tr {
    background-color: #202940;
}
body.light-mode .app-view .table-container .table tbody tr {
    background-color: white;
    border-bottom: solid 1px lightgray;
}*/


.app-view .table td.right, .card table th.right {
    text-align: right;
}
.app-view .table td.center, .card table th.center {
    text-align: center;
}
.app-view .table td.delete, .app-view .table th.delete {
    text-align: center;
    width: 60px;
}
.app-view .table td.actions, .app-view .table th.actions {
    text-align: center;
    min-width: 180px;
    white-space: nowrap;
}
.app-view .table td.select, .app-view .table th.select {
    text-align: center;
    width: 60px !important;
    padding-left:0px;
    padding-right:0px;
}
.app-view .table td, .app-view .table th, .app-view .table-all td, .app-view .table-all th {
    /*vertical-align: baseline;*/
    vertical-align: inherit;
}
.app-view .table td.thumblogo, .app-view .table th.thumblogo {
    text-align: center;
    /*vertical-align: baseline;*/
width:30px;
}
.app-view .table td.thumbnail, .app-view .table th.thumbnail {
    text-align: center;
    vertical-align: middle;
width:60px;
min-width:60px;
}
.app-view .table td.thumbnail .svg {
    padding-top:10px;
    padding-bottom:10px;
}
.app-view .table td.thumbnail .svg svg {
    width: 100%;
    max-height: 55px;
}
.app-view .table td.ellipsis, .app-view .table th.ellipsis {
    /*vertical-align: middle !important;*/
}
    .app-view .table td.thumblogo {
        min-height: 20px;
        min-width: 20px;
        padding: 0 !important;
    }
.app-view .table td.thumblogo .row-artwork
{
    padding:0 !important;
    position:relative;
display:inline-block;
}
.app-view .table td.thumblogo .row-artwork > img
{
    max-width:30px;
    margin: 0;
    margin-top:.5rem;
}
.app-view .table td.thumblogo .row-artwork.thumblogo-list > img {
    margin:0;
}
.app-view .table td.thumbnail
{
    min-height: 20px;
    min-width: 20px;
    padding-top: 0!important;
    padding-bottom: 0 !important;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.app-view .table td.thumbnail .row-artwork
{
    padding:0 !important;
    position:relative;
    display:inline-block; 
    min-height: 68px;
}
.app-view .table td.thumbnail .row-artwork > img
{ 
    margin: .5rem;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 10%), 0 3px 10px 0 rgb(0 0 0 / 10%) !important;
}
.app-view .table td.thumbnail .row-artwork > img.default-artwork
{ 
    box-shadow: none !important;
}
.app-view .table td.thumbnail .row-artwork.thumbnail-list > img {
    margin:0;
}
.app-view .table td.thumbnail .row-artwork > div.preview {
    opacity:0;
    cursor:pointer;
    transition:.1s ease-in-out;
}
body:not(.mobile-device) .app-view .table td.thumbnail .row-artwork > div.preview:hover {
    opacity: 1;
}
.app-view .table td.thumbnail .row-artwork > div.preview:active {
    opacity:.7;
}
    .app-view .table td.thumbnail .row-artwork > div.preview > div.bkgd {
        position: absolute;
        background-color: #373737;
        opacity: .3;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
.app-view .table td.thumbnail .row-artwork > div.preview > div.ctnr {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-view .table td.thumbnail .row-artwork > div.preview > div.ctnr > i {
    color: whitesmoke;
    position:relative;
    top:-1px;
    font-size:2rem;
}
.app-view .table td a,
.app-view .table td span,
.app-view .table td label {
    font-size:.9rem;
}
.app-view .table td button label {
    font-size: inherit;
}
body.dark-mode .app-view .table td a,
body.dark-mode .app-view .table td span,
body.dark-mode .app-view .table td label {
    color: white;
}
body.dark-mode .app-view .table td.nowrap a {
    white-space:nowrap;
}
/*
.app-view .table td.center .form-checkbox:not(.select) {
    left: 10px;
}
*/
.app-view .table th {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 500 !important;
    cursor: default;
    border-top: solid 1px;
    border-bottom: solid 1px;
    vertical-align: middle;
    white-space: nowrap;
    border-color: lightgray;
    border-bottom-color: lightgray !important;
}

.app-view .table thead th.sort {
    cursor: pointer;
}


body.light-mode .app-view .table thead th {
    background-image: linear-gradient(to bottom, lightgray, gainsboro);
    /*border-right: solid 1px silver;*/
}
body:not(.mobile-device).light-mode .app-view .table thead th.sort:hover {
    background-image: linear-gradient(to bottom, gainsboro, lightgray);
}

body.light-mode .app-view .table tbody tr {
    border-bottom: solid 1px lightgray;
}
body:not(.mobile-device).light-mode .app-view .table tbody tr.sort:hover {
    --bs-table-accent-bg: rgba(154,181,213,.1) !important;
}

body.dark-mode .app-view .table th {
    color: dimgray;
    border-color: rgba(0,0,0,.3) !important;
    background: rgba(0,0,0,.3) !important;
}
.app-view .table th > div {
    display: flex;
    justify-content: left;
    align-items: center;
}

    .app-view .table th > div i {
        padding-left: 10px;
        display: none;
        padding-left: 8px;
        display: none;
        position: relative;
        cursor:pointer;
    }

    .app-view .table th > div.sort-up.show i {
        display: flex;
    }

    .app-view .table th > div.sort-down.show i {
        display: flex;
    }

.app-view .table th.center {
    text-align: center;
}

    .app-view .table th.center > div {
        justify-content: center;
    }

.app-view .table th.right {
    text-align: right;
}

    .app-view .table th.right > div {
        justify-content: right;
    }

.app-view .table td {
    vertical-align: middle;
    font-size: 1.1rem;
    word-break: break-all;
}

.app-view .table td.nowrap {
    word-break:keep-all;
    white-space:nowrap;
}
.app-view .table td.no-wrap {
    word-break: keep-all;
    white-space:nowrap;
}

body.dark-mode .app-view .table td {
    color: white;
}

body.dark-mode .app-view .table td {
    color: dimgray;
    border-color: rgba(180, 180, 180, 0.1) !important;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

    body.dark-mode .app-view .table td a {
        color: white !important;
        cursor: pointer;
    }

body:not(.mobile-device) .app-view .table td a:hover,
.app-view .table td a:focus {
    text-decoration: underline !important;
}

.app-view .table td.center {
    text-align: center;
}

.app-view .table td.right {
    text-align: right;
}

body.dark-mode .app-view .table tr {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}
body.dark-mode .app-view .table tr.selected {
    color: #212121 !important;
    /* background-color: rgba(0,0,0,.3) !important; */
    background-color: rgba(154,181,213,.1) !important;
    border-left: 1px solid #0d6efd !important;
    border-right: 1px solid #0d6efd !important;
}
body.light-mode .app-view .table tr.selected {
    color: #212121 !important;
    /* background-color: rgba(0,0,0,.3) !important; */
    background-color: rgba(154,181,213,.1) !important;
    border-left: 1px solid dodgerblue !important;
    border-right: 1px solid dodgerblue !important;
}

.app-view .table-container {
    /*margin-left: -2rem;
    margin-right: -2rem;*/
    /*margin-left: -1.5rem;
    margin-right: -1.5rem;*/
    height: 100%;
}
.list-view-body .table-container {
  /*  margin-left: -.5rem;
    margin-right: -.5rem;*/
    width: 100%;
}
.app-tab-view .table-container {
    /*   margin-left: 0rem;
    margin-right: 0rem;*/
    margin-bottom: 0.5rem;
    overflow: auto;
    position: relative;
    height: 100%;
    border: solid 1px rgba(100,100,100,.3);
}
.app-tab-view .table-container .table {
    position: absolute;
}

.form-check .form-check-input {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.app-view .table td.xxx-small {
    min-width: 5px;
}

.app-view .table td.xx-small {
    min-width: 25px;
}

.app-view .table td.x-small {
    min-width: 50px;
}

.app-view .table td.select {
    min-width: 75px;
}

.app-view .table td.small {
    min-width: 110px;
}

.app-view .table td.medium {
    min-width: 200px;
}

/*.app-view .table td.date {
    min-width: 200px;
}
*/
.app-view .table td.date-time {
    min-width: 250px;
}

.app-view .table td.expand {
    width: 100%;
}

.app-view .table td.italics {
    font-style: italic;
}

.app-view .table td.spacer {
    display: table-cell !important;
}




.app-view .table th.xxx-small {
    min-width: 5px;
}
.app-view .table th.xx-small {
    min-width: 25px;
}

.app-view .table th.x-small {
    min-width: 50px;
}

.app-view .table th.select {
    min-width: 75px;
}

.app-view .table th.small {
    min-width: 110px;
}

.app-view .table th.medium {
    min-width: 200px;
}
.app-view .table th.large {
    min-width: 400px;
}

/*.app-view .table th.date {
    min-width: 200px;
}
*/
.app-view .table th.date-time {
    min-width: 250px;
}

.app-view .table th.expand {
    width: 100%;
}

.app-view .table th.italics {
    font-style: italic;
}

.app-view .table th.spacer {
    display: table-cell !important;
}


.app-view .table thead tr th > div {
    white-space: nowrap;
    font-size: .8rem !important;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}
body.dark-mode .app-view .table thead tr th > div {
    color: whitesmoke;
}
.app-view .table thead tr th > div.sort-up,
.app-view .table thead tr th > div.sort-down {
    cursor:pointer;
}
.app-view .table thead tr th > div.sort-up i {
    font-size: 1.2rem;
    top: 3px;
    margin-left: .5rem;
}
.app-view .table thead tr th > div.sort-down i {
    
    font-size: 1.2rem;
    top: -5px;
    margin-left: .5rem;
}

.btn.text-danger {
    color:red;
}

.btn.text-info {
    color:dodgerblue !important;
}

.app-view .table .actions-container {
    display:flex;
}
.app-view .table .actions-container .options-container {
    flex:1;
}
.app-view .table .actions {
    text-align: right;
    padding-top: 0;
    flex: 1;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.app-view .table .actions .btn i.fa {
    font-size: 1.4em !important;
    position: relative;
    top: -1px;
    padding-right: 7px;
}
.app-view .table .actions.preview-link {
    padding-top:0px;
}
.app-view .table .actions-container .actions .preview-link {
    background-color: transparent;
    border: none;
    color: lightgray;
    font-size: 2em;
    transition: .2s;
    outline: none;
    margin-right: .5em;
}
body:not(.mobile-device) .app-view .table .actions-container .actions .preview-link:hover {
    color: white;
}
.app-view .table.metadata .actions {
    padding-top: .5em;
}
.app-view .table td.ellipsis {
    max-width: 15rem;
    min-width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-view .table td.small {
    font-size: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-view .table td.expand {
    font-size: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-view .table td.nowrap {
    white-space: nowrap;
}


body.dark-mode select:disabled, select[readonly] {
    background-color: #1a2035 !important;
    background-color: rgba(100,100,100,.1) !important;
    color: gray !important;
    cursor: default !important;
}

body.light-mode select:disabled, select[readonly] {
    background: lightgray !important;
    color: gray !important;
    cursor: default !important;
}

option {
    margin: 40px;
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
}

body.dark-mode select option {
    background: black;
    color: #fff;
}




.form-check {
    display: block;
    min-height: 1.5rem;
    /*padding-left: 1.5em;*/
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: .25em;
        border-radius: 5px;
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em;
    margin-bottom: 0.7rem !important;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        border-radius: 5px;
        border-radius: 8px;
        transition: background-position .15s ease-in-out;
    }

/*@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}*/

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

    .btn-check:disabled + .btn, .btn-check[disabled] + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

/*@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}*/

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

/*@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}*/

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }







.spacer {
    flex:1;
}



.app-form-field-autocomplete-container {
    background-color: transparent !important;
    /*padding: 1px 0rem !important;*/
    border-radius: 5px;
    background-image: none !important;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s;
    /*border-color: rgba(100,100,100,.5) !important;*/
    border: solid 1px silver;
    overflow:hidden;
}
body.dark-mode .app-form-field-autocomplete-container {
    border: solid 1px #444;
}
body.dark-mode .app-form-field-autocomplete-container:focus {
    border-color: #0d6efd;
}
body.dark-mode .app-form-field-autocomplete-container.focused {
    border-color: #0d6efd;
}
body.light-mode .app-form-field-autocomplete-container {
    border: solid 1px silver;
    background-color: white !important;
}
body.light-mode .app-form-field-autocomplete-container:focus {
    border-color: dodgerblue;
}
body.light-mode .app-form-field-autocomplete-container.focused {
    border-color: dodgerblue;
}
.app-form-field-autocomplete-search-button {
    /*font-size: .7rem;
    background: linear-gradient(#EEEEEE, #CFCFCF);
    border: solid 1px silver;*/
    /* margin-top: -3px; */
    /* margin-bottom: -6px; */
    /* height: 100%;
    margin-right: 0px;*/
    /* background: #802091 linear-gradient( 
180deg, #9342a1, #802091) repeat-x; */
    /*   box-shadow: none;
    color: #fff;
    font-weight: 300;
    border: 1px solid lightgray;*/
    display: flex;
    /* padding: .5rem .7rem;
    border-color: lightgray;
    border-radius: 3px;
    height: calc(100% + 2px);*/
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    align-items: center;
    justify-content: center;
    color: white;
    border-bottom: none;
    border-top: none;
    border-right: none;
    width: 44px;
    /*opacity: .8;
    transition: .2s opacity;*/
    background: transparent !important;
    border-color: transparent !important;
    font-size: .7rem !important;
    justify-content: center;
    display: flex;
    position: absolute;
    right: 0;
    /*background: black !important;*/
}
body.light-mode .app-form-field-autocomplete-search-button {
    border-color:silver;
}
body .light-mode .app-form-field-autocomplete-container:focus .app-form-field-autocomplete-search-button {
    background-color: #006699 !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
    opacity:1;
}
body.light-mode .app-form-field-autocomplete-container.focused .app-form-field-autocomplete-search-button {
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
    opacity: 1;
}
body:not(.mobile-device).light-mode .app-form-field-autocomplete-search-button:hover {
    opacity: 1;
}
body.light-mode .app-form-field-autocomplete-search-button:focus {
    opacity: 1;
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
}
body.light-mode .app-form-field-autocomplete-search-button.focused {
    opacity: 1;
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
}
body.light-mode .app-form-field-autocomplete-search-button:active {
    opacity: .8;
}


body .dark-mode .app-form-field-autocomplete-container:focus .app-form-field-autocomplete-search-button {
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
    opacity: 1;
}
body:not(.mobile-device).dark-mode .app-form-field-autocomplete-search-button:hover {
    opacity: 1;
}
body.dark-mode .app-form-field-autocomplete-search-button:focus {
    opacity: 1;
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd;
}
body.dark-mode .app-form-field-autocomplete-search-button.focused {
    opacity: 1;
    background-color: #0d6efd !important;
    background: #0d6efd !important;
    color: white;
    transition-delay: 0;
    border-color: #0d6efd !important;
}
body.dark-mode .app-form-field-autocomplete-search-button:active {
    opacity: .8;
}



.app-form-field-autocomplete-selection {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 100px;
    top: 67px;
    z-index: 10;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
    max-height: 300px;
    z-index: 25;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}
body.dark-mode .app-form-field-autocomplete-selection {
    border: solid 1px #0d6efd;
    background-color: #1C1C22;
}
body.light-mode .app-form-field-autocomplete-selection {
    border: solid 1px dodgerblue;
    background-color: white;
}
.app-form-field-autocomplete-selection.show {
    display: flex;
}
.app-form-field-autocomplete-selection-loading-item {
    display: flex;
    padding: .7rem .7rem;
    align-items: center;
    color: white !important;
    font-style:italic;
}
body.dark-mode .app-form-field-autocomplete-selection-loading-item {
    color: white;
}
body.light-mode .app-form-field-autocomplete-selection-loading-item {
    color: black;
}
.app-form-field-autocomplete-selection-loading-item input {    
    padding-left: 5px;
    padding-right: 5px;
}
.app-form-field-autocomplete-selection-loading-item span {
    padding-left: 5px;
    font-style: italic;
    font-size: .9rem;
}
.app-form-field-autocomplete-selection-item {
    padding: .5rem;
    outline: 0 !important;
    border: none;
    width: 100%;
    text-align: left;
}
body.dark-mode .app-form-field-autocomplete-selection-item {
    color: white;
}
body:not(.mobile-device).dark-mode .app-form-field-autocomplete-selection-item:hover {
    background-color: #0d6efd !important;
}
body.dark-mode .app-form-field-autocomplete-selection-item.focused {
    background-color: #0d6efd !important;
}
body.dark-mode .app-form-field-autocomplete-selection-item:focus {
    background-color: #0d6efd !important;
}
body.light-mode .app-form-field-autocomplete-selection-item {
    background-color: white;
}
body.light-mode .app-form-field-autocomplete-selection-item:hover {
    background-color: #0d6efd !important;
    color: white !important;
}
body.light-mode .app-form-field-autocomplete-selection-item.focused {
    background-color: dodgerblue !important;
    color: white !important;
}
body.light-mode .app-form-field-autocomplete-selection-item:focus {
    background-color: dodgerblue !important;
    color: white !important;
}
.app-form-field-autocomplete-selection-item span {
    padding-left: 5px;
}
.app-form-field-autocomplete-selection-item span.dark-highlight {
    padding-left: 0px;
    font-weight: 500;
}
.app-form-field-autocomplete-selection-item span.light-highlight {
    padding-left: 0px;
    font-weight: 100;
    color: dimgray !important;
}
.app-form-field-autocomplete-selection-item input[type=checkbox] {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
}

.form-pill {
    display: flex;
    background-color: #0d6efd;
    /* padding: 1rem .5rem; */
    border: solid 1px #0d6efd;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding: 2px 5px !important;
    transition: .1s;
    cursor: pointer;
    margin-right: .2rem;
    outline: 0 !important;
    margin-left: .2rem;
    color: white !important;
}
body.dark-mode .form-pill {
    background-color: #444;
    border: solid 1px #444;
}
    body.dark-mode .form-pill:hover {
        background-color: #0d6efd;
        border-color: #0d6efd;
        opacity: 1;
        color: white !important;
    }
    body.dark-mode .form-pill:focus {
        background-color: #0d6efd;
        border-color: #0d6efd;
        opacity: 1;
        color: white !important;
    }
    body.dark-mode .form-pill:active {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color:white !important;
    }
.form-pill-label {
    font-size: .9rem;
    padding: 3px 5px;
    font-weight: 500;
    position: relative;
    top: 0px;
    cursor:inherit;
}
.form-pill-close {
    font-size: .8rem;
    position: relative;
    top: 0px;
    transition: .1s;
    padding: 3px 5px;
    cursor: inherit;
}
.form-pill-close:hover {
    color:red;
}
body.light-mode .form-pill {
    background-color: whitesmoke;
    border: solid 1px lightgray;
    color: black !important;
}
body.light-mode .form-pill:hover {
    background-color:#0d6efd;
    border-color:#0d6efd;
    color: white !important;
}
body.light-mode .form-pill:focus {
    background-color:dodgerblue;
    border-color:#0d6efd;
    color: white !important;
}
body.light-mode .form-pill:active {
    background-color:dodgerblue;
    border-color:dodgerblue;
    color:whitesmoke !important;
}
.app-form-field-autocomplete-container input {
    /*width:unset;*/
    border: none !important;
    font-size: 1rem;
}


/*the container must be positioned relative:*/
.autocomplete-text {
  position: relative;
  display: inline-block;
}

.autocomplete-text input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

.autocomplete-text input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}

.autocomplete-text input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}

.autocomplete-text .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-text .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-text .autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-text .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.app-form-field-image-container .app-form-field-img {
    object-fit: none;
    /*  height: 100%;
    max-width: 100%;*/
    /*width: 100%;*/
    /*  box-shadow: 0 5px 8px 0 rgb(0 0 0 / 10%), 0 3px 10px 0 rgb(0 0 0 / 10%) !important;*/
}
.app-form-field-image-container.default-artwork .app-form-field-img {
    box-shadow:none !important;
}

.app-feedback {
    position: fixed;
    padding: 1.25rem .9375rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    border: 0;
    line-height: 20px;
    background-color: #fff;
    color: #6c757d;
    opacity: 0;
    transition: .5s;
    right: 39px;
    z-index: 5200;
    top: -96px;
    min-width: 275px;
    display: flex;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(76 175 80 / 40%);
    background-image: linear-gradient( 195deg,#66bb6a,#43a047);
    color: white;
    padding-bottom: 0.8rem;
}
.app-feedback.show {
    opacity:1;
    top: 47px;
}
.app-feedback.error, 
.app-feedback.success, 
.app-feedback.warning {
    color:white;

}

.app-feedback.success {
    background-color: #55b559;
    background: linear-gradient( 60deg,#288c6c,#4ea752);
}

.app-feedback.error {
    color: #285b2a;
    background: #69bc6c linear-gradient( 180deg,#80c682,#69bc6c) repeat-x;
    border-color: #cde9ce;
}
.app-feedback .app-button-icon {
    position: relative;
    top: -10px;
}
.app-feedback .app-label {
    padding-right: 25px;
}


.grid-button {
    color: rgba(0,0,0,.5) !important;
    font-size: 2em;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    left: 0px;
    border: solid 1px transparent;
    border-radius: 5px;
    padding: 0px;
    transition:.2s;
}
body.dark-mode .grid-button {
    color: rgba(255,255,255,.5) !important;
}
.grid-button:hover {
    background-color: rgba(0,0,0,.7);
    border: solid 1px rgba(0,0,0,.7);
    color: rgba(0,0,0,.7) !important;
}
body.dark-mode .grid-button:hover {
    background-color: rgba(255,255,255,.7);
    border: solid 1px rgba(255,255,255,.7);
    color: rgba(255,255,255,.7) !important;
}
.grid-button.selected {
    background-color: rgba(0,0,0,.3);
    border: solid 1px rgba(0,0,0,.3);
    color: dimgray !important;
}
body.dark-mode .grid-button.selected {
    background-color: rgba(255,255,255,.3);
    border: solid 1px rgba(255,255,255,.3);
    color: white !important;
}
.grid-button:active {
    background-color: rgba(0,0,0,.3);
    border: solid 1px rgba(0,0,0,.3);
    color: rgba(0,0,0,.5) !important;
}
body.dark-mode .grid-button:active {
    background-color: rgba(255,255,255,.3);
    border: solid 1px rgba(255,255,255,.3);
    color: rgba(255,255,255,.5) !important;
}


.grid-button i {
    font-size: 2rem;
}


/* BEGIN SLIDESHOW */

.slide-show {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    display: flex;
    overflow: visible;
    align-items: center;
    background-color: #000000;
   /* background-image: linear-gradient( 0deg, #000000 0%, #151f20 74%);*/
   transition:.3s;
}
.slide-show .spinner-container {   
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
}
.slide-show .slide-show-container {   
    width: 100%;
    height: 100%;
}
.slide-show .slide-show-items {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.slide-show .slide-show-items::after {
    display: block;
    clear: both;
    content: ""
}

.slide-show .slide-show-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
  /*  height: 100%;*/
    margin-right: -100%;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    -webkit-transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    text-align: center;
}
/*
@media (prefers-reduced-motion:reduce) {
    .slide-show-item {
        transition: none;
        -webkit-transition: none;
    }
}
*/
.slide-show-item-next, .slide-show-item-prev, .slide-show-item.active {
    display: block !important;
    text-align: center;
}

.active.slide-show-item-right, .slide-show-item-next:not(.slide-show-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.slide-show-item-left, .slide-show-item-prev:not(.slide-show-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slide-show .slide-show-item img {
    /*object-fit: cover; */
    /*height: 100%;
    width: 100%;*/

    max-width: 100%;
    object-fit: contain;
    /* max-height: 100%;*/
    min-height: 100%;
    align-items: center;
    text-align: center;
   /* min-height: 100%;
    min-width: 100%;*/
    max-height: 100%;
}

.slide-show .slnext {
    display: none;
}

.slide-show .slnext {
    position: fixed;
    right: 0;
    top: 0;
    /* bottom: 0; */
    width: 50px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background-color: rgba(100,100,100,.1);
    padding-left: 1rem;
    top: 39%;
    height: 20%;
    min-height: 50px;
    color: lightgray;
    transition: .2s;
    opacity: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slide-show .slnext:hover {
    color: white;
    opacity: 1;
}

.slide-show .slnext:active {
    opacity: .8;
}

.slide-show .slprev {
    display: none;
}

.slide-show .slprev {
    position: fixed;
    left: 0;
    top: 0;
    /* bottom: 0; */
    width: 50px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background-color: rgba(100,100,100,.1);
    padding-left: 1rem;
    top: 39%;
    height: 20%;
    min-height: 50px;
    color: lightgray;
    transition: .2s;
    opacity: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slide-show .slprev:hover {
    color: white;
    opacity: 1;
}

.slide-show .slprev:active {
    opacity: .8;
}

.slide-show .pitch-links {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 1rem;
    /* transform: translateX(50%); */
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    z-index: 50;
    transition:.3s;
}

.slide-show .pitch-link {
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(100,100,100,.3);
    border-radius: 100px;
    padding: 0.2rem;
    cursor: pointer;
    margin: 0.5rem;
    transition:.3s;
}
.slide-show .pitch-link.selected {    
    background-color: rgba(100,100,100,.5);
}


/* END SLIDESHOW */

.app-form-field-text .app-form-field-span {
    color: black;
    padding: 10px 3px;
    /* padding: 0.5rem; */
    border-radius: 5px;
    font-size: 1.1rem;
}
.app-form-field-text .app-form-field-container {
    display: flex;
    padding-top: 7px;
}
.app-form-field-text .app-form-field-container img {
    padding-top: 3px;
    padding-right: 7px;
    margin-left: -5px;
}

.drop-container {
    display:none;
}
.drop-container.show {
    display: block;
}

.app-form.slim-header .app-form-header {
    min-width: unset;
    min-height: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 45px;
    max-height: 45px;
    margin: 0.5rem;
}
.app-form.slim-header .app-form-header .app-form-image {
    max-width: 45px;
    max-height: 45px;
}

.app-form-field.formats {
    z-index: 50000;
    position: absolute;
    left: 3px;
    top: -2px;
}
.app-form-field.formats .app-form-select { 
    font-size: .9rem;
    padding: 0.2rem 0.5rem;
   /* max-width: 91px;*/
}

.input-group.field-container {
    border: solid 1px #444;
    border-radius: 5px;
}
.input-group.field-container .app-form-field-input {
    border: none;
}
.input-group.field-container .app-button-icon { 
    background: transparent !important;
    border-color: transparent !important;
    height: 100%;
}
.input-group.field-container .app-button-icon i { 
    font-size: .7rem;
}
.app-tab-view .app-form-field-image-container .app-form-field-img {
    /* object-fit: contain;
    max-height: 100vh;*/
    /*max-width: 100vw;*/
    max-height: 55vh;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: fit-content;
    height: fit-content;
}
.modal.fade {
   transition:.2s;
}
.modal.show {
    opacity:1;
}

/* LoaderElement-Begin */
.LoaderElement {
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.LoaderElement.show {
    opacity: 1;
    pointer-events: all;
}

/* LoaderElement-End */


/* BEGIN CAROUSEL */

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
    min-height: 98vh;
    height: 98vh;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    min-height: 500px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}
/*
@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}*/

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important
}

.carousel-control-prev-icon-ex,
.carousel-control-next-icon-ex {
    font-size: 50px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 16%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

/*@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}
*/
.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel .w-100 {
    width: 100%;
}

/* END CAROUSEL */


.app-form-field-range {
    border-bottom: none !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-top: 16px !important;
}
.app-form-field-input.form-range {
    border-top: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.app-form-field-input.form-range.focused {
    border-color: #0d6efd;
}
.app-form-field-curtain {
    display: block;
    opacity: 0;
    background-color: black;
    position: fixed;
    inset: 0px;
    z-index: 15000;
    transition-duration: 0.2s;
    transition-property: opacity;
    cursor: default;
}

.form-window-content .app-form-field.app-form-field-image {
    flex:1;
}


#messagebox-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.messagebox-vail {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background-color: black;
    opacity: .3;
    transition: .2s;
}
body.dark-mode .messagebox-vail {
    opacity: .5;
}
.messagebox {
    position: relative;
    top: -3rem;
    font-size: 1rem;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    border-radius:6px;
}
body.light-mode .messagebox {
    background-color: black;
    border: solid 1px cornflowerblue;
    background: linear-gradient(#EEEEEE, #CFCFCF);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0%), 0 6px 20px 0 rgba(0, 0, 0, 19%);
}
body.dark-mode .messagebox {
    border: solid 1px #2A2A30;
    background-color: white;
    background-color: black !important;
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 7px 7px 7px 0px rgba(0,0,0,.1);
}
.messagebox .messagebox-header {
    display:flex;
    align-items:center;
}
body.light-mode .messagebox .messagebox-header {
    background: linear-gradient(to bottom, #e6e6e6 0,#d0d0d0 100%);
    border-bottom: solid 1px #aeaeae;
}
.messagebox .messagebox-header span {
    font-size:.9rem;
    flex:1;
    margin-left: .5rem;
    margin-right: .5rem;
}
body.dark-mode .messagebox .messagebox-header span {
    color: whitesmoke;
}
body.light-mode .messagebox .messagebox-header span {
    color: dimgray;
}
.messagebox .messagebox-header button {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    opacity: .7;
    transition: .3s;
}
body.no-transition .messagebox .messagebox-header button {
    transition: none;
}
.messagebox .messagebox-header i {
    font-size: 1rem;
    padding: .5rem;
    margin-left: .3rem;
    margin-right: .3rem;
   /* margin-top: .1rem;*/
   color:inherit
}
.messagebox .messagebox-header button:hover {
    opacity:1;
}
.messagebox .messagebox-header button:focus {
    opacity:1;
}
.messagebox .messagebox-header button:active {
    opacity:.8;
}
body.dark-mode .messagebox .messagebox-header button {
    color: whitesmoke;
}
body.light-mode .messagebox .messagebox-header button {
    color: dimgray;
}
body.light-mode .messagebox .messagebox-header button:active {
    color: lightgray;
}

.messagebox .messagebox-body {
    text-align: center;
    padding: 1.5rem 2rem;
    min-width: 13rem;
    overflow:auto;
}
body.dark-mode .messagebox .messagebox-body {
    color: white;
}

body.light-mode .messagebox .messagebox-body {
    color: black;
}

.messagebox .messagebox-message {
}
.messagebox .messagebox-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: .5rem;
}
.messagebox .messagebox-footer button {
    border: 0;
    outline: 0;
    margin: 0;
    background-color: transparent;
    color: white;
    font-size: .8em;
    /* opacity: .7; */
    cursor: pointer;
    /* padding: 0rem .5rem; */
    /* margin-right: 1rem; */
    /* padding-top: .3rem; */
    /* margin-right: .3rem; */
    transition: .3s;
    background-color: #323232;
    /* padding-bottom: .5rem; */
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    color: #FDFEFE;
    padding: .5rem 1rem;
    margin-left: .1rem;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1.4vh;
}
body.no-transition .messagebox .messagebox-footer button {
    transition: none;
}
.messagebox .messagebox-footer button i {
    margin-right:5px;
}
/*.messagebox .messagebox-footer button:hover {
   background-color: #2A2A30;   
}
.messagebox .messagebox-footer button:focus {
    background-color: #2A2A30;   
}
.messagebox .messagebox-footer button:active {
    background-color: #2A2A30;
}*/
/*.messagebox .messagebox-footer button.app-button-primary {
    color: black;
    font-weight: 500 !important;
}*/
body.dark-mode .messagebox .messagebox-footer button.app-button-primary {
    color: white;
}

body.dark-mode .messagebox .messagebox-header #messagebox-close:hover {
    background-color: firebrick;
}
body.dark-mode .messagebox .messagebox-header #messagebox-close:focus {
    background-color: firebrick;
}
body.dark-mode .messagebox .messagebox-header #messagebox-close:active {
    background-color: red;
}

body.light-mode .messagebox .messagebox-header #messagebox-close:hover {
    background-color: firebrick;
}

body.light-mode .messagebox .messagebox-header #messagebox-close:focus {
    background-color: firebrick;
}

body.light-mode .messagebox .messagebox-header #messagebox-close:active {
    background-color: red;
}

body.light-mode .messagebox .messagebox-header #messagebox-close:hover {
    background-color: red;
    color: white;
    opacity: 1;
}

body.light-mode .messagebox .messagebox-header #messagebox-close:focus {
    background-color: red;
    color: white;
    opacity: 1;
}

body.light-mode .messagebox .messagebox-header #messagebox-close:active {
    background-color: red;
    color: white;
    opacity:.8;
}


.messagebox #messagebox-message {
    font-size: 1.2rem;
    /*font-size: 2vh;*/
}
body.light-mode .messagebox #messagebox-message {
    color: black;
}
body.dark-mode .messagebox #messagebox-message {
    color: white;
}


body.light-mode .messagebox .messagebox-footer button {
    background: linear-gradient(#EEEEEE, #CFCFCF);
    border: solid 1px silver;
    color: dimgray;
    font-size: .8rem;
    transition: .2s;
    font-weight:500 !important;
}
body.light-mode .messagebox .messagebox-footer button.select {
    border-color: #0069D9;
    color: #0069D9;
}
body.light-mode .messagebox .messagebox-footer button:hover {
    border-color: #0069D9;
    color: #0069D9;
}
body.light-mode .messagebox .messagebox-footer button:focus {
    background: #0069D9 !important;
    border-color: #0069D9;
    color: white;
    /*color: white;*/
}
body.light-mode .messagebox .messagebox-footer button:active {
    background: #0069D9 !important;
    border-color: #0069D9;
    color: white;
    transition: none;
}

.app-form-field-password-container {
    position: relative;
    display: flex;
    align-items: center;
}
.app-form-field-password-visible {
    position: absolute;
    right: .5rem;
    font-size: .8rem;
    min-width:15px;
}

.fit-width {
    width: fit-content !important;
    min-width: unset !important;
}