.card, .btn, .form-control { border-radius: 0; }

.container {
    min-width: 352px;
}

@keyframes blinker {  
    50% { opacity: 0; }
}

body {
    background-repeat: repeat;
    background-attachment: scroll;
}

.ac_label {
    font-weight: bold;
}

.ac_option_hidden {
    display: none;
}

.ac_option_included {
    text-decoration: line-through;
}

.ac_option_suspended {
    text-decoration: line-through;
}

.ac_vehicle_disabled {
    text-decoration: line-through;
}

.ac_btn_selected {
    border: 2px solid black;
    background-color: green;
}

.ac_sky {
    background: rgb(200, 240, 255);
}

/*
.ac_included_background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-weight: lighter;
    color: gray;
    margin-left: 20px;
    font-style: italic;
    font-size: 400%;
    overflow: hidden;
}
*/

.ac_tilbud { 
    font-style:italic; background-color:#ffce54; 
}

.ac_itemhead {
    font-weight:bold;
}

.ac_sectionhead {
    font-size:150%;
    font-weight:bold;
}

.ac_link {
    font-size:120%;
    font-weight:bold;
}

.ac_price {
    font-size: 120%;
}

@font-face {
    font-family: 'ETmodules';
    src: url('../fonts/modules.ttf');
}

.ac_checkmark-icon {
    font-family: ETmodules;
    font-size: 96px;
    line-height: 192px;
    color: rgb(16, 75, 169);
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ac_footer-headline {
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ac_footer-body {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ac_blue {
    color: rgb(16, 75, 169);
}

.ac_green {
    color: rgb(16, 200, 75);
}

.ac_bk_green {
    background-color: rgb(16, 200, 75);
}

.ac_bk_green:hover {
    background: rgb(20, 220, 85);
}

.ac_spinner {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

/* The Modal (background) 
.ac_modal {
    display: none; / * Hidden by default * /
position: fixed; / * Stay in place * /
z-index: 1; / * Sit on top * /
padding-top: 100px; / * Location of the box * /
left: 0;
top: 0;
width: 100%; / * Full width * /
height: 100%; / * Full height * /
overflow: auto; / * Enable scroll if needed * /
background-color: rgb(0,0,0); / * Fallback color * /
background-color: rgba(0,0,0,0.4); / * Black w/ opacity * /
}

/ * Modal Content * /
.ac_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/ * The Close Button * /
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
*/

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ac_spinner_overlay {
    background: rgba(0,0,0,0.66);
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}

.ac_hoverhigh:hover {
    background: rgb(100, 200, 255);
}

.ac_vspace {
    margin-top: 18px;
    margin-bottom: 18px;
}

.ac_popular {
    background-image: url("../img/popular.jpeg");
    background-repeat: no-repeat;
    border: 1px solid blue;
}

.ac_tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
  color: #007bff;
}

.ac_tooltip .ac_tooltiptext {
  visibility: hidden;
  width: 360px;
  background-color: black;
  color: #fff;
  text-align: center;
/*  border-radius: 6px; */
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.popover {
    max-width: 250px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

body {
    font-family: Work Sans; 
    font-size: 16px; 
}

/* quackpay stuff */
.card {
    position: relative;
}

.card-brand {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bold;
}

.ac_fullwidth {
    padding: 0;
}

input.error {
    border: 1px solid red;
}

.birthday {
    border: 2px solid red;
}

.ac_auto_vertical {
    margin-top: auto;
    margin-bottom: auto;
}

.card { border: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-offset: 0  !important;
    background-image: none  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none  !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.chevron {
    position: relative;
    top: -2px;
    transition: rotate 1s linear 0;
}

.chevron-right {
    transform: rotate(0);
}

.chevron-down {
    transform: rotate(90deg);
}

.ac_fat_table {
    margin-bottom: 12px;

.ac_fat_table th {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ac_fat_table td {
    margin-left: 16px;
    margin-right: 16px;
}
