﻿.calendar {
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
	background-color: rgb(250,250,250);
}

.calendarTitle {
	display: table;
	width: 100%;
}

.calendarIncrement {
	display: table-cell;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/Resources/Icons/single/arrow-right.png");
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.calendarMonthText {
	display: table-cell;
	padding-left: 5px;
	text-align: right;
}

.calendarYearText {
	display: table-cell;
	padding-left: 5px;
	text-align: left;
}

.calendarDecrement {
	display: table-cell;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/Resources/Icons/single/arrow-left.png");
	cursor: pointer;
}

.calendarTable {
	font-size: small;
	width: 100%;
}

.calendarRowHeader {
	font-weight: bold;
	text-align: center;
}

.calendarHeader {
}

.calendarRow {
}

.calendarCell {
	width: 64px;
	padding-bottom: 64px;
	position: relative;
	cursor: pointer;
}

.calendarPre {
	text-align: center;
	color: rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.1);
}

.calendarItem {
	text-align: center;
	color: black;
}

.calendarPost {
	text-align: center;
	color: rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.1);
}

.calendarItemSelected {
	background-color: rgba(0,0,255, 0.1);
}

.calendarItemHasEvents {

}

.calendarEventCount {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: rgba(0,0,0,0);
	font-size: xx-small;
	min-width: 2ex;
	background-color: RGBA(255,0,0,0.2);
}


.top-card-area {
	display: inline-block;
	width: 100%;
	padding: 10px;
	vertical-align: top;
}


.top-card {
	transition: 0.2s;
	border-radius: 0.2rem;
	width: 100%;
	overflow-y: auto;
	background-color: rgb(255,255,255);
	box-shadow: 0px 0.03rem 0.09rem rgba(0,0,0,0.18), 0px 0.16rem 0.36rem rgba(0,0,0,0.22)
}

.top-card:hover {
	background-color: rgb(240,240,240);
	transition: 0.2s;
}

.top-card-title {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
	font-size: 1.1rem;
	color: darkgreen;
	padding: 3px;
}

.top-card-image {
	width: 100%;
	padding: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

.top-card-description {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	padding: 3px;
	font-size: medium;
}

.top-card-body {
}

.top-card-subtitle {
	color: grey;
}

.top-card-functions {
}

.top-card-image2 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat
}

.top-card-text-hide {
	opacity: 0.0;
	background-color: white;
}

.top-card-text-hide:hover
{
	opacity: 0.9;
	transition: opacity 0.5s ease;
}

.exd-outerlist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.exd-list {
	list-style-type: none;
	padding-left: 22px;
}

.exd-collapsed {
	transform: rotate(0deg);
	transition: transform 0.5s;
}

.exd-expanded {
	transform: rotate(90deg);
	transition: transform 0.5s;
}

.exd-loading {
	transform: rotate(45deg);
	transition: transform 0.25s;
}

.exd-text {
	display: inline-block;
	font-size: small;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.exd-image {
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: middle;
}

.t42-button-enabled {

}

.btn[disabled] {
	color: gray !important;
	background-color: lightgray !important;
	border-color: darkgrey !important;
}

