.color-green{
	color: green;
}

.color-red{
	color: red;
}

.fa-xs {
	font: normal normal normal 8px / 1 FontAwesome;
}

.text-large{
	font-size: 1.5em;
}

#joblist .joblist-row:nth-child(even){
	background: #f9f9f9;	
}

#joblist .joblist-row:nth-child(odd){
	background: white;	
}

/*
#joblist .row .col-sm-12 .type-1{
	background: #addbb4;
}

#joblist .row:nth-child(odd) .type-1{
	background: #93bb9a;
}

#joblist .row .col-sm-12 .type-2{
	background: #ffbb9a;
}

#joblist .row:nth-child(odd) .type-2{
	background: #cf987d; 	
}

#joblist .row .col-sm-12 .type-3{
	background: #f7f595;
}

#joblist .row:nth-child(odd) .type-3{
	background: #cfce7d;
}

#joblist .row .col-sm-12 .type-4{
	background: #95f7ed;
}

#joblist .row:nth-child(odd) .type-4{
	background: #76c4bb;
}



#joblist .row .col-sm-12 .status-30{
	background: rgb(255,106,106) !important;
}

#joblist .row:nth-child(odd) .col-sm-12 .status-30{
	background: rgb(205,85,85) !important;
}
*/

#joblist .row .col-sm-12 .status-40{
	background: rgb(255,250,205) !important;
}

#joblist .row:nth-child(odd) .col-sm-12 .status-40{
	background: rgb(255,255,224) !important;
}
#joblist .row .col-sm-12 .status-50{
	background: rgb(202,225,255) !important;
}

#joblist .row:nth-child(odd) .col-sm-12 .status-50{
	background: rgb(188,210,238) !important;
}

#joblist .row .col-sm-12 .status-60, #joblist .row .col-sm-12 .status-61, #joblist .row .col-sm-12 .status-62{
	background: rgb(193,255,193) !important;
}

#joblist .row:nth-child(odd) .col-sm-12 .status-60, #joblist .row .col-sm-12 .status-61, #joblist .row .col-sm-12 .status-62{
	background: rgb(144,238,144) !important;
}

#joblist .row .positions .row:nth-child(even){
	background: #f9f9f9;
}

#joblist .row .positions .row:nth-child(odd){
	background: white;
}


.invoice-pos-row, .position-row{
	border-bottom: 1px dashed black;
}

.position-row{
	margin: 5px 0px;
}

.pointer{
	cursor: pointer;
}

