html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

header > nav {
  background-color: #393939;
  color: white;
}

header > nav img {
  width: 65px;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
}

body {
    background-color: #eee;
}

.card-header {
    color: white;
    background-color: #393939;
    border: 1px solid #393939;
    border-radius: 5px 5px 0px 0px !important;
}

.flex-sb-center {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.card-body{
    border:1px solid #393939;
    border-radius:0px 0px 5px 5px;
}

.noheader {
    border-radius: 5px;
}

.docobtn {
    background-color: #c2a67f;
    color: white;
    border: 1px solid #c2a67f;
}

.docobtn:hover {
    color: #fff;
    border: 1px solid black;
}

canvas {
    border: 1px solid #ddd;
    cursor: crosshair;
    background-color: white;
}

.controls {
    margin-top: 10px;
}

footer {
    color:white;
    background-color: #393939;
    padding: 20px 20px;
    height:60px;
}
header{
    height:54px;
}

#mainContent{
    min-height: calc(100vh - 114px);
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
    flex-direction:column;
}

.backbutton{
    border:1px solid #393939;
}

.deletebutton {
    border: 1px solid #393939;
    background-color:rgb(255,50,50);
    color:white;
}

a {
    color: #c2a67f;
}

a:hover {
    color: #c2a67f !important;
}

.btn-primary{
    background-color:#c2a67f;
    border-color:white;
}

.btn-primary:hover {
    background-color: #b59266;
    border-color: white;
}

/*
.stickycol th:first-child, td:first-child {
    position: sticky;
    left: 0px;
    background-color: white;
}
*/

.sticky-table {
    max-height: 600px;
    overflow: auto;
    position: relative;
}

.sticky-table table {
border-collapse: separate;
border-spacing: 0;
}

.sticky-table th {
position: sticky;
top: 0;
background: #fff;
z-index: 3;
}

.sticky-table th:first-child,
.sticky-table td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
}

.sticky-table th:first-child {
    z-index: 4; /* top-left corner cell */
}

.w70{
    width:70px;
}

.w94{
    width:94px;
}

.docoCheckbox{
    padding:10px
}


.docoCheckbox input{
    margin:0px;
}

.cardEventName{
    height:2em;
    line-height:1em;
    font-weight:bold;
    margin-bottom:1em;
}

.navbar-toggler{
    padding:.25rem .3rem;
    background-color:white;
}

.nav-link{
    color:white;
}

nav{
    z-index:1;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link:focus {
    outline-color: #ffffff;
}

.w74{
    width:74px;
}

.w84{
    width:84px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg:white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: #eee;
}

.plusBtn{
    min-width:35px;
    min-height:35px;
    padding:5px;
}

.noWrap{
    flex-wrap:nowrap;
}

.past .card-header, .past .btn {
    background-color: lightgray;
    border-color: lightgray;
    color:black
}

.past .card-body{
    border-color:lightgray;
}

.past .cardEventName {
    color:gray;
}

.card-header i:hover {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #b59266;
}

.card-body tr:last-child{
    /* hide the last border? */
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: green !important;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25)
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #C8FFC8;
}

input:checked {
    background-color: #c2a67f !important;
    border-color: #b59266 !important;
}

input[type='checkbox'] {

}

input[type='checkbox']:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(194, 166, 127, 0.25)
}

input[type='checkbox']:active {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(194, 166, 127, 0.25)
}

.pl-32{
    padding-left:32px;
}

.btn-primary:focus {
    background-color: #b59266;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(194, 166, 127, 0.25);
}

.btn-primary:active {
    background-color: #b59266;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(194, 166, 127, 0.25);
}

.ml-10{
    margin-left:10px;
}

.flex-between{
    display:flex;
    justify-content:space-between;
}


.txt-center {
    text-align: center;
}

.hide {
    display: none;
}

.clear {
    float: none;
    clear: both;
}

.rating {
    /*width: 90px;*/
    unicode-bidi: bidi-override;
    display:flex;
    justify-content:center;
    direction: rtl;
    text-align: center;
    position: relative;
    font-size:50px;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

    .rating > label:hover:before,
    .rating > label:hover ~ label:before,
    .rating > input.radio-btn:checked ~ label:before,
    .rating > input.radio-btn:checked ~ label:before {
        content: "\2605";
        position: absolute;
        left: 0;
        color: #FFD700;
    }

.timeCopy{
    text-decoration:none;
    font-size:12px;
}

.taInfo {
    width: 100%;
}