/*!
 * STYLE ALL
 *
 * Copyright 2012 - Tourismus Services Ostschweiz AG
 * 20121219-SK.
 */
/* 01-BASE
-------------------------------------------------- */
.ost-tooltip {
  list-style: none outside none;
  text-align: center;
  padding: 8px 0px;
}
.ost-tooltip > li {
  display: inline-block;
}
/* IE 8.0 - Hack Höhe Inputfeld */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 4px 0;
}
.input-fill {
  width: auto;
}
.popover-content {
    font-size: 10px;
    font-weight: normal;
    line-height: 25px;
}
/* BUTTON */
.btn-success {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #000000;
    color: #FFFFFF;
}
.btn-success:active, .btn-success.active {
}
/* GALLERY */
.gallery-thumb {
  margin-bottom: 5px;
}
/* iFRAME */
#ost-frame {
  background-color: #FFF;	
  background-image: none;	
}
/* MODAL */
@media (min-width: 1200px) { 
.modal{
    width: 960px;
    margin-left: -480px;}
 }
#myModal .modal-body {
	max-height: 800px;
	padding: 0;
} 
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) {
.modal{
    width: 760px;
    margin-left: -380px;}
 }
 
/* Landscape phones and down */
@media (max-width: 480px) and (max-width: 767px) {
.modal{
    width: 460px;
    margin-left: -230px;}
 }
 @media (max-width: 479px) {
.modal{
    width: 340px;
    margin-left: 50px;}
 }