﻿html {
    font-size: 14px;
    color: white;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        color: white;
    }
}

html {
    position: relative;
    min-height: 100%;
    color: white;
}

body {
    margin-bottom: 60px;
    background-color: #262626;
    color: white;
}

a {
    color: pink;
    text-decoration: underline;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.large_navbar {
    height: 60px;
    width: 60px;
}

.small_navbar {
    height: 30px;
    width: 30px;
}

.icon_table {
    height: 40px;
    width: 40px;
}

a:hover {
    color: red;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.fontIconRed {
    font-size: 150%;
    color: red;
}

.fontIconGreen {
    font-size: 150%;
    color: green;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #e7e7e7;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
    }

.btn-markComplete {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    float: left
}

    .btn-markComplete:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
    }

.btn-markCompleteDone {
    color: #000;
    background-color: #25a0f2;
    border-color: #198754;
}

.btn-info {
    color: #000;
    background-color: #31d2f2;
    border-color: #31d2f2;
}

    .btn-info:hover {
        color: #000;
        background-color: #25a0f2;
        border-color: #25a0f2;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }

.btn-default {
    border-color: #e7e7e7;
}

    .btn-default:hover {
        background: #e7e7e7;
        color: black;
    }

.table {
    color: white;
    font-size: 14px;
}

.tbl-usersum th {
    color: black;
    background-color: peachpuff;
    font-size: 14px;
    width: 25%;
}

.tbl-classsum th {
    color: black;
    background-color: palegreen;
    font-size: 14px;
}

.tbl-reportsum th {
    color: black;
    background-color: violet;
    font-size: 14px;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
    width: 30px;
    transition: .5s;
}

td.details-control {
    background: url(../img/details_open.png) no-repeat center center;
    cursor: pointer;
    width: 30px;
    transition: .5s;
}

tr.shown td.details-control {
    background: url(../img/details_close.png) no-repeat center center;
    width: 30px;
    transition: .5s;
}

table.dataTable td table,
table.dataTable td table * {
    border: none !important;
}

.content {
    padding: 15px;
}

.container {
    color: white;
    font-size: 14px;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #7c7c7c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #000
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000;
}

.dataTables_processing {
    color: black;
}

.Dashboard {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    Justify-content: center;
    width: 95%;
    margin-right: auto;
    margin-left: auto
}

.Report {
    Justify-content: center;
    width: 95%;
    margin-right: 50px;
    margin-left: 50px
}

.DropDownTableContanier {
    Justify-content: center;
    width: 95%;
    margin-right: auto;
    margin-left: auto
}

table .DropDownTable {
    border-collapse: separate;
    border-spacing: 2px;
    width: 95%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 30px
}

    table .DropDownTable td, table .DropDownTable th {
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        word-break: break-all;
        white-space: nowrap;
        text-align: left;
        padding: 3px;
        height: 20px;
        max-width: 200px;
    }

    table .DropDownTable tr > td:hover {
        overflow: visible;
        white-space: normal;
        background-color: white;
        color: black;
    }

    table .DropDownTable tr:nth-child(even) {
        background-color: #000;
    }

.flex-DashboardContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    Justify-content: center;
    width: 100%;
}

.flex-items {
    margin: 5px;
    padding: 3px;
    width: 48%;
    border: 1px solid white
}

.flex-items-single {
    flex-basis: 100%;
    padding: 3px;
    border: 1px solid white
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 15% !important;
    background: #808080;
    border: 1px solid pink;
    border-radius: 3px;
    font-weight: bold;
}

#card {
    background: #4c4c4c;
    border-radius: 8px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
    height: 420px;
    margin: 6rem auto 8.1rem auto;
    width: 329px;
}

#card-content {
    padding: 12px 44px;
}

#card-title {
    font-family: "Raleway Thin", sans-serif;
    letter-spacing: 4px;
    padding-bottom: 23px;
    padding-top: 13px;
    text-align: center;
}

#submit-btn {
    background: -webkit-linear-gradient(right, #a6f77b, #2dbd6e);
    border: none;
    border-radius: 21px;
    box-shadow: 0px 1px 8px #24c64f;
    cursor: pointer;
    color: white;
    font-family: "Raleway SemiBold", sans-serif;
    height: 42.3px;
    margin: 0 auto;
    margin-top: 50px;
    transition: 0.25s;
    width: 153px;
}

    #submit-btn:hover {
        box-shadow: 0px 1px 18px #24c64f;
    }

.form {
    align-items: inherit;
    display: flex;
    flex-direction: column;
}

.form-border {
    background: -webkit-linear-gradient(right, #a6f77b, #2ec06f);
    height: 1px;
    width: 100%;
}

.form-content {
    background: white;
    border: none;
    outline: none;
    text-align: left;
    height: 30px;
    padding-left: 5px;
}

.underline-title {
    background: -webkit-linear-gradient(right, #a6f77b, #2ec06f);
    height: 2px;
    margin: -0.7rem auto 0 auto;
    width: 125px;
}

.coingold, .coinsilver, .coincopper {
    background: no-repeat right center;
    color: #fff;
    display: inline-block;
}

.coingold {
    padding-right: 15px;
    background-image: url(/img/icons/gold.gif);
}

.coinsilver {
    padding-right: 15px;
    background-image: url(/img/icons/silver.gif);
}

.coincopper {
    padding-right: 15px;
    background-image: url(/img/icons/copper.gif);
}

/* Tooltip container */
.itemtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .itemtooltip .itemtooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: black;
        color: #fff;
        text-align: left;
        padding: 10px 10px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .itemtooltip:hover .itemtooltiptext {
        visibility: visible;
    }
