body{
    font-family: sans-serif;
    min-width: 800px;
}

.event{
    position: relative;
    margin-top: 7px;
    margin-left: 2%;
    margin-right: 2%;
    border: solid;
}

.tabevent{
    height:auto;
    margin: 5px;
    width: 98%;
    border-top: thick solid;
    text-align: left;
}

.tabdate{
    width:1%; 
    white-space:nowrap;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.tabname{
    width: 30%;
    float: left;
}

.large{
    font-size: large;
}

.tabdetails {
    width: 65%;
    float: left;
    white-space: pre-wrap;
    padding-left: 15px;
    padding-bottom: 10px;
}

.detail:hover:after {
    border-style: solid;
    border-color: grey;
    font-size: small;
    text-align: left;
    background: #f5f5f5;
    color: black;
    content: attr(detail);
    position: absolute;
    z-index: 200;
    width: 250px;
    right:90%;
    bottom: 60%;
    white-space:pre-wrap;
    padding: 5px;
}

a{
    cursor:pointer;
    text-decoration:underline;
}

#sidebar{
    position: fixed;
    top: 150px;
    width: 22%;
    min-width: 180px;
    max-width: 400px;
    overflow-y: auto;
    bottom: 50px;
    padding-right: 5px;
}

#subheader{
    margin-top:90px;
    position:fixed;
    z-index:150;
    width: 68%;
    padding-left: 1%;
}

#sidebarfooter {
    float:left;
    margin-left:10px;
}

#summary {
    float:right;
    margin-right:20px;
}

.float {
    float: left;
    position: relative;
    margin: 10px;
}

#header{
    width: 100%;
    position:fixed;
    z-index:99;
    background: white;
    height:115px;
    text-align:center;
    top: 0;
    padding-top: 20px;
    border-bottom: solid black;
}

#footer{
    width: 100%;
    position:fixed;
    z-index:99;
    background: white;
    height:30px;
    text-align:center;
    bottom: 0;
    padding-top: 10px;
    border-top: solid black;
    font-size: small;
}

#calendar{
    margin-top:150px;
    width:100%;
    text-align:center;
    border-collapse: collapse;
    margin-left:5px;
}

#calendar>tbody>tr>td{
    vertical-align: top;
    height: 100%;
}

.calendar>tbody>tr>td{
    width: 14.28%;
    border: thin solid black;
}


.hovercolor:hover {
    background-color: #f5f5f5;
}

td>div{
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.colorbox {
    width: 15px;
    height: 15px;
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}

.doydiv{
    font-size: small;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-top: 7px;
}

.square {
    display: inline-block;
    color: black;
    min-width: 30px;
    font-size: small;
}

.month {
    padding: 4px;
}

.selected{
    background-color: #50A2E5;
    color: white;
    padding: 3px;
    border-radius: 2px;
    text-decoration: none;
}

.unselected {
    color: #50A2E5;
    text-decoration: none;
}

.exportbutton{
    background-color: green;
    color: white;
    padding: 3px;
    border-radius: 2px;
    text-decoration: none;
    margin-left: 3px;
    text-align: center;
}

.clickable {
    cursor:pointer;
}

.minical{
    width:38px;
    height:33px;
    border: thin black solid;
    display: inline-block;
    cursor:pointer;
    border-spacing: 1px;
}

.miniday {
    width:4px;
    height:4px;
}

.indent6{
    margin-left:40px;
}

.indent3{
    margin-left:20px;
}

.clearright{
    clear:right;
}

.leftfloat{
    float:left;
}

.rightfloat{
    float:right;
}

.filterrange {
    float:right;
    margin-right:20px;
}

.minmaxinput {
    width:60px;
}

.dateinput{
    width:80px;
}

.triangle{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid black;
    float:left;
    margin-right: 3px;
    margin-top: 3px;
}

.more {
    width: 100%;
    background-color: #c3e6f2;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
}

.helpcircle {
    width: 15px;
    height: 15px;
    float: right;
    margin-left: 5px;
    margin-bottom: 1px;
    border-radius: 15px;
    background-color: #e0e0e0;
    font-size: smaller;
    text-align: center;
    font-weight: bold;
}

.helptext {
    font-size: small;
    background-color: #fff3e2;
    margin-bottom: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.datalink:hover {
    color: red;
}

.highlight {
    background-color: gold;
    padding: 5px;
}