
/* OCP Account Pages CSS Overrides using Brand injected colours */

/* NEW ELEMENT */
#HeaderContent, #containHeader {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(top, #ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* EOF NEW ELEMENT */

#TopNav, .headerSection {
    background: #fc6b45;
    background-image: -webkit-linear-gradient(top, #fc6b45, #fc6b45);
    background-image: -moz-linear-gradient(top, #fc6b45, #fc6b45);
    background-image: -ms-linear-gradient(top, #fc6b45, #fc6b45);
    background-image: -o-linear-gradient(top, #fc6b45, #fc6b45);
    background-image: linear-gradient(top, #fc6b45, #fc6b45);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6b45', endColorstr='#fc6b45',GradientType=0 );
}
.sidebar_section.Title, .sidebar_section, #TopNav {
    border-color: #fc6b45;
}
#TopNav li a,#TopNav li.accountTab span, .headerSection h2 {
    color: #ffffff;
    text-shadow: 0px 1px 0px #fc6b45;
}
#TopNav li a, #TopNav li.accountTab span {
    border-left-color: #fc6b45;
}
#TopNav li a:hover {
    background-color: #fc6b45;
    border-right-color: #fc6b45;
}
.sectionHeading {
    background-color: #fc6b45;
}
/* Correcting colour/shadow on call us button and back button on payment page */
.contactContent,
.contactContent span,
.contactContent span a,
input[type="button"], 
input[type="submit"], button.policyselectionbutton {
    border-bottom-color:#fc6b45;
    color: #ffffff;
    text-shadow: 0px 1px 0px #fc6b45;
}

input[type="button"], 
input[type="submit"], button.policyselectionbutton {
    background: #fc6b45;
    background: -moz-linear-gradient(top, #fc6b45 0%, #EB6E1A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc6b45), color-stop(100%, #fc6b45));
    background: -webkit-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: -o-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: -ms-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: linear-gradient(to bottom, #fc6b45 0%, #fc6b45 100%);
}

#pnlIntro {
    width: 98%;
}

/*Ensure payment lozeneges are same size*/
div.paymethLoz > div.paymethFrequency, .payInst1 > .paymethPremium {
    display: none;
}
.paymethPremium{
    min-height: 1.351em;
}
.paymethNote {
    min-height: 2.45em;
    width: 80%;
    margin: 0 10%;
}
.paymethPaymentImg {
    padding: 0.5em 0px !important;
}
.payInst1 > hr {
    opacity: 0;
}
.payInst1 > .paymethNote {
    margin-top: 1.143em;
    min-height: 6.120em;
}

.claimType {
    color: #333333;
}

.claimType.activeType {
    background: #fc6b45;
    background: -moz-linear-gradient(top, #fc6b45 0%, #EB6E1A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc6b45), color-stop(100%, #fc6b45));
    background: -webkit-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: -o-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: -ms-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: linear-gradient(to bottom, #fc6b45 0%, #fc6b45 100%);
    
    color: #ffffff;
    text-shadow: 0px 1px 0px #fc6b45;
}

.vehicleButton div.selected::after {
    background: #fc6b45;
}

.vehicleButton div.selected {
    border-left: 2px solid #fc6b45;
}

#vehicleArea label.selected, #extensivedamage label.selected {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    font-weight: bold;
    border: 0;
    border-color: #fc6b45 #fc6b45 #fc6b45;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 1px;
    color: #ffffff;
    text-shadow: 0px 1px 0px #873D0C;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    background: #fc6b45;
    background: -moz-linear-gradient(top, #fc6b45 0%, #EB6E1A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc6b45), color-stop(100%, #fc6b45));
    background: -webkit-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: -o-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: -ms-linear-gradient(top, #fc6b45 0%, #fc6b45 100%);
    background: linear-gradient(to bottom, #fc6b45 0%, #fc6b45 100%);
    min-width: 94px;
    min-height: 18px;
    cursor: pointer;
}

.conditions_endorsements_wrapper {
    background-color: #ebebeb;
    border-radius: 5px;
    padding:.75em;
    border: 1px solid #cccccc;
    margin-top: .75em;
    width: 95%
}

.scrollable {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: auto;
    width: 100%;
}
.scrollable::-webkit-scrollbar {
    width: .5em;
}
.scrollable::-webkit-scrollbar-track {
    background: #d0d0d0;
    border-radius: 5em
}
.scrollable::-webkit-scrollbar-thumb {
    background: #939393;
    border-radius: 5em
}

.conditions_wrapper h5, .endorsements_wrapper h5 {
    margin-bottom:5px;
    font-size: 16px;
    font-weight: bold;
}
ul.conditions_list {
    list-style: disc;
    margin: 10px 0 20px 20px;
}
.condition_txt {
    margin-bottom: 5px;
}
.conditions_wrapper, .endorsement_item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 95%;
}
.endorsement_description p {
    margin-bottom: 0;
}
.endorsements_wrapper {
    width: 100%;
}
.endorsement_item:last-child, .endorsement_item:last-child .endorsement_description {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.endorsement_heading {
    margin-top: 5px;
    font-weight: bold;
    width:100%;
}
.condition_subject {
    font-weight: bold;
    margin-right: 3px;
}
