@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

#pg-timemaschine-admin-settings .form-item.status-inaktiv select
{
	background-color: #FF0000;
}

#pg-timemaschine-admin-settings .form-item.status-all select
{
	background-color: #00FF00;
}

#pg-timemaschine-admin-settings .form-item.status-custom select
{
	background-color: #FFFF00;
}

#pg-timemaschine-admin-settings .form-item.status-allfields select
{
	background-color: #FF8800;
}

#pg-timemaschine-admin-settings .form-item.status-allnodefields select
{
	background-color: #888800;
}

#filterform
{
    margin-bottom: 20px;
}

#filterform .form-item
{
	float :left;
	padding: 0.5em 1em 0 0;
}

#filterform label
{
	display: none;
}

#filterform .input.form-autocomplete,
#filterform input.form-text,
#filterform input.form-file,
#filterform textarea.form-textarea,
#filterform select.form-select,
#filterform .form-type-radio,
#filterform input.form-submit
{
    border: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 12px;
    background-color: #1f9fbb;
    color: #FFFFFF;
}

#filterform #edit-search
{
	width: 300px;
}

#filterform .form-type-radio,
#filterform input.form-text
{
	padding: 13px 12px;
}

#filterform .form-type-radio
{
	margin-left: 12px;
	position: relative;
}

#filterform .form-type-radio:FIRST-CHILD
{
	margin-left:0;
}

#filterform .form-type-radio input[type="radio"]
{
	display:none;
}

#filterform .form-type-radio i.icon-ok
{
	background-color: #FFFFFF;
	color: #1F9FBB;
	border: 1px solid #1F9FBB;
	position: absolute;
	top: -10px;
	right:-10px;
	padding: 2px;
	border-radius: 12px;
}

#filterform .form-submit
{
	margin-top: 2em;
}

#filterform>div>div:AFTER
{
	content: ' ';
	font-size: 0;
	line-height: 0;
	float: none;
	display: inline-block;
	width: 100%;
}


#filterform input[type="submit"]
{
	background: repeat-x scroll 0 0 #52C3BB !important;
	border:0;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    padding: 12px;
    margin:0.4em 0 0 0;
}


/*theme fuers tracking log*/
table.timemaschine
{
	border:0;
	margin-bottom: 70px;
	max-width: 1200px;
	font-family: 'Myriad Pro';
}

table.timemaschine thead
{
	display:none;
}

table.timemaschine tr td:last-child,
table.timemaschine tr
{
	border:0;
}

table.timemaschine td
{
	vertical-align: top;
	text-align: left;
	border:0;
}

table.timemaschine td p
{
	margin-top:0;
}

table.timemaschine tbody td:nth-child(1)
{
	width: 240px;
	display: block;
}
table.timemaschine tbody td:nth-child(2)
{
	width: 240px;
	display:none;
	display: block;
}

table.timemaschine tbody td:nth-child(3)
{
	width: auto;
	width: 100%; /*schaumer mal*/
	padding-left:30px;
}

table.timemaschine caption
{
	text-align: left;
	margin-top:20px;
	color: #838383;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 5px 0;
}

table.timemaschine caption strong
{
	font-size: 22px;
	line-height: 23px;
	font-weight: normal;
	font-style: italic;
}

table.timemaschine caption .date
{
	display: inline-block;
}

table.timemaschine caption:BEFORE
{
	height: 24px;
	width: 100%;
	display: inline-block;
	content: ' ';
}

table.timemaschine caption:BEFORE,
table.timemaschine
{
	border-left: 2px solid transparent;
}

table.timemaschine.grouped caption:BEFORE,
table.timemaschine.grouped
{
	border-left: 2px solid #838383;
}

table.timemaschine tr,
table.timemaschine tr.odd td.active,
table.timemaschine td.active,
table.timemaschine td
{
	background-color: #FFFFFF;
	padding:0;
}

table.timemaschine tr
{
	margin: 30px 0 10px 0;
	display: inline-table;
}

table.timemaschine tbody td:nth-child(2) div.user,
table.timemaschine tbody td:nth-child(1) div.date
{
	width: 170px;
	float :right;
	color: #FFFFFF;
	font-size: 21px;
	line-height: 22px;
	padding: 12px 5px 0px 12px;
	white-space: nowrap;
	text-align: right;
}

table.timemaschine tbody td:nth-child(2) div.user
{
	font-size: 16px;
	line-height: 20px;
	padding-top:0;
}

table.timemaschine tbody td:nth-child(3) .item-list,
table.timemaschine tbody td:nth-child(3) .item-list a
{
	font-size: 14px;
}

table.timemaschine tbody td:nth-child(3) .item-list ul li
{
	list-style-type: none;
	margin-top: 32px;
}

table.timemaschine tbody td:nth-child(3) .item-list ul li
{
	width: 96%;
	display: inline-table;
}

table.timemaschine tbody td:nth-child(3) .item-list ul li.images,
table.timemaschine tbody td:nth-child(3) .item-list ul li.file
{
	width: 45%;
	float:left;
	margin-right: 5%;
}

table.timemaschine tbody td:nth-child(3) .head
{
	margin-bottom: 8px;
}

table.timemaschine tbody td:nth-child(3) .head strong
{
	font-style: italic;
}

table.timemaschine tbody td:nth-child(3) .item-list .body
{
	color: #b2b2b2;
}

table.timemaschine .item-list ul
{
	margin:0;
}

table.timemaschine .item-list ul li
{

}

table.timemaschine del
{
	color: #efadad;
	text-decoration: none;
}

table.timemaschine ins
{
	color: #4bd165;
	text-decoration: none;
}

table.timemaschine .difftext .body.all
{
	display:none;
	margin-left: -200px;
	border: 2px dotted #DDDDDD;
	border-left: 0;
	border-right:0;
	padding: 5px 0;
}

table.timemaschine .difftext .head a.all
{
	float: right;
}

table.timemaschine .difftext .head a.all p
{
	margin:0;
	display: inline;
}



/*type changes*/
table.timemaschine tbody tr.insert td:nth-child(3),
table.timemaschine tbody tr.delete td:nth-child(3)
{
    padding-top: 32px;
}

/*color nach type*/
/*default*/
/*background color*/
table.timemaschine tbody td:nth-child(2) div.user,
table.timemaschine tbody td:nth-child(1) div.date
{
	background-color: #BB981F;
}

/*border*/
table.timemaschine tbody td:nth-child(3) .head
{
	border-bottom: 2px solid #BB981F;
}

/*color*/
table.timemaschine tbody td:nth-child(3) .item-list,
table.timemaschine tbody td:nth-child(3) .item-list a
{
	color: #BB981F;
}

/*delete*/
table.timemaschine tbody tr.delete td:nth-child(2) div.user,
table.timemaschine tbody tr.delete td:nth-child(1) div.date
{
	background-color: #bb1f68;
}

/*border*/
table.timemaschine tbody tr.delete td:nth-child(3) .head
{
	border-bottom: 2px solid #bb1f68;
}

/*color*/
table.timemaschine tbody tr.delete td:nth-child(3) .head,
table.timemaschine tbody tr.delete td:nth-child(3) .item-list,
table.timemaschine tbody tr.delete td:nth-child(3) .item-list a
{
	color: #bb1f68;
}


/*insert*/
table.timemaschine tbody tr.insert td:nth-child(2) div.user,
table.timemaschine tbody tr.insert td:nth-child(1) div.date
{
	background-color: #77bb1f;
}

/*border*/
table.timemaschine tbody tr.insert td:nth-child(3) .head
{
	border-bottom: 2px solid #77bb1f;
}

/*color*/
table.timemaschine tbody tr.insert td:nth-child(3) .head,
table.timemaschine tbody tr.insert td:nth-child(3) .item-list,
table.timemaschine tbody tr.insert td:nth-child(3) .item-list a
{
	color: #77bb1f;
}

/*icons*/
.icon-minus-sign:BEFORE,
.icon-plus-sign:BEFORE
{
	margin-right: 5px;
	text-decoration: none !important;
}

.icon-minus-sign:BEFORE:HOVER,
.icon-plus-sign:BEFORE:HOVER
{
	color: #FF0000 !important;
	text-decoration: none !important;
}



/*selectboxen*/
.sbHolder
{
	background-color: #1f9fbb;
    color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	height: 46px;
	position: relative;
	width: 220px;


	border: 0;
    font-size: 16px;
    background-color: #1f9fbb;
    color: #FFFFFF;
}
.sbHolder:focus .sbSelector{

}
.sbSelector
{
	display: block;
	height: 46px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	padding: 8px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover
{
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}
.sbToggle
{
	background: url('images/select-icons.png') 0 -116px no-repeat;
	display: block;
	height: 46px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	margin: 8px;
}
.sbToggle:hover{
	background: url(images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
ul.sbOptions,
.sbOptions
{
	background-color: #1f9fbb;
    color: #FFFFFF;
	list-style: none;
	left: -1px;
	margin: 0 !important;
	margin-left:1px !important;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 220px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li
{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #FFFFFF;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #FFFFFF;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #FFFFFF;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/*selectboxen ende*/