/**
 * RenMar
 */
/* Login */
#PageLogin .Form .Buttons input.b {
	background-color: #2B2A28;
}

#PageLogin .Form .Buttons input.b:hover {
	background-color: #E21F25;
}

/* Panel */
#Header {
	background: #2B2A28;
}

#Header .Grid .Right .UserInfo {
	border-right-color: rgba(255, 255, 255, 0.5);
}

#Menu .Group.Active {
	background-color: rgba(0, 0, 0, 0.02);
	border-color: #2B2A28;
}

#Menu .Group a:hover,
#Menu .Group.Active a.Link,
#Menu .Group.Active a.Active {
	color: #E21F25;
}

#PageLogin .Form .Field input.t:focus,
.Field input.t:focus,
.Field select:focus,
.Field textarea.t:focus {
	border-color: #E21F25;
}

.Field input.b,
.FormButtons .Save {
	background-color: #E21F25;
	border-color: #E21F25;
}

table.default tbody tr td.Buttons a:hover,
#Footer a {
	color: #E21F25;
}

/* Object Button */
.ObjectButton {
	background: #E21F25;
	padding: 40px;
	position: relative;
	min-height: 160px;
	color: #FFFFFF;
	overflow: hidden;
	display: block;
}

.ObjectButton:hover {
	background: #E21F25;
}

.ObjectButton i {
	position: absolute;
	top: -50px;
	left: -100px;
	font-size: 255px;
/*
	top: -75px;
	left: -100px;
	font-size: 285px;
*/
	color: rgba(255, 255, 255, 0.26);
	float: left;
}

.ObjectButton span {
	margin-left: 140px;
	display: block;
}

.ObjectButton .Name {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
}

/* Company/Schedule */
#ScheduleLayer {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: -20px;
	bottom: -70px;
	left: -20px;
	right: -20px;
}

/* Company/Schedule: Calendar */
.Calendar {
	width: 100%;
}

.Calendar header {
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #E21F25;
}

.Calendar table {
	width: 100%;
}

.Calendar table thead tr th,
.Calendar table tbody tr td {
	text-align: center;
}

.Calendar table thead tr th {
	padding: 4px 0px;
}

.Calendar table tbody tr td .Item {
	background-color: #ffffff;
	position: relative;
}

.Calendar table tbody tr td .Item .Name {
	padding: 4px 0px;
	position: relative;
	color: #000;
	display: block;
	z-index: 10;
}

.Calendar table tbody tr td .Item .BG-Planned,
.Calendar table tbody tr td .Item .BG-Real,
.Calendar table tbody tr td .Item .BG-Imposition {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.Calendar table tbody tr td .Item .BG-Planned {
	background: rgba(226, 31, 37, 1);
}

.Calendar table tbody tr td .Item .BG-Real {
	background: rgba(43, 42, 40, 0.5);
}

.Calendar table tbody tr td .Item .BG-Imposition {
	background: rgba(227, 197, 107, 1);
}

.Calendar table tbody tr td .Item .TooltipsL,
.Calendar table tbody tr td .Item .TooltipsR {
	position: absolute;
	top: 50%;
	display: none;
	z-index: 50;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.Calendar table tbody tr td .Item .TooltipsL { left: 100%; }
.Calendar table tbody tr td .Item .TooltipsR { right: 100%; }

.Calendar table tbody tr td .Item .TooltipsL .TTGrid,
.Calendar table tbody tr td .Item .TooltipsR .TTGrid {
	background: #FFFFFF;
	border: solid 1px #2B2A28;
	position: relative;
	text-align: left;
}

.Calendar table tbody tr td .Item .TooltipsL .TTGrid { margin-left: 0px; }
.Calendar table tbody tr td .Item .TooltipsR .TTGrid { margin-right: 0px; }

.Calendar table tbody tr td .Item .TooltipsL .TTGrid .nw,
.Calendar table tbody tr td .Item .TooltipsR .TTGrid .nw {
	white-space: nowrap;
}

.Calendar table tbody tr td .Item .TooltipsL .TTGrid .Tip,
.Calendar table tbody tr td .Item .TooltipsR .TTGrid .Tip {
	border-bottom: solid 1px #CCCCCC;
	padding: 10px 30px 10px 10px;
	color: #2B2A28;
	display: block;
}

.Calendar table tbody tr td .Item .TooltipsL .TTGrid .Tip:last-child,
.Calendar table tbody tr td .Item .TooltipsR .TTGrid .Tip:last-child {
	border-bottom: 0px;
}

.Calendar table tbody tr td .Item .TooltipsL .TTGrid .Tip:hover,
.Calendar table tbody tr td .Item .TooltipsR .TTGrid .Tip:hover {
	background-color: #F5F7FA;
}

.Calendar table tbody tr td .Item .TooltipsR .TTGrid:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(43, 42, 40, 0);
	border-left-color: #2B2A28;
	border-width: 5px;
	margin-top: -5px;
}

.Calendar table tbody tr td .Item .TooltipsL .TTGrid:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(43, 42, 40, 0);
	border-right-color: #2B2A28;
	border-width: 5px;
	margin-top: -5px;
}

.Calendar table tbody tr td .Item:hover .TooltipsL,
.Calendar table tbody tr td .Item:hover .TooltipsR {
	display: block;
}

#ScheduleLegend {
	overflow: hidden;
}

#ScheduleLegend .Item {
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden;
	display: block;
}

#ScheduleLegend .Item span {
	background: #FFFFFF;
	margin-right: 6px;
	width: 30px;
	height: 24px;
	display: block;
	float: left;
}