/* MAIN */
body {
	background-color:#ebeaeb;
	margin:0;
	padding:0;
	font-family:Arial, Verdana;
	font-size:12px;
	text-align:center;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#49342c;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	color:#333;
	padding:2px 0;
	margin:2px 0;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em; 
}
h3 {
	font-size:1.1em; 
}
.breaker {
	clear:both;
	font: 1px 'Monotype',sans-serif;
	line-height: 1px;
	width: 1px;
	height: 1px;
	zoom: 1;
}
.spacer {
	height:10px;
}
.hr {
	padding:0;
	height:1px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:10px 0;
}
.left {
	float:left;
	text-align:left;
}
.right {
	float:right;
	text-align:right;
}
.center {
	margin:0 auto;
	text-align:center;
}
small {
	color:#666;
}
input, textarea, select {
	background-color:#fff;
	border:1px solid #ccc;
	margin:1px;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
input:focus, textarea:focus, select:focus {
	border-color:#666;
	-moz-box-shadow:0 0 2px #000;
}
input[type="checkbox"] {
	transform: scale(1.5);
}
input[type="submit"], input[type="reset"], input[type="button"] {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #B1641D;
	background-image: -moz-linear-gradient(center top , #df8b40, #b1641d);
	background-repeat: repeat-x;
	border-color: #B1641D #B1641D #B3B3B3;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	border:1px solid #600;
	color:#fff;
	padding:2px 8px;
	margin-left:3px;
	cursor:pointer;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #965418;
	background-image: -moz-linear-gradient(center top , #df8b40, #965418);
	border-color:#333;
	cursor:pointer;
	-moz-box-shadow:0 0 1px #000;
}
input[disabled], textarea[disabled], select[disabled] {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	cursor:normal !important;
}
ul {
	margin:0;
}
table {
	width:100%;
}
td {
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	padding:2px 4px;
}
th {
	text-align:left;
	border-bottom:1px solid #aaa;
	background-color:#F0E7DB;
	padding:2px 4px;
	vertical-align:top;
}
.row0 td {
	background-color:#FFF9F0;
}
.row1 td {
	background-color:#F0FFF3;
}

table th.subtitle {
	font-size:1.2em;
	background-color:#A24D1A;
	border-top:2px solid #aaa;
	padding:6px 10px;
	color:#fff;
}
tr:hover td {
	background-color:#eee;
}
tr td table {
	border:1px solid #fff;
}
tr:hover td table {
	border:1px solid #ccf2aa;
}
tr:hover td tr:hover td {
	background-color:#ddd;
}
label {
	float:left;
	text-align:left;
	padding:2px 5px 2px 10px;
	width:140px;
	line-height:21px;
}
label.r {
	font-weight:bold;
}
label small {
	margin:-7px 0;
	display:block;
}
fieldset {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #d7d7d7;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 9px #eee inset, 0 3px 2px #eee;
	margin-top: 35px;
	padding: 20px 10px;
}
fieldset .infobox {
	border:1px dashed #733E13;
	padding:10px;
	margin:10px;
}
fieldset a {
	color:#600;
}
fieldset legend {
	font-size:1.4em;
	margin:-29px -9px 0 -1px;
	background-color:#fff0d9;
	border:1px solid #d7d7d7;
	padding:4px 15px;
	font-weight:bold;
	color:#000;
}
fieldset .info {
	border:1px dashed #ccd;
	padding:5px 10px;
	float:left;
	width:95%;
	margin:10px 0;
}
.input {
	float:left;
	text-align:left;
	padding:2px 0 2px 2px;
}
.input label {
	float:none;
	line-height:auto;
}
.input .error {
	border-color:#f00;
	background-color:#ffecea;
}
.okBox {
	text-align:center;
	padding:10px;
	color:#390;
	background-color:#f9fff0;
	border:2px solid #390;
	margin:5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.okBox h2 {
	color:green;
}
.errorBox {
	text-align:center;
	padding:5px;
	color:#c00;
	background-color:#fff7f0;
	border:2px solid #c00;
	margin:10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.errorBox h2 {
	color:red;
}
ul.errors {
	min-width:300px;
	max-width:600px;
	color:#f00;
	text-align:left;
	margin:0 auto;
	padding:10px 20px;
}
ul.errors a {
	color:#f00;
	text-decoration:underline;
}
.numeration {
	width:100%;
	text-align:center;
	line-height:30px;
}
.numeration a {
	border:1px solid #eee;
	padding:2px 5px;
	text-decoration:none;
}
.numeration a:hover {
	text-decoration:none;
	background-color:#eee;
}
.numeration a.active {
	font-size:1.5em;
	font-weight:bold;
}
li.active {
	font-weight:bold;
}
#mask {
	position:absolute;
	top:-10px;
	left:-10px;
	width:110%;
	height:110%;
	display:none;
	background-color:#000;
	z-index:999;
	opacity:0.85;
}

/* DATEPICKER */
#ui-datepicker-div {
	background:#fff;
	border:2px solid #aaa;
	padding:10px;
	max-width:185px;
	display:none;
}
#ui-datepicker-div a {
	cursor:pointer;
	color:#666;

}
#ui-datepicker-div a:hover {
	text-decoration:none;
	cursor:pointer;
	color:#000;
}
#ui-datepicker-div table a {
	color:#000;
}
#ui-datepicker-div td {
	padding:0;
}
.ui-state-default {
	width:20px;
	line-height:15px;
	float:left;
	font-weight:normal;
}
table .ui-state-disabled span {
	color:#ddd;
	font-weight:normal !important;
}
.ui-datepicker-calendar th {
	text-align:center;
}
table .ui-state-hover {
	background-color:#666;
	color:#fff !important;
}

.ui-datepicker-title {
	text-align:center;
	padding-bottom:4px;}
.ui-datepicker-next {
	float:right;
}
.ui-datepicker-prev {
	float:left;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-weight:bold;
}
th.ui-datepicker-week-end {
	background-color:#FCD8C2;
}
.ui-datepicker-week-end a {
	color:#111;
}
.ui-datepicker-calendar th span{
	padding:1px;
}
td.ui-datepicker-week-end {
	background-color:#fadcdd;
}
.ui-datepicker-today a {
	font-weight:bold;
}
.ui-state-active {
	font-weight:bold;
	background-color:#360 !important;
	color:#fff !important;
}
.datepicker {
	width:70px;
}

.icon {
	border:1px solid #aaa;
	padding:1px;
	margin:-1px -1px -5px -1px;
	background-color:#fff;
	opacity:0.9;
	cursor:pointer;
}
a:hover .icon {
	border:1px solid #333;
	opacity:1;
}
.btn, .actbar a {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #CCCCCC #CCCCCC #B3B3B3;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #E6E6E6;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover {
	-moz-transition: background-position 0.1s linear 0s;
	background-color: #E6E6E6;
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
}
.btn:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}
.btn.disabled, .btn[disabled] {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.65;
}
.btn-large {
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
	line-height: normal;
	padding: 9px 14px;
}
.btn-large [class^="icon-"] {
	margin-top: 1px;
}
.btn-small {
	font-size: 11px;
	line-height: 16px;
	padding: 5px 9px;
}
.btn-small [class^="icon-"] {
	margin-top: -1px;
}
.btn-mini {
	font-size: 11px;
	line-height: 14px;
	padding: 2px 6px;
}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	background-color: #0074CC;
	background-image: -moz-linear-gradient(center top , #0088CC, #0055CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0055CC;
}
.btn-primary:active, .btn-primary.active {
}
.btn-warning {
	background-color: #FAA732;
	background-image: -moz-linear-gradient(center top , #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #F89406;
}
.btn-warning:active, .btn-warning.active {
}
.btn-danger {
	background-color: #DA4F49;
	background-image: -moz-linear-gradient(center top , #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #BD362F;
}
.btn-danger:active, .btn-danger.active {
}
.btn-success {
	background-color: #5BB75B;
	background-image: -moz-linear-gradient(center top , #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #51A351;
}
.btn-success:active, .btn-success.active {
}
.btn-info {
	background-color: #49AFCD;
	background-image: -moz-linear-gradient(center top , #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2F96B4;
}
.btn-info:active, .btn-info.active {
}
.btn-inverse {
	background-color: #414141;
	background-image: -moz-linear-gradient(center top , #555555, #222222);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
.btn-inverse:active, .btn-inverse.active {
}
.btn-group {
	position: relative;
}
.btn-group:before, .btn-group:after {
	content: "";
	display: table;
}
.btn-group:after {
	clear: both;
}
.btn-group:first-child {
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	margin-bottom: 9px;
	margin-top: 9px;
}
.btn-toolbar .btn-group {
	display: inline-block;
}
.btn-group .btn {
	border-radius: 0 0 0 0;
	float: left;
	margin-left: -1px;
	position: relative;
}
.btn-group .btn:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.btn-group .btn.large:first-child {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	margin-left: 0;
}
.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0 none;
}
.btn-group .dropdown-toggle {
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group .btn-mini.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
}
.btn-group .btn-small.dropdown-toggle {
}
.btn-group .btn-large.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open {
}
.btn-group.open .dropdown-menu {
	border-radius: 5px 5px 5px 5px;
	display: block;
	margin-top: 1px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* MAIN PARTS */
#page {
	background-color:#fcfaeb;
	width: 100%;
	max-width:1200px;
	margin:5px auto 15px auto;
	text-align:left;
	border:1px solid #aaa;
	box-shadow: 0 0 15px #eee inset, 0 2px 2px #666;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#head {
	background-color:#fff;
	display:block;
	clear:both;
	border-bottom:1px solid #ccc;
}
#meny {
	float:left;
	width:142px;
	border-right:1px solid #ccc;
	margin-right:-1px;
}
#meny a {
	float:left;
	width:124px;
	display:block;
	padding:5px 8px;
	background-color:#eee;
	margin:1px 1px 0 1px;
	font-weight:bold;
	font-size:12px;
}
#meny a.active {
	width:126px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:4px 8px;
	position:relative;
}
#meny .submeny {
	float:left;
	margin-left:5px;
	border-left:5px solid #ccc;
}
#meny .submenyActive {
	background-color:#fff;
	width:133px;
	margin:-1px 0 0 5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	padding-bottom:1px;
}
#meny .submeny a {
	font-size:12px;
	font-weight:normal;
	width:114px;
	background-color:#ddd;
}
#meny .submeny a.active {
	padding:3px 8px;
	border:none;
	background-color:#fff;
	font-weight:bold;
}

#meny a:hover {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

#content {
	min-height:300px;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #ccc;
	flex-grow: 1;
}
.logo {
	padding:15px 10px;
}
/*  */
.headActions {
	padding:10px;
	border-left:1px dotted #ccc;
}
.actbar {
	float:right;
	margin:2px 0 5px 0;
}
.actbar a {
	border:1px solid #eee;
	padding:3px 5px;
	font-size:11px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

}
.actbar a:hover {
	border:1px solid #aaa;
	text-decoration:none;

}
.actbar a img {
	margin:-4px 4px -5px 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
.actbar a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
td .lprice {
	text-align:right;
	float:right;
}
td .lprice a {
	display:none;
	float:left;
	font-size:0.9em;
}
td:hover .lprice a {
	display:inline;
	margin-right:5px;
}
td .lprice input {
	float:right;
	font-size:1em;
	text-align:right;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin:0;
}
td .lprice input[type="button"]  {
	padding-top:1px;
	margin-top:0 0 -2px 0;
	font-size:0.75em;
}
.fileicon {
	margin:-2px 4px -4px 0;
}
#prodpics a {
	float:left;
	padding:5px;
	margin:3px;
	border:2px solid #aaa;
}
#prodpics a:hover {
	background-color:#ddd;
}
#prodpics a.active {
	background-color:#a8de9e;
	border-color:#336600;
}
.printblock {
	background-color:#f8e1fd;
}
.printIcon {
	float:right;
	background:transparent url('/manage/i/print.png') no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
}
.noprint .printIcon {
	background-image:url('/manage/i/noprint.png');
}

#startcalendar {
	width: 750px;
	margin: 0 auto;
}
.calendarItem {
	height:19px;
	min-height:19px;
	overflow:hidden;
	position:absolute;
}
.calendarItem:hover {
	height:auto;
}
.calInsert {
	color:#000;
	border-color:#333;
	background-color:#c7e2fe;
	font-size:0.8em;
}
.calConfirm {
	color:#000;
	border-color:#333;
	background-color:#e3fbb3;
	font-size:0.8em;
}
.calCancel {
	color:#000;
	border-color:#333;
	background-color:#fdfbbb;
	font-size:1em;
}
.calRepair {
	color:#000;
	border-color:#333;
	background-color:#ffd1b3;
	font-size:1.2em;
	font-weight:bold;
}
.calWait {
	color:#000;
	border-color:#333;
	background-color:#f2f2f2;
	font-size:0.9em;
}
#sendToMail, #sendPageToMail {
	display:none;
	z-index:2220;
}
.quickFilter {
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:5px;
}
.quickFilter label {
	float:left;
	width:auto;
}
.quickFilter input, .quickFilter select {
	margin:-1px 5px 5px 0;
	float:left;
}
.quickFilter h3 {
	float:left;
	font-size:16px;
}
.loginInfo {
	width:560px;
	float:right;
	border-left:1px solid #ccc;
	padding:0 20px;
}
.nmessages {
	margin:-7px 0 0 0;
	position:absolute;
	background-color:red;
	padding:2px 5px;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-weight:bold;
}
/**/
.tabs {
	border-bottom:2px solid #aaa;
}
.tabs a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	background-image: -webkit-linear-gradient(top, #ccc, #eee);
	background-image: -moz-linear-gradient(top, #ccc, #eee);
	background-image: -ms-linear-gradient(top, #ccc, #eee);
	background-image: -o-linear-gradient(top, #ccc, #eee);
	background-image: linear-gradient(top, #ccc, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ccc', EndColorStr='#eee');
	text-decoration: none;
	margin:0 5px -3px 0;
	padding:3px 7px;
	float:left;
	border:2px solid #aaa;
	background-color:#eee;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.tabs a:hover {
	background-color:#fff;
}
.tabs a.active {
	background:#fff;
	position:relative;
	border-bottom:2px solid #fff;
}
/* messages */
.oneMessage {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #aaa;
	padding:10px;
	margin:3px 1px;
	background-color:#fff3dd;
}
.oneMessage .actions {
	float:right;
}
.oneMessage .actions a {
	border:1px solid #ccc;
	padding:2px 5px;
	float:left;
	margin:3px 0 0 2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#eee;
}
.oneMessage .actions a:hover {
	text-decoration:none;
	background-color:#fff;
}
.oneMessage h3 {
	font-size:1.5em;
}
.oneMessage h3 small {
	font-weight:normal;
	font-size:0.7em;
}
.oneMessage .messageContent {
	border-top:1px solid #aaa;
	background-color:#eee;
	padding:5px;
}
.sentMessage {
	background-color:#faffdd;
}
.unreadMessage {
	margin:2px 0px;
	border:2px solid #666;
}
.langSelect {
	width:100px;
	margin:0 -100px -100px 0;
}
.langSelect a {
	border:1px solid #aaa;
	color:#888;
	display:block;
	float:left;
	text-align:left;
	padding:2px 4px;
	background-color:#ddd;
}
.langSelect a:hover {
	background-color:#fff;
	color:#000;
}
.langSelect a.active {
	border:1px solid #aaa;
	color:#000;
	background-color:#eee;
}
#head .hr {
	margin:2px 0;
}
.selActions {
	margin-top:5px;
	padding:5px 10px;
	border:1px solid #ddd;
	background-color:#eee;
	line-height:30px;
}
.resultTable tr.entryDescription {
	display: none;
}
.resultTable.showDescription tr.entryDescription {
	display: table-row !important;
}
.resultTable tr:hover td {
	box-shadow: -1px -2px 12px rgba(0, 0, 0, 0.2) inset;
}
.resultTable td {
	color:#444;
}
.entryDescription td {
	border-bottom:5px solid #ccc;
	padding:25px;
	font-size:22px;
	color:#000 !important;
	border-left:25px solid #fff;
}
.entryPrintTitle {
	display:none;
}

.inlineForm label {
	float: none;
}
.editPic {
	margin-bottom: -300px;
}
/* new */
.nowrap {
	white-space: nowrap;
}
.flex {
	display: flex;
}
.table-acts {
	white-space: nowrap;
}