.selected_box {
    font-weight: 700;
    background-color: rgba(96, 201, 242, 0.28);
}

.left_input.regnr {
    background-color: #144292;
    padding: 7px;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.left_input.personnr {
    margin-top: 9px;
}

.left_input {
    width: 45px;
    text-align: center;
    margin-top: 9px;
}

.left_input img {
    width: 27px;
}

img.stars {
    width: 30px;
}

input.big {
    padding: 10px;
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    margin: 0;
    text-align: center;
    margin-bottom:0 !important;
    text-transform: uppercase;
}

input.big.regnr {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    height: 80px;
    border: 1px solid lightgray;
}

.small_price {
    font-size: 22px;
    font-weight: 300;
}

.price_section_start{
    position: absolute;
    width: 100%;
    top: 50px;
    text-align: center;
    font-size: 17px;
    visibility: visible;
    animation: fadeInUp;
}

.price_section_main{
    visibility: hidden;
    text-align: right;
    margin-bottom:-8px;
    animation: fadeInUp;
}

.campaign{
    background: khaki;
    position: absolute;
    padding: 2px 5px;
    border-radius: 15px;
    height: 30px;
    color: black;
    text-align: center;
    width: 120px;
    box-shadow: 1px 1px 0px gray;
    font-family: monospace;
    margin-top: -95px;
    right: 0;
}

@media screen and (min-width: 768px) {
    .campaign{
        margin-top: -75px;
    }
}

.carbox_message{
    background-color: khaki;
    text-align: center;
    z-index: 0;
    width: 100%;
    margin-top: -35px;
    font-size: 14px;
}

.carbox_message__inner{
    padding: 15px 0px;
    font-size: 14px;
    font-weight: bold;
}

.carbox_message__inner p{
    margin-bottom:5px;
}

.campaign .title{

    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 11px;
    top: 6px;
}



.left-arrow {
    border-color: transparent khaki;
    border-style: solid;
    border-width: 24px 24px 0px 0px;
    height: 0px;
    width: 0px;
    margin-left: -51px;
    position: absolute;
    margin-top: 11px;
    transform: rotate(-26deg);
}

.form_cover_info {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.close-img {
    cursor: pointer;
}

.car_response__label {
    margin-top: 20px;
}


.form-check-label {
    margin: -30px 0px 0 14px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
}

@media only screen and (min-width: 768px) {
    .form-check-label {
        margin: 8px 0px 0 14px;
        font-size: 16px;
        font-weight: 600;
        padding: 0 5px;
    }
}

.form_cover {
    font-size: 18px;
    margin: 40px 0px;
}

.form_cover_info p {
    font-size: 16px;
}

.form_extras {
    font-size: 18px;
    margin: 20px 0;
}

.extras_prices.disable{
    text-decoration: line-through;
    font-weight: 100;
}

.arrow {
    display: block;
    float: right;
    margin-top: .25em;
    border-color: transparent;
    border-style: solid;
    border-width: 50px 20px 0;
    width: 0;
    height: 0;
    position: relative;
    line-height: 0;
}

.modal_insurance {
    display: none;
}

.modal_insurance {
    background: white;
    width: 98%;
    height: 98%;
    max-height: 800px;
    position: fixed;
    z-index: 10;
    left: 1%;
    top: 1%;
    overflow: auto;
    border: 1px solid cadetblue;
    box-shadow: 0px 1px 4px lightgray;
}

.modal_insurance table,
.modal_insurance table tbody {
    font-size: 11px;
    margin-top: 100px;
}

.modal_insurance table th,
.modal_insurance table tbody td {
    padding: 5px;
}


.modal_insurance img {
    width: 17px;
    display: block;
    margin: 0 auto;
}

.jump_effect{
    animation: shakeY;
    animation-duration: 0.7s;
    animation-delay: 0s;
}


.bump_effect {
    -webkit-animation: bump 0.3s linear;
    -moz-animation: bump 0.3s linear;
    cursor: pointer;
}

.price_section__content{
    display: none;
    position: absolute;
    margin-top: 50px;
    margin-left: 40px;
    font-size: 17px;
    font-family: monospace;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.price_section__label {
    text-align: right;
    font-weight: 700;
    background: khaki;
    color: black;
    display: inline-flex;
    padding: 0px 10px;
    transform: rotate(-9deg);
    margin-left: 0px;
    font-size: 16px;
    box-shadow: 1px 1px 0px gray;
    font-family: monospace;
    top: 0;
    position: absolute;
    margin-top: -23px;
}

.price_section__content#error_message{
    color: coral;
}

#spinner_calculating > .spinner-border{
    display: inline-block;
}

svg#pythonormen{
    animation: wobble;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
}

span#pythonormen_text{
    animation: flash;
    animation-duration: 2s;
    font-size: 22px;
    animation-iteration-count: infinite;
}

.static_div {
    animation: fadeInUp;
    animation-duration: 0.8s;
    animation-delay: 0s;
    background-color: #184147;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 111;
    position: fixed;
    box-shadow: -6px 6px cadetblue;
    height: 200px;
    border-top-left-radius: 50%;
}

.head_links{
    margin-top: -45px;
    display: block;
    margin-bottom: 50px;
}

.head_links div{
    display: inline-block;
    padding: 3px 28px;
    background-color: #73cceb;
    color: black;
    opacity: 0.4;
    margin: 0px 7px;
    font-weight: normal;
    border-radius: 4px;
}


.login__icon.big.fa-user {
    top: 10px;
    font-size: 34px;
    left: 0;
}


.head_links div.active a{
    font-weight: bold;
}

.show_company_form{
    display: none;
}

.show_company_form .switch_container__small{
    margin-left: 0;
}

.show_company_form .switch_container__small span{
    margin-left: 0;
}

.show_company_form_details{
    margin-top: 70px;
    margin-bottom: 50px;
    border: 1px solid lightgray;
    padding: 10px 10px 30px;
}

.show_company_form_details h2{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: -22px;
    text-transform: uppercase;
    left: 0;
    background: #73cceb;
    padding: 1px 18px;
    letter-spacing: 1.2px;
}


.show_company_form.small{
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 5px;
    color: gray;
    margin-top:-10px;
}

.snip1217 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 0;
  }
  .snip1217 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1217 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 1.5em;
    padding: 0;
  }
  .snip1217 a {
    color: rgba(000, 000, 000, 0.5);
    position: relative;
    text-decoration: none;
    display: inline-block;
  }

  .snip1217 a:after {
    height: 2px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #73cceb;

    width: 0;
  }
  .snip1217 a:before {
    top: 0;
    left: 0;
  }
  .snip1217 a:after {
    bottom: 0;
    right: 0;
  }
  .snip1217 a:hover,
  .snip1217 .active a {
    color: black;
    transform:scale(1.6);
    font-weight: bold;
  }
  .snip1217 a:hover:before,
  .snip1217 .active a:before,
  .snip1217 a:hover:after,
  .snip1217 .active a:after {
    width: 100%;
  }

#prissnurran_intro_text{
    margin-top:0;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
}

#prissnurran_intro_text.company_text{
    margin-top:-24px;
}

@-webkit-keyframes bump {

    /*for Google*/
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    70% {
        -webkit-transform: scale(2);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes bump {

    /*for Firefox*/
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }


    70% {
        -moz-transform: scale(2);
        opacity: 0.6;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}


@media screen and (min-width: 370px) {
    .campaign{
        margin-top: -100px;
        right: 0;
    }  
    
    .price_section__content{
        margin-top: 60px !important;
    }

    .price_section__mile_cost {
        font-size: 38px;
    }

    .price_section__month_cost {
        font-size: 42px;
    }

    .price_section__label{
        margin-top:-14px;
    }

    .price_section_main{
        margin-bottom: -10px;
    }
    .form-check-label {
        font-size: 20px;
    }

    #prissnurran_intro_text.company_text{
        margin-top:-10px;
    }
}

@media only screen and (min-width: 768px) {
    .campaign{
        margin-top: -65px;
    }  
    
    #prissnurran-section{
        padding-bottom: 150px;
    }

    .price_section__content{
        margin-top: 85px !important;
    }
    
    .price_section_start{
        top:75px;
    }

    .price_section__mile_cost {
        display: inline-block;
        font-size: 60px;
    }

    .price_section__month_cost{
        display: inline-block;
        font-size: 60px;
        margin-right: 10px;
    }

    #price_section {
        padding-bottom: 15px;
        background-color: unset;
    }
    
    .price_section_main{
        margin-top: 35px;
        margin-bottom: -15px;
        text-align: center;
    }
    .modal_insurance {
        top: 50%;
        width: 760px;
        height: 800px;
        top: 50%;
        left: 50%;
        margin-top: -400px;
        margin-left: -380px;
        box-shadow: -6px 6px 10px gray;
    }


    .modal_insurance table,
    .modal_insurance table tbody {
        font-size: 14px;
    }

    .mobile_logo_header_wrapper {
        width: 200px;
    }

    .mobile_logo_header {
        width: 200px;
        height: 75px;
    }

    img.mobile_logo {
        width: 150px;
        margin-left: 26px;
        margin-top: 5px;
        width: 140px;
    }

    .price_section__label {
        font-size: 17px;
        margin-top:12px;
        margin-bottom: 0;
        padding: 0px 20px;
        display: inline-flex;
    }

    .logo {
        display: block;
        position: absolute;
        left: 0;
        width: 180px;
        left: 25px;
        margin-top: 40px;
    }

    .car_response{
        display: inline-block;
        font-size: 17px;
        margin-left: 50px;
        display: inline-block;
        text-align: left;
        color: white;
        padding: 10px 25px;
    }

    .carbox_message__inner{
        font-size: 18px;
    }
    
    .mobile_position {
        bottom: unset;
    }

    form {
        padding: 80px 80px 280px 90px;
    }

    .form_cover {
        font-size: 24px;
        margin: 80px 0;
    }

    .form_cover_info p {
        font-size: 17px;
    }

    .form-check-label {
        margin: 0 20px;
    }


    .static_div {
        height: 220px;
        box-shadow: -10px 0px;
        z-index: 13;
    }

    .price_section__label__arrow{
        top: 5px;
    }

    #prissnurran_intro_text.company_text, #prissnurran_intro_text{
        margin-top:15px;
    }
}

@media only screen and (min-width: 1200px) {
    #prissnurran-section{
        padding-bottom: 250px;
    }

    .price_section__label{
        font-size: 18px;
        margin-top: -30px;
    }

    .price_section_main{
        margin-top: 65px;
    }

    #price_section{
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        left: inherit;
    }

    .price_section__content{
        margin-top: 75px !important;
    }

    #prissnurran_intro_text.company_text, #prissnurran_intro_text{
        margin-top:5px;
    }
}
    
.campaignQ {
    background: khaki;
    position: absolute;
    padding: 2px 5px;
    border-radius: 15px;
    height: 40px;
    color: black;
    text-align: center;
    width: 90px;
    margin-top: -80px;
    left: 118px;
    box-shadow: 1px 1px 0px gray;
    font-family: monospace;
    padding-top:10px;
}

.campaignQ .title{
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    top: 3px;
}

.campaignQ .cost_month{
    font-size: 11px;
    font-weight: 600;
    margin-left: -8px;
    text-transform: uppercase;
}

.campaignQ .left-arrow{
    margin-left: -25px;
}