form[name=login] td:last-child {
    text-align: right;
}

#repeat_include_calendar table {
    width: 100% !important;
}

.rr_field {
	white-space: nowrap;
	padding-right: 15px !important;
}

.rr_resline, .rr_table, .rr_resheader {
    font-size: 12pt !important;
}


#centercol, #contenttab, #contenttab table {
	width: 100%;
}

#contentboxsub table form table table {
	width: auto;
}

#contentboxsub table table .table_activ, #contentboxsub table table .table {
	font-size: 12pt;
}

#contentboxsub table table tr td a, #contentboxsub table table table tr td a {
	padding-left: 3px;
}

#contenttab table {
	font-size: 12pt;
}

#contenttab table tr {
	line-height: 2.5em;
}


#contenttab input, #contenttab select, #contenttab textarea {
	position: relative;
	top: auto;
	padding: 8px;
	font-size: 12pt;
	border: 1px solid #333333;
	color: #000000;
	background-color: #ffffff;
}

#contenttab input:hover, #contenttab select:hover {
	border: 1px solid #da0013;
	color: #da0013;
}

#contenttab select {
	min-width: 150px;
}

#contenttab input[type="text"], #contenttab input[type="password"], #contenttab input[type="button"], #contenttab input[type="submit"], #contenttab textarea {
	box-sizing: border-box;
	min-width: 300px;
}

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.tablehead {
	padding-left: 6px !important;
	font-size: 12pt !important;
}


#roomlistfilter tr:first-child td:first-child {
	width: 10px;
}

.status_row {
    border-bottom: 1px solid #333333;
}

.status_row tr td:first-child, .status_row tr td:nth-child(2) {
	display: none;
}

.status_row tr td:nth-child(5) {
	text-align: right;
}

.tabtable {
	width: auto !important;
}

.tabtable td {
	border: none;
	padding-left: 0 !important;
	padding-right: 15px !important;
	color: #000000;
}

.tabtable td a {
	color: #000000 !important;
}

.tabtable td a.colored {
	color: #da0013 !important;
}

.tabtable .table_activ {
	background-color: #ffffff;
	border-bottom: 2px solid #da0013;
	color: #da0013;
}

.tabtable .table_activ a {
	color: #da0013 !important;
}

.tabtable .no_tab {
	border: 0;
	color: #000000;
}

.tabtable .tablehead {
    background-color: #ffffff;
}


table.zebra > tbody > tr:nth-child(even) {
    background-color: #eeeeee;
}

table.zebra > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
}

.basketbuttons_3 {
	min-width: auto !important;
    width: calc(min(300px, 32%));
}
.basketbuttons_6 {
	min-width: auto !important;
    width: calc(min(300px, 16%));
}

.legends {
    display: table;
}
.legends > div {
    display: table-row;
    border-bottom: 5px solid #ffffff;
}
.legends > div > div {
    display: table-cell;
    padding: 0 15pt 0 5pt;
}
.legends > div > div:first-child {
    padding-left: 0;
}
.legends > div > div.block_free_color, .legends > div > div.block_busy_color, .legends > div > div.block_reserved_color, .legends > div > div.block_unavailable_color {
    height: 30pt;
    width: 30pt;
    padding: 0;
}
