﻿/* --------------------------------------------------------------- SITE */
body,
html {
    height: 100%;
    /*overflow: auto;*/
}

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #666;
    margin-bottom: 150px;
}

.terms a {
    color: #0072bc;
}
/* --------------------------------------------------------------- HEADER */
a.site-logo {
    color: #2b2d6f;
}

a.site-logo:hover {
    color: #2b2d6f;
    text-decoration: none !important;
}

.site-logo span {
    display: inline-block;
    margin-right: 7px;
    background-color: #cf2127;
    padding: 3px 10px;
    color: #fff;
    font-weight: normal;
}

.highlight-row {
    background-color: #2b2d6f;
    color: #fff;
}
.highlight-row.grey {
    background-color: #333;
    color: #fff;
}
.highlight-row.dark-grey {
    background-color: #414159;
}

/* --------------------------------------------------------------- SIDENAV STYLES */
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #b71c1c; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {
    transition: margin-left .5s;
    padding: 20px;
}*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* --------------------------------------------------------------- SPACES */
.padding-right-sm {
    padding-right: 10px;
}

.padding-right-md {
    padding-right: 15px;
}

.padding-right-lg {
    padding-right: 20px;
}

.padding-right-xlg {
    padding-right: 30px;
}

.padding-left-sm {
    padding-left: 10px;
}

.padding-left-md {
    padding-left: 15px;
}

.padding-left-lg {
    padding-left: 20px;
}

.padding-left-xlg {
    padding-left: 30px;
}

.margin-right-sm {
    margin-right: 10px;
}

.margin-right-md {
    margin-right: 15px;
}

.margin-right-lg {
    margin-right: 20px;
}

.margin-right-xlg {
    margin-right: 30px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-left-md {
    margin-left: 15px;
}

.margin-left-lg {
    margin-left: 20px;
}

.margin-left-xlg {
    margin-left: 30px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-top-md {
    padding-top: 15px;
}

.padding-top-lg {
    padding-top: 20px;
}

.padding-top-xlg {
    padding-top: 30px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.padding-bottom-md {
    padding-bottom: 15px;
}

.padding-bottom-lg {
    padding-bottom: 20px;
}

.padding-bottom-xlg {
    padding-bottom: 30px;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-top-md {
    margin-top: 15px;
}

.margin-top-lg {
    margin-top: 20px;
}

.margin-top-xlg {
    margin-top: 30px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-bottom-md {
    margin-bottom: 15px;
}

.margin-bottom-lg {
    margin-bottom: 20px;
}

.margin-bottom-xlg {
    margin-bottom: 30px;
}

/* --------------------------------------------------------------- FOOTER */
footer {
    /*flex: none;*/
    background-color: #333;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .footer-links {
    padding: 0 0 15px;
}

footer .footer-links a {
    margin: 0 7px;
}

footer .footer-links span {
    border-right: none;
    margin-bottom: 0;
    white-space: nowrap;
}

footer .footer-links span:last-child {
    border-right: none;
}
/* --------------------------------------------------------------- ERROR VALIDATIONS */

.field-validation-error {
    /*margin-left: 3rem;*/
    color: red;
}

.field-validation-error.revert {
    color: #ffffff;
}

.field-validation-error.margin-left {
    margin-left: 3rem;
}

.validation-summary-valid {
    display: none;
}

.text-danger-important {
    color: #f04124 !important;
}

/* --------------------------------------------------------------- TEXTS */
.text-blue {
    color: #2b2d6f;
}

.text-red {
    color: #cf2127;
}

.text-green {
    color: #009933;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #666;
}

.text-xs {
    font-size: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xlg {
    font-size: 24px;
}

/* --------------------------------------------------------------- BOXES */
.box {
    padding: 10px;
}

.box.box-bordered {
    border: 1px solid;
    border-color: #ebebeb;
}

.box.box-default {
    background-color: #fff;
    border-color: #ebebeb;
}

.box.box-grey {
    background-color: #f5f5f5;
    border-color: #bdbdbd;
}

.box.box-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}

.circle-grey {
    border: 2px solid #666;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    padding-top: 8px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.box-obfuscated {
    width: 100%;
    min-height: 20px;
}

.box-obfuscated.box-grey {
    background-color: #cfd8dc;
}

/* --------------------------------------------------------------- LISTS */
.hide-overflow-list > .hide-overflow-item {
    display: none;
}

.list-checkmark {
}

.list-checkmark li {
    width: 49%;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-checkmark.tight li {
    padding-bottom: 2px;
    padding-top: 2px;
    line-height: 20px;
}

.list-checkmark-item i {
    vertical-align: middle;
    padding-right: 4px;
}
/* --------------------------------------------------------------- BACKGROUNDS */
.background-map {
    /*background: #fff url("/Content/images/phone-checkout-map-bg.jpg") center center no-repeat;*/

    background-size: cover;
    padding: 30px;
}

/* --------------------------------------------------------------- FORMS */

.refine-search-fixed {
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 2;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Checkboxes */
/* Customize the label (the container) */
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox-label small {
    font-weight: 100;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 3px solid #2b2a3e;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
    background-color: #2b2a3e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: -5px;
    top: -19px;
    /*width: 5px;*/
    /*height: 25px;*/
    /*border: solid #d02129;*/
    /*border-width: 0 3px 3px 0;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
    font-size: 40px;
    content: "✓";
    color: #d02129;
    font-weight: bold;
}

/* Radio Buttons */

/* --------------------------------------------------------------- MISC */
.number-circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 2px solid #666;
    text-align: center;
}
hr.text-grey {
    border-top: 1px solid #666;
}

.white-triangle-down {
    width: 0;
    height: 0;
    opacity: 0.8;
    display: block;
    margin: 0 auto;
    border-top: 30px solid #fcfcfc;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.white-triangle-down-solid {
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border-top: 30px solid #fcfcfc;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

#backToTopButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 55px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#backToTopButton:hover {
    background-color: #d02128; /* Add a dark-grey background on hover */
}
/* -------------------------------------------------- ROWS */
.results-row {
    min-height: 150px;
    background-color: #f9f9f9;
    padding-top: 15px;
    margin-top: 5px;
}
.highlight-row-lg {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.highlight-row-xl {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.highlight-row-white {
    background-color: #fff;
}

.highlight-row-green {
    background-color: #009688;
    color: #fff;
}

.highlight-row-green a {
    color: #fff;
}

.highlight-row-green .panel {
    color: #000;
}
/* -------------------------------------------------- LINKS */

a.more-less-buttons {
    color: #d02128;
}

/* -------------------------------------------------- ERROR PAGES */
error .footer {
    background-color: #333;
    padding: 15px 50px 0 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    min-height: 137px;
}

error .footer-links {
    padding: 0 0 15px;
    color: white;
}

error .footer-links span {
    border-right: 1px solid #fff;
    margin-bottom: 0;
}

error .footer-links a {
    margin: 0 7px;
    color: white;
}

error .footer-links span:last-child {
    border-right: none;
}

error .notfound {
    min-height: 188px;
    border: 2px solid #d2d2d2;
    background-color: #f7f7f7;
}

error .pdir {
    margin-top: 14px;
}

error .pageNF {
    margin-top: 33px;
}

error .error-links .link .glyphicon {
    font-size: 5em;
    margin-top: 28px;
}

error .error-links .link {
    border-radius: 50%;
    background: #414159;
    height: 124px;
    width: 124px;
    display: block;
    color: #fff;
    margin: 0 auto 10px;
}

error .row .error-links {
    margin-top: 22px;
}

error .error-icon {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    error .mobileSide {
        margin: 0 10px 0 10px;
    }

    error .mobileSideFoot {
        margin: 0 1px 0 1px;
    }

    error .footer {
        position: inherit;
        bottom: auto;
    }
}

div.endato-title {
    padding: 2em 0 0.5em 0;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

div.endato-partner-text {
    text-align: center;
    padding: 1em 0;
}

div.endato-button-container {
    text-align: center;
    padding: 5px;
    margin-bottom: 2rem;
}

a.btn.endato-button {
    background-color: #f7604c;
    border-color: #f7604c;
    font-family: Verdana, sans-serif;
    font-weight: 700 !important;
    font-size: 15px;
    color: white;
}

a.btn.endato-button:hover {
    color: black;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.clym-widget.clym-widget-notice .clym-widget-body .clym-widget-gpc{
    display:none !important;
}
.clym-widget.clym-widget-notice .clym-widget-body{
    line-height: 18px;
}
.clym-widget.clym-widget-notice .clym-widget-actions.clym-widget-actions-split, .clym-widget.clym-widget-notice .clym-widget-container .clym-widget-body {
    margin-bottom: 10px !important;
    margin-top: 0;
}
@media (max-width: 460px) and (min-width: 320px) {
    .clym-widget.clym-widget-notice .clym-widget-container .clym-widget-actions.clym-widget-actions-split{
        flex-direction: row !important;
        margin-bottom: 5px !important;
    }
    .clym-widget.clym-widget-notice .clym-widget-container .clym-widget-actions.clym-widget-actions-split:not(.clym-widget-actions-multi) .clym-widget-actions-buttons {
        margin-top: 0 !important;
    }
    .clym-widget.clym-widget-notice .clym-widget-actions .clym-widget-actions-buttons button {
        padding: 4px 18px !important;
    }
}