body {
	padding-bottom: 150px;
}

a {
	color: #000;
}
.title {
	margin: 20px 0px 15px 0px;

	position: relative;
	height: 35px;
	background: #2a292f;
	clear: both;
	overflow: hidden;	
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.title-caption {
	padding: 6px 10px;
	font-size: 18px;
	font-weight: normal;
	float: left;


}

.title .title-caption a {
	float: right;
	width: 22px;
	height: 22px;
	color: transparent;
	background: url('../img/aimages/edit2.png') center bottom no-repeat;
	margin-left: 15px;
}
.title-actions {
	float: right;
	padding: 10px;
	font-size: 12px;
}

.title a {
	color: #fff;
}



.wrapper {
	padding-left: 50px;


}


.edit-artwork-images img {
	margin: 10px;
	height: 100px;
	width: auto;
}

.image-list-table {
	width: 850px;
}
.image-list-table td {
	padding: 5px 10px;
}
.image-list-table img {
	height: 75px;
	width: auto;
}


.image-list-table .action img {
	height: auto;
	width: auto;
}

th {
	background: #2a292f;
	color: #fff;
	text-align: left;
	border: 2px solid #fff;
	padding: 0px 10px;
}

table td {
	border-bottom: 1px solid #eee;
}

.lvl-indent {
	padding: 0px 10px 0px 10px;
}


table tr:hover  {
	background: #ddd;
}

table tr.inactive td {
	color: #999;
	font-style: italic;
}


.modal-dialog  tr:hover  {
	background: none !important;
}

.skill-list img {
	height: 16px;
}
.skill-list .skill-name {
	width: 400px;
	display: inline-block;
}

.skill-list li:hover {
	background: #ddd;
}




.select-skill select {
	width: 500px;


}

td.smaller {
	font-size: 10px;
}

#flash-ok {
	border: 2px solid #0f0;
	padding: 20px;
	color: #f0f;

}

#flash-error {
	border: 2px solid #f00;
	padding: 20px;
	color: #f00;
}

label a {
	color: #fff;
	text-decoration: none;
}

label a:hover {
	color: #fff;
	text-decoration: underline;
}

.profile-info .left {
	width: 49%;
	border-right: 2px solid #aaa;
}
.profile-info .right {
	width: 49%;
}

.extra-info {
	padding-top: 0.25em;
	padding-left: 20px;
	font-size: 0.75em;
	color: #666;
	font-style: italic;
}


.field-group-fields {
	
	display: none;
	overflow: hidden;
}
.title.show-hide .title-caption {
	cursor: pointer;
}
.title.show-hide .title-caption::before {
	font-size: 12px;
	padding-right: 5px;
	content: '▼ ';
}

.title.show-hide.open .title-caption::before {
	font-size: 12px;
	padding-right: 5px;
	content: '▲ ';
}

.div-tr td {
	background-color: #333 !important;
	color: #fff !important;
}

.problem {
	color: #f00 !important;
	font-weight: bold;
}


.print-field {
	line-height: 1.3em;
}
.print-field label {

}
.print-field .value {
	font-weight: bold;
}

.print-trafi table {
	width: 100%;
}
.print-trafi table td {
	padding: 10px 0px;
	margin: 0px;
}

table.allekirjoitus td {
	border: 0px solid #fff;
	padding: 80px 0px 0px 0px;
}

table.allekirjoitus td label {
	border-top: 1px solid #000;
	width: 90%;
	display: block;
	padding-top: 10px;
}

.title-actions a {
	margin-left: 40px;
}


tr.training-info td {
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}


tr.training-row td{
	border-top: 2px solid #000;
	font-weight: bold;
	background: #efefef;
}


.done-training {
	font-weight: bold;
}
.avail-training {
	padding: 0px 10px;
}

.added-to-training a {
	font-weight: bold;
	color: #00f;
}


.row-total {
	font-size: 14px;
}

.row-total-count {
	font-weight: bold;
}