﻿@import url('https://fonts.googleapis.com/css?family=Raleway:500,600,700|Roboto:400,500,700|Open+Sans:400,600');
/* HTML Tags ----------------------------------- */


/* Colour Styling on Elements ----------------------------------- */
a,
a.expandingblockwidetemplate, 
a.registerbutton, 
a#linkForgotPassword {
    color: #398ECC;
}

h1 {
    color: #398ECC;
}

#lblWebsiteName {
    color: #c5def0;
}

h2
{
    color:#424242;
}

h4, h5 {
    color: #787474;
}

h3, h5 {
    color: #95989a;
}

hr {
    margin: 80px 0px 50px 0px;
}


/* Messages ----------------------------------- */
.successtxt {
    color: #398ECC;
}
.errortxt,
.errorsummary,
.errorfield,
.required {
    color: #eb1515;
}

/* Check box styling --------------------------------------------------- */
.checkbox label:after {
    border: 3px solid #398ECC;
    border-top: none;
    border-right: none;
}


/* Form ---------------------------------------------------------------- */
.checkboxlabel, label {
    color: #808080;
}


/* Form fields ---------------------------------------------------------------- */
.buttons {
    background: linear-gradient(to right, #296EA1 50%, #398ECC);
}

.buttons:active, .buttons:hover {
    background: linear-gradient(to right, #398ECC 50%, #296EA1) !important;
}

.rogerwide {
    background-color: #e4f0f6;
    border: 1px solid #398ECC;
}
 /* Banner  ----------------------------------- */
 #banner {
    background-image: url(../Custom/Images/banner.svg);
}

#bannerbackground {
    background: linear-gradient(to right, #296EA1 50%, #398ECC);
}

/* Partner logos -------------------------------*/
/* .PartnerLogos{
    display: none;
} */


/* Terms and Condition Single Sourching styling */
.pageTerms {
    margin-top: 50px;
}

.pageTermsLink{
    margin-bottom: 20px;
}

#termsModal .modal-body::-webkit-scrollbar {
    width: 4px!important;
    
}
 
#termsModal .modal-body::-webkit-scrollbar-track {
    background: #F9F9F9;
    
}
 
#termsModal .modal-body::-webkit-scrollbar-thumb {
    background: #ddd;
}


/* Important part */
#termsModal .modal-dialog{
    overflow-y: auto !important;
    margin: 2.5% auto!important;
}


@media (min-width: 1280px) {
    #termsModal .modal-lg {
      max-width: 60%;
    }

}

#termsModal .modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    margin: 0px 26px 0px 40px;
}

#termsModal .modal-content {
    background-color: #F9F9F9;
}

#termsModal .modal, .modal-header, .modal-footer {
    border: none;
}

#termsModal .modal-footer {
    height: 45px;
}

#termsModal button.close {
    top:unset;
    right: unset;

}

#togglealttables, .header, .variables, .strappmobile, table.relatedtopics.belowtopictext {
    display:none;
}

.heading2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #656565;
    margin-top: 0px;
    margin-bottom: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pagecontents .subheading, .pagecontents .subheading2, .pagecontents .backgroundsubhead {
    font-weight: 700;
    font-size: 24px;
    color: #656565;
    margin-top: 32px;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(122, 122, 122, 0.5);
}

.pagecontents .headingwithintopic {
    font-weight: 500;
    font-size: 17px;
    padding-top: 15px;
    margin-bottom: 19px;
    color: #212121;
}

.pagecontents p, .pagecontents li {
    color: #212121;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pagecontents li {
    margin-bottom: 12px;
    padding-left: 2px;
}

.pagecontents ul.listbullet {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.pagecontents ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 10px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

  .material-icons.link {
      position: relative;
      top: 6px;
      font-size: 25px;
  }

  .strappdesktop, .relatedtopics.aboveheading {
    display: none;
}

#terms a[href*="htm"], #terms  a[href*="htm"]:hover,
#terms a[href^="#"], #terms  a[href^="#"]:hover {
    color:#212121;
    pointer-events: none;
}
/* END --------------------------------------------- */