/* Minification failed. Returning unminified contents.
(704,14): run-time error CSS1030: Expected identifier, found '.'
(704,26): run-time error CSS1031: Expected selector, found ')'
(704,26): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html, body {
    margin: 0;
    padding: 0;
}
/* width */
/*::-webkit-scrollbar {
    width: 8px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 3px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #61BEB2;
    border-radius: 3px;
}*/

    /* Handle on hover */
    /*::-webkit-scrollbar-thumb:hover {
        background: #117E72;
    }*/
#headerContainer {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    /*background-color: #D3E4F6;*/
    /*visibility:hidden;
    display:none;*/
}

.dxflRHelpTextSys {
    vertical-align: middle !important;
}

#contentContainer {
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 99%;    
}

.SchedulerMorning{
    border-right-style:none!important;
}

.HeaderText {
    font-size:large;
    font-weight: bold;
}

.ActionColumnMenu{
    margin-left: 10px;
}

.FormMessage {
    margin: 5px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: .25em;
    background-color: #f8d7da;
    font-weight: bold;
}

/*Guestnames with hints*/
.normaltext {
    text-decoration: none !important;
    color: black !important;
}
.normaltext:hover {
    text-decoration: none !important;
}

.vAllignTextCenter td {
    vertical-align: middle
}

.uppercase {
    text-transform: uppercase;
}

.dxgvBEPCBC, a[data-args*=PreviewChanges] {
    visibility: hidden;
}

.overflow {
    max-height: 80px;
    overflow-y: hidden;
    position: relative;
    left: 0px;
    transition: left 0.5s;
}

.overflow:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 30px;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, white);
}

.hover {
    left: 5px;
}

.InfoBox {
    float: right;
    margin: 5px;
    padding: 5px;
    padding-top: 0;
    border: 1px solid transparent;
    border-radius: .25em;
    background-color: #f8d7da;
    max-width: 33%;
    /*font-size: larger;*/
    /*font-weight: bold;*/
}

.InfoBox2 {
    float: right;
    max-width: 25%;
    margin: 2px;
    padding-top: 1px;
    /*width: 200px;
    position: fixed;
    top: 80px;
    right: 20px;*/
}

.ActionButtonsBottom {
    position: absolute;
    float:left;
    width: 100%;
    bottom: 1px;
}

.NotesBoxNew {
    float: right;
    margin: 5px;
    padding: 3px;
    max-width: 25%;
    /*font-size: larger;*/
    font-weight: bold;
}
.NotesBoxNew a {
    text-decoration: none !important;
}
.NotesBoxNew a:hover {
    text-decoration: underline !important;
}

.NotesBoxExisting {
    float: right;
    margin: 3px 6px 6px 3px;
    padding: 5px 10px;
    max-width: 25%;
    font-size: larger;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: .25em;
    background-color: rgb(97, 190, 178);
    box-shadow: 2px 2px 5px #999999;
}
.NotesBoxExisting a {
    color: white !Important;
    text-decoration: none !important;
}
.NotesBoxExisting a:hover {
    text-decoration: underline !important;
}

.Attachement {
    padding: 5px;
}

.AttachementLink {
    padding-left: 5px;
    font-weight: bold;
    vertical-align: top;
}
/* Header */
.headerPane 
{
    background-color: #EDEDED;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Tahoma;
}
.headerPane .headerTop
{
    /*height: 35px;*/
}
.templateTitle {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.templateTitle a 
{
    text-decoration: none;
    font-size: large;
    color: black;
}

.headerButtons {
    float: right;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 12px;
}
.MainMenuItem {
    font-size: larger !important;
}
.loginControl {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    font-size: 12px;
}
.loginControl a 
{
    color: black;
    text-decoration: none;
    border-bottom: dashed 1px black;
    display: inline-block;
}
.headerMenu 
{
    /*margin-top: 11px;*/
}


/* Footer */
.footerPane 
{
    background-color: #EDEDED;
    height:100%;
}
.footerMenu {
    float: right;
    padding-top: 7px;
}
.copyright 
{
    float: left;
    margin-left: 15px;
    margin-top: 10px !important;
}

.content 
{
    padding: 5px;
}


/* Account */
.accountHeader h2 
{
    margin: 10px 0 7px 0;
    font-size: 16px;
}
.accountHeader p 
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.accountHeader 
{
    margin-bottom: 20px;
}
.form-field
{
    margin-bottom: 8px;
}

.dotLabels {
    height: 8px;
    width: 8px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
}
.dotLabelsBadge {
    background-color: white;
    padding: 1px 5px;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    margin-right: 10px;
}
.hint{
    max-width:400px;
}

/* Error, waring, info */
.bgWarning {
    font-weight: bold;
    background-color: #faedb6;
    padding: 6px;
}

.bgError {
    font-weight: bold;
    background-color: #d9534f;
    padding: 6px;
    color: white;
}

.bgInfo {
    font-weight: bold;
    background-color: #337ab7;
    padding: 6px;
    color: white;
}
.bgSuccess {
    font-weight: bold;
    background-color: #2ea44f;
    padding: 6px;
    color: white;
}
.erorPanel {
    margin-bottom: 10px;
}
.errorPanelHeader {
    background: #d9534f !important;
    color: white;
}
/* */
td > a:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
a:visited {
    color: #5a9ddb !important;
    text-decoration: none !important;
}

#searchResultLists a:hover {
    text-decoration: underline !important;
}

.margin-left-4 {
    margin-left: 4px;
}
.margin-right-4 {
    margin-right: 4px;
}

.list-item-link {
    color: inherit !important;
    text-decoration: inherit !important;
}
.list-item-link:visited {
    color: inherit !important;
    text-decoration: inherit !important;
}
.list-item-link:hover {
    cursor: pointer;
    text-decoration: underline !important;
    /*color: inherit !important;*/
}
.list-item-link-disable {
    color: inherit !important;
    text-decoration: inherit !important;
}
.notificationBanner {
    width: 100%;
    color: white;
    background-color: red;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
a.notificationBannerLink {
    color: yellow !important;
    text-decoration: inherit !important;
}
a.notificationBannerLink:visited {
    color: inherit !important;
    text-decoration: inherit !important;
}
a.notificationBannerLink:hover {
    cursor: pointer;
    text-decoration: underline !important;
    color: yellow !important;
}
.dxm-horizontal > ul > li > a:visited {
    color: inherit !important;
    text-decoration: inherit !important;
}

.mainmenu-item > a:visited {
    color: inherit !important;
    text-decoration: inherit !important;
}
[id^=ObjectMenu] a:visited {
    color: inherit !important;
    text-decoration: inherit !important;
}
[id^=SearchResultLists] a:visited {
    color: #6289b8 !important;
    text-decoration: none !important;
}
a.linkNoDecoration {
    color: black !important;
}

#MainSplitter_0 {
    position: relative;
    z-index: 100;
}
@-moz-document url-prefix() {
    #mealPlanSummaryCell {
        display: inline-table;
    }
}

.table-profile-quickview {
    border-collapse: separate !important;
    border-spacing: 0;
    border-style: none;
    width: 100%
}
.table-profile-quickview td {
    border-style: solid;
    border-left: none;
    border-right: none;
    border-color: #dbdee1;
    border-width: 1px;
    padding: 6px 12px;
    word-break: normal;
}
.table-profile-quickview td.caption {
    font-weight: bold;
    white-space: nowrap;
    color: #000000cc
}
.table-profile-quickview td a {
    text-decoration: none !important;
    color: #5a9ddb !important;
}
.table-profile-quickview td a:hover {
    text-decoration: underline !important;
}

.tooltip-profile-popup-footer {
    padding: 2px 0;
}
.tooltip-profile-popup-footer a {
    text-decoration: none !important;
    color: #5a9ddb !important;
}

.tooltip-profile-popup-footer a:hover {
text-decoration: underline !important;
}


.toolTipPanel {
    box-shadow: 3px 3px 20px Gray;
    background-color: White;
    width: 450px;
}

.tooltipContainer {
    max-height: 400px;
    overflow-y: auto;
}
.tooltipContainer::-webkit-scrollbar {
    -webkit-appearance: none;
}

.tooltipContainer::-webkit-scrollbar:vertical {
    width: 11px;
}

.tooltipContainer::-webkit-scrollbar:horizontal {
    height: 11px;
}

.tooltipContainer::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

.tooltipContainer::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}


/* DevExpress-Anpassungen */
.dxmLite_Mulberry .dxm-main.dxmtb .dxm-item, .dxmLite_Mulberry .dxm-main.dxmtb .dxm-item a.dx {
    font-size: 1em !important;
}

.dxgvFocusedRow_Mulberry td.dxgv a, .dxgvFocusedRow_Mulberry td.dxgv span, .dxgvFocusedRow_Mulberry td.dxgvCommandColumn_Mulberry a {
    color: black !important;
}

.dxgvControl_MaterialCompact .dxgvTable_MaterialCompact .dxgvFocusedRow_MaterialCompact a, .dxgvControl_MaterialCompact .dxgvTable_MaterialCompact .dxgvFocusedGroupRow_MaterialCompact a {
    color: black !important;
}
.dxsplControl_MaterialCompact, .dxsplVSeparator_MaterialCompact, .dxsplHSeparator_MaterialCompact, .dxsplPane_MaterialCompact, .dxsplPaneCollapsed_MaterialCompact, .dxsplVSeparator_MaterialCompact, .dxsplHSeparator_MaterialCompact, .dxsplVSeparatorCollapsed_MaterialCompact, .dxsplHSeparatorCollapsed_MaterialCompact {
    border: 0px solid white !important;
}
.dxgvFilterBar_MaterialCompact {
    margin-top: 0px !important;
}

.dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedRow_Office365 a, .dxgvControl_Office365 .dxgvTable_Office365 .dxgvFocusedGroupRow_Office365 a {
    color: black !important;
}
.dxsplControl_Office365, .dxsplVSeparator_Office365, .dxsplHSeparator_Office365, .dxsplPane_Office365, .dxsplPaneCollapsed_Office365, .dxsplVSeparator_Office365, .dxsplHSeparator_Office365, .dxsplVSeparatorCollapsed_Office365, .dxsplHSeparatorCollapsed_Office365 {
    border: 0px solid white !important;
}
.dxgvFilterBar_Office365 {
    margin-top: 0px !important;
}
.dxgvFocusedRow_MetropolisBlue dx-vam dxm-contentText, .dxgvControl_MetropolisBlue .dxgvTable_MetropolisBlue .dxgvFocusedGroupRow_MetropolisBlue a {
    color: black !important;
}

.dxm-popup .dxm-item span.dxm-contentText {
    color: inherit !important;
}

/* DevEx */
.dxsplControl_DevEx 
{
    font-family: Verdana;
    color: #201F35;
}
.dxsplControl_DevEx .headerPane,
.dxsplControl_DevEx .footerPane,
.dxsplControl_DevEx .footerMenu li
{
    background-color: #F2F3F4;
}
.dxsplControl_DevEx .templateTitle a,
.dxsplControl_DevEx .loginControl,
.dxsplControl_DevEx .loginControl a
{
    color: #4B4B57;
}
.dxsplControl_DevEx .loginControl a 
{
    border-bottom-color: #4B4B57;
}
.dxsplControl_DevEx .headerMenu 
{
    /*margin-top: 13px;*/
}
.dxsplControl_DevEx .accountHeader p
{
    font-size: 11px;
}



/* Office2010Black */
.dxsplControl_Office2010Black 
{
    font-family: Verdana;
}
.dxsplControl_Office2010Black .headerPane,
.dxsplControl_Office2010Black .footerPane,
.dxsplControl_Office2010Black .footerMenu li
{
    background-color: #393939;
    color: white;
}
.dxsplControl_Office2010Black .footerMenu a
{
    color: white !important;
}
.dxsplControl_Office2010Black .accountHeader h2
{
    color: #3C3C3C;
}
.dxsplControl_Office2010Black .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Office2010Black .headerMenu 
{
    /*margin-top: 13px;*/
}
.dxsplControl_Office2010Black .loginControl a,
.dxsplControl_Office2010Black .templateTitle a
{
    color: White;
    border-color: White;
}


/* Office2010Blue */
.dxsplControl_Office2010Blue 
{
    font-family: Verdana;
}
.dxsplControl_Office2010Blue .headerPane,
.dxsplControl_Office2010Blue .footerPane,
.dxsplControl_Office2010Blue .footerMenu li
{
    background-color: #D3E4F6;
}
.dxsplControl_Office2010Blue .templateTitle a,
.dxsplControl_Office2010Blue .loginControl,
.dxsplControl_Office2010Blue .loginControl a
{
    color: Black;
}
.dxsplControl_Office2010Blue .loginControl a 
{
    border-bottom-color: Black;
}
.dxsplControl_Office2010Blue .accountHeader h2
{
    color: #498BC2;
}
.dxsplControl_Office2010Blue .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Office2010Blue .headerMenu 
{
    /*margin-top: 13px;*/
}


/* Office2010Silver */
.dxsplControl_Office2010Silver 
{
    font-family: Verdana;
}
    .dxsplControl_Office2010Silver .headerPane,
    .dxsplControl_Office2010Silver .footerPane,
    .dxsplControl_Office2010Silver .footerMenu li {
        /*background-color: #A9ACB4;*/
        /*color: white;*/
        background-color: #E7EAEE;
    }
.dxsplControl_Office2010Silver .accountHeader h2
{
    color: #3B3B3B;
}
.dxsplControl_Office2010Silver .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Office2010Silver .headerMenu 
{
    /*margin-top: 13px;*/
}
.dxsplControl_Office2010Silver .loginControl a,
.dxsplControl_Office2010Silver .templateTitle a
{
    color: White;
    border-color: White;
}

.dxeHelpText_Office2010Silver,
.dxflHelpText_Office2010Silver {
    color: #767676 !important;
}

/* Global loading panel backdrop */
.global-loading-backdrop {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

/* Auto-size textareas based on content (SD-8690) */
textarea,
.dxeMemoEditArea_SeminarDesk,
.dxeMemoEditArea_Office2010Silver {
    field-sizing: content;
    min-height: 60px;
    max-height: 400px;
}

/* Add spacing between edit form command links (Save/Cancel) */
.dxflCommandItemSys a.dxbButtonSys ~ a.dxbButtonSys {
    margin-left: 12px;
}

/* Offer duplicate number info*/
.invalid-offer-number-info {
    display: none;
}

/* Override cursor for non-resizable scheduler items (UG_, Statistics, Events, Notes) */
.dxscApt:has(.lock-resize),
.dxscApt:has(.lock-resize) * {
    cursor: default !important;
}
.toast {
    position: fixed;
    bottom: 50px;
    /*right: 25px;*/
    left: 10%;
    width: 80%;
    /* Must be above DevExpress modal backdrop (z-index ~11999) */
    z-index: 15000;
    color: #ffffff;
    padding: 15px 10px;
    font-weight: bold;
    display: none;
    border-radius: 5px;
    font-size:larger;
}
.toast.success {
    background-color: #2ea44f;
}
.toast.error {
    background-color: #d9534f;
}
.toast.warning {
    background-color: #ffc107;
}
.toast.info {
    background-color: #337ab7;
}

