/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* 
    Created on : Jan 5, 2016, 9:22:21 PM
    Author     : wschreiber

	 Usage:
		Edit your template CSS, e.g., [Joomla Pfad]\templates\wt_blank_free\css\theme.css
		Append the contents of the file at the end and save
*/

table.cal {
	background-color: #f0f0f0;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
td.cal {
	vertical-align:top;
}
td.cal:hover {
	background-color: #CCCCCC;
}
tr.cal-zebra:nth-child(even) {
	background: #E4E4E4;
}
tr.cal-zebra:nth-child(odd) {
	background: #E8E8E8;
}
td.cal-select {
	background-color: #bafd6f;
	color: #222222;
	font-weight: bold;
}
td.cal-weekend {
	background-color: #EECCCC;
	border: none;
}

.cal-table-hover tbody tr:hover {
  background: #f0f0f0;
}
.cal-table-condensed td {
  padding: 4px 8px;
}
.cal-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #444444;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #f0f0f0;
  vertical-align: middle;
  line-height: 28px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1px;
}
.cal-button:not(:disabled) {
  cursor: pointer;
}
.cal-button:hover,
.cal-button:focus {
  background-color: #CCCCCC;
  color: #444444;
  outline: none;
  text-decoration: none;
  background-image: none;
}
.cal-button:active,
.cal-button.uk-active {
  background-color: #0091ca;
  color: #444444;
  border-color: rgba(0, 0, 0, 0.06);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
