/* Minimum width for the site as this accommodates the smallest possible mobile screen */
html, body {
    min-width: 300px;
}

.datepicker-close {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
}

/* A class to style a floating action button at the bottom right of the screen */
a.fab:hover { color: white; }
.fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: #009688;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    color: white;
    font-size: 1.5em;
    position: fixed;
    right: 25px;
    bottom: 40px;
    cursor: pointer;
}

label {
    font-size: 1rem;
}

.form-control {
    padding-top: 5px;
    padding-bottom: 5px;
}

.clickable:hover * { cursor: pointer; }

label.required:before { content: '*'; color: red }

@font-face {
    font-family: 'TrashHand';
    src: url('/css/trashhand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* The drop-down menus are hidden behind the TinyMCE menu bar and toolbar. */
.menu.vertical {z-index: 2;}

/* Expands links inside table cells to fill the cell. */
td { overflow: hidden; }
td a {
    display: block;
    margin: -10em;
    padding: 10em;
    color: black;
}
td a:hover {
    color: black;
}