/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 #room_table_div{
	 overflow: auto;
 }

 .firstscreenrow{
   border-top: 1px solid black;
   /*padding-top: 16px;*/
 }

 .lastscreenrow{
   /*border-bottom: 4px solid black;
   padding-bottom: 16px;*/
 }

.path{
    font-size: 12px;
    font-style: italic;
    padding-bottom: 8px;
}

table.stationdata audio::-webkit-media-controls-play-button, table.stationdata audio::-webkit-media-controls-panel {
   background-color: #fff;
   color: #fff;
 }

 .spacer{
   height: 16px;
 }

 .nav_preview{
	height: 200px;
	width:auto;
 }

 .version{
     font-size: 13px;
     margin-left: 10px;
     font-style: italic;
 }

 .navbar-brand-logo{
	 width: 28px;
	 height: 28px;
	 margin-top: -3px;
	 background: url(../apple-touch-icon.png);
	 background-size: cover;
 }

 /*.navbar-brand:hover .navbar-brand-logo{
	 background: url(../img/md_logo-white.png);
	 background-size: cover;
 }*/


 .module_title{
	margin-top: 8px;
 }

 .jqte{
	 margin: 0 !important;
 }

 .morris_loading{
	height: 347px;
	background-image: url(../img/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
 }

progress {
	background-color: #f3f3f3;
	border: 0;
	width: 80%;
	height: 18px;
	border-radius: 9px;
}
progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
progress::-webkit-progress-value {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}



























/*
 div.tour_preview>img{
	width: 100%;
}*/



.openLicenseBox{
	float: right;
}

.bildinfo{
	display: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.openLicenseBox.icon-opened:before {
    content: "\f196";
}

.openLicenseBox.icon-closed:before {
    content: "\f147";
}

.openLicenseBox{
	color: #555;
}

.openLicenseBox:hover{
	cursor: pointer;
	color: #888;
}

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #222;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown .fa-user{
    padding-right: 2px;
}

.dropdown .caret {
    margin-left: 4px;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

div.image_input, div.wmww_image {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}

div.wmww_thumbnail{
	position: relative;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: none;
	transform: rotate(-6deg);
}

.preview_wmww_image{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

table.tourdata {
	/*width: 30%;*/
}

table.tourdata_en {
	width: 30%;
}

table.stationdata {
	/*width: 30%;*/
}

table.stationdata tr{
  background: #f5f5f5;
}

table.stationdata td, table.tourdata td{
  padding: 12px !important;
}

table.stationdata_en {
	width: 30%;
}

.tour_preview_content{
	/*background: #fff;  Old browsers can go fishing */
}

.activetime{
	background: lightyellow;
}

hr.translate { border: dashed #ddd; border-width: 7px 0 0; clear: both; margin: 0px 0 0px; height: 0;}

.getline{
/*
	height: 30px;
	width: 100%;
    border-bottom: solid #000000;
	*/
}
/*
table.stationdata tr
{
    border-bottom:1px solid black;
}

table.stationdata_en tr
{
    border-bottom:1px solid black;
}
*/
