/* Headlines*/
/* body */
/* Font specification */
/* Header */
/*Footer */
/* common*/
/* button variables*/
/* Font weights*/
/* Base Font*/
/* Fixed Font*/
/* Headings*/
/* BMO colors variable*/
/*blue variant */
/*$color-blue: #0079c1;*/
/* grey variant */
/* border variant*/
/* success message box */
/* media query for responsive design */
/* Headlines*/
/* body */
/* Font specification */
/* bmo colors start*/
/* Grey Variation */
/* bmo colors end*/
/* Phase 2 font */
@font-face {
  font-family: 'DaxLightItalic';
  src: url("../css/fonts/Dax-LightItalic.otf"), url("../css/fonts/dax-medium-italic.woff") format("woff"), url("../css/fonts/dax-medium-italic.woff2") format("woff2"); }
@font-face {
  font-family: 'DaxMedium';
  src: url("../css/fonts/Dax-Medium.otf"), url("../css/fonts/dax-medium.woff") format("woff"), url("../css/fonts/dax-medium.woff2") format("woff2"); }
@font-face {
  font-family: 'DaxRegular';
  src: url("../css/fonts/Dax-Regular.otf"), url("../css/fonts/dax.woff") format("woff"), url("../css/fonts/dax.woff2") format("woff2"); }
@font-face {
  font-family: 'DaxBold';
  src: url("../css/fonts/Dax-Bold.otf"), url("../css/fonts/dax-bold.woff") format("woff"), url("../css/fonts/dax-bold.woff2") format("woff2"); }
@font-face {
  font-family: 'DaxLight';
  src: url("../css/fonts/Dax-Light.otf"), url("../css/fonts/dax-light.woff") format("woff"), url("../css/fonts/dax-light.woff2") format("woff2"); }
/*** Login page CSS Start*/
.site-footer .quick-links ul li a {
  font-family: 'DaxMedium'; }
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  {
  	.site-footer .quick-links ul li a {
		padding: 0 5px 0 0 !important;
		font-size: 12px !important;
	}
	.btn-separator{
		margin-left:0.2em !important;
		margin-right:0.1em !important;
	}
}
.site-header .top-nav-links li {
  font-family: 'DaxMedium'; }

p#nickName-error {
  display: none !important; }

body.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden; }

.modal-dialog .modal-content {
  height: calc(100% - 30px);
  padding-bottom: 50px; }

.modal-dialog .modal-content .profile-modal-footer {
  position: absolute;
  bottom: 0;
  height:60px;
  width: 100%;
  background: #E6E6E6;
  border-top: 1px solid #c4c4c4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.back-link {
  font-family: 'DaxMedium';
  font-size: 18px;
  color: #23527c;
  text-align: center;
  display: block;
  float: left;
  letter-spacing: 0;
  padding: 3% 18% 5% 0%; }

.separater {
  border: 2px solid #e6e6e6;
  margin-bottom: 0px; }

.marg-right15 {
  margin-right: 15px; }

/*radio button starts*/
.radiobutton {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* One radio button per line */
.radiobutton + label {
  display: block; }

/* the basic, unchecked style */
.radiobutton + label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -0.25em;
  border-radius: 3em;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #c4c4c4;
  margin-right: 0.75em;
  cursor: pointer; }

/* the checked style using the :checked pseudo class */
.radiobutton:checked + label:before {
  background: #004a7c;
  box-shadow: 0 0 0 2px #004a7c; }

/*radio button end*/
.temp-password-req {
  margin: 0px 40px 10px 0px;
  font-family: DaxMedium;
  background: #e5f1e5;
  color: #007d00;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 20px 0px; }

.generic-message {
  font-family: DaxMedium;
  background: #e5ecf1;
  color: #0066A2;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 15px 10px 17px 10px;
  border-radius: 5px; }

.market-content {
  /*font-family: DaxRegular;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .market-content ul {
    padding-left: 4.1%; }

.login-container .login-form {
  width: 45%;
  border-radius: 5px;
  padding: 4.5% 3.7%;
  margin: 0px 0px 30px 0px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 2px 4px 0 rgba(195, 195, 195, 0.56); }
  .login-container .login-form .headline-5 {
    font-family: DaxMedium;
    font-size: 16px;
    color: #414141;
    font-weight: normal; }
  .login-container .login-form .sign-in-title {
    font-family: DaxMedium;
    font-size: 24px;
    color: #414141;
    padding-bottom: 3%; }
  .login-container .login-form .underlineLink {
    text-decoration: underline;
    color: #337ab7; }
  .login-container .login-form .underlineLink a:hover {
    color: #23527c; }
  .login-container .login-form .underlineLink a:focus {
    color: #23527c; }
  .login-container .login-form .secure-id-challenge {
    font-family: DaxMedium;
    font-size: 18px;
    color: #414141;
    padding-bottom: 3%; }
  .login-container .login-form .custom-check-box {
    display: table;
    margin: 0% 0% 2% 0%; }
    .login-container .login-form .custom-check-box .checkbox-label {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
  .login-container .login-form .cancel-link {
    font-family: DaxMedium;
    font-size: 18px;
    color: #414141;
    letter-spacing: 0;
    padding: 0% 18% 0% 0%; }
  .login-container .login-form .sign-in-btn {
    font-family: DaxMedium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 9.5px 36.5px;
    margin: 20px 0px;
    border: 2px solid #0079C1;
    border-radius: 25px; }
  .login-container .login-form .sign-in-help {
    color: #414141;
    font-family: DaxMedium; }
  .login-container .login-form .sign-in-details {
    color: #414141;
    font-family: DaxRegular;
    margin: 20px 0; }
  .login-container .login-form .sign-in-video {
    color: #414141;
    font-family: DaxMedium;
    width: 50%;
    border-bottom: 1px solid #ffffff; }
  .login-container .login-form .login-input {
    width: 100%;
    margin: 0 0 3.5px 0; }
    .login-container .login-form .login-input input {
      width: 66%;
      min-width: 66%; }
    .login-container .login-form .login-input select {
      width: 67.10%;
      min-width: 67.10%; }
  .login-container .login-form .login-box {
    display: -webkit-flex;
    display: flex; }
  .login-container .login-form .remove-nickname {
    /*padding : 29px 0 0 10px;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    font-family: DaxCompProMedium; }
    .login-container .login-form .remove-nickname a {
      font-size: 16px;
      font-family: DaxMedium; }
    .login-container .login-form .remove-nickname a:hover {
      text-decoration: underline; }
.login-container .tmonitoring-link {
  width: 43%;
  border-radius: 5px;
  padding: 1.5% 3.7%;
  margin: 0px 0px 60px 0px; }
.login-container .market-content {
  /*p{
     margin: 4.5% 0 0 8%; 
     background: #D8D8D8;
     padding: 4.5%;
     font-family: $base-font-daxMedium;
     color: #414141;
     font-size: 20px;
  }*/ }
.login-container .infoContainer .infoMsg {
  margin-left: 0;
  margin-right: 48px;
  padding: 18px 0px;
  margin-bottom: 18px; }

/*** Login page CSS End*/
.reset-password-container {
  /*width: 32.5%;*/
  margin: 3% auto 0 auto; }

.resetHeader {
  color: base-secondary-color; }

/*.resetText{
    text-align: center;
}*/
.resetText p {
  text-indent: 3%; }

.resetForm {
  margin: 0 auto; }
  .resetForm label {
    color: #414141;
    size: 16px; }

.topMargin5 {
  margin-top: 7%; }

.topMargin2 {
  margin-top: 2%; }

.unboldLabel label {
  font-weight: normal; }

.btnContainer {
  margin-top: 5%; }
  .btnContainer .btn-primary {
    min-width: 120px; }

.hoverDropdown:hover, .hoverDropdown:focus {
  text-decoration: underline;
  cursor: pointer; }

/*************************RESET PASSWORD PAGE CSS *************************/
.login-component {
  width: 481PX;
  margin: 0 auto;
  padding-bottom: 15%; }
  .login-component h3 {
    font-family: DaxMedium;
    color: #414141;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px; }
  .login-component .description {
    font-family: DaxLight;
    color: #414141;
    font-size: 18px;
    text-align: center; }
  .login-component label {
    font-family: DaxRegular;
    color: #414141;
    font-size: 16px; }
    .login-component label a {
      font-family: DaxMedium; }
  .login-component .form-ctrl {
    margin-bottom: 16px; }
  .login-component .button-component {
    display: block;
    margin-top: 4px;
    padding-bottom: 100px; }
    .login-component .button-component .leftAlign {
      float: left; }
  .login-component label {
    margin-top: 12px; }
  .login-component .btn-primary {
    width: 145px;
    height: 44px;
    font-family: DaxMedium;
    font-size: 18px; }
  .login-component .btn-secondary {
    width: 145px;
    height: 44px;
    font-family: DaxMedium;
    font-size: 18px; }

.reset-password-width {
  width: 100%;
  margin: 0 auto; }

.reset-info .top10 {
  font-family: 'DaxMedium';
  font-size: 18px;
  color: #414141; }
.reset-info .steps-heading {
  margin-top: 25px;
  font-family: 'DaxRegular';
  font-size: 18px;
  color: #1D1D1D;
  line-height: 23px; }
.reset-info .steps-desc {
  font-family: 'DaxLight';
  font-size: 18px;
  color: #1D1D1D;
  line-height: 23px; }

.confirmpassword .button-component {
  text-align: center; }
.confirmpassword .description {
  font-size: 16px; }
.confirmpassword .resetForm {
  width: 56.5%; }

.secureIDForm {
  margin-bottom: 150px; }

.secureIDChallengeForm {
  margin-bottom: 200px; }

.backgroundimage {
  /*background: url('../img/loginBackgroundImage.jpg');*/
  background-size: cover; }

@media (min-width: 768px) and (max-width: 1024px) {
  .login-container {
    width: 100%; }
    .login-container .login-form {
      width: 58.33%;
      /*margin-left: 16.66666667%;*/
      margin-bottom: 26px; }

  .market-content {
    display: none; }

  .login-container .login-form.secureIDChallengeForm {
    margin-bottom: 310px; }

  .login-container .login-form.secureIDChallengeForm {
    margin-bottom: 310px; }

  .login-container .login-form.secureIDForm,
  .login-container .login-form.secureIDChallengeForm {
    width: 66.66666667%; }

  .login-container .login-form.secureIDForm {
    margin-bottom: 220px; }

  .login-container .login-form .sign-in-btn {
    margin: 20px 0; }

  .login-container .login-form .remove-nickname {
    /* padding: 29px 0 0 10px;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; } }
/*contact page Start*/
.contact-popup .icon-XtoClose {
  color: #0079C1;
  font-size: 48px;
  margin-top: -14px; }

.contact-info {
  padding: 0 20px 21px 30px;
  height: calc(100% - 84px);
  margin: 15px 10px 0 0; }
  .contact-info p {
    font-size: 16px;
    color: #585858; }
  .contact-info h4 {
    margin: 13px 0 8px 0;
    color: #0079c1; 
    font-weight: bold;}
  .contact-info ul li {
    list-style: none;
    padding: 0 0 12px 0;
    color: #414141;
    font-size: 14px; }

/*contact page end*/
/*Homepage CSS Start*/
.compo-border {
  border: 1px solid #e6e6e6;
  /*  box-shadow: 3px 4px 4px -3px #ccc;*/
  box-shadow: 1px 3px 7px 1px #ccc; }

.padding0 {
  padding-left: 0;
  padding-right: 0; }

.homepage-heading-component {
  padding: 5% 0% 3%; }

.homepage-heading-component .view-demo {
  padding-right: 30px; }

.bmo-inforamtiion-component {
  margin-bottom: 30px; }

.bmo-inforamtiion-component .bulletins-info {
  margin-right: 10px; }

.bmo-inforamtiion-component .approval-inbox {
  margin-left: 10px;
  margin-right: 10px; }

.bmo-inforamtiion-component .alerts-info {
  margin-left: 10px; }

.info-header {
  padding: 10px 10px 10px 5px; }
  .info-header h4 {
    display: inline-block;
    width: 91%; }
  .info-header .info-icon {
    border-radius: 50%;
    border: 1px solid;
    color: #0079c1;
    font-size: 14px;
    padding: 1px;
    display: inline-block; }

.info-container li {
  list-style: none;
  padding: 0% 0% 5% 0%; }
  .info-container li a {
    text-decoration: none;
    color: #337ab7; }

.info-container .bulletins-list {
  height: 232px;
  padding-right: 3%; }

.info-container {
  padding: 3% 3% 2% 10%; }

.info-footer {
  padding: 2% 0;
  border-top: 1px solid #e6e6e6; }

.approval-inbox .info-container li {
  padding-bottom: 20px; }

.bmo-account-balance {
  margin-top: 10px;
  margin-bottom: 60px; }

.menu-list {
  float: left;
  margin: 30px 0px 20px;
  width: 100%;
  color: #337ab7;
  border-bottom: 1px solid #ccc; }

.menu-list li {
  float: left;
  list-style: none;
  padding: 0px 30px 15px 10px;
  font-size: 18px;
  margin-right: 10px; }

.customise-link {
  line-height: 33px;
  padding-right: 10px; }

.menu-list .active {
  border-bottom: 1px solid #414141; }

.table-header {
  background-color: #e6e6e6;
  padding: 15px 10px 15px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca; }

.btn-view {
  border-radius: 15px;
  background: #fff;
  text-align: center;
  padding: 4px 12px;
  border: 2px solid #cacaca;
  display: inline-block;
  color: #337ab7; }

.feature-img {
  width: 100%;
  border: 1px solid #cacaca;
  margin-bottom: 10px; }

.link-show {
  background-color: #004a7c;
  border: 1px solid #004a7c;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 10px;
  position: absolute;
  top: -69px;
  right: 35px;
  width: 12%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.home-heading {
  color: #585858; }

.bmo-account-balance-right {
  padding-left: 25px; }
  .bmo-account-balance-right .homepage-sidebanner {
    width: 100%; }
  .bmo-account-balance-right .info-container {
    padding: 2% 3% 4% 10%; }
    .bmo-account-balance-right .info-container .bulletins-list {
      height: auto; }
  .bmo-account-balance-right .text-danger {
    color: red; }

.bmo-account-balance-left .account-table tbody tr td:nth-child(1n) {
  width: 6%; }
.bmo-account-balance-left .account-table tbody tr td:nth-child(2n) {
  width: 8%; }

.bmo-account-balance .bottom-img-container {
  padding: 0px; }
.bmo-account-balance .img-homepage-bottom {
  width: 100%; }

/*Homepage CSS End*/
/*Homepage option CSS Start*/
.sortable-compo .info-container {
  margin-right: 4px; }

.account-customise .info-color {
  color: #585858; }
.account-customise .acnt-list {
  margin: 0 2% 0 3%;
  height: 301px; }
  .account-customise .acnt-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 2% 0;
    margin: 0 2%; }
.account-customise .info-total {
  border-top: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  margin-top: 11%; }
  .account-customise .info-total li {
    padding: 2% 0 7% 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 4% 0 3%; }
  .account-customise .info-total li:last-child {
    border-bottom: none; }

.menu-customise {
  margin: 12px 0px; }

.modal-entitlement-content {
  margin: 0px 7px 0 20px;
  padding: 0 8px 0 0; }

.addcurrancy-modal .search {
  position: relative;
  font-size: 15px; }
.addcurrancy-modal .search input {
  width: 70%;
  height: 32px;
  border: 1px solid #aaa;
  border-radius: 4px; }
.addcurrancy-modal .search input {
  text-indent: 32px; }
.addcurrancy-modal .search .search-img {
  color: #0079C1;
  position: absolute;
  top: 10px;
  left: 10px; }
.addcurrancy-modal .addcurraency-content {
  padding: 0 18px 0 24px h3;
    padding-font-size: 20px; }
  .addcurrancy-modal .addcurraency-content h4 {
    margin: 15px 0 15px 0px;
    font-size: 16px; }
  .addcurrancy-modal .addcurraency-content .icon-XtoClose {
    cursor: pointer;
    color: #0079C1;
    font-size: 42px;
    margin-top: -8px; }
  .addcurrancy-modal .addcurraency-content .currency-type {
    display: -webkit-flex;
    display: flex;
    padding: 0px 0px 35px 16px; }
    .addcurrancy-modal .addcurraency-content .currency-type .col-md-4 {
      border: 1px solid #ccc;
      padding: 4px;
      /* width: 28%;*/
      border-radius: 5px;
      margin-right: 10px;
      height: 30px; }
      .addcurrancy-modal .addcurraency-content .currency-type .col-md-4 .glyphicon {
        color: #0079C1;
        border: 1px solid #0079C1;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        top: 0px;
        padding: 3px; }
.addcurrancy-modal button {
  height: 30px;
  min-height: 30px;
  min-width: 145px; }
.addcurrancy-modal .currency-table td:first-child {
  width: 1%; }
.addcurrancy-modal .currency-table td:nth-child(2) {
  width: 3%; }
.addcurrancy-modal .currency-table td:nth-child(3) {
  width: 10%; }

.modal-footer {
  height: 60px;
  background-color: #e6e6e6;
  text-align: center;
  padding: 15px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/*Homepage option CSS Start*/
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .login-container .login-form .remove-nickname {
    /*padding: 40px 0 0 10px;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; } }
@media screen and (max-width: 1040px) {
  .reset-password-width {
    width: 50%;
    margin: 0 auto; } }
.homepagetabcontainer {
  margin: 0 3%; }
  .homepagetabcontainer .page-quick-nav {
    padding: 2% 0 2% 3%; }
    .homepagetabcontainer .page-quick-nav .nav-back-left a {
      font-family: DaxRegular;
      font-size: 14px;
      color: #0079C1;
      letter-spacing: 0;
      line-height: 14px; }

.depositamounttab .depositbuttons {
  padding: 2% 0;
  margin-left: 0px;
  margin-right: 0px; }
  .depositamounttab .depositbuttons .depositbuttonoffset {
    padding-right: 0; }
    .depositamounttab .depositbuttons .depositbuttonoffset button {
      width: 132px;
      height: 30px; }
.depositamounttab .deposittableheader {
  padding: 2% 0;
  background-color: #E6E6E6;
  margin-left: 0px;
  margin-right: 0px; }
  .depositamounttab .deposittableheader .tableheading {
    font-family: DaxRegular;
    font-size: 22px;
    color: #414141;
    line-height: 22px; }
  .depositamounttab .deposittableheader .tablerightbuttons {
    padding-right: 0px; }
    .depositamounttab .deposittableheader .tablerightbuttons button {
      width: 132px;
      height: 30px; }
.depositamounttab .depositamounttable table thead tr th {
  font-family: DaxMedium;
  font-size: 16px;
  color: #414141;
  line-height: 16px; }

.custom-account-table {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .custom-account-table tr td {
    border-bottom: 1px solid #ccc; }
    .custom-account-table tr td .btn-secondary {
      min-width: auto; }
    .custom-account-table tr td:nth-child(3) {
      text-align: center; }
    .custom-account-table tr td.first-custom-coloumn {
      border-left: 1px solid #ccc;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .custom-account-table tr td.last-custom-coloumn {
      border-right: 1px solid #ccc;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .custom-account-table tr td .glyphicon {
      color: #0079C1; }
  .custom-account-table th {
    border-bottom: 0px; }
    .custom-account-table th:first-child {
      width: 55%;
      border-bottom: 0px; }
    .custom-account-table th:nth-child(2) {
      width: 15%;
      border-bottom: 0px; }
    .custom-account-table th:nth-child(3) {
      text-align: center;
      border-bottom: 0px; }

.table-setting h4 {
  margin: 0 16px 20px 0;
  font-size: 18px;
  display: inline-block; }
.table-setting h3 {
  font-size: 17px;
  margin-bottom: 25px;
  color: #585858; }
.table-setting ul li {
  list-style: none;
  margin-bottom: 15px; }
  .table-setting ul li label.checkbox-label {
    display: -webkit-flex;
    display: flex; }
    .table-setting ul li label.checkbox-label span {
      margin-left: 11px;
      vertical-align: middle;
      line-height: 30px;
      font-size: 14px;
      font-weight: normal; }
.table-setting .panel-title {
  font-size: 19px; }
.table-setting .col-md-6 .glyphicon, .table-setting .col-md-4 .glyphicon {
  color: #0079C1;
  border: 1px solid #0079C1;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: 0px;
  padding: 3px;
  margin-left: 15px; }
.table-setting .table-container {
  margin-left: 5%; }

.filter-list {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 5px;
  margin-right: 10px;
  height: 30px;
  list-style: none;
  width: 75%; }

.custom-report-table {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .custom-report-table thead tr th {
    border-bottom: 0px; }
    .custom-report-table thead tr th:nth-child(1) {
      width: 5%; }
    .custom-report-table thead tr th:nth-child(2) {
      width: 40%; }
    .custom-report-table thead tr th:nth-child(3) {
      width: 25%; }
    .custom-report-table thead tr th:nth-child(4) {
      width: 30%; }
  .custom-report-table tbody tr td {
    border-bottom: 1px solid #ccc; }
    .custom-report-table tbody tr td input[type='text'] {
      width: 240px;
      height: 28px;
      border-radius: 4px;
      border: 1px solid #ccc; }
    .custom-report-table tbody tr td .glyphicon {
      margin-right: 4px;
      vertical-align: text-top; }
    .custom-report-table tbody tr td:first-child {
      border-left: 1px solid #ccc;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .custom-report-table tbody tr td:last-child {
      border-right: 1px solid #ccc;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.bulletinsConten {
  margin-top: 32px; }
  .bulletinsConten h4 {
    font-size: 17px;
    margin-top: 38px;
    color: #585858;
    margin-bottom: 20px; }

.allBulletins thead tr th:nth-child(1) {
  width: 80%; }
.allBulletins tbody tr td:nth-child(1) {
  width: 80%;
  color: #0079C1; }
.allBulletins tbody tr td:nth-child(3) .glyphicon {
  color: #0079C1;
  border: 1px solid #0079C1;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: 0px;
  padding: 3px;
  margin-left: 15px; }

#sortable.account-balance {
  margin-top: 28px; }

.account-balance {
  text-align: center; }
  .account-balance .col-md-4 {
    float: none;
    display: inline-block;
    text-align: left; }

.report-container label {
  color: #585858;
  font-weight: 600;
  font-family: DaxCompProRegular;
  font-size: 16px; }
  .report-container label span {
    font-size: 18px; }
.report-container h4 {
  font-family: DaxCompProRegular;
  font-size: 16px;
  margin: 12px 0px;
  color: #585858; }
.report-container label.checkbox-label {
  display: inline-flex;
  width: auto; }
  .report-container label.checkbox-label span {
    margin: 6px 14px 6px 10px; }
.report-container .radio-label {
  display: inline-flex;
  width: auto; }
.report-container .form-input {
  display: inline-block;
  width: 40%; }
.report-container .right-controls {
  margin-top: 14%; }
  .report-container .right-controls .right-control-select {
    margin-bottom: 65%; }

.reportSheduleradio {
  margin-left: 5px; }

.reportSRadio {
  padding-left: 0px; }

.weekslable {
  padding-top: 10px;
  padding-left: 0px; }

.depositTable tbody tr td {
  word-break: break-word; }

.hidelabel {
  display: none; }

.reset-width .generic-error-display {
  margin-top: 25px; }
.reset-width h3 {
  margin-top: 18px;
  margin-bottom: 20px; }

.custom-dropdown-select:focus::-ms-value {
  background: none; }

.fixedFooter {
  position: fixed;
  bottom: 0;
  width: 100%; }

.maintenance-page #page_data {
  margin-top: 80px; }
  .maintenance-page #page_data .row div h3 {
    font-family: DaxMedium;
    font-size: 15px;
    color: #3C3C3C;
    letter-spacing: 0; }
  .maintenance-page #page_data .row div p {
    font-family: DaxRegular;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    line-height: 18px; }
  .maintenance-page #page_data .row div p:nth-child(2) {
    margin: 22px 0 26px 0;
    font-size: 15px; }

@media screen and (orientation: portrait) {
  section.main-container {
    min-height: 823px; } }
@media only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (orientation: portrait) {
  section.main-container {
    min-height: 84.3vh; } }
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) {
  section.main-container {
    min-height: 85.3vh; } }
.landingpage-containerrow {
  padding: 2%; }
  .landingpage-containerrow .lrpadding05 {
    padding: 0% 4%; }
    .landingpage-containerrow .lrpadding05 .landingpageborder {
      border-bottom: 2px solid #E6E6E6;
      padding-bottom: 3%; }
      .landingpage-containerrow .lrpadding05 .landingpageborder h1 {
        display: inline-block; }
    .landingpage-containerrow .lrpadding05 ul li {
      list-style: none;
      padding: 5% 0% 0% 0%; }
    .landingpage-containerrow .lrpadding05 button {
      margin-top: 15px;
      min-width: 100px;
      padding: 0px 10px;
      border: 1px solid #0079C1; }

/* contact us popover start   */

.arrow-up {
  border-top: 1px solid #004A7C;
  border-left: 1px solid #004A7C;
  position: relative;
  width: 15px;
  height: 15px;
  background: #fff !important;
  top: 7px;
  left:150px;
  margin: 0 auto;
  border-top-left-radius: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}



.contact-us-container { 
  border-radius: 5px;
  width: 613px;
  background: #fff !important;
  border: 1px solid #004A7C;
  overflow: hidden;

}


.no-padding-right{
  padding-right:0px;
}



.pop-over-contact-us { 
  position: absolute;
  z-index: 20;
  margin-bottom: 155px;
  word-wrap: normal;
  left: -410px;
  top:-20px;

}


.heading-blue { 
  color: #0066A2;
  font-family: DaxMedium;
  font-size:14px;
 
}

.content-body a{
  color: #0066A2 !important;
}



.content-blue-regular { 
  color: #0079c1;    
  cursor: pointer;
  font-family: DaxRegular;
  font-weight: normal;
}

.content-grey-light { 
  font-family: DaxLight!important;
  font-size: 14px;
  color: #414141!important;
  line-height: 16px!important;
  text-align: left;
  margin-top:5px;
}



.content-padding { 
  padding: 15px 20px 15px 20px;
}

.dashed-border-bottom{ 
  border-bottom: 1px dashed #E6E6E6;
}

.solid-border-bottom{ 
  border-bottom: 1px solid #E6E6E6;
}





.content-body{ 
  font-family: DaxRegular;
  font-size: 14px;
  color: #585858 !important;
  padding-bottom:5px;
  line-height: 21px;
}

.content-header{ 
  font-family: DaxMedium !important;
  font-size: 14px;
  color: #414141;
  padding-bottom:5px;
  line-height: 16px;
}

#contact-us-content a{ 
  color: #0079c1;
}

.new-banner{ 
  background: #004a7c;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
  color: #ffffff;
  font-family: DaxRegular;
  font-weight: normal;
  margin-left: 5px;
}

#contact-us-popover{ 
  position: absolute;
}

  
.need-help-container{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .need-help-container p{
  
    padding-bottom: 0px;
  }
  
  
.heading-blue {
    color: #0066A2;
    font-family: DaxMedium;
    font-size:14px;
   
  }

  .heading-blue span{
    cursor: pointer;
  }

  
.contact-us-icon-spacing{
    margin-right:7px;
  }
/* contact us popover end   */

.secure-registration-content{
  display: flex;
  justify-content: center;
}

.login-container .tmonitoring-link-centre {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  padding: 1.5% 3.7%;
  margin: 0px 0px 60px 0px; }


  .register-bio-button {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-family: DaxRegular;
   }

    .register-passcode-button {
      margin-bottom: 30px;
      display: flex;
      justify-content: center;
      font-family: DaxRegular;
     }

      .register-skip-button {
        display: flex;
        justify-content: center;
        font-family: DaxRegular;
       }

       .secure-register-infoContainer{
        margin-top:22px;
        margin-bottom:30px;
       }


       .login-container .secure-register-infoContainer .register-infoMsg{
        margin-left: 0;
        padding: 20px 15px;
        margin-bottom: 20px;
        line-height: 20px;
       }


       .secure-register-infoContainer .register-infoMsg {
        font-family: DaxRegular;
        font-size: 14px;
        line-height: 22px;
        background: #E6ECF1;
        color: #004a7c;
        text-align: center;
        min-height: 50px;
        margin: 10px auto;
        display: block;
        padding: 30px 0px;
        border-radius: 5px;
       }

       .secureRegisterForm{
         width:52%!important;
         padding:44px !important;
       }

       .secure-register-button-width-en{
          min-width: 194px !important;
       }

       .secure-register-button-width-fr{
        min-width: 269px !important; 
      }

      .secure-register-title{
        font-family: DaxRegular;
        font-size: 26px;
        color: #414141;
        line-height: 26px;
      }

/*# sourceMappingURL=login.css.map */