/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 120px tall */
body 
{
  padding-top: 140px;
  font-family: "Source Sans Pro", sans-serif !important;
  text-rendering: optimizeLegibility;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.x-sidebar {
  display: none;
}
.sidebar {
  margin-top: 20px;
}
@media (min-width: 768px) 
{
  .x-sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
  }
  .navbar .navbar-nav > li > a
    { 
	color: #fff;
  }
  .navbar .navbar-nav > li > a:hover
    {
	color: #000;
  }

  
  
	.nav-separator 
	{
	}

	.nav-separator  a
	{
		border-left: 2px solid #d9d9d9;		
	}
}

i.fa.xs-nav-icon
{
	display: none;
}

@media (max-width: 767px) 
{
  .navbar .navbar-nav > li > a
    { 
	color: #B3985A;
  }
  .navbar .navbar-nav > li > a:hover
    {
	color: #dd0000;
  }
  
  .navbar-collapse
  {
	border-bottom: 2px solid #B3985A;
	border-top: 2px solid #B3985A;
  }
  .search-container
  {
	margin-left: 15px;
	margin-right: 15px;
  }
  .search-container i.fa.xs-nav-icon
  {
	display: inline;
	color: #B3985A;	
	margin-right: 5px;
  }
  .search-container .form-control
  {
	display: inline-block;
	width: 80%;
  }
}


/* Sidebar navigation */
.nav-sidebar {
  /* margin-right: -21px; */ /* 20px padding + 1px border */
  margin-bottom: 20px;
  /* margin-left: -20px; */
}
.nav-sidebar > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

.submenu>li>a
{
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 0px;
}



/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 20px;
  }
}
.main .page-header , .main .page-header-show-always
{
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/**
 * Värejä
 */
.navbar
{
	background-color: #000;
	border-color: #101010;
}	
.navbar .navbar-brand, .navbar  a.navbar-brand:hover
{
	color: #B3985A;
}

.navbar
{
	min-height: 140px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.nav-container
{
  background-color: rgba(255,255,255,1) !important; 
  
}
.navbar-fixed-top 
{
  border: 0;
  background-color: transparent !important; 
}

.navbar-brand
{
	/*
	height: 140px;
	padding: 0px 0px 30px 0px;
	*/
	height: 0px;
	padding: 0px 0px 0px 0px;	
	position: relative;
}
.brand-text
{
	display: inline-block;
	margin-top: 25px;
	position: absolute;
	top: 23px;
	padding-left: 25px;
	color: #75787B;
	font-size: 20px;
}

/* submenu */
.submenu
{
	padding-left: 0px;
}

.submenu-level-1 > .active 
{
}

.submenu-level-2 > .active 
{
}


.tila-info > .tila-info-item,
.tila-info-subitem:last-child
{
	margin-right: 0px !important;
}
/*
.tila-info
{
	display: inline-block;
}	



.tila-info
{
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #fff;
}
.tila-info-subitem table
{
	width: 350px !important;
	max-width: 350px !important;
	margin-bottom: 0px;
}
*/
.tila-info-item > .tila-info-subitem
{
	width: 50%;
}
.tila-info-subitem table
{
	max-width: 100% !important;
}

.tila-info
{
	margin-bottom: 25px;
}
.tilakortti > .tila-info
{
	background-color: #F9F9F6;
	box-shadow: 0 8px 8px rgba(0,0,0,0.10);
}

.tila-info-subitem
{
	vertical-align: top !important;
	font-size: 16px;
}
.select-btn {
	position: absolute;
	bottom:20px;
	right:25px;
}

.asio-bg-thumbnail
{
	/*min-width: 200px;*/
	margin-right: 0px !important;
	height: auto !important;
	background-size: cover;
	background-position: center; 
}
.asio-thumbnail
{
	max-height: 125px;
	overflow: hidden;
	margin-right: 0px !important;
}
.asio-thumbnail > img
{
	width: 250px !important;
	max-width: 250px !important;
}
.asio-calendar .fc-center > h2
{
	font-size: 14px;
	margin: 0 !important;
	padding: 0;
}

.tiladata-lomake .panel-body
{
	padding-left: 0px;
	padding-right: 0px;
}



/* ... from Asio-common-bootstrap ... */

/**
 * Asio-Bootstrap - yhteiset stylet
 */

.loading-marker
{
	display: none;
}

body.loading .loading-marker
{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px; /* Half the height */
	margin-left: -150px; /* Half the width */	
}

.badge-notify
{
   background:red;
   position:relative;
   top: -20px;
   left: -35px;
} 

.navbar-legacy-ylapalkki
{
    position: relative;
    float: right;
    margin-top: 8px;
    x-margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.legacy
{
	display: none;
}

.resp-hdr
{
	background-color: #f0f0f0;
}


.nopadding 
{
   padding: 0 !important;
   margin: 0 !important;
}

.navbar-brand
{
	/*max-width: 85%;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* navbar related styles
-------------------------------------------------- */

.navbar .navbar-toggle
{
	border: 0px none;
}

@media (max-width: 767px) 
{
	body 
	{
		padding-top: 100px;
	}
	
	.navbar
	{
		min-height: 90px;
	}
	
	.navbar-brand
	{
		min-height: 90px;
		height: 90px;
	}
	.navbar-brand img
	{
		margin-left: 15px;
	}
	
	.navbar-brand
	{
		padding-bottom: 5px;
	}
	.navbar-nav
	{
		margin-top: 0px !important;
	}
	.navbar
	{
		background-position: top right;
		background-attachment: fixed;
	}
	.nav > li
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.x-sidebar {
		top: 121px;
	}
	body 
	{
		padding-top: 140px;
	}
	.breadcrumb-container > .container
	{
		padding-left: 0px;
	}
}

.navbar
{
	/*border-bottom: 1px solid #dedede;*/
	/*box-shadow: 0 8px 8px rgba(0,0,0,0.10);*/
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;  
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #a4d3e1;
  z-index: 1040;  
}

.footer > div.top:first-child
{
	/*box-shadow: 0 8px 8px rgba(0,0,0,0.10);*/
	display: none;
}

.footer hr
{
	border: 1px solid #bbb;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.footer-links
{
	margin: 0;
	padding: 0;
}
ul.footer-links li
{
	display: inline-block;
	margin-right: 30px;
	font-size: 0.75em;
}


@media (min-width:768px)
{
	.navbar-brand
	{
		overflow: visible;
	}
	
	.navbar-top-left
	{
		margin-left: 40px;
	}
	.navbar-top-left li a
	{
		color: #2d2d2d;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.navbar-right li a
	{
		color: #333333;
		font-weight: bold;
		font-size: 1.6rem;
	}
	
	.nav-container
	{
		background-image: url('compass-turkoosi.png');
		background-repeat: repeat-x;
		background-position: bottom left;
		background-size: 45px 45px;
	}
	
}

@media (max-width: 991px)
{
	.navbar-top-left li a
	{
		font-size: 1.5rem;
	}
	.navbar-right li a
	{
		font-size: 1.5rem;
	}
	
	
	.fc-right, .fc-left
	{
		margin-bottom: 8px;
	}
	
	.x-sidebar 
	{
		xmargin-bottom: 280px;  
	}
	
	body
	{
		margin-bottom: 300px;  
	}		
	
	.footer
	{
		height: 110px;
	}
	
	
}

/*
@media (max-width:480px)
{
	.container
	{
      padding: 0;
      margin: 0;
    }
	
	.row
	{
		margin-left: 0;
		margin-right: 0;
	}

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top
	{
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }
	
	.well
	{
		margin-left: 0px;
		margin-right: 0px;
	}

}
*/

@media (max-width:767px)
{
	.page-header
	{
		display: none;
	}
}

/* -- LOADING-vehje -- */
body.loading div.container-main > *
{
	opacity: 0.25;
}
body.loading div.container-main > nav
{
	opacity: 1;
}

.loading-marker
{
	display: none;
}

body.loading .loading-marker
{
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px; /* Half the height */
	margin-left: -150px; /* Half the width */
	z-index: 9999;
}



.navbar-keuda
{
	background-color: #fff;
}


.breadcrumb-container, ol.breadcrumb
{	
	background-color: #F4F4F4;	
}
.breadcrumb-item.active, .breadcrumb-item a
{
	color: #53565A;
}
.breadcrumb-container .breadcrumb
{
	margin-bottom: 0px;
	padding-left: 0px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;	
}

.h1, h1
{
	font-size: 64px;
	text-transform: uppercase;
}

.h2, h2
{
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
}

.page-header, .page-header-show-always
{
	border-bottom: none;
	position: relative;
	padding-bottom: 10px;
}

/*
.page-header-show-always::after , .page-header::after 
{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 15px;
    width: 24px;
    border: 3px solid #2bbbe9;
    transform: translateX(-50%);
}
*/
.page-header
{
	color: #000;
}

.navbar-top-left li.active a
{
	color: #333333;
}


/* Bootstrap -> Joensuu - css-runnomiset */
.panel , .panel-heading
{
	border-radius: 0px;
	x-border: 0px none;
	x-border-color: transparent;
}
.panel
{
	box-shadow: 0 0px 2px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19);
}

.panel-primary > .panel-heading
{
	background-color: #a7a8aa;	
}
.panel-warning > .panel-heading
{
	background-color: #ffce00;	
	color: #000;
}

.panel-heading
{
	font-size: 16px;
	font-weight: 100;
}

.btn
{
	x-border-radius: 15px;
	border-radius: 0px;
}

ol.sortable li
{
	font-size: 25px;
	font-weight: bold;
}
.sortable .btn
{
	border-radius: 0px;
}

.tila-info-subitem .btn
{
	padding: 8px 12px 8px;
	margin-bottom: 8px;
}

.btn-warning
{
	background-color: #ffce00;
	border-color: #ffce00;
	color: #000;
}

button.ui-state-active, button.ui-state-active:focus
{
	background-image: none;
	background-color: #846e3d;
	color: #fff !important;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button, a:link.ui-button,
a:visited.ui-button, .ui-button
{
    color: #31acc6 !important;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus
{
    border: 1px solid white;
    background: #846e3d 50% 50% repeat-x;
    font-weight: bold;
    color: white !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover
{
    border: 1px solid #ddd !important;
    background: #846e3d !important;
    font-weight: bold !important;
    color: #fff !important;
}

/* Tilainfon puukot */
.tilainfo .panel-body
{
	padding: 0;
}
.tilainfo .panel-body  div > div > div:first-child > div
{
	padding: 0px 15px;
}
.tilainfo .panel-body  div > div > div:first-child > div img
{
	margin-top: 15px;
}



@media (max-width: 1199px)
{
	select.navigation-select
	{
		background-image: none;
		background-color: #fff;
		-webkit-appearance: none;		
		min-width: 250px;
	}
	
	h2.page-header
	{
		display: none;
	}
}


.asio-bg-thumbnail
{
	height: auto;
}

label.required:after 
{
  content: "*";
  color: red;
}

span.hlolkm
{
	padding-left: 15px;
	font-weight: normal;
}
.bg-primary .hlolkm
{
	color: #7be0ff;
}
.tila-info-item
{
	min-height: 180px;
}

.html-after-tilainfo-container
{
	position: relative;
	display: block;
	float: right;
	width: 50%;	
}
.html-after-tilainfo-container > span
{
	text-align: right;
}
.html-after-tilainfo-container > *,
.modal-content > *
{
	text-align: left;
}
.html-after-tilainfo
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 5px solid transparent;
}
.html-after-tilainfo button, .html-after-tilainfo input
{
	margin-bottom: 5px;
}
.loadmore-button-container
{
	min-height: 150px;
}

.vapaahaku-form-container
{
	max-width: 900px;
}

.asio-search-results-container
{
	max-width: 1100px;
}


.asio-favorite-indication
{
	color: #09f !important;
}

.clickable
{
	cursor: pointer;
}


.modal-body .star-rating-item
{
	font-size: 24px;	
	letter-spacing: 3px;
}

.label-primary
{
	background-color: rgba(24,38,43,0.8);
}

.sidebar .btn
{
	text-align: left;
	border: 0px none;
	font-size: 16px;
}

.sidebar .btn a
{
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar .btn a:hover, .sidebar .btn a:focus
{
	background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus
{
	background-color: transparent;
	color: rgba(24,38,43,0.8);
}

.sidebar li.btn:active,
.btn:active
{
	background-color: transparent;
}

.nav-sidebar li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

.sidebar .btn-info
{
    background-color: #a4d3e1;
    border: 1px solid #a4d3e1;
    padding: 0;
}
.sidebar .btn-info a {
    padding: 7px 12px;
}

.sidebar .btn-basic
{
	background-color: #C8C9C7;
}
.sidebar .btn-basic > a
{
	color: black;
}

.btn-primary
{
    background-color: #1b7b98;
    border-color: #1b7b98;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus
{
    background-color: #229ec3;
    border-color: #229ec3;
}

.btn-info
{
	background-color: #594050;
	border-color: #594050;
}
.btn-info:hover
{
	background-color: #FFF;
    border-color: #000;
    color: #000;
}

.sidebar .btn-active
{
	background-color: #31acc6;
	border-color: #31acc6;
}
.sidebar .btn-active > a
{
	color: #fff;
}

.sidebar .btn-info > a:hover,
.sidebar .btn-info:hover > a
{
	color: #000;
}

.sidebar .btn-active > a:hover,
.sidebar .btn-active:hover > a
{
	color: #000000;	
}
.sidebar .btn-active:hover
{
	background-color: #fff;
}

.sidebar .btn-info-opened
{
	border: 2px solid #B3985A;
}

.sidebar .btn-info-opened > a
{
	color: #B3985A;
}

li.nav-search
{
	
}
span.magnifying-glass
{
	background-image: url('search.php?color=efefef');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	background-color: transparent !important;
	
	display: inline-block;
	width: 28px;
	margin-left: 10px;
	margin-right: 0px;
}
li.nav-search > a:hover > span.magnifying-glass
{
	background-image: url('search.php?color=ffff00');
}


.panel-primary
{
	border-radius: 0px;
	border: 0px none;
}
.bg-primary, .panel-primary > .panel-heading
{
    background-color: #a4d3e1;
    color: black;
    border-color: #a4d3e1;
    font-weight: 500;
    box-shadow: none;
}

.kuva-container
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;	
}
.kuva-container .img-responsive
{
	max-width: 96%;
}

.map-container > a
{
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 15px;
	background-color: #009fd9;
	color: #fff;
}
.map-container > a:hover, .map-container > a:focus
{
	text-decoration: none;
}

.tilainfo > .panel > .panel-body
{
	padding-bottom: 15px;
}
.tila-info-text-item
{
	margin-left: 15px;
	margin-right: 15px;
}

.tasmahaku-container > h3
{
	margin-top: 2px;
}

.tila-info-subitem .longvalue 
{
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tila-info-subitem > table
{
	margin-bottom: 40px;	
}
.tila-info-subitem 
{
	
}

.mobi-navi-container
{
	margin-top: 15px;
}


/* no-gutters trick */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.frontpage-picture-item, .frontpage-small-picture-item
{
	margin-right: 15px;
}
.frontpage-picture-item h3, .frontpage-small-picture-item h4
{
	text-decoration: underline;
}

.frontpage-picture-item > .panel-body, 
.frontpage-small-picture-item > .panel-body
{
	padding: 8px;
}

.navbar-nav
{
	margin-top: 101px;
}
.navbar-nav > li > a
{
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: bottom;
	font-weight: 400;
}


.navbar .navbar-right > .active > a
{
	background-color: transparent;
}


@media (min-width: 971px) 
{
	.shopping-cart-container
	{
		display: block;
		position: relative;
	}

	.shopping-cart-container > #asio-basket
	{
		position: absolute;
		right: 0;
		bottom: 8px;
	}
	.breadcrumb
	{
		padding-right: 200px;
	}
}
@media (max-width: 970px) 
{
	.shopping-cart-container
	{
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}


.panel-info .panel-heading
{
	background-color: #F4F4F4;
	color: #929292;
	border-color: #929292;
}
.panel-info
{
	border-color: #F4F4F4;
}


th.longlabel 
{
	/*background-color: #a7a8aa;*/
	background-color: #53565a;
	color: #fff;
	font-weight: 100;
}


.panel-body-tight
{
	padding: 0px;
}

@media (min-width: 1600px) 
{
	.main-width
	{
		padding-left: 50px;
		padding-right: 50px;
	}
}

.navbar-nav > li > a
{
	line-height: 34px;
}
.nav-search
{
	xmargin-bottom: 5px;
}

ul.language-select
{
	list-style-type: none;
}
ul.language-select li a
{
	color: #333;
}
.language-select
{
	color: #333;	
}


@media (min-width: 768px) 
{
	.nav-container
	{
		height: 140px;
	}
	.language-select-container
	{
		position: relative;
	}
	.language-select-container > .language-select
	{
		position: absolute;
		top: 40px;
		right: 2px;
	}
	
	.language-select-container > .language-select
	{
		right: 0px;
	}
}

@media (min-width: 1300px) 
{
	.language-select-container > .language-select
	{
		width: 170px;
		right: 40px;
	}
}

@media (max-width:480px)
{
	.asio-foodsearch-container .tila-info-subitem.asio-bg-thumbnail
	{
		display: none;
	}
	.asio-foodsearch-container .tila-info-item > .tila-info-subitem
	{
		width: auto;
	}
	.static-view-btns-float
	{
		display: none;
	}
	
}
.tila-info-subitem.asio-bg-thumbnail
{
	background-size: cover !important;
	background-position: center center;
	min-height: 155px;
	background-color: #f0f0f0;
}
@media (max-width: 767px) 
{
	.asio-foodsearch-container .tila-info-subitem.asio-bg-thumbnail
	{
		background-size: contain;
	}
}
.asio-foodsearch-container .tila-info
{
	max-width: 600px;
}
.tila-info-subitem > table
{
	margin-bottom: 0px;
}

.app-varauspyynto .field-label
{
	font-weight: normal;
	color: #333;
}

.app-varauspyynto .section-header
{
	background-color: #f0f0f0;
	font-weight: normal;
	color: #333;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
}
.app-varauspyynto .field-label,
.app-varauspyynto .field-value,
table.shopping-cart-contents > tbody > tr > td:first-of-type,
tr.shopping-cart-item > td:first-of-type,
.catering-rendered
{
	padding-left: 15px;
	padding-right: 15px;
}
.section-header.catering-header
{
	padding-top: 8px;
	padding-bottom: 8px;
}
.field-value-full
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.app-varauspyynto .required > span
{
	font-size: 22px;
	font-weight: bold;
	color: red;
}
.app-varauspyynto .check-missing td, .app-varauspyynto .check-missing th
{
	background-color: #ffcccc;
}
.app-varauspyynto .field-value.field-type-catering
{
	padding: 0px;
}
.app-varauspyynto .buttons
{
	margin: 15px;
}
.app-messages
{
	margin: 0;
}

@media print
{
	.print-vahvistus h2
	{
		margin-top: 0px;
	}
	.print-vahvistus, div.main
	{
		padding: 0px !important;
		border: 0px none !important;
	}
	footer, .mobi-navi-container, nav, .navbar, .sidebar 
	{
		display: none !important;
	}
	body
	{
		padding-top: 0px !important;
		margin-top: 0px !important;
	}	
}


/* tilakorttien xs-pystyasemointi */
@media (max-width:480px)
{
	.navbar-brand img
	{
		max-height: 55px !important;
	}
	
	.tila-info-item-flexing
	{
		display: block !important;
		width: 100%  !important;
	}
	.asio-bg-thumbnail.tila-info-item-flexer
	{
		min-height: 180px;
		max-width: 100%;
	}	
	body .asio-bg-thumbnail.asio-bg-thumbnail-xs-cover
	{
		background-size: cover !important;
	}	
	.tila-info-item-flexer.tila-info-text-block
	{
		min-height: 55px !important;
	}
	.tila-info-item-flexer
	{
		display: block !important;
		width: 100%  !important;
	}
	.html-after-tilainfo-container
	{
		float: none;
		position: static;
		display: block;
		width: 100%  !important;
	}
	.html-after-tilainfo
	{
		position: static;
		display: block;
	}
	.tila-info-subitem .longvalue.room-notes
	{
		padding-bottom: 5px;
	}
	.tila-info-subitem > table
	{
		margin-bottom: 5px;
	}
	table tbody tr th.longlabel.bg-primary
	{
		border-top: 0px none;
	}
	.tila-info-subitem.asio-bg-thumbnail
	{
		background-size: cover !important;
		background-position: bottom center;
		min-height: 155px;
		background-color: #f0f0f0;
		border-top: 1px solid #ccc;
	}
}

.form-inline .form-control 
{
	display: inline-block;
	width: auto;
}

.product input[type=text].form-control.kpl
{
	max-width: 35px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.omituinen-ohje
{
	color: #846e3d;
	font-weight: bold;
}

.news .panel-heading a
{
	color: white;
}
.news .panel-heading h3
{
	margin: 0px;
}
.news
{
	font-size: 125%;
}
.news p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.pub-t
{
	font-size: 85%;
	font-style: italic;
	margin-top: 15px;
}



#asio-banners .banner .banner-content .banner-html,
.banner-primary .banner-text
{
    white-space: initial !important;
}

#asio-banners
{
    margin-left: 0px !important;
}

#banners .bg-primary, .panel-primary > .panel-heading
{
    background: #31acc6;
    color: white;
}

.qtip-content .pohjakartta
{
	display: none;
}


.room-stat 
{
	margin-top: 15px;	
}

.well.form.vapaahaku-form-container
{
    background-color: #f9f7f1;
    border: 1px solid #f9f7f1;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 2px 0px rgb(215 215 215);
}

.alert-info
{
    color: #000000;
    background-color: #fcb0d6;
    border-color: #fcb0d6;
}

.btn-success
{
    color: #fff;
    background-color: #fa78bf;
    border-color: #fa78bf;
}
.btn-success:hover, .btn-success:focus, .btn-success:active:focus
{
    background-color: #ff47ab;
    border-color: #ff47ab;
}

.footer-links-container
{
    display: grid;
    gap: 20px;
    text-align: left;
}