/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #f0f0f0;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
}

div.zabuto_calendar .table tr td div.day span.day{
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* actions and events (Seahawks colors)*/
/* unavailable day - greyish legend*/
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend-unavailable li.event {
    background-color: #99a0a5;
	border-radius: 2px 2px 2px 2px;
}

/* reserved day - greenish legend*/
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend-available li.event {
    background-color: #20bc00;
	border-radius: 2px 2px 2px 2px;
}

/* reserved day - bluish legend*/
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend-reserved li.event {
    background-color: #000e5c;
	border-radius: 2px 2px 2px 2px;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}
s
/* badge today*/ 
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    background-color: #357ebd;
    color: #ffffff;
    text-shadow: none;
}

/* badge unavailable - greyish*/
div.zabuto_calendar .badge-event-unavailable,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #99a0a5;
    color: #ffffff;
    text-shadow: none;
}

/* badge available - greenish*/
div.zabuto_calendar .badge-event-available,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #20bc00;
    color: #ffffff;
    text-shadow: none;
}

/* badge reserved - bluish */
div.zabuto_calendar .badge-event-reserved,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #000e5c;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event-none {
    text-shadow: none;
}
div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #000000;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 22px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}
div.zabuto_calendar ul.legend-unavailable > span {
    padding-left: 2px;
}
div.zabuto_calendar ul.legend-available > span {
    padding-left: 2px;
}
div.zabuto_calendar ul.legend-reserved > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend-unavailable {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend-available {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend-reserved {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 16px;
    width: 22px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend-unavailable li {
    display: inline-block;
    height: 16px;
    width: 22px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend-available li {
    display: inline-block;
    height: 16px;
    width: 22px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend-reserved li {
    display: inline-block;
    height: 16px;
    width: 22px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend-unavailable
div.zabuto_calendar ul.legend-unavailable li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend-available
div.zabuto_calendar ul.legend-available li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend-reserved
div.zabuto_calendar ul.legend-reserved li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar ul.legend-unavailable li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar ul.legend-available li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar ul.legend-reserved li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

div.zabuto_calendar div.legend-unavailable span.badge {
    font-size: 0.9em;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

div.zabuto_calendar div.legend-available span.badge {
    font-size: 0.9em;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

div.zabuto_calendar div.legend-reserved span.badge {
    font-size: 0.9em;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.block-unavailable {
  display: block;
}
.block-available {
  display: block;
}
.block-reserved {
  display: block;
}

/* white diagonal line through */
.diagonal-strikethrough{
  position: relative;
  text-align: center;
}

.diagonal-strikethrough:before {
  position: absolute;
  content: "";
  width:100%;
  left: 0%;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;

  -webkit-transform:rotate(-225deg);
  -moz-transform:rotate(-225deg);
  -ms-transform:rotate(-225deg);
  -o-transform:rotate(-225deg);
  transform:rotate(-225deg);
}

.grad-green-to-blue {
  background: #000e5c; /* For browsers that don't support gradients */
  background: -webkit-linear-gradient(-225deg, #20bc00; 0%, #20bc00, 50%, #000e5c 50%, #000e5c 100%);
  background: -o-linear-gradient(-225deg, #20bc00 0%, #20bc00, 50%, #000e5c 50%, #000e5c 100%);
  background: -moz-linear-gradient(-225deg, #20bc00 0%, #20bc00, 50%, #000e5c 50%, #000e5c 100%);
  background: linear-gradient(-225deg, #20bc00 0%, #20bc00, 50%, #000e5c 50%, #000e5c 100%);
}

.grad-blue-to-green {
  background: #20bc00; /* For browsers that don't support gradients */
  background: -webkit-linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #20bc00 50%, #20bc00 100%);
  background: -o-linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #20bc00 50%, #20bc00 100%);
  background: -moz-linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #20bc00 50%, #20bc00 100%);
  background: linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #20bc00 50%, #20bc00 100%);
}

.grad-grey-to-blue {
  background: #000e5c; /* For browsers that don't support gradients */
  background: -webkit-linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #000e5c 50%, #000e5c 100%);
  background: -o-linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #000e5c 50%, #000e5c 100%);
  background: -moz-linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #000e5c 50%, #000e5c 100%);
  background: linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #000e5c 50%, #000e5c 100%);
}

.grad-grey-to-green {
  background: #20bc00; /* For browsers that don't support gradients */
  background: -webkit-linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #20bc00 50%, #20bc00 100%);
  background: -o-linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #20bc00 50%, #20bc00 100%);
  background: -moz-linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #20bc00 50%, #20bc00 100%);
  background: linear-gradient(-225deg, #99a0a5 0%, #99a0a5, 50%, #20bc00 50%, #20bc00 100%);
}

.grad-blue-to-grey {
  background: #99a0a5; /* For browsers that don't support gradients */
  background: -webkit-linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #99a0a5 50%, #99a0a5 100%);
  background: -o-linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #99a0a5 50%, #99a0a5 100%);
  background: -moz-linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #99a0a5 50%, #99a0a5 100%);
  background: linear-gradient(-225deg, #000e5c 0%, #000e5c, 50%, #99a0a5 50%, #99a0a5 100%);
}

.grad-template {
  background: #first; /* For browsers that don't support gradients */
  background: -webkit-linear-gradient(-225deg, #second 0%, #second, 50%, #first 50%, #first 100%);
  background: -o-linear-gradient(-225deg, #second 0%, #second, 50%, #first 50%, #first 100%);
  background: -moz-linear-gradient(-225deg, #second 0%, #second, 50%, #first 50%, #first 100%);
  background: linear-gradient(-225deg, #second 0%, #second, 50%, #first 50%, #first 100%);
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}
