.isDeleted1 {color:darkred;}
.isActive0 {color:darkred;}

.shrine1 { color: #FFFF55;}
.shrine2 { color: #5555FF;}
.shrine3 { color: #55FF55;}
.shrine4 { color: #555555;}
.shrine5 { color: #F5F5F5;}
.shrine6 { color: #FF5555;}

.guide1 { color: #FF5555;}
.guide2 { color: #8888FF;}
.guide3 { color: #55FF55;}
.guide4 { color: #D4D479;}
.guide5 { color: #D1D1D1;}

.shrineBack1 { background-color: #FFFF55 !important;color:black !important;font-weight: bold;}
.shrineBack2 { background-color: #5555FF !important;color:black !important;font-weight: bold;}
.shrineBack3 { background-color: #55FF55 !important;color:black !important;font-weight: bold;}
.shrineBack4 { background-color: #555555 !important;color:black !important;font-weight: bold;}
.shrineBack5 { background-color: #F5F5F5 !important;color:black !important;font-weight: bold;}
.shrineBack6 { background-color: #FF5555 !important;color:black !important;font-weight: bold;}

.state1 { color: #FF5555;}
.state2 { color: #D4D479;}
.state3 { color: #cc8c00;}
.state4 { color: grey;}
.state5 { color: pink;}
.state6 { color: #55FF55;}
.state7 { color: red;}

.amount {text-align: right !important}

.googleLogin img {width:20%;}
.googleLogin img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.flash {padding:2em;font-weight: bold}

span.pcts {font-size: 50%;vertical-align: top;min-width:2.6em;display: inline-block;}
span.red {color:red}
span.green {color:green}

table.insert td{ padding: 0.3em;}

h1 {padding:0.5em;}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.35) !important;
}

table.dataTable.hover > tbody > tr.odd {
    background-color: rgba(255, 255, 255, 0.05);
}

.dataTables_filter label { color:var(--white) !important;}
.dataTables_length label { color:var(--white) !important;}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    /*background-color: #f8f8f8;*/
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
}

:root{
    --white: #c9c9c9;
    --black: #36383F;
    --grey: #85888C;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Poppins", sans-serif;
    color: var(--white);
}

/* Header */
.header{
    background-color: var(--black);
    box-shadow: 1px 1px 5px 0px var(--grey);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
}

.side-menu {
    display: none;
}

.header ul{
    list-style: none;
}

.header a{
    text-decoration: none;
}

/* Logo */
.logo{
    display: inline-block;
    color: var(--white);
    font-size: 60px;
    margin-left: 10px;

}

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;
}

.menu a{
    display: block;
    padding: 30px;
    color: var(--white);
}

.menu a:hover{
    background-color: var(--grey);
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

a:link, a:visited {
    color: inherit;
}

.calendarAjax {border-spacing: 0}
td.calendar-day	{ position:relative;text-align: left;min-height:80px; font-size:0.65em; vertical-align:top;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
td.calendar-day { padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }
td.calendar-day:hover	{ background:#eceff5; }
td.another {opacity: 50%}
td.calendar-day-head { font-weight:bold; text-align:center; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
td.calendar-day span {
    z-index:1;background:#999; padding:3px; color:#fff; font-weight:bold; float:right; margin:-3px -3px 0 0; width:15px; text-align:center;
    position:absolute;top:3px;right:4px;
}
td.calendar-day a {padding:1px;margin-top: 1px;color:black;text-decoration: none;display: inline-block;z-index:-1}
td.calendar-day a:hover {text-decoration: underline;}
td.today {background-color:#86841d;}

.calendarAjax a.shrine1 { background-color: #FFFF55;}
.calendarAjax a.shrine2 { background-color: #5555FF;}
.calendarAjax a.shrine3 { background-color: #55FF55;}
.calendarAjax a.shrine4 { background-color: #555555;}
.calendarAjax a.shrine5 { background-color: #F5F5F5;}
.calendarAjax a.shrine6 { background-color: #FF5555;}

.calendarAjax a.state5 {background-color: #ffdddd;color:blue;}
.calendarAjax a.state4 {background-color: silver;color:blue;}
.calendarAjax a.selected {font-weight: bold}

#short {border: 1px solid white;width: 40%;padding:5px 5px 10px 5px;}
#showTable {float:right;border:1px solid white;padding:2px 5px 2px 5px;cursor:pointer;margin-right: 1em;background-color: #666666;}
#showTable:hover {background-color: #888888;}
#hideTable {float:right;border:1px solid white;padding:2px 5px 2px 5px;cursor:pointer;margin-right: 1em;background-color: #666666;}
#hideTable:hover {background-color: #888888;}

table.dataTable {border-bottom: 1px solid white !important;}

tr.activeTerm {background-color:#225522 !important;}
tr.otherTerm {display:none;}