﻿ul.ErrorMessages {
}
ul.ErrorMessages li {
    color: #FF0000;
}
tr.hover:hover,
td.hover:hover,
th.hover:hover {
    background-color: #e5d4b5;
    cursor: pointer;
}
.bootstrap table.table.table-input,
.bootstrap table.table.table-input tr,
.bootstrap table.table.table-input th,
.bootstrap table.table.table-input td
{
    border: none;
}

.bootstrap .table.wizard-table > thead > tr > th,
.bootstrap .table.wizard-table > thead > tr > td,
.bootstrap .table.wizard-table > tbody > tr > th,
.bootstrap .table.wizard-table > tbody > tr > td,
.bootstrap .table.wizard-table > tfoot > tr > th,
.bootstrap .table.wizard-table > tfoot > tr > td,
.bootstrap .table.no-border > thead > tr > th,
.bootstrap .table.no-border > thead > tr > td,
.bootstrap .table.no-border > tbody > tr > th,
.bootstrap .table.no-border > tbody > tr > td,
.bootstrap .table.no-border > tfoot > tr > th,
.bootstrap .table.no-border > tfoot > tr > td {
    border-top: none;
    border-bottom: none;
}


.bootstrap table.table.table-nested {
}

.input-width-xs,
.bootstrap textarea.input-width-xs {
    max-width: 80px !important;
}

.input-width-s,
.bootstrap textarea.input-width-s {
    max-width: 130px !important;
}

.input-width-m,
.bootstrap textarea.input-width-m {
    max-width: 180px !important;
}

.input-width-l,
.bootstrap textarea.input-width-l {
    max-width: 280px !important;
}

.input-width-xl,
.bootstrap textarea.input-width-xl {
    max-width: 400px !important;
}
.importantmessage {
    color: #f00;
}

.mainitems{
    float: left;
}
.mainitems input{
    margin-right: 15px;
    margin-bottom: 15px;
}

/* CookieWarning */
#btnCloseCookie {
    cursor: pointer;
    padding: 0;
    background: none;
    border: 0;
}

#btnCloseCookie.close {
    opacity: 1.0;
}

.hidemeplease {
    display: none;
}

#cookiewarning.alert {
    margin-bottom: 0;
}

.transparent {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.closeCookie {
    background: url(../../images/btn-close.png) no-repeat right top;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    margin-left: 450px;
    left: 50%;
    color: black;
    cursor: pointer;
    text-decoration: none !important;
    z-index: 10001;
}

#cookiewarning {
    line-height: 1.9em;
    width: 100%;
    /*height: 30px;*/
    background-color: #ddd;
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.hideCookie {
    display: none;
}

#cookiewarning p {
    text-align: center;
}
input.licenceplate {
    font-family: Verdana;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    width: 100px;
    height: 32px;
    cursor: text;
    background-color: transparent;
}
input.licenceplate::-ms-clear {
    display: none;
}
input.licenceplate:focus {
    border: 0;
}
.insurance-picker label {
    display: inline;
}
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute;
  z-index:10000;
  font-size: 10pt;
  line-height:normal;
  background: #f8f7f5;
  border: 1px solid #ccc;
  width: 280px;
  padding: 8px;
  visibility: hidden;
}
div.accordionHeader,
div.accordionHeaderSelected {
    cursor: pointer;
    color: #0078ff;
}
table.cursor-pointer tbody tr,
table.cursor-pointer tbody tr img {
    cursor: pointer;
}

.bootstrap .input-group-addon {
    background-color: transparent;
}
.form-check {
    margin-left: 20px;
    margin-top: -18px;
    padding-top: 8px;
}
.form-check span.checkbox > label {
    padding-left: 0;
}

.ajax__calendar .ajax__calendar_days table,
.ajax__calendar .ajax__calendar_months table,
.ajax__calendar .ajax__calendar_years table {
    border: none;
    background-color: transparent;
    vertical-align: middle;
    line-height: 16px;
}
.ajax__calendar .ajax__calendar_day{
    border: none;
}

div.ajax__calendar_container,
div.ajax__calendar_body,
div.ajax__calendar_days,
div.ajax__calendar_months,
div.ajax__calendar_years {
    width: 205px;
}
.main_sel{
    background-color: #fcf9f6;
}
.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn {
    padding: 1px 4px;
}
.icon-question-sign {
    color: #0078ff;
    cursor: default;
}
.doc__main-nav .nav--level-1 {
    display: block;
}
table.table td a,
table.table td a:hover {
    color: #000;
}
.accordionHeader > img {
    vertical-align: top;
    margin-top: 4px;
}
table.insurancompanies.insurancompaniesheader,
table.insurancompanies.insurancompaniesrow {
    table-layout: fixed;
    overflow: hidden;
}
table.insurancompanies.insurancompaniesheader {
    font-size: 8px;
}
@media screen and (max-width: 1240px) {
    .entry--single .entry__wrapper,
    .entry--page .entry__wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .entry--single .entry__wrapper,
    .entry--page .entry__wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
}

ul#ulFaq {
    list-style-image: url('/App_Themes/Intermont/images/bullety_arrow.gif');
}


#ulFaq h3 {
    font-size: 18px;
    cursor: pointer;
}

.grecaptcha-container-div {
    height: 200px;
    z-index: 100;
}