
/*
 *
 *	global/master.css
 *
 *  Yleiset css-määritykset
 *
 *
 *
 */
.kohana table.profiler tr.mark th.name {
    max-width: 600px !important;
}
body {
	color: #333;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 14px;
	background: #222;
}

fieldset {
	border: 1px solid #777;
	margin-bottom: 10px;
	padding: 10px;
}
legend  {
	border: 1px solid #ccc;
	padding: 5px 20px;
}

input.error, a.error {
	border: 1px solid #B33C3B !important;
}
a {
	text-decoration: underline;
}
small {
	font-size: smaller;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}
.relative { position: relative; }

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

form { line-height: 1; }

.site_controls {
	display: block;
	text-align: right;
}
.site_controls li {
	display: inline;
}

input[readonly=readonly] {
	background: none !important;
	color: #333 !important;
	border:none !important;
}

/*----------------------------
------ GLOBAL CLASSES --------
------------------------------*/

.hidden { display: none; }
.float { float: left; }
.floatr { float: right; }
.message_icon { margin-right: 10px; }
.clear { clear: both; }
.divider { height: 3px; background: #444; }
.number {
	width: 30px;
}
input.three_digits { width: 30px !important; }
td.three_digits { width: 40px; }
.bottom_space td { padding-bottom: 20px !important; }
.text_left { text-align: left !important; }
table.fixed_width_300 { width: 300px !important; }
.ajax_loader_gif { height: 11px; margin-left: 10px; position: relative; width: 16px; }

.closable_box { position: relative; }

/*----------------------------
---------- MENU --------------
------------------------------*/
.main_menu {
	display:block;
	margin: 0px 0px 20px;
}

.main_menu li {
	position: relative;
}
.main_menu li a {}
.main_menu li.current a {}

.main_menu li span.navi_arrow {
	background: url('../img/navi_arrows.png') no-repeat;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 10px;
}

.main_menu li span.navi_arrow_s { background-position: 0 0; }
.main_menu li span.navi_arrow_w { background-position: -10px 0; }
.main_menu li span.navi_arrow_n { background-position: -20px 0; }
.main_menu li span.navi_arrow_e { background-position: -30px 0; }

.main_menu li li a {}

.main_menu li li.current a {}

.main_menu li span.navi_icon {
	background: url(../img/navi_icons.png) no-repeat;
	height: 12px;
	left: 20px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 20px;
}

.main_menu li li span.navi_icon_envelope { background-position: 0 0; }
.main_menu li li span.navi_icon_businesscard { background-position: -20px 0; }


.horizontal_menu {
	text-align: left;
}
.horizontal_menu ul li {
	float: left;
	position: relative;
}
.horizontal_menu li ul {
	background: #000;
	display: block;
	position: absolute;
	top: 100%;
}
.horizontal_menu li:hover > ul {
	display: block;
}
.horizontal_menu ul li a {
	padding: 10px 5px;
}
.horizontal_menu li li.current a {
	padding: 10px 5px;
}

/*-------------------------------
------- Tilauskonfigurointi------
---------------------------------*/

table.order_conf { border-collapse: separate; border-spacing: 5px; width: 100%; }
table.order_conf th { padding: 10px; }
table.order_conf td { font-weight: bold; text-align: center }
table.order_conf td.empty { background: none; border: 0; }

/*-------------------------------
------- UI ----------------------
---------------------------------*/

h2 .ui-button {
	font-size: 13px !important;
}

.ui-message-small .ui_message div {
	margin-top: 10px !important;
}
.ui-message-small .ui_message p {
	padding: 3px 10px !important;
}

.button.bg-green, .button.bg-blue, .button.bg-red {
	text-shadow: 0px 0px 10px #000;
}
.button.bg-green:hover, .button.bg-blue:hover, .button.bg-red:hover {
	color: #fff;
}
.button.bg-green:hover .ui-icon, .button.bg-blue:hover .ui-icon, .button.bg-red:hover .ui-icon {
	background-image: url('../jqui-theme/images/ui-icons_ffffff_256x240.png');
}
.button.selected .ui-icon {
	background-image: url('../jqui-theme/images/ui-icons_333333_256x240.png');
}
.button.bg-green, .button.hover-green:hover, #calendarTabs a.bg-green, #accordion .bg-green {
	background: #6ed655 url('../img/bg-gradient-green.png') repeat-x 50% 50%;
	border-color: #55B33E;
}
.button.bg-green:hover, #calendarTabs a.bg-green:hover, #accordion .bg-green:hover {
	background: #6ed655 url('../img/bg-gradient-green-hover.png') repeat-x 50% 50%;
	text-shadow: none;
}
.button.bg-blue {
	background: #3778a3 url('../img/bg-gradient-blue.png') repeat-x 50% 50%;
	border-color: #32829c;
}
.button.bg-blue:hover {
	background: #6ed655 url('../img/bg-gradient-blue-hover.png') repeat-x 50% 50%;
}
.button.bg-red, #accordion .bg-red {
	background: #b02524 url('../img/bg-gradient-red.png') repeat-x 50% 50%;
	border-color: #b02524;
}
.button.bg-red:hover, #accordion .bg-red:hover {
	background: #6ed655 url('../img/bg-gradient-red-hover.png') repeat-x 50% 50%;
}

.button.font_14 { font-size: 14px; }
.button.font_16 { font-size: 16px; }
.button.font_18 { font-size: 18px; }
.button.font_20 { font-size: 20px; }
.button.font_22 { font-size: 22px; }

.button.close { position: absolute; right: 5px; top: 5px; }
.button.close { background: none !important; border: 0 none !important }
.button.close span.ui-button-text { padding: 0; }
.button.close.ui-button-icon-only { width: 1.4em; }

.button.small span.ui-button-text { padding-top: 2px; padding-bottom: 2px; }
.button.small-text { font-size: 90%; }

.ui-widget .ui-state-error ul {
	margin-left: 30px;
	padding-bottom: 10px;
}
.ui-widget .ui-state-error ul li {
	padding-bottom: 5px;
}

.button.restricted {
	font-size: 11px;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*-------------------------------
------- MESSAGES ----------------
---------------------------------*/

p.success, ul.success, p.error, ul.error, p.notice, ul.notice {
	border-width: 4px;
	border-style: solid;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 5px 10px;
	position: relative;
}
p.success .ui-icon, ul.success .ui-icon, p.error .ui-icon, ul.error .ui-icon, p.notice .ui-icon, ul.notice .ui-icon {
	background-image: url('../jqui-theme/images/ui-icons_ffffff_256x240.png');
}
p.success a, ul.success a, p.error a, ul.error a {
	/*color: #333;
	font-weight: bold;*/
}
p.success, ul.success {
	background: url("../img/bg-gradient-green.png") repeat-x scroll 50% 50% #6ED655;
	border-color: #4caa37;
	color: #fff;
}
p.error, ul.error {
	/*background: url("../img/bg-gradient-red.png") repeat-x scroll 50% 50% #B02524;*/
	border-color: #9a1e1e;
	color: #fff;
}
ul.ui-selectmenu-menu.error {
	background: inherit;
	border: none;
	color: inherit;
	padding: inherit;
}
ul.ui-selectmenu-menu.error a {
	color: inherit;
}
p.notice, ul.notice {
	background: #333;
	border-color: #fff;
	border-style: dashed;
	border-width: 1px;
	color: #fff;
}
p.message_info {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	margin: 10px 20px 10px 5px;
}

/*-------------------------------
------- TABLES ------------------
---------------------------------*/

table.form {
	margin: 10px 0;
}
table.form td.label {
	font-size: 12px;
	padding: 5px 10px;
	text-align: right;
}
table.form td {
	padding: 8px 10px;
	text-align: left;
}

table.tigth_form td {
	padding: 4px 10px;
}
table.list {
	margin: 10px 10px 10px 0;
}
table.list th, table.list td {
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
}
table.list th {
	text-align: left;
}
table.list td {
	padding: 2px 5px;
}

table tr.divide_top {
	border-top: 1px solid #999;
	margin-top: 10px;
}
table tr.divide_top td {
	padding-top: 10px;
}
table td.align_top {
	vertical-align: top;
}
table tr.hilight_green td {
	background: #E0F9E0;
}
table tr.hilight_green td, table tr.hilight_green td a {
	color: #219E33;
}
table tr.hilight_yellow td {
	background: #FAFCE3;
}
table tr.hilight_yellow td, table tr.hilight_yellow td a {
	color: #777226;
}

table.settings td label {
	text-align: left !important;
}

table td .label_notice {
	color: #2fc2c9;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}

/*-------------------------------
------- TOOLTIP -----------------
---------------------------------*/

.tooltip {
	background-color: none;
	border:1px solid #444;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	z-index: 1005;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #aaa;
	-webkit-box-shadow:0 0 10px #aaa;
}
requestToRegsiterDialog


.cluetipstyle {
	border-bottom: 1px dashed #aaa;
}





.noie_container {
	z-index: 1200; border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; position: relative;
}
.noie_close {
	position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;
}
.noie_content {
	width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;
}
.noie_alert {
	width: 75px; float: left;
}
.noie_texts {
	width: 275px; float: left; font-family: Verdana, Arial, sans-serif;
}
.noie_texts h2 {
	font-size: 18px; font-weight: bold; margin-top: 12px;
}
.noie_texts p {
	font-size: 12px; margin-top: 6px; line-height: 14px; font-weight: normal;
	margin-bottom: 10px;
}
.noie_browser {
	width: 75px; float: left;
}

a.decorated
{
	text-decoration:underline;
}

.order_comments h5 {
	font-size: 12px;
	letter-spacing: 0;
	margin: 5px 0;
}
.order_comments p {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	letter-spacing: 0;
	padding-bottom: 10px;
}
.order_comment {
	padding: 5px;
	psotion: relative;
}
.order_comment .ui-icon-person {
	margin-left: -20px;
}
.order_comment:hover {
	background: #eee;
}

.order_management_print .dropdown-toggle {
	margin-right: 30px;
}

textarea {
	border: 1px solid #aaa;
	padding: 6px;
}

ul.dialog_price_errors_list {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}
ul.dialog_price_errors_list li {
	padding: 3px 6px 3px 0;
}
.personalization_incompatible_browser p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.personalization_incompatible_browser .browsers {
	border: 1px solid #F7941D; 
	background: #FEEFDA;
	text-align: center;
}
.personalization_incompatible_browser .browsers a {
	padding: 0px 10px;
}

/* Personalizatoin page */
.page-html {
	border-color: #aaa;
}
.page-column {
	background: #fff;
}
.page-column .page-active-indicator {
	color: #fff;
	font-weight: bold;
	padding: 4px;
}

#requestToRegsiterDialog h1, 
#requestToRegsiterDialog h2, 
#requestToRegsiterDialog h3, 
#requestToRegsiterDialog h4 {
	margin-left: 0 !important;
}

.language_selection {
	position: absolute;
	right: 5px;
	bottom: 3px;
}

.language_selection a {
	text-decoration: none;
}
.language_selection ul ul li a img {
	margin-right: 5px;
	margin-top: 4px;
}
.language_selection ul.inline li {
	float: left;
}
.language_selection ul.inline li a {
	float: left;
	padding: 4px 5px 2px 5px;
}
.language_selection ul.inline li.active a {
	background: #ddd;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.language_selection ul.nav {
	margin-bottom: 0;
}

.add-on-textarea {
	display: inline !important;
	margin-top: 1px;
}

.webink_error_page_unit {
	border: 1px solid #ccc;
	background: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 20px;
}
#content .webink_error_page_unit h1, 
#content .webink_error_page_unit p, 
#content .webink_error_page_unit a {
	padding: 0;
	margin: 0;
}
#content .webink_error_page_unit p {
	margin: 10px 0;
}

.orders_basic_details {
	margin: 0 10px 0 20px;
}
.orders_basic_details table td.label {
	font-weight: bold;
	padding: 2px 10px 2px 0px;
}

/*Admin tilaushallinta*/
.search_area {
	font-size: 10px;
	padding: 5px 10px;
}
.search_area input[type=text] {
	width: 100px;
}

/* Ui dialogs button pane message */
.button-pane-message {
	background: #eee;
	border: 1px solid #ddd;
	display: block;
	float: left;
	font-size: 1em;
	margin-top: 8px;
	margin-left: 8px;
	padding: 0.4em 1em;
}

.preparing_personalization {
	text-align: center;
}
.preparing_personalization h5 {
	font-size: 18px;
}

#imageList .ui-progressbar {
	background: #E8A335;
}
/*
ui-progressbar ui-widget ui-widget-content ui-corner-all
ui-progressbar-value ui-widget-header ui-corner-left
*/