html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/***************************/

/***** Bootstrap Override Start *****/

/*

html {
    height: 100%;
}

body {
    padding-top: 61px;
}

*/

:target::before {
    content: "";
    display: block;
    height: 80px; /* fixed header height*/
    margin: -80px 0 0; /* negative fixed header height */
}

/*@media (max-width: 575px) {
    body {
        padding-top: 85px;
    }

    h1 {
        font-size: 32px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col-sm-12 {
        padding-right: 8px;
        padding-left: 8px;
    }
}*/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/*.container {
    width: auto;
}*/

li.nav-item {
    line-height: 38px;
}

.container-width-fill {
    width: -webkit-fill-available;
}

.btn {
    margin-bottom: 15px;
}

/***** Bootstrap Override End *****/

/***** Datatables Override Start *****/

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_info {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

.table th {
    padding: 5px;
}

.table td {
    padding: 5px;
}

.table th, .table td {
    vertical-align: middle;
}

.valign-middle {
    vertical-align: middle;
}

.table.no-y-paddding td {
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 5px;
}

/***** Datatables Override End *****/

.loginCanvas {
    border: 1px solid black;
    height: 100vh;
    width: 100%;
    /*background-color: red;*/
}

.login-container {
    width: 100%;
    margin-top: -75px;
}

.login-overlay {
    height: 100vh;
    position: relative;
}

.login-overlay-center {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 330px;
}

.noTopPadding {
    padding-top: 0px;
}

.field-validation-error {
    color: red;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

/* Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.w-100-px {
    width: 100px;
}

.checkbox-width-md {
    width: 1.25rem;
}

.cursor-pointer {
    cursor: pointer;
}

    .cursor-pointer:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.clickable-row {
    cursor: pointer;
}

.darkBackground {
    background-color: #5f5f5f;
}

.bg-tile {
    background-color: #E9ECEF;
}

.home-tile {
    /*margin: 15px;*/
}

    .home-tile:hover {
        background-color: #E9ECEF;
    }

.school-tile {
    width: 300px;
    height: 300px;
    vertical-align: middle;
    line-height: 10;
    font-size: 22pt;
    color: #000000;
}

.admin-tile {
    width: 300px;
    height: 300px;
    vertical-align: middle;
    line-height: 2;
    font-size: 22pt;
    color: #000000;
}

.testType-tile {
    width: 300px;
    height: 300px;
    vertical-align: middle;
    line-height: 10;
    font-size: 22pt;
    color: #000000;
}

.test-tile {
    min-width: 100px;
    min-height: 100px;
    vertical-align: middle;
    line-height: 3;
    font-size: 22pt;
    color: #000000;
}

.image-checkbox {
    cursor: pointer;
}

.image-checkbox-checked {
    background-color: #5f5f5f;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.question {
    font-size: 40pt;
    margin-bottom: 15px;
}

.question-number input[type="text"] {
    width: 130px;
    height: 100px;
    font-size: 40pt;
    text-align: center;
}

.question-text {
}

.user-answer {
    margin-left: 20px;
}

.user-answer-choice {
}

.user-answer-multiplechoice .row .user-answer-choice-selection {
    line-height: 4.25;
    text-align: center;
}

.input-number {
    width: 75px;
    text-align: center;
}

.dataTables_wrapper {
    width: 100%;
}

.user-answer-radio-label {
    font-size: 30pt;
    padding-left: 15px;
}

.user-answer-radio {
    -webkit-appearance: button;
    -moz-appearance: button;
    /*appearance: button;*/
    border: 4px solid #ccc;
    border-top-color: #bbb;
    border-left-color: #bbb;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
}

    .user-answer-radio:checked {
        border: 20px solid #4099ff;
    }

    .user-answer-radio:focus {
        outline: none;
    }

.section-title {
    font-size: x-large;
}

.section-row {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.memory-revision-text-size {
    font-size: 20px;
}

.memory-revision-button-text-size {
    font-size: 40px;
}

.table-button {
}

.btn.table-button {
    margin-bottom: 0px;
}

.menu-left {
    background-color: #cdcdcd;
    padding-top: 30px;
}

    .menu-left ul li {
        padding: 10px 0px;
    }

        .menu-left ul li a {
        }

        .menu-left ul li :hover {
            background-color: #b9b9b9;
        }

.menu-left-height {
}

.menu-left .navbar-toggler:focus {
    outline: none;
}

.nav-bar-light-color {
    color: #ffffff;
}

@media (max-width: 575px) {
    .menu-left-height {
        height: fit-content;
    }
}

/* Bluff */
.bluff-answer {
    background-color: #dedede;
    border: 1px solid #bbb;
    border-radius: 3px;
    text-align: center;
    margin: 1px;
}

.bluff-answer-creator {
    position: absolute;
    top: -18px;
    border: 1px solid #bbb;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
    left: 15px;
    right: 15px;
}

.bluff-join-game-code-input {
    width: 125px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

a:not([href]):not([tabindex]).btn-anchor {
    color: #ffffff;
}

/* Score */

.card-team {
    box-shadow: 0 0 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.card-team-name {
    margin-left: -10px;
}

.card-player {
    padding: 5px;
}

.point-input {
    width: 100px;
}

.col-center {
    margin: 0 auto;
}

.row-bottom-border {
    border-bottom: 1px solid #e9ecef;
}

.score-yahtzee-input {
    width: 40px;
    text-align: center;
}

.score-yahtzee-input-toggle {
    width: 40px;
    height: 27px;
    border: 1px solid black;
}

.score-yahtzee-input-control-count {
    text-align: center;
}

.score-yahtzee-input-count-button {
    display: inline-block;
    width: 12px;
    border: 1px solid black;
}

.score-yahtzee-input-count {
    display: inline-block;
}

.score-yahtzee-input-count-value {
    display: inline-block;
    width: 9px;
}

.score-yahtzee-input-discarded {
    background-color: #FF9799;
    /*text-decoration: line-through;*/
}

/* Widget */
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.scoreDarkColor {
    color: #343a40;
}

/* SongBook */

.songbook-header-height-margin {
    margin-top: 61px;
}

.song {
    font-family: 'Courier New';
    font-size: 18px;
    margin-bottom: 0px;
}

    .song p {
        line-height: 1;
        margin-bottom: 0px;
    }

.songCtrlContainer {
    position: fixed;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.songCtrlContent {
}

#divSongWithControls {
    margin-bottom: 60px;
}

.userSettingsCtrl {
    position: fixed;
    /*width: 400px;*/
    /*height: 100px;*/
    bottom: 20px;
    right: 0px;
    left: 0px;
    /*margin-left: -200px;*/
    text-align: center;
}

.userSettingsCtrlBg {
    position: absolute;
    /*top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;*/
    /*opacity: 0.85;*/
    z-index: -1;
}

.userSettingsCtrlContent {
    background: #fff;
    border: 1px solid #ababab;
    border-radius: 4px;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
    /*height: 33px;*/
    text-align: center;
    display: inline-block;
}

#userAdvancedSettings {
    background-color: #ffffff;
    position: fixed;
    bottom: 60px;
    border: 1px solid #ababab;
    border-bottom: none;
    border-radius: 4px;
    padding: 10px;
    z-index: -2;
}

._chord {
    font-weight: bold;
    color: red;
}

.capo {
    margin-bottom: 10px;
}

.autoscroll-button-ctrl {
    margin-top: 1px;
    border: 1px solid #ababab;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    vertical-align: middle;
    display: inline-block;
    width: 24px;
}

    .autoscroll-button-ctrl.wider {
        width: 100px;
    }

.autoscroll-button {
}

    .autoscroll-button label {
        cursor: pointer;
        height: 35px;
        vertical-align: middle;
        display: unset;
    }

        .autoscroll-button label input {
            position: fixed;
            top: -20px;
        }

    .autoscroll-button span {
        border-radius: 4px;
        padding-bottom: 3px;
        padding-left: 2px;
        padding-right: 5px;
    }

    .autoscroll-button input:checked + span {
        background-color: #67d267;
    }

/* Doodle */

.color-available {
    color: green;
}

.color-not-available {
    color: red;
}

.doodle-list-player {
    background-color: #cdcdcd;
    margin: 10px;
}

.doodle-brush-color-selector {
    width: 25px;
    height: 25px;
    border: 1px solid lightgray;
}

    .doodle-brush-color-selector.selected {
        border: 3px solid black;
    }

.doodle-brush-size-selector {
    width: 25px;
    height: 25px;
    border: 1px solid lightgray;
    text-align: center;
}

    .doodle-brush-size-selector.selected {
        border: 3px solid black;
    }


/* Show */

.current-songlist-item {
    background-color: gray;
}

.songlist-item {
    width: 100%;
    height: 26px;
}

    .songlist-item :hover {
        background-color: lightgray;
    }

/* Karaoke */

.karaoke-join-game-code-input {
    width: 125px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.karaoke-song-playing {
    background-color: #b0ffb0;
}

.table-striped > tbody > tr.karaoke-song-played > *,
.table-striped > tbody > tr.karaoke-song-played .karaoke-party-singer {
    color: lightgray;
}

.karaoke-song-row {
    height: 40px;
}

.karaoke-song-available-row {
    height: 30px;
}

.karaoke-add-song-singer-input {
    margin-top: 9px;
}

    .karaoke-add-song-singer-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: red;
        opacity: 1; /* Firefox */
    }

    .karaoke-add-song-singer-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: red;
    }

    .karaoke-add-song-singer-input::-ms-input-placeholder { /* Microsoft Edge */
        color: red;
    }

.karaoke-party-song {
    font-size: 16px;
}

.karaoke-party-singer {
    font-size: 10px;
    color: #9e9e9e;
}