﻿body {
    background-color: #F8F8F8;
}
body,html {
    height:100%;
}

.navbar {
    margin-bottom: 0;
}

/*----------       FONTS AND TEXT    -----------*/


@font-face {
    font-family: 'sinewsLight';
    src: url('../assets/fonts/sinewssanspro-470wt_light.otf') format('opentype');
}

@font-face {
    font-family: 'sinewsMedium';
    src: url("../assets/fonts/sinewssanspro-1000wt_medium-webfont.woff");
}

@font-face {
    font-family: 'sinewsRegular';
    src: url("../assets/fonts/sinewssanspro-720wt_regular-webfont.woff");
}

@font-face {
    font-family: 'Open-Sans';
    src: url("../assets/fonts/opensans-regular.ttf");
}
p, input, body {
    font-family: 'Open-Sans';
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
    font-family: "Open Sans",sans-serif;
}

.secondaryHeading {
    font-size: 15px;
    font-family: 'Open sans', sans-serif;
}
.smallHeadingLabel {
    font-size: 13px;
    font-family: 'Open sans', sans-serif;
}

input {
    font-size: 13px
}

.paragraph, p, select, option, input, span {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.paragraph, .paragraph15 {
    color: #777777;
}

p {
    margin: unset;
}

.paragraph15, .paragraph15 span, body {
    font-size: 13px;
}

.bold {
    font-weight: bold;
}

.txtGrey {
    color: #777777;
}

.txtLightGrey {
    color: #a8a8a8;
}

.txtBlack {
    color: #383838;
}

.mainHeading {
    font-size: 28px;
    font-family: sinewsRegular;
}

.editProfileHeading2 {
    font-family: sinewsRegular;
    font-size: 15px;
}

.heading1 {
    font-size: 21px;
}

.heading2 {
    font-size: 18px;
}

.heading3 {
    font-size: 15px;
}

.heading4, .paragraph, label, select, button, span, a {
    font-size: 11px;
}

.upperCase {
    text-transform: uppercase;
}

.wordWrapNormal {
    word-wrap: normal;
}
.textEllipsis {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}


/*-------  Default text  ------------*/

.defaultTextRow {
    margin-top:10%;
}

.defaultTextHeading {
    font-size: 40px;
    font-family: sinewsLight;
    text-align:center;
}

.defaultTextIcon {
    width: 50px;
    margin-right: 5px;
}

/*.defaultTextHeaderCol {

}*/

.defaultTextMessageCol {
    padding-top: 45px;
    text-align: center;
}

.defaultTextMessageCol .fullProfile {
    text-align: justify;
}

.bckWhite {
    background:white;
}
.txtWhite {
    color: white;
}

.txtTeal {
    color: #7A9D9B;
}

.txtBlue {
    color: #1d5992;
}

a, label {
  cursor:pointer  
}

.linkRed {
    color: #ac2828;
}

.linkRed.disabled {
    opacity: 0.5
}

.linkRed.disabled:hover {
   text-decoration:none;
   cursor:not-allowed;
}

.linkRed:hover, .linkRed:active {
    color: #6D1010
}

.linkGrey {
    color: #aaaaaa;
}

.linkGrey:active {
    color: #626262;
}

.validationErrorText {
    color: #ac2828;
    font-size: 11px;
    margin-top: 6px;
    padding-left: 9px;
    padding-bottom: 3px;
}

.validationErrorsDetected {
    padding: 15px;
    background: #ac2828;
    color: white;
    font-size: 11px;
}

.marginTop7 {
    margin-top: 7px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop35 {
    margin-top: 35px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop45 {
    margin-top: 45px;
}

.marginTop55 {
    margin-top: 55px;
}
.marginTop50 {
    margin-top: 50px;
}

.marginTop65 {
    margin-top: 65px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingBottom15 {
    padding-bottom:15px;
}
.paddingBottom30 {
padding-bottom:30px;
}

.paddingTop30 {
    padding-top: 30px;
}

.fullWidth {
    width: 100%;
}

.flexCenter {
    display:flex;
    align-items:center;
}


/*  Buttons */

.button {
    height: 45px;
    transition: 0.25s ease all;
}

.btnTeal {
    background: #E4F1E7;
    color: #7A9D9B;
    border: 1px solid #CFD8D7;
}

.btnTeal:hover {
background: #d7e3d9;
}

.button[disabled] {
    opacity:0.5
}
.btnGrey {
    background: #CECECE;
    color: White;
    border: 1px solid White;
}

.btnGrey:hover {
    background: #bebebe;
}

/* Input and labels */

.labelText {
    display: block;
}
label {
    display: inline;
    font-size: 13px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
}

.inputField, .selectField {
    height: 44px;
    padding: 0 15px;
    border: 1px solid #CFD8D7;
    width: 100%;
    transition: 0.3s ease-in all;
    box-shadow: none;
    font-weight: 400;
    color: #3E5351;
    font-size: 13px;
}
select::-ms-expand {
    background: white;
    border:none;
    margin-right:-8px
}
/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.inputField[required], .selectField[required] {
    border-left: 7px solid #7A9D9B;
    transition: 0.3s ease-in all;
    outline:none;
}

.inputField[required]:focus, .selectField[required]:focus {
    border-left: 7px solid #7A9D9B;
    outline: 1px solid #7A9D9B;
}

.requiredInput {
    border-left: 7px solid #7A9D9B;
}

.invalidInput {
    border: 1px solid #D90707;
    border-left: 7px solid #D90707 !important;
}

/*.ng-touched.ng-invalid:not(form), .invalidInput {
    border: 1px solid #D90707;
    border-left: 7px solid #D90707 !important;
}*/

select:focus, input:focus, textarea:focus {
    outline: 1px solid #7A9D9B;
}

/* placeholder*/

::-webkit-input-placeholder { /* Chrome */
    color: #919898;
    transition: opacity 250ms ease-in-out;
    font-style: italic;
    font-weight:400;
}

:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #919898;
    transition: opacity 250ms ease-in-out;
    font-style: italic;
    font-weight: 400;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #919898;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    font-style: italic;
    font-weight: 400;
}

:focus::-moz-placeholder {
    opacity: 0.5;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #919898;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    font-style: italic;
    font-weight: 400;
}

:focus:-moz-placeholder {
    opacity: 0.5;
}

/*disable text selection*/
.noselect, label {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}


/* Checkboxes  */

input.checkBox[type=checkbox]:not(old) {
    width: 1.7em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input.checkBox[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: -2.4em;
    line-height: 1.7em;
    word-break: break-all;
}

input.checkBox[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0.25em 0 0.25em 0.25em;
    border: 1px solid #ccc;
    background: white;
    vertical-align: bottom;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.checkBox[type=checkbox]:not(old):checked + label > span {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #d5791f;
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: #d5791f;
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
}

.checkBox, .checkBoxLabel {
    cursor: pointer;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.checkBoxLabel {
    padding-right: 15px;
}

.checkBoxLabel b {
    font-weight: 400;
    word-break: break-word;
    padding-left: 7px;
}

.checkBoxWrap {
    line-height: 38px;
}

/*Blue link*/

.blueLink {
    color: #0F4F8C;
    text-decoration: none;
}

.blueLink:hover {
    color: #073662;
    opacity: 0.75;
}

.blueLink span {
    font-size: 12px;
}

.blueLink.linkDisabled {
    text-decoration: none;
    color: grey;
    cursor: default;
}

.blueLink.linkDisabled:hover {
    text-decoration: none;
    opacity: 1;
    cursor: default;
}


/*Teal link*/

.tealLink{
    color: #7a9d9b;
    text-decoration:none;
}
.tealLink:hover {
    color: #7a9d9b;
    opacity: 0.75;
}

.tealLink span{
    font-size: 12px;
}

.tealLink.linkDisabled {
    text-decoration: none;
    color: grey;
    cursor: default;
}

.tealLink.linkDisabled:hover {
    text-decoration: none;
    opacity:1;
    cursor:default;
}
    
.backLink span {
    padding-left: 5px;
}
.colLgMargin, .addressColCustomMargin {
    transition: 0.2s ease-in all;
}
.col-xs-12.addressColCustomMargin:nth-child(odd) {
    clear: both;
}
@media screen and (min-width: 768px) and (max-width:991px) {
    .addressRowCustomMargin {
        margin: 0 1.658%;
    }
}
@media screen and (min-width: 768px) {
    .col-xs-12.addressColCustomMargin {
        width: 50%;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .colLgMargin {
        margin-left: 31%;
    }

    .col-md-5.colLgMargin {
        width: 42%;
    }
    .addressRowCustomMargin {
        margin: 0 6.869%;
    }
}

@media screen and (min-width: 1200px) and (max-width:1299px) {
    .colLgMargin {
        margin-left: 32%;
    }

    .col-lg-4.colLgMargin {
        width: 34%;
    }
    .addressRowCustomMargin {
        margin: 0 15.129%;
    }
}

@media screen and (min-width: 1300px){
    .colLgMargin {
        margin-left: 33%;
    }
    .addressRowCustomMargin {
        margin: 0 15.9625%;
    }

}

@media screen and (min-width: 1500px) {
    .colLgMargin {
        margin-left: 37%;
    }
    .addressRowCustomMargin {
        margin: 0 16.009180%;
    }
}

@media screen and (min-width: 1700px) {
    .colLgMargin {
        margin-left: 39%;
    }
    .col-lg-4.colLgMargin {
        width: 22%;
    }
    .addressRowCustomMargin {
        margin: 0 27.6481%;
    }

}

.requiredSymbolText {
    font-size: 11px;
    /*font-style: italic;*/
    color: #adb2b2;
    border-top: 1px solid #e8e8e8;
    padding: 4px 0 0 0;
}
.subscriptionsNotes {
    font-size: 11px;
    /*font-style: italic;*/
    color: #adb2b2;
    padding: 4px 0 0 17px;
}
.blur10 {
    filter: blur(10px);
}

footer {
    width: 100%;
    height: 91px;
    background: #f0f0f0;
    box-shadow: 0px -1px 3px #0000001c;
}

.footerLink {
    text-transform: capitalize;
    text-decoration: underline;
}