﻿body {
    font-family: "Calibri",Arial,sans-serif;
}

h2 {
    font-weight: 500;
}

h3 {
    font-weight: 700;
}

h4 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}



.unstyled {
    /*margin: 0;*/
    padding: 0;
    list-style: none;
    display: flex;
    float: left;
    margin: auto;
}

    .unstyled li {
        display: block;
        float: left;
       
        border-radius:4px;
        background: #696a6a;
        min-width: 150px;
          color: white;
    }

    .unstyled a {
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        color: #FFFFFF;
    }

    .unstyled li a:hover {
        color: white;
        background: #696a6a;
    }

.styled {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
}

    .styled li {
        display: block;
        float: left;
        /*border: 1px solid #c6cbd4;*/
        border-radius: 3px 3px 3px 3px;
        /*background: #1c90cb;*/
        background-color: #696a6a;
        color: #FFFFFF;
        margin: 5px;
    }

    .styled a {
        background-color: #696a6a;
        border-radius: 4px;
        text-transform: uppercase;
        display: block;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        color: #FFFFFF;
    }

#header_wrapper {
    background: none repeat scroll 0 0 #313b57;
    min-height: 100px;
}

.header {
    background: none repeat scroll 0 0 #ffffff;
    padding-top: 10px;
}




.links {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    
}

    .links li {
        margin-bottom: 5px;
    }

    .links a {
        padding-left: 43px;
        text-decoration: none;
        font-size: 14px;
    }

        .links a span.subtext {
            display: block;
            color: #222;
            font-size: 80%;
        }


.link-title {
    display: block;
    padding: 1em 0 0.5em;
    font-size: 14px;
}

#subheader {
    width: 100%;
    z-index: 100;
    background: #eef0f5;
    padding: 0;
    display: none;
}

    #subheader .breadcrumb {
        background-color: transparent;
        padding-left: 30px;
    }

        #subheader .breadcrumb ol {
            list-style: none outside;
        }

        #subheader .breadcrumb li {
            color: #333333;
        }

            #subheader .breadcrumb li a {
                color: #1c90cb;
            }

#content {
    padding-bottom: 50px;
}

.breadcrumbBar {
    width: 100%;
    margin: auto;
    display: block;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 3px;
}

    .breadcrumbBar ul li {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 0;
        text-transform: uppercase;
    }

    .breadcrumbBar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        line-height: 30px;
        color: #666666;
        font-size: 12px;
        display: block;
    }

.breadcrumb.active {
    background: #EF4136;
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb.isDone {
    text-decoration: none;
}

#footer {
    font-size: 10pt;
    background: #313b57;
    color: #FFFFFF;
    border-top-color: #ffffff;
    display: block;
    width: 100%;
    float: left;
    border-top-width: 5px;
    border-top-style: solid;
    padding-top: 15px;
    padding-bottom: 25px;
}

    #footer h4 {
        color: #a4cf5a;
    }

    #footer li {
        list-style-type: none;
        margin-left: -40px;
    }

    #footer a {
        color: #FFFFFF;
    }

        #footer a:hover {
            color: #a4cf5a;
            text-decoration: underline;
        }

        #footer a:active {
            color: #a4cf5a;
            text-decoration: underline;
        }

#copy {
    color: #333333;
    font-size: 14px;
    display: block;
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 25px;
    min-height: 110px;
}

    #copy p {
    }

    #copy a {
        color: #FFFFFF;
    }

        #copy a:hover {
            color: #a4cf5a;
            text-decoration: underline;
        }

        #copy a:active {
            color: #a4cf5a;
            text-decoration: underline;
        }

/*Bootstrap styles amended*/
.container {
    max-width: 960px;
}

.navbar {
    /*top: 60px;*/
    margin-bottom: 0;
    font-size: 13px;
}

.navbar-default {
    color: #333333;
    background-color: #fdce02;
    border: none;
    border-radius: 0;
}

    .navbar-default .navbar-nav > li > a {
        color: #333333;
        padding: 8px 18px 8px 18px;
        font-size: 15px;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #000000;
        }

        .navbar-default .navbar-nav > li > a:focus {
            color: #000000;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: #1c90cb;
        color: #FFFFFF;
    }

.btn-success {
    /*text-transform: uppercase;*/
    text-decoration: none;
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}



.btn-green {
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #59b224;
    background-color: #6ac334;
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

    .btn-green:hover,
    .btn-green:focus {
        background-color: #5ba230;
        border: 1px solid #4b941f;
    }

.btn-info {
    text-transform: uppercase;
    text-decoration: none;
    /*-webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;*/
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #004B8F;
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFFFFF;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #004B8F;
       color: #FFFFFF;
    }



/*.table-striped .th {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f6f6f6;
    color: #000000;
}*/

.help-inline {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    /*background: url(/wl/accidentandgeneral/_design/_assets/icon-help.png) 0 0 no-repeat;*/
    background: url(/img/icon-help.png) 0 0 no-repeat;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
}

.multiselect-container {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}


.paymentMessage {
    /*background-color: red;*/
    padding-top: 5px;
    color: #FF0000;
        text-align: center;
    font-size: 16px;
}

select {
    color: #444444 !important;
    height: 32px !important;
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px !important;
}

/*.table-striped .td {
    color: #333333;
    background: #FFFFFF;
}*/

/*.table-striped tr:nth-child(odd) .td {
    background: #f9f9f9;
}*/

#contentPopup {
    padding: 10px;
}

/*.CoverForBox {
    padding: 5px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background: white;
}*/

.CoverForParent {
    text-align: center;
    display: inline-block;
    min-width: 68px;
    cursor: pointer;
}

.ProductTable {
    width: 100%;
}

    .ProductTable th {
        border: 1px solid #EEEEEE;
        background: #333;
        color: #FFFFFF;
        font-size: 9pt;
        padding: 5px 1px 5px 1px;
    }

    .ProductTable td {
        border: 1px solid #EEEEEE;
        font-size: 9pt;
        padding-left: 1px;
        padding-right: 1px;
        height: 40px;
    }

    .ProductTable tr:nth-child(odd) {
        background: #EEEEEE;
    }

#BodyBG {
    background: url(/wl/TravelSafe/_assets/_images/IMG_HOMEPAGE.jpg) center bottom no-repeat;
    background-size: cover;
}

/*.ProductTypeBox {
    padding: 5px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background: white;
}*/

.ProductTypeParent {
    text-align: center;
    display: inline-block;
    min-width: 68px;
    cursor: pointer;
}

.CoverOptionButton {
    margin-bottom: 0px;
}

    .CoverOptionButton:disabled {
        border-color: #999999;
        background: #AAAAAA;
    }

.ProductContainer input[type=radio] {
    border: 1px solid #AAAAAA;
    margin-left: 40px;
}

.ProductContainer input[type=text] {
    border: 1px solid #AAAAAA;
    border-radius: 4px;
}

.commOption {
    display: none;
}

#btnRefreshComm:hover,
#btnCommShow:hover {
    background: #DDDDDD;
}

select:disabled {
    background: #DDDDDD;
}

.PolicyHolderNumber {
    vertical-align: top;
    border-right: 1px solid #666666;
    padding-right: 5px;
}

.PolicyHolderTitle {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 4px;
    white-space: nowrap;
}

.form-control::-moz-placeholder {
    color: #444444;
}

.form-control:-ms-input-placeholder {
    color: #444444;
}

.OptExtraBox {
    position: relative;
    border: 3px solid #189bd5;
    background-color: #FFFFFF;
    color: #333;
    opacity: 0.9;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
    min-height: 280px;
    min-width: 100%;
    border-radius: 5px;
}

    .OptExtraBox .btn {
        position: absolute;
        /*bottom: 0px;
        left: 10px;*/
    }

    .OptExtraBox .btn-info, .OptExtraBox .btn-info:hover {
        padding: 10px 15px;
        background-color: #f58843 !important;
        border-color: #f58843;
        color:#fff;
    }

    .OptExtraBox .btn-success, .OptExtraBox .btn-success:hover {
        padding: 10px 15px;
        background-color: #189bd5 !important;
        border-color: #189bd5;
    }
        .OptExtraBox .btn-success:hover {
            opacity: 0.8;
        }

.OptionalBenefitsBox .btn.btn-success.opt, .OptionalBenefitsBox .btn.btn-success.opt:hover {
    background-color: #189bd5 !important;
}

.OptExtraBox h3 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #000000;
    margin: 0;
    margin-bottom: 5px;
}

    .OptExtraBox p {
        color: #000000;
        text-align: justify;
        font-size: 14px;
    }

    
@media (max-width: 767px) {
 
    .OptExtraBox p
    {
        font-size: 15px;
    }

    .OptExtraBox h3
    {
        font-size: 18px;
    }

}


    .OptExtraBox .ExtraPrice {
      
        color: #000000;
      
    }

    .OptExtraBox .ExtraPriceTax {
        font-size: 11pt;
        font-style: italic;
    }

.OptExtraBoxActive {
    background-color: #FFF;
    border: 3px solid #f58843;
    color: #333;
}

    .OptExtraBoxActive h3 {
        color: #000000;
    }

    .OptExtraBoxActive p {
        color: #000000;
    }

    .OptExtraBoxActive .ExtraPrice {
        color: #000000;
    }

.OptExtraBox .hide {
    display: none;
}

.OptExtraBox input[type=checkbox] {
    display: none;
}

.row.OptExtraDesc {
    max-height: 150px;
    min-height: 150px;
}

@media screen and (min-width:768px) {
    .OptExtraBox {
        min-height: 345px;
    }

    .row.OptExtraDesc {
        max-height: 225px;
        min-height: 225px;
    }
}

@media screen and (min-width:855px) {
    .OptExtraBox {
        min-height: 315px;
    }

    .row.OptExtraDesc {
        max-height: 195px;
        min-height: 195px;
    }

}

@media screen and (min-width:992px) {
    .OptExtraBox {
        min-height: 365px;
    }
    .row.OptExtraDesc {
        max-height: 245px;
        min-height: 245px;
    }

}

@media screen and (min-width:1100px) {
    .OptExtraBox {
        min-height: 320px;
    }
    .row.OptExtraDesc {
        max-height: 195px;
        min-height: 195px;
    }
}

@media screen and (min-width:1300px) {
    .OptExtraBox {
        min-height: 280px;
    }

    .row.OptExtraDesc {
        max-height: 160px;
        min-height: 160px;
    }

}

#ProductTabContainer {
    width: 100%;
    display: block;
    text-align: center;
}

    #ProductTabContainer .btn-success {
        border-radius: 6px 6px 0px 0px;
        margin: 0;
        border: 1px solid #f58843;
        background-color: #FFFFFF;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

        #ProductTabContainer .btn-success:hover, #ProductTabContainer .btn-success:active {
            background-color: #f58843 !important;
            color: #FFFFFF;
        }

    #ProductTabContainer .tabOn {
        display: inline;
        background-color: #f58843;
        border-radius: 6px 6px 0px 0px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857;
        margin-bottom: auto;
        padding: 11px 25px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        color: #FFFFFF;
    }

.productHeader {
    background: #696a6a;
    color: #000000;
    vertical-align: middle !important;
    border: 1px solid #696A6A;
}

@media (max-width:767px) {
    .HeaderMenuBG {
        background: none;
    }

    .HeaderMenu .navbar-collapse {
        background: #1c90cb;
    }

    .HeaderMenu .navbar-nav > li > a {
        color: #EEEEEE;
        padding: 8px 18px 8px 18px;
        font-size: 15px;
        border-bottom: 1px solid #1d668b;
        text-transform: none;
    }

        .HeaderMenu .navbar-nav > li > a:hover,
        .HeaderMenu .navbar-nav > li > a:focus {
            color: #FFFFFF;
        }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .container {
        max-width: 1250px;
    }
}

/* Header Social Buttons */

.top__social {
    display: block;
    float: left;
    margin: 2rem 0 0 1.2rem;
}

    .top__social li {
        display: inline-block;
    }

    .top__social i {
        border-radius: 100%;
        text-align: center;
        line-height: 1.75;
        margin: 0 0 0 5px;
        height: 29px;
        width: 29px;
        color: #FFF;
        font-size: 12pt;
    }

    .top__social .fa-google-plus {
        background: #D34A37;
    }

    .top__social .fa-twitter {
        background: #03ACEF;
    }

    .top__social .fa-facebook {
        background: #3B5A9B;
    }

    .top__social .fa-pinterest {
        background: #CB2028;
    }

    .top__social .fa-linkedin {
        background: #0080B1;
    }

    .top__social .fa-youtube {
        background: #C63435;
    }

.tagLine {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    height: 120px;
    /*font-size: 28pt;*/
    font-size: 44pt;
    color: #1a91cd;
    font-family: "Tw Cen MT Condensed",sans-serif;
}

.headerLogo {
    width: 80%;
    margin-bottom: 10px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {
    .headerLogo {
        width: 80%;
        margin-bottom: -25px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #333333;
        padding: 8px 21px 8px 21px;
        font-size: 16px;
        text-transform: uppercase;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
    .tagLine {
        font-size: 28pt;
    }

    .HeaderMenuBG {
        background: #fdce02;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #333333;
        padding: 8px 14px 8px 14px;
        font-size: 14px;
        text-transform: uppercase;
    }
}

/* Popup */
.ui-dialog-titlebar-close:before, .ui-dialog-titlebar-close:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    top: 6px;
    box-shadow: 0 0 2px 0 #ccc;
}

.ui-dialog-titlebar-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}

.ui-dialog-titlebar-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 1px;
}

.ui-widget-content a {
    color: #1c90cb;
    text-decoration: underline;
}

/* Search Popup Overrides */

.SearchPopup {
    font-size: 10pt;
}

    .SearchPopup .control-label {
        font-weight: normal;
        min-width: 210px;
        vertical-align: top;
    }

    .SearchPopup .form-group {
        margin: 0;
        padding: 10px;
    }

        .SearchPopup .form-group:nth-child(even) {
            background: #F0F0F0;
        }

        .SearchPopup .form-group:nth-child(odd) {
            background: #E0E0E0;
        }

/* Change mouse cursor for disabled inputs */
fieldset input[type=text][readonly] {
    cursor: pointer;
}


/* A&G Policies Styling */
.policySearch .nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}

.policySearch .tab-content {
    border: 0px solid #DDDDDD;
    /*padding: 10px;*/
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,0,0,0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,0,0,0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,0,0,0)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(255,255,255,1),rgba(255,0,0,0)); /*Standard*/
}

.policySearch .nav-tabs li a {
    text-transform: uppercase;
    background: #004b8f;
    color: #FFFFFF;
    font-weight: bold;
}

/*.policySearch .nav-tabs li.active a,
.policySearch .nav-tabs li.active a:hover,
.policySearch .nav-tabs li.active a:focus {
    background: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
}*/

/*#dvTrv200 > div > div > div > div {
    padding-left: 0;
}*/

.myAccountbrokername {
    background-color: #004B8F;
    padding: 6px 10px;
    display: inline-block;
   
    width: auto !important;
    color: #FFFFFF;
    border-radius: 4px;
}

.setfont {
    font-size: 16.4px !important;
}

.ImportBg {
    background-color: #ed1c24;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 20px;
}

    .ImportBg:hover,
    .ImportBg:focus {
        background-color: #009603;
    }

/*#ti {
    margin-left: -15px !important;
    margin-right: -15px !important;
}*/

@media (max-width: 800px) {
  
}
.PolicyDetailsHeaders h1{
    color:#ffffff;
    background-color: #696a6a;
}
.PolicyDetailsHeaders h2{
    color:#004B8F;
    background-color: #FFFFFF;
}

.PolicyDetailsHeaders
{
    margin-top: 10px;
}
/*CSS for Stripe Payment - Start*/
#stripePaymentModal #btnStripePayment {
    background: #3ea8e5;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    margin-top: 22px;
}

#stripePaymentModal #card-error {
    color: #e00b0b;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    margin-top: 12px;
}

#stripePaymentModal #spinner {
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top: 2px solid #3ea8e5;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#stripePaymentModal .stripe-logoWrap {
    position: absolute;
    top: -32px;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

#stripePaymentModal .stripe-headerLogo {
    width: 68px;
    height: 68px;
    margin: 3px;
    border-radius: 100%;
    background-color: #fff;
    background-size: 62px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(0,0,0,.2);
}

#stripePaymentModal {
    margin-top: 10px;
}

    #stripePaymentModal .modal-content {
        margin-top: 30px;
    }

    #stripePaymentModal #stripe-card-number {
        border-radius: 4px 4px 0 0;
        padding: 12px;
        border: 1px solid rgba(50, 50, 93, 0.1);
        height: 44px;
        width: 100%;
        margin-top: 10px;
    }

    #stripePaymentModal #stripe-card-expiry {
        border-radius: 0 0 0 4px;
        padding: 12px;
        border: 1px solid rgba(50, 50, 93, 0.1);
        height: 44px;
        width: 50%;
        float: left;
        margin-bottom: 22px;
        border-top: 0px;
        border-right: 0px;
    }

    #stripePaymentModal #stripe-card-cvc {
        border-radius: 0 0 4px 0;
        padding: 12px;
        border: 1px solid rgba(50, 50, 93, 0.1);
        height: 44px;
        width: 50%;
        float: right;
        margin-bottom: 22px;
        border-top: 0px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*CSS for Stripe Payment - End*/