BODY		{background-color:#DDDDBB; margin:0px; font-size:10pt; font-family:Tahoma,Verdana,Arial;}
TD		{font-size:10pt;}
TH		{font-size:10pt;}
textarea,input		{border:1px solid gray; font-family:Tahoma,Verdana,Arial}
TD.value	{border:1px solid gray; background-color:white; padding:1px; color:gray;}
A		{text-decoration:none;}
A.nav		{text-decoration:none; color:black; font-weight:bold;}
.copyright	{color:#444444; font-size:8pt; border-top:1px solid #666666; background-color:#999999; cursor:default;}
.bold		{font-weight:bold;}
TABLE.swin	{
	background-color:#DDDDFF;
	border:1px solid black;
	box-shadow: 2px 2px 3px 1px #333;
}
TH.swin		{background-color:#BBBBEE; border-bottom:1px solid black; font-size:10pt;}
TD.swin		{background-color:#DDDDFF;}
TD.pdone	{color:black;}
TD.ppending	{color:gray;}
TR.normal	{}
TR.shade	{background-color:#E6E6F0}
.hint		{font-size:8pt;}
.clear {
	float: none;
	clear: both;
}
.input-in-a-cell {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
a.button {
	border: 1px solid #999;
	background-color: #F0F0F0;
	border-radius: 5px;
	padding: 3px 8px;
	text-decoration: none;
	line-height: 31px;
	color: #000;
	white-space:nowrap
}
a.button:hover {
	border: 1px solid #777;
	background-color: #ddd;
}


#workflow_steps_container {
	padding: 10px 10px 0 10px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	min-height: 47px;
}
#workflow_steps_container .placeholder,
#workflow_steps_container .step {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 0 0 22px;
	margin-bottom: 10px;
	background-color: #eee;
	position: relative;
}
#workflow_steps_container .placeholder {
	background-color: #FFFFDD;
	border: 1px solid #AAAA66;
}
#workflow_steps_container .step span.title {
	float: left;
	padding: 3px 0;
	width: 18px;
	font-weight: bold;
	color: #666;
	height: 100%;
	display: block;
	margin-left: -19px;
}
.subplaceholder,
#workflow_steps_container .step .substep {
	padding: 3px 6px;
	float: left;
	width: 206px;
	box-shadow: 1px 1px 2px 1px #999;
	border-radius: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	color: #666;
	font-weight: bold;
	cursor: pointer;
}
.subplaceholder {
	background: rgb(234,239,181);
	background: -moz-linear-gradient(top,  rgba(234,239,181,1) 0%, rgba(205,211,146,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,239,181,1)), color-stop(100%,rgba(205,211,146,1)));
	background: -webkit-linear-gradient(top,  rgba(234,239,181,1) 0%,rgba(205,211,146,1) 100%);
	background: -o-linear-gradient(top,  rgba(234,239,181,1) 0%,rgba(205,211,146,1) 100%);
	background: -ms-linear-gradient(top,  rgba(234,239,181,1) 0%,rgba(205,211,146,1) 100%);
	background: linear-gradient(to bottom,  rgba(234,239,181,1) 0%,rgba(205,211,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#cdd392',GradientType=0 );
}

.tab-control {
}
.tab-control .tab-header {
	clear: both;
}
.tab-control .tab-header a {
	float: left;
	border-radius: 0 6px 0 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #ccc;
	display: block;
	padding: 3px 8px 4px;
	margin-right: 3px;
	color: #666;
}
.tab-control .tab-header a:hover {
	background-color: #ddd;
}
.tab-control .tab-header a.active,
.tab-control .tab-header a:hover {
	color: #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.tab-control .tab-header a.active {
	background-color: transparent;
	border-bottom: 1px solid #DDDDFF;
	margin-bottom: -1px;
}
.tab-control .tab {
	border: 1px solid #333;
	min-height: 100px;
	padding: 4px;
}


table.tasks tbody tr td {
	padding: 5px 2px;
	color: #333;
}
table.tasks tbody tr td a {
	color: #333;
	display: block;
}
table.tasks tbody tr td a:hover {
	text-decoration: underline;
	color: #000;
}
table.tasks tbody tr.status_1 td {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
}
table.tasks tbody tr.status_2 td {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}
table.tasks tbody tr.status_3 td {
	background: #deefff;
	background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede));
	background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%);
	background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%);
	background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%);
	background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 );
}
table.tasks tbody tr.status_4 td {
	background: #fac695;
	background: -moz-linear-gradient(top,  #fac695 0%, #f5ab66 47%, #ef8d31 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac695), color-stop(47%,#f5ab66), color-stop(100%,#ef8d31));
	background: -webkit-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%);
	background: -o-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%);
	background: -ms-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%);
	background: linear-gradient(to bottom,  #fac695 0%,#f5ab66 47%,#ef8d31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31',GradientType=0 );
}
table.tasks tr.pagination td {
	border-top: 1px solid black;
	padding: 10px 0;
	text-align: center;
}
table.tasks tr.pagination td span,
table.tasks tr.pagination td a {
	text-decoration: none;
	display: inline;
	padding: 4px 14px;
	font-size: 11pt;
}
table.tasks tr.pagination td span {
	font-weight: bold;
	cursor: default;
}
table.tasks tr.pagination td a:hover {
	background-color: #BBBBEE;
}


/* contenttable */
table.contenttable {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
table.contenttable td, table.contenttable th {
	padding: 2px;
}
table.contenttable tbody tr td {
	cursor:pointer;
	transition: all 0.2s;
}
table.no-click-handler tbody tr td {
cursor: auto;
}
table.contenttable tbody tr td.actionicons {
	text-align: right;
	white-space: nowrap;
}
table.contenttable tbody tr td.actionicons a img {
	padding: 0 1px;
	opacity: 0.5;
}
table.contenttable tbody tr td.actionicons a:hover img {
	opacity:1;
}
table.contenttable tbody tr:nth-child(odd) td {
	background-color: #E6E6F0;
}
table.contenttable tbody tr:hover td {
	background-color: #ffffff;
}


.diy-combobox {
	position:relative;
}
.diy-combobox input {
	padding-right: 16px;
	width: 100%;
	box-sizing: border-box;
}
.diy-combobox span {
	width: 16px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: grey;
	cursor: pointer;
}
.diy-combobox span::after {
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	margin-left: 2px;
	margin-top: 7px;
}
.diy-combobox span:hover::after {
	border-top-color:#f00;
}

.logo:after {
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	content: "VEGA Suite";
	font-size: 19pt;
	color: #004a7d;
	text-shadow: 2px 2px 2px #999;
}
