body {
	padding: 0;
	margin: 0;
	background-color: #ddd;
}

#main {
	width: 995px;
	margin: auto;
	/*margin-top: 20px;*/
}

#content {
	font: 12px Verdana;
	text-align: left;
	position: relative;
}

#sysreq-description {
	padding: 5px;
	color: #222;
	border: 1px solid #550;
	background-color: #ff8;
	border-radius: 15px;
}

#loading-bar {
	background: url('../img/black.png');
	position: absolute;
	bottom: 0;
	border-top: 1px solid #000;
	color: #fff;
	font: 14px Verdana;
	width: 100%;
	text-align: center;
	display: none;
}

#home {
	position: absolute;
	padding: 6px 11px 6px 0px;
	left: -75px;
	top: 20px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	z-index: 100;
	background-image: url('../img/blue.png');
	background-repeat: repeat-y;
	background-position: right top;
}

#ipad-helper {
	position: absolute;
	display: none;
	background: url('../img/ipad-helper.png');
	width: 48px;
	height: 48px;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}

#note-container {
	background-image: url('../img/dark-trans.png');
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 500;
}

#file-container ul { display: block; padding-bottom: 0; margin-bottom: 0; padding-left: 0; list-style: none; }
#file-container ul li { margin-bottom: 10px; width: 12%; display: inline-block; }

#report-for-header {
	background:-moz-linear-gradient(center top , #FDFDAA, #EEEE99) repeat scroll 0 0 #EEEE99 !important;
    background: #FDFDAA -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDAA), to(#EEEE99)) !important;
}

#report-for-header.selected {
	border: 1px solid #aaa;
	border-top: 0px;
	padding: 5px 10px 5px 14px;
}

.quantity-price {
	color: #393 !important;
}

.invoice-material, .offer-material {
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEEEEE));
	border: 0px;
	border-top: 1px solid #aaa;
	font-family: Verdana;
	font-size: 11px;
	padding: 6px;
	cursor: pointer;
}

.invoice-material:hover {
	background:-moz-linear-gradient(center top , #DDFDDD, #CCEECC) repeat scroll 0 0 #CCEECC;
    background: #DDFDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDFDDD), to(#CCEECC));
}

.yellow-limit {
	background:-moz-linear-gradient(center top , #fdfdaa, #eeee99) repeat scroll 0 0 #eeee99 !important;
    background: #fdfdaa -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdaa), to(#eeee99)) !important;
	border-top: 1px solid #aaa;
	padding: 6px;
	font-family: Verdana;
	font-size: 11px;
}

.invoice-paging, .offer-paging {
	display: block;
	background:-moz-linear-gradient(center top , #fdfdaa, #eeee99) repeat scroll 0 0 #eeee99;
    background: #fdfdaa -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdaa), to(#eeee99));
	padding: 6px;
	font-family: Verdana;
	font-size: 11px;
	color: #111;
}

.long-button {
	text-align: center;
	border: 0px;
	font: bold 12px Verdana;
}

.long-button-link {
	background:-moz-linear-gradient(center top , #fdfdaa, #eeee99) repeat scroll 0 0 #eeee99;
    background: #fdfdaa -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdaa), to(#eeee99));
	padding: 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #aa5;
}

.long-button-link.fill {
	display: block;
	padding: 5px;
	color: #111;
	text-decoration: none;
}

.long-button-link:hover {
	background: #ffffaa !important;
}

.new-invoice-row, .new-offer-row {
	background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEEEEE));
}

.p3 {
	padding: 3px !important;
}

select.p3 {
	margin-left: 0px;
}

.p6 {
	padding: 6px !important;
}

.p6-0 {
	padding: 6px 0px !important;
}

.padded-select, .padded-input, .padded {
	padding: 3px !important;
}

.milage {
	display: none;
}

.item-of-interest {
	background-color: #9f9;
	border: 1px solid #aaa;
}

.komp-notice {
	position: absolute;
	margin-left: 10px;
	vertical-align: -3px;	
}

.light-red {
	background-color: #fdd;
}

.lh25 {
	line-height: 25px;
}

.sum-box {
	height: 14px;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

.data-counter {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: -3px;
}

.business-logo {
	vertical-align: -3px;
	margin-right: 10px;
}

.increment {
	background-image: url('../img/incrementer.png');
	width: 16px;
	height: 8px;
	cursor: pointer;
}

.decrement {
	background-image: url('../img/decrementer.png');
	width: 16px;
	height: 8px;
	cursor: pointer;
}

.data-table {
    width: 800px;
    border: 1px solid #666;
    border-collapse: collapse;
}

.data-table th {
    padding: 5px;
    background-color: #eee;
    border-bottom: 1px solid #666;
    text-align: left;
}

.data-table td {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #666;
    color: #000;
    text-align: left;
    vertical-align: middle !important;
}

.time-checkbox {
	margin-left: 0;
}

.default-content tr.dark {
	background-color: #f5f5f5;
}

.login-field {
	border: 1px solid #aaa;
	padding: 10px 0px;
	background-color: #eee;
	border-radius: 7px; /* NEW CHANGE 2019 - Added rounder design on login form*/
}

.login-field:focus, .login-select:focus {
	background-color: #fff;
}

.login-select {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 5px 10px;
	height: 34px; /* NEW CHANGE 2019 - MADE THE SELECT BIGGER IN LOGINSCREEN TO FIT THE OTHER TABLEROWS */
}

.dark-link {
	color: #000;
	text-decoration: none;
}

.dark-link:hover {
	text-decoration: underline;
}

.price-lookup {
	cursor: pointer;
}

.note {
	position: absolute;
	width: 350px;
	background-color: #FEFE90;
	left: -175px;
	top: -150px;
	margin-left: 50%;
	margin-top: 25%;
	z-index: 1000;
	-webkit-box-shadow: 0px 5px 10px #333;
	-moz-box-shadow: 0px 5px 10px #333;
	box-shadow: 0px 5px 10px #333;
	padding: 15px 25px 20px 25px;
	font: 12px Verdana;
}

.auto-width {
	width: auto !important;
}

.staff-mobile, .staff-message, .staff-message-non-removable {
	display: inline-block;
	padding: 5px 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #444;
	border: 1px solid #000;
	color: #ffe;
	font: 11px Verdana;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

#sms-message {
	background-color: #ffc;
	color: #000;
	border: 1px solid #cca;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 15px;
	font: 12px Verdana;
	font-weight: bold;
}

#booking-config {
	margin: auto;
	display: none;
	text-align: center;
}

#booking-display {
	margin: auto;
	display: inline-block;
}

#deviation-config {
	margin: auto;
	text-align: center;
}

#deviation-display {
	margin: auto;
}

tr.time-report-data td {
	border-bottom: 1px solid #666 !important;
}

.cached-error {
	background-color: #fee;
	border: 1px solid #dbb;
	padding: 10px 15px;
	margin-top: 15px;
}

.uppercase {
	text-transform: uppercase;
}

select {
	padding-right: 1px;
}

.left-table {
	margin: auto;
}

.left-table td{
	text-align: left;
	padding-right: 10px;
}

.left-table td.bold {
	font-weight: bold;
}

table.hover-table tr.item{
	
}

table.hover-table td {
	padding: 2px 5px;
}

table.hover-table tr.item:hover{
	background-color: #ddd;
}

.booking-select {
	width: 250px;
}

.green-tint {
	background-color: #bfb;
	border: 1px solid #6a6;
}

.red-tint {
	background-color: #fbb;
	border: 1px solid #a66;
}

.borderland {
	position: absolute;
	top: -12px;
	width: 100%;
	background: url('../img/dark-trans.png');
	opacity: 0.3;
	height: 24px;
	display: none;
}

.ear-none {
	position: absolute; left: 1px; top: 0px; height: 8px; width: 8px;
}

.ear-black {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-black.png'); height: 8px; width: 8px;
}

.ear-white {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-white.png'); height: 8px; width: 8px;
}

.ear-gray {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-gray.png'); height: 8px; width: 8px;
}

.ear-red {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-red.png'); height: 8px; width: 8px;
}

.ear-orange {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-orange.png'); height: 8px; width: 8px;
}

.ear-yellow {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-yellow.png'); height: 8px; width: 8px;
}

.ear-green {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-green.png'); height: 8px; width: 8px;
}

.ear-blue {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-blue.png'); height: 8px; width: 8px;
}

.ear-purple {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-purple.png'); height: 8px; width: 8px;
}

.ear-pink {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-pink.png'); height: 8px; width: 8px;
}

.ear-turquoise {
	position: absolute; left: 1px; top: 0px; background: url('../img/ear-turquoise.png'); height: 8px; width: 8px;
}

.day-date {
	padding: 2px 8px 1px; 
	float: right; 
	color: #fff;
}

.val-missing {
	background-color: #fbb;
	border: 1px solid #aaa;
}

.guide-box {
	background-color: #bfb;
}

.content {
	/* background-color: #ffffff; */
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	/* -webkit-box-shadow: 0px 2px 15px #666; */
	-moz-box-shadow: 0px 2px 15px #666;
	/* box-shadow: 0px 2px 15px #666; */
	margin: auto;
	margin-bottom: 15px; /*NEW CHANGE 2019 - less margin between "nuvarande mangd and TR*/ 
}

.standard-gradient {
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEEEEE));
}

.news-link {
	color: #000;
	text-decoration: none;
}

.news-link:hover {
	text-decoration: underline;
}

.content a {
	text-decoration: none;
}

.content table.overview {
	font: 11px Verdana;
	border: 1px solid #999;
	border-top: 0px;
}

.content table.overview tr {
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEEEEE));
    /*background-color: #fff; /*MAJ*/
}

.content table.overview td, .content table.overview th{
	text-align: center;
	padding: 3px 1px;
	border-bottom: 1px solid #aaa;
}

.content table.overview td.thickened, .content table.overview th.thickened{
	text-align: center;
	padding: 5px 1px;
	border-bottom: 1px solid #aaa;
}

.content table.overview th {
	background: url('../img/th-background.png') repeat-x #305fb5;
	color: #fff;
	padding: 4px;
	border-top: 1px solid #9bf;
	border-bottom: 1px solid #137;
}
.content.offer td {
	font-size: 14px;
}
.content table.overview tr.item-row:hover {
	background: none;
	background-color: #eef5ff;
}

.content table.overview tr.time-report-row {
	background:-moz-linear-gradient(center top , #DDFDDD, #CCEECC) repeat scroll 0 0 #CCEECC;
    background: #DDFDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDFDDD), to(#CCEECC));
}

.content table.overview tr.time-report-row:hover {
	background: none;
	background-color: #DDFDDD;
}

.content table.overview tr.deviation-row {
	background:-moz-linear-gradient(center top , #FDFDCC, #EEEEBB) repeat scroll 0 0 #EEEEBB;
    background: #FDFDCC -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDCC), to(#EEEEBB));
}

.content table.overview tr.deviation-row:hover {
	background: none;
	background-color: #FDFDCC;
}

.content table.overview tr.invoice-row {
	background:-moz-linear-gradient(center top , #E0E0FF, #DDDDEE) repeat scroll 0 0 #DDDDEE;
    background: #E0E0FF -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E0E0FF), to(#DDDDEE));
}

.content table.overview tr.invoice-row:hover {
	background: none;
	background-color: #E0E0FF;
}

.project-resource-table tr.invoice-row {
	background:-moz-linear-gradient(center top , #E0E0FF, #DDDDEE) repeat scroll 0 0 #DDDDEE;
    background: #E0E0FF -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E0E0FF), to(#DDDDEE));
}

.content div.head {
	background: url('../img/th-background.png') repeat-x;
	/* height: 36px; */ /* NEW CHANGE 2019, HEADER ACTING WIERD WITH HEIGHT*/
	color: #fff;
	padding: 4px;
	border-top: 1px solid #9bf;
	/* border-bottom: 1px solid #137; */
	font-size: 11px;
	font-weight: bold;
}

.content div.inactive{
	background: url('../img/inactive-background.png') repeat-x;
	height: 16px;
	color: #ddd;
	padding: 4px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #666;
	font-size: 11px;
	font-weight: bold;
}

.content div.head span.text {
	display: inline-block; 
	margin-top: 1px;
	margin-left: 15px;
	width: 100%;
}

.content div.head span.center {
	text-align: center;
	margin-left: 0px;
}

.content div.head span.left {
	text-align: left;
}

.content div.head span.right {
	text-align: right;
	margin-right: 15px;
}

.content div.text {
	padding: 15px 20px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
}

.content div.menu-item {
	font-size: 20px;
	font-weight: bold;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	border-top: 0px;
}

.content div.menu-item-faded {
	font-size: 20px;
	font-weight: bold;
	background:-moz-linear-gradient(center top , #DDD, #CCC) repeat scroll 0 0 #CCC;
    background: #DDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#CCC));
	border: 1px solid #aaa;
	border-top: 0px;
}

.content div.menu-item-dark {
	font-size: 16px;
	font-weight: bold;
	background:-moz-linear-gradient(center top , #444, #333) repeat scroll 0 0 #333;
    background: #444 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333));
	border: 1px solid #666;
	border-right: 1px solid #aaa;
	border-top: 0px;
	color: #fff;
	padding: 10px;
}

.content div.new-item a {
	background-color: #ddf;
}

.content div.new-item a:hover {
	background-color: #eef;
}

.content div.grid-menu-item {
	min-width: 50px;
	font-size: 14px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	border-top: 0px;
	overflow: hidden;
}

.content div.grid-menu-item a.fill {
	display: block;
	padding: 5px 8px;
	white-space: nowrap; /* temp fix */
	overflow: hidden;
}

.content div.menu-item:hover {
	background:-moz-linear-gradient(center top , #C9EBFD, #AACCEE) repeat scroll 0 0 #AACCEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C9EBFD), to(#ACE));
}

.content div.menu-item-faded:hover {
	background:-moz-linear-gradient(center top , #C9EBFD, #AACCEE) repeat scroll 0 0 #AACCEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C9EBFD), to(#ACE));
}

.content div.grid-menu-item:hover {
	background:-moz-linear-gradient(center top , #C9EBFD, #AACCEE) repeat scroll 0 0 #AACCEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C9EBFD), to(#ACE));
}

.content div.menu-item-hoverless{
	font-size: 20px;
	font-weight: bold;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
	 background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	/* border: 1px solid #aaa; */
	border-top: 0px;
}

.content .grid-menu-item-hoverless {
	font-size: 14px;
	font-weight: bold;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	border-top: 0px;
	padding: 5px 8px;
}

.content div.menu-item img.menu-image {
	vertical-align: middle;
	margin-right: 25px;
	margin-left: 10px;
}

.content div.menu-item a.fill {
	display: block;
	padding: 15px;
	color: #222;
}

.content div.menu-item-faded a.fill {
	display: block;
	padding: 5px 0px;
	color: #222;
}

.content div.menu-item-padding {
	padding: 15px;
}

.content div.menu-item-minor-padding {
	padding: 5px 10px;
}

.content div.not-found {
	padding: 20px 30px;
}

.content .head .day-name {
	display: inline-block; 
	top: -2px; 
	position: relative;
}

.minor-padding {
	padding: 5px 10px;
}

.error {
	background:-moz-linear-gradient(center top, #FD7070, #ED4040) repeat scroll 0 0 #ED4040;
    background: #FD7070 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FD7070), to(#ED4040));
	border: 1px solid #a33;
	padding: 5px 10px;
	width: 180px;
	color: #fff;
	text-align: center;
}

.day-check {
	margin-top: 2px;
}

.logout, .help {
	cursor: pointer;
}

.ledge {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.ledge a {
	text-decoration: none;
}

.ledge .bottom-icon {	
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}
.ledge .bottom-icon-printmenu {	
	display: inline-block;
	/*margin: 0 15px;*/
	vertical-align: top;
}

.time-report-row {
	background:-moz-linear-gradient(center top , #DDFDDD, #CCEECC) repeat scroll 0 0 #CCEECC !important;
    background: #DDFDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDFDDD), to(#CCEECC)) !important;
}

.button {
	background: url('../img/th-background.png') repeat-x;
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	font-weight: bold;
	/* width: auto; */
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	 border-radius: 40px;
	margin: 15px 10px;
	/* border: 1px solid #33c; */
	/* cursor: pointer; */
	/* text-decoration: none; */
}

.ledge .button:hover {
	border: 1px solid #fff;
}

table.tooltip-table td {
	padding-right: 15px;
}

table.fancy-border {
	border: 1px solid #000;
}

table.fancy-border th {
	padding: 2px 5px;
	background-color: #ddd;
	border-bottom: 1px solid #000;
}

table.fancy-border td {
	padding: 4px 5px;
}

table.fancy-border tr:hover {
	background-color: #ddd;
}

table.hoverable tr.highlight:hover td{
	background-color: #e0e0e0 !important;
	cursor: default;
}

table.invoice-content th {
	font: 11px Verdana;
	font-weight: bold;
	text-transform: uppercase;
}

table.default-content th {
	font: 12px Verdana;
	font-weight: bold;
	text-transform: uppercase;
	/*padding-bottom: 10px;*/
}

table.invoice-content td{
	font: 11px Verdana;
}

table.default-content td{
	font: 12px Verdana;
	height: 25px;
}

table.default-content th.pad-right, table.default-content td.pad-right {
	padding-right: 10px;

}

table.default-content th.pad-left, table.default-content td.pad-left {
	padding-left: 10px;
}

table.default-content th.greater-pad-right, table.default-content td.greater-pad-right {
	padding-right: 25px;
}

table.default-content th.greater-pad-left, table.default-content td.greater-pad-left {
	padding-left: 25px;
}

table.default-content th.major-pad-right, table.default-content td.major-pad-right {
	padding-right: 60px;
}

table.default-content th.major-pad-left, table.default-content td.major-pad-left {
	padding-left: 60px;
}

table.default-content th.supreme-pad-right, table.default-content td.supreme-pad-right {
	padding-right: 80px;
}

table.default-content th.supreme-pad-left, table.default-content td.supreme-pad-left {
	padding-left: 80px;
}

table.default-content th.lesser-pad-right, table.default-content td.lesser-pad-right {
	padding-right: 5px;
}

table.default-content th.lesser-pad-left, table.default-content td.lesser-pad-left {
	padding-left: 5px;
}

table.default-content .border-right {
	/*border-right: 1px solid #aaa;*/
}

table.default-content .border-left {
	border-left: 1px solid #aaa;
}

table.default-content .border-bottom {
	border-bottom: 1px solid #aaa;
}

table.default-content a.fill {
	display: block;
	padding: 15px;
	color: #000;
}

table.default-content a.fill:hover {
	background:-moz-linear-gradient(center top , #B9DBFD, #AACCEE) repeat scroll 0 0 #AACCEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B9DBFD), to(#ACE));
}

table.default-content a.selected {
	background:-moz-linear-gradient(center top , #B9DBFD, #AACCEE) repeat scroll 0 0 #AACCEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B9DBFD), to(#ACE));
}

table.schedule {
	width: 100%;
	border-collapse: collapse;
	font: 12px Verdana;
	table-layout: fixed;
	display: table;
}

table.schedule td {
	height: 24px;
	border-top: 1px solid #aaa;
	overflow: hidden;
}

table.schedule td.day-block {
	border-left: 1px solid #aaa;
	text-align: center;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
}

table.schedule td.week-block {
	border-left: 1px solid #aaa;
	text-align: center;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
}

table.schedule td.month-block {
	border-left: 1px solid #aaa;
	text-align: center;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
}

table.schedule td.title-block {
	line-height: 22px;
	text-align: center;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
}

table.schedule td.empty {
	border-left: 1px solid #aaa;
}

table.schedule td.name-box {
	padding-left: 10px;
}

table.schedule td.booking-box {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid #aaa;
}

table.schedule .heightless {
	height: 0px;
	border: 0px;
}

table.schedule .sunday {
	border-right: 1px solid #f00;
	color: #f00;
}

table.schedule .holiday {
	color: #f00;
}

table.schedule .today {
	font-weight: bold;
	text-decoration: underline;
}

.btg {
	border-top: 1px solid #a5a5a5;
}

.fl {
	float: left;
	padding-left: 10px;
}

.fl a {
	color: #000;
}

.fr {
	float: right;
	padding-right: 10px;
}

.fr a {
	color: #000;
}

.header {
	padding-left: 10px;
	padding-bottom: 3px;
}

.white-text {
	color: #fff;
}

.black-text {
	color: #000;
}

a.gray-text{
	color: #666 !important;
}

.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.help {
	cursor: help;
}

.left{
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.mini-pad td, .mini-pad th {
	padding: 1px;
}

.med-pad td, .med-pad th {
	padding: 2px;
}

.mini-pad td input[type="checkbox"] {
	margin-left: 0px;
}

.mini-pad td input[type="text"] {
	padding-left: 0px;
	margin-left: 0px;
}

.inline-image {
	vertical-align: -3px; 
	border: 0;
	padding-right: 2px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

.max-width {
	width: 100% !important;
}

.color {
	text-transform: uppercase;
}

.h40 {
	height: 40px;
}

.h80 {
	height: 80px;
}

.w20 {
	width: 20px;
}

.w25 {
	width: 25px;
}

.w25i {
	width: 25px !important;
	max-width: 25px !important;
	min-width: 25px !important;
}

.w30 {
	width: 30px;
}

.w40 {
	width: 40px;
}

.w50 {
	width: 50px;
}

.w60 {
	width: 60px;
}

.w70 {
	width: 70px;
}

.w75 {
	width: 75px;
}

.w100 {
	width: 100px;
}

.w125 {
	width: 125px;
}

.w150 {
	width: 150px;
}

.w170 {
	width: 170px;
}

.w200 {
	width: 200px;
}

.w225 {
	width: 225px;
}

.w250 {
	width: 250px !important;
}

.w300 {
	width: 300px !important;
	min-width: 300px !important;
	max-width: 300px  !important;
}

.w300 div {
	margin: 0;
}

.w325 {
	width: 325px;
}

.w325 {
	width: 350px;
}

.w350 {
	width: 350px;
}

.w400 {
	width: 400px;
}

.w450 {
	width: 450px;
}

.w500 {
	width: 500px;
}

.w600 {
	width: 600px;
}

.w700 {
	width: 700px;
}

.w750 {
	width: 750px;
}

.w800 {
	width: 800px;
}

.bold {
	font-weight: bold !important;
}

.no-khtml {
	-webkit-appearance: none;
	width: 54px;
	border: 1px solid #aaa;
	padding-left: 14px;
}

hr.short-pad {
	margin: 10px 0;
	padding: 0;
}

table.settings td {
	padding-right: 25px;
}

table.settings td.first {
	text-decoration: underline;
}

table.wizard table.wizardling th {
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
}

table.wizard table.wizardling td {
	padding-bottom: 15px;
}

.wizardling th a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.selected-box {
	border: 1px solid #f00 !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	-webkit-box-shadow: 0px 0px 10px #f00; 
	-moz-box-shadow: 0px 0px 10px #f00;
	box-shadow: 0px 0px 10px #f00;
}

.blue-link {
	text-decoration: none; 
	color: #00f;
}

.ojlink {
	text-decoration: none;
	color: #fe0;
}

.ojlink:hover {
	text-decoration: underline;
}

.quick-save {
	vertical-align: -3px;
}

.p10 {
	padding: 10px 15px;
}

.p15 {
	padding: 15px 20px;
}

.p_radio_tow {
	padding: 20px 85px 30px;
}
.p_radio_tow_vat {
	padding: 30px 85px 20px;
}
.p_radio_tow_vat input {
	vertical-align: top;
}
.va-t {
	vertical-align: top;
}


.hp15 {
	padding: 0px 15px;
}
.hp25 {
	padding: 0px 25px;
}

.pv2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

.pv5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.pv7 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.ph2 {
	padding-right: 2px;
	padding-left: 2px;
}

.ph5 {
	padding-right: 5px;
	padding-left: 5px;
}

.ph10 {
	padding-right: 10px;
	padding-left: 10px;
}

.ph20 {
	padding-right: 20px;
	padding-left: 20px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt25 {
	padding-top: 25px;
}

.pr5 {
	padding-right: 5px !important;
}
#tow-form td {
	vertical-align: top;
}

.pr10 {
	padding-right: 10px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr15 {
	padding-right: 15px !important;
}
.pr105 {
	padding-right: 105px !important;
}

.pl2 {
	padding-left: 2px !important;
}

.pl3 {
	padding-left: 3px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pl50 {
	padding-left: 50px;
}

.pb2 {
	padding-bottom: 2px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.mt25 {
	margin-top: 25px;
}

.mt50 {
	margin-top: 50px;
}
.mr15 {
	margin-right: 15px;
}

.ml10 {
	margin-left: 10px;
}
.schedule-up-arrow {
	position: absolute; 
	top: -2px; 
	right: 4px; 
}

.schedule-down-arrow {
	position: absolute; 
	top: 8px; 
	right: 4px; 
}

.sub-text {	
	font-size: 12px;
	margin-top: 10px;
}

.sub-text2 {	
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 15px;
}

.cancel-tooltip {
	text-decoration: none;
	color: #000;
}

.hidden {
	display: none !important;
}

.red {
	color: #f00;
}

.green {
	color: #090;
}

.boldless {
	font-weight: normal !important;
}

.mini-text {
	font-size: 12px !important;
}

.normal-font {
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important;
}

.add-pad {
	margin: 4px;
	padding: 1px 0px;
	vertical-align: bottom;
}

.bc {
	border-collapse: collapse;
}

.block {
	display: block;
}

.bbaaa {
	border-bottom: 1px solid #aaa;
}
.bb1 {
	border-bottom: 1px solid #000;
}

.period0 {
	width: 748px;
	height: 20px;
	margin: auto;
	background: url('../img/period0.png') no-repeat bottom center;
}

.period1 {
	width: 748px;
	height: 20px;
	margin: auto;
	background: url('../img/period1.png') no-repeat bottom center;
}

#task-box {
	border: 0px solid #aaa;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
}

#select-days {
	display: none;
	position: absolute;
	padding: 5px 10px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 2px 15px #666; 
	-moz-box-shadow: 0px 2px 15px #666;
	box-shadow: 0px 2px 15px #666;
	font: 12px Verdana;
}

#select-regions {
	display: none;
	position: absolute;
	padding: 5px 10px;
	left: 8px;
	margin-top: 10px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 2px 15px #666; 
	-moz-box-shadow: 0px 2px 15px #666;
	box-shadow: 0px 2px 15px #666;
	font: 12px Verdana;
	z-index: 1000;
}

#suggest {
	display: none;
	position: absolute;
	padding: 5px 10px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 2px 15px #666; 
	-moz-box-shadow: 0px 2px 15px #666;
	box-shadow: 0px 2px 15px #666;
	font: 12px Verdana;
	z-index: 500;
}

#static-tooltip {
	display: none;
	position: absolute;
	padding: 5px 10px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 2px 15px #666; 
	-moz-box-shadow: 0px 2px 15px #666;
	box-shadow: 0px 2px 15px #666;
	font: 12px Verdana;
	z-index: 500;
}

#tooltip {
	display: none;
	position: absolute;
	padding: 5px 10px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 2px 15px #666; 
	-moz-box-shadow: 0px 2px 15px #666;
	box-shadow: 0px 2px 15px #666;
	font: 12px Verdana;
	z-index: 1000;
	max-width:960px;
}

.wage-row:hover {
	background-color: #eef5ff;
}

.green-row {
	background:-moz-linear-gradient(center top , #DDFDDD, #CCEECC) repeat scroll 0 0 #CCEECC !important;
    background: #DDFDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDFDDD), to(#CCEECC)) !important;
}

.yellow-row {
	background:-moz-linear-gradient(center top , #FDFDAA, #EEEE99) repeat scroll 0 0 #EEEE99 !important;
    background: #FDFDAA -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDAA), to(#EEEE99)) !important;
}

.glow-row {
	background:-moz-linear-gradient(center top , #DDD, #CCC) repeat scroll 0 0 #CCC;
    background: #DDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#CCC));
}

.glow-row:hover {
	background: none;
	background-color: #ccddff;
}

.yellow-gradient {
	background:-moz-linear-gradient(center top , #FDFDAA, #EEEE99) repeat scroll 0 0 #EEEE99 !important;
    background: #FDFDAA -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDAA), to(#EEEE99)) !important;
}

.green-gradient {
	background:-moz-linear-gradient(center top , #DDFDDD, #CCEECC) repeat scroll 0 0 #CCEECC !important;
    background: #DDFDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDFDDD), to(#CCEECC)) !important;
}

.red-gradient {
	background:-moz-linear-gradient(center top , #FDDDDD, #EECCCC) repeat scroll 0 0 #EECCCC !important;
    background: #FDDDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDDDDD), to(#EECCCC)) !important;
	border-bottom: 1px solid #eaa !important;
}

.red-gradient2 {
	background:-moz-linear-gradient(center top , #FDDDDD, #EECCCC) repeat scroll 0 0 #EECCCC !important;
    background: #FDDDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDDDDD), to(#EECCCC)) !important;
}

.gray-gradient {
	background:-moz-linear-gradient(center top , #DDDDDD, #CCCCCC) repeat scroll 0 0 #CCCCCC !important;
    background: #DDDDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#CCCCCC)) !important;
}

.white-gradient {
	background:-moz-linear-gradient(center top , #F5F5F5, #EEEEEE) repeat scroll 0 0 #EEEEEE !important;
    background: #F5F5F5 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#EEEEEE)) !important;
}

.inline-block {
	display: inline-block;
}

.thin-information {
	width: 400px; 
	max-width: 400px; 
	height: 60px; 
	max-height: 60px;
}

.day-slot {
	min-width: 90px;
	border: 1px solid #aaa;
	border-top: 0px;
	border-right: 0px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	max-height: 30px;
	background:-moz-linear-gradient(center top , #D0D0D0, #B0B0B0) repeat scroll 0 0 #B0B0B0;
    background: #D0D0D0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#B0B0B0));
}

.day-slot a {
	color: #000;
}

.super-fill {
	padding: 26px 15px !important;
}

.selected-slot {
	border-bottom: 0px;
	background: none;
	background-color: #FDFDFD;
}

.profile-week .fill {
	display: block;
	width: 100%;
	height: 100%;
}

.config {
	float: right;
	width: 20px;
	top: 0px;
	padding-top: 3px;
	padding-right: 5px;
}

#filter {
	display: inline-block;
}

.blob {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.centered {
	padding-top: 14px;
}

.completed {
	background:-moz-linear-gradient(center top , #FFF, #DDFFDD) repeat scroll 0 0 #DDFFDD !important;
    background: #FFF -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDFFDD)) !important;
}

.nav-icon {
	vertical-align: middle;
	margin-bottom: 3px;
	outline: none;
}

select {
	padding-top: 1px;
	padding-bottom: 1px;
}

.invoice-select {
	margin-left: 0px !important;
	width: 200px;
}

img { 
border: 0 
margin-top: 6px;


}

hr { margin-top: 10px; margin-bottom: 20px; border-left: 0; }

.small-field {
	width: 120px;
}

/* --- */

.driver_t {
	width: 24px;
	height: 24px;
	float: right;
	background: url('../img/user_mini.png') no-repeat;
	margin-right: 72px;
	margin-top: -22px;
}

.tachograph {
	width: 24px;
	height: 24px;
	float: right;
	background: url('../img/speed_mini.png') no-repeat;
	margin-right: 70px;
	margin-top: -22px;
}

.sun {
	width: 24px;
	height: 24px;
	float: right;
	background: url('../img/sun.png') no-repeat;
	margin-right: 70px;
	margin-top: -22px;
}

.moon {
	width: 24px;
	height: 24px;
	float: right;
	background: url('../img/moon.png') no-repeat;
	margin-right: 70px;
	margin-top: -22px;
}

.period0 {
	width: 748px;
	height: 20px;
	margin: auto;
	background: url('../img/period0.png') no-repeat bottom center;
}

.period1 {
	width: 748px;
	height: 20px;
	margin: auto;
	background: url('../img/period1.png') no-repeat bottom center;
}

/* -- */

.week-bar {
    padding:2px;
	font-size:14px;
	height:30px;
	line-height:29px;
	padding-left:20px;
	background: -moz-linear-gradient(center top , #DDDDDD, #CCCCCC) repeat scroll 0 0 transparent;
	background: #DDDDDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#CCCCCC));
	color: #222222;
	text-decoration:none;
   
    border:1px solid #CCCCCC;
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	
	border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
	
    margin:0em 0px 0em;
    outline:0 none !important;
	
    font-weight:bold;
    white-space:nowrap;

    display:block;
}

.week-bar.active {
	border-top: 1px solid #bdf;
	background: -moz-linear-gradient(center top , #CEF, #ACF) repeat scroll 0 0 transparent !important;
	background: #CEF -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF), to(#ACF)) !important;
	color: #000;
}

.week-item {
    padding: 6px 2px 8px;
	padding-left:20px;
	background: -moz-linear-gradient(center top , #F5F5F5, #F0F0F0) repeat scroll 0 0 transparent;
	background: #F5F5F5 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#F0F0F0));
	color: #222222;
	text-decoration:none;
   
	border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;   
	
    margin:0em 0px 0em;
    outline:0 none !important;
	
    font-weight:bold;
    white-space:nowrap;

    display:block;
}
.week-item.reported {
    background: -moz-linear-gradient(center top , #D0E79A, #F0F0F0) repeat scroll 0 0 transparent;
    background: #D0E79A -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0E79A), to(#F0F0F0));
}

.week-item.scheduled {
	background: -moz-linear-gradient(center top , #D0DAF7, #F0F0F0) repeat scroll 0 0 transparent;
	background: #D0DAF7 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0DAF7), to(#F0F0F0));
}
.ui-draggable {
	background:#FFF;
}

.gray-tr > td {
	background-color: #dedede;
}

#save-stat {
	background: #AAFFAA;
	position:fixed;
	top: 0;
	border: 1px solid #000;
	color: #000;
	font: 14px Verdana;
	width: 100%;
	text-align: center;
	z-index:12000;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}
.staffledgeproj {
	margin: 5px;
	padding:8px;
	background-color:#DDD;
	border:1px solid #343434;
	color:#222;
	float:left;
	white-space:nowrap!IMPORTANT;
}

.item-row-btn-move2 #move-material{
		/*margin: 14px 40%;*/
	display: inline-block;
/*	background-color: #6d95dd;*/
	background-color: #82b271;
	font-weight: bold;
	color: white;
	border: 1px solid #436b35;
	padding: 8px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	width: 98% !important;


}


.item-row-btn-move #material_bill_move_all_text{
	/*margin: 14px 40%;*/
	display: inline-block;
	background-color: #5e904d;
	color: white;
	border: 1px solid #436b35;
	padding: 8px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	width:48%;

	/*border-radius: 50px;*/
}



.item-row-btn-move #move-material{
	/*margin: 14px 40%;*/
	display: inline-block;
/*	background-color: #6d95dd;*/
	background-color: #82b271;
	font-weight: bold;
	color: white;
	border: 1px solid #436b35;
	padding: 8px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	width: 48%;

	/*border-radius: 50px;*/
}

label.invoices {
	font-size: 12px;
}

/* Fšr mobilsiten nedan */
	/*PROJECT ATRICLES*/




.only-mobile {
	display:none !important;
}
.only-mobile-inline {
	display:none !important;
}

@media screen and (max-width: 480px) {
	.mobile_fritextartiklar_label{
		padding-left: 0px !important;
	}
	.mobile_fritextartiklar{
		width: 80% !important;
		margin-left: -3px !important;
		height: 30px !important;
	}

	.mobile_fritextartiklar_select{
		width: 80% !important;
		margin-left: -6px !important;
		margin-top: 15px !important;
	}
	.mobile_article{
		width: 80% !important;
		margin-left: 0px !important;
		height: 30px !important;
	}
	.mobile_article_select{
		width: 82% !important;
		margin-left: -16px !important;
		margin-top: 30px !important;
		height: 32px !important;
	}
	.mb30{
		margin-bottom:30px !important;
	}
	.mobile_save_img{
	margin-left: 103px !important;
    margin-bottom: 18px !important;
    margin-top: -13px !important;

	}
	.mobile_warehouse_img{
	margin-left: 10px !important;
    margin-bottom: 18px !important;
    margin-top: -13px !important;

	}
	.not-mobile {
		display: none !important;
	}
	#main {
		width: 100%;
	}
	.content {
		width: 100% !important;
		max-width: 100%;
		/* margin-top: -35px; /*NEW CHANGE 2019 - REMOVED SPACE BETWEEN HEAD AND TOP*/
	}
	.content div.menu-item {
		font-size: 12px;
	}
	.content div.menu-item a.fill {
		padding: 10px;
	}
	.only-mobile {
		display: block !important;
	}
	.only-mobile-inline {
		display: inline-block !important; 
	}
	.mobile-block {
		display: block;
	}
	th, td {
		display: inline;
		width: 100%;
	}
	select {
		background: #fff;
	}
	textarea {
		max-width: 100%;
	}
	table.default-content th {
		font-size: 10px;
	}
	.ui-datepicker td span, .ui-datepicker td a {
		display: inline !important;
	}
	#project-form input {
		float: right;
		width: 113px !important; /*Juni*/
	}
	#project-form select {
		float: right;
		width: 120px !important;
	}
	#project-form img.hide-tooltip {
		display: none;
	}
	#new-external-id, #new-material, #new-amount, #new-unit {
		height: 25px;
	}
	#find-external-id, #find-material, #save-new-material, #select-material-from-depot {
		vertical-align: -10px !important;
		width: 25px;
		height: auto;
		margin: 0px !important;

	}
	#project-extra-content input, #project-extra-content select {
		width: 174px;
	}
	#project-extra-content #time-data-form input, #project-extra-content #time-data-form select {
		width: 65px; /*MAJ*/
		display: table-caption;

	}
	#static-tooltip {
		max-width: 80% !important;
	}
	input {
		border:1px solid #aaa; /*MAJ*/
	}
	#material-list > table > tbody > tr > td.center > img {
		margin: 0px 2px !important;
		width: 25px;
		vertical-align: -7px;
	}
	#ti-con > div.head > div.day-date {
		color: #000;
	}
	#work-container #work-start-hour, #work-container #work-end-hour {
		margin-left: 4px !important;
		 width: 100px !important;
	}

	.work-start-min{
		width: 100px !important;
	}

	#work-container #time-report-date {
		display: block !important;
		width: 80px !important;
	}
	#work-container2 #time-report-date2 {
		display: block !important;
		width: 80px !important;
	}

	#rt-1 > table > tbody > tr > th, #rt-2 > table > tbody > tr > th {
		display: inline-block;
	}
	#time-data-form > div.content {
		max-width: 100%;
	}
	#content > div > div.content > div.menu-item-hoverless.menu-item-minor-padding > table > tbody > tr > th {
		display: block;
	}
	#content > div > div.content > div.menu-item-hoverless.menu-item-minor-padding > table > tbody > tr > td:nth-child(3) {
		float: left;
	}
	#content > div > div.content > div.menu-item-hoverless.menu-item-minor-padding > table > tbody > tr > td:nth-child(5) {
		float: left;
	}
	#tbodybills > tr > td.w350.pr15 > input {
		width: 150px;
	}
	.content table.overview td, .content table.overview th {
		border: 0;
		padding-left: 0px !important;
	}
	#material-bill-form input.w200 {
		width: 120px;
		float: right;
		border-radius: 3px;
		margin-top: 2px;
	}
	#material-bill-form select.w200 {
		width: 128px;
		float: right;
		border-radius: 3px;
		margin-top: 2px;
		background-color: white;
	}
	#material-bill-form > div:nth-child(5) > table > tbody:nth-child(1) > tr > th:nth-child(1) {
		padding-left: 0px !important;
	}
	#material-bill-form > div:nth-child(5) > table > tbody:nth-child(1) > tr > th:nth-child(7) {
		display: block;
		padding: 4px 0px;
	}
	#content > div.content > table > tbody > tr:nth-child(1) > th:nth-child(5) {
		display: block;
		padding: 4px 0px;
	}
	#tbodybills > tr > td.w125.pr5 {
		padding-left: 0px !important;
	}
	#tbodybills > tr > td.w350.pr15 {
		padding-right: 0px !important;
	}
	#tbodybills > tr > td.w200 {
		display: block;
	    position: relative;
	    left: -75px;
	    top: -2px
	}

/* TIME REPORT*/

/*.time-report-date-mobile {
		display: inline-block !important;
		width: 80px !important;
	}*/

		#work-container #time-report-date {
		display: inline-block !important;
		width: 200px !important;
    	height: 16px;
		margin-bottom: 8px;
		margin-top: 10px;
	}
	#work-container2 #time-report-date2 {
		display: inline-block !important;
		width: 194px !important;
    	height: 16px;
		margin-bottom: 8px;
		margin-top: 10px;
		margin-left: 20px;
	}
	#work-container2 #work-hours {
		display: inline-block !important;
		width: 200px !important;
    	height: 25px;
		margin-bottom: 8px;
		margin-top: 10px;
	}
	#work-container2 #ot1 {
		display: inline-block !important;
		width: 200px !important;
    	height: 25px;
		margin-bottom: 8px;
		margin-top: 10px;
	}
	#work-container2 #ot2 {
		display: inline-block !important;
		width: 200px !important;
    	height: 25px;
		margin-bottom: 8px;
		margin-top: 10px;
	}
	.mr33 {
	margin-right: 33px;
	}
	#static-tooltip {
	display: none;
	position: absolute;
	left: 0px !important;
	padding: 5px 10px;
	background:-moz-linear-gradient(center top , #FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
    background: #FDFDFD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 2px 15px #666; 
	-moz-box-shadow: 0px 2px 15px #666;
	box-shadow: 0px 2px 15px #666;
	font: 12px Verdana;
	z-index: 500;
}
	.z100 {
		z-index: 100;
	}
	.zero-pad {
		padding-right: 0px !important;
	}
	#work-container > div > table > tbody > tr > td.hp25 {
		padding: 0px 10px 0px 0px !important;
		width: 70px !important;
	}
	#work-container2 > div > table > tbody > tr > td.hp25 {
		padding: 0px 10px 0px 0px !important;
		width: 70px !important;
	}
	#work-stop-hour {
		margin-left: 13px;
		width: 100px !important;
	}
	

	#work-stop-min {
		width: 100px !important;
	}

	.item-row-btn-move #material_bill_move_all_text{
		/*margin: 14px 40%;*/
		display: block;
		background-color: #5e904d;
		color: white;
		border: 1px solid #436b35;
		padding: 4.5%;
		font-size: 12px;
		text-align: center;
		overflow: hidden;
    	white-space: nowrap;
    	text-transform: uppercase;
  		letter-spacing: 2.5px;
  		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  		width: 91% !important;
    	/*border-radius: 50px;*/

	}
	.item-row-btn #move-material{
		/*margin: 14px 40%;*/
		display: block;
		background-color: #82b271;
		color: white;
		border: 1px solid #436b35;
		padding: 4.5%;
		font-size: 12px;
		text-align: center;
		overflow: hidden;
    	white-space: nowrap;
    	text-transform: uppercase;
  		letter-spacing: 2.5px;
  		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  		width: 91% !important;
    	/*border-radius: 50px;*/

	}

	.item-row-btn-move {
		line-height: 1px;
	}

	.item-row-btn-move #move-material{
		/*margin: 14px 40%;*/
		display: block;
		background-color: #82b271;
		color: white;
		border: 1px solid #436b35;
		padding: 4.5%;
		font-size: 12px;
		text-align: center;
		overflow: hidden;
    	white-space: nowrap;
    	text-transform: uppercase;
  		letter-spacing: 2.5px;
  		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  		line-height: 0px;
  		font-weight: bold;
  		width: 91% !important;
    	/*border-radius: 50px;*/

	}

	.kopplas-till{
		width: 37% !important;
		display: table-caption;
	}

	.lamna-tidrapport{
		/*display: block;*/
		background-color: #82b271;
		color: white;
		border: 1px solid #6fa25f;
		height: 20px;
		width: 100%;
		padding-top: 24px !important;
    	padding-right: 0px;
    	padding-bottom: 1px !important;
    	padding-left: 0px;
		font-size: 12px;
		text-align: center;
		overflow: hidden;
    	white-space: nowrap;
    	text-transform: uppercase;
  		letter-spacing: 2.5px;
  		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  		line-height: 0px;
  		font-weight: bold;
	}

		.lagg-till-maskin{
		/*display: block;*/
		background-color: #82b271 !important;
		color: white;
		border: 1px solid #6fa25f;
		/*height: 20px;*/
		width: 100%;
		padding-top: 13px !important;
    	/*padding-right: 0px;*/
    	padding-bottom: 14px !important;
    	/*padding-left: 0px;*/
		font-size: 12px;
		text-align: center;
		overflow: hidden;
    	white-space: nowrap;
    	text-transform: uppercase;
  		letter-spacing: 2.5px;
  		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  		line-height: 0px;
  		font-weight: bold;
	}

	.articles{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

		.time-reporting{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

		.resources{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

		.material-bill{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

		.files{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

		.staff-assignment{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}
	
		.project_subcontractor{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

		.project_invoice{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

		.project_inspection{
		box-shadow: 5px 10px 20px #d4d2d2 inset;
	}

	#content > div.content > table > tbody > tr.item-row >td {
		display: inline-block;
		text-align: left !important;
		padding: 3px 0px !important;
	}
	#content > div.content > table > tbody > tr.item-row > td:nth-child(6) > a > img {
		width: 24px;
		height: auto;
	}
	#schematic-form #information {
		max-width: 235px;
	}
	#file-container > table > tbody > tr > td:nth-child(3) {
		display: block;
	}
	#file-container > table > tbody > tr > td:nth-child(5) {
		padding: 0px 5px;
	}
	#file-container > table {
		border-collapse: collapse;
	}
	#file-container > table > tbody > tr {
		border-bottom: 1px solid black;
	}
	#file-container > table > tbody > tr:last-child {
		border-bottom: 0px;
	}
	.task_info {
		width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
	}
	.inline-block {
		display: inline-block !important;
		margin-left: 4px;
	}
	.bill-row .item-row > td.w125 {
		width: 100%;
	}

	/*CHANGE 2019 - SIZE OF METERIAL BILLS TR*/
		/*.content table.overview {
		line-height: 0px;
		}*/





	.dropdown{
		margin-left: 200px !important;
		float: none !important;
		margin-bottom: 7px;
		width: 160px !important;

	}

	.dropdown2{
		margin-left: 140px !important;
		float: none !important;
		margin-bottom: 7px !important;
		margin-top: 15px !important;
		width: 180px !important;

	}

	.content {
		-moz-box-shadow: 0px 2px 15px #666;
		margin: auto;
		margin-bottom: 5px; /*NEW CHANGE 2019 - less margin between "nuvarande mangd and TR*/ 
	}

	.show-current-btn{
		display: block;
		padding: 15px;
		color: #000;
		background-color: #dbdbdb;
		margin-top: 0px;

		
	}

	.show-orginal-btn{
		display: block;
		padding: 15px;
		/*padding-top: 1px !important;
		padding-bottom: 20px !important;*/
		color: #000;
	}

	.bkr-grey{
		background-color : #e7e4e4;
	}

	.size-mb-enhet {
		width: 50px;
		height: 20px;
		margin-left:49px;
		font-weight: bold;
		background-color : #e7e4e4;
		font-weight: bold !important;

	}

	.item-row-btn{
		line-height: 0px;
		font-weight: bold;
	}

	.size-mb-artikel {
		width: 170px;
		height: 20px;
		margin-left:45px;
		margin-top: 25px;
		font-weight: bold !important;
		background-color: #e7e4e4;

	}

	.size-mb-namn {
		width: 170px !important;
		height: 20px;
		margin-left:45px;
		font-weight: bold;
		background-color : #e7e4e4;
	}

	.size-mb-tlg {
		width: 50px;
		height: 20px;
		margin-left:49px;
		font-weight: bold;
		background-color : #e7e4e4;
	}

	.size-mb-exp {
		width: 50px;
		height: 20px;
		margin-left:49px;
	}

	.flytta-btn-mb{
		width: 100px;
		background-color: #000;
	}
	#material-bill-form label {
		min-width: 83px;
	}
}
