@charset "utf-8";
/* CSS Document */

/*:root {
	font-size: calc(1rem + 0.25vw);
}*/

body {
	width: auto;
	margin: 0% 1%;
	font-family: 'Open Sans', sans-serif;
	color: rgba(50,50,50,1);
	font-size: 85%;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6, header {
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/ 
	color: rgba(14,22,176,1.00);
}
h1 {
	font-size: 155%;
	font-weight: 700;
	color: rgba(225,225,225,0.4);
	text-shadow: 0.5px 0.5px rgba(55,55,55,0.40);
}
h2 {
	font-size: 150%;
	color: rgba(225,225,225,0.4);
	text-shadow: 0.5px 0.5px rgba(55,55,55,0.40);
}
h2 { 
    font-size: 120%;
    color: cornflowerblue;
}
h3 {
	font-size: 145%;
	color: rgba(75,75,190,0.8);
	text-shadow: 0.5px 0.5px rgba(55,55,55,0.40);
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 135%;
}
h6 {
	font-size: 110%;
	font-weight: 500;
}

footer {
	max-height: 50px;;
	bottom: 0;
	
	width: 99.5%;
	font-size: 85%;
}
main {
	margin: 0.15rem 0rem;
	z-index: 0;
}
.bgLightGray {
	background: rgba(120,120,120,0.5);
}
/* 
	Station list background 
*/
.bgStation-1  { /* Solør */
	background: rgba(30,180,106,0.65);
}
.bgStation-2  { /* Hamar */
	background: rgba(240,213,60,0.65);
}
.bgStation-3  { /* Elverum */
	background: rgba(203,39,48,0.65);
}
.bgStation-4  { /* Trysil */
	background: rgba(51,109,172,0.65);
}
.bgStation-5  { /* Østerdal */
	background: rgba(2,102,52,0.65);
}
.bgStation-6  { /* Gudbrandsdal */
	background: rgba(224,110,39,0.65);
}
.bgStation-7  { /* Kongsvinger */
	/*background: rgba(205,2,29,0.5); ORIGINAL*/ 
	background: rgba(206,24,30,0.75);
}
.bgStation-8  { /* Solør+ */
	background: rgba(30,180,106,0.65);
}
.bgStation-9  { /* Jul */
	background: rgba(200,50,50,0.65);
}
.bgStation-11  { /* LIAS felles */
	background: rgba(120,120,120,0.75);
}
.bgStation-13   { /* Metro */
	background: rgba(140,70,180,0.65);
}
.bgStation-22   { /* Metro */
	background: rgba(140,70,180,0.65);
}
.bgStation-23   { /* Metro */
	background: rgba(140,70,180,0.65);
}
.bgStation-24   { /* Metro */
	background: rgba(140,70,180,0.65);
}
.bgStation-25   { /* Metro */
	background: rgba(140,70,180,0.65);
}
.bgStation-26   { /* Metro */
	background: rgba(140,70,180,0.65);
}
.bgStation-27   { /* Metro */
	background: rgba(140,70,180,0.65);
}
.bgStation-28   { /* Metro */
	background: rgba(140,70,180,0.65);
}
/* 
	Station list ends here
*/
.header {
	font-size: 110%;
	font-weight: 600;
	background-color: rgba(75,75,200,0.25);
	/*padding: 3px;*/
	border-radius: 3px;
}
.right {
	text-align: right;
}
.middle {
	align-content: center;
}
.small {
	font-size: 90%;
}
.fot {
	color: rgba(225,225,225,0.4);
	/*text-shadow: 0.5px 0.5px rgba(55,55,55,0.30);*/
	z-index: -1000;
}
.dry {
    padding: 4px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	/*text-align: right;*/
    vertical-align: middle;
	font-size: 100%;
}
.dry_top {
    padding: 4px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	text-align: left;
	font-size: 100%;
}
.wet {
	padding: 4px;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #e3e3e3;
	background-color: transparent;
    vertical-align: middle;
	font-size: 100%;
}
.wet input, .wet select, .wet textarea, .wet label {
    font-size: 85%;
}
.wet_bottom {
	padding: 4px;
	border-radius: 0px 0px 4px 4px;
	border: 1px solid #e3e3e3;
	background-color: transparent;
	font-size: 100%;
}
.sum {
	border-top: solid 1px rgba(0,0,0,0.70);
	border-bottom: double 3px rgba(0,0,0,0.70);
}
.top {
	border-top: solid 1px rgba(0,0,0,0.70);
}
.rowHeader {
	padding: 4px;
	margin: 0 2px 0 0;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #e3e3e3;
	background-color: transparent;
	font-size: 110%;
    font-weight: bold;
}
.rowHeader:first-of-type {
	padding: 4px;
	margin: 0 2px 0 0;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #e3e3e3;
	background-color: transparent;
	font-size: 110%;
}
.rowHeader:last-of-type {
	padding: 4px;
	margin: 0 2px 0 0;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #e3e3e3;
	background-color: transparent;
	font-size: 110%;
}

/* Playing with bootstrap elements*/

.dropdown-menu {
	font-size: 95%;
    z-index: 25000;
}
.borderless {
	border: none !important;
}
.dropdown-item {
    background-color: rgba(207,207,207,0.62);
}
.justified {
	align-items: center;
}
#loading { 
	display: none;
	background-color: rgba(255,255,255,1);
	border: thin solid rgba(110,110,110,0.81);
	/*
	border-radius: 1.5%;
	*/
	z-index: 1500;
	position: fixed;
	left: 16%;
	top: 15%;
	width: auto;
	height: auto;
	padding: 5% 10%;
}
#ajax_listOfOptions {
	position: absolute;	/* Never change this one */
	width: 350px;	/* Width of box */
	height: 180px;	/* Height of box */
	overflow: auto;	/* Scrolling features */
	border: 1px solid rgba(50,50,50,0.75);	/* Dark green border */
	border-radius: 5px;
	background-color: #FFF;	/* White background color */
	text-align: left;
	font-size: 1.1em;
	z-index: 100;
}
#ajax_listOfOptions div {	/* General rule for both .optionDiv and .optionDivSelected */
	margin: 1px;
	padding: 1px;
	cursor: pointer;
	font-size: 0.9em;
}
#ajax_listOfOptions .optionDiv {	/* Div for each item in list */
}
#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
	background-color: rgba(153, 255, 0, 0.55);
	color: #333;
}
#ajax_listOfOptions_iframe {
	background-color: #F00;
	position: absolute;
	z-index: 5;
}

/* Display the clock*/
#liveclock {
	position: relative;
	/*top: 15px;
	left: 0px;*/
	clear: both;
	text-align: center;
	/*font-size: small;*/
	/*font: normal 12px Tahoma, Helvetica, Verdana, sans-serif;*/
	color: rgba(100,100,100,0.80);
}

/* Search result*/
#livesearch {
    position: absolute;        
    z-index: 3999;
    top: 100%;
    right: 4.15%;
    flex: 0 0 50%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    width: 50%;
    /*box-sizing: border-box;*/
    background-color: #fafafa;
}

/* Login form*/
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
.bg {
    background-image: url("../images/bg.jpg");
    /*background-blend-mode: soft-light;*/
    background-position: center center;
    background-repeat: no-repeat;
	/*background-size: cover;*/
    height: 300px;
    width: 100%;
}