﻿input[type="checkbox"] {
    width: 25px; /*Desired width*/
    height: 25px; /*Desired height*/
}
table.gridtable {
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: white;
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    table.gridtable th {
        border-width: 1px;
        color: white;
        padding: 5px 5px 5px 5px;
        border-style: solid;
        border-color: #666666;
        background-color: #4F94CD;
    }

    table.gridtable tr:nth-of-type(even) {
        background-color: #c6e2ff;
    }

    table.gridtable tr:nth-of-type(odd) {
        background-color: white;
    }

    table.gridtable td {
        border-width: 1px;
        padding: 5px 5px 5px 5px;
        border-style: solid;
        border-color: #666666;
        /*background-color: #DCD8FD;*/
    }
.navbar-custom {
    font-size:x-large;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgb(255,255,255);
        font-size: xx-large;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: rgb(255,255,255);
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }

.navBarBack {
    background-color: #4F94CD;
}

.navButton {
    font-size: large;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    text-align: center;
    background-color: black;
    border-radius: 10px;
    margin: 5px;
}

    .navButton:hover {
        background-color: white;
        color: black;
    }

.navDropDown {
    font-size: large;
    font-weight: bold;
    vertical-align: middle;
}

.navIcon {
    vertical-align: middle;
    color: black;
}
/* Rules for sizing the icon. */
.material-icons.tiny {
    font-size: 1rem;
}
.material-icons.small {
    font-size: 1.5rem;
}
.material-icons.medium {
    font-size: 2rem;
}
.material-icons.large {
    font-size: 3rem;
}
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

.material-icons.black {
    color: black;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}