/* This should be the main css file, base for all general styling of the system 
no matter the installation (takjour, wm-tak etc)  */
@charset "utf-8";


.scrolled_menu {
	position: fixed;
	top: 0;
	width: 100%;
	height: 38px;
	background: var(--primary);
	z-index: 1000;
	box-shadow: 0px 2px 2px #333;
	display: none;
	text-align: center;
	margin: auto auto;
}

.scrolled_menu .clear {
	clear: both;
}

.scrolled_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

.scrolled_menu ul li {
	float: left;
	list-style: none;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.scrolled_menu ul li a {
	color: #FFFFFF;
	display: block;
	height: 28px;
	padding: 0 5px;
	text-decoration: none;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	padding-top: 6px;
	text-shadow: 0px 1px 1px #333;
}

.scrolled_menu ul li a:hover {
	text-shadow: 0px 1px 1px #000;
}

.new_right {
	position: fixed;
	top: 59px;
	right: 0px;
	display: none;
	width: 160px;
	height: 200px;
	z-index: 98;
}

.new_right a.button {
	border-radius: 0 0 0 0;
}

.new_right a.buttonMid {
	width: 160px;
}

.new_right .button.buttonGrid_2 {
	width: 159px;
	margin-bottom: 1px;
	margin-top: 1px;
	border-radius: 2px 0 0 2px;
}

/* Fonts */

p,
li,
label,
input,
textarea,
select,
option,
td {
	font: normal 14px/21px Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
optgroup,
.button,
ul.tabs li,
div#menu ul li {
	font: bold 15px/21px "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

div#menu ul li {
	font: bold 16px/28px "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

h1 {
	font-size: 30px;
	line-height: 42px;
}

h2 {
	font-size: 24px;
	line-height: 42px;
}

h3 {
	font-size: 21px;
	line-height: 42px;
}

h4 {
	font-size: 18px;
	line-height: 21px;
}

h5 {
	font-size: 15px;
	line-height: 21px;
}

h6 {
	font-size: 14px;
	line-height: 21px;
}

p.large {
	font-size: 16px;
	line-height: 21px;
}

/* Basic layout & design */

body {}

a {
	color: #3333ff;
}

a:visited {}

a:hover {}

a:active {}

a.hover:link {
	text-decoration: none;
}

a.hover:visited {
	text-decoration: none;
}

a.hover:hover {
	text-decoration: underline;
}

p,
pre {
	padding: 0 0 14px 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 14px;
}

ul {
	margin: 0 0 14px 16px;
}

ol {
	margin: 0 0 14px 42ex;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style: decimal;
}

/* Forms */

form {
	background-color: #EEE;
	border: 1px solid #CCC;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	border-radius: 5px;
	padding: 4px;
	margin-bottom: 14px;
	overflow: hidden;
}

form.noBox {
	background-color: transparent;
	border: none;
	padding: 0;
}

optgroup {}

optgroup option {}

option.strong,
label.strong {
	font-weight: bold;
}

input,
textarea,
select {}

input.fullWidth,
textarea.fullWidth,
select.fullWidth {
	width: 98%;
}

/* Tables */

table {
	margin: 0 0 14px 0;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}

td,
th {
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	padding: 0 10px 2px 0;
	margin: 0;
	border: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

thead td,
th {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	text-align: left;
	vertical-align: bottom;
}

thead a {
	color: #000 !important;
}

tr.trOn td,
tr.striped td,
.striped {
	background-color: #eeeeee;
}

tr.underlined td {
	border-bottom: 1px solid #999;
}

tr.underlineBlack td {
	border-bottom: 1px solid #000;
}

table.trMarker tbody tr:hover td,
tr.striped td {
	background-color: #EEE;
}

table.offert tr.striped td {
	background-color: #D9EAD3;
}

/* Layout */
body {
	text-align: center;
}

div#main {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

div#head {
	height: 100px;
	overflow: hidden;
}

div#logo {
	background: url(/_gfx/template/logo.gif) top left no-repeat;
	margin: 10px 0 0 10px;
	height: 100%;
}

div#logo img {
	width: 100%;
	height: 100%;
}

div#menu {
	background: #000;
	border: 1px solid #000;
	/*-moz-border-radius: 5px; --commented 231219 */
	/*-webkit-border-radius: 5px;*/
	border-radius: 5px;
	width: 960px;
	overflow: hidden;
}

div#menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#menu ul li {

	list-style: none;
	line-height: 28px;
	/*margin-left: 10px;
        margin-right: 10px;*/
	padding: 0;
	/*width: 140px;*/
	float: left;

}

div#menu ul li {
	text-align: center;
	text-transform: uppercase;
	/*border: 1px solid #588e33;*/
	/*margin: 0px 0px 0px 55px;*/
	padding: 0px 20px;
	/*width: 158px;*/
}

div#menu ul li.grid_3 {
	width: 180px;
}

div#menu ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	height: 28px;
	display: block;
	text-shadow: 0px 1px 1px #333;
}

div#menu ul li a:hover {
	text-shadow: 0px 1px 1px #000;
}

div#menu ul li a:hover {
	color: #FFF;
	background: #000 url(/_gfx/template/ui_bg.gif) repeat-x top left;
}

div#menu ul li a.active {
	color: #000;
	background: #FFF200 url(/_gfx/template/ui_hover_bg.gif) repeat-x top left;
}

div#content {
	margin-top: 20px;
	clear: both;
}

/* Buttons */

.button {
	/*background: #000 url(/_gfx/template/ui_bg.gif) repeat-x top left;*/
	color: #fff;
	text-align: center;
	line-height: 28px;
	padding: 0;
	border: 1px solid #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-radius: 5px;
	vertical-align: middle;
	height: 28px;
	overflow: hidden;
	cursor: pointer;
}

a.button {
	text-decoration: none;
	display: inline-block;
}

input.button {
	padding: 0 2px;
	height: 30px;
}

.button.buttonSlim {
	line-height: 21px;
	padding: 0;
	height: 21px;
}

input.button.buttonSlim {
	line-height: 23px;
	height: 23px;
}

.button:hover {
	/*background: #FFF200 url(/_gfx/template/ui_hover_bg.gif) repeat-x top left;*/
	color: #000;
	border-color: #ffb400;
}

.button[disabled],
.button.buttonDisabled {
	background-image: none;
}

.button[disabled] * {
	color: #666;
}

.button.buttonDisabled * {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.button[disabled]:hover,
.button.buttonDisabled:hover {
	background: #000 none;
	color: #666;
	border-color: #000;
}

.button.buttonLeft {
	/*-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;*/
	border-top-right-radius: 0;
	/*-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;*/
	border-bottom-right-radius: 0;
}

.button.buttonRight {
	/*-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;*/
	border-top-left-radius: 0;
	/*-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;*/
	border-bottom-left-radius: 0;
}

.button.buttonTop {
	/*-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;*/
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.button.buttonBottom {
	/*-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;*/
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.button.buttonMid {
	/*-moz-border-radius: 0;
	-webkit-border-radius: 0;*/
	border-radius: 0;
}

.button.buttonGrid_1 {
	width: 38px;
}

.button.buttonGrid_2 {
	width: 98px;
}

.button.buttonGrid_3 {
	width: 158px;
}

.button.buttonGrid_4 {
	width: 218px;
}

.button.floatLeft,
.button.floatRight {
	margin: 0;
}

/* Tabs */

ul.tabs {
	background: transparent url(/_gfx/template/tabs_bg.gif) center bottom repeat-x;
	line-height: 1px;
	list-style: none;
	padding: 0;
	margin: 0 0 14px 0;
	height: 28px;
	width: auto;
	overflow: hidden;
}

ul.tabs li {
	background: #000 url(/_gfx/template/ui_bg.gif) repeat-x top left;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	list-style: none;
	padding: 0 3px;
	margin: 0 1px;
	border: 1px solid #000;
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;*/
	border-radius: 5px 5px 0 0;
	height: 26px;
	float: left;
	overflow: hidden;
}

ul.tabs li:hover {
	background: #FFF200 url(/_gfx/template/ui_hover_bg.gif) repeat-x top left;
	border-color: #ffb400 #ffb400 #000 #ffb400;
}

ul.tabs li.active {
	background: #fff;
	color: #000;
	border-color: #000 #000 #fff #000;
}

ul.tabs li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

ul.tabs li:hover a,
ul.tabs li.active a {
	color: #000;
}

ul.tabs li.tabGrid_1 {
	width: 50px;
}

ul.tabs li.tabGrid_2 {
	width: 90px;
}

ul.tabs li.tabGrid_3 {
	width: 150px;
}

/* Icons */

.icon,
.iconRight {
	background-repeat: no-repeat;
	min-height: 20px;
	min-width: 20px;
}

.icon {
	background-position: center left;
	padding-left: 20px;
}

.iconRight {
	background-position: center right;
	padding-right: 20px;
}

p.icon,
h1.icon,
h2.icon,
p.iconRight,
h1.iconRight,
h2.iconRight {
	padding-left: 25px;
}

p.icon {
	background-position: top left;
}

p.iconRight {
	background-position: top right;
}

.iconStart,
.iconArrowRightGreen {
	background-image: url(/_gfx/icons/arrowRight_green.png);
}

.iconStart,
.iconArrowRightGreenNew {
	background-image: url(/_gfx/icons/arrowRight_green_new.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.iconPrint,
.iconPrinter {
	background-image: url(/_gfx/icons/printer-icon.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.iconOffert {
	background-image: url(/_gfx/icons/iconOffert.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.iconArrowUp {
	background-image: url(/_gfx/icons/arrowUp.png);
}

.iconArrowUpWhite {
	background-image: url(/_gfx/icons/arrowUp_white.png);
}

.iconArrowUpSmall {
	background-image: url(/_gfx/icons/arrowUpSmall.png);
	min-height: 10px;
	min-width: 10px;
}

.icon.iconArrowUpSmall {
	padding-left: 10px;
}

.iconRight.iconArrowUpSmall {
	padding-right: 10px;
}

.iconArrowDown {
	background-image: url(/_gfx/icons/arrowDown.png);
}

.iconArrowDownWhite {
	background-image: url(/_gfx/icons/arrowDown_white.png);
}

.iconArrowDownSmall {
	background-image: url(/_gfx/icons/arrowDownSmall.png);
	min-height: 10px;
	min-width: 10px;
}

.icon.iconArrowDownSmall {
	padding-left: 10px;
}

.iconRight.iconArrowDownSmall {
	padding-right: 10px;
}

.iconArrowLeft {
	background-image: url(/_gfx/icons/arrowLeft.png);
}

.iconArrowLeftWhite {
	background-image: url(/_gfx/icons/arrowLeft_white.png);
}

*:hover>.iconArrowLeftWhite {
	background-image: url(/_gfx/icons/arrowLeft.png);
}

.iconArrowRight {
	background-image: url(/_gfx/icons/arrowRight.png);
}

.iconArrowRightWhite {
	background-image: url(/_gfx/icons/arrowRight_white.png);
}

*:hover>.iconArrowRightWhite {
	background-image: url(/_gfx/icons/arrowRight.png);
}

.iconArrowsUpDown {
	background-image: url(/_gfx/icons/arrowsUpDown_white.png);
}

.iconArrowDownRight {
	background-image: url(/_gfx/icons/arrowDownRight.png);
}

.iconX {
	background-image: url(/_gfx/icons/X_red.png);
}

.iconXNew {
	background-image: url(/_gfx/icons/X_red_new.png);
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.iconEdit {
	background-position: 0 0;
	background-image: url(/_gfx/icons/pen_white.png);
}

.iconEditNew {
	background-image: url(/_gfx/icons/pen_black_new.png);
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.iconKey {
	background-position: 0 0;
	background-image: url(/_gfx/icons/key.png);
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

*:hover>.iconEdit {
	background-position: 0 -20px;
}

.iconPause {
	background-image: url(/_gfx/icons/pause_white.png);
}

.iconStop {
	background-image: url(/_gfx/icons/stop.png);
}

.iconPlus {
	background-image: url(/_gfx/icons/plus_white.png);
}

.iconCheckGreen {
	background-image: url(/_gfx/icons/check_green.png);
}

.iconMail {
	background-image: url(/_gfx/icons/mail_white.png);
}

.iconWarning {
	background-image: url(/_gfx/icons/warning.png);
}

.iconClock {
	background-position: 0 0;
	background-image: url(/_gfx/icons/clock_white.png);
}

*:hover>.iconClock {
	background-image: url(/_gfx/icons/clock_black.png);
}

.iconClockNew {
	background-image: url(/_gfx/icons/clock_black_new.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}

.iconPDF {
	background-image: url(/_gfx/icons/pdf.png);
}

.iconExcel {
	background-image: url(/_gfx/icons/excel.png);
}

.iconDoc {
	background-image: url(/_gfx/icons/doc.png);
}

.iconPriority_0 {
	background-image: url(/_gfx/icons/priority_0.png);
}

.iconPriority_1 {
	background-image: url(/_gfx/icons/priority_1.png);
}

.iconPriority_2 {
	background-image: url(/_gfx/icons/priority_2.png);
}

.iconInfo {
	background-image: url(/_gfx/icons/info.png);
}

.iconHelp {
	background-image: url(/_gfx/icons/help.png);
}

.iconVisible {
	background-image: url(/_gfx/icons/visible.png);
}

.iconVisibleWhite {
	background-position: 0 0;
	background-image: url(/_gfx/icons/visible_white.png);
}

*:hover>.iconVisibleWhite {
	background-image: url(/_gfx/icons/visible.png);
}

.iconInvisible {
	background-image: url(/_gfx/icons/invisible.png);
}

.iconInvisibleWhite {
	background-position: 0 0;
	background-image: url(/_gfx/icons/invisible_white.png);
}

*:hover>.iconInvisibleWhite {
	background-image: url(/_gfx/icons/invisible.png);
}

.iconSettings {
	background-image: url(/_gfx/icons/settings.png);
}

.iconSettingsWhite {
	background-image: url(/_gfx/icons/settings_white.png);
}

*:hover>.iconSettingsWhite {
	background-image: url(/_gfx/icons/settings.png);
}

.iconLogout {
	background-image: url(/_gfx/icons/logout.png);
}

.iconLogoutWhite {
	background-image: url(/_gfx/icons/logout_white.png);
}

*:hover>.iconLogoutWhite {
	background-image: url(/_gfx/icons/logout.png);
}

/* Misc */

.box {
	background-color: #EEE;
	border: 1px solid #CCC;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-radius: 5px;
	padding: 4px;
	overflow: hidden;
}

.boxColored {
	background-color: #FFF200;
	border: 1px solid #CCC;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-radius: 5px;
	padding: 4px;
	margin-bottom: 10px;
	overflow: hidden;
}

.boxColored * {
	color: #000;
}

.loader {
	background: transparent url(/_gfx/icons/loading.gif) center center no-repeat;
	height: 100%;
	min-height: 32px;
}

.zeroBottomMargin {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.underlined {
	border-bottom: 1px solid #999;
}

.ghosted {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.hidden,
.jsVisible,
.showOnSmallScreen {
	display: none;
}

.center,
.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.floatLeft {
	margin: 0 10px 10px 0;
	float: left;
}

.floatRight {
	margin: 0 0 10px 10px;
	float: right;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.printOnly {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.test {
	background-color: #F00;
}

.help {
	cursor: pointer;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

/* Modal */

.simplemodal-overlay {
	background-color: #fff;
}

.simplemodal-container {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-radius: 5px;
}

.simplemodal-wrap {}

.ui-datepicker {
	background-color: #FFF;
	border: 1px solid #CCC;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-radius: 5px;
	padding: 4px;
	display: none;
}

.ui-datepicker-prev {
	float: left;
	cursor: pointer;
}

.ui-datepicker-next {
	float: right;
	cursor: pointer;
}

.ui-datepicker-title {
	clear: both;
}

.ui-datepicker-today {
	font-weight: bold;
}

/* Medium screen */

/* Small screen */
@media screen and (max-width: 768px) {

	h4,
	h5,
	h6 {
		line-height: 1;
	}

	body {
		padding: 0 5px;
	}

	div#main {
		margin: 0;
		width: auto;
	}

	div#head {
		height: 50px;
	}

	div#logo {
		background-image: url(/_gfx/template/logo_small.png);
		margin: 5px 0 0 5px;
		width: 50%;
		min-width: 160px;
		float: left;
	}

	div#userBox {
		width: 45%;
		overflow: hidden;
		height: 50px;
		float: right;
	}

	div#userBox h6 {
		margin-bottom: 1px;
	}

	div#userBox p {
		white-space: nowrap;
	}

	div#menu {
		width: auto;
	}

	div#menu ul li {
		width: auto;
	}

	div#menu ul li.grid_3 {
		width: auto;
	}

	div#menu ul li {
		font-size: 14px;
		line-height: 20px;
	}

	div#menu ul li a:hover {
		color: #FFF;
		background-image: none;
	}

	div#menu ul li a.active {
		background-image: none;
	}

	div#content {
		margin-top: 10px;
	}

	form {
		padding: 0 5px;
	}

	.container_16,
	.container_12,
	.container_8 {
		width: auto;
	}

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16 {
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
		display: block;
	}

	.prefix_1,
	.prefix_2,
	.prefix_3,
	.prefix_4,
	.prefix_5,
	.prefix_6,
	.prefix_7,
	.prefix_8,
	.prefix_9,
	.prefix_10,
	.prefix_11,
	.prefix_12,
	.prefix_13,
	.prefix_14,
	.prefix_15 {
		padding-left: 0px;
	}

	form .grid_1,
	form .grid_2,
	form .grid_3,
	form .grid_4,
	form .grid_5,
	form .grid_6,
	form .grid_7,
	form .grid_8,
	form .grid_9,
	form .grid_10,
	form .grid_11,
	form .grid_12,
	form .grid_13,
	form .grid_14,
	form .grid_15,
	form .grid_16 {
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
		display: block;
	}

	td.grid_1,
	th.grid_1,
	td.grid_2,
	th.grid_2,
	td.grid_3,
	th.grid_3,
	td.grid_4,
	th.grid_4,
	td.grid_5,
	th.grid_5,
	td.grid_6,
	th.grid_6 ul.tabs {
		width: auto;
	}

	.button {
		line-height: 35px;
		padding: 0 5px;
		height: 35px;
	}

	input.button {
		line-height: 37px;
		height: 37px;
	}

	.button.buttonSlim,
	input.button.buttonSlim {
		line-height: 25px;
		height: 25px;
	}

	.button.buttonGrid_1,
	.button.buttonGrid_2,
	.button.buttonGrid_3,
	.button.buttonGrid_4 {
		width: auto;
		min-width: 25px;
	}

	.hideOnSmallScreen {
		display: none;
	}

	.showOnSmallScreen {
		display: block;
	}
}

/* Print */
@media print {

	p,
	li,
	td {
		font: normal 14px/18px "Times New Roman", Times, serif;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	th {
		font: bold 15px/21px Arial, Helvetica, sans-serif;
	}

	h1 {
		font-size: 30px;
		line-height: 36px;
	}

	h2 {
		font-size: 24px;
		line-height: 30px;
	}

	h3 {
		font-size: 21px;
		line-height: 24px;
	}

	h4 {
		font-size: 18px;
		line-height: 21px;
	}

	h5 {
		font-size: 15px;
		line-height: 21px;
	}

	h6 {
		font-size: 14px;
		line-height: 21px;
	}

	p.large {
		font-size: 16px;
		line-height: 21px;
	}

	th,
	td {
		line-height: 18px;
		line-height: 21px;
	}

	a {
		color: #000;
		text-decoration: none;
	}

	div#main {
		width: auto;
	}

	div#head,
	div#menu {
		display: none;
	}

	div#content {
		margin-top: 0;
	}

	.noPrint,
	.noPrint * {
		display: none;
	}

	.printOnly {
		display: block;
	}
}

/*ADDED PREL CSS BY HENRIK 14-10-01 */
.tr_chosen_customer {
	background-color: #8cc63f;
	font-weight: bold;

}

.tr_address_odd {
	background-color: #E8E8E8;
}

.tr_address_even {
	background-color: #FFFFFF;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 45% 10px 10px;
}

.text_instruktioner {
	/*vertical-align: middle;*/
	margin: 3px 5px 2px 5px;
	width: 90%;
	height: 85%;

}