@-ms-viewport {
  width: device-width;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .regnrcampaignexpwrapper {
        padding:0 0 10px 40px !important;
    }
}
::placeholder {
    color: #aaa;
    opacity: 1;
}


:-ms-input-placeholder {
    color: #aaa;
}
::-ms-input-placeholder {
    color: #aaa;
}


@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url('/Static/fonts/open-sans/open-sans-400.woff2') format('woff2'), url('/Static/fonts/open-sans/open-sans-400.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: local('Open Sans Light'), url('/Static/fonts/open-sans/open-sans-300.woff2') format('woff2'), url('/Static/fonts/open-sans/open-sans-300.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), url('/Static/fonts/open-sans/open-sans-600.woff2') format('woff2'), url('/Static/fonts/open-sans/open-sans-600.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/Static/fonts/open-sans/open-sans-700.woff') format('woff');
    font-weight: 700;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular.eot") format('embedded-opentype'), url("../fonts/SourceSansPro/SourceSansPro-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Gill Sans MT';
  src: url("../fonts/GillSansMT/gillsansmt.eot") format('embedded-opentype'), url("../fonts/GillSansMT/gillsansmt.woff") format('woff');
}


@font-face {
    font-family: 'fontello';
    font-style: normal;
    font-weight: 900;
    src: url("/static/fonts/fontello/fontello.woff") format("woff");
}

@font-face {
    font-family: 'fontello';
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/fontello/fontello.woff") format("woff");
}

h2.media-heading {
    font-size: 145%;
}

.italictext {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Arial', sans-serif;
}
/*---- Typography ----*/
body {
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  font-size: 15px;
}
h1 {
  font-size: 235%;
  margin-top: 14px;
}
h2 {
  font-size: 165%;
}
h3 {
  font-size: 145%;
}
h4 {
  font-size: 120%;
}
.lead {
  font-size: 17px !important;
  font-weight: 600;
  margin-bottom: 10px;
}
a {
  color: #005bbb;
}

img {
    max-width: 100%;
    height: auto;
}

/*---- Body ----*/
html,
body {
  overflow-x: hidden !important;
}
body {
  background: #001f3f;
}
/*---- Page building blocks ----*/
#toolbar {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
#header {
  background-color: #ccc;
  margin-bottom: 10px;
}
#transport-container {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#logotype {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.title-lead {
  /* margin:20px 0 0 -20px;*/
  display: inline-block;
  color: #fff;
}
#logotype img {
  max-height: 40px;
  max-width: 183px;
  width: 100%;
}
#nav-transport {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#header-title {
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 10px;
}
#header,
#header-transport,
#logotype,
#nav-transport,
#nav-xs,
#searchdiv {
  /* För att undvika onödiga utrymmen mellan inline-block-elementen */
  font-size: 0;
}

#ts-inputRegnummer
{
  width:160px;
}
#ts-inputPersonnummer
{
  width:200px;
}

.telefon-group {
    max-width: 200px;
}

#vag,
#sjofart,
#luftfart,
#jarnvag {
  text-align: center;
  padding: 5px 10px;
  height: 100%;
  font-size: 15px;
  /* Samma som body,hanteras bäst med LESS-variabel antar jag */
}
#vag:hover,
#vag.current,
#sjofart:hover,
#sjofart.current,
#luftfart:hover,
#luftfart.current,
#jarnvag:hover,
#jarnvag.current {
  padding: 0 10px 5px;
}
#vag:hover,
#vag.current {
  border-top: 5px solid #e98300;
}
#sjofart:hover,
#sjofart.current {
  border-top: 5px solid #cf0072;
}
#luftfart:hover,
#luftfart.current {
  border-top: 5px solid #00a1de;
}
#jarnvag:hover,
#jarnvag.current {
  border-top: 5px solid #b6bf00;
}
#nav-transport a {
  color: #444;
  font-size: 15px;
}
#nav-transport a:hover {
  text-decoration: none !important;
}
#nav-xs {
  padding: 10px;
}
#searchdiv {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#searchdiv button {
  background: #666;
  color: #fff;
}
#banner {
  margin-bottom: 10px;
  /*background-image:url('//www.transportstyrelsen.se/Global/Bilder/Startsida/ny/vag1_bp.jpg');*/
  /* inte-background-size: 100% auto; */
  background-repeat: no-repeat;
  min-height: 150px;
}

.new#banner {
    margin-bottom: 0;
}
#service-top {
  padding: 10px 15px;
}
#services-block-vagtrafik {
  background-color: rgba(233, 131, 0, 0.9);
  color: #000000;
  margin-left: 0px;
}
#services-block-sjofart {
  background-color: rgba(207, 0, 114, 0.9);
  color: #fff;
  margin-left: 0px;
}
#services-block-luftfart {
  background-color: rgba(0, 161, 222, 0.9);
  color: #000000;
  margin-left: 0px;
}
#services-block-jarnvag {
  background-color: rgba(182, 191, 0, 0.9);
  color: #000000;
  margin-left: 0px;
}
#nav-services {
  padding: 10px 15px;
}
.crisis {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#shortcuts {
  background: #002b59;
  margin-bottom: 10px;
}
#shortcuts-item a {
  color: #fff;
}
.shortcuts-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  float: none;
  margin-right: -4px;
}
#shortcuts-item a:hover {
  color: #97ceff;
}
#topics {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
#news {
  background-color: #002b59;
  color: #fff;
}
#more-news {
  margin: 10px 0;
  text-align: right;
}
#main {
  background: #fff;
}
#content-primary {
  margin-bottom: 0px;
}
#content-footer {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#content-footer-divider {
  border-top: 2px solid #cccccc;
  padding-bottom: 5px;
}
#cart {
  margin-top: 10px;
}
#gradient {
  height: 3px;
  margin-bottom: 10px;
  padding: 0;
  background: -webkit-linear-gradient(left, #00a1de, #b6bf00, #e98300, #cf0072, #1a2155);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #00a1de, #b6bf00, #e98300, #cf0072, #1a2155);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #00a1de, #b6bf00, #e98300, #cf0072, #1a2155);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #00a1de, #b6bf00, #e98300, #cf0072, #1a2155);
  /* Standard syntax */
}
#footer {
  color: #fff;
  margin-bottom: 60px;
}
#footer span {
    margin-left: 17px;
}
/*---- Menus and navigation ----*/
#nav-main {
  background-color: #FFFFFF;
  background-position: initial initial;
  background-repeat: initial initial;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-top: 10px;
}
#nav-main a {
  margin: 2px 0;
  padding: 3px 10px;
}
#nav-main a {
  color: #666666;
}
#nav-main a.active {
  /*background-position:initial initial;
	background-repeat:initial initial;
	font-weight:600;	
    background-color:#EFEFEF;*/
  /*background: #E98300;//#EFEFEF;#eee;*/
  font-weight: 700;
}
#nav-main a.active:hover {
  /*background-color:#E98300;//#EFEFEF;*/
  background-position: initial initial;
  background-repeat: initial initial;
}
/*.nav-level-1 a {
	font-weight:500;
}
.nav-level-2 a {
	text-transform:none;
}*/
.nav-level-2,
.nav-level-3,
.nav-level-4,
.nav-level-5,
.nav-level-6,
.nav-level-7 {
  margin-left: 6px;
  padding-left: 3px;
  /*border-left: 1px solid #E98300;*/
}
.nav-sub-current {
  /*background-image:url(http://test13.transportstyrelsen.se/Static/Images/divider.png);
	background-position:0 7px;
	background-repeat:no-repeat no-repeat;*/
  font-size: 92%;
  /*border-left: 1px solid #ddd;*/
  margin-left: 0;
  padding-left: 6px;
}

.nav-stacked .aktiv, .nav-stacked .aktiv-a {
}

#nav-main .aktiv-a {
    margin-bottom: 0px;
    padding-bottom: 2px;
}

a.above {
  /*font-weight:700;*/
  font-weight: 700;
}
ul {
  font-weight: normal;
}
/*---- General styles (classes) ----*/
.vagtrafik {
  color: #e98300;
}
.sjofart {
  color: #cf0072;
}
.luftfart {
  color: #00a1de;
}
.jarnvag {
  color: #b6bf00;
}
.bg-vagtrafik {
  background-color: #e98300;
  color: #000;
}
.bg-sjofart {
  background-color: #cf0072;
  color: #fff;
}
.bg-luftfart {
  background-color: #00a1de;
  color: #000;
}
.bg-jarnvag {
  background-color: #b6bf00;
  color: #000;
}
.label-vagtrafik {
  background-color: #e98300;
}
.label-sjofart {
  background-color: #cf0072;
}
.label-luftfart {
  background-color: #00a1de;
}
.label-overgripande {
    background-color: #999999;
}
.label-jarnvag {
  background-color: #b6bf00;
}
.label-jarnvag {
  background-color: #b6bf00;
}
.label-unselected {
  color: black;
  border: 0.06em solid black;
}
.trafikslag {
  margin: 0em 0 0.6em;
}
.trafikslag .label {
  display: inline-block;
  padding-right: 0.4em;
}
.trafikslag a {
  margin: 0.4em 0.4em 0.4em 0;
}
.trafikslag .label:hover,
.trafikslag .label:focus {
  text-decoration: none;
  color: white;
  box-shadow: 0 0 10px 10px rgba(11, 11, 11, 0.3) inset;
}
.trafikslag a:hover,
.trafikslag a:focus {
  text-decoration: none;
  outline: none;
}
.trafikslag .label:active {
  background: white;
  color: black;
}
.trafikslag .label::after {
  content: ' ';
  display: inline-block;
  margin-left: 0.2em;
  min-width: 0.7em;
}
.trafikslag .selected::after {
  content: 'x';
}
#crisis h2 {
  font-size: 155%;
}
.crisis-danger {
  background: #f2dede;
  color: #b94a48;
  border: 1px solid #ebccd1;
}
.crisis-danger a,
.crisis-danger a:hover {
  background: #f2dede;
  color: #b94a48;
  font-weight: bold;
}
.crisis-info {
  background: #d9edf7;
  color: #3a87ad;
  border: 1px solid #bce8f1;
}
.crisis-info a,
.crisis-info a:hover {
  background: #d9edf7;
  color: #3a87ad;
  font-weight: bold;
}
.crisis-primary {
  background: #d9edf7;
  color: #3a87ad;
  border: 1px solid #bce8f1;
}
.crisis-primary a,
.crisis-primary a:hover {
  background: #d9edf7;
  color: #3a87ad;
  font-weight: bold;
}
.crisis-default {
  background: #d9edf7;
  color: #3a87ad;
  border: 1px solid #bce8f1;
}
.crisis-default a,
.crisis-default a:hover {
  background: #d9edf7;
  color: #3a87ad;
  font-weight: bold;
}
.crisis-success {
  background: #5cb85c;
  color: #3a87ad;
  border: 1px solid #bce8f1;
}
.crisis-success a,
.crisis-success a:hover {
  background: #5cb85c;
  color: #3a87ad;
  font-weight: bold;
}
.crisis-warning {
  background: #f0ad4e;
  color: #3a87ad;
  border: 1px solid #bce8f1;
}
.crisis-warning a,
.crisis-warning a:hover {
  background: #f0ad4e;
  color: #3a87ad;
  font-weight: bold;
}
.label,
.badge {
  font-weight: 600;
}
.btn-share {
  height: 20px;
  font-weight: 600;
  margin-top: -3px;
}
.btn-share-twitter img {
  margin: 3px 0 0 0;
}
.btn-share-mail span {
  margin: 0 3px 0 -1px;
}
a.btn-share-mail {
  background-color: #333 !important;
  border: 1px solid #333;
  color: #fff;
}
a.btn-share-mail:hover {
  border: 1px solid #333;
  color: #fff;
}
/*---- Page specific styles ----*/
.title {
  margin: 30px 0 0 -20px;
  padding: 5px 20px;
  display: inline-block;
}
#toolbar a {
  margin-left: 20px;
  color: #fff;
}
#footer a {
  margin: 0 20px;
  color: #fff;
}
#toolbar a:hover,
#footer a:hover {
  color: #ddd;
}
#logged-in-status {
    color: #fff;
    margin-bottom: 10px;
}

#logged-in-as {
  position: relative;
  top: 7px;
}
#shortcuts div {
  padding: 20px 10px;
  text-align: center;
  font-size: 120%;
}
#news a {
  color: #fff;
}
#news a:hover {
  color: #97ceff;
}
.cart-delete-button {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 3px 6px 3px 5px;
  color: #b94a48;
}
.cart-list {
  padding: -1px;
  margin: -1px;
}
.cart-item {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.pub-btn {
  padding: 0 10px 0 0 !important;
}
.pub-cart-input {
  padding: 0;
}
.cart-item-count {
  height: 22px !important;
  width: 80px !important;
  margin-top: 1px;
  padding: 0 8px;
}
/*.cart-delete-button {
	font-size:18px;
	line-height:1;
	font-weight:700;
	color:#b94a48;
}
.cart-list {
	/*padding:-1px;
	margin:-1px;*/
/*}
.cart-item {
	padding:5px 0;
	margin:0;
	border-bottom:1px solid #ccc;
}
.pub-btn {
	padding:0 10px 0 0 !important;
}
.pub-cart-input {
	padding:0;
}*/
.roadsign {
  padding: 0 5px 10px 5px;
}
.tsfs-item {
  margin-bottom: 10px;
}
h3.tsfs-regulation-list {
  font-size: 120%;
  padding-top: 0;
  margin-top: 0;
}
.list-group-item-heading {
  font-size: 120%;
  padding-top: 0;
  margin-top: 0;
}
.list-group-item .alert {
  margin-bottom: 12px;
}
.badge-success {
  background: #5cb85c;
}
.badge-danger {
  background: #d9534f;
}
.badge-warning {
  background: #f0ad4e;
}
h3 .label {
  font-weight: normal;
  font-size: 65%;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  padding: 0.1em 0.5em 0.15em;
}
.search-result {
    padding: 0.6em 0.8em;
    margin: 0;
    border-top: 1px solid #ddd;
}
.search-result-expanded {
  padding: 16px 8px;
}
.search-result div {
  padding: 0;
}
.search-result-header {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 8px !important;
}
.search-result-header-small {
  font-weight: normal;
}
.search-result-heading {
  margin-top: 0;
}
.bigger {
  font-size: 150%;
}
/*---- Element specific styles ----*/
#nav-transport img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#nav-xs img {
  margin-right: 10px;
}
#service-top h2 {
  font-size: 135%;
}
#services-dropdown-menu {
  margin-left: 15px;
  margin-top: -10px;
}
#service-button {
  float: none;
  margin: 0 auto;
  text-align: center;
}
/*---- Mobile specials----*/
@media screen and (max-width: 991px) {
  #banner {
    /* inte-background-size: 120% auto; */
  }
}
@media screen and (max-width: 767px) {

    #logotype img {
        max-height: 40px;
        max-width: 183px;
        width: 60%;
    }

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -91.67%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -91.67%;
  }
  .row-offcanvas-right.active {
    right: 91.67%;
  }
  .row-offcanvas-left.active {
    left: 91.67%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    padding: 10px 10px 10px 40px;
    width: 91.67%;
  }
  .pub-btn {
    padding: 0 0 10px 0 !important;
  }
  #vag,
  #sjofart,
  #luftfart,
  #jarnvag {
    border: none;
  }
  #searchdiv {
    margin-left: auto;
    margin-right: 0px !important;
    padding: 10px;
  }
  #banner {
    background: none;
    min-height: 0px !important;
  }
  #cover .title {
    margin: 0;
    padding: 10px 0;
    display: block !important;
  }
  #shortcuts {
    font-size: 85%;
    margin-top: -10px;
    background: #003459;
    padding-right: 30px;
  }
  .nu #shortcuts {
      padding-right: 0;
  }

  #services-block-vagtrafik,
  #services-block-sjofart,
  #services-block-luftfart,
  #services-block-jarnvag {
    background: none;
    color: #fff !important;
  }

    #form1 #services-block-vagtrafik,
    #form1 #services-block-sjofart,
    #form1 #services-block-luftfart,
    #form1 #services-block-jarnvag {
        margin-left: 15px;
    }
    
    /*.panel-heading .accordion-toggle:after {*/
        /* symbol for "opening" panels */
        /*font-family: 'Glyphicons Halflings';*/
        /* essential for enabling glyphicon */
        /*display: none;*/
        /* adjust as needed,taken from bootstrap.css */
        /*float: right;
        background: #F5F5F5;*/
        /* adjust as needed */
        /*color: grey;*/
        /* adjust as needed */
    /*}*/
  h1 {
    font-size: 190%;
    /*font-size i bootstrap 260%*/
    margin-top: 14px;
  }
  h2 {
    font-size: 165%;
    /*font-size i bootstrap 215%*/
  }
  h3 {
    font-size: 145%;
    /*font-size i bootstrap 170%*/
  }
  h4 {
    font-size: 115%;
    /*font-size i bootstrap 125%*/
  }
  #nav-main {
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: -10px;
  }
  #service-button-dropdown {
    text-align: center;
  }
}
.media,
.media-body {
  font-size: 98%;
}
/*.bg-ts{background-color:#005bbb;color: #fff;}*/
.btn-opinion {
  margin-top: -5px;
}
.img-share {
  height: 22px;
  width: 44px;
  margin: -5px 0 0 3px;
}
.page-details {
  margin-right: 5px;
}
.bg-ts {
  background-color: #ffffff;
}
#comment {
  padding: 10px;
  margin-bottom: 0px;
}
#comment-button {
  display: block;
  width: 100%;
}
#twitter-img {
  max-height: 12px;
  max-width: 12px;
}
#fb-img {
  max-height: 12px;
  max-width: 12px;
}
#linkedin-img {
  max-height: 12px;
  max-width: 12px;
}
.btn-share-facebook img {
  margin: 1px 0 0 -1px;
}
.btn-share-facebook {
  margin-right: 3px;
  margin-top: 2px;
}
.btn-share-twitter {
  margin-right: 3px;
  margin-top: 2px;
}
.btn-share-linkedin {
  margin-top: 2px;
}
a.btn-share-facebook {
  background-color: #3b5998 !important;
  border: 1px solid #3b5998;
  color: #fff;
}
a.btn-share-facebook:hover {
  border: 1px solid #3b5998;
  color: #fff;
}
a.btn-share-twitter {
  background-color: #eaeaea !important;
  border: 1px solid #d8d8d8;
  color: #333;
}
a.btn-share-twitter:hover {
  border: 1px solid #ccc;
  color: #333;
}
a.btn-share-linkedin {
  background-color: #0976b4 !important;
  border: 1px solid #0976b4;
  color: #fff;
}
a.btn-share-linkedin:hover {
  border: 1px solid #0976b4;
  color: #fff;
}
#filter-list {
  margin-top: 0px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}
.panel-heading .accordion-toggle[aria-expanded=true]:after {
    /* essential for enabling glyphicon */
    content: "\e113";
}

.FAQ .panel-group .panel.panel-default:hover a {
    text-decoration: underline;
}

#filter-block {
  margin-bottom: 0;
}
.service-title {
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.service-title a {
  color: #000;
  /*background: #f5f5f5;*/
}
#service-tab {
  margin-top: 15px;
  margin-bottom: 10px;
}
/*Generella klasser*/
.pad-r15 {
  padding-right: 15px;
}
.mar-r5 {
  margin-right: 5px;
}
.pad-l15 {
  padding-left: 15px;
}
.mar-l5 {
  margin-left: 5px;
}
.mar-t5 {
  margin-top: 5px;
}
.mar-t10 {
  margin-top: 10px;
}
.mar-t20 {
  margin-top: 20px;
}
.pad-b15 {
  padding-bottom: 15px;
}
.mar-b5 {
  margin-bottom: 5px;
}
.mar-b15 {
  margin-bottom: 15px;
}
.label-ts {
  background-color: #999999;
  background-color: #efefef;
  color: #666;
}
.mainImageDescription {
  font-style: italic;
}
.imgText {
  font-size: 85%;
  margin-top: -10px;
}
.errorText {
  color: red;
}
.quicksearchautocomplete {
  font-size: 12px !important;
}
.ui-widget-content {
  border: 1px solid #333333;
  background-color: #ffffff !important;
  color: #333333;
  width: 10px;
}
.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 {
  border: 1px solid #dddddd;
  background-color: #dddddd;
  font-weight: bold;
  color: #333333;
}
.help-block {
  /*margin-top:-5px;
    margin-bottom:-6px;*/
  color: #737373;
}
.forgottenpassword {
  margin-top: 5px;
  margin-bottom: 6px;
}
.fileuploader {
  margin-top: 10px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.btn-beautiful-color {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.shopProductImage {
  max-height: 109px;
  max-width: 77px;
}
.notextdecoration:hover {
  text-decoration: none;
}
#shopDisabledPDFbutton {
  color: #fff;
}
.bestbets {
  background-color: whitesmoke;
}
#mobiletab, .mobiletab {
  font-size: 130%;
  padding: 0px;
  margin: 0px;
}
#search-result-highlight,
.search-result-highlight {
  /*color: #005bbb;*/
  font-weight: 800;
}
/* TS Breadcrumbs */
.ts-brodsmulor-div {
  display: inline-block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 5px;
  margin-top: 16px;
}
.ts-brodsmulor-div > * {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: black;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 5px 0 20px;
  background: white;
  position: relative;
  transition: all 0.5s;
}
.ts-brodsmulor-div > * div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.ts-brodsmulor-div > *:first-child {
  padding-left: 10px;
  border-radius: 5px 0 0 5px;
  /*to match with the parent's radius*/
}
.ts-brodsmulor-div > *:last-child {
  border-radius: 0 5px 5px 0;
  /*this was to prevent glitches on hover*/
  padding-right: 20px;
  padding-right: 8px;
}
.ts-brodsmulor-div a {
  color: #a9a9aa;
  padding-top: 1px;
}
/*hover/active styles*/
/*.ts-brodsmulor-div a.active,
.ts-brodsmulor-div a:hover {
    background: #E98300;
    color: #fff;
}
.ts-brodsmulor-div a.active:after,
.ts-brodsmulor-div a:hover:after {
    background: #E98300;
}*/
.ts-brodsmulor-div a.active-vagtrafik,
.ts-brodsmulor-vagtrafik a:hover {
  background: #E98300;
  color: #fff;
}
.ts-brodsmulor-div a.active-vagtrafik:after,
.ts-brodsmulor-vagtrafik a:hover:after {
  background: #E98300;
}
.ts-brodsmulor-div a.active-sjofart,
.ts-brodsmulor-sjofart a:hover {
  background: #cf0072;
  color: #fff;
}
.ts-brodsmulor-div a.active-sjofart:after,
.ts-brodsmulor-sjofart a:hover:after {
  background: #cf0072;
}
.ts-brodsmulor-div a.active-luftfart,
.ts-brodsmulor-luftfart a:hover {
  background: #00a1de;
  color: #fff;
}
.ts-brodsmulor-div a.active-luftfart:after,
.ts-brodsmulor-luftfart a:hover:after {
  background: #00a1de;
}
.ts-brodsmulor-div a.active-jarnvag,
.ts-brodsmulor-jarnvag a:hover {
  background: #b6bf00;
  color: #fff;
}
.ts-brodsmulor-div a.active-jarnvag:after,
.ts-brodsmulor-jarnvag a:hover:after {
  background: #b6bf00;
}
.ts-brodsmulor-div a.active-overgripande,
.ts-brodsmulor-overgripande a:hover {
  background: #005BBB;
  color: #fff;
  background: #efefef;
  color: #666;
}
.ts-brodsmulor-div a.active-overgripande:after,
.ts-brodsmulor-overgripande a:hover:after {
  background: #005BBB;
  background: #efefef;
}
/*adding the arrows for the ts-brodsmulor-divs using rotated pseudo elements*/
.ts-brodsmulor-div > *:after {
  content: '';
  position: absolute;
  top: 0;
  right: -9px;
  /*half of square's length*/
  /*same dimension as the line-height of .ts-brodsmulor-div a */
  width: 18px;
  height: 18px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  -webkit-transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: white;
  /*stylish arrow design using box shadow*/
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.1), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  /*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
  transition: all 0.5s;
}
/*we dont need an arrow after the last link*/
.ts-brodsmulor-div > *:last-child:after {
  content: none;
}
/*we will use the :before element to show numbers*/
.ts-brodsmulor-div > *:before {
  /*some styles now*/
  border-radius: 100%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: white;
  background: linear-gradient(#444444, #222222);
  font-weight: bold;
  box-shadow: 0 0 0 1px #ccc;
}
.ts-brodsmulor-div > *:nth-child(n+2) {
  display: none;
}
@media (max-width: 800px) {
  .ts-brodsmulor-div > *:nth-last-child(-n+2) {
    display: block;
  }
  .ts-brodsmulor-div > * div {
    max-width: 62px;
  }
}
@media (min-width: 801px) {
  .ts-brodsmulor-div > *:nth-last-child(-n+3) {
    display: block;
  }
  .ts-brodsmulor-div > * div {
    max-width: 106px;
  }
}
.js .extended-click-area {
  cursor: pointer;
}

.ts-forsta-rubrik {
    margin-top: 0;
}

/* Rapportera flygtid */
.ts-h2-forsta-rubrik {
  font-size: 165%;
  margin-top: 0px;
}
.ts-h3-forsta-rubrik {
  margin-top: 0px;
  /*Potentiellt fel*/
  font-size: 140%;
}
.ts-h3 {
  font-size: 140%;
}
#postnr,
#flygtid,
#landningar {
  max-width: 100px;
}
#other {
  display: none;
  margin-top: 10px;
}
/* Cookie consent */
.cc_banner-wrapper {
  position: relative;
  z-index: 9001;
}
.cc_container .cc_btn {
  transition: font-size 200ms;
  text-align: center;
  line-height: 1em;
  font-size: 0.6em;
  cursor: pointer;
}
.cc_container .cc_message {
  margin: 0px;
  padding: 0px;
  transition: font-size 200ms;
  line-height: 1.5em;
  font-size: 0.6em;
}
.cc_container .cc_logo {
  transition: opacity 200ms;
  width: 100px;
  height: 22px;
  text-indent: -1000px;
  overflow: hidden;
  display: none;
  opacity: 0.9;
}
.cc_container .cc_logo:hover {
  opacity: 1;
}
.cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    line-height: 1em;
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper {
    display: none;
  }
  .cc_container {
    display: none;
  }
}
.cc_container {
  padding: 10px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  position: fixed;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  transition: font-size 200ms;
  width: 33%;
  text-align: center;
  font-size: 0.6em;
  margin-left: 10px;
  float: right;
  display: block;
  cursor: pointer;
  max-width: 120px;
  background-color: #f1d600;
}
.cc_container .cc_message {
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px;
  }
  .cc_container .cc_btn {
    padding: 8px 15px;
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container {
  background: #222222;
  color: #ffffff;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  font-size: 17px;
  box-sizing: border-box;
}
.cc_container .cc_btn:hover {
  color: #000000;
  background-color: #ffffff;
}
.cc_container .cc_btn:active {
  color: #000000;
  background-color: #ffffff;
}
.cc_container a {
  transition: color 200ms;
  color: #31a8f0;
  text-decoration: none;
}
.cc_container a:visited {
  transition: color 200ms;
  color: #31a8f0;
  text-decoration: none;
}
.cc_container a:hover {
  color: #b2f7ff;
}
.cc_container a:active {
  color: #b2f7ff;
}
.cc_container {
  animation-name: slideUp;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
}
.cc_message {
  animation-name: slideUp;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
}
.cc_btn {
  animation-name: slideUp;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
}
.cc_container .cc_btn {
  border-radius: 5px;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  color: #ffffff;
  background-color: #428BCA;
}
.cc_container .cc_btn:visited {
  border-radius: 5px;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  color: #ffffff;
  background-color: #428BCA;
}
form:invalid .btn-primary:not([formnovalidate]) {
  background: #fff;
  color: #333;
}

form img.thumbnail {
  display: inline-block;
  max-height: 2.4em;
  vertical-align: text-bottom;
  margin-right: 0.5em;
  margin-bottom: 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(33, 33, 33, 0.3);
  transition: max-height 0.2s;
}
form img.thumbnail + span {
  vertical-align: text-bottom;
  display: inline-block;
  margin-bottom: 1em;
}
form img.thumbnail:hover {
  position: absolute;
  max-height: 16em;
  z-index: 2;
}
.modal-dialog {
  max-height: 100%;
  overflow-y: auto;
}

.js [data-enabled-if] {
    display: none;
}

#content-secondary {
    margin-top: 2.5em;
}

.with-red-errors .with-errors {
    color: #a94442;
}

.quasi-alert > .panel-heading, .quasi-alert > .panel-heading a {
    background: inherit;
}

.quasi-alert .hdng::after {
    font-family: 'Glyphicons Halflings';
    content: "\e086";
    color: black;
    position: relative;
    font-size: 0.8em;
    margin-top: 0.2em;
    margin-left: 0.25em;
    display: inline-block;
}

.quasi-alert.quasi-alert-warning .hdng::after {
    content: "\e101";
    color: #6c4a00;
}

.quasi-alert.quasi-alert-danger .hdng::after {
    content: "\e162";
    color: #d2322d;
}

.quasi-alert.quasi-alert-info .hdng::after {
    content: "\e086";
    color: #214c62;
}


.quasi-alert .panel-body {
    background: white;
}

.quasi-alert.quasi-alert-warning {
    background: #f9f1c6;
}

.quasi-alert.quasi-alert-danger {
    background: #f2dede;
}

.quasi-alert.quasi-alert-info {
    background: #d9edf7;
}


.quasi-alert .alert::before {
    font-family: 'Glyphicons Halflings';
    content: "\e086";
    color: black;
    position: relative;
    top: -0.2em;
    font-size: 1.3em;
    margin-right: 0.2em;
    vertical-align: middle;
}

.quasi-alert .alert-warning::before {
        content: "\e101";
        color: #6c4a00;
}

.quasi-alert .alert-danger::before {
        content: "\e162";
            color:#d2322d;
}

.quasi-alert .alert-info::before {
    content: "\e086";
    color: #214c62;
}


.ruta .details {
    display: block;
}

.ruta.alert .details {
   padding-left: 1.58em;
}

.ruta .heading {
    font-size: 1.2em;
}

@media screen and (min-width: 768px) {
    #toolbar-clone, #nav-transport-clone, #header-clone {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #toolbar, #nav-transport {
        display: none;
    }

    #transport-container {
        width: 100%;
        border-top: none; /*10px solid #003459;*/
    }


    .icon-menu > div {
        display: inline-block;
        width: 21%;
        margin: 0 2%;
        vertical-align: top;
        border-top: 0.3em solid transparent;
    }

    .icon-menu > div > a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .icon-menu > div > img {
        display: block;
        max-width: 100%;
        text-align: center;
    }

    [data-tag=vag]:hover,
    [data-tag=vag].current {
      border-top-color: #e98300;
    }
    [data-tag=sjofart]:hover,
    [data-tag=sjofart].current {
      border-top-color: #cf0072;
    }
    [data-tag=luftfart]:hover,
    [data-tag=luftfart].current {
      border-top-color: #00a1de;
    }
    [data-tag=jarnvag]:hover,
    [data-tag=jarnvag].current {
      border-top-color: #b6bf00;
    }

    #header.stuck {
        position: fixed;
        top: 0;
        z-index: 3;
        /*background: rgba(255,255,255,0.96);*/
    }
    #header {
        background: rgba(255,255,255,0.96);
    }

    #header.stuck button {
        background: #428bca;
        border-color: #357ebd;
        color: white;
    }
    #menu-button-xs {
        background: #428bca;
        border-color: #357ebd;
        color: white;
    }

    .stuck #logotype {
        display: none;
    }

    #header.stuck + .ghost {
        height: 128px;
        margin: 0 -15px;

    }

    .stuck #searchdiv {
        max-width: 72%;
    }

    .active #nav-main.stuck {
    position: fixed;
    top: 80px;
    z-index: 11;
    left: -28px;
    right: 20%;
    bottom: 0;
    overflow-y: auto;
}

    #transport-container {
        border-bottom: 10px solid #001f3f;
    }

    .toolbar-links {
        background: #001f3f;
        padding: 0.4em 0;
    }

    #nav-main .toolbar-links a {
        color: white;
        padding-left: 0.6em;
        display: inline-block;
        float: none;
        margin: 0;
        line-height: 1.1;

    }
}

@media screen and (max-width: 480px) {
    .icon-menu > div > a {
        font-size: 0.833em;
    }
}
/*
@supports (position: sticky) {

    .container {
        background: #001f3f;
        padding-top: 75px;
    }


    #logotype {
        width: 100%;
        position: fixed;
        top: 10px;
        padding: 15px;
        background: white;
        z-index: 0;
    }

        #logotype > a {
        display: block;
        margin-bottom: 1em;
    }

    #header {
        position: -webkit-sticky;
        position: sticky;
        float: none;
        display: block;
        top: 0;
        z-index: 2;
        background: #ccc;
        margin-bottom: 0;
    }

    #nav-xs, #searchdiv, #main-nav {
        position: sticky;
        top: 0;
        background: #ccc;
        border: 12px solid #001f3f;
        border-left: none;
        border-right: none;
    }

    body {
        overflow-x: initial !important;
    }
}*/

@media screen and (min-width: 768px) {
    #transport-container {
        border-top: none;
    }
    .container {
        padding-top: 0;
        position: static;
    }

    #header, #nav-xs, #searchdiv, #main-nav {
        position: static;
    }

    #searchdiv {
        background: inherit;
        border: none;
    }

    #logotype {
        width: 33.3333%;
        position: static;
        top: inherit;
        padding: 27px;
        background: inherit;
        z-index: 0;
    }

    #header {
        margin-bottom: 10px;
    }

    #header.stuck + .ghost {
        height: auto;
    }

    .stuck #searchdiv {
        max-width: auto;
    }

}

#menu-button-xs:active, #menu-button-xs:focus {
    color: white;
    background-color: #357ebd;
    border-color: #357ebd;
    outline: none;
}

#footer-toolbar a {
    display: block;
    padding: 0.1em 1em;
}

.alert.alert-orka > p::before {
    font-family: 'Glyphicons Halflings';
    content: "\e086";
    color: black;
    font-size: 1.25em;
    margin-right: 0.28em;
    position: relative;
    top: 0.16em;
}

.alert.alert-orka.alert-warning >p::before {
        content: "\e101";
    color: #6c4a00;
}

.alert.alert-orka.alert-danger > p::before {
        content: "\e162";
    color: #d2322d;
}

.alert.alert-orka.alert-info > p::before {
    color: #214c62;
}


.gsc-search-button::after {
}

#searchdiv .gsc-search-box,
#searchdiv .gsc-control-cse {
    border: none;
    background-color: inherit;
}

#searchdiv .gsc-control-cse.gsc-control-cse-sv {
    padding: 0;
}

#searchdiv .gsc-search-button > input {
    height: 88%;
}

#searchdiv input.gsc-search-button-v2 {
    margin-top: 4px;
}

.gsc-search-box  input {
    background: none !important;
}

.gsc-search-button input::after {
    content: 'jan';
}

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

blink {
    animation: blink 1s infinite;
}

.file-size-info {
    font-size: 0.8em;
}

.center {
    text-align: center;
}

.shortcuts-block {
    padding: 20px 10px;
    text-align: center;
    font-size: 120%;
}

.shortcuts-block > label {
    display: inline-block;
    color: black;
}

.shortcuts-block ul > li {
    margin: 0 auto;
    float: none;
}

.shortcuts-block ul > li > ul {
    width: 100%;
}

.standard-page.partial {
    padding: 1.22em 0.6em;
    text-align: center;
    font-size: 1.2em;
    color: white;
}

.standard-page.partial a, .puff.partial a {
    color: inherit;
}

.customer-service-queus-time.block {
    padding: 0 0.6em 0.6em;
}

.speaking {
    background: yellow;
}

.not-sr-only {
    display: inline-block;
    position: absolute;
}

.not-sr-only a {
    display: inline-block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.not-sr-only a:focus {
    position: fixed;
    z-index: 12;
    background: #001f3f;
    text-align: center;
    color: white;
    left: 0;
    right: 0;
    top: 0;
    padding: 1em;
    width: auto;
    height: auto;
}

#nav-transport img {
    transition: all 0.22s;
}

#nav-transport a:focus #vag > img {
    -webkit-filter: sepia(1) hue-rotate(-11deg) brightness(115%) saturate(350%);
    filter: sepia(1) hue-rotate(-11deg) brightness(115%) saturate(350%);
}

#nav-transport a:focus #sjofart > img {
    -webkit-filter: sepia(1) hue-rotate(284deg) brightness(75%) saturate(500%);
    filter: sepia(1) hue-rotate(284deg) brightness(75%) saturate(500%);
}

#nav-transport a:focus #luftfart > img {
    -webkit-filter: sepia(1) hue-rotate(162deg) brightness(105%) saturate(350%);
    filter: sepia(1) hue-rotate(162deg) brightness(105%) saturate(350%);
}

#nav-transport a:focus #jarnvag > img {
    -webkit-filter: sepia(1) hue-rotate(25deg) brightness(145%) saturate(350%);
    filter: sepia(1) hue-rotate(25deg) brightness(145%) saturate(350%);
}

#nav-transport a:focus img {
    outline: 1px dotted #333;
}

#nav-transport#nav-transport#nav-transport .current > img {
    -webkit-filter: none;
    filter: none;
}

#logotype a:focus img {
    outline: 1px dotted #333;
}

/*CSS för feedbackfunktionen*/
.ts-feedback {
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    border-top-color: #F0F0F0;
    margin-top: 30px;
}

.ts-feedback-tack, .ts-feedback-tack-kontakt-wrapper {
    display: none;
}

.ts-tack-for-forbattring {
    display: none;
}

.ts-feedback-tack, .ts-feedback {
    min-height: 0px;
    max-height: 250px;
}

.ts-btn-group-feedback {
    display: block;
    height: 40px;
}

#ts-feedback-1 {
    color: #FFFFFF;
    background-color: #09CA00;
}

    #ts-feedback-1:hover {
        background-color: #08ad00;
    }

#ts-feedback-2 {
    background-color: #77D000;
}

    #ts-feedback-2:hover {
        background-color: #6ebc00;
    }

#ts-feedback-3 {
    background-color: #D7C200;
}

    #ts-feedback-3:hover {
        background-color: #c4b001;
    }


#ts-feedback-4 {
    background-color: #DE5300;
    color: #FFFFFF;
}

    #ts-feedback-4:hover {
        background-color: #c94900;
    }

#ts-feedback-5 {
    background-color: #E50022;
    color: #FFFFFF;
}

    #ts-feedback-5:hover {
        background-color: #cc001b;
    }


.personnummer {
    max-width: 200px;
}

.borderfix {
    border-radius: 4px !important;
}

.marginfix {
    margin-top: 0px;
}

.infoglyphiconfix {
    color: #31708F;
}

@media only screen and (min-width: 1025px) {
    .chartdesktop {
        margin-left: 324px;
    }
}


.console {
    white-space: pre;
    background: black;
    color: white;
    font-family: monospace;
}

.cmd {

    font-family: monospace;
}

.console .prompt, .console .cursor {
    color: #ddd;
    user-select: none;
    margin-right: 0.2em;
}

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.console .blink, .console .cursor {
    animation: blink 0.72s infinite;
}

.channels {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    display: inline-block;
    margin-left: 0.5em;
}

.channels li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    margin-left: -20px;
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}

.fab {
    font-family: "fontello";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-facebook-f::before {
    font-family: "fontello";
    content: "\F09A";
    font-weight: 400;
    font-style: normal;
    color: #ddd;
}

.fa-twitter::before {
    font-family: "fontello";
    content: "\F099";
    font-weight: 400;
    font-style: normal;
    color: #ddd;
}
.fa-linkedin::before {
    font-family: "fontello";
    content: "\F0E1";
    font-weight: 400;
    font-style: normal;
    color: #ddd;
}
.fa-youtube::before {
    font-family: "fontello";
    content: "\F167";
    font-weight: 400;
    font-style: normal;
    color: #ddd;
}

a.accordion-toggle {
    width: 100%;
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

div.bootstrap-panel-heading, .FAQ .panel-heading, .FAQ .panel-title {
    padding: 0;
}


table {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

body .alert-warning {
    background: #f9f1c6;
    color: #6c4a00;
}