<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {scroll-behavior:smooth;}

.first-invisible-submit {
    display: none;
}

.label {
    color: #292929;
}

.hidden { display: none; visibility: hidden; }

span.bread-divider {
    background: url('bread-divider.png') center center no-repeat;
    margin: 7px;
}

.hover-dark:hover, .offer-cal:hover, .offer-button:hover {
    /*	filter: brightness(80%);
        -webkit-filter: brightness(80%);
        -moz-filter: brightness(80%);
        -o-filter: brightness(80%);
        -ms-filter: brightness(80%);*/
}

div.input label:first-letter {+
text-transform: uppercase;
}

.customsubmit {
    display: block;
    width: 200px;
    height: 53px;
    background-size: 200px 746px;
    overflow: hidden;
    border: 0px solid #FFF;
    cursor: pointer;
    opacity: 1;
}

.customsubmit.vypocitat {
    background-position: 0 0px;
}

.customsubmit.vybrat {
    background-position: 0 -53px;
}

.customsubmit.chci_presnou_kalkulaci {
    background-position: 0 -106px;
}

.customsubmit.pokracovat {
    background-position: 0 -160px;
}

.customsubmit.objednat {
    background-position: 0 -213px;
}

.customsubmit.pridat_havarijni {
    background-position: 0 -267px;
}

.customsubmit.skryt {
    background-position: 0 -320px;
}

.customsubmit.detail {
    background-position: 0 -373px;
}

.customsubmit.zavolame_vam {
    background-position: 0 -426px;
}

.customsubmit.prepocitat {
    background-position: 0 -480px;
}

.customsubmit.zaplatit {
    background-position: 0 -533px;
}

.customsubmit.objednat_na_cas {
    background-position: 0 -587px;
}

.customsubmit.zavolejte_ihned {
    background-position: 0 -640px;
}

.customsubmit.mam_zajem {
    background-position: 0 -693px;
}

.customsubmit.zrusit {
    background-position: 0 -693px;
}

.pinkwhite_button {
    background: #df147c;
    padding: 10px 25px;
    color: white;
    cursor: pointer;
    border: 2px solid #c00063;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1.1em !important;
}

/* Value helper (home step1) */

.value_helper_init_button {
    font-size: 0.9em;
    display: block;
    wwidth: 100px;
    color: grey;
    position: relative;
    left: 10px;
    top: -5px;
    text-decoration: none;
}

.value_helper_init_button:hover {
    text-decoration: underline;
}

#value_helper_wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    border: 1px solid black;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 1);
    background: #FFF;
}

#value_helper_wrapper #table_value_helper {
    width: 515px;
    margin-top: 0;
}

#value_helper_wrapper h2 {
    text-align: center !important;
    margin: 10px auto;
}

#value_helper_wrapper div.input {
    width: 400px;
    padding: 6px 0 6px 25px;
    margin-left: 5px;
}

#value_helper_wrapper .input label {
    width: 200px !important;
}

#value_helper_wrapper hr {
    width: 90%;
}

#value_helper_wrapper div.input input {
    width: 120px;
}

#value_helper_wrapper input {
    text-align: right;
    padding-right: 10px;
}

#value_helper_wrapper .btn_container {
    margin: 15px;
    text-align: center;
}

#value_helper_wrapper .btn {
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    color: white !important;
    display: inline-block;
    width: 60px;
}

#value_helper_wrapper .btn:hover {
    font-weight: bold;
}

#value_helper_wrapper .btn_use {
    border: 4px solid #ce177f;
    background: #de137c;
    color: white;
}

#value_helper_wrapper .btn_close {
    border: 4px solid rgb(184, 184, 184);
    background: rgb(231, 226, 226);
    color: black !important;

}

#virtualBackground {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background: black;
    z-index: 9;
    display: none;
}

.transparent { /* transparent with all compatibility */
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;

    /* Theoretically for IE 8 &amp; 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* This works in IE 8 &amp; 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.5;
}

.transparent-cover {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1008px;
    z-index: 5000;
}

.pat-carbon {
    background-image: url('patterns/t-carbon.png');
    background-repeat: repeat;
}

.call-request {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 665px;
    min-height: 280px;
    border: 2px solid #df147c;
    border-radius: 10px;
    background-color: #f4f4f4;
    padding: 15px;
    -moz-box-shadow: 0 0 25px 0 #8a8a8a;
    -webkit-box-shadow: 0 0 25px 0 #8a8a8a;
    box-shadow: 0 0 25px 0 #8a8a8a;
    z-index: 5000;
}

.call-request-header {
    height: 38px;
    line-height: 38px;
}

.call-request form {
    padding: 25px 0;
}

.call-request .form-header {
    width: 430px;
}

.call-request p.message {
    margin: 0 35px;
}

.call-request .form-body {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.call-request div.input {
    margin-bottom: 20px;
}
.call-request div.input input {
    width: 240px;
    padding: 13px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #828483;
}
.call-request div.input.time select {
    width: 93px;
}
.call-request div.submit input {
    margin-left: 158px;
}
.call-request .input label {
    display: block;
    padding: 0 10px 10px;
}
.call-request .close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.call-request .close .fa {
    color: #df147c;
    font-size: 24px;
}

.call-request .rounded-heroes {
    border: 2px solid #df147c;
    border-radius: 50%;
    padding: 3px;
    background: #ffffff;
    box-shadow: inset 0 0 10px 3px #e1ddde;
}

.call-request .error-message {
    width: 240px;
    padding-top: 5px;
}

.call-request .call-request-button {
    width: 200px;
    display: block;
    padding: 15px 25px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.call-request .call-request-button:hover {
    background-color: #df147c;
    border: 2px solid #c4126e;
}

.call-request div.input .time-separator {
    margin: 0 3px;
    font-weight: bolder;
}

.call-request .workhours {
    clear: both;
    margin: 0 auto;
    margin-bottom: 20px;
}

.call-request select {
    float: none;
}

.error-message {
    color: red;
}

#CallRequestAddForm .submit {
    margin-left: 183px;
}

.filler {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.print-only {
    display:none;
}

/* Step1 home */

.home_type label {
    display: block;
}

.bread_home {
    border: 1px solid #B3B3B3;
    padding: 10px 20px 15px;
    width: 695px;
    background-color: #fff;
}

section#subject_type div.item {
    position: relative;
    display: block;
    margin: 0px 22px 0px;
    clear: left;
    height: 35px;
}

section#subject_type div.item img {
    display: block;
    float: left;
    height: 29px;
    width: 31px;
    margin-top: -3px;
}

section#subject_type div.item .input {
    clear: none;
    margin-left: 35px;
}

section#subject_type div.item .input label {
    width: 330px;
    font-size: 13pt;
    font-weight: bold;
}

section#subject_type div.item .input .help-mark {
    margin-top: -5px;
}
section#subject_type div.item .input .required-mark {
    margin-left: 0px;
}

section#subject_type div.item input {
    margin-left: 0px;
    cursor: pointer;
    width: auto;
}

section#subject_type .cursor_hand {
    cursor: pointer;
}

section#subject_type .error {
    padding: 10px 20px 8px;
    margin-bottom: 10px;
}

div.input select.half {
    width: 83px;
}

.step1inputHelp {
    float: none;
    font-weight: bold;
}

.homeSpecialHelpMark {
    margin: -3px -20px !important;
    float: right !important;
}

/*###### subject_type boxs  ###################################### */

/* pomocnĂ© boxy mezi viditelnĂ˝mi */
.subject_type_box_space {
    width: 1.5%;
    float: left;
    display: block;
    min-height: 10px;
    content: " ";
}

/* defaultnĂ­ styly pro boxy */
.content_box .subject_type_img {
    background: url('/img/step1/domacnost-neaktivni.png');
}

.property_box .subject_type_img {
    background: url('/img/step1/nemovitost-neaktivni.png');
}

.content_property_box .subject_type_img {
    background: url('/img/brand/liability.svg') no-repeat;
    position: relative;
    margin-left: 100px;
    height: 150px;
    bottom: 12px;
}

.subject_type_box {
    width: 32%;
    float: left;
    display: block;
    text-align: center ;
    border: 1px solid rgb(218, 218, 218);
    height: 185px;
    cursor: pointer;
    background-color: transparent;
    /*background-image: url("/css/patterns/t-stripes.png");*/
    background-repeat: repeat;
    border-radius: 10px;
}

.subject_type_small_container {
    height: 142px;
}

.subject_type_box h2 {
    line-height: 17px !important;
    color: gray;
    padding-left: 0;
    margin: 15px 0 0;
    font-weight: normal !important;
    font-size: 1.2em !important;
}

.subject_type_box input[type="checkbox"] {
    visibility: hidden;
}

.subject_type_container .subject_type_box p {
    text-align: center;
}

.subject_type_img {
    margin: 0 auto;
    width: 200px;
    height: 130px;
}

/* styl pro vybranĂ˝ box */
.content_box.subject_type_box_selected .subject_type_img {
    background: url('/img/step1/domacnost.png');
}

.property_box.subject_type_box_selected .subject_type_img {
    background: url('/img/step1/nemovitost.png');
}

.content_property_box.subject_type_box_selected .subject_type_img {
    background: url('/img/brand/liability-pink.svg') no-repeat;
    position: relative;
    margin-left: 100px;
    height: 150px;
    bottom: 12px;
}

.subject_type_box_selected {
    background-color: auto;
    background-image: url('');
    border: 1px solid rgb(218, 218, 218) !important;
}

.subject_type_box_selected h2 {
    color: #dd137b;
}

/* akÄŤnĂ­ styly po najeti myĹˇi */
.subject_type_box:hover {
    border: 1px solid black;
}


.subject_type_small_container h2 {
    text-align: center !important;
}

.step1home {
    font-size: 80px;
    color: grey;
}

.subject_type_box_selected .step1home {
    color: #dd137b;
}

td { vertical-align: top; }
/*  --------------------------------------------  */

section#liability_type {
    height: 300px;
}

input[readonly] {
    background-color:lightgray !important;
}

.t-price {
    display: none;
}

.summary .overview {

}

.summary .overview h2 {
    font-size: 23px;
    margin-bottom: 20px;
}

.congrats h1 {
    font-size: 30px;
    margin: 10px 0 20px 0;
    font-weight: 600;
}

#box14 h1,
#cms_content section.event_block h1,
.call-request #CallRequestAddForm h1{
    margin-bottom: 15px;
    margin-top: 15px;
}

.congrats h1 {
    font-size: 30px;
}
.congrats h1 span {
    font-size: 25px;
}

#CallRequestAddForm h1 {
    font-weight: 600;
    margin: 10px 35px 30px !important;
}

.clearing {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    float:none!important;
}

.left-clearing {
    clear: left;
    float: none!important;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.right-clearing {
    clear: right;
    float: none !important;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.pat-stripes {
    background-color: transparent;
    background-image: url('patterns/t-stripes.png');
    background-repeat: repeat;
}
span.pat-stripes {
    position: absolute;
    top:0;bottom:0;left:0;right:0;
}

.home_button_title {
    float: right;
    margin-top: 20px;
    margin-right: 35px;
}

.insured {
    width: 16px; height: 16px;
    margin: 5px;
    cursor: pointer;
}
.insured.remove {
    background: url('help/close-cross.png') center center no-repeat;
    display: none;
}
.deletable .insured.remove {
    display: block;
}
.summary .right-overview {
    width: 345px;
    float: right;
}

.summary .overview {
    width: 355px;
    margin: 15px 0;
    position: relative; /* ie7 zindex bug */
    z-index: 2; /* ie7 zindex bug */
}
.overview_left {
    padding: 30px 0 10px 0;
    float: left;
    width: 600px;
}

.overview_right {
    margin-top: 10px;
    width: 500px;
    float: left;
}
.overview_right .price {
    display: block;
    width: 100%;
    float: right;
    margin: 10px 10px 20px 0;
}
.overview_right .price p {
    text-align: right;
}
.overview_right .price .pure-price {
    font-size: 2em !important;
}
.overview_right .note {
    display: block;
    text-align: right;
    float: right;
    width: 320px !important;
    height: 130px !important;
}
.overview_right .note textarea {
    width: 300px;
    height: 90px;
}
.overview_right .agreement {
    width: 320px !important;
    display: block;
    float: right;
}
.overview_right .agreement input{
    margin: 5px 3px 0 0 !important;
    padding: 0 !important;
}
.checklist tr {
    margin: 3px 0;
    font-size: 0.9em;
    line-height: 1.2em;
    height: 20px;
}
.checklist td:not(:last-child) {
    padding-right: 10px;
}
.checklist td.c4.with-help {
    background: url("help/qmark.png") 13px top no-repeat;
    padding-right: 8px;
    width: 25px;
}
.help-holder {
    width: 13px;
    position: relative;
}
.overview_left .visible-help .help{
    width: 400px !important;
    top: -20px !important;
    left: 45px !important;
}
#vin_char_count {
    margin: 0 !important;
    font-size: 0.9em;
}

.fakeh2 {
    font-size: 1.9em !important;
    padding: 0 0 20px 0 !important;
    font-weight: 800 !important;
    display: inline-block !important;
}

.required-mark {
    display: none;
}

.ui-widget-overlay {
    position: fixed;
}

.contentpages a {
    color: black;
    text-decoration: none;
}

.contentpages a:hover {
    text-decoration: underline;
}

#payu_ .table-payu {
    border: 0px solid white !important;
    width: auto !important;
}
#payu_ .table-payu td.icon {
    width: auto !important;
}
.congrats table tr td{
    padding: 5px;
}
.congrats a {
    text-decoration: none;
    color: #df147c;
}
.congrats ul li {
    margin: 5px;
}

.hp.icon-arrow-right.btnarrow {
    font-size: 15px !important;
    top: 2px;
    position: relative;
    left: 10px;
}

.button-order-text {
    display: none;
}

li.dd-item a {
    color: #df147c;
}

li.dd-item a:hover {
    text-decoration: underline;
}

ul.dd-list li:before {
    font-family: FontAwesome;
    content: "\f0da";
}

.datepicker_after .input-after {
    display: block;
}

.titleLink a {
    color: #DC127A;
    text-decoration: none;
}
.titleLink a:hover {
    text-decoration: underline;
}

#box16 .sortinsurance {
    margin: 35px 0;
    clear: both;
}

#box16 .row {
    clear: both;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(235,235,235);
}

#box16 .row-offer.first_row {
    border-top: 5px solid rgb(235,235,235);
}

#box16 .row-offer {
    clear: both;
    border-bottom: 1px solid rgb(235,235,235);
    border-top: 1px solid rgb(235,235,235);
    float: left;
    width: 100%;
}

#box16 .row-offer .col {
    ppadding: 20px 0;
}

#box16 .row .col:first-child i {
    vertical-align: middle;
    margin: 3px 0 0 5px;
}

#box16 .row-offer .col:first-child img {
    margin-top: 2px;
}

#box16 .col-img {
    width: 110px;
    float: left;
}

#box16 .row-offer .col:first-child {
    margin-top: 5px;
    width: 240px;
}

#box16 .col .nolimit {
    margin-top: -10px;
}

#box16 .row .col:first-child {
    width: 240px;
}

#box16 .row-offer .col:last-child {
    width: 120px;
}

#box16 .row-offer .col {
    margin-top: 15px;
}

#box16 .col.logo {
    width: 110px !important;
}

#box16 .row-offer .col:nth-child(10) {
    margin-top: 13px;
    font-weight: 600;
}

#box16 .col {
    float: left;
    width: 83px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#box16 .row .col a {
    font-size: 0.9em;
    color: rgb(123,123,123);
    font-weight: 500;
}

#box16 .row .col a:hover {
    text-decoration: underline;
}

#box16 .row-offer .col:last-child a {
    border: 2px solid #c4126e;
    color: #fff;
    text-decoration: none;
    background: #df147c;
    border-radius: 5px;
    box-shadow: 0 3px 0 #b1b1b1;
    font-size: 1em;
    padding: 7px 15px;
    float: left;
    font-weight: 600;
    margin: -5px 0 0 10px;
}

#box16 .col:first-child {
    text-align: left;
    float: left;
    width: 180px;
}

#box16 .col span {
    font-weight: 400;
    color: #df147c;
    text-decoration: underline;
    font-size: 0.9em;
    cursor: pointer;
}
#box16 .col.filter-button span {
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
}
#box16 .col.filter-button span a,
#box16 .col.filter-button span a:hover {
    color: #E32386;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
}

#box16 .col span.product_name {
    margin: 0 0 2px 0;
    text-decoration: none;
    color: black;
}

#box16 .col:first-child p {
    font-weight: 700;
}

#box16 .col i.fa-close {
    color: red;
    font-weight: 100;
    margin-top: 5px;
}

#box16 .col i.fa-times-circle {
    color: red;
    font-size: 1.8em;
}

#box16 .col i.fa-circle-o {
    color: rgb(123,123,123);
    font-size: 1.8em;
}

#box16 .col i.fa-info-circle {
    color: rgb(0,0,0);
    font-size: 1.8em;
}

#box16 .col i.fa-plus-circle {
    color: rgb(123,123,123);
    color: #5e5e5e;
    font-size: 1.8em;
    ddisplay: block;
    cursor: pointer;
    cursor: hand;
}
#box16 .col i.fa-check-circle-o {
    color: rgb(149,234,131);
    font-size: 1.8em;
}
#box16 .col i.fa-check-circle {
    color: rgb(49, 158, 26);
    font-size: 1.8em;
}
#box16 .col div.removeFeature {
    display: block;
    color: #df147c;
    cursor: pointer;
    cursor: hand;
    font-size: 0.5em;
    text-decoration: underline;
}

#box16 .travel_detail {
    background: rgb(245,245,245);
    clear: both;
    display: none;
}

#box16 .d-row {
    clear: both;
    padding: 8px 0;
    overflow: hidden;
    width: 60%;
}

#box16 .d-row:hover { /* :hover */
    background: rgb(242,211,227);
}

#box16 .d-col {
    float: left;
}

#box16 .d-col:first-child {
    width: 45%;
    font-weight: 500;
    padding-left: 20px;
}

#box16 .d-col:nth-child(2) {
    width: 45%;
    font-weight: normal;
    color: #df147c;
}

#box16 .d-col:nth-child(3) {
    text-align: right;
    padding-right: 20px;
    margin-top: 5px;
}

#box16 .icon-question {
    margin-top: 5px;
    color: rgb(127,127,127);
}

#box16 .detailAxa {
    padding: 20px 0;
    margin-left: 70px;
}

.offer-button-form {
    color: #fff;
    text-decoration: none;
    background: #03aa03;
    border: 2px solid #019901;
    border-radius: 5px;
    box-shadow: 0 3px 0 #b1b1b1;
    font-size: 1em;
    padding: 4px 18px;
    float: left;
    font-weight: 600;
    white-space: nowrap;
    margin-top: -3px;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    outline:none;
}

.offer-button-form:hover {
    background-color: #df147c;
    border: 2px solid #c4126e;
}

.shadowed {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.excluded_limit.deactivate {
    color: gray;
}

.addFeature, .removeFeature, .removeHint {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.featureApply {
    display: none;
}

#box16 .col span.travel_final_price, #box16 .col span.price-currency {
    font-weight: 600;
    color: black;
    text-decoration: none;
    font-size: 1.3em;
    cursor: Default;
}

#box16 .price_column {
    font-weight: 600;
    color: black;
    text-decoration: none;
    font-size: 1em;
    cursor: Default;
}

#box16 .col span.step2tip {
    margin-left: 2px;
    background: #DF147C;
    position: relative;
    padding: 5px;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.inverted-pink {
    border: 1px solid #E32386;
    text-align: center;
    color: #E32386;
    background-color: #ffffff;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    font-weight: bold;
}

#bm_ckp_inputs {
    float: left;

}

#InsuranceCkpRequestId {
    width: 1px;
    height: 1px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    display: block;
    position: absolute;
}

.toggle {
    display: none;
}

.step2-submit:hover {
    cursor: pointer;
}

#error-no-quotes {
    margin: 5% 0 5% 0px;
    border: 3px solid #df147c;
    padding: 2%;
}

.forms .one .two {
    float: right;
}

.forms .one .two {
    width: 450px;
}

#forms_one_two {
    line-height: 1.4em;
}

.two a {
    color: #FFCA00;
}

.downloads li a {
    line-height: 1.5em;
}

.call-request .close:hover {
    cursor: pointer;
}

#presenter {
    display: none;
    position: fixed;
    top: 30px;
    left: 50%;
    z-index: 9999;
}

#presenter_box {
    overflow:  scroll;
    display: block;
    position: fixed;
    left: 50%;
    z-index: 9999;
    top: 20px;
    width: 800px;
    min-height: 120px;
    max-height: 500px;
    background: white;
    padding: 30px 10px;
    border: 2px solid #df147c;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

#popup {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 500px;
    top: 30px;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, 50%);
}

#popup_box {
    overflow: hidden;
    display: block;
    max-width: 500px;
    z-index: 9999;
    top: 20px;
    background: white;
    padding: 30px 15px;
    border: 2px solid #df147c;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

#presenter_box h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

#presenter_content {
    margin-top: 45px;
}

.positive-text {
    color: green;
}

.negative-text {
    color: red;
}

#presenter_content {
    margin-top: 0px;
}

#presenter_close {
    position: absolute;
    right: 15px;
    top: 20px;
}

.presenter_footer {
    text-align: center;
    margin: 15px 0;
}

.presenter_button_close {
    border: 2px solid #c4126e;
    color: #fff;
    background: #df147c;
    border-radius: 5px;
    box-shadow: 0 3px 0 #b1b1b1;
    padding: 6px 25px;
    font-weight: 600;
    white-space: nowrap;
}

.scroll_to {
    color: #ec0b8c;
    text-decoration: underline;
    cursor: pointer;
}

#presenter_close:hover {
    display: block;
    cursor: pointer;
    cursor: hand;
}

.travel_detail {
    clear: both;
    display: none;
}

.travel_detail .d-row {
    clear: both;
    padding: 8px 0;
    overflow: hidden;
    width: 100%;
}

.travel_detail .d-row:hover { /* :hover */
    background: rgb(242,211,227);
}

.travel_detail .d-col {
    float: left;
}

#presenter_content .d-col:first-child {
    float: left;
    width: 45%;
    font-weight: 500;
    padding-left: 20px;
}

#presenter_content .d-col:nth-child(2) {
    float: left;
    width: 45%;
    font-weight: normal;
    color: #df147c;
}

#filter-header {

}
#filter-header #filter-text {
    float: left;
    margin-top: 0px;
    margin-left: 475px;
    margin-bottom: 5px;
}

.klik-button {
    font-size:30px;
    font-weight:500;
    color: #fff !important;
    border-radius:6px;
    background-color: #03aa03;
    border: solid 2px #019901;
    box-shadow:0 3px 0 #b2b2b2;
    padding: 10px 40px;
    margin-top:25px;
    cursor: pointer;
    display:inline-block;
    transition: all 0.3s ease-in-out;
}

.klik-button.step4-submit-button {
    margin: 0 0 0 0px !important;
    width: 250px;
}

.klik-button:hover {
    background-color: #df147c;
    border: 2px solid #c4126e;
}

a.klik-button:hover {
    text-decoration: none;
}

.klik-button.shrink {
    padding: 12px;
}

.klik-button i {
    padding-left: 5px;
}

.ui-datepicker {
    z-index: 2001 !important;
}

#compare-table .filtered_product .tdbox, #compare-table .filtered_product .f-header {
	background: #f9ab8e;
}

.klik-box {
    border-radius:6px;
    background:#fff;
    box-shadow:0 0 10px #b2b2b2;
    padding:20px 20px 5px 20px;
    margin-bottom:30px;
}
.klik-box .box-content {
    padding: 1rem;
}
.klik-box .col-sm-9 em {
    font-style:normal;
    font-weight:bold;
}
.klik-box .col-sm-9 strong {
    display:block;
    margin-top:22px;
    font-size:20px;
}
.klik-box .col-sm-9 span {font-size:14px;}
.klik-box .col-sm-12 strong {
    font-size:14px;
    display:block;
    margin:25px 0 10px 0;
}
.klik-box ul {
    margin:0;
    list-style-type:none;
}
.klik-box li {
    position:relative;
    padding:1px 0 5px 30px;
}
.klik-box li:before {
    content:'\f058';
    font-family:'FontAwesome';
    font-size:22px;
    position:absolute;
    left:0px;
    top:-4px;
    color:#26950c;
}
.klik-box .partner-info {
    margin-bottom: 10px;
}
.klik-box .box-price {
    display: block;
    font-size: 20px;
}
.small-text-14 {
    font-size: 14px;
}
.ucall {
	text-transform: uppercase;
}

/*----------------------------------------------------------------------------------------------------
header-notice panel
----------------------------------------------------------------------------------------------------*/

.header-notice {
    padding: 15px 20px;
    text-align: center;
    position: relative;
    background-color: #ffcc00;
    font-size: 14px;
    color: #000;
    display: none;
    width: 1120px;
    box-sizing: border-box;
}
.header-notice p {
    margin: 0 0 10px;
}
.header-notice a {
    color: #0f98d8;
    text-decoration: underline;
}
.header-notice .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    opacity: 1;
    text-shadow: none;
}
.header-notice .close a {
    color: #5b5b5b;
}
@media (min-width: 1120px) {
    .header-notice {
        width: 100%;
    }
}

#cms_viewer div.input input.rz {
    padding: 6px 0px 0px 40px;
    font-size: 20px;
    border: none;
    width: 155px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 155px 40px;
}

#spz_vehicle_loader {
	float: left;
	cursor: pointer;
	margin: 2px 0px 0px 4px;
}

#spz_vehicle_loader.klik-button {
	font-size: 15px;
    font-weight: bold;
    padding: 5px 10px 2px 10px;
}

.spz-instr-message-box {
    width: 750px;
}

.spz-instr-message {
    font-weight: bold;
    font-size: 0.93em;
    margin-top: 2px;
    margin-left: 292px;
}

.car-spz-box {
    width: 730px !important;
}

.pink-select {
	background: url("/img/icon/bottom_chevron_pink_icon.svg") no-repeat right !important;
}

.input-help:after {
    position:absolute;
    left: -18px;
    top: 1rem;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right-color: #FFFFFF;
    z-index: 2;
}

.input-help:before {
    position: absolute;
    left: -20px;
    top: 1rem;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right-color: #DF147C;
    z-index: 1;
}

.input-help {
    visibility: hidden;
    display: block;
    width: 18rem;
    background-color: #FFFFFF;
    border: 2px solid #df147c;
    position: absolute;
    top: -0.875rem;
    left: 100%;
    margin-left: 1.5rem;
    border-radius: 5px;
    padding: 1rem 1rem 1rem 1.5rem;
    z-index: 99;
    opacity: 0;
    transform: translateX(20px);
    transition: 200ms ease-in-out;
}

.input-help.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.input-help .close-input-help {
    float: right;
    position: relative;
    bottom: 15px;
    color: #df147c ;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
    cursor: pointer;
}
</pre></body></html>