select.tilhoyre {
	padding: 10px 13px 10px 0px;
}

h1 {
	padding-left: 13px;
	font-weight: bold;
	font-size: medium;
	padding-top: 75px;
}

p {
	padding: 10px 13px 10px 13px;
}

.p_my_padding {
	padding: 2px 0 10px 13px;
}

.h1_my_padding {
	padding-left: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: bold;
	color:  #4b87b8;
}

.static {
	background: #8D8D8D;
	color: white;
}


#comment {
	padding: 8px 0 20px 5px;
}

.userinfo {
	background-color: #033580;
	font-size: small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 -1px #033580 inset, 0 1px rgba(0, 0, 0, 0.05);
	font-weight: bold;
	font-style: italic;
	color: white;
}

.shadow {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

#errorContent {
	min-height: 200px;
}

#successContent {
	min-height: 200px;
}

.cancelIcon {
	background: #666666;
}

.indent {
	text-indent: 8px;
}

#blank {
	min-height: 180px;
}

.closeButton {
	font-weight: bold;
	color: lightgray;
	font-size: 30px;
	line-height: 2.2em;
	text-align: right;
	padding-right: 7px;
}

.closeButtonB {
	font-weight: bold;
	color: lightgray;
	font-size: 30px;
	text-align: right;
	padding-right: 7px;
}

.btn_big_btn_green {
	width:100%; 
	max-width:100%; 
	height:40px;
	font-weight:bold;
	font-size:24px; 
	margin:0; 
	padding:0;
	color:white;
	background-color: #87cd7e;
}

.btn_big_btn {
	width:100%; 
	max-width:100%; 
	height:40px;
	font-weight:bold;
	font-size:24px; 
	margin:0; 
	padding:0;
	color:white;
	background-color: #4b87b8;
}

.btn_light_blue_btn {
	width:100%; 
	max-width:100%; 
	height:40px;
	font-size: 2.0em; 
	margin:0; 
	padding:0;
	background-color: #5A9CD4;
}

.btn_medium_green_btn {
	width:100%; 
	max-width:100%; 
	height:40px;
	font-size: 2.0em; 
	margin:0; 
	padding:0;
	background-color: #87cd7e;
}

.cell_tiny_button { 
	margin:0 0 0 0; 
	text-align:center; 
	vertical-align:middle;
}

.i_tiny_button {
	font-size:22px;
	display:block;
	color:white;
}

.btn_tiny_button_blue {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:30px;
	height:30px; 
	max-width:100%; 
	min-width:25px;
	background-color: #4b87b8;
}

.btn_tiny_button_light_blue {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:30px;
	height:30px; 
	max-width:100%; 
	min-width:25px;
	background-color: #5A9CD4;
}

.btn_tiny_button_red {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:30px;
	height:30px; 
	max-width:100%; 
	min-width:25px;
	background-color: red;
}

.btn_tiny_button_green {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:30px;
	height:30px; 
	max-width:100%; 
	min-width:25px;
	background-color: lightgreen;
}

.btn_tiny_button_orange {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:30px;
	height:30px; 
	max-width:100%; 
	min-width:25px;
	background-color: #FF9900;
}

.btn_tiny_button_lgreen {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:30px;
	height:30px; 
	max-width:100%; 
	min-width:25px;
	background-color: #b5e61d;
}

.btn_tiny_button_yellow {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	font-size:30px;
	height:30px; 
	max-width:100%; 
	min-width:25px;
	background-color: #fcd209;
}

.alertHeading {
	color: #4b87b8;
    font-weight:bold;
    font-size: 16px;
	float: left;
	width: 67%;
	text-align: left;
	padding: 23px 0 0 15px;
}

.alertHeading2 {
	color: #fcd209;
    font-weight:bold;
    font-size: 16px;
	float: left;
	width: 67%;
	text-align: left;
	padding: 23px 0 0 15px;
}

.successHeading {
	color: #87cd7e;
    font-weight:bold;
    font-size: 16px;
	float: left;
	width: 67%;
	text-align: left;
	padding: 23px 0 0 15px;
}

.errorHeading {
	color: red;
    font-weight:bold;
    font-size: 16px;
	float: left;
	width: 67%;
	text-align: left;
	padding: 23px 0 0 15px;
}

.errorHeading2 {
	color: red;
    font-weight:bold;
	float: left;
	width: 99%;
	text-align: center;
}

.tableTravel {
	display: table;
    width: 100%;
    border: none;
}
.titleTableTravel {
	display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.headingTableTravel {
	display: table-row;
    font-weight: bold;
    text-align: left;
    width: 100%;
}
.rowTableTravel {
	display: table-row;
    width: 100%;
}
.cellNoBorder20 {
	display: table-cell;
    border: none;
    border-width: thin;
    text-align: left;
    width: 20%;
    vertical-align: bottom;
    margin-left: 0px;
	padding-left: 5px;
}
.cellNoBorder30 {
	display: table-cell;
    border: none;
    border-width: thin;
    text-align: left;
    width: 30%;
    vertical-align: bottom;
    margin-left: 0px;
	padding-left: 5px;
}
.cellNoBorder40 {
	display: table-cell;
    border: none;
    border-width: thin;
    text-align: left;
    width: 40%;
    vertical-align: middle;
}
.cellNoBorder50 {
	display: table-cell;
    border: none;
    border-width: thin;
    text-align: left;
    width: 50%;
    vertical-align: middle;
}
.cellNoBorder60 {
	display: table-cell;
    border: none;
    border-width: thin;
    text-align: left;
    width: 60%;
    vertical-align: middle;
}
.cellNoBorder40B {
	display: table-cell;
    border: none;
    border-width: thin;
    text-align: left;
    width: 40%;
    vertical-align: bottom;
}
.inputAccount {
  	display: block;
   	font-size: 12px;
   	height:15px;
   	width: 100%;
   	color: #555;
 	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
 
 /* fix for Twitter Bootstrap handling of responsive images */ 
 .angular-google-map img { 
     max-width: none; 
 } 
 
 .shrink { 
     font-size: 8; 
 } 
 
 .true:hover { 
     background-color: lightgreen; 
 } 
 
 .false:hover { 
     background-color: lightpink; 
 } 
 
 .marker-labels { 
     color: red; 
     background-color: white; 
     font-family: "Lucida Grande", "Arial", sans-serif; 
     font-size: 10px; 
     font-weight: bold; 
     text-align: center; 
     border: 1px solid black; 
     white-space: nowrap; 
 } 
 
 .label_pdf_pages { 
     color: black; 
     background-color: white; 
     font-family: "Lucida Grande", "Arial", sans-serif; 
     font-size: 16px; 
     font-weight: bold; 
     text-align: center;
     vertical-align:bottom; 
     border: 1px solid black; 
     padding-top: 10px;
 }
 
 /** FIX for Bootstrap and Google Maps Info window styes problem **/ 
 img[src*="gstatic.com/"], img[src*="googleapis.com/"] { 
   max-width: none; 
 } 
 
 
 /* uncomment this if you are using the <google-map> element instead of a div*/ 
 .angular-google-map { 
   display: block; 
   height: 600px;
   } 
 
.angular-google-map-container {
    width: 100%;
    height: 600px;
}

/* fix for Twitter Bootstrap handling of responsive images */
.angular-google-map img {
    max-width: inherit;
}
 
 .custom-info-window{ 
     background: rgba(0,0,0,0.5); 
     color: white; 
     padding: 20px; 
     /*border: 1px solid white;*/ 
     box-shadow: 3px 3px 10px rgba(0,0,0,0.5); 
     border-radius: 5px; 
     width: 200px; 
     margin-top: 15px; 
     margin-left: -130px; 
 } 
 .custom-info-window a{ 
     color: white; 
     text-decoration: underline; 
 } 
 .custom-info-window:after 
 { 
     content: ''; 
     position: absolute; 
     border-style: solid; 
     border-width: 0 15px 15px; 
     border-color: rgba(0,0,0,0.5) transparent; 
     display: block; 
     width: 0; 
     z-index: 1; 
     top: -15px; 
     left: 118px; 
 } 
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px
}

.pac-controls {
  margin-top: 2px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px !important;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.pac-icon {
	background-image: none;
}
#pac-input {
  background-color: #fff;
  padding: 0 0 0 0;
  width: 400px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}

#pac-input:focus {
  border-color: #4d90fe;
  margin-left: -1px;
  padding-left: 14px;  /* Regular padding-left + 1. */
  width: 401px;
}

.pac-container {
  font-family: 'Open Sans', sans-serif;
  z-index: 1050;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

#mobile_header {
  height: 44px;
  margin: 0;
  padding: 0;
  background-color: #033580;
  box-shadow: 0 -1px #033580 inset, 0 1px rgba(0, 0, 0, 0.05);
  color: #000000;
}

#mobile_header-left, #mobile_header-logo, #mobile_header-right, #mobile_header-left span, #mobile_header-right span {
  background: transparent;
}

#mobile_header-left {
  text-align: left;
  font-size: 2.0em;
  position: relative;
  left: 10px;
  top: 5px;
  margin: 0;
  padding: 0;
}

#mobile_header-logo {
  text-align: center;
  font-size: 1.5em;
  position: relative;
  color: white;
  height: 44px;
}

#mobile_header-right {
  font-size: 2.0em;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 5px;
}

#mobile_header-left > a, #mobile_header-right > a {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  background: transparent;
}

#mobile_login-button span {
  background: transparent;
  float: left;
}

.mobile_login-spanikon {
  height: 60px;
  position: relative;
  border-bottom: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mobile_login-spanikon-vis {
  height: 60px;
  position: relative;
  border-bottom: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.mobile_login-spanikon span {
  font-size: 2.0em;
  display: block;
  float: left;
  color: white;
  width: 20%;
  text-align: center;
  height: 40px;
  padding-top: 15px;
  padding-bottom: 5px;
  vertical-align: middle;
}


.content {
  width: 100%;
  *zoom: 1;
}
.content:before,
.content:after {
  display: table;
  content: "";
  line-height: 0;
}
.content:after {
  clear: both;
}
.content [class*="col"] {
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.074468085%;
}
.content [class*="col"]:first-child {
  margin-left: 0;
}
.content .col12 {
  width: 100%;
  *width: 99.946808511%;
}
.content .col12B {
  width: 97%;
  *width: 99.946808511%;
  margin-left:1.12%;
}
.content .col12C {
  width: 98%;
  *width: 99.946808511%;
  margin-left:1.12%;
}
.content .col11 {
  width: 91.489361702%;
  *width: 91.436170213%;
}
.content .col10 {
  width: 82.978723404%;
  *width: 82.925531915%;
}
.content .col9 {
  width: 74.468085106%;
  *width: 74.414893617%;
}
.content .col8 {
  width: 65.957446809%;
  *width: 65.904255319%;
}
.content .col7 {
  width: 57.446808511%;
  *width: 57.393617021%;
}
.content .col6 {
  width: 48.936170213%;
  *width: 48.882978723%;
}
.content .col5 {
  width: 40.425531915%;
  *width: 40.372340426%;
}
.content .col4 {
  width: 31.914893617%;
  *width: 31.861702128%;
}
.content .col3 {
  width: 23.404255319%;
  *width: 23.35106383%;
}
.content .col2 {
  width: 14.893617021%;
  *width: 14.840425532%;
}
.content .col1 {
  width: 6.382978723%;
  *width: 6.329787234%;
}
#userFullName {
    color:#3e719b;
    font-weight: bold;
}

.tilhoyre {
  float: left;
  width: 78%;
  text-align: left;
  padding: 23px 0 20px 5px;
}
.tilhoyre2 {
  float: left;
  width: 78%;
  text-align: left;
}
.thumb {
    border: 1px solid #000;
    margin: 10px 5px 0 0;
    max-width: 50%;
    max-height: 200px;
}

.yellow {
  background-color: #e9ba56;
}

.yellow2 {
  background-color: #fcd209;
}

.orange {
  background-color: #e98278;
}

.green {
 background-color: #87cd7e;
}

.lightgreen {
	background-color: #b5e61d;
}

.red {
    background-color: red;
}
.text_red {
    color:  red;
    font-weight:bold;
}

.light_blue {
  background: #65b1f0;
}

.less_dark_blue {
    background-color: #5A9CD4;
}

.dark_blue {
    background: #4b87b8;
}

.darker_blue {
    background: #3e719b;
}
.dark_grey {
    background: grey;
}

.redText {
	color: red;
}

.brand_blue {
    background: #033580;
}

.grey {
  font-size: 1em;
  height: 60px;
  display: block;
  color: #474747;
  width: 80%;
  text-align: left;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 240, 240)), to(rgb(240, 240, 240)));
  background-image: -webkit-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: -moz-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: -o-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: -ms-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#f0f0f0');
}

.grey2 {
  font-size: 1em;
  display: block;
  color: #474747;
  width: 100%;
  text-align: center;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 240, 240)), to(rgb(240, 240, 240)));
  background-image: -webkit-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: -moz-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: -o-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: -ms-linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  background-image: linear-gradient(top, rgb(240, 240, 240), rgb(240, 240, 240));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#f0f0f0');
}

.active {
    color:white;
    background-color: #76b56d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(118, 181, 109)), to(rgb(118, 181, 109)));
    background-image: -webkit-linear-gradient(top, rgb(118, 181, 109), rgb(118, 181, 109));
    background-image: -moz-linear-gradient(top, rgb(118, 181, 109), rgb(118, 181, 109));
    background-image: -o-linear-gradient(top, rgb(118, 181, 109), rgb(118, 181, 109));
    background-image: -ms-linear-gradient(top, rgb(118, 181, 109), rgb(118, 181, 109));
    background-image: linear-gradient(top, rgb(118, 181, 109), rgb(118, 181, 109));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#76b56d', EndColorStr='#76b56d');
}

.white {
    background-color: #FFFFFF;
    color: #474747;
    font-size: 1em;
    height: 60px;
    left: 20%;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: absolute;
    width: 78%;
}

.white_full {
    background-color: #FFFFFF;
    color: #474747;
    font-size: 1em;
    height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: absolute;
    width: 100%;
}

.icon_span {
	 height: 60px;
	 padding-top: 10px;
}

.txt_menu {
	color: black;
	background: 0; 
	outline: 0; 
	font-size: 16px;
}

.txt_drop {
	color: white;
	background: 0; 
	outline: 0; 
	font-size: 16px;
	padding-bottom: 6px;
}

.upload {
    position:absolute;
    top:-100px;
}

.info a {
    color:#8D8D8D;
}
.back a {
    color:#3e719b;
}
.logout a {
    color:#8D8D8D;
}
#loading {
  background: none repeat scroll 0 0 #474747;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

#loading img {
  top: 35%;
  position: relative;
}

.bubblingG {
height: 75px;
text-align: center;
width: 120px;
top: 40%;
position: relative;
text-align: center;
display: inline;
}

.bubblingG span {
display: inline-block;
vertical-align: middle;
width: 15px;
height: 15px;
margin: 38px auto;
background: #0478D1;
-moz-border-radius: 75px;
-moz-animation: bubblingG 1.3s infinite alternate;
-webkit-border-radius: 75px;
-webkit-animation: bubblingG 1.3s infinite alternate;
-ms-border-radius: 75px;
-ms-animation: bubblingG 1.3s infinite alternate;
-o-border-radius: 75px;
-o-animation: bubblingG 1.3s infinite alternate;
border-radius: 75px;
animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}

#bubblingG_2 {
-moz-animation-delay: 0.39s;
-webkit-animation-delay: 0.39s;
-ms-animation-delay: 0.39s;
-o-animation-delay: 0.39s;
animation-delay: 0.39s;
}

#bubblingG_3 {
-moz-animation-delay: 0.78s;
-webkit-animation-delay: 0.78s;
-ms-animation-delay: 0.78s;
-o-animation-delay: 0.78s;
animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
0% {
width: 15px;
height: 15px;
background-color:#0478D1;
-moz-transform: translateY(0);
}

100% {
width: 36px;
height: 36px;
background-color:#1C1C1C;
-moz-transform: translateY(-32px);
}

}

@-webkit-keyframes bubblingG {
0% {
width: 15px;
height: 15px;
background-color:#0478D1;
-webkit-transform: translateY(0);
}

100% {
width: 36px;
height: 36px;
background-color:#1C1C1C;
-webkit-transform: translateY(-32px);
}

}

@-ms-keyframes bubblingG {
0% {
width: 15px;
height: 15px;
background-color:#0478D1;
-ms-transform: translateY(0);
}

100% {
width: 36px;
height: 36px;
background-color:#1C1C1C;
-ms-transform: translateY(-32px);
}

}

@-o-keyframes bubblingG {
0% {
width: 15px;
height: 15px;
background-color:#0478D1;
-o-transform: translateY(0);
}

100% {
width: 36px;
height: 36px;
background-color:#1C1C1C;
-o-transform: translateY(-32px);
}

}

@keyframes bubblingG {
0% {
width: 15px;
height: 15px;
background-color:#0478D1;
transform: translateY(0);
}

100% {
width: 36px;
height: 36px;
background-color:#1C1C1C;
transform: translateY(-32px);
}

}

/* Opplasting */

.inputfelt {
  display: none;
}
input::-webkit-input-placeholder {
    font-size: 1em;
    height:13px;
    font-style:italic;
   /* Your style here e.g. font size, color etc */
}

.xyzz::-webkit-input-placeholder {
    font-size: 1em;
    height:13px;
    font-style:italic;
   /* Your style here e.g. font size, color etc */
}

input.grey:hover, a:active {
  font-weight: bold;
}

input.grey2:hover, a:active {
  font-weight: bold;
}

.light-dialog {
  background-color: #E5E9E8;
  border: 1px solid #A5A8A8;
}

.dark-dialog, .light-dialog {
  border-radius: 6px 6px 6px 6px;
  height: auto;
  margin: 25% 20%;
  overflow: hidden;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  width: 50%;
  z-index: 10;
  top: 0;
}

.dialog-buttons {
  margin-top: 20px;
}

.dark-dialog, .light-dialog {
  text-align: center;
}

.dialog-buttons .dark-button, .dialog-buttons .light-button {
  margin: 5px;
}

.light-button {
  background-color: #E5E9E8;
  border: 1px solid #A5A8A8;
  box-shadow: 0 1px #FFFFFF inset;
  color: #454545;
  text-shadow: 0 1px #FFFFFF;
}

.dark-cta, .light-cta {
  background-color: #288EDF;
  border: 1px solid #143250;
  box-shadow: 0 1px rgba(255, 255, 255, 0.36) inset;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.36);
}

.dark-button, .light-button {
  background-clip: padding-box;
  border-radius: 6px 6px 6px 6px;
  display: inline-block;
  font-size: 2.2em;
  letter-spacing: 1px;
  line-height: 3rem;
  margin: 5px 10px 5px 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

#bekreftelse {
  background: #bbdc6e;
}

#advarsel {
  background: #dd604b;
}

#advarsel > h1, #advarsel p {
  color: #fff;
}

#bekreftelse > h1:before, #advarsel > h1:before {
  font-size: 2em
}

#advarsel p, #bekreftelse p {
  text-align: center;
  float: none;
}

nav ul {
  list-style: none;
}
nav li {
  display: inline-block;
}
nav a {
  display: inline-block;
}
nav select {
  display: none;
}
input.ng-invalid.ng-dirty {
}
span.invalidfield {
    background-color: red !important;
}

.invalidInput {
    border: 1px solid red !important;
}

.blueBackground {
	background-color: #a9ddf3;
}