﻿.roundedButton {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    border: none;
    outline: none;
    outline: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    border-collapse: separate;
    text-align: center;
}

/*.roundedButton:hover
{
    color:white;
    background-color: #f28e00;
}*/

.nopaddingTB {
    padding: 0!important;
}

.nopadding {
    padding: 0!important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

    .nopadding td {
        padding: 0!important;
    }

    .nopadding div {
        padding: 0!important;
    }

div.orangehover :hover {
    background-color: #f28e00;
    color: white;
    padding: 0!important;
}

a.NPLinkButton:visited {
    color: GrayText;
    text-decoration: none;
}

a.NPLinkButton:hover {
    background-color: #f28e00;
    color: white;
    text-decoration: none;
}

a.NPLinkButton {
    background-color: white;
    color: #f28e00;
    text-decoration: none;
    font: normal 12px Segoe UI;
    background-color: rgb(242, 243, 244);
}

.dxeReadOnly {
    border: none!important;
}

.Display {
    display: table;
}

.editform_table {
    padding: 2px 6px 6px 4px;
    font-size: 11px;
    table-layout: fixed;
}

.editform_caption {
    /*padding: 4px 4px 4px 10px;*/
}

.editform_cell {
    padding-bottom: 5px;
    /*padding: 4px;
    border-width: 0px;*/
}

.editform_commandrow {
    /*text-align:right;
    padding: 8px 4px;*/
}

    .editform_commandrow td {
        padding-top: 8px;
    }

    .editform_commandrow a {
        margin: 0px 3px 0px 0px;
        /*color: #f28e00;*/
    }

.OverflowAuto {
    overflow: auto!important;
}

    .OverflowAuto > div:first-of-type {
        height: 100%!important;
    }

.dxtc-strip {
    overflow: hidden!important;
}

.dxtc-spacer {
    max-width: 4999px;
}

.H2StyleLabel {
    padding-top: 0.5em!important;
    padding-bottom: 0.5em!important;
    display: block;
}

.ComplexViewSplitter {
    min-height: 100%;
    min-width: 100%;
}

.SearchBoxCombo {
    max-width: 150px;
}

/*.SearchBoxButton img {
   margin-top: -0.4em;
}*/

.dxm-side-menu-mode .dxm-side-menu-button {
    background-color: #f0f0f0!important;
}

#emailAA {
    display: none;
}

.hidden {
    display: none;
}

.form-field .errtooltip {
    z-index: 1;
    top: 20px;
    left: 0;
    border-radius: 6px;
}

.showPwd {
    position: relative;
    width: 100%;
    display: flex;
}

/*.showEye {
    position: absolute;
    width: 20px;
    top: calc(50% - 10px);
    left: 177px;
}

.showPwd .showEye img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.showPwd .showEye:hover {
    cursor: pointer;
}*/

.pwdEye {
    height: auto;
    opacity: 0.5;
    padding-right: 5px;
    padding-left: 5px;
}

.tbInline {
    display: inline-block;
}

/* hide password reveal button in MS Edge */
::-ms-reveal {
    display: none;
}

.NewsHeader {
}

.NewsHeaderHighlight {
    font-weight: bolder;
}

.TileViewContainer {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(auto-fit, 50px);
    grid-auto-rows: 50px;
    grid-auto-flow: row;
    box-sizing: border-box;
}

.TileViewContainerGap {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, 50px);
    grid-auto-rows: 50px;
    grid-auto-flow: row;
    box-sizing: border-box;
}

.Tile {
    /*border: 1px solid;*/
    grid-row: span 3;
    grid-column: span 3;
    position: relative;
    width: 100%;
    height: 100%;
}

.Tile11 {
    grid-row: span 1;
    grid-column: span 1;
    position: relative;
}

.Tile12 {
    grid-row: span 1;
    grid-column: span 2;
    position: relative;
}

.TileWide {
    grid-row: span 3;
    grid-column: span 6;
    min-width: 300px;
}

.TileWide23 {
    grid-row: span 2;
    grid-column: span 4;
    width: 200px;
}

.TileWide3 {
    grid-row: span 3;
    grid-column: span 9;
    min-width: 450px;
}

.TileTall {
    grid-row: span 6;
    grid-column: span 3;
}

.TileAllCols {
    grid-column: 1/-1;
}

.TileNews {
    grid-column: 1/-1;
    grid-row: span 1;
}

.TileDiv {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.TileBackgroundDiv {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: 0% 0%;
}

.TileHeader {
    position: absolute;
    top: 0;
    white-space: pre-line;
    padding: 2px;
    font-size: smaller;
}

.TileCaption {
    position: absolute;
    top: 15%;
    white-space: pre-line;
    padding: 2px;
    transform: translate(0,-15%);
    -webkit-transform: translate(0,-15%);
    -ms-transform: translate(0,-15%);
    -o-transform: translate(0,-15%);
    font-weight: bolder;
}

.TileText {
    position: absolute;
    top: 0;
    white-space: pre-line;
    padding: 2px;
}

.TileDetails {
    position: absolute;
    top: 35%;
    white-space: pre-line;
    padding: 2px;
    transform: translate(0,-35%);
    -webkit-transform: translate(0,-35%);
    -ms-transform: translate(0,-35%);
    -o-transform: translate(0,-35%);
    font-size: smaller;
}

.TileFooter {
    position: absolute;
    bottom: 0;
    white-space: pre-line;
    padding: 2px;
    font-size: smaller;
}

.TileBadge {
    position: absolute;
    top: 0;
    right: 0;
    margin: 4px;
    line-height: 20px;
    border-radius: 14px;
    color: white;
    font-size: 13px;
    padding: 0 6px 2px;
}

.TileInfo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 4px;
    line-height: 20px;
    border-radius: 14px;
    color: white;
    font-size: 13px;
    padding: 0 6px 2px;
    z-index: 20;
}

    .TileInfo:hover {
        cursor: help;
    }

.TileImage {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.TileWithLink:hover {
    cursor: pointer;
}

.TileGroupCaption {
    font-weight: bolder;
    font-size: larger;
    padding-top: 2px;
    padding-bottom: 2px;
}

.TileGroupDetails {
    font-size: smaller;
    padding-bottom: 2px;
}


.TileFirstArea {
}

.TileSecondArea {
}

.TileFirstArea + .TileSecondArea {
    grid-column-start: 1;
}

.TileClicked {
    border: 1px solid #666666;
    box-shadow: 0 0 25px #333333;
}

.TileLoadingWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.8) url('Images/Gray/Loading.gif') center center no-repeat;
}

.TooltipWrapper {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

/*.TooltipHoverSection:before {
    content: '';
    display: flex;
    cursor: help;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}*/

.TooltipDropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
    z-index: 10;
    padding-top: 32px;
}

.TooltipDropdownContent {
    color: black;
    background-color: white;
    border-radius: 0px;
    padding: 4px 6px;
    width: 150px;
    text-align: left;
    border: 1px solid #666666;
    box-shadow: 0 0 25px #333333;
}

.TooltipOpen .TooltipDropdown {
    animation: TooltipFadeIn 0.15s;
    display: block;
}

/*@media (hover: hover) {
    .TooltipWrapper:hover .TooltipDropdown {
        animation: tooltipFadeIn 0.15s;
        display: block;
    }
}*/

@keyframes TooltipFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 600px) {
    .TileViewSideBar {
        display: none;
    }
}

.FooterText {
    color: #2b2b2b;
    white-space: pre;
}

.FooterLink {
    color: #2b2b2b;
    text-decoration: none;
}

a:visited.FooterLink {
    color: #2b2b2b;
}

.resizable textarea {
    resize: both;
}

.resizableMemoHeight textarea {
    resize: vertical;
}

.Accordion {
    position: relative;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 2px;
}

    .AccClosed, .Accordion:hover {
        background-color: #ccc;
    }

.AccordionPanel {
    padding: 0 10px;
    display: none;
    background-color: white;
    overflow: auto;
    border: lightgrey 1px solid;
    margin: 1px;
}

.Accordion .AccLabel::before {
    content: "\276F";
    color: black;
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 20px;
    transform: rotate(90deg);
}
.Accordion.AccClosed .AccLabel::before {
    transform: rotate(270deg);
}

.TimerFooter {
    float: right;
    margin: 0px;
    padding-left:10px;
    color: red;
    font-weight: bolder;
 }

.highZIndex {
    z-index: 500;
}

#timeOutWarningOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    cursor: pointer;
}

#timeOutWarningOverlayInnerDiv {
    height: auto;
    width: 400px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 0 25px #333333;
}

#timeOutWarningTitleDiv {
    padding-top: 7px;
    padding-bottom: 7px;
    background-image: linear-gradient(rgb(250, 250, 250) 0%, rgb(237, 237, 237) 100%);
    background-color:rgba(0, 0, 0, 0);
}

#timeOutWarningCounter {
    font-weight: bold;
    white-space: pre;
}

.errtooltip {
    display: none;
}