﻿
@import "https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100";

* {
    font-family: "Lato",Helvetica,Arial,sans-serif;
}

.sompo, body, html {
    background-color: #fff;
    color: #4c4c4c;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.42857;
}
/*customize scrollbar*/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px; /* for vertical scrollbars */
    height: 3px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
/*show scrollbar on safari etc. by default*/
.premium_prod .table-responsive {
    -webkit-overflow-scrolling: auto;
}

.premium_prod .table-responsive {
}

a {
    color: #7f030d;
}

.link-grey a {
    color: #4c4c4c;
}

    a:active, a:hover, a:focus, .link-grey a:hover, .link-grey a:focus {
        color: #aa001b;
        outline: medium none;
    }

a:focus {
    text-decoration: none;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.ul-padding-left {
    padding-left: 1rem;
}

.margin0 {
    margin: 0;
}

.text-success {
    color: #3498db;
}

.bg-red {
    background: rgba(0, 0, 0, 0) linear-gradient(#f05fa2, #e50278) repeat scroll 0 0;
}

.bg-purple {
    background: rgba(0, 0, 0, 0) linear-gradient(#8b9ce2, #3a4283) repeat scroll 0 0;
}

.bg-orange {
    background: rgba(0, 0, 0, 0) linear-gradient(#faa318, #f1601f) repeat scroll 0 0;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

.list-c {
    padding-left: 10px;
    font-size: 0.857rem;
}

    .list-c li {
        position: relative;
    }

        .list-c li:before {
            content: "\f111";
            display: inline-block;
            font-family: fontawesome;
            position: absolute;
            left: -10px;
            text-rendering: auto;
            top: 7px;
            font-size: 6px;
        }

.well-c {
    border-radius: 0;
    box-shadow: none;
    background: #fafafa;
    margin: 1rem 0;
}

    .well-c .table {
        margin-bottom: 1.5rem;
    }

.sompo h1 {
    font-weight: 300;
}

.sompo .container, .sompo .carousel-c {
    clear: both;
}

.sompo .carousel-c {
    background: #fafafa;
    border-bottom: 1px dashed #efefef;
    border-top: 1px dashed #ff0000;
    position: relative;
    min-height: 500px;
}

.header {
    padding: 15px 15px 0;
    position: relative;
}

    .header a {
        color: #f33729;
    }

.navbar-brand {
    height: auto;
    padding: 0;
}

.sompo .navbar-brand > img {
    margin-top: -10px;
}

.quicklinks {
    height: 0.857rem;
    line-height: 0.857rem;
    margin-right: 10px;
    text-align: right;
}

    .quicklinks a {
        border-right: 1px solid #ccc;
        display: inline-block;
        padding: 0 5px;
    }

    .quicklinks .icon {
        font-size: 0.857rem;
    }

    .quicklinks a:hover, .quicklinks a:focus {
        color: #aa001b;
        text-decoration: none;
    }

    .quicklinks a:last-of-type {
        border: medium none;
        padding: 0;
    }

.sompo .navbar-right {
    margin-right: 0;
    margin-top: 18px;
}

    .sompo .navbar-right > li > a {
        /*background: #eee none repeat scroll 0 0;*/
        margin-left: 1px;
        padding: 6px 10px;
        font-size: 16px;
    }

        .sompo .nav .open > a, .sompo .nav .open > a:hover, .sompo .nav .open > a:focus, .sompo .navbar-right > li > a:hover, .sompo .navbar-right > li > a:focus {
            background: #a0a0a0 none repeat scroll 0 0;
            color: #fff;
        }

#search {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translate(0px, -100%) scale(0, 0)translate(0, -25%);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

    #search input[type="text"] {
        background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
        border: 1px solid #aa001b;
        color: rgb(255, 255, 255);
        font-size: 2rem;
        font-weight: 300;
        height: 60px;
        left: 20%;
        line-height: 60px;
        margin: 10rem auto auto;
        outline: medium none;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        text-align: left;
        width: 60%;
    }

    #search button[type="submit"] {
        background: #aa001b none repeat scroll 0 0;
        border: 0 none;
        height: 60px;
        line-height: 60px;
        margin: 10rem auto;
        position: absolute;
        right: 20%;
        top: 0;
        width: 60px;
    }

        #search button[type="submit"]:hover {
            background: #7f030d none repeat scroll 0 0;
        }

        #search button[type="submit"] span {
            color: #fff;
            display: inline-block;
            font-size: 2rem;
            margin-top: 12px;
        }

    #search .close {
        color: #ffffff;
        font-size: 36px;
        opacity: 1;
        position: fixed;
        right: 30px;
        top: 15px;
    }

    #search.open {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        z-index: 10001;
    }

.search-input {
    position: relative;
}

.search-input {
    position: relative;
}

.side_infolinks {
    display: block;
    line-height: 40px;
    position: fixed;
    right: -160px;
    top: 46%;
    width: 200px;
    z-index: 1000;
}

    .side_infolinks > a, .side_infolinks > span {
        background-color: #aa001b;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 40px;
        left: 0;
        margin-bottom: 2px;
        opacity: 0.75;
        position: relative;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        width: 200px;
    }

html:not(.touch) .side_infolinks > a:hover, html:not(.touch) .side_infolinks > span:hover {
    left: -160px;
    opacity: 1;
}

.side_infolinks > a span, .side_infolinks > span span {
    display: block;
    font-size: 0.857rem;
    height: 40px;
    padding: 0 40px 0 10px;
    text-align: left;
    width: 100%;
}

    .side_infolinks > a span:first-child {
        background-color: #aa001b;
        height: 40px;
        position: fixed;
        right: -0.4rem;
        text-align: center;
        width: 40px;
        line-height: 40px;
        font-size: 23px;
    }

html:not(.touch) .side_infolinks > a.side_infolinks__4:hover, html:not(.touch) .side_infolinks > span.side_infolinks__4:hover {
}

.navbar-nav .open .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    position: absolute;
}

.megamenu .nav, .megamenu .collapse, .megamenu .dropup, .megamenu .dropdown {
    position: static;
}

.megamenu .dropdown-menu {
    left: auto;
}
/*.megamenu  ul li+li .dropdown-menu{
	max-height: 178px;
    overflow-y: scroll;
	}*/
.megamenu .dropdown-menu {
    max-height: 178px;
    overflow-y: auto;
}

.megamenu .megamenu-content {
    padding: 15px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.dropdown-menu div[class*="col-"] a {
    display: block;
    padding: 15px 5px 5px;
}

    .dropdown-menu div[class*="col-"] a:hover {
        background: #efefef none repeat scroll 0 0;
        text-decoration: none;
    }

.dropdown-menu p {
    color: #7b797a;
    font-size: 0.75rem;
}

.megamenu-content .icon, .megamenu-content span[class*="pe-"] {
    color: #aa001b;
    float: left;
    font-size: 44px;
    min-width: 44px;
    margin-right: 5px;
    text-align: center;
}

.dropdown-menu div[class*="col-"] p {
    display: inline-block;
}

    .dropdown-menu div[class*="col-"] p.lead {
        color: #000000;
        display: block;
        font-size: 0.96rem;
        font-weight: 600;
        margin: 0;
    }

.quote > p {
    color: #666;
    font-size: 1.333em;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
}

.quote h1 {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 3.157em;
    margin: 0;
    padding-left: 15px;
}

    .quote h1 + h1 {
        font-size: 1.618rem;
        font-weight: 400;
        margin-top: 2rem;
    }

    .quote h1 + ul {
        font-size: 1.333rem;
        margin-top: 2rem;
    }

.quote .list-inline > li {
    padding: 0;
}

.quote h1 + ul > li > a {
    color: #000000;
    display: block;
    padding: 1.5rem;
    text-align: center;
}

.quote h1 + ul a:hover, .quote h1 + ul a:focus {
    color: #7f030d;
    text-decoration: none;
}

.quote h1 + ul image, .quote h1 + ul span {
    display: block;
    margin: 0 auto;
    white-space: nowrap;
}

.quote h1 + ul > li > a span:first-child {
    font-size: 58px;
    color: #aa001b;
    position: relative;
    top: 0;
}

.quote h1 + ul > li > a.anchor_hover span:first-child {
    top: -20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.banner {
    float: right;
}

.quote-product {
    float: left;
}

    .quote-product::before {
        content: "[";
    }

    .quote-product::after {
        content: "]";
    }

    .quote-product .icon, .quote-product span[class*="pe-"] {
        font-size: 34px;
        color: #aa001b;
    }

    .quote-product p {
        display: inline-block;
        height: 34px;
        line-height: 34px;
        margin-bottom: 0;
        margin-right: 5px;
    }

.quote form {
    font-size: 1rem;
}

    .quote form span {
        margin: 0;
    }

#parent, #parent1, #parent2 {
    border: 1px solid #dddddd;
}

#fixTable2.table > thead > tr > th, #fixTable1.table > thead > tr > th, #fixTable.table > thead > tr > th {
    background: #b80008 none repeat scroll 0 0;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    text-align: center;
    white-space: nowrap;
}

#fixTable.table > thead > tr, #fixTable1.table > thead > tr, #fixTable2.table > thead > tr {
    border: 1px solid #ffffff !important;
}

#fixTable.table > tbody > tr > td, #fixTable1.table > tbody > tr > td, #fixTable2.table > tbody > tr > td {
    text-align: center;
}

.drkbgRed {
    background-color: #960008 !important;
}

.mob {
    display: none;
}

@media (min-width: 1280px) {
    .resp-vtabs .resp-tabs-container {
        width: 69%;
    }

    .premium_prod ul#myTab1 li > a, .premium_prod ul#myTab2 li > a, .premium_prod ul#myTab3 li > a {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 10px auto;
        width: 80%;
    }

    .modal-c .modal-dialog {
        margin: 5% auto 10px;
        text-align: center;
        width: 500px;
    }

        .modal-c .modal-dialog h3 {
            margin-top: 0;
        }
}

.sompo .modal .btn-primary, .sompo .modal .btn-default {
}

form .modal .btn-primary:hover, form .modal .btn-primary:focus {
}

.unhide {
    color: #7f030d;
    cursor: pointer;
    padding: 15px 0 0;
}

    .unhide:hover {
        text-decoration: underline;
    }
/*.unhide-content table {
    border: 1px solid #ddd;
    font-size: 12px;
    margin: 15px 0 0;
}*/
.unhide-content table tr th {
    border-right: 1px dashed #ddd;
    white-space: nowrap;
}

.online-form #rootwizard .lead {
    font-size: 1.5rem;
}

.online-form .category .checkbox {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    padding: 1rem;
}

.category .todo {
    margin-bottom: 1rem;
}

.main .todo > h4 {
    color: #333;
    font-size: 1rem;
}

.todo:hover {
    background: #4c4c4c none repeat scroll 0 0;
}

.online-form .btn {
    padding: 0.5rem 1rem;
}

.online-form .input-group-btn .btn {
    padding: 6px 12px;
}

.online-form hr {
    border-top: 1px dashed #ddd;
    margin: 0 -2.5rem 20px;
}

.note {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #004d7d;
    padding: 0.5rem 1rem;
    margin-bottom: 15px;
}

    .note p {
        margin: 0.2rem 0;
        position: relative;
    }

        .note p::after, .note[aria-expanded="false"] p::after {
            content: "";
            display: inline-block;
            font: bold 24px/12px "Pe-icon-7-stroke";
            position: absolute;
            right: 0;
            text-rendering: auto;
            top: 7px;
        }

    .note[aria-expanded="true"] p::after {
        content: "";
        display: inline-block;
        font: bold 24px/12px "Pe-icon-7-stroke";
        position: absolute;
        right: 0;
        text-rendering: auto;
        top: 7px;
    }

    .note > .panel-body {
        border: 1px solid #ddd;
    }

    .note + .panel-body {
        background: #fafafa none repeat scroll 0 0;
        border-top: 1px solid #fff;
    }

        .note + .panel-body ol {
            font-size: 0.875rem;
            padding: 0 1rem;
        }

            .note + .panel-body ol li {
                margin-bottom: 0.5rem;
            }

        .note + .panel-body p, .note + .panel-body ul {
            font-size: 0.857rem;
            margin-bottom: 0.5rem;
        }

        .note + .panel-body ul {
            padding: 0;
        }

        .note + .panel-body dl {
            font-size: 1.5rem;
            margin: 1rem 0 0;
        }

        .note + .panel-body dt {
            padding: 1rem 0 0.5rem;
        }

        .note + .panel-body dd {
            font-size: 0.857rem;
            margin-bottom: 0.5rem;
        }

.quotation .quotation-details {
    margin-top: 1rem;
}

.online-form .collapse + hr {
    display: none;
}

.online-form .in + hr {
    display: block;
}

.online-form .l2 {
    background: #fafafa none repeat scroll 0 0;
    margin: 0 -3.4rem;
    padding: 0.2rem 3.4rem;
}

    .online-form .l2 + .panel-body {
        padding-left: 0;
        padding-right: 0;
    }

    .online-form .l2 > h4 {
        margin: 0.4rem 0;
        position: relative;
    }

        .online-form .l2 > h4::after, .online-form .l2[aria-expanded="false"] h4::after {
            content: "";
            display: inline-block;
            font: 34px/12px "Pe-icon-7-stroke";
            margin-right: 8px;
            position: absolute;
            right: 0;
            text-rendering: auto;
            top: 4px;
        }

    .online-form .l2[aria-expanded="true"] h4::after {
        content: "";
        display: inline-block;
        font: 34px/12px "Pe-icon-7-stroke";
        margin-right: 8px;
        position: absolute;
        text-rendering: auto;
        top: 4px;
    }

    .online-form .l2 p {
        font-size: 1rem;
        font-weight: bold;
        margin: 0;
    }
/**/
.online-form .l3 {
    margin: 1rem 0 0.5rem;
}

.online-form .tab-content .l1 h3 {
    padding-right: 2rem;
    position: relative;
}

    .online-form .tab-content .l1 h3::after, .online-form .tab-content .l1[aria-expanded="false"] h3::after {
        content: "";
        display: inline-block;
        font: 24px/12px "Pe-icon-7-stroke";
        margin-left: 5px;
        position: absolute;
        right: 0;
        text-rendering: auto;
        top: 10px;
    }

.online-form .tab-content .l1[aria-expanded="true"] h3::after {
    content: "";
    display: inline-block;
    font: 24px/12px "Pe-icon-7-stroke";
    margin-left: 5px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 10px;
}

.online-form .tab-content .menu-static h3::after {
    display: none;
}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    color: #aa001b;
    font-family: "Lato",Helvetica,Arial,sans-serif;
}

.item {
}

    .item h1 {
        color: #aa001b;
        font-size: 1.618rem;
        font-weight: 400;
        margin: 30px 0 15px;
        line-height: 57px;
    }

    .item .icon, .item span[class*="pe-"] {
        font-size: 57px;
        color: #9e9e9e;
        float: left;
        margin-right: 5px;
        min-width: 57px;
    }

.sompo .btn-primary, .sompo .btn-primary-c, .sompo .btn-default-c {
    background: #144264;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    border-left: 3px solid #000;
    color: #fff;
}

.sompo .btn-primary-c, .sompo .btn-default-c {
    border: medium none;
    font-size: 0.875rem;
}

    .sompo .btn-primary:hover, .sompo .btn-primary:focus, .sompo .btn-primary-c:hover, .sompo .btn-primary-c:focus {
        background: #7f030d none repeat scroll 0 0;
        color: #fff;
    }

.sompo .btn-default-c {
    background: #ddd none repeat scroll 0 0;
    color: #000;
}

    .sompo .btn-default-c:hover, .sompo .btn-default-c:focus {
        background: #666 none repeat scroll 0 0;
        color: #fff;
    }

.sompo .btn-default {
}

.sompo .pager .btn-default:hover, .sompo .pager .btn-default:focus, .sompo .modal-footer .btn-default:hover, .sompo .modal-footer .btn-default:focus {
    color: #000;
}

.sompo .btn-link {
    color: #7f030d;
    padding: 0;
    text-transform: uppercase;
}

    .sompo .btn-link:hover, .sompo .btn-link:focus {
        color: #aa001b;
    }

.sompo .btn .fa {
    font-size: 18px;
    padding-left: 10px;
}

    .sompo .btn .fa:first-child {
        padding: 0;
    }

.item .lead {
    font-size: 1em;
    font-weight: bold;
    margin: 30px 0 0;
}

    .item .lead + a {
        color: #aa001b;
        display: block;
        font-size: 1.777em;
    }

        .item .lead + a:hover, .item .lead + a:focus {
            text-decoration: none;
        }

    .item .lead:first-of-type {
        margin: 0;
    }

    .item .lead + a:last-of-type {
        font-size: 1.333rem;
        font-weight: normal;
    }

.item h1 .left, .item h1 .right {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    font-size: 1.333rem;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}

    .item h1 .left:hover, .item h1 .right:hover, .item h1 .left:focus, .item h1 .right:focus {
        background: #aa001b none repeat scroll 0 0;
        color: #fff;
    }

.announce {
}

    .announce h1 {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .announce p:first-of-type {
        color: #aa001b;
    }

.quotation h1, .quotation h2, .quotation h3, .quotation h4, .quotation h5, .quotation h6 {
    color: #333;
}

.round-tab {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    line-height: 24px;
    text-align: center;
    width: 20px;
    box-shadow: 0 50px #606060 inset;
}

#rootwizard > .navbar {
    border: medium none;
    min-height: 40px;
}

#rootwizard > li {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: 25%;
}

#rootwizard .nav-pills > li.active > a, #rootwizard .nav-pills > li.active > a:focus, #rootwizard .nav-pills > li.active > a:hover {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #505050;
    font-size: 1rem;
}

#rootwizard .nav-pills > li > a {
    background: #707070 none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    border-radius: 0;
    color: #e7e6e6;
    font-size: 1.111em;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

.text {
    font-size: 1rem;
}

#rootwizard .tab-content {
    margin-bottom: 20px;
    padding: 0 1.5rem;
}

div[class*="col-"] input + input, div[class*="col-"] .input-group + .input-group {
    margin-top: 0.75rem;
}

.plan > .btn {
    border-radius: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
}

.sompo .plan > .btn-default:hover, .sompo .plan > .btn-default:focus {
    background: #fff none repeat scroll 0 0;
}

.plan > .btn-default:hover .panel-heading, .plan > .btn-default:focus .panel-heading {
    background: #009fc2 none repeat scroll 0 0;
    color: #fff;
}

.plan .btn-default.active .panel-heading, .plan .btn-default:active .panel-heading {
    background: #009fc2 none repeat scroll 0 0;
    color: #fff;
}

.plan > .btn > .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.plan .btn-default.active, .plan .btn-default:active, .plan .open > .dropdown-toggle.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

    .plan .btn-default.active h3, .plan .btn-default.active h4, .plan .btn-default:hover h3, .plan .btn-default:hover h4 {
        color: #fff;
    }

.plan-selected .btn-default.active h4::after {
    content: "";
    display: inline-block;
    font: bold 1rem FontAwesome;
    position: absolute;
    right: 1rem;
    text-rendering: auto;
}

.plan .panel-heading {
    background: #fff;
    border-radius: 0;
}

.plan ul {
    margin: 0;
    padding: 0.5rem 0 0;
}

    .plan ul li {
        margin-bottom: 0.4rem;
    }

.plan h3 {
    margin-top: 5px;
}

.plan .lead {
    margin-bottom: 0;
}

.compare {
    float: right;
    margin: 0 1rem 0.5rem;
}

.area h4 {
    margin: 0;
}

.area .panel-body {
    padding-bottom: 0;
}

.area .btn-default.active .panel-heading::after, .area .btn-default:active .panel-heading::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0.5rem;
    top: 10px;
}

.call-out {
    border-left: 5px solid #eee;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
}

    .call-out h3, .call-out p {
        margin: 0;
    }

.callout-danger {
    background: rgba(170, 0, 27, 0.05) none repeat scroll 0 0;
    border-left: 5px solid #aa001b;
}

.callout-success {
    background: #eefbff;
    border-left: 3px solid #3498db;
}

.todo {
    backface-visibility: hidden;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

h4.todo-name {
    margin: 0;
}
/*
.todo h4 {
    backface-visibility: hidden;
    background: #eee url("../images/todo.png") no-repeat scroll 98% center;
    cursor: pointer;
    margin-top: 2px;
    padding: 1rem;
    position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
       -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s;
}
.todo-done h4 {
    background: #f5f5f5 url("../images/done.png") no-repeat scroll 98% center;
    color: #1abc9c;
}*/
.todo h4 {
    background: #eee;
    cursor: pointer;
    margin-top: 2px;
    padding: 1rem;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.todo-done h4 {
    background: #f5f5f5;
    color: #1abc9c;
}

    .todo-done h4:before {
        content: "\f058";
        display: inline-block;
        font: 20px "fontawesome";
        position: absolute;
        right: 1rem;
        color: #1abc9c;
    }

#rootwizard .panel-default > .panel-heading h3::before, #rootwizard .panel-default > .panel-heading[aria-expanded="false"] h3::before {
    content: "";
    display: inline-block;
    font: 12px/1 FontAwesome;
    margin-right: 8px;
    text-rendering: auto;
}

#rootwizard .panel-default > .panel-heading[aria-expanded="true"] h3::before {
    content: "";
    display: inline-block;
    font: 12px/1 FontAwesome;
    margin-right: 8px;
    text-rendering: auto;
}

.comfirm .list-group > .fa {
    float: left;
    font-size: 5.61em;
    margin-right: 20px;
}

.comfirm .list-group > h2 {
    padding-top: 15px;
}

.comfirm .list-group > h2, .comfirm .list-group > p {
}

.sompo-grey .main {
    background: #f8f8f8 none repeat scroll 0 0;
}

.main .row {
    background: #fff none repeat scroll 0 0;
}

.main ul li {
    margin-bottom: 10px;
}

.sompo-white .main {
    background: #fff none repeat scroll 0 0;
}

.sompo-grey .main {
    border-top: 1px dashed #e1e1e1;
}

.main .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}

.sompo .main + .shared {
    margin-top: 40px;
}

.sompo-grey .breadcrumb + h1 {
    margin-bottom: 2rem;
    margin-top: 0;
}

#rootwizard {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: 0 -15px;
}

.sompo-white .main h2, .sompo-grey .main h2 {
    font-size: 2.125rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.sompo-white .main h3 {
    font-weight: 300;
}

.sompo-white .main .faq h3 {
    padding-right: 2rem;
}

.sompo-white .main .row {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.claims + .row {
    border: 1px dashed #e1e1e1;
    margin-bottom: 40px;
}

    .claims + .row div[class*="col-"]:first-child {
        margin: 10px auto;
    }

.claims {
    margin: 0 auto 30px;
}

    .claims h3 {
        color: #333;
        font-weight: 300;
    }

    .claims p.lead {
        margin: 0;
    }

    .claims .item, .claims .item:hover {
        border: 1px dashed #e1e1e1;
        cursor: pointer;
        display: inline-block;
        min-height: 230px;
        padding: 3rem 1rem 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

        .claims .item:hover {
            -webkit-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
        }

            .claims .item:hover h3 {
                color: #fff;
            }

        .claims .item .icon, .claims .item span[class*="pe-"] {
            font-size: 60px;
            color: #aa001b;
            float: none;
        }

        .claims .item:hover .icon, .claims .item:hover span[class*="pe-"] {
            color: #fff;
        }

        .claims .item span.pe-7s-culture {
            font-size: 56px;
        }

    .claims .row .item {
        border-left: 0 none;
        min-height: 250px;
    }

    .claims .row div[class*="col-"]:first-child .item {
        border-left: 1px dashed #e1e1e1;
        cursor: default;
    }

    .claims .row .item {
        border-top: 0 none;
    }

        .claims .row .item:hover {
            text-decoration: none;
        }

    .claims .row:first-of-type .item {
        border-top: 1px dashed #e1e1e1;
    }

    .claims .item p {
        font-size: 0.857rem;
    }

    .claims .item span:last-of-type {
        background: transparent none repeat scroll 0 0;
        border-radius: 25px;
        display: inline-block;
        padding: 3px 10px;
        text-decoration: none;
    }

    .claims .item .lead {
        font-size: 1.375rem;
    }

    .claims div[class*="col-"] {
        padding: 0;
    }

    .claims .item hr {
        border: medium none;
        bottom: 0;
        height: 6px;
        left: 0;
        margin: 30% 30% 0;
        position: absolute;
        width: 40%;
    }

.contact-us .enquiry .item:hover span:last-of-type {
    color: #aa001b;
    text-decoration: none;
}

.claims .traveljoy hr, .claims .traveljoy:hover {
    background: #009ec1 none repeat scroll 0 0;
    color: #fff;
}

.claims .pastar hr, .claims .pastar:hover {
    background: #f6821f none repeat scroll 0 0;
    color: #fff;
}

.claims .pajunior hr, .claims .pajunior:hover {
    background: #fdba14 none repeat scroll 0 0;
    color: #fff;
}

.claims .accident hr, .claims .accident:hover {
    background: #5f2d89 none repeat scroll 0 0;
    color: #fff;
}

.claims .maid hr, .claims .maid:hover {
    background: #e50278 none repeat scroll 0 0;
    color: #fff;
}

.claims .homebliss hr, .claims .homebliss:hover {
    background: #6fa74b none repeat scroll 0 0;
    color: #fff;
}

.claims .commercialline hr, .claims .commercialline:hover {
    background: #174698 none repeat scroll 0 0;
    color: #fff;
}

.claims .motor hr, .claims .motor:hover {
    background: #5ab3ab none repeat scroll 0 0;
    color: #fff;
}

.claims .workinjury hr, .claims .workinjury:hover {
    background: #00b5ae none repeat scroll 0 0;
    color: #fff;
}

.claims .medilife hr, .claims .medilife:hover {
    background: #009900 none repeat scroll 0 0;
    color: #fff;
}

.claims .Marine hr, .claims .Marine:hover {
    background: #00b5ae none repeat scroll 0 0;
    color: #fff;
}

.claims .commercial hr, .claims .commercial:hover {
    background: #167abf none repeat scroll 0 0;
    color: #fff;
}

.claims .feedbacks hr, .claims .feedbacks:hover {
    background: #666666 none repeat scroll 0 0;
    color: #fff;
}

.claims .site-color hr, .claims .site-color:hover {
    background: #aa001b none repeat scroll 0 0;
    color: #fff;
}

.online-help div[class*="col"]:first-child, .right div[class*="col"]:first-child {
    border-left: 1px dashed #e1e1e1;
}

.online-help .row {
}

.online-help ul {
}

.online-help li, .left li, .right li {
    border-top: 1px dashed #e1e1e1;
    height: 36px;
    line-height: 36px;
}

.online-help p, .left p {
    display: inline-block;
}

.online-help ul li a, .left ul li a {
    float: right;
}

.left ul li .btn-link {
    float: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",Helvetica,Arial,sans-serif;
}

.input-group, .bootstrap-select.form-control {
}

.tab-content > .tab-pane {
    padding: 1rem;
}

.btn, .input-group-addon, .form-control {
    border-radius: 0;
}

.form-group {
    margin-bottom: 25px;
}

.preview .form-group {
    margin-bottom: 0;
}

.well {
    box-shadow: none;
}

.item .well .lead + a {
    margin: 20px auto 0;
}

    .item .well .lead + a + a {
        color: #333;
    }

.help .well {
    border: medium none;
    border-radius: 0;
    margin-bottom: 1rem;
    margin-top: 30px;
}

.sompo .alert {
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
}

input[type="checkbox"], input[type="radio"] {
    height: 18px;
    width: 18px;
}

.bootstrap-select {
}

    .bootstrap-select > .btn {
        color: #000;
        padding-right: 25px;
        width: 100%;
    }

    .bootstrap-select.form-control {
        border: medium none;
        padding: 0;
    }

    .bootstrap-select.btn-group .btn .filter-option {
        display: inline-block;
        overflow: hidden;
        text-align: left;
        width: 100%;
    }

    .bootstrap-select.btn-group .btn .caret {
        margin-top: -2px;
        position: absolute;
        right: 12px;
        top: 50%;
        vertical-align: middle;
    }

    .bootstrap-select.btn-group[class*="col-"] .btn {
        width: 100%;
    }

    .bootstrap-select.btn-group .dropdown-menu {
        box-sizing: border-box;
        min-width: 100%;
        z-index: 1035;
    }

        .bootstrap-select.btn-group .dropdown-menu.inner {
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
            margin: 0;
            padding: 0;
            position: static;
        }

        .bootstrap-select.btn-group .dropdown-menu li {
            position: relative;
        }

            .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
                color: rgba(100, 177, 216, 0.4);
            }

            .bootstrap-select.btn-group .dropdown-menu li.disabled a {
                cursor: not-allowed;
            }

            .bootstrap-select.btn-group .dropdown-menu li a {
                cursor: pointer;
            }

                .bootstrap-select.btn-group .dropdown-menu li a.opt {
                    padding-left: 2.25em;
                    position: relative;
                }

                .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                    display: none;
                }

                .bootstrap-select.btn-group .dropdown-menu li a span.text {
                    display: inline-block;
                }

            .bootstrap-select.btn-group .dropdown-menu li small {
                padding-left: 0.5em;
            }

        .bootstrap-select.btn-group .dropdown-menu .notify {
            background: #f5f5f5 none repeat scroll 0 0;
            border: 1px solid #e3e3e3;
            bottom: 5px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
            box-sizing: border-box;
            margin: 0 2%;
            min-height: 26px;
            opacity: 0.9;
            padding: 3px 5px;
            pointer-events: none;
            position: absolute;
            width: 96%;
        }

.form-horizontal .control-label {
    color: #606060;
    font-size: 0.875rem;
}

.tabbar-combine .dropdown-toggle {
    background: #1ca8dd none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 40px;
    padding: 6px 12px;
}

.tabbar-combine .btn-group.open .dropdown-toggle {
    background: #179dcc none repeat scroll 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #fff;
}

.tabbar-combine .btn-group.open .dropdown-menu {
    top: 120%;
}

.bs-searchbox, .bs-actionsbox {
    padding: 4px 8px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.lta .tabbar-combine .btn-primary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #1ca8dd none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #147fab;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #fff;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    background: #ddd none repeat scroll 0 0;
}

.pager .next > a, .pager .next > span {
    float: left;
    margin-right: 1rem;
}

.jumbotron {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px dashed #e1e1e1;
    color: inherit;
    margin-bottom: 0;
    padding: 1rem 0;
}

.main-c .jumbotron {
    background: #fafafa;
    border-bottom: 1px dashed #e1e1e1;
    min-height: 340px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.main-c .auto-height {
    min-height: auto;
}

.main-c .jumbotron .traveljoy {
    background: #fdfdfc;
}

.main-c .jumbotron .homebliss {
    background: #f5f5f5;
}

.no-padding .jumbotron {
    padding-bottom: 0;
}

.sompo-white .main-c .jumbotron {
}

    .sompo-white .main-c .jumbotron div[class*="col-"]:nth-of-type(2) {
        text-align: right;
    }

.main-c .jumbotron h1 {
    font-size: 3.157rem;
    margin-top: 3rem;
}

.main-c .jumbotron h2 {
    color: #4c4c4c;
}

.claim-traveljoy .jumbotron h2 {
    margin-bottom: 2rem;
}

.claim-traveljoy .jumbotron .row {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}

.claim-traveljoy .jumbotron div[class*="col-"] {
    padding: 20px 30px;
}

    .claim-traveljoy .jumbotron div[class*="col-"]:nth-child(2) {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    }

.claim-traveljoy .jumbotron p {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
}

.claim-traveljoy .jumbotron .lead {
    font-weight: bold;
}

.jumbotron .lead, .jumbotron .btn-link {
    margin-top: 1rem;
}

.tagline {
    float: left;
    margin: 3rem auto 1rem -15px;
    padding: 0 2rem;
}

    .tagline h2 {
        color: #000;
        font-size: 2.125rem;
        font-weight: 300;
        margin: 0 0 2rem;
    }

        .tagline h2 strong {
            color: #606060;
        }

    .tagline p {
        color: #aa001b;
        font-size: 1.375rem;
        margin: 0;
    }

        .tagline p a {
            margin-right: 1rem;
        }

.brief {
    border-bottom: 1px dashed #e1e1e1;
}

.shared {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: 1px dashed #e1e1e1;
}

    .shared h2 {
        line-height: 45px;
    }

    .shared .icon {
        font-size: 45px;
        color: #9e9e9e;
        float: left;
        margin-right: 5px;
    }

    .shared .announce .icon {
        font-size: 57px;
        color: #9e9e9e;
        float: left;
        margin-right: 5px;
        min-width: 57px;
    }

    .shared .container {
        padding-bottom: 30px;
        padding-top: 30px;
    }

.brief .container {
    padding: 1.875rem 2rem;
}

.brief h1 {
    color: #aa001b;
    font-size: 2.75rem;
    margin-bottom: 1rem;
    margin-top: 15px;
    padding-top: 0;
}

    .brief h1 + p {
        margin-bottom: 20px;
    }

.brief ul li {
    line-height: 1.75rem;
    margin-bottom: auto;
}

.main > .container {
    padding: 2.5rem 2rem 1.875rem;
}

.main-c > .container {
    padding: 2.5rem 15px;
}

.claim-traveljoy .brief a {
    margin: 1.5rem 0 1.5rem 1rem;
}

.claim-traveljoy .brief .container {
}

    .claim-traveljoy .brief .container div[class*="col-"]:nth-child(2) {
        text-align: right;
    }

    .claim-traveljoy .brief .container a {
        margin: 1.5rem 0 1.5rem 0.5rem;
    }

.brief .announce {
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    margin: -1.875rem 0;
    padding: 1.875rem 15px;
    position: relative;
}

    .brief .announce h3 {
        border-left: 2px solid #aa001b;
        margin-left: -16px;
        padding-left: 16px;
    }

.announce p:first-of-type {
    color: #4c4c4c;
    font-weight: bold;
    margin: 0.7rem 0;
}

.announce .slide p:first-of-type {
    height: 70px;
}

.announce .slide > p a, .announce .slide > p ol {
    display: inline-block;
}

.announce .carousel-indicators {
    bottom: -0.5rem;
    left: 85%;
}

.brief .carousel-indicators li {
    background-color: #a2a2a2;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    width: 6px;
}

.brief .carousel-indicators .active {
    background-color: #e31837;
    height: 8px;
    margin: 0;
    width: 8px;
}

.table-fixed {
    border: 1px solid #eee;
}

    .table-fixed thead > tr > th {
        background: #b80008 none repeat scroll 0 0;
        border-bottom: 0 none;
        color: #fff;
        position: static;
    }

    .table-fixed tbody > tr > th {
        background: #f5f5f5 none repeat scroll 0 0;
        text-align: center;
    }

        .table-fixed tbody > tr > th::before, .table-fixed tbody > tr > th::after {
            clear: both;
        }

    .table-fixed tbody > tr > td {
        background: #fff none repeat scroll 0 0;
        white-space: nowrap;
    }

    .table-fixed thead > tr > th, .table-fixed tbody > tr > td, .table-fixed tbody > tr > th {
        font-size: 0.857rem;
        white-space: normal;
    }

    .table-fixed tbody {
        max-height: 400px;
        overflow-y: auto;
        width: 100%;
    }

        .table-fixed tbody .sub-title， .prod_prem tbody .sub-title {
            font-weight: bold;
            text-align: center;
        }

    .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
        display: block;
    }

        .table-fixed tbody td, .table-fixed thead > tr > th {
            float: left;
        }

        .table-fixed thead > tr {
            background: #b80008 none repeat scroll 0 0;
            border-bottom: 2px solid #ddd;
            float: left;
            width: 100%;
        }

        .table-fixed tbody tr {
            float: left;
            width: 100%;
        }

    .table-fixed span[class*="fa"] {
        margin-left: 5px;
    }

.wrap_lft_tabs {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%;
}

.tab-content > .faq {
    padding: 0;
}

    .tab-content > .faq .panel {
        box-shadow: none;
        margin: 0;
    }

    .tab-content > .faq .panel-heading, .tab-content > .faq .panel-body {
        padding: 0;
    }

        .tab-content > .faq .panel-heading[aria-expanded="true"] {
            margin: 1rem 0;
        }

.faq .panel-heading[aria-expanded="true"] h3, .contact-us .panel-heading[aria-expanded="true"] h3 {
    border-bottom: 1px dashed #ddd;
    font-weight: 400;
}

.contact-us .jumbotron h3 {
    color: #4c4c4c;
}

.contact-us .panel-heading h3 {
    font-weight: 300;
}

.tab-content > .faq .panel-heading h3, .tab-content > .faq .panel-body h3 {
    margin: 0;
    padding: 0.5rem 0 !important;
}

.tab-pane .badge {
    border-radius: 0;
    margin-right: 0.5rem;
    padding: 0.2rem 0.5rem;
    text-transform: uppercase;
}

.faq .item h4 {
    color: #333;
    display: inline-block;
}

.faq .item {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    margin: 0.4em;
    padding: 1em;
    text-decoration: none;
    width: 100%;
}

    .faq .item .icon, .faq .item span[class*="pe-"] {
        font-size: 36px;
        min-width: auto;
        color: #aa001b;
    }

    .faq .item:hover .icon, .faq .item:hover span[class*="pe-"] {
        color: #fff;
    }

.faq .item-to-left {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}

    .faq .item-to-left::before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: 100% 50% 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: -1;
    }

.faq a:hover h4, .faq a:focus h4 {
    color: #fff;
}

.faq .item-to-left:hover::before, .faq .item-to-left:focus::before, .faq .hvr-sweep-to-left:active::before {
    color: #fff;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.faq .traveljoy {
    border-right: 5px solid #2098d1;
}

    .faq .traveljoy::before {
        background: #2098d1 none repeat scroll 0 0;
    }

.faq .pastar {
    border-right: 5px solid #f6821f;
}

    .faq .pastar::before {
        background: #f6821f none repeat scroll 0 0;
    }

.faq .homebliss {
    border-right: 5px solid #6fa74b;
}

    .faq .homebliss::before {
        background: #6fa74b none repeat scroll 0 0;
    }

.faq .maid {
    border-right: 5px solid #e50278;
}

    .faq .maid::before {
        background: #e50278 none repeat scroll 0 0;
    }

.faq .pajunior {
    border-right: 5px solid #fdba14;
}

    .faq .pajunior::before {
        background: #fdba14 none repeat scroll 0 0;
    }

.faq .accident {
    border-right: 5px solid #5f2d89;
}

    .faq .accident::before {
        background: #5f2d89 none repeat scroll 0 0;
    }

.faq .motor {
    border-right: 5px solid #5ab3ab;
}

    .faq .motor::before {
        background: #5ab3ab none repeat scroll 0 0;
    }

.faq .medilife {
    border-right: 5px solid #009900;
}

    .faq .medilife::before {
        background: #009900 none repeat scroll 0 0;
    }

.faq .panel {
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
}

.faq .panel-heading, .faq .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.faq h3 {
    margin: 0;
    padding: 0.5rem 0;
    position: relative;
}

.faq .panel-heading h3::after, .faq panel-heading[aria-expanded="false"] h3::after {
    content: "";
    display: inline-block;
    font: 24px/12px "Pe-icon-7-stroke";
    margin-left: 5px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 10px;
}

.faq .panel-heading[aria-expanded="true"] h3::after {
    content: "";
    display: inline-block;
    font: 24px/12px "Pe-icon-7-stroke";
    margin-left: 5px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 10px;
}

.sidebar-offcanvas {
    padding: 0;
}

    .sidebar-offcanvas .list-group {
        margin-bottom: 20px;
        padding: 0.1rem 2rem 1rem;
    }

    .sidebar-offcanvas .list-group-item {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        margin-bottom: 0;
        padding: 0;
    }

        .sidebar-offcanvas .list-group-item a {
            border-bottom: 1px dashed #e1e1e1;
            color: #333;
            display: block;
            font-weight: 600;
            padding: 15px 0;
        }

        .sidebar-offcanvas .list-group-item .btn-link {
            border-bottom: medium none;
            text-align: left;
        }

    .sidebar-offcanvas .thumbnail {
        border: 0 solid #efefef;
        border-radius: 0;
        clear: both;
        margin-top: 1rem;
        padding: 0;
    }

        .sidebar-offcanvas .thumbnail .caption {
            background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
            color: #333;
            cursor: pointer;
            display: block;
            margin-top: -66px;
            padding: 9px;
            position: relative;
        }

            .sidebar-offcanvas .thumbnail .caption:hover {
                background: rgba(250, 250, 250, 0.8) none repeat scroll 0 0;
                text-decoration: none;
                -webkit-transition: all 0.2s ease-in-out 0s;
                -o-transition: all 0.2s ease-in-out 0s;
                transition: all 0.2s ease-in-out 0s;
            }

            .sidebar-offcanvas .thumbnail .caption p, .sidebar-offcanvas .thumbnail .caption h3 {
                margin: 0;
            }

            .sidebar-offcanvas .thumbnail .caption span {
                float: right;
                font-size: 2.5rem;
                position: absolute;
                right: 1rem;
                top: 1rem;
            }

    .sidebar-offcanvas .list-group-item a:hover, .sidebar-offcanvas .list-group-item a:focus {
        color: #aa001b;
        text-decoration: none;
    }

    .sidebar-offcanvas .list-group-item.active a, .sidebar-offcanvas .list-group-item.active a:hover, .sidebar-offcanvas .list-group-item.active a:focus {
        color: #7f030d;
    }

    .sidebar-offcanvas .list-group-item span {
        float: right;
    }

    .sidebar-offcanvas .list-group-item:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #aa001b;
    }

    .sidebar-offcanvas .list-group-item:last-child a {
    }

    .sidebar-offcanvas .list-group-item.active, .sidebar-offcanvas .list-group-item.active:hover, .sidebar-offcanvas .list-group-item.active:focus {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #7f030d;
        font-weight: 800;
    }

.content {
    padding: 0 0 0 3rem;
}

    .content h2 {
        font-size: 2.125rem;
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .content .lead {
        background: #fafafa none repeat scroll 0 0;
        font-size: 1.125rem;
        font-style: italic;
        padding: 1rem;
    }

    .content p {
        margin: 0 0 1rem;
    }

.dload {
    border-bottom: 1px dashed #e1e1e1;
    border-top: 1px dashed #e1e1e1;
    margin: 0 15px 0 0;
    padding: 15px 15px 5px 0;
}

.action-grid .table > thead > tr > th, .action-grid .table > tbody > tr > th, .action-grid .table > tfoot > tr > th, .action-grid .table > thead > tr > td, .action-grid .table > tbody > tr > td, .action-grid .table > tfoot > tr > td {
    border-left: 1px solid #fefefe;
    border-top: 1px solid #fefefe;
    color: #444;
    padding: 9px 8px;
    vertical-align: middle;
}

.action-grid .table > thead > tr > th {
    background: #958d66 none repeat scroll 0 0;
    border-bottom: 2px solid #5b553b;
    border-left: medium none;
    color: #fff;
    text-transform: uppercase;
}

    .action-grid .table > thead > tr > th:nth-child(2), .action-grid .table > thead > tr > th:nth-child(1), .action-grid .table > tbody > tr > td:nth-child(1), .action-grid .table > tbody > tr:first-child > td:nth-child(2) {
        padding-left: 25px;
        text-align: left;
    }

.action-grid th, .action-grid td {
    text-align: center;
}

.action-grid tbody {
    border-bottom: 2px solid #bcbaae;
}

.action-grid .table > tbody > tr:first-child > td:first-child {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
    position: relative;
}

    .action-grid .table > tbody > tr:first-child > td:first-child::after {
        color: #fff;
        content: "";
        font-family: FontAwesome;
        font-size: 48px;
        font-style: normal;
        font-weight: normal;
        padding-right: 0.5em;
        position: absolute;
        right: -38px;
        text-decoration: inherit;
        top: 40%;
    }

.breadcrumb i, .breadcrumb > .active, .breadcrumb > li + li::before {
    color: #666;
}

.about-us .jumbotron {
}

.bg {
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 2s ease 0s;
    -o-transition: opacity 2s ease 0s;
    transition: opacity 2s ease 0s;
    width: 100%;
    z-index: -1;
}

.about-us .jumbotron img {
}

.ceo .thumbnail, .right .thumbnail {
    border: medium none;
    margin-top: 1rem;
    padding: 0;
    position: relative;
}

    .ceo .thumbnail .caption {
        background: #b7182e none repeat scroll 0 0;
        color: #fff;
    }

        .ceo .thumbnail .caption h4 {
            color: #fff;
            font-size: 0.857rem;
            margin: 0;
        }

        .ceo .thumbnail .caption p {
            font-size: 0.75rem;
            margin: 0;
        }

    .right .thumbnail .caption {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        bottom: 0;
        cursor: pointer;
        position: absolute;
        width: 100%;
    }

        .right .thumbnail .caption h4 {
            color: #fff;
            margin: 0;
        }

.table-c > tbody > tr > td, .table-c > tbody > tr > th, .table-c > tfoot > tr > td, .table-c > tfoot > tr > th, .table-c > thead > tr > td, .table-c > thead > tr > th {
    border: medium none;
    padding-left: 0;
    padding-right: 0;
}

.table-col2 > tbody > tr > td:nth-child(2), .table-col2 > tbody > tr > th:nth-child(2), .table-col2 > thead > tr > td:nth-child(2), .table-col2 > thead > tr > th:nth-child(2), .table-col2 > tfoot > tr > td:nth-child(2), .table-col2 > tfoot > tr > th:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}

.table-c tbody > tr > th {
    background: #f5f5f5 none repeat scroll 0 0;
    font-weight: bold;
}

.table-caption thead:first-of-type > tr:first-child > th {
    background: #ddd none repeat scroll 0 0;
    text-transform: uppercase;
}

.table-col {
}

    .table-col > tbody > tr > td, .table-col > tbody > tr > th, .table-col > thead > tr > td, .table-col > thead > tr > th, .table-col > tfoot > tr > td, .table-col > tfoot > tr > th {
        text-align: center;
        vertical-align: middle;
    }

.well-c .table-col > tbody > tr > td, .well-c .table-col > tbody > tr > th, .well-c .table-col > thead > tr > td, .well-c .table-col > thead > tr > th, .well-c .table-col > tfoot > tr > td, .well-c .table-col > tfoot > tr > th {
    text-align: left;
}

.left-align > tbody > tr > td, .left-align > tbody > tr > th, .left-align > thead > tr > td, .left-align > thead > tr > th, .left-align > tfoot > tr > td, .left-align > tfoot > tr > th {
    text-align: left;
    vertical-align: top;
}

.table-col > tbody > tr > td:nth-child(1), .table-col > tbody > tr > th:nth-child(1), .table-col > thead > tr > td:nth-child(1), .table-col > thead > tr > th:nth-child(1), .table-col > tfoot > tr > td:nth-child(1), .table-col > tfoot > tr > th:nth-child(1) {
    text-align: left;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table-col > thead > tr > th {
    position: static;
}

.table-col > tbody {
    max-height: 100px;
    overflow-y: auto;
    width: 100%;
}

.form-horizontal-c {
    margin-bottom: 2rem;
}

    .form-horizontal-c .form-group {
        background: #f5f5f5 none repeat scroll 0 0;
        margin-bottom: 2px;
        margin-left: 0;
        margin-right: 0;
    }

        .form-horizontal-c .form-group div {
            background: #fafafa none repeat scroll 0 0;
            border-left: 2px solid #fff;
        }

    .form-horizontal-c .control-label {
        text-align: left;
    }

        .form-horizontal-c .control-label span {
            font-weight: normal;
        }

    .form-horizontal-c p {
        margin: 0;
    }

.report hr {
    border-top: 2px solid #aa001b;
    height: 2px;
    margin: 0;
}

.report ul li {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 1.5rem;
    margin: 0;
    padding: 0.8rem 0;
}

    .report ul li a + a {
        float: right;
        font-size: 1.8rem;
    }

        .report ul li a + a:hover, .report ul li a + a:focus {
            text-decoration: none;
        }

.join div:first-of-type {
    border-right: 1px dashed #ddd;
}

.join div[class*="col-"]:last-child {
    margin-top: 1rem;
}

.join .icon, .join span[class*="pe-"] {
    font-size: 40px;
    float: left;
    margin-right: 0.5rem;
    margin-top: 5px;
    color: #9e9e9e;
}

.step span {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    float: left;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

    .step span span {
        display: block;
        font-size: 0.75rem;
        padding: 7px;
    }

        .step span span strong {
            display: block;
            font-size: 0.857rem;
        }

.step .table > tbody > tr > td, .step .table > tbody > tr > th, .step .table > tfoot > tr > td, .step .table > tfoot > tr > th, .step .table > thead > tr > td, .step .table > thead > tr > th {
    border: medium none;
    vertical-align: middle;
}

.step .table > tbody > tr:nth-child(1) > td, .step .table > tbody > tr:nth-child(3) > td {
    vertical-align: top;
}

.step .register-form {
    margin-top: 1.5rem;
}

    .step .register-form p {
        font-weight: bold;
        margin: 0;
    }

.lvl3 > .container {
    padding: 40px 15px;
}

.lvl3 h3 {
    font-weight: 300;
}

.lvl3 .breadcrumb + h1 {
    margin-bottom: 1.6rem;
}

.lvl3 > .container .panel {
    border-radius: 0;
    margin: 0;
}

.lvl3 > .container .panel-body {
    padding: 1.5rem 2rem;
}

.lvl3 ol li {
    margin-bottom: 0.5rem;
}

.claims .call-us:hover, .claims .call-us:focus {
    background: #fff none repeat scroll 0 0;
    color: initial;
}

    .claims .call-us:hover img {
        display: inline-block;
    }

    .claims .call-us:hover h3 {
        color: #333;
    }

    .claims .call-us:hover span {
        color: #7f030d;
        text-decoration: underline;
    }

.contact-us .call-us-details {
    border: 1px dashed #e1e1e1;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1rem 2rem;
}

.call-us-details > ul:first-of-type, .call-us-details > ul:first-of-type li {
    margin: 0;
    padding: 0;
}

.emergency .row {
    border: 1px dashed #e1e1e1;
}

    .emergency .row div[class*="col-"]:first-child .item {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #e1e1e1 -moz-use-text-color -moz-use-text-color;
        border-image: none;
        border-style: none dashed none none;
        border-width: medium 1px medium medium;
    }

.emergency table td {
    border: 1px dashed #e1e1e1;
}

.emergency .item, .emergency .item:hover {
    border: medium none;
    min-height: 140px;
    padding: 1rem 1rem 0;
}

.emergency table tr td {
    padding: 1rem 2rem;
}

.emergency h4 {
    color: #333;
}

.emergency .item:hover {
    text-decoration: none;
}

    .emergency .item:hover h4 {
        color: #fff;
    }

.emergency dl {
    margin: 0;
}

.concise-form {
    padding: 1rem 0;
}

    .concise-form .bootstrap-select {
        margin: 0 0 1rem;
    }

    .concise-form > .form-group div[class*="col-"] > div {
        overflow: hidden;
        position: relative;
    }

    .concise-form input, .concise-form textarea {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #ddd;
        left: 0;
        outline: 0 none;
        padding: 8px 12px;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1;
    }

        .concise-form input:valid, .concise-form textarea:valid {
            background: white none repeat scroll 0 0;
        }

        .concise-form input:focus, .concise-form textarea:focus {
            border-color: #e1e1e1;
        }

            .concise-form input:focus + label, .concise-form textarea:focus + label {
                background: #e1e1e1 none repeat scroll 0 0;
                font-size: 70%;
                padding: 1px 6px;
                text-transform: uppercase;
                z-index: 2;
            }

        .concise-form input[type="text"] + label, .concise-form textarea + label {
            color: #999;
            padding: 8px 12px;
            position: absolute;
            -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
            -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
            transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
            width: 100%;
        }

    .concise-form textarea {
        display: block;
        resize: vertical;
    }

    .concise-form input, .concise-form textarea {
    }

        .concise-form input[type="text"] + label, .concise-form textarea + label {
            bottom: 0;
            left: 0;
            top: 0;
            width: 100%;
        }

        .concise-form input:focus, .concise-form textarea:focus {
            padding: 4px 6px 20px;
        }

            .concise-form input:focus + label, .concise-form textarea:focus + label {
                margin-bottom: 0;
                margin-top: -20px;
                padding-bottom: 2px;
                padding-top: 2px;
                top: 100%;
            }

.contact-us .block {
    border-bottom: 1px dashed #e1e1e1;
    border-top: 1px dashed #e1e1e1;
    margin: 1rem 0;
    padding: 0.5rem 0;
}

.contact-us .no-bborder {
    border-bottom: medium none;
}

.block li {
    padding-left: 0;
}

.concise-form input[type="checkbox"], .concise-form input[type="radio"], .concise-form input[type="file"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-left: 0;
    width: auto;
}

.concise-form .panel-footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 1px dashed #e1e1e1;
    padding: 1rem 0;
}

.contact-us .tab-pane .panel-body {
    padding: 15px 0;
}

.contact-us .tab-pane .panel-body {
    padding: 15px 0;
}

.contact-us .tab-pane .lead {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 21px;
    font-style: normal;
    padding: 0;
}

.contact-us .tab-pane dl > strong {
    font-size: 0.857rem;
    font-weight: bold;
}

.map {
    padding: 3rem 0;
    position: relative;
}

    .map .bg {
        opacity: 1;
        z-index: 0;
    }

.filter {
    bottom: 2rem;
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}

    .filter .panel-heading, .filter .panel-body {
        border-radius: 0;
        padding: 1.5rem 2rem;
    }

        .filter .panel-heading h1 {
            margin: 0;
        }

    .filter .l1 {
        background: #fafafa none repeat scroll 0 0;
    }

    .filter form + hr {
        margin: 2rem -2rem;
    }

    .filter .panel-body {
        background: #fff none repeat scroll 0 0;
    }

    .filter .details {
        height: 580px;
        overflow-y: scroll;
    }

    .filter .item {
    }

        .filter .item .lead {
            font-size: 1.125rem;
            margin-bottom: 1rem;
        }

        .filter .item div, .filter .form-group {
            margin-bottom: 10px;
        }

        .filter .item p {
            font-size: 0.875rem;
            margin-bottom: 5px;
        }

            .filter .item p > a {
                margin-right: 1rem;
            }

        .filter .item ul {
            font-size: 0.75rem;
            margin-left: 0;
            padding-left: 1rem;
        }

        .filter .item hr {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #ddd -moz-use-text-color -moz-use-text-color;
            border-image: none;
            border-style: dashed none none;
            border-width: 1px 0 0;
            margin-bottom: 10px;
            margin-top: 10px;
        }

.search-result .search {
    position: relative;
}

    .search-result .search input {
        box-sizing: border-box;
        font-size: 1.2rem;
        height: 38px;
        line-height: 38px;
        width: 100%;
    }

.search-result button {
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-result .shared {
    border-bottom: 1px dashed #e1e1e1;
}

    .search-result .shared h1 {
        margin: 0 0 1.6rem;
    }

.search-result .results {
    background: #fff none repeat scroll 0 0;
}

.results article {
    border-top: 1px dotted #e1e1e1;
}

    .results article:first-of-type {
        border: medium none;
    }

.meta-search {
    border-right: 1px dotted #e1e1e1;
    list-style: outside none none;
    margin-top: 1.5rem;
    padding: 0.8rem 1rem 0.8rem 0;
}

.maintenance {
    background: #bf4054 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
}

.maintenance-c {
    bottom: 0;
    display: inline-block;
    height: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    .maintenance-c .icon-crane {
        font-size: 140px;
        border: 4px solid #fff;
        border-radius: 100%;
        height: 200px;
        width: 200px;
        display: inline-block;
        text-align: center;
        line-height: 200px;
    }

    .maintenance-c h1 {
        margin: 2rem auto 1rem;
    }

.maintenance .btn-link {
    color: #fff;
}

    .maintenance .btn-link:hover, .maintenance .btn-link:focus {
        background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
        border-radius: 15px;
        padding: 0.2rem 2rem;
        text-decoration: none;
        -webkit-transition: all 0.15s ease-in-out 0s;
        -o-transition: all 0.15s ease-in-out 0s;
        transition: all 0.15s ease-in-out 0s;
    }

.error {
    background: #f1f1f1 none repeat scroll 0 0;
    border-top: 1px dashed #e1e1e1;
    min-height: 500px;
    padding: 6rem;
    text-align: center;
}

    .error .pe-7s-attention {
        font-size: 10rem;
    }

    .error .btn-link {
    }

        .error .btn-link:hover, .error .btn-link:focus {
            background: rgba(170, 0, 27, 0.8) none repeat scroll 0 0;
            border-radius: 15px;
            color: #fff;
            padding: 0.2rem 2rem;
            text-decoration: none;
            -webkit-transition: all 0.15s ease-in-out 0s;
            -o-transition: all 0.15s ease-in-out 0s;
            transition: all 0.15s ease-in-out 0s;
        }

.footer {
    background: #707070 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.333rem;
    padding: 40px 0 0;
}

    .footer > .container {
        padding-bottom: 15px;
    }

    .footer .row:first-child {
        margin-bottom: 60px;
    }

        .footer .row:first-child .list-unstyled a {
            color: #e0e0e0;
            font-size: 1rem;
            line-height: 1.875rem;
        }

        .footer .row:first-child + .row, .footer .row:first-child + .row .list-unstyled a, .accreditation a {
            color: #a4a3a4;
            font-size: 0.75rem;
            text-align: right;
        }

            .footer .row:first-child + .row .list-unstyled {
                margin: 0;
                text-align: left;
            }

        .footer .row:first-child ul li:first-child {
            margin-top: 10px;
        }

        .footer .row:first-child ul {
            margin-bottom: 1.5rem;
        }

    .footer .list-inline > li {
        padding: 0;
    }

    .footer .accreditation .row {
        margin-bottom: 0;
    }

.accreditation {
    background: #606060 none repeat scroll 0 0;
    margin: 20px auto 0;
    padding: 15px 0 0;
}

    .accreditation a {
        display: inline-block;
    }

    .accreditation ul {
        margin-bottom: 0;
    }

    .accreditation div[class*="col-"]:last-child {
        text-align: right;
    }

        .accreditation div[class*="col-"]:last-child a {
            margin-top: 15px;
        }

    .accreditation div[class*="col-"]:first-child img {
        margin-right: 10px;
    }

    .accreditation div[class*="col-"]:last-child img {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .accreditation p {
        display: inline-block;
        margin: 0;
        text-align: left;
    }
/*new quotation form - spectra F & B */
.quotation-new .panel-default {
    border: none;
    box-shadow: none;
}

.quotation-new .panel-heading {
    border-radius: 0;
    border-bottom: none;
}

    .quotation-new .panel-heading h4 {
        color: #004d7d;
    }

.panel-title img {
    margin-right: 5px;
}

.quotation-new .panel-body {
    padding: 0;
    border: none;
    padding: 15px;
    margin-bottom: 25px;
}

    .quotation-new .panel-body h5 {
        padding: 15px;
        text-transform: uppercase;
        font-weight: bold;
        color: rgb(170, 0, 27);
        border-bottom: 1px solid #e1e1e1;
    }

.quotation-new .control-label {
    color: #777;
}

.quotation-new .plan:hover .control-label {
    color: #ff0000;
}

.quotation-new section, .proposal-new .panel-body section {
    border-bottom: 1px dashed #ddd;
    padding: 1rem 0;
}

.proposal-new .panel-default:first-child {
    margin-top: 20px;
}

    .proposal-new .panel-default:first-child section {
        border-top: 1px dashed #ddd;
        border-bottom: none;
    }

.quotation-new .quote-product {
    float: none;
}

.quotation-new section > .form-group:last-child::after {
    clear: both;
}

.quotation-new .form-group .col-sm-2 {
    text-align: right;
}

.quotation-new .page-header {
    background: #f8f8f8;
    padding: 3px 15px;
    color: #aa001b;
}

    .quotation-new .page-header h4 {
        color: #aa001b;
    }

.quotation-new .card {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 3px rgb(0,0,0,0.2);
}

    .quotation-new .card .row {
        margin: 0.5rem 0;
    }

        .quotation-new .card .row div[class*='col-']:last-of-type {
            text-align: right;
        }

.quotation-new .btn-primary-s {
    background: #3498db;
    color: #fff;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 0.75rem;
}

.quotation-new .card .context {
    padding: 0.5rem 0;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    line-height: 34px;
}

    .quotation-new .card .context div[class*="col-"]:last-child {
        font-size: 1.5rem;
    }

.quotation-new .plan > .btn {
    border: none;
}

.quotation-new .plan .breakdown {
    background: rgba(255,255,255,0.4);
    position: relative;
    margin: 0 -15px;
    padding: 15px;
}

.quotation-new .plan .form-control-static {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.breakdown .form-group {
    margin-bottom: 1rem;
}

    .breakdown .form-group:last-of-type {
        margin-bottom: 0;
    }

.quotation-new .plan > .btn .panel-body {
    background: #f8f8f8;
    padding: 15px;
}

.quotation-new .plan .breakdown:before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgba(255,255,255,0.4);
    font-size: 28px;
    position: absolute;
    top: -25px;
    left: 20px;
}

.quotation-new .btn-default-c:hover, .quotation-new .btn-default-c:focus {
    background: rgb(52, 152, 219) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.unhide-content-a1 div, .unhide-content-a2 div, .unhide-content-a3 div, .unhide-content-a4 div {
    margin: 1rem 0;
}

/*optional cover*/
.right-span {
    font-size: 10px;
    color: #808080;
    float: right;
    padding: 10px;
}

.left-span {
    font-size: 10px;
    color: white;
    text-align: left;
    padding-left: 8px;
}

.slider:after {
    content: 'NO';
    font-size: 10px;
    right: 10px;
    position: absolute;
    top: 10px;
    color: #ffffff;
}

input:checked ~ .slider:after {
    content: 'YES';
    color: #fff;
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 10px;
}

.container-row {
    width: 950px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: left;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aa001b;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #268a0b;
    line-height: 32px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.todo-new {
    width: 1096px;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

h5.todo-name-new {
    margin: 0;
}

.todo-new h5 {
    background: #eee;
    cursor: pointer;
    margin-top: 2px;
    padding: 1rem;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.todo-done-new h5 {
    background: #f5f5f5;
    color: #aa001b !important;
}
/*optional cover end!*/
/*quotation end*/


@media (min-width: 1200px) {
    .quote {
        position: absolute;
        top: 5rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .item h1 {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .accreditation br {
        display: none;
    }
}

@media (max-width: 767px) {
    .megamenu .navbar-right {
        margin: 0 -15px;
    }

        .megamenu .navbar-right > li {
            float: left;
            text-align: center;
            width: 50%;
        }

    .sompo .carousel-c {
    }

    .main .item {
        border-bottom: 1px dashed #efefef;
        padding-bottom: 20px;
    }

    .main .highlight .item, .main .announce .item {
        border-bottom: medium none;
    }

    .main > .row > .item {
        border: medium none;
        padding-bottom: 0;
    }

    .announce div[class*="col-"] {
        border-bottom: 1px dashed #efefef;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .announce div[class*="col-"]:first-child {
            padding-top: 0;
        }

    .footer ul:nth-child(3), .footer ul:nth-child(4) {
        margin-top: 20px;
    }

    .main-c .jumbotron h1 {
    }
    /*inter pages banner*/
    .tagline {
        float: none;
    }
}


@media (max-height: 800px) and (max-width: 600px) {
    .sompo .btn-default {
        display: block;
        float: left;
        /*width: 50%;*/
    }
}

@media (max-height: 413px) and (max-width: 1024px) {
    .quote > p, .quote h1 {
        padding-left: 25px;
    }

    .quicklinks {
        margin-bottom: 30px;
    }

    .quote h1 + ul a {
    }

        .quote h1 + ul a:hover, .quote h1 + ul a:focus {
        }
    /*.megamenu .navbar-right a > span {
    display: none;
}*/
    .sompo .carousel-c {
        padding-top: 40px;
    }
}

@media (max-height: 736px) and (max-width: 767px) {
    .quicklinks {
        margin-bottom: 30px;
    }

    .sompo .carousel-c {
        padding-top: 60px;
    }

    .megamenu .dropdown-toggle > span {
        display: none;
    }

    .sompo .carousel-c {
        padding-top: 40px;
    }
}

html, body {
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out 0s;
        -o-transition: all 0.25s ease-out 0s;
        transition: all 0.25s ease-out 0s;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%;
    }

    .row-offcanvas-left .sidebar-offcanvas {
    }

    .row-offcanvas-right.active {
        right: 50%;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    .sidebar-offcanvas {
        top: 0;
        width: 100%;
    }

        .sidebar-offcanvas .list-group {
        }
}

.footer {
    background: #707070 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.333rem;
    padding: 40px 0 0;
}

    .footer .row:first-child {
        margin-bottom: 30px;
    }

        .footer .row:first-child .list-unstyled a {
            color: #e0e0e0;
            font-size: 1rem;
            line-height: 1.875rem;
        }

        .footer .row:first-child + .row, .footer .row:first-child + .row .list-unstyled a, .accreditation a {
            color: #a4a3a4;
            font-size: 0.75rem;
            text-align: right;
        }

            .footer .row:first-child + .row .list-unstyled {
                margin: 0;
                text-align: left;
            }

        .footer .row:first-child ul li:first-child {
            margin-top: 15px;
        }

    .footer .list-inline > li {
        padding: 0;
    }

    .footer .accreditation .row {
        margin-bottom: 0;
    }

.accreditation {
    background: #606060 none repeat scroll 0 0;
    margin: 20px auto 0;
    padding: 15px 0 0;
}

    .accreditation a {
        display: inline-block;
    }

    .accreditation ul {
        margin-bottom: 0;
    }

    .accreditation div[class*="col-"]:last-child {
        text-align: right;
    }

        .accreditation div[class*="col-"]:last-child a {
            margin-top: 15px;
        }

    .accreditation div[class*="col-"]:first-child img {
        margin-right: 10px;
    }

    .accreditation div[class*="col-"]:last-child img {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .accreditation p {
        display: inline-block;
        margin: 0;
        text-align: left;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .item h1 {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .accreditation br {
        display: none;
    }

    .mob {
        display: block;
    }

    .content {
        border-bottom: 1px solid #e1e1e1;
        padding: 1.5rem 1rem;
    }

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: block;
        float: none;
        width: auto;
    }

    .quotation-new .btn-group-justified > .btn, .quotation-new .btn-group-justified > .btn-group {
        display: table-cell;
    }

    .sidebar-offcanvas .thumbnail {
        margin-top: 1rem;
    }
    /*banner*/
    .main-c .tagline {
        margin: 1rem auto 1rem -15px;
    }

    .main-c .jumbotron h1 {
        margin-top: 1rem;
    }
}

@media (max-width: 1199px) {
    .online-help div[class*="col"]:first-child {
        border-left: medium none;
    }

    .quote {
        padding-top: 2rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    /*jumbotron*/
    .tagline {
        margin: 1rem auto 1rem -15px;
    }


    .megamenu .navbar-right {
        margin: 0 -15px;
    }

        .megamenu .navbar-right > li {
            float: left;
            text-align: center;
            width: 50%;
        }

    .sompo .carousel-c {
    }

    .main .item {
        border-bottom: 1px dashed #efefef;
        padding-bottom: 20px;
    }

    .main > .row > .item {
        border: medium none;
        padding-bottom: 0;
    }

    .announce div[class*="col-"] {
        border-bottom: 1px dashed #efefef;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .announce div[class*="col-"]:first-child {
            padding-top: 0;
        }

    #rootwizard .tab-content {
        padding: 0;
    }

    .footer ul:nth-child(3), .footer ul:nth-child(4) {
        margin-top: 20px;
    }

    .lftthumb {
        display: none;
    }

    .mob {
        display: block;
    }

    .resp-vtabs .resp-tabs-container {
        width: 100%;
    }

    .claim-traveljoy .brief .container div[class*="col-"]:nth-child(1), .claim-traveljoy .brief .container div[class*="col-"]:nth-child(2) {
        text-align: center;
    }

    .quotation-new .btn-group .btn + .btn {
        margin-left: 0;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .sompo .navbar-brand > img {
        margin-top: 0;
    }

    .quicklinks {
        float: right;
        margin-top: 1.6rem;
    }
}

@media (max-width: 600px) {
    .navbar-header {
        text-align: center;
    }

    .navbar-brand {
        float: none;
    }

        .navbar-brand > img {
            display: initial;
        }

    .quicklinks {
        margin-bottom: 1.8rem;
        text-align: center;
    }

    .quote h1 + ul {
        margin-left: 0;
    }

        .quote h1 + ul > li > a {
            box-sizing: content-box;
            padding: 15px;
            width: 100px;
        }

    .quote h1 + h1 {
        margin-top: 0;
    }
    /**/
    .megamenu .dropdown-toggle > span {
        display: none;
    }
}

@media (max-height: 600px) and (max-width: 767px) {
    .quote > p, .quote h1 {
        padding-left: 25px;
    }

    .quicklinks {
        margin-bottom: 30px;
    }

    .quote h1 + ul a {
    }

        .quote h1 + ul a:hover, .quote h1 + ul a:focus {
        }

    .megamenu .navbar-right a > span {
        display: none;
    }

    .sompo .carousel-c {
        padding-top: 40px;
    }

    .content {
        padding: 10px;
    }

    .lftthumb {
        display: none;
    }

    .mob {
        display: block;
    }

    .sompo .btn-default, .sompo .btn-primary-c, .sompo .btn-default-c {
        display: table;
        width: 100%;
    }

    .sompo .btn-primary-c, .sompo .btn-default-c {
    }

    .sompo-white .main h2, .sompo-grey .main h2 {
        font-size: 1.65rem;
        font-weight: 300;
    }

    .sompo-grey .main h2 {
        font-size: 1.65rem;
        font-weight: 300;
    }

    .pager .btn-primary-c, .pager .btn-default-c {
        margin-bottom: 1rem;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .claim-traveljoy .brief a {
        margin: 0.5rem 0 0.5rem 0.5rem;
        width: 100%;
    }

    .claim-traveljoy .brief .container a {
        margin: 0.5rem 0 0.5rem 0.5rem;
    }

    .addinpt {
        margin-bottom: 10px;
    }

    .comfirm .list-group > h2 {
        padding-top: 15px;
    }

    .comfirm .list-group > h2, .comfirm .list-group > p {
        margin-top: 20px;
        text-align: left;
    }

    .shared {
        padding: 30px 0;
    }

    .tagline p strong {
        display: block;
    }

    .quote > p, .quote h1 {
        padding-left: 0;
    }

    .quote {
        padding-top: 0;
    }

        .quote h1 {
            font-size: 3.157em;
            margin: 0;
        }
}

@media (max-height: 400px) and (max-width: 767px) {
    .quicklinks {
        margin-bottom: 30px;
    }

    .sompo .carousel-c {
        padding-top: 60px;
    }

    .megamenu .dropdown-toggle > span {
        display: none;
    }

    .sompo .carousel-c {
        padding-top: 40px;
    }

    .lftthumb {
        display: none;
    }

    .mob {
        display: block;
    }

    .sompo .btn-default {
        display: table;
        float: left;
        width: 100%;
    }

    .sompo-white .main h2, .sompo-grey .main h2 {
        font-size: 1.75rem;
        font-weight: 600;
    }

    .tagline p strong {
        display: block;
    }
}
/*carousel-home*/
.new-quote h1 {
    font-family: "Lato",Helvetica,Arial,sans-serif !important;
    font-size: 3.157em !important;
    margin: 0 !important;
    padding-left: 15px !important;
    font-weight: 300 !important;
    color: #4c4c4c !important;
    line-height: 45px !important;
}

    .new-quote h1 + h1 {
        font-size: 1.618rem !important;
        font-weight: 400 !important;
        margin-top: 2rem !important;
    }

.new-icon {
    float: none !important;
}

.carousel-indicators {
    margin-bottom: 0;
}

.new-carousel-indicator {
    left: 0 !important;
    padding-left: 0px !important;
    margin-left: -25% !important;
}

.new-btn {
    margin-top: 10px;
}

.carousel-indicators .active {
    background: rgba(0,0,0,0.5) !important;
}

.new-caro {
    border: 0 !important;
    background: rgba(0,0,0,0.3) !important;
}

/*fees*/
.fees div {
    border: 1px solid #fff;
    text-align: center;
}

.bg-pink {
    background: #fcf2f2;
}

.bg-blue {
    background: #f0f7fd;
}

.bg-yellow {
    background: #fefbed;
}

.bg-green {
    background: #f2ffed;
}

.fees div h4 {
    font-size: 0.85rem;
    margin: 15px auto 8px;
    color: #666;
}

.fees div h3 {
    font-size: 1rem;
    margin: 0 auto 15px;
}

.min-height div {
    min-height: 150px;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}



/*by minal*/

.well {
    margin-left: 30px;
    margin-top: 10px;
    min-height: 20px;
    padding: 5px !important;
    width: 94%;
}

.form-group {
    margin-bottom: 12px;
}

.panel {
    margin-bottom: 15px !important;
}

.plan .btn-default.active, .plan .btn-default:active, .plan .open > .dropdown-toggle.btn-default, .btn:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.btn.active, .btn:active, .btn:hover {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
    color: #333;
    background-color: #e6e6e6 !important;
}

.plan .btn-default.active h3, .plan .btn-default.active h4, .plan .btn-default:hover h3, .plan .btn-default:hover h4 {
    color: #333;
}

.plan label {
    padding: 20px 15px;
}

.btn, .input-group-addon, .form-control {
    border-radius: 0;
}


.quotation-new .plan > .btn {
    border: 1px solid #eee !important;
    text-align: center;
    padding: 21px;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

label {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 7px;
    max-width: 100%;
}

.col-sm-7 {
    width: 15.3333%;
}

/* new changes */

#rootwizard .nav-pills > li > a:hover {
    background: #fff;
    color: #e82b49;
    border-left: 1px solid #ddd;
}

/*Form Progress*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #144264;
            top: 25px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            text-align: center;
            color: #fff;
            padding: 4px;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fffff;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #144264;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 80%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Progress*/

.quotation-new .panel-heading {
    position: relative;
}

    .quotation-new .panel-heading:after {
        content: "-";
        position: absolute;
        right: 10px;
        font-size: 22px;
        top: 3px;
    }

    .quotation-new .panel-heading.collapsed:after {
        content: "+";
    }

.quotation {
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 40px #fafafa inset;
}

.sompo-grey .main {
    background: #f8f8f8 none repeat scroll 0 0;
}

.sompo-grey .main {
    border-top: 1px dashed #e1e1e1;
}



/*by minal progress bar*/


/* Form Progress */
.progress {
    /*width: 1170px;*/
    width: 88%;
    margin: 20px auto;
    text-align: center;
    height: 30%;
}

    .progress .circle,
    .progress .bar {
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .progress .bar {
        position: relative;
        width: 80px;
        height: 6px;
        margin: 0 -5px 17px -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

@media(max-width:767px) {
    .progress .bar {
        width: 8%;
    }
}

.progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
}

.progress .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

/* Done / Active */
.progress .bar.done,
.progress .circle.done {
    background: #eee;
}

.progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progress .circle.done .label {
    color: #FFF;
    background: #8bc435;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.progress .circle.done .title {
    color: #444;
}

.progress .circle.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.progress .circle.active .title {
    color: #0c95be;
}
/*Add Form Button*/
.btn-primary-add, .btn-primary-add:active:focus, .btn-primary-add:focus {
    color: #fff;
    background-color: #e82b49;
    border-color: #DD0000;
}

    .btn-primary-add:hover {
        color: #111;
        background-color: #e82b49;
        border-color: #DD0000;
    }

.savebtn {
    float: left;
}

.previousbtn {
    float: none;
    margin-left: 5px;
}

/*updated input 5-5-18*/
.navbar-toggle {
    position: relative !important;
    float: right !important;
    padding: 9px 10px !important;
    margin-top: 8px !important;
    margin-right: 15px !important;
    margin-bottom: 8px !important;
    background-color: #ff0000 !important;
    background-image: none !important;
    border: 1px solid #ff0000 !important;
    border-radius: 4px !important;
}

@media screen and (max-width: 767px) {
    .navbar-toggle {
        margin-top: -55px !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
}

@media screen and (max-width: 767px) {
    .mobhide {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .megamenu .navbar-right > li {
        float: left;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #ff0000;
    }

    .k-upload-sync .k-upload-button, .k-ie8 .k-upload-button, .k-ie9 .k-upload-button {
        margin: .2em;
        margin-left: 0;
        display: block;
    }

    .validation {
        color: red;
        text-align: justify;
        word-break: initial;
        white-space: normal;
    }

    .caseclear {
        clear: both;
    }


    .input-group-btn {
        width: 100% !important;
        float: left;
    }

    .pwidth {
        width: 100%;
        /*float: left;*/
    }


    .input-group {
        width: 100%;
        /*display: inline-block;*/
    }

    .min-height div {
    min-height:0px !important;
}
    .wellCasememeber {
    margin-left: 30px;
    margin-top: 10px;
    min-height: 20px;
    padding: 5px !important;
    margin-right: 30px;
    width: auto;
}
    .input-group .valufetch{
                margin-top: 15px;
    }
}

.btn-green {
    width: 110px !important;
    height: 32px !important;
    background-color: #0c95be !important;
    color: white !important;
}

.k-upload-button span {
    position: relative;
}
.pager .reset>a, .pager .reset>span {
    float: left;
    margin-right: 1rem;
}
