/******************************************************************************/
/* YLEISET                                                                    */
/******************************************************************************/
@import url('../kalenteri.css');
@import url('../common.css');
@import url('../hakupalkki.css');

#image_gallery {
	position: fixed;
	z-index: 100;
	display: none;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	/*background-color: rgba(0,0,0,0.8);*/
}
#image_gallery > input {
	background: none;
	color: white;
	margin: 0.2em;
	border: none;
	z-index: 101;
	position: absolute;
	font-size: 20pt;
	right: 0;
}

.container {
	max-width: 970px
}

h1 {
	font-size: 25px;
}

a {
	color: #333;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

#content ul {
    list-style-type: none;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.viivain {
	display: none;
}

td {
	vertical-align: baseline;
}

select,
.tuote_varaus select {
	padding: 5px;
	/*font-size: 16px;*/
}

hr {
	height: 1px;
	margin: 5px 0;
	/*color: #ddd;*/
	background-color: #ddd;
}

table {
	margin-bottom: 10px;
}
table.reunukset th, table.reunukset td {
    /*padding: 0.15em;*/
    padding: 5px 10px;
}
table.reunukseton tr th, table.reunukseton tr td {
    border: none;
}

.ostoskori table.reunukset .b-subrow {
	padding-left: 20px;
}

.esiehto, .esiehtoOtsikko {
	clear: both;
}
#searchForm label, 
.esiehto label {
    clear: left;
    float: left;
    width: 12em;
}
fieldset legend {
    font-size: 1.1em;
    font-weight: 700;
    border: 0;
    margin: 0;
}
fieldset.esiehto label {
    margin-left: 1em;
}

.label {
	color: #000;
	font-size: 100%;
	text-align: right;
}

input[type="submit"], 
input[type="button"], 
a.koriin {
	cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 5px 20px;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #cccccc;
}
input[type="submit"]:hover, 
input[type="button"]:hover, 
a.koriin:hover {
	box-shadow: 0 0 5px #ddd;
}
input[type="submit"]:disabled, 
input[type="button"]:disabled, 
a.koriin:disabled
/*,#content input[type="submit"]:disabled:hover, 
#content input[type="button"]:disabled:hover, 
div.tuote_oikea a.koriin:disabled:hover*/ {
	cursor: default;
	background-color: #aaa;
	color: #777;
	box-shadow: none;
}

.cal-head input[type="submit"].calControl, 
.cal-head input[type="button"].calControl {
	padding: 10px 0;
	width: 100%;
}

.pointer {
	cursor: pointer;
}

/******************************************************************************/
/* HEADER                                                                     */
/******************************************************************************/
#header {
	background-repeat: no-repeat;
	background-position: center top;
}

#header #kielet img {
	position: relative;
	float: right;
	border: none;
}

.kielet img {
	opacity: 0.4;
    filter: alpha(opacity=40); // msie
}	

.kielet img.valittuKieli {
	opacity: 1.0;
    filter: alpha(opacity=100); // msie
}


/******************************************************************************/
/* VALIKKO                                                                    */
/******************************************************************************/
#menu {
	padding: 20px 0 0 0;
	/*max-width: 220px;*/
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -1em;
}
#menu ul li, li {
	margin-left: 15px;
}

#menu ul ul {
	/*
	padding-top: 1em;
	text-indent: -3em;
	*/
}

#menu a {
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu hr {
	border: 0px;
	/*width: 80%;*/
	width: 100%;
	height: 2px;
	margin: 10px 0;
}
#kieletMenu img {
	padding: 10px;
}

.navbar-default {
	background: transparent;
}



/******************************************************************************/
/* MIDDLE                                                                     */
/******************************************************************************/
#content {
	padding-bottom: 1em;
} 
#content .tuote {
	margin-top: 1em;
}

@media all and (max-width: 768px) {
/*@media (max-width: @screen-xs-min) {*/
	#content .tuote:not(:first-of-type) {
		border-top: 2px solid #DDDDDD;
	}
	#content .tuote .tuote_vasen {
		margin-top: 5px;
		width: 200px;
	}
	#menu {
		padding: 0;
	}
	#header {
		display: none;
	}
	label {
		width: auto;
	}
}

.basket-header {
	font-size: 25px;
}



/******************************************************************************/
/* FOOTER                                                                     */
/******************************************************************************/
#footer {
	padding: 1em;
}



/******************************************************************************/
/* ILMOITUKSET                                                                */
/******************************************************************************/
div.ilmoitusVahvistus {
	background-color: #AFCC89;
	color: #333;
	border: 1px solid #517D51;
	margin-bottom: 1em;
	padding: 0.5em;
	margin-right: 1em;
}

div.ilmoitusVirhe {
	background-color: #f03131;
	/*color: #ffa8a8;*/
	color: #FFFFFF;
	border: 1px solid #ffa8a8;
	margin-bottom: 1em;
	padding: 0.8em;
	margin-right: 1em;
	font-weight: bold;
}

.error {
    color: #ff0000;
    font-style: italic;
}
input.error {
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input.error:focus {
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}

/******************************************************************************/
/* VARUSTUSTIEDOT                                                             */
/******************************************************************************/
table.varustustiedot {
	/*width: 450px; */
	border: 1px solid #9A9998;
}

table.varustustiedot ul {
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;
}

table.varustustiedot th.otsikkoIso, table.varustustiedot th.otsikko {
	background-color: #00309E;
	color: #ffffff;
	width: 450px;
}

table.varustustiedot th.otsikkoIso { font-size: 1.4em; }
table.varustustiedot th.otsikko { font-size: 1.2em; }

table.varustustiedot th, table.varustustiedot td {
	background-color: #ffffff;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
}

.ui-datepicker-calendar th {
	background-color: transparent;
}

#serviceDetailsDescription {
	margin: 8px 0;
}
/*
.serviceDetailsRight {
	clear: right;
	float: right;
	margin-right: 20px;
	padding: 10px 0 0;
	position: relative;
	width: 200px;
}

.serviceDetailsLeft {
	clear: left;
	float: left;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	width: 450px;
}
*/


/************************************/
/* TAPAHTUMIEN PAIKKAVARAUSTYYLEJÄ  */
/************************************/
/*
#varausForm hr {
	width: 90%;
	margin-bottom: 5px;
}
*/
#varausForm table input.vapaa {
	background-image: url(../../graf/circle_green_8.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	border: 0px;
	background-color: transparent;
	color: transparent;
	padding: 0px;
}
#varausForm table input.valittu {
	background-image: url(../../graf/circle_yellow_8.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	border: 0px;
	background-color: transparent;
	color: transparent;
	padding: 0px;
}
#varausForm table input.varattu {
	background-image: url(../../graf/circle_gray_8.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	border: 0px;
	background-color: transparent;
	color: transparent;
	padding: 0px;
	cursor: default;
}
#varausForm #valitut input.poista {
	background-image: url(../../graf/circle_cross_red.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: 0px;
	background-color: transparent;
	color: transparent;
	padding: 0px;
}



/************************************/
/*                                  */
/************************************/
div.hinta {
	position: relative;
	z-index: 10;
    float: right;
    font-weight: bold;
    margin: 5px;
}
.tuote_vasen_radio {
	margin-top: 50px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.ktulos {
	
}

.ktulos:hover {
	background-color: rgba(0, 0, 0, 0.1);
}


.maksutapa {
	width: auto;
	display: inline-block;
	padding: 5px;
}
.maksutapa:hover {
	background: rgba(220, 220, 220, 0.5);
}
.maksutapa label.mt {
    float: none;
    margin-left: 5px;
    width: auto;
}
.maksutapa label {
	cursor: pointer;
}
.maksutapa label img {
    pointer-events: none;
}

.pankkimaksutapa {
	width: auto;
	display: inline-block;
	padding: 5px;
}
.pankkimaksutapa .maksutapa {
	float: none;
    margin: 0;
    width: auto;
}

.no-inline {
	display: block;
}


#customerForm label {
	font-weight: 700;
}
.pakollinentieto {
	color: red;
	font-weight: 700;
}


#searchResultAction {
	margin-bottom: 1em;
}
#comparator {
	clear: both;
	display: block;
	text-align: right;
	float: right;
	margin-right: 5px;
}
#comparator label {
	width: auto;
	float: none;
}

span.alentamatonHinta {
	color: red;
	text-decoration: line-through;
}

#review-dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	//width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	//display:none;
	
	width: 60%;
	
	border-radius: 25px;
}

#review-dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:10px; 
	margin:13px;
	//color:#666; 
	font-family:arial;
	font-size:11px; 
}

/* extra styling */
#review-dialog-box .dialog-content p {
	margin:0;
}

#review-dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}

#arviot-dialog .label > label {
    font-weight: bold;
}

#arviot-dialog { 
	background: #ffffff;
	width: 100%;
	position:absolute;
	left: 25%;
	top: 200px; 
	z-index: 10000;
	//max-height: 1000px;
}

.searchTerms {
	font-weight: 700;
}
.results-order select {
	font-weight: 400;
}

.supplementaryservices select {
	width: auto;
	display: inline-block;
}

#scrollTop {
	display: none;
	z-index: 10;
	position: fixed;
	cursor: pointer;
	bottom: 0;
	right: 0;
	height: 40px;
	width: 40px;
	background-color: #888888;
	background-image: url(../../graf/ylos.png);
	background-position: center center;
}

.kooste_aika {
	margin-top: 1em;
}


#demo {
	background: url("../../graf/DEMO.png") repeat;
	opacity: 0.2;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	z-index: -999;
}


.inline-select {
	display: inline-block;
	width: auto;
}



.equip {	
}
.equip-header {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #DDDDDD;
}
.equip-header-main {
}

.equip-item {
	/*border-bottom: 1px solid #DDDDDD;*/
	padding-left: 5px;
}
.equip-name {
	font-weight: bold;
	display: inline-block;
}
.equip-prim .equip-name {
	min-width: 12em;
}
.equip-item-list .equip-name {
	display: block;
}
.equip-val {
	display: inline-block;
	padding-left: 5px;
}

.kori-submit {
	float: right;
	padding-right: 20px;
}
.kori-submit-2 {
}
.kori-submit-3 {
}
