/* This stylesheet generated by Transfonter (https://transfonter.org) on April 24, 2017 1:47 PM */
@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Regular.eot');
	src: url('../fonts/Gordita-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Regular.woff') format('woff'),
		url('../fonts/Gordita-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Italic.eot');
	src: url('../fonts/Gordita-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Italic.woff') format('woff'),
		url('../fonts/Gordita-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Medium.eot');
	src: url('../fonts/Gordita-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Medium.woff') format('woff'),
		url('../fonts/Gordita-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Bold.eot');
	src: url('../fonts/Gordita-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Bold.woff') format('woff'),
		url('../fonts/Gordita-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/*.ul_megamenu-a{ color: #ffffff; }*/
.top-left ul li {
    display: inline-flex;
}

.top-right ul li {
    display: inline-flex;
}

.container-fluid{
  padding-top: 80px;
    padding-bottom: 80px;
}

.red{
  color:red;
}

#signin{
display: flex;
    padding-left: 6px;
}


#spacing{
    padding-top: 30px;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox label{
    font-weight: 700;
}

.glyphicon-ok:before {
    color: #08c;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  /*float: left;*/
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.cimage{
  background-attachment: fixed;
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 0;
width: auto;
}

.datepicker {
  padding: 16px !important;
}

.panel-opacity{
      opacity: 0.95;
}

@media screen and (min-width: 1366px) {
    .logo{
        position: absolute;
    }
}

@media screen and (max-width: 1366px) { 
  .logo {
  position: relative !important;
  }
}

/*sprite for header and footer images*/
/*.sprite_headerfooter {display: inline-block; vertical-align: middle;}
.sprite_headerfooter {background-image: url(../images/header_footer.png); background-position: left center; background-repeat: no-repeat;}
.sprite_headerfooter.android_sweden4all_png {background-position: 0 0; width: 31px; height: 31px;}
.sprite_headerfooter.apple_sweden4all_png {background-position: 0 -32px; width: 31px; height: 31px;}
.sprite_headerfooter.icons8_denmark_png {background-position: 0 -64px; width: 20px; height: 20px;}
.sprite_headerfooter.icons8_sweden_png {background-position: 0 -85px; width: 20px; height: 20px;}
.sprite_headerfooter.Sweden4allab_object_png {background-position: 0 -106px; width: 180px; height: 62px;}
.sprite_headerfooter.global_visa_png {background-position: 0 -169px; width: 200px; height: 60px;}*/

/*for login page*/
.sprite_login {display: inline-block; vertical-align: middle;}
.sprite_login {background-image: url(../images/bankid_images.png); background-position: left center; background-repeat: no-repeat;}
.sprite_login.bankid_png {background-position: 0 0; width: 40px; height: 40px;}
.sprite_login.icons8_denmark_48_png {background-position: 0 -41px; width: 48px; height: 48px;}
.sprite_login.icons8_norway_48_png {background-position: 0 -90px; width: 48px; height: 48px;}
.sprite_login.icons8_sweden_48_png {background-position: 0 -139px; width: 48px; height: 48px;}
.sprite_login.n_bankid_png {background-position: 0 -188px; width: 120px; height: 40px;}
.sprite_login.NemID_png {background-position: 0 -229px; width: 80px; height: 40px;}

.bankid_btn {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  text-align: center;
  color: #fff;
  background-color:#3d3f43;
  cursor: pointer;
  padding: 8px 0px 8px 0px;
  border-radius: 4px;
}