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;
}

.error-message {
    color: red;
}

.btn-tb-margin-5 {
    margin: 10px 0px 10px 0px;
}

.btn-wide {
    width: 150px;
}

/* *******************  SCHEDULE  ***********************/
.full-width {
    width: 100%;
}

.table-fullwidth {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.table-fullheight {
    height: 100%;
}

.table-border-thin {
    border: 1px solid black;
}
.vert-top {
    vertical-align: top;
}
.calendar-bgcolor {
    background-color: wheat;
}

.month-cell {
    background-color: lightblue;
    padding: 10px;
}

.header-icons-container {
    width: 25%;
}

.month-header-container {
    width:50%;
    text-align:center;
}

.month-header {
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana;
}

.weekday-cell {
    align-content: center;
    width: 14.2857%;
    height: 3vh;
}

.weekday-header {
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

.empty-row-container {
    align-content: center;
    vertical-align: top;
    width: 14%;
    height: 10vh;
    margin: 0px;
    padding: 0px;
}

.datecell-container {
    align-content: center;
    vertical-align: top;
    width: 14%;
    height: 90px;
    border: 1px solid black;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

.datecell-color {
    background-color: white;
}

.datecell-color-currentday {
    background-color: yellow;
}

.datecell-color-offday {
    background-color: #aaffaa;
}

.datecell-color-offmonth {
    background-color: #cccccc;
}

.datecell-color-offmonth-offday {
    background-color: #88aa88;
}

.date-cell-inner-container {
    height: 100%;
    vertical-align: top;
    border-spacing: 0px;
}

.date-cell-daynumber-container {
    width: 100%;
    text-align: right;
    vertical-align: top;
    padding: 0px;
    margin:0px;
}

.daynumber-box {
    padding: 0px 1px 2px 0px;
    margin: 0px;
    vertical-align: top;
}

.date-cell-daynumber {
    text-align: right;
    vertical-align: top;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    width: 20%;
}
.date-cell-daynumber-wz {
    text-align: right;
    vertical-align: top;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .7);
    padding:3px;
    margin:0px;
    color:white;
}
/* For Mobile */
@media screen and (max-width: 540px) {
    .time-content {
        text-align: center;
        font-family: Verdana;
        font-size: 8px;
        line-height:8px;
    }
    .time-content-wz {
        text-align: center;
        font-family: Verdana;
        font-size: 8px;
        background-color: rgba(0,0,0,0.7);
        color: white;
        padding: 3px;
        line-height: 8px;
    }

    .daynumber-separator {
        font-size: 6px;
        padding: 0px;
        margin: 0px;
        border-spacing: 0px;
    }
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
    .time-content {
        text-align: center;
        font-family: Verdana;
        font-size: 10px;
        line-height:12px;
    }
    .time-content-wz {
        text-align: center;
        font-family: Verdana;
        font-size: 10px;
        background-color: rgba(0,0,0,0.7);
        color: white;
        padding: 3px;
        line-height: 14px;
    }

    .daynumber-separator {
        font-size: 8px;
        padding: 0px;
        margin: 0px;
        border-spacing: 0px;
    }
}

/* For PC */
@media screen and (min-width: 780px) {
    .time-content {
        text-align: center;
        font-family: Arial;
        font-size: 12px;
        line-height:10px;
    }
    .time-content-wz {
        text-align: center;
        font-family: Verdana;
        font-size: 12px;
        background-color: rgba(0,0,0,0.5);
        color: white;
        padding: 3px;
    }

    .daynumber-separator {
        font-size: 8px;
        padding: 0px;
        margin: 0px;
        border-spacing: 0px;
    }
}

.times-separator {
    text-align: center;
    font-size: 12px;
}

.offmonth-offday-container {
    border-spacing: 0px;
    vertical-align: middle;
    height: 80%;
    background-color: #f0f0f0;
}
.schedule-times-container {
    border-spacing: 0px;
    vertical-align: top;
    text-align: center;
    width: 80%;
    margin: 0px;
    padding-top: 2px;
    line-height:10px;
}
.date-content-container {
    border-spacing: 0px;
    vertical-align: middle;
    height: 80%;
    text-align: center;
}
.notes-content-container {
    border-spacing: 0px;
    vertical-align: bottom;
    text-align: center;
    line-height:10px;
}
.offday-content {
    font-size: 14px;
    font-family: Impact;
    vertical-align: text-bottom;
    text-align: center;
    margin-top:3px;
}
.offday-content-wz {
    font-size: 14px;
    font-family: Impact;
    vertical-align: text-bottom;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 3px;
}

.monthNavArrow {
    margin: 3px;
    text-decoration: none;
    font-weight: bold;
}

.img64 {
    width: 64px;
    height: 64px;
}

.img32 {
    width: 32px;
    height: 32px;
}
.wz-bg-1 {
    background-image: url("..//images/wz-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wz-bg-2 {
    background-image: url("..//images/wz-bg-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wz-bg-3 {
    background-image: url("..//images/wz-bg-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flag-container {
    align-content: center;
    margin: 0px;
    padding: 0px;
    
}

.flag-table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.flag-cell {
    margin: 0px;
    padding: 0px;
    text-align:right;
    background-color: rgb(46, 6, 6, .5);
}

.flag-wz-light {
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    margin: 0px;
    padding-right: 3px;
    color:white;
}
.flag-wz {
    font-family: Impact;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}