﻿




@media screen and (max-width: 320px) { /*Vertical phone */
    fieldset.creditcard_payment {
        width: 280px;
        /*text-align: center;*/
        border: 1px solid green;
    }
    #birthdate{
    margin-left:0!important;
    }
    .errormessage {
	    font-size:80%;
    }
}
@media screen and (min-width: 481px) { /*Horisontal phone */
    fieldset.creditcard_payment {
        width: 480px;
        
        border: 1px solid orange;
    }
}

@media screen and (min-width: 767px) { /*Desktop and iPad */
    fieldset.creditcard_payment {
        
        border: 1px solid red;
    }
}

@media screen and (min-width: 321px) and (max-width:480px) { /* Everything in between */
    fieldset.creditcard_payment {
        
        border: 1px solid blue;
    }
}

fieldset.creditcard_payment {
    border: none;
}

fieldset.creditcard_payment span.info p {
    margin: 3px 0 0 0;
}

fieldset.creditcard_payment span.info-vilkaar p {
    max-width: 400px;
	margin:0 auto;
	padding: 20px 0;
}

fieldset.checkbox{
	max-width:100%;
}

.creditcard_payment input {
    max-width: 280px;
    display: inline;
}

/*.creditcard_payment input[type="text"],.creditcard_payment input[type="search"],.creditcard_payment input[type="email"],.creditcard_payment input[type="tel"]{
    border: 1px solid #dfdfdd;
    border-radius: 0.3125rem;
    box-shadow: inset 1px 1px 5px #dfdfdd, inset -1px -1px 2px #dfdfdd;
    font-size: 0.875rem;
    height: 3.125rem;
    line-height: 3.125rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;}
.creditcard_payment input[type="text"].error,.creditcard_payment .error input[type="text"],.creditcard_payment input[type="search"].error,.creditcard_payment .error input[type="search"],.creditcard_payment input[type="email"].error,.creditcard_payment .error input[type="email"],.creditcard_payment input[type="tel"].error,.creditcard_payment .error input[type="tel"] {
      border: 1px solid #f33737;
      box-shadow: inset 1px 1px 0 #f33737, inset -1px -1px 0 #f33737;
      color: #f33737; }
.creditcard_payment input[type="text"]:focus,.creditcard_payment input[type="search"]:focus,.creditcard_payment input[type="email"]:focus,.creditcard_payment input[type="tel"]:focus {
      outline: none;
      border: 1px solid #f37423;
      box-shadow: inset 1px 1px 0 #f37423, inset -1px -1px 0 #f37423;
      background-color: rgba(230, 230, 230, 0.3);
      background-image: -webkit-linear-gradient(rgba(230, 230, 230, 0.3), #ffffff 80%);
      background-image: linear-gradient(rgba(230, 230, 230, 0.3), #ffffff 80%, , , , , , , , ); }*/

.creditcard_payment_submit {
    width: 150px;
    text-align: center;
    margin: 30px 0 30px 0;
}

.show {
    display: inline-block !important;
}


@media screen and (max-width: 480px) { /*Vertical phone */
    .errormessage {
        font-size:80%;
    }
}

#vilkaar_popup {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    color: #111;
    display: none;
    max-width: 600px;
    padding: 25px;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 9999;
    opacity: 1;
    height: auto;
    width: auto;
    margin: 10px;
}

    #vilkaar_popup div.content {
        margin: 25px 0 0 0;
        height: auto;
        width: auto;
    }

@media screen and (max-width: 480px) { /*Vertical phone */
    #vilkaar_popup div.content {
        font-size: 80%;
    }
}



.button.b-close {
    position: absolute;
    right: -5px;
    top: -5px;
}

.button {
    cursor: pointer;
    padding: 10px 20px;
    font-family: "tredk-icons" !important;
    font-size: 25px;
}


.button:before {
    content: "m";
    position: relative;
    top: 0.5rem;
}

.banner{
    margin:15px 0 30px 0;
    max-width:100%;
    max-height:100%;
}
.spinner-icon {
    
    padding: 10px;
    display: none;
}

#middel_text{
    margin:8px 0 8px 0!important;
}

/*Styles for datepicker - Start */

.datepicker-inline{
	width:100%;
}
.datepicker table{
	width:100%;
}
div.datepicker-days{
    min-width:270px!important;
}
div.datepicker-years, div.datepicker-months{
    min-width:220px!important;
}
div.datepicker-years table tr th.prev, div.datepicker-months table tr th.prev{
    font-size:25px!important;
    line-height:25px;
    height:30px;
    width:62px;
} 
div.datepicker-years table tr th.next, div.datepicker-months table tr th.next{
    font-size:25px!important;
    line-height:25px;
    height:30px;
    width:62px;
}

/*Styles for datepicker - end */


/*Styles for alerts - Start */

.errormessage {
	width:90%;
	margin-bottom:16px;
	display: none;
}

.errormessage ul {
	list-style:none;
	text-align:left;
	padding:0!important;
	margin:0!important;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size:2.5em;
  padding-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
  /*margin-right:10px;*/
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.pull-left {
  float: left !important;
}

.alert {
  padding: 10px 5%;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}

/*Styles for alerts - end */


/* Styles to fix layout after new menu - start */

@media screen and (max-width: 767px) { /*Vertical phone */
    h1 {
        font-size: 1.3em!important;
    }
    .consumer-accept-icon-fix{
        display:inherit!important;
        font-size:1rem!important;
    }
    div.consumer-accept-icon-fix i.glyphicon-ok-sign{
        top:0!important;
    }
    div.consumer-accept-icon-fix i.glyphicon-exclamation-sign{
        float:none!important;
    }
}

@media screen and (min-width: 768px) {
    #site_title h2 {font-size: 2.3rem!important;}
    #vilkaar_popup {margin: 10px 10px 10px 80px;}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .social-bar {display:none!important;}
}

.menu---3xsIn {
    z-index: 9998!important;
}


/* Styles to fix layout after new menu - end */

/* Styles specific to MobilePay - start */

@media screen and (max-width: 375px) { /*Vertical phone */
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    div.g-recaptcha div {
        width: 14.5em!important;
    }
}

div.g-recaptcha div {
    margin: 0 auto;
}

.captcha{
    text-align:center!important;
}

.grecaptcha-badge{
    display:none!important;
}

@media screen and (min-width: 48em) {
    button#mobile-pay-submit-btn[class*="btn-"], button#mobile-pay-verification-code-btn {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      font-size: 0.7375rem;
      padding: 0 1.5625rem;
      height: 2.5rem;
      line-height: 2.5rem; } }

/* Styles specifik to MobilePay - end */

/* Styles to fix layout after introduction of change - START */
.tilmeld-header {
    font-size: 2.3rem!important;
    font-family: "HelveticaNeueLT-Light", sans-serif;
    font-weight: normal;
}

.toggle-tilmeld {
    /*Empty so far*/
    display: none;
}
.toggle-change {
    display: none;
}
.start-button {
    width: 120px;
    text-align: center;
    margin: 10px 0 10px 0;
}

/*#changePickerDiv{
    position: relative;
    width: auto;
    left: 50%;
    top: 50%;
    margin-top: 198px;  
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}*/

#changePickerDiv p {
    font-size: 1.125rem;
}

@media screen and (min-width: 48em) {
    #picker-header{
        padding: 5rem 0;
    }
}

.accept-messages-wrapper{
  max-width: 600px;  
  text-align: left;
}

.accept-messages-wrapper, .accpet-ok-text, .accpet-alert-text{
  overflow: hidden;  
}

.accept-ok, .accept-alert{
    text-align:left;
}

.accept-ok-text, .accpet-alert-text{
  margin: 0;
}
.accept-ok-sign, .accept-alert-sign{
    float: left;
    display: block;
    margin-right:10px;
}

.accept-spacer{
    border-bottom: 1px solid red;
}

.order-header{
    text-transform:uppercase;
    color:#f37423;
}

.trans-details{
    max-width:350px;
    text-align:left!important;
}

#accept-container div.panel-heading p{
    margin-top:-1.2em;
}

#accept-container div.panel-default{
    margin-bottom:0!important;
}

span.remove-link a{
    color:#000000!important;
    text-decoration:none!important;
    pointer-events:none!important;
}


.col-6{
    float: left;
    width: 100%;
}


.campaign-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-self: center;
}

.campaign-body img {
    width: 90%;
}

.flexSwitch {
    display: flex;
    flex-direction: column;
}

.logoContainer img {
    height: 24px !important;
    width: auto !important;
}

@media screen and (min-width: 768px) {
    .campaign-body {
        flex-direction: row;
        justify-self: auto;
    }

    .campaign-body img {
        width: auto;
    }

    .flexSwitch {
        flex-direction: row;
    }

    .logoContainer img{
        height: 36px !important;
        width: auto !important;
    }
}


