﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Navigation, Header and Menu styles
-------------------------------------------------- */
nav {
    height: 56px !important;
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg, rgba(62,95,171,1) 0%, rgba(47,75,138,1) 100%) !important;
    margin-bottom:20px;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    position: absolute;
    left: 0px;
}
.alert-success {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-expand-sm .navbar-toggler {
    position: absolute;
    right: 10px;
    background-color: transparent!important;
    display:block!important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
/* Custom Memu Start */
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.ham-burger {
    background-image: url("/images/ham-icon.svg");
    background-repeat: no-repeat;
    padding: 0px;
    height: 24px;
    width: 24px;
}
.ham-burger:hover, .ham-menu:focus {
    background-image: url("/images/hamy-icon.svg") !important;
}

.show-for-mobile {
    display: none !important;
}
.wm-brand {
    content: url('/images/WesternMutual-Logo-White.svg');
    width: 250px;
    margin-left: 20px;
    margin-top: -10px;
}

.agent-info-notice {
    text-align: center;
    margin-top: 2.25rem;
}
/*.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-bars:before {
    content: "\f0c9" !important;
    font-size: 20px;
    color: #fff !important;
}*/
.bar-menu-button:hover .fa-bars:before, .bar-menu-button:focus .fa-bars:before {
    color: #FC0 !important;
}
.menu-right {
    position: absolute;
    right: 15px;
}
.menu-right a:hover, .menu-right a:focus {
    color:#fc0!important;
}
.bar-menu-button {
    border: 0;
    color:red!important;
}
.dropdown-menu {
    position: absolute;
    left: auto;
    border: 1px solid rgba(47,75,138,.5)
}
.dropdown-menu.show {
    display: block;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.25);
    }
.show > ul {
    position: absolute !important;
    right: 5px !important;
}
ul.dropdown-menu li {
    padding-left: 10px;
}
a {
    color: #0366d6;
}
.btn-primary {
    min-width: 200px;
    padding: 12px 0 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#Email-error {
    /*position: relative!important;
    left: 30px!important;*/
}
.btn-primary:hover, .btn-primary:focus {
    min-width: 200px;
    padding: 12px 0 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#ContinueButton, #SubmitButton, #BackButton {
    margin-left: 10px;
    margin-right:10px;
}
.pull-right {
    position: relative;
    right: 0px;
    float: right;
}
.ez-brand {
    display: flex;
    align-items: center;
    height: 30px;
}

.logo-agent {
    background-image: url("/images/Agent-House-Only-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70px;
    height: 35px;
    margin-right: 5px;
    margin-left: 20px;
}

.header-logo-white {
    color: #FFFFFF;
    font-size: 1rem; 
}
/* CSS Tweak Styles
-------------------------------------------------- */
.mw, .pmw {
    max-width: 500px;
    margin: 0 auto;
}
.mw > p {
    font-weight:500;
    margin-top:10px;
}
.lmw {
    max-width: 300px;
    margin: 0 auto;
    font-weight: 500;
    text-align: left;
}

.pmw {
    margin-bottom: 1rem !important;
}
.m-300 {
    max-width: 240px !important;
}
.pb-7 {
    padding-bottom: 37px;
}

.white-space {
    margin: 25px;
}
.lmw-bold, .lmw > label {
    font-weight: 500 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
/*-------------- Color Theme --------------*/

label {
    display: inline-block!important;
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
    font-weight:500!important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .need-help-phone {
        display:none;
    }
    .iconbtn-wrap {
        display: none;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    /*min-height: 100vh;*/
}
body {
    /*margin-bottom: 60px;*/
}

/* Link styles
-------------------------------------------------- */
a:link, a:visited, .navbar-light .navbar-brand, .navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link {
    text-decoration: none;
    font-weight: 500;
}
a:hover, .arrow-right:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    text-decoration: none;
    /*font-weight: 600;*/
    text-decoration: underline;
}
a.disabled {
    color: rgba(0,0,0,0.5);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="text"] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}
input[type="text"] {
    font: 15px/24px 'Muli', sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.pr-0 {
    position: absolute;
    top: 0;
    right: 0;
}
.login-field {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}
.login-link {
    white-space: nowrap;
    left:15px;
}
.login-column {
    -ms-flex: 0 0 33.333333%!important;
    flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;
    left:75px;
}
/* Card styles
-------------------------------------------------- */
hr {
    border: 0;
    height: 1px;
}
.lock-icon, .register-icon, .company-icon, .mail-icon, .account-update-icon, .phone-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.lock-icon {
    background-image: url("/images/lock_icon.svg");
}
.register-icon {
    background-image: url("/images/register-icon.svg");
}
.company-icon {
    background-image: url("/images/company-icon.svg");
}
.mail-icon {
    background-image: url("/images/mail-icon.svg");
}
.account-update-icon {
    background-image: url("/images/account-update-icon.svg");
}
.phone-icon {
    background-image: url("/images/phone-icon.svg");
}
.arrow-right {
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 6px;
    height: 10px;
    margin-right: 5px;
    background-image: url("/images/arrow-right.svg");
    top: 7px;
}
.account-icon {
    background-image: url("/images/account-icon.svg");
}
.info-icon {
    background-image: url("/images/info-icon.svg");
}
.account-icon:hover, .account-icon:focus {
    background-image: url("/images/accounty-icon.svg");
}
.logout-icon {
    background-image: url("/images/logout-icon.svg");
}
.logout-icon:hover, .logout-icon:focus {
    background-image: url("/images/logouty-icon.svg");
}
.quote-icon {
    background-image: url("/images/quote-icon.svg");
}
.quote-icon:hover, .quote-icon:focus {
    background-image: url("/images/quotey-icon.svg");
}

.quotehistory-icon {
    background-image: url("/images/quotehistory-icon.svg");
}
.quotehistory-icon:hover, .quotehistory-icon:focus {
    background-image: url("/images/quotehistoryy-icon.svg");
}
.home-icon {
    background-image: url("/images/home-icon.svg");
}

.home-icon:hover, .home-icon:focus {
    background-image: url("/images/homey-icon.svg");
}
.account-icon, .logout-icon, .quote-icon, .quotehistory-icon, .home-icon, .info-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    top: 5px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, .85) !important;
    background-clip: border-box;
    border-radius: 0.625rem !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15) !important;
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15) !important;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15) !important;
}
#frmRegister, #frmForgotPassword, .login-form, .reg-confirm {
    position: relative;
    width: 500px;
    margin-bottom: 150px;
}
/*#frmRegister {
    overflow-y: scroll;
    overflow-x: hidden;
}*/
.not-loggedi {
    background-size: 120%!important
}

/*.container > main > div > form {
    position: fixed;
    left: 75px;
    clear: both;
    width: 500px;
    margin-top: 4.75rem;
}*/
.affinity {
    position: inherit;
    width: 500px;
    min-width: 500px;
}
.register {
    position: inherit;
    width: 650px;
    min-width: 500px;
}
.contract-message {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.login-message {
    max-width: 500px;
    width: 100%;
}
.register-message {
    width: 650px;
}
.forgot-password-message {
    position: absolute;
    /*top: 4.75rem;*/
    left: 4.75rem;
    width: 500px;
}
.quote-card {
    -webkit-border-bottom-right-radius: 0.625rem !important;
    -webkit-border-bottom-left-radius: 0.625rem !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0.625rem !important;
    -moz-border-radius-bottomleft: 0.625rem !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.card-header, .need-help {
    border-bottom: none;
    font-weight: 500;
    max-height: 60px !important;
    -webkit-border-top-left-radius: 0.625rem !important;
    -webkit-border-top-right-radius: 0.625rem !important;
    -moz-border-radius-topleft: 0.625rem !important;
    -moz-border-radius-topright: 0.625rem !important;
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
}
.need-help {
    position: absolute;
    float: right;
    right: 75px;
    font-size: 1.0rem;
    text-align: center;
    padding-top: 0px;
}
.need-help-phone {
    position: absolute;
    float: right;
    right: 15px;
    top: 15px;
}

.card-brand {
    background-color: transparent;
    background-image: url("/images/agent-House-Only-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 235px;
    height: 125px;
    margin: 0 auto;
}
.card-title {
    margin: 0 auto;
}
.card-text {
    font: 15px/24px "Lato", Arial, sans-serif;
    width: 100%;
    text-align:center;
    padding: 0 5px;
    font-weight:700;
}
/* Tab Panel styles
-------------------------------------------------- */
.nav-tabs {
    border-bottom: 1px solid #cdd4e0;
    border-color: rgba(72, 94, 144, 0.16);
}
.nav-tabs .nav-link {
    background-color: rgba(72, 94, 144, 0.16);
    border-color: rgba(72, 94, 144, 0.16);
    color: #596882;
    border-bottom-width: 0;
    position: relative;
    margin-bottom: -1px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    transition: background-color 0.2s;
    border: 1px solid rgba(47, 75, 138, 0.25) !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    font-weight: bold !important;
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg, rgba(62,95,171,1) 0%, rgba(47,75,138,1) 100%) !important;
    border-color: rgba(58, 110, 194, 0.5) !important;
}
.nav-itema:hover, .nav-item a:focus, a.nav-link:hover, a.nav-link:focus {
    background-color: rgba(81, 105, 161, 0.16);
    border-color: #e3e7ed #e3e7ed #cdd4e0;
    color: #ffdf7f !important;
}
.quote-panel {
    max-width: 1200px !important;
}
/* Footer styles
-------------------------------------------------- */
.footer {
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    text-align: center;
    height: 60px;
    min-height: 60px;
    clear: both;
}
.container-footer {
    padding-top: 10px;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: none;
    -webkit-border-bottom-right-radius: 0.625rem !important;
    -webkit-border-bottom-left-radius: 0.625rem !important;
    -moz-border-radius-bottomright: 0.625rem !important;
    -moz-border-radius-bottomleft: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
}
.form-gruop p {
    color: #00929B;
}
p .mw {
    margin-bottom: 1rem!important;
}
/*@media (min-width: 768px) {
.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none !important;
}
}*/
/* Custom Controls styles
-------------------------------------------------- */
/* Radio Buttons */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Checkboxes Buttons */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
    [type="checkbox"]:checked + label:before,
    [type="checkbox"]:not(:checked) + label:before {
        margin-top: 4px;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        background: #fff;
    }
    [type="checkbox"]:checked + label:after,
    [type="checkbox"]:not(:checked) + label:after {
        margin-top: 4px;
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 3px;
        left: 3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    [type="checkbox"]:not(:checked) + label:after {
        margin-top: 4px;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    [type="checkbox"]:checked + label:after {
        margin-top: 4px;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

nav {
    color: #415D94;
    outline: 1px solid #FFC000;
    border-bottom: 1px solid #D0D7E4;
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg, rgba(62,95,171,1) 0%, rgba(47,75,138,1) 100%) !important;
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color:none!important;
}
.btn-primary {
    -webkit-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    border: solid ##2F4B8A 1px;
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg,#3e5f86 0%,#3e5fab 49%,#2f4bab 49.95238895423738%,#2f4b8a 100%) !important;
}

.btn-primary:hover, .btn-primary:focus {
    -webkit-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    border: solid #2F4B8A 1px;
    background: rgb(47,75,138) !important;
    background: linear-gradient(180deg,#2f4b8a 0%,#2f4bab 49.9%,#3e5fab 50%,#3e5f86 100%) !important;
}
.k-dropdown-wrap .k-input {
    border: none !important;
    border-bottom-color: rgba(47,75,138,1) !important;
    background-color: #E8F0FE !important;
    background-position: 50% 50% !important;
}
.btn-danger {
    -webkit-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    border: solid ##2F4B8A 1px;
    background: rgb(200,35,51) !important;
    background: linear-gradient(180deg,#dc3545 0%,#dc3545 49%,#bd2130 49.95238895423738%,#c82333 100%) !important;
}

.btn-danger:hover {
    -webkit-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    box-shadow: 0 1px 2px rgba(47, 75, 138, 0.3);
    border: solid ##2F4B8A 1px;
    background: rgb(200,35,51) !important;
    background: linear-gradient(180deg,#c82333 0%,#bd2130 49%,#dc3545 49.95238895423738%,#dc3545 100%) !important;
}
body {
    min-height: 100%;
    min-width:100%;
}
.user-loggedin {
    background-color: rgba(47, 75, 138, 0.25);
    background-image:none!important;
}
body {
    background: url("/images/wmark.jpg") no-repeat;
    -webkit-background-size: 120% 100%;
    -moz-background-size: 120% 100%;
    -o-background-size: 120% 100%;
    background-size: 100% 100%!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
.form-control, .form-control:hover, .form-control:focus {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-text-fill-color: #000;
    color: #000;
    -webkit-box-shadow: 0 0 0px 0px #ffff inset;
    /*-webkit-box-shadow: 0 0 0px 1000px #fdf9e3 inset;*/
    color: #495057;
    border: 1px solid #2F4B8A !important;
}
.k-dropdown .k-input, .k-select {
    background-color: #ffff !important;
}
a:link, a:visited, .navbar-light .navbar-brand, .navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link {
    color: #415D94 !important;
}
a:hover, .arrow-right:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #FFC000;
}
a.need-help-link:link {
    color: #fff !important;
}
a.need-help-link:hover {
    color: #ffcc00 !important;
    text-decoration: underline;
}
hr {
    background-image: linear-gradient(to right, rgba(178, 222, 225, 0), rgba(62, 95, 171, 0.75), rgba(178, 222, 225, 0));
}
/*.form-control, .form-control:hover, .form-control:focus{
    color: #495057;
    border-bottom: 1px solid #2F4B8A !important;
    background-color: #E8F0FE;
}
.form-control:focus {
    border-color: #A6D9DC;
    -webkit-box-shadow: 0px 1px 1px 2px rgba(47, 75, 138,0.26);
    -moz-box-shadow: 0px 1px 1px 2px rgba(47, 75, 138,0.26);
    box-shadow: 0px 1px 1px 2px rgba(47, 75, 138,0.26);
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #2F4B8A;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8… 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem) !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
    /*-webkit-box-shadow: 0px 1px 1px 2px rgba(47, 75, 138,0.26) !important;
    -moz-box-shadow: 0px 1px 1px 2px rgba(47, 75, 138,0.26) !important;
    box-shadow: 0px 1px 1px 2px rgba(47, 75, 138,0.26) !important;*/
    /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
.card {
    border: 1px solid rgba(47, 75, 138, 0.5) !important;
    margin-bottom: 50px;
}

.card-title, .card-text, .need-help {
    color: #fff;
}
.card-header {
    color: #2F4B8A;
    background-color: transparent !important;
    font-size: 1.25rem;
}
.footer {
    outline: 1px solid #FFC000;
    border-top: 1px solid #D0D7E4;
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg, rgba(62,95,171,1) 0%, rgba(47,75,138,1) 100%) !important;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
    background: #2F4B8A;
}
.alert-success {
    color: #2F4B8A;
    background-color: #D4EDDA !important;
    border-color: rgba(47, 75, 138, 0.5) !important;
}
/*********** Grid Color Theme Start ****************/
.k-widget .k-autocomplete .k-autocomplete-clearable .k-state-default {
    border: none!important;
    border-radius: 0px!important;
}
.k-autocomplete, .k-autocomplete-clearable, .k-widget {
    border-color: #fff !important;
    border-width: 0px !important;
}
.k-dropdown-wrap {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    /*border:none!important;*/
    border: 1px solid rgba(47,75,138,1)!important;
    background-color:#fff!important;s
}
/*.k-select {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #fdf9e3!important;
}*/
.k-icon {
    color: #2f4b8a!important;
}
#grid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg, rgba(62,95,171,1) 0%, rgba(47,75,138,1) 100%) !important;
    color: #A6A6A6;
}
#grid {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.25) !important;
    -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.25) !important;
    box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.25) !important;
    border: 1px solid rgba(47,75,138,0.5);
}
#grid > div.k-header.k-grid-toolbar {
    background: rgb(255,144,0) !important;
    background: linear-gradient(180deg, rgba(255,144,0,1) 0%, rgba(255,198,0,1) 100%) !important;
}
.k-grid-header th.k-with-icon .k-link {
    color: #000!important;
}
.k-grid-header th.k-with-icon .k-link:hover, .k-grid-header th.k-with-icon .k-link:focus {
    text-decoration: underline;
    color: #2f4b8a !important;
}
.k-i-search:before {
    content: "\e13e";
    color: #2F4B8A !important;
}
span.k-state-selected {
    color: #fff;
    border-color: #428bca;
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg, rgba(62,95,171,1) 0%, rgba(47,75,138,1) 100%) !important;
}
.k-state-selected:hover {
    background: rgb(62,95,171) !important;
    background: linear-gradient(180deg, rgba(47,75,138,1) 0%, rgba(62,95,171,1) 100%) !important;
}
.k-pager-wrap .k-link {
    background: #7599d4 !important;
    border-color: #428bca !important;
    color: #e6e6e6 !important;
}
.k-alt {
    background-color: #edf4fe !important;
}
.WordSection1 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 0.625rem !important;
    border: 1px solid rgba(47, 75, 138, 0.5) !important;
    background-color: rgba(255, 255, 255, .9) !important;
    padding: 15px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15) !important;
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15) !important;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15) !important;
}

/* --- Affinity Modal Header --- */
.affinity-modal-header {
    border-bottom: 1px solid #FFC000;
    background: linear-gradient(180deg, rgba(62,95,171,1) 0%, rgba(47,75,138,1) 100%) !important;
    color: white;
}
/*********** Grid Color Theme End ****************/
@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    .login-column-sm {

    }
}
@media (max-width: 767.98px) {
    body {
        background-color: #E8F0FE !important;
        background-image: none !important;
    }

    html {
        font-size: 14px;
    }

    .need-help {
        display: none;
    }

    .hide-for-mobile {
        display: none !important;
    }

    .show-for-mobile {
        display: block !important;
    }

    .show-d-flex-for-mobile {
        display: inline-flex !important;
    }

    .iconbtn-wrap {
        display: block;
        height: 24px;
        width: 80px;
        position: absolute;
        float: right;
        right: 55px;
    }
  
    #frmRegister, #frmForgotPassword, .reg-confirm {
        position: absolute;
        clear: both;
        /*width: 100%;*/
        margin-bottom: 150px;
    }
    .login-form {
        position: relative;
        margin-top: 4.75rem;
        margin-bottom: 150px;
        margin-right: auto!important;
        margin-left: auto!important;
        right: 12%!important;
        /*left:0px!important;*/
}
    .phonebtn {
        background-image: url("/images/phone-icon.svg");
        background-repeat: no-repeat;
        padding: 0px;
        height: 24px;
        width: 24px;
        float: right;
        margin-right: 15px;
    }
    .phonebtn:hover, .phonebtn:focus {
        background-image: url("/images/phoney-icon.svg") !important;
    }
    .emailbtn {
        background-image: url("/images/email-icon.svg");
        background-repeat: no-repeat;
        padding: 0px;
        height: 24px;
        width: 24px;
        float: right;
     
        margin-top: 2px;
    }
    .emailbtn:hover, .emailbtn:focus {
        background-image: url("/images/emaily-icon.svg") !important;
    }
    .login-column {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        /*position: relative;*/
        margin-left: auto;
        margin-right: auto;
        right: 12%;
    }
    /*.emailbtn, .phonebtn {
        font-size: 30px;
        float: left;
        padding: 10px;
    }

    .emailbtn a, .phonebtn a {
        color: #01345b;
    }
    .emailbtn:before {
        content: "\f0e0";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        color: #5ce0d8 !important;
        font-size: 1.55rem;
        padding: 4px 7px;
    }

    .phonebtn:before {
        content: "\f095";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        color: #5ce0d8 !important;
        font-size: 1.75rem;
        padding: 4px;
    }*/
}

@media (max-width: 669.98px) {
    html {
        font-size: 13px;
    }
    #frmRegister, #frmForgotPassword, .login-form, .reg-confirm {
        position: absolute;
        /*left: 75px;*/
        clear: both;
        width: 500px;
        margin-bottom: 150px;
    }
}
@media (max-width: 320px) {
    html {
        font-size: 13px;
    }
}

#togglePasswordBtn {
    border: 1px solid #2F4B8A;
    background-color: rgb(232, 240, 254);
}

#passwordInput {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}