﻿@media only screen and (min-width: 889px) and (max-width: 1200px){
        body { 
            background:transparent !important; 
 <!--           overflow:hidden !important;  -->
        }
        html {
            background: #6887a0;	   
	    background-size: 100% 100%;
            background-attachment: fixed;
  <!--           overflow:hidden !important; -->       
         }
        .ui-page {
            width: 900px !important;           
            margin: 1px auto !important;  
 	    padding: 10px !important;
            position: relative !important;
	    border-top: 0px #eee outset !important;
	    border-bottom: 0px #eee outset !important;
            border-right: 0px #eee outset !important;
            border-left: 0px #ddd outset !important;           
  <!--           overflow-y:auto !important;    -->        
            max-height:100% !important;
            padding-bottom:0px;
        }
    }


@media only screen and (min-width: 1201px) and (max-width: 1349px) {
        body { 
            background:transparent !important; 
 <!--           overflow:hidden !important;  -->
        }
        html {
               background: #ced6e2;
  background-image: url(etutausta.jpg);
	    background-size: 100% 100%;
            background-attachment: fixed;
  <!--           overflow:hidden !important; -->       
         }
        .ui-page {
            width: 900px !important;
            
            margin: 1px auto !important;  
 	    padding: 10px !important;
            position: relative !important;
	    border-top: 0px #eee outset !important;
	    border-bottom: 0px #eee outset !important;
            border-right: 0px #eee outset !important;
            border-left: 0px #ddd outset !important;           
  <!--           overflow-y:auto !important;    -->        
            max-height:100% !important;
            padding-bottom:0px;
        }
    }

@media only screen and (min-width: 1350px) {
        body { 
            background:transparent !important; 
 <!--           overflow:hidden !important;  -->
        }
        html {
               background: #ced6e2;
  background-image: url(etutausta.jpg);
	    background-size: 100% 100%;
            background-attachment: fixed;
  <!--           overflow:hidden !important; -->       
         }
        .ui-page {
            width: 1100px !important;
            
            margin: 1px auto !important;  
 	    padding: 10px !important;
            position: relative !important;
	    border-top: 0px #eee outset !important;
	    border-bottom: 0px #eee outset !important;
            border-right: 0px #eee outset !important;
            border-left: 0px #ddd outset !important;           
  <!--           overflow-y:auto !important;    -->        
            max-height:100% !important;
            padding-bottom:0px;
        }
    }



@media all and (max-width: 600px) {
	.my-breakpoint .ui-block-a, 
	.my-breakpoint .ui-block-b, 
	.my-breakpoint .ui-block-c,
	.my-breakpoint .ui-block-d,
	.my-breakpoint .ui-block-e { 
		width: 100%; 
		float:none; 
	}
}

@media all and (max-width: 700px) {
	.margin_table {margin-left:20%; margin-right:20%; margin-bottom:15px;}
}
@media all and (min-width: 700px) {
	.margin_table {margin-left:35%; margin-right:35%; margin-bottom:15px;}
}


@media all and (max-width: 344px) {
	.input_search	 {width:80%; }
}
@media all and (min-width: 345px) and (max-width: 369px) {
	.input_search	 {width:82%; }
}

@media all and (min-width: 370px) and (max-width: 419px) {
	.input_search	 {width:84%; }
}

@media all and (min-width: 420px) and (max-width: 499px) {
	.input_search	 {width:86%; }
}

@media all and (min-width: 500px) and (max-width: 619px) {
	.input_search	 {width:88%; }
}

@media all and (min-width: 620px) and (max-width: 759px) {
	.input_search	 {width:90%; }
}

@media all and (min-width: 760px) and (max-width: 889px) {
	.input_search	 {width:92%; }
}

@media all and (max-width: 889px) {
	.cards	 	 {width:99%; margin-left:0%; margin-right:0%;}
	.card		 {width:100%; margin-right:10px; margin-bottom:18px;}
}


@media all and (min-width: 890px) and (max-width: 1349px) {
	.cards	 	 {width:99%; margin-left:90px;}
	.cards_search	 {width:870px;}
	.cards_searchXXX {width:710px;}
	.card		 {width:430px; margin-bottom:18px;  margin-right:8px;}
	.cardXXX	 {width:350px; margin-bottom:18px;  margin-right:8px;}
	.input_search	 {width:91%;}
}

@media all and (min-width: 1350px) {
	.cards	 	 {width:100%; margin-left:5px; }
	.cards_search	 {width:99%;}
	.card		 {width:357px; margin-bottom:18px;  margin-right:6px;}
	.input_search	 {width:94%;}

}


/*
.chartWrapper {
  position: relative;
}

.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.chartAreaWrapper {
  width: 5000px;
  overflow-x: scroll;
}
*/

.flex-center {
  background: black;
  color: white;
  border: 10px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:100px;

  overflow: hidden;
}
.flex-center p {
  margin: 0;
  padding: 20px;
}

.textareaScroll {
	resize:none; 
	overflow:hidden;
	box-sizing: border-box;
	width:100%;
	min-height:100px;
}

.XXXswal2-popup .XXXswal2-styled:focus {
    box-shadow: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}



.checkbox01 input[type="checkbox"] {
    opacity: 0;
}
.checkbox01 label::before{
    content: "";
    display: inline-block;   
    height: 16px;
    width: 16px; 
    border: 1px solid #9e9d9d; 
    border-radius:3px;  
}
.checkbox01 label::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    color:#3388cc;
    border-left: 3px solid;
    border-bottom: 3px solid;   
    transform: rotate(-45deg);
}
.checkbox01 label {
    position: relative;
}
.checkbox01 label::before,
.checkbox01 label::after {
    position: absolute;
}
.checkbox01 label::before {
    top: -0.11em;
}
.checkbox01 label::after {
    left: 4px;
    top: 3px;
}
.checkbox01 input[type="checkbox"] + label::after {
    content: none;
}
.checkbox01 input[type="checkbox"]:checked + label::after {
    content: "";
}
.checkbox01 input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 15px;
}





.cb_container {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:1px solid black;
  border-radius:3px;
}

/* Hide the browser's default checkbox */
.cb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cb_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cb_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}










.input_search {
  background-image: url('searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}


 
.glow {
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
 
.glow:active:after {
    background: transparent;
}

.glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* ADD 6(e) and 7(f) column grid */
.ui-grid-e, .ui-grid-f { overflow: hidden; }

/* grid e: 16/16/16/16/16/16 */
.ui-grid-e .ui-block-a, .ui-grid-e .ui-block-b, .ui-grid-e .ui-block-c, .ui-grid-e .ui-block-d, .ui-grid-e .ui-block-e, .ui-grid-e .ui-block-f { width: 16.59166666666667%; }
.ui-grid-e > :nth-child(n) { width: 16.66666666666667%; }
.ui-grid-e .ui-block-a { clear: left; }

/* grid f: 14/14/14/14/14 */
.ui-grid-f .ui-block-a, .ui-grid-f .ui-block-b, .ui-grid-f .ui-block-c, .ui-grid-f .ui-block-d, .ui-grid-f .ui-block-e, .ui-grid-f .ui-block-f, .ui-grid-f .ui-block-g { width: 14.21071428571429%; }
.ui-grid-f > :nth-child(n) { width: 14.28571428571429%; }
.ui-grid-f .ui-block-a { clear: left; }

/* ADD 6th (f) and 7th (g) blocks in grid */
.ui-header .ui-navbar .ui-grid-e li.ui-block-f .ui-btn,
.ui-footer .ui-navbar .ui-grid-e li.ui-block-f .ui-btn { margin-right: -3px; }/* NOT TESTED */

.ui-header .ui-navbar .ui-grid-f li.ui-block-g .ui-btn,
.ui-footer .ui-navbar .ui-grid-f li.ui-block-g .ui-btn { margin-right: -2px; }/* NOT TESTED */

.ui-grid-e .ui-btn, .ui-grid-f .ui-btn { margin-right: 5px; margin-left: 5px; }

.ui-block-f, .ui-block-g { margin: 0; padding: 0; border: 0; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

.ui-header .ui-navbar .ui-grid-e li.ui-block-f .ui-btn-icon-right .ui-icon,
.ui-footer .ui-navbar .ui-grid-f li.ui-block-g .ui-btn-icon-right .ui-icon { right: 8px; }

.swal-width01 {
    width:50px !important;
}

.swal01 {    width:750px !important;}

.ind01 {
	color:#146dad; 
	font-size:13px;
}

.headerFont {
	font-family:Arial;
	font-weight:100;
}


.noInputBorder {
	border: none; 
	border-width: 0; 
	box-shadow: none;
	border-top: 1px solid #dedee5;
	border-left: 1px solid #dedee5;
	border-right: 1px solid #dedee5;
	border-bottom: 1px solid #233c63;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
}

.SummaryListHeight .ui-li {
  height:200px;
}

.ui-input-text.ui-custom {
   border: none;
   box-shadow: none;
}

.ui-collapsible.paasivuCol {
	margin: 0px !important;
}

.eventSearchCol>.ui-collapsible-heading>.ui-collapsible-heading-toggle { 
	height:35px;
}

.ui-collapsible.eventSearchCol {
	margin: 20px !important;
	font-weight:400;
}

.valikko01 {
	border:1px solid #cccece; 
	border-radius:2px; 
	margin:3px; 
	min-height:45px; 
	max-height:45px; 
	background-color:white;
}
.valikko02 {
	font-size:14px; 
	font-weight:500;
	line-height:12px;
	cursor:pointer;
}
.valikko03 {
	max-width:60px;
/*
	margin:2px;
*/
	cursor:pointer;
}
.valikko04 {
	width:95%; 
	min-height:45px !important; 
	max-height:45px !important; 
/* 
	margin:2px;
*/
 }
.valikko05 {
	color:black;
	background-color:#d3d8e0;
	height:45px;
	line-height:45px; 
	padding-left:18px; 
	border-top:1px solid #d3d8e0;
	border-left:1px solid #d3d8e0; 
	border-right:1px solid #d3d8e0;
	font-size:14px;
}

.valikko06 {
	color:white;
	background-color:#d3d8e0;
	height:45px;
	line-height:45px; 
	padding-left:18px; 
	border-top:1px solid #d3d8e0;
	border-left:1px solid #d3d8e0; 
	border-right:1px solid #d3d8e0;
	font-size:14px;
}

.valikko07 {
	color:white;
	background-color:rgba(34, 116, 130, 1.0);
	height:35px;
	line-height:35px; 
	padding-left:35px; 
	border-left:1px solid #d3d8e0;
	font-size:15px;
	font-weight:500;
	margin-bottom:1px;
}


.swal-title1 {
  margin: 0px;
  font-size: 9px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  margin-bottom: 28px;
}
.swal-text {
  background-color: #FEFAE3;
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 22px;
  text-align: center;
  color: #61534e;
}

.swal_test {

padding:2px !important;

}


.collapse_header .ui-btn-text{
    font-size: 10px !important;
}

.AskServiceCheckbox .ui-checkbox label.ui-checkbox-off {
    background: #d7dae0 !important;
    color: #686b70 !important;
    text-shadow:none !important;
}
.AskServiceCheckbox .ui-checkbox label.ui-checkbox-on {
    background: #00b0eb !important;
}
.AskServiceCheckbox .ui-checkbox-off:after {
    background-color: #d7dae0 !important;
}
.AskServiceCheckbox .ui-checkbox-on:after {
    background-color: green !important;
}

.ui-collapsible-heading-toggle { 
	white-space:normal; 
	word-break:break-all;
 }

.paasivuCol > .collapse_header > .ui-collapsible-heading-toggle { 
	font-size:13px; 
	font-weight:400 !important;
 }

.ui-collapsible-heading { 
	white-space:normal; 
	word-break:break-all;
	width:100% !important;
 }

.grid-container {
  display: grid;
  grid-template-columns: 77% 23%;
  grid-gap: 0px;
  background-color: green;
  padding: 0px;
  margin:0px;
  border:none;
}
.grid-container > div {
  background-color: #f7f7f8;
  border: 1px solid #f7f7f8;
  text-align: center;
  font-size: 15px;
  padding:0px;
  margin:0px;
}

.grid-container2 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 0px;
  background-color: green;
  padding: 0px;
  margin:0px;
  border:none;
}
.grid-container2 > div {
  background-color: #f7f7f8;
  border: 1px solid #f7f7f8;
  text-align: center;
  font-size: 15px;
  padding:0px;
  margin:0px;
}


::placeholder {
  color:#bfc0c1;
  opacity:1;
}

.centercollheader a {
    text-align: center !important;
    padding-right: 2.5em !important;
    font-weight:600;
}


#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 100%; 
    max-height:200;
    padding: 0px; 
}
#slideshow > div { 
    position: absolute;  
}
#slideshowBACKUP { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}
#slideshowBACKUP > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.noShadow {
    text-shadow:0px !important;
}

.ui-footer {
    font-size: 10px;
    padding: 5px;
}

.spinner {
    background-position: center;
    background-repeat: no-repeat;
}

.fb-comments {
    background-image: url(ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.fb-comments[fb-xfbml-state="rendered"] {
    background-image: none;
}

.removePicBottomPadding {
    max-height:100%;
    max-width:100%;
    display: block;
}

.menuFontSize {
    font-size:14px;
    font-family: 'Yantramanav';
    cursor: pointer;
}

.menuFontSize2XXX {
    font-size:15px;
    font-family: 'Yantramanav';
}

.menuFontSize2 {
    font-size:15px;
    font-family: 'Arial';
}



.summaryFontSize {
    font-size:14px;
}


.menuFontSize2 {
    font-size:15px;
}

.menuFontSize3 {
    font-size:16px;
}

.spaceMenuFontSize {
    font-size:14px;
}

.spaceButton {
    font-size:14px !important;
    background-color:yellow !important;
    color:blue !important;
}


.summaryHeaderFontSize {
    font-size:25px;
}


.noBorder {
    border:none !important;
}

.listmargin {
    margin-left :5px;
    margin-right:5px;
}

.BGC {
    background-color:#f4f5f7 !important;
    color:#4b4b4c !important;
}
.PT {
    padding-top: 10px !important;
}
.PB {
    padding-bottom: 4px !important;
}
.MT {
    margin-top: 10px !important;
}
.MB {
    margin-bottom: 10px !important;
}
.has-odd-thumb li a {
    padding-left: 185px !important;
}
.thumbContainer {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 90px;
}

.statusContainer {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 90px;
    height: 90px;
}

.thumbContainer img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    position: absolute;
    max-width: 120px;
    width: 120px;
    height: 85%;
 padding-top:	10px !important;
 padding-left:	9px !important;
}

.thumbContainer2 {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 15px;
}
.thumbContainer2 img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    position: absolute;
    max-width: 15px;
    width: 15px;
    height: 15px;
 padding-top:	1px !important;
 padding-left:	1px !important;
}

.thumbContainer3 {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 90px;
}

.thumbContainer3 img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    position: absolute;
    max-width: 240px;
    width: 240px;
    height: 85%;
 padding-top:	10px !important;
 padding-left:	9px !important;
}

.thumbContainer4 {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 40px;
}

.thumbContainer4 img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    position: absolute;
    max-width: 80px;
    width: 80px;
    height: 85%;
 padding-top:	10px !important;
 padding-left:	9px !important;
}

.thumbContainer5 {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 40px;
}

.thumbContainer5 img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    position: absolute;
    max-width: 30px;
    width: 30px;
    height: 85%;
 padding-top:	3px !important;
 padding-left:	2px !important;
}

.thumbContainer6 {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 45px;
}

.thumbContainer6 img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    position: absolute;
    min-width: 45px;
    width: 45px;
    height: 85%;
 padding-top:	3px !important;
 padding-left:	2px !important;
}

.thumbContainer5BACKUP img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    position: absolute;
    max-width: 50px;
    width: 50px;
    height: 85%;
 padding-top:	3px !important;
 padding-left:	2px !important;
}

.thumbContainerXXX img {
    bottom: 0; left: 0;
    top: 0; right: 0;
    margin: auto;
    position: absolute;
    max-width: 120px;
    max-height: 200px;
    width: 120px;
    height: 150px;
    margin:10 !important;
 padding-top:	15px !important;
 padding-left:	5px !important;
}

.LIthumbContainer {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 20px;
}

.font1 {
    font-family: sans-serif;
}

.font2 {
    font-family: Arial, Helvetica, sans-serif;
}

.font3 {
    font-family: Verdana, Geneva, sans-serif;
}

.font4 {
    font-family: system-ui;
}



.svg-wrapper { display: inline-block; position: relative; width: 100%; padding-bottom: 100%; vertical-align: middle; }
.svg-wrapper svg { display: inline-block; position: absolute; top: 0; left: 0; }

td.cellVerticalCenter { vertical-align: middle; }
td.cellButtonRight { text-align: right; }
td.cellButtonCenter { text-align: center; }
tr.cellHeight { height: 0px; padding:0; }
td.paddingTop1 { padding-top:1; padding-bottom:0; }
td.paddingBottom1 { padding-top:0; padding-bottom:1; }
td.padding0 { padding:0; }
td.paddingLeft0 { padding-left:0; }
td.paddingTop0 { padding-top:0; }
td.paddingBottom0 { padding-bottom:0; }
td.paddingRight0 { padding-right:0; }

.NoPadding   { padding:0 !important; }
.PaddingInfo { padding-top:12px !important; padding-bottom:0 !important;}

.Height10   { height:0px !important; }

.ButtonNoMargins {
margin-top: 0px !important;
margin-bottom: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}

.NLM {
margin-left: 0px !important;
padding-left: 0px !important;
}

.NTM {
margin-top: 0px !important;
}

.NRM {
margin-right: 0px !important;
}

.NBM {
margin-bottom: 0px !important;
}

.NTP {
padding-top: 0px !important;
}

.NBP {
padding-bottom: 0px !important;
}

.ButtonNoLeftMargin {
margin-left: 0px;
}

.marginLeft5 {
margin-left: 5px;
}

.marginLeft7 {
margin-left: 7px;
}

.marginLeft10 {
margin-left: 10px;
}

.MarginPuinti {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 8px;
margin-right: 8px;
}

.ButtonLeftMargin10 {
margin-left: 10px;
}

.wrap {
    white-space: normal !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.textshadownone {
    text-shadow:none !important;
}

   .ui-grid-a, .ui-grid-a .ui-controlgroup-controls {width: 100%}
    #thisweekButton {width:45%; margin-left:1%}
    #priceButton {width:45%}
   
 #b1 .ui-btn {
    height: 20px !important;
    line-height:20px;
}

.table01 tr {
    height: 5px !important;
}

.messuTablitsa tr {
    border-bottom: 1px solid black;
}

.messuTablitsa2 tr {
    border-top: 1px solid #d3d1d1;
}

.messuTablitsa1 tr {
    border-bottom: 1px solid #d3d1d1;
}

.messuTablitsa3 tr {
   border-bottom: 30px solid #eaeaeb;  
}

.borderBottom {
    border-bottom: 1px solid black;
}

 .customButton {
    height: 3px      !important;
    width: 57px      !important;
    line-height:3px  !important;
}

.customButtonSaar {
    height: 1px      !important;
    width: 37px      !important;
    line-height:1px  !important;
}

.customButtonSaar2 {
    height: 1px      !important;
    width: 73px      !important;
    line-height:1px  !important;
}

.customButtonSaar3 {
    height: 5px      !important;
    width: 73px      !important;
    line-height:5px  !important;
}

.customButtonSaar4 {
    height: 5px      !important;
    width: 140px      !important;
    line-height:5px  !important;
}

.customButtonSaar5 {
    height: 2px      !important;
    width: 37px      !important;
    line-height:2px  !important;
}

.customButtonSaar6 {
    height: 1px      !important;
    width: 37px      !important;
    line-height:1px  !important;
    margin-bottom:3px !important;
}

.customButtonSaar7 {
    height: 1px      !important;
    width: 57px      !important;
    line-height:1px  !important;
    margin-bottom:3px !important;
}

.customButtonSaar8 {
    height: 3px      !important;
    width:  5px      !important;
    line-height:3px  !important;
}

.customButtonSaar9 {
    height: 3px      !important;
    width: 93px      !important;
    line-height:3px  !important;
}

.customButtonSaar10 {
    height: 4px      !important;
    line-height:4px  !important;
    background-color:#354055 !important;
    color:white !important;
}

.customButtonSaar11 {
    height: 10px      !important;
    line-height:10px  !important;
    text-align:left  !important;
    background-color:#5d6f8c !important;
    color:white !important;
}

.customButtonSaar12 {
    height: 11px      !important;
    line-height:11px  !important;
    background-color:#354055 !important;
    color:white !important;
}

.customButtonSaar13 {
    height: 11px      !important;
    line-height:11px  !important;
}

.customButtonSaar14 {
    height: 6px      !important;
    line-height:6px  !important;
    background-color:#354055 !important;
    color:white !important;
    font-weight:400 !important;
}
.customButtonSaar141 {
    height: 30px      !important;
    line-height:30px  !important;
    background-color:#354055 !important;
    color:white !important;
    font-weight:400 !important;
    text-align:center !important;
}


.customButtonSaar15 {
    height: 8px      !important;
    line-height:8px  !important;
    background-color:white !important;
    color:#354055 !important;
}

.customButtonSaar16 {
    height: 8px      !important;
    line-height:8px  !important;
    background-color:#354055 !important;
    color:white !important;
}

.customButtonSaar17 {
    height: 10px      !important;
    line-height:12px  !important;
    background-color:#354055 !important;
    color:white !important;
    text-align:center !important;
}
.customButtonSaar17b {
    min-height: 10px      !important;
    line-height:12px  !important;
    background-color:#354055 !important;
    color:white !important;
    text-align:center !important;
}


.customButtonSaar18 {
    height: 10px      !important;
    line-height:12px  !important;
    background-color:#354055 !important;
    color:white !important;
    font-size:14px !important;
}

.customButtonSaar19 {
    height: 10px      !important;
    line-height:12px  !important;
    background-color:#6a707a !important;
    color:white !important;
    font-size:14px !important;
}

.customButtonSaar20 {
    height: 18px      !important;
    line-height:20px  !important;
    background-color:#354055 !important;
    color:white !important;
    text-align:center !important;
}

.customButtonSaar21 {
    height: 12px      !important;
    line-height:14px  !important;
    background-color:#354055 !important;
    color:white !important;
    font-size:15px !important;
}

.customButtonSaar22 {
    height: 8px      !important;
    line-height:10px  !important;
    background-color:#7087ad !important;
    color:white !important;
    text-align:center !important;
    font-weight:400 !important;
    padding-top:8px;
}

.customButtonSaar22222222 {
    height: 8px      !important;
    line-height:10px  !important;
    background-color:#878f9b !important;
    color:white !important;
    text-align:center !important;
}


.customButtonSaar23 {
    height: 13px      !important;
    line-height:15px  !important;
    background-color:#354055 !important;
    color:white !important;
    font-size:15px !important;
}

.customButtonSaar24 {
    height: 12px      !important;
    line-height:14px  !important;
    background-color:#354055 !important;
    color:white !important;
    font-size:15px !important;
    border-radius:4px;
    font-weight:400 !important;
}


.gridi10 {
	width:49% !important;
 	cursor:pointer;
	font-size:11px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:2px;
	margin:1px;
}
.gridi11 {
	width:49% !important;
 	cursor:pointer;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:5px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:2px;
	margin:1px;
}
.gridi11b {
	width:49% !important;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055;  
	color:black;
	text-align: center;
	margin: 0 auto;
	border:1px solid #cbced3;
	border-radius:2px;
}
.gridi11c {
	width:49% !important;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055;  
	color:white;
	text-align: center;
	margin: 0 auto;
	border:1px solid #cbced3;
	border-radius:2px;
}
.gridi11d {
	width:49% !important;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055;  
	color:white;
	text-align: center;
	margin: 0 auto;
	border:1px solid #cbced3;
	border-radius:2px;
	height:40px;
	line-height:40px !important;
}
.gridi11e {
	width:49% !important;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055;  
	color:white;
	text-align: center;
	margin: 0 auto;
	border:1px solid #cbced3;
	border-radius:2px;
}
.gridi11f {
	width:21% !important;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055;  
	color:white;
	text-align: center;
	margin: 0 auto;
	border:1px solid #cbced3;
	border-radius:2px;
	cursor:pointer;
}




.gridi12 {
	width:32% !important;
 	cursor:pointer;
 	font-size:11px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#F7F7F8; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:2px;
	margin:1px;
}
.gridi13 {
 	cursor:pointer;
 	font-size:11px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:rgba(34, 116, 130, 1.0); 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:5px;
}
.gridi14 {
	width:47% !important;
 	cursor:pointer;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:white; 
	color:black;
	text-align: left;
	margin: 0 auto;
	border-top:1px    solid #d4d6d8;
	border-bottom:1px solid #d4d6d8;
	margin:4px;
}
.gridi15 {
	width:97% !important;
 	cursor:pointer;
 	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:white; 
	color:black;
	text-align: left;
	border-top:1px    solid #d4d6d8;
	border-bottom:1px solid #d4d6d8;
}
.gridi16 {
	width:18% !important;
 	cursor:pointer;
	height:38px;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:2px;
	margin-top:8px;
}
.gridi17 {
	width:50% !important;
 	cursor:pointer;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:0px;
	margin-left:0px;
	margin-top:8px;
}
.gridi18 {
	width:32.7% !important;
 	cursor:pointer;
	font-size:14px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:4px;
	margin:1px;
}
.gridi19 {
	width:49.7% !important;
 	cursor:pointer;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:0px;
	margin-right:1px;
	margin-top:0px;
}
.gridi191 {
	width:33% !important;
 	cursor:pointer;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055;
	color:white;
	text-align: center;

.gridi192 {
	width:49.7% !important;
 	cursor:pointer;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055;
	color:white;
	text-align: center;
}

}

.gridi20 {
	width:10% !important;
 	cursor:pointer;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:0px;
	margin-right:1px;
	margin-top:0px;
}
.gridi21 { 
	width:40% !important;
 	cursor:pointer;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:0px;
	margin-right:1px;
	margin-top:0px;
}
.gridi22 {
	width:33,33% !important;
 	cursor:pointer;
	font-size:13px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:0px;
	margin-left:0px;
	margin-top:8px;
}

.eventSearchButton {
	width:100% !important;
 	cursor:pointer;
 	font-size:14px; 
	font-weight:500 !important; 
	padding:10px; 
	background-color:#354055; 
	color:white;
	text-align: center;
	margin: 0 auto;
	border-radius:4px;
	margin:1px;
}

.setCursor {
	cursor:pointer;
}





.customButtonFooter {
    height: 7px      !important;
    line-height:7px  !important;
}

.customButtonFooter2 {
    height: 30px      !important;
    line-height:50px  !important;
}

.customButtonHeader {
    height: 28px      !important;
    line-height:28px  !important;
}

.ButtonNoText {
    height: 28px           !important;
    line-height:28px       !important;
    margin-bottom:4px      !important;
    margin-left:3px        !important;
}

.menuButton {
    height: 7px      !important;
    line-height:7px  !important;
    margin: 0 auto   !important;
}

.textCenter {
    text-align: center;
    margin: 0 auto;
}

.weekButton {
    height: 15px      !important;
    line-height:15px  !important;
}

.ui-header .ui-title {
    margin-right: 10%;
    margin-left: 10%;
}
.messuOtsikko5 {
    font-weight: bold;
    font-size: 15px;
}

.ui-li-static.ui-collapsible > .ui-collapsible-heading {
    margin: 0;
}
.ui-li-static.ui-collapsible {
    padding: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading > .ui-btn {
    border-top-width: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading.ui-collapsible-heading-collapsed > .ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-content {
    border-bottom-width: 2;
}


.centerV {
    margin-top: 0px !important;
    margin-left: 13px !important;
}

#pageResult3 .ui-content{
   padding-left:0  !important;
   padding-right:0 !important;
}

.pageButtonHeightSmall {
   padding:7px !important;
}

.colorWhite {
    color: white !important;
}

.colorBlack {
    color: black !important;
}

.ui-input-text {
    background-color: none;
}

.controlgroup-textinput{
    padding-top:.22em;
    padding-bottom:.22em;
}

.PaddingLeft30{
    padding-left:30  !important;
   margin-left: 30px !important;
}

.ui-icon-search1 {
    background: url(/pictures/Rmenu_tiles.jpg) 50% 50% no-repeat;
    background-size: 33px 33px;
    width: 33px;
    height: 33px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.ui-icon-search2 {
    background: url(/pictures/x2.svg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-icon-home1 {  
    max-height: 13%;  
    max-width: 13%; 
    width: auto;
    height: auto;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    margin-top:8px;
}
.ui-icon-key1 {
    background: url(/pictures/Ravain1.jpg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-icon-key2 {
    background: url(/pictures/Ravain2.jpg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-icon-flagFin {
    background: url(/pictures/flagFin.jpg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-icon-flagSwe {
    background: url(/pictures/flagSwe.jpg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}



.arrow1XXX {  
    max-height: 32px;  
    max-width: 32px; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.ui-icon-arrow1XXX {
    background: url(/pictures/Rmenu_arrow.jpg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-icon-arrow1 {
    background: url(/pictures/Rmenu_arrow.jpg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-icon-arrow2 {
    background: url(/pictures/nuoli2.jpg) 50% 50% no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 2px !important;
    border: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.gridFooter {
<!--
  border-style: solid;
  border-width: 5px;
-->
}

.gridFooter div { /* all blocks */
  display: table;
  height: 30px;
}

.gridFooter div > p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}