@CHARSET "UTF-8";

@font-face {
    font-family: "Fredoka One";
    src: local("Fredoka One"), local("FredokaOne"), local("FredokaOne-Regular"), url(fonts/FredokaOne-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto"), local("Roboto-Regular"), url(fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Roboto";
}

.mobile {
	display:none;
	visibility: hidden;
}


a {
	text-decoration: none;
	color: #285fa2;
}

a:hover {
	text-decoration: underline;
}

p a {
	color: #285fa2 !important;
}
p a:hover {
	cursor:pointer;
}

html, body {
	width: 100%;
	height: 100%;
	min-width: 1274px;
	background-color: #17375e;
}

#mainContainer {
	height: 100%;
	color: #222222;
	width: 1140px;
	margin: 0 auto;
}

#topContainer {
	font-family: "Roboto";
	font-size: 36pt;
	color: #FFFFFF;
	width: 100%;
	float:left;
	text-align:center;
	background: #285fa2; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#285fa2, #0e243e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#285fa2, #0e243e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#285fa2, #0e243e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#285fa2, #17375e); /* Standard syntax */
	height: 80px;
	padding-top:4px;
	position: fixed;
	z-index: 2;
}
#topghost {
	float:left;
	width: 100%;
	height: 50px;
}
#content {
	float:left;
	padding:20px;
	width: 1100px;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	color: #444444;
	margin-bottom:10px;
	clear: both;
	font-size: 24pt;
}
h1 span {
	font-size: 24pt;	
}

h2 {
	color: #444444;
	margin:10px 0px;
	clear: both;
	font-size: 18pt;
}
h2 span {
	font-size: 18pt;
}

h2 .marked {
	font-size: 18pt;
	color: #878787;
	font-weight: normal;
}

a h2:hover
{
	color: #285fa2;
}

h3 {
	color: #444444;
	margin:10px 0px;
	clear: both;
	font-size: 14pt;
}
h3 span {
	font-size: 14pt;	
}

#center {
	margin:0 auto;
	width:344px;
	text-align: center;
}

#bubble {
	float:left;
	text-align: center;
	width: 344px;
	font-size: 28pt;
	color: #444444;
}

#error {
	color: #980915;
}

.error {
	color: #980915 !important;
}

#login_box {
	background-color:#FFFFFF;
	padding:10px;
	border-radius: 5px;
	width: 344px;
	height: 270px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#lostPwLink {
	float:right;
	margin-top:17px;
	margin-right: 10px;
	font-size: 12pt !important;
}

input[type="text"] {
    width: 300px;
    border: 2px solid #878787;
    padding: 10px;
    height: 35px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    float: left;
	clear: left;
}

input[type="time"] {
    width: 120px;
    border: 2px solid #878787;
    padding: 10px;
    height: 35px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    float: left;
	clear: left;
}

input[type="number"] {
    width: 120px;
    border: 2px solid #878787;
    padding: 10px;
    height: 35px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    float: left;
	clear: left;
}

input[type="password"] {
    width: 300px;
    border: 2px solid #878787;
    padding: 10px;
    height: 35px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    float: left;
	clear: left;
}

input[type="email"] {
    width: 300px;
    border: 2px solid #878787;
    padding: 10px;
    height: 35px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    float: left;
	clear: both;
}

input[type="date"] {
    width: 300px;
    border: 2px solid #878787;
    padding: 10px;
    height: 35px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    float: left;
	clear: left;
}

input[type="submit"] {
	padding: 5px 20px;
	background-color: #285fa2;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14pt;
	outline: 0px;
	float: left;
	margin:10px;
}

input[type="submit"]:hover {
	background-color: #4d80be;
	color: #FFFFFF;
}

input[type="submit"]:active {
	background-color: #709ed5;
	color: #FFFFFF;
}

input[type="button"] {
	padding: 5px 20px;
	background-color: #878787;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14pt;
	outline: 0px;
	float: left;
	margin:10px;
}

input[type="button"]:hover {
	background-color: #285fa2;
	color: #FFFFFF;
}
input[type="button"]:active {
	background-color: #4d80be;
	color: #FFFFFF;
}
input[type="button"]:disabled {
	background-color: #CCCCCC;
	color: #FFFFFF;
	cursor: auto;
}

input[type="checkbox"] {
	padding: 5px 20px;
	outline: 0px;
	float: left;
	margin:10px;
	cursor: pointer;
}

.submitbutton {
    background-color: #285fa2 !important;
    color: #FFFFFF;
}

.submitbutton:hover {
    background-color: #4d80be !important;
    color: #FFFFFF;
}

.submitbutton:active {
    background-color: #709ed5 !important;
    color: #FFFFFF;
}

.uploadbutton {
    background-color: #878787 !important;
    color: #FFFFFF;
    width: 85px;
    text-align: center;
    float:right;
}
.uploadbutton span {
    font-size: 10pt !important;
    font-weight: normal !important;
}

.uploadbutton:hover {
    background-color: #285fa2 !important;
    color: #FFFFFF;
}

.uploadbutton:active {
    background-color: #4d80be !important;
    color: #FFFFFF;
}

.greenbutton {
	background-color: #009900 !important;
}

.greenbutton:hover {
	background-color: #006600 !important;
}
.greenbutton:active {
	background-color: #008800 !important;
}

select {
	width: 200px;
	border: 2px solid #878787;
	height: 59px;
	font-size: 24pt;
	outline: 0px;
	color: #285fa2;
	margin:10px;
	float: left;
	clear: left;
}

textarea {
	width: 650px;
	border: 2px solid #878787;
	padding: 10px;
	height: 200px;
	font-size: 14pt;
	outline: 0px;
	color: #285fa2;
	margin:10px 0px;
	float: left;
	resize: none;
	font-family: "Arial";
}

.form_row {
	float:left;
	clear: both;
	margin-bottom: 20px;
}

.form_label {
	float:left;
	clear: both;
	margin-left: 10px;
}

.checkbox {
	float:left;
	margin-top:5px;
	margin-left: 20px;
	padding: 10px;
	width: 320px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.checkbox:hover {
	cursor: pointer;
	background-color:#EEEEEE;
}

.clearL {
	clear: left;
}

.clearB {
	clear: both;
}

.clearR {
	clear: right;
}

.italic {
	font-style: italic;
}
.no_result {
	font-style: italic;
	font-size: 11pt;
	color: #333333;
}
#dialogs {
	visibility: hidden;
	display:none;
}
#hiddenOnload {
	float:left;
	display:none;
	margin-bottom: 20px;
}

.ui-state-highlight {
	padding: 10px;
}

#menuContainer {
    position: fixed;
    min-height: 35px;
    padding-top: 5px;
    top: 0px;
    background-color: #17375e;
    width: 100%;
    text-align: center;
    font-size: 16pt;
    color: #FFFFFF;
    border-bottom: #cc9900 5px solid;
}
#menuContainer a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
    height: 25px;
    margin-right: 10px;
    margin-top:3px;
    display: inline-block;
    width: auto;
}
#menughost {
    width: 100%;
    height: 45px;
    background-color: #DDDDDD;
    float: left;
}

table[class="click"] {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

table[class="click"] tr td {
    padding: 5px;
    height: 30px;
    font-size: 12pt;
    color: #5A5A5A;
}

table[class="click"] tr:first-child td {
    font-size: 16pt;
    color: #878787;
    background-color: #FFFFFF;
}

table[class="click"] {
	cursor:pointer;
}

table[class="click"] tr:hover td {
    background-color: #285fa2 !important;
    color: #FFFFFF !important;
}

table[class="click"] tr:first-child:hover td{
    font-size: 16pt;
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
}

table[class="click"] tr:nth-child(even) {
    background-color: #DDDDDD;
}

table[class="click"] tr:nth-child(odd) {
    background-color: #EEEEEE;
}

table[class="small-click"] {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

table[class="small-click"] tr td {
    padding: 5px;
    height: 20px;
    font-size: 12pt;
    color: #5A5A5A;
}

table[class="small-click"] tr:first-child td {
    font-size: 14pt;
    color: #878787;
    background-color: #FFFFFF;
}

table[class="small-click"] {
	cursor:pointer;
}

table[class="small-click"] tr:hover td {
    background-color: #285fa2 !important;
    color: #FFFFFF !important;
}

table[class="small-click"] tr:first-child:hover td{
    font-size: 14pt;
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
}

table[class="small-click"] tr:nth-child(even) {
    background-color: #DDDDDD;
}

table[class="small-click"] tr:nth-child(odd) {
    background-color: #EEEEEE;
}
table[class="no-hover-click"] {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

table[class="no-hover-click"] tr td {
    padding: 5px;
    height: 30px;
    font-size: 12pt;
    color: #5A5A5A;
}

table[class="no-hover-click"] tr:first-child td {
    font-size: 16pt;
    color: #878787;
    background-color: #FFFFFF;
}

table[class="no-hover-click"] {
	cursor:pointer;
}

table[class="no-hover-click"] tr:hover td {
	text-decoration:underline;
}

table[class="no-hover-click"] tr:first-child:hover td{
    font-size: 16pt;
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
	text-decoration:none !important;
}

table[class="no-hover-click"] tr:nth-child(even) {
    background-color: #DDDDDD;
}

table[class="no-hover-click"] tr:nth-child(odd) {
    background-color: #EEEEEE;
}

table[class="no-hover-small-click"] {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

table[class="no-hover-small-click"] tr td {
    padding: 5px;
    height: 20px;
    font-size: 12pt;
    color: #5A5A5A;
}

table[class="no-hover-small-click"] tr:first-child td {
    font-size: 14pt;
    color: #878787;
    background-color: #FFFFFF;
}

table[class="no-hover-small-click"] {
	cursor:default;
}

table[class="no-hover-small-click"] tr:hover td {
	text-decoration:none;
	cursor:default;
}

table[class="no-hover-small-click"] tr:first-child:hover td{
    font-size: 14pt;
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
	text-decoration:none;
}

table[class="no-hover-small-click"] tr:nth-child(even) {
    background-color: #DDDDDD;
}

table[class="no-hover-small-click"] tr:nth-child(odd) {
    background-color: #EEEEEE;
}

#add_article_dialog table[class="click"] {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

#add_article_dialog table[class="click"] tr td {
    padding: 5px;
    height: 30px;
    font-size: 12pt;
    color: #5A5A5A;
}

#add_article_dialog table[class="click"] tr:first-child td {
    font-size: 16pt;
    color: #878787;
    background-color: #FFFFFF;
}

#add_article_dialog table[class="click"] {
	cursor:pointer;
}

#add_article_dialog table[class="click"] tr:hover td {
    background-color: #285fa2 !important;
    color: #FFFFFF !important;
}

#add_article_dialog table[class="click"] tr:first-child:hover td{
    font-size: 16pt;
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
}

#add_article_dialog table[class="click"] tr:nth-child(even) {
    background-color: #DDDDDD;
}

#add_article_dialog table[class="click"] tr:nth-child(odd) {
    background-color: #EEEEEE;
}

#subMenuContainer {
	float:left;
    min-height: 35px;
    padding-top: 2px;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 16pt;
    color: #FFFFFF;
}
#subMenuContainer a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
    height: 25px;
    margin-right: 10px;
    margin-top:3px;
    display: inline-block;
    width: auto;
}
.tableTitleInactive {
    color: #878787;
    cursor: pointer;
}
.tableTitleInactive:hover {
    color: #555555;
}
.tableTitleActive {
    color: #333333;
	float:left;
    cursor: pointer;
}
.tableTitleActive:hover {
    color: #555555;
}
.tableArrow {
	font-size: 8pt;
	margin-left: 5px;
	margin-top:7px;
	color: #333333;
	float:left;
}

.woSelector {
	margin-bottom: 20px;
	width: 1100px;
}

.woSelector tr td
{
	background-color:#FFFFFF;
    padding: 0px;
    font-size: 12pt;
    color: #5A5A5A;
    margin:0px;
}

.woSelector tr td select
{
	padding:0px;
	margin:0px;
	width:250px;
}

.woSelector tr td input
{
	margin:0px;
	width:250px;
}

.wo_status_new {
	color: #D8002E;
}
.wo_status_planned {
	color: #FABB00;
}
.wo_status_started {
	color: #808040;
}
.wo_status_on_hold {
	color: #ff8040;
}
.wo_status_work_done {
	color: #339900;
}
.wo_status_billed, .wo_status_bill_create {
	color: #3030ff;
}
.wo_status_finished {
	color: #666666;
}
.wo_status_cancelled {
	color: #878787;
}
.wo_tech_name {
	color: #878787;
	font-weight: normal !important;
}
.wo_type_name {
	color: #878787;
	font-weight: normal !important;
}
.wo_type_prio {
	color: #878787;
	font-weight: normal !important;	
}
.wo_type_latest_start {
	color: #878787;
	font-weight: normal !important;	
}
.wo_customer_name {
	font-weight: normal !important;
}

.marked_title {
	color: #878787;
	font-weight: normal !important;
}
#action_buttons {
	float: left;
	clear:both;
	margin:0px;
}
#action_buttons input[type="button"] {
	margin-right: 20px;
	margin-left: 0px;
}
.deletebutton {
    padding: 5px;
    background-color: #CC0000 !important;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14pt;
    outline: 0px;
    float: left;
    text-align:center;
}
.deletebutton:hover {
    background-color: #CC6666 !important;
}
.deletebutton:active {
    background-color: #CCAAAA !important;
}
.smallbutton {
	font-size:10pt !important;
	padding: 3px 10px !important;
	margin: 0px !important;
}

#print_helper {
    display: none;
}

#auto_status {
	float: left;
	width: 600px;
	height: 20px;
	font-size: 12pt;
	text-align: left;
	color: #8BC478;
	font-style: italic;
	margin-left: 20px;
}

.note_left {
	float:left;
	width:695px;
	clear: left;
}
.note_right {
	float:left;
	width:405px;
}
#int_log {
	width:395px;
	height: 181px;
	float:left;
	overflow-y: scroll;
	border: 2px solid #878787;
	padding: 3px;
	margin-bottom: 10px;
}
#int_log .int_log_event {
	float:left;
	width:100%;
	border-bottom: 1px solid #878787;
	padding-bottom:5px;
	margin-bottom:5px;
}
#int_log .int_log_event .int_text {
	float:left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 11pt;
	font-family: "Arial";
}
#int_log .int_log_event .int_time_user {
	float:left;
	width: 100%;
	font-size:10pt;
}
.invoice_int_log {
	width: 1090px !important;
}
#error_box
{
	float:left;
	margin-bottom:20px;
	border-color: #CC0000;
	border-width: 3px;
	border-style: solid;
	width:95%;
	padding: 20px;
	color: #CC0000;
	font-size:24px;
	text-align:center;
}
#act_add_buttons {
	float:left;
	margin-top:20px;
	display:none;
}

#content .street {
    width: 942px;
    float: left;
}

#content .street tr td {
    padding: 0px;
    height: 30px;
    font-size: 12pt;
    color: #5A5A5A;
    background-color: #FFFFFF;
}
#content .street tr:first-child td {
    font-size: 16pt;
    padding-left:20px;
    color: #444444;
}

.small-form {
    padding: 5px !important;
    height: 25px !important;
    font-size: 16pt !important;
    margin:4px !important;
}
select[class="small-form"] {
    padding: 1px !important;
    height: 39px !important;
    font-size: 16pt !important;
    margin:4px !important;
}

.article-form {
    padding: 3px !important;
    height: 14px !important;
    line-height: 14px;
    font-size: 13px !important;
    margin:1px !important;
    border: 1px solid #878787 !important;
}

#customer_search_result {
	width:624px;
	margin-left:10px;
    border-spacing: 0px;
	border: 1px solid #878787;
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	display:none;
	position: absolute;
	top: 268px;
}

#customer_search_result tr {
    height: 30px !important;
	cursor: pointer;
	
}
#customer_search_result tr:hover {
    background-color: #285fa2 !important;
    color: #FFFFFF !important;
}
#customer_search_result tr[class="choosen"] {
    background-color: #285fa2 !important;
    color: #FFFFFF !important;
}
#customer_search_result tr:last-child td:first-child{
	border-radius: 0px 0px 0px 10px;
}
#customer_search_result tr:last-child td:last-child{
	border-radius: 0px 0px 10px 0px;
}

#customer_search_result tr:nth-child(even) {
    background-color: #DDDDDD;
}

#customer_search_result tr:nth-child(odd) {
    background-color: #EEEEEE;
}
#customer_search_result tr td {
	padding: 0px 4px;
}
#customer_search_result tr .no_result {
	border-radius: 0px 0px 10px 10px !important;
	-moz-border-radius: 0px 0px 10px 10px !important;
	-webkit-border-radius: 0px 0px 10px 10px !important;
}
#customer_search_result tr .no_result:hover {
    background-color: #EEEEEE;
}
#customer_search_result tr .no_result a {
	font-size:11pt;
}
#new_wo_part_1 {
	float:left;
	margin-top:20px;
	width: 600px;
}
#new_wo_part_2 {
	float:left;
	margin-top:20px;
	width: 100%;
	display:none;
}
.new_wo_list {
	width: 400px;
	float: left;
}

#edit_wo_customer {
	float:left; 
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 11pt;
}
.after_input {
	float:left;
	margin-top: 10px;
	font-size: 18pt;
	clear: right;
}
#visit_adress {
	float:left;
	width: 500px;
}
#bill_adress {
	float:left;
	width: 500px;
}
#note_wo {
	height:108px;
	margin-top:0px;
}

#title_wo {
	margin: 0px; 
	margin-bottom:10px; 
	width:650px; 
	padding:5px 10px;
	font-size: 18pt;
}
.action_day_titles {
	margin-left: 10px;
	color: #222222;
}
.wo_act_day {
	float:left;
	padding: 5px;
	width: 1080px;
	color: #444444 !important;
	display: none;
}
.wo_act_day_group {
	float:left;
	background-color:#fefce2;
	padding: 10px;
	max-width: 1070px;
	border: 1px solid #fed22f;
	margin: 5px;
}
.wo_act_day_group p {
	font-weight: bold;
}
.wo_act_day_group_text {
	float:left;
	padding: 5px;
	clear: both;
	font-size: 11pt;
}
.loading {
	width:24px;
	height:24px;
	float:left;
	display: none;
}
.wo_prio_1 {
	color: #FF0000 !important;
}
.wo_prio_2 {
	color: #339900 !important;
}
.wo_prio_3 {
}
.fileUpload {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#choosen_file {
	float:left;
	width: 100%;
	margin: 10px 0px;
	clear:both;
	font-size:10pt;
	font-weight: bold;
}
#choosen_file span {
	font-size:10pt;
	font-weight: normal;
}
#file_upload_container {
	display: none;
	position: absolute;
	z-index:10;
	background-color:#FFFFFF;
	border: 1px solid #878787;
	border-top: 0px solid #EEEEEE;
	width: 383px;
	padding: 10px;
}
#wo_img {
	width:395px;
	height: 253px;
	float:left;
	overflow-y: scroll;
	border: 2px solid #878787;
	padding: 3px;
}
#upload_file_title {
	margin: 0px !important;
	margin-bottom: 10px !important;
	float:left;
	width:370px;
}
#upload_file_submit {
	margin: 0px !important;
}
#wo_img img {
	float: left;
	padding: 2px;
	background-color: #fefce2;
	cursor: pointer;
	border: 1px solid #fed22f;
	margin:3px;
	max-width: 114px;
	max-height: 114px;
}
#wo_img img:hover {
	background-color: #fefce2;
	border: 1px solid #285fa2;
}
#imageViewerBg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:10;
	top:0;
	left:0;
	background-color: #000000;
	opacity: 0.8;
}
#imageViewer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:11;
	top:0;
	left:0;
}
#imageLoader {
	z-index: 12;
	max-height: calc(100% - 100px);
	position: fixed;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
#imageHolder {
	z-index: 13;
	position: fixed;
    top: 50%;
    left: 50%;
	max-height: calc(100% - 50px);
	max-width: calc(100% - 50px);
	transform: translate(-50%, -50%);
}
#imageHolder #the_image {
	z-index: 14;
	height: 100%;
	width: 100%;
}
#imageMeta {
	z-index: 10005;
	position: fixed;
	width: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
	margin-top: -30px;
	height: 28px;
}
#imagePrev {
	z-index: 10005;
	position: fixed;
	width: 40px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
	margin-left: -40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
#imageNext {
	z-index: 10005;
	width: 40px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
	margin-left: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	position: absolute;
    top: 50%;
    margin-top: -20px;
}
#imageActions {
	z-index: 10005;
	position: fixed;
	width: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
	height: 27px;
	text-algitn:right;
}
#imageActions a {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 12px;
	cursor: pointer;
	float:right;
}
#imageActions a:hover {
	background: rgb(50,50,50);
	background: rgba(255,0,0,0.6);
	cursor: pointer;
	text-decoration:none;
}
#imageActions img {
	padding: 7px 10px;
	cursor: pointer;
	float:right;
	height: 13px;
	width: 13px;
	margin: 0px 1px;
}
#imageActions img:hover {
	background: rgb(200,0,0);
	background: rgba(150,150,150,0.6);
	cursor: pointer;
	text-decoration:none;
}
#imageMeta p {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
}
#imageMeta span {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
}
.menu_title {
	float: none;
	display: inline;
	color: #ccc;
	font-size: 14pt;
	font-weight: normal;
}
#act_time {
	float:left;
	width: 100%;
	margin-top:20px;
	display:none;
}
.act_time_row {
	float:left;
}
.act_time_row .hours {
	width: 100px;
	text-align: right;
	float:left;
	clear:none;
}
.act_time_row .time_row_start {
	float:left;
	clear:none;
}
.act_time_row .time_row_end {
	float:left;
	clear:none;
}
.act_time_row .time_row_break {
	float:left;
	clear:none;
	width: 80px;
	text-align: right;
}
.act_time_row .inbtw {
	float:left;
	clear:none;
	margin-top:25px;
	font-size: 16pt;
}
.act_time_row .time_row_tech {
	float:left;
	clear:none;
}

.act_time_row .remove_time_report {
	float:left;
	clear:none;
	margin-top:25px;
	font-size: 16pt;
	color:#cc0000;
	cursor: pointer;
}

#content .two_side {
    width: 942px;
    float: left;
}

#content .two_side p {
    margin-left: 20px;
    float: left;
}

#content .two_side tr td {
    padding: 0px;
    height: 30px;
    font-size: 12pt;
    color: #5A5A5A;
    background-color: #FFFFFF;
}
#content .two_side tr:first-child td {
    font-size: 16pt;
    padding-left:20px;
    color: #444444;
}

#content .two_side input {
    margin-top: 5px;
    float: left;
}

#content .two_side select {
    margin-top: 5px;
    float: left;
}

.new_window_link {
	display:block;
	float:left;
	width: 26px;
	height: 26px;
	border:1px solid #285fa2;
	background-color: #FFFFFF;
	background-image: url("../images/new_window_big_b.png");
	background-repeat: no-repeat;
	padding: 6px;
	margin-top:15px;
    background-position: center;
    cursor: pointer;
}

.new_window_link:hover {
	background-color: #285fa2;
	background-image: url("../images/new_window_big_v.png");
}

.new_window_link:active {
	border:1px solid #000000;
	background-color: #FFFFFF;
	background-image: url("../images/new_window_big_s.png");
}

#travel_unit {
	float:left;
	margin-top:20px;
	font-size:24pt;
}
p .extra_info {
	color:#979797;
	font-size: 11pt;
	margin-left: 15px;
	font-style: italic;
}

.invoice_wo {
	margin-top: 20px;
	float:left;
	width: 100%;
	clear: both;
}

.invoice_wo .table_total {
	float:right;
	min-width: 300px;
	text-align:right;
	margin-right: 20px;
	margin-top:10px;
}

.bill_done_warning {
	font-size: 24pt;
	margin: 30px 0px;
	font-weight: bold;
	color: #980915 !important;
	clear:both;
}

.click_title:hover {
	cursor: pointer;
	color: #285fa2 !important;
}

.start_row {
    display: table;
    width: 100%;
}

.start_box {
	float:left;
	margin: 0.5%;
	padding: 0.5%;
	min-width: 490px;
	width: 48%;
    display: table-cell;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.aftertabletext {
	float:left;
	margin-top: 10px;
}

.inv_status_new {
	color: #ff8040;
}
.inv_status_done {
	color: #808040;
}
.inv_status_to_bill {
	color: #339900;
}
.inv_status_billed {
	color: #3030ff;
}
.inv_status_finished {
	color: #666666;
}
.inv_status_cancelled {
	color: #878787;
}
.hours_total {
	float:left;
	clear: both;
	margin-top: 5px;
	margin-left:445px;
	font-weight: bold;
}
.add_extra_text {
	float:left;
	cursor: pointer;
}

.article_title {
	float:left;
}
.extra_text {
	float:left;
	clear: both;
	font-style: italic;
	margin-left: 10px;
	color:#777777;
}
#traffic_sort {
	display: block;
	width: 90%;
	border: 1px solid #999999;
	float: left;
	background-color: #EEEEEE;
	padding: 5px;
	list-style: none;
}
#traffic_sort li {
	background-color: #DDDDDD;
	padding: 5px;
	margin: 5px;
	border: 1px solid #AAAAAA;
	cursor: pointer;
}
#traffic_sort li:hover {
	background-color:#285fa2;
	color: #FFFFFF;
}
#traffic_sort li .ui-icon {
	float:right;
}
#traffic_sort li:hover .ui-icon {
	background-color:#285fa2;
	color: #FFFFFF;
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
#temp_sort {
	display: block;
	width: 90%;
	border: 1px solid #999999;
	float: left;
	background-color: #EEEEEE;
	padding: 5px;
	list-style: none;
}
#temp_sort li {
	background-color: #DDDDDD;
	padding: 5px;
	margin: 5px;
	border: 1px solid #AAAAAA;
	cursor: pointer;
}
#temp_sort li:hover {
	background-color:#285fa2;
	color: #FFFFFF;
}
#temp_sort li .ui-icon {
	float:right;
}
#temp_sort li:hover .ui-icon {
	background-color:#285fa2;
	color: #FFFFFF;
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
#menu_sort {
	display: block;
	width: 90%;
	border: 1px solid #999999;
	float: left;
	background-color: #EEEEEE;
	padding: 5px;
	list-style: none;
}
#menu_sort li {
	background-color: #DDDDDD;
	padding: 5px;
	margin: 5px;
	border: 1px solid #AAAAAA;
	cursor: pointer;
}
#menu_sort li:hover {
	background-color:#285fa2;
	color: #FFFFFF;
}
#menu_sort li .ui-icon {
	float:right;
}
#menu_sort li:hover .ui-icon {
	background-color:#285fa2;
	color: #FFFFFF;
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.checkbox_select {
	cursor:pointer;
}
.listImg {
	max-width: 550px;
	max-height: 550px;
	float:left;
	clear: both;
}
#edit_bill_style label {
	float:left;
	padding:6px;
	cursor: pointer;
	font-size: 14pt;
}

#preview_invoice_dialog p {
	margin-top: 5px;
	float:left;
	width: 100%;
	font-size: 11pt;
}

.remember_me_box {
	float:left;
	display:block;
	height: 20px;
	cursor: pointer;
	width: 90%;
}

.remember_me_box input {
	padding: 0px;
	outline: 0px;
	float: left;
	margin-top: 4px;
	margin-left:15px;
	cursor: pointer;
	
}
.remember_me_box span {
	float:left;
}

.file_upl_box {
    width: 414px;
    border: 2px solid #878787;
    padding: 10px;
    height: 35px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    margin-top:5px;
    float: left;
	clear: both;
}

.deviceTmplImg {
	max-width: 434px;
	max-height: 150px;
	margin: 10px;
}

.fake-autofill-fields {
	display:none;
}

.device_row {
	float:left;
	width: 100%;
}

.device_box {
	margin: 20px;
	border: 2px solid #777777;
	width: 300px;
	min-height: 100px;
	padding: 10px;
	float:left;
	text-align:center;
}

.device_box .dev_img {
	max-width: 300px;
	max-height: 150px;
}

.device_box .dev_title {
	font-size: 20pt;
	color: #333333;
	text-align:center;
}

.device_box .dev_id {
	font-size: 20pt;
	color: #999999;
	text-align:left;
}
.device_box .dev_id span {
	color: #333333;
}

.device_box p {
	font-size: 12pt;
	color: #999999;
	text-align:left;
}
.device_box p span {
	color: #333333;
}
.device_box h3 {
	margin-bottom: 0px;
	text-align:left;
}
.device_box p a {
	font-size: 12pt;
	text-align:left;
}
.device_box .mgmt-box {
	margin-right: 10px;
	float:left;
	display:block;
	margin-top: 5px;
}
.device_box .mgmt-box .mgmt-link {
	margin-top: 0px;
	float:left;
}
.device_box .mgmt-box .mgmt-icon {
	width: 16px;
	height: 16px;
	margin-right: 3px;
	float:left;
	margin-top: 2px;
}
.mgmt_pass_box {
	display:none;
}
.show_password_link {
	color:#285fa2 !important;
	cursor: pointer;
}
#error-msg-box {
	color: #980915;
	display: none;
}
#wo_devices {
	width: 660px;
    border: 2px solid #878787;
    padding: 5px;
    float:left;
}
.wo_device {
	float:left;
	width: 650px;
	padding: 5px;
	cursor: pointer;
}
.wo_device p {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}

.wo_device .mgmt-box {
	float:right;
	display:block;
}
.wo_device .mgmt-box .mgmt-icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	float:left;
	margin-top: 2px;
}
.wo_device:hover {
	background-color:#eee;
}
.wo_device span {
	float: left;
	font-style: italic;
}
.wo_dev_rel_new {
	float: right !important;
}
.wo_dev_rel_exist {
	float: right !important;
}
.file_upload_field {
    width: 300px;
    border: 2px solid #878787;
    padding: 10px;
    height: 30px;
    font-size: 24pt;
    outline: 0px;
    color: #285fa2;
    margin:10px;
    float: left;
	clear: both;
}
.info_thumb_image {
	max-width: 100%;
	float:left;
	clear:both;
	border: 1px solid #878787;
	margin-top: 10px;
}
#wo_infos {
	width:391px;
    border: 2px solid #878787;
    padding: 5px;
    float:left;
}
.wo_info {
	float:left;
	width: 381px;
	padding: 5px;
	cursor: pointer;
}
.wo_info p {
	float: left;
	width: auto;
	margin-right: 0px;
	margin-left: 2px;
}
.wo_info .title {
	font-weight: bold;
	width: 195px !important;
	display: block;
	float:left;
	overflow:hidden;
}
.wo_info:hover {
	background-color:#eee;
}
.wo_dev_mgmt_del_btn {
	color: #990000;
	padding: 0px 3px; 
	cursor: pointer; 
	font-weight: bold;
}