﻿body {
    font-family: Calibri, Verdana;
    font-size: 12px;
    margin: 0px;
    background-color: var(--body-backcolor);
    background-image: var(--body-backimage);
    color: black;
}

#Container {
    height:100vh;
    position:relative;
}

a{color:black;}

iframe{
    border:none;
}

.TopRightControls {
    position: absolute;
    top: 20px;
    right: 10px;
}

.BoxedLabel {
    border: 1px solid #939393;
    padding:2px 4px;
    display: inline-block;
    background-color: #ffffcc;
}

.SubMenu {
    padding:5px 20px;
    background-color: #cccccc;
    color: white;
    font-size:14px;
}

.SubMenu a{
    padding:5px;
    text-decoration:none;
    color: black;
}

.SubMenu a:hover{
    padding:5px;
    background-color: #aaaaaa;
    text-decoration:none;
    color: black;
}

.ajax__calendar_container {
    line-height: normal;
}

.ModalPopupBG
{
    background-color: #545454;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index:100000000 !important;
    position:absolute;
}


.WarningLabel {
    border: 1px solid darkred;
    display: block;
    padding: 10px;
    background-color: #ffffcc;
    font-weight: bold;
    color: black;
}

.WhitePanel{
    background-color:white;
    border:1px solid #545454;
    padding:10px;
    margin:5px 20px 5px 0px;
}

.WhitePanel .Bigger{
    font-size:14px;
}

.CompList{
    font-family:Calibri;
    font-size:12px;
}

.completionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 100px;
overflow:auto;
background-color: #FFFFFF;
vertical-align:text-top;
}

.listItem {
color: #1C1C1C;
}

.itemHighlighted {
background-color: #ffc0c0;
}

.TabToolbar {
    padding: 4px;
    background-color: var(--tab-toolbar-backcolor);
    color: var(--tab-toolbar-forecolor);
}

.TabToolbar a
{
    text-decoration:none;
    color:Black;
    padding:4px;
}

.TabToolbar a:hover{
    text-decoration:underline;
}

.progress_overlay {
    position: fixed ;
    background-color: #545454;
    top: 0px;
    left: 0px;
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 100000000 !important;
}

.Watermark{
    font-style:italic;
    color:#cccccc;
}

.SmallGray{
    font-size:11px;
    color:dimgray;
    font-weight:normal;
}

.SkinnedTable tr:hover td b.SmallGray{
    color:white;
}

.FormPanel{
    padding:10px 10px;
    border:1px solid #545454;
    border-radius: 10px;
    background-color: #ffffff;
    color:black;
}

.PopupPanel {
    min-width: 500px;
    /*height:300px;*/
    background-color: white;
    border-radius: 10px;
    border: 1px solid #545454;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
    position: absolute !important;
    top: 50px;
    z-index: 100000001 !important;
    color: black;
    backdrop-filter: blur(5px);
}

    .PopupPanel .PopupHeader {
        /*background-color: #cccccc;
        background-color: #981b5f;*/
        background-color: #333333;
        border-top-left-radius:10px;
        border-top-right-radius: 10px;
        position: relative;
        padding: 10px;
        margin-bottom: 10px;
        cursor: move;
    }

    .PopupPanel .PopupHeader h3 {
        margin: 0;
        padding: 0;
        color: white;
        font-weight:normal;
    }

.PopupPanel .Close {
    position: absolute;
    top: 0px;
    right: -1px;
    background-color: red;
    padding: 10px 11px;
    border-top-right-radius: 10px;
    color:white;
    font-size:14px;
}

.PopupPanel table{
    padding:0px 10px 10px 10px;

}




.RedBG{
    background-color: #990000;
}

.RaisedPanel {
    margin: 0px 0px 20px 0px;
    border-radius: 5px;
    border: 1px solid #545454;
    padding: 10px;
    background-color: white;
    color: black;
}

.PagePanel {
    margin: 10px 0px 20px 0px;
    border-radius: 5px;
    border: 1px solid #545454;
    padding: 10px 20px;
    background-color: white;
    color: black;
    position:relative;
    min-height: calc(100vh - 180px);
}

#QuickMessages{
    position:fixed;
    right:0px;
    bottom:40px;
}

@keyframes QuickNotification {
    0% {
        width: 400px;
        height: 0px;
        color:#333333;
    }

    50% {
        width: 400px;
        height:0px;
    }
    100% {
        width: 400px;
        height: 100%;
        color: #ffffff;
    }
}

.QuickMessage {
    background-color: #333333;
    width: 400px;
    height: 100%;
/*    animation-name: QuickNotification;
    animation-duration: 1s;
*/    color: white;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.QuickMessageTitle{
    display:block;
    padding:10px;
    font-size:14px;
    font-weight:bold;
}

.QuickMessageBody{
    display:block;
    padding: 0px 10px 10px 10px;
    overflow:hidden;
    padding-bottom:20px;
}

.QuickMessageBody a{
    color: white;
}


.QuickTags span, .QuickTag {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid darkred;
    border-radius: 5px;
    background-color: #ffffcc;
    color: darkred;
}

.QuickTag {
    margin-right: 10px;
}

    .QuickTag span {
        margin-right: 15px;
        font-size: 14px;
    }

.LoadStats {
    position: absolute;
    top: -115px;
    right: 10px;
    font-size: 10px;
    color: #cccccc;
}

.FatalError{
    position:absolute;
    width:60vw;
    left: 20vw;
    top:0px;
    height:50px;
    border:2px solid darkred;
    background-color: #ffffcc;
}

.FatalError span{
    padding:10px;
}


.MyUser{
    cursor:pointer;
}

.Link {
    cursor: pointer;
}

    .Link:hover {
        text-decoration: underline;
    }


.LocationNotes .Link{
    color:white;
}

.QuickNoteItem {
    padding: 10px;
    width: 420px;
    height: 80px;
    margin: 10px 0px 20px;
    box-shadow: 8px 8px 12px 3px black;
    border: 1px solid black;
    cursor: pointer;
}

    .QuickNoteItem .QnSubject{
        font-size:16px;
        margin-bottom:5px;
        font-weight:normal;
    }

    .QuickNoteItem .QnBody{
        margin-bottom:10px;
        height:40px;
        font-style: italic;
    }

    .QuickNoteItem .QnMod{
        font-size:11px;
        color:gray;
    }

.FlashBG {
    animation: tagflash 5s;
    animation-iteration-count: infinite;
}

@keyframes tagflash {
    0% {
        background-color: #2b2b2b;
    }
    25% {
        background-color: red;
    }
    50% {
        background-color: #2b2b2b;
    }
    75% {
        background-color: red;
    }
    100% {
        background-color: #2b2b2b;
    }
}



.ProgressBar {
    width: 500px;
    height: 22px;
    border: 1px solid #333333;
    background-color: #cccccc;
}

.ProgressBar .Bar {
    background-color: green;
    height: 100%;
    display:inline-block;
}


