﻿/*
	z-index
		100	appinfo (appointment informantion) should be above all other elements of the scheduler except the popups

*/

body
{
	font: 11px Verdana;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol
{
	float: left;
}

.onecol { width: 8.33%; }
.twocol { width: 16.66%; }
.threecol { width: 25%; }
.fourcol { width: 33.33%; }
.fivecol { width: 41.65%; }
.sixcol { width: 50%; }
.sevencol { width: 58.33%; }
.eightcol { width: 66.66%; }
.ninecol { width: 75%; }
.tencol { width: 83.33%; }
.elevencol { width: 91.66%; }
.twelvecol { width: 100%; }

.logo
{
    position: relative;
	margin: 10px 0;
}

.menu
{
	margin-bottom: 20px;
}

.drag
{
	background-color: #cccccc;
	cursor: pointer;
}

.dropped
{
	background-color: #99cc99 !important;
}

.app, .appinfo, .day
{
	margin: 1px;
	padding: 1px;
	position: absolute;
}

.app, .day
{
	height: 30px;
	line-height: 14px;
	overflow: hidden;
}

.appinfo
{
	background: #ffffff;
	border: 2px solid #222222;
	z-index: 100;
}

.appinfo td
{
	vertical-align: top;
}

.day { background-color: #f3f3f3; }

.int { background-color: #f3e3e3; }

.internal { background-color: #cccccc; }

.clear
{
	clear: both;
}

.contentWrapper
{
	background: #ffffff;
}

.schedulerWrapper
{
	width: 1200px;
}

.scheduler
{
	float: left;
	min-height: 600px;
	min-width: 600px;
}

.teams
{
	float: left;
	min-height: 2px;
	/*overflow: hidden;*/
	position: relative;
	width: 180px; /* same as .appointments margin-left */
}

.scheduler .teams
{
	padding-bottom: 250px;
}

.team
{
	height: 30px;
	min-width: 100px;
	overflow: hidden;
	margin: 2px;
	padding: 1px;
}

.appointments
{
	border: 1px solid #eeeeee;
	margin-left: 180px; /* same as .teams width */
	min-height: 2px;
	min-width: 2px;
	padding-bottom: 250px;
	position: relative;
}

.info
{
	display: inline-block;
	height: 24px;
	line-height: 22px;
	vertical-align: top;
	width: 160px;
}

.field
{
	display: inline-block;
	/* width: 160px; */
}

.fieldTable
{
	display: inline-block;
}

.fieldTableData
{
	border: 0px;
	padding: 0px;
}

.loginTableData
{
	padding: 6px;
}

.section
{
	margin-bottom: 12px;
}

.separator
{
	border-top: 1px solid #cccccc;
	margin: 8px 0px 20px;
	min-height: 1px;
}

.edico
{
	background: url('../images/pencil.png');
	cursor: pointer;
	height: 26px;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 26px;
}

.timico
{
	background: url('../images/time.png');
	cursor: pointer;
	height: 26px;
	position: absolute;
	right: 30px;
	top: 3px;
	width: 26px;
}

.virtual
{
	/*border: 1px dotted #ff0000;*/
}

.cancelled {
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    height: 26px !important;
}

.sent-to-service-provider {
    border-bottom: 2px solid yellow;
    border-top: 2px solid yellow;
    height: 26px !important;
}

.changed
{
    /*
	border-bottom: 2px dashed yellow;
	border-top: 2px dashed yellow;
	height: 26px !important;
    */
}

.dashboardTable
{
	text-align: center;
}

.dashboardTable td
{
	background-color: #E0E0E0;
	border: 4px solid #ffffff;
	padding: 8px;
}

.dashboardTable td:hover
{
	background-color: #0072C6;
}

.dashboardTable a
{
	display: inline-block;
	height: 128px;
	line-height: 128px;
	width: 128px;
}

.dashboardTable img
{
	padding: 32px;
}

.resize
{
	display: inline-block;
	float: left;
	height: 30px;
	width: 3px;
	cursor: e-resize;
}

.apn
{
	display: inline-block;
	left: 3px;
	position: absolute;
	top: 1px;
}

.dxeTBIncBtn_MetropolisBlue,
.dxeTBDecBtn_MetropolisBlue
{
	padding: 0px;
}

.totals
{
    text-align: right;
}


.float-right-bottom
{
    position: absolute;
    right: 30px;
    bottom: 3px;
}