﻿/* USED FOR ADPRS PARTIC SPONSOR SITES */
/* @margin: 10px;
@adp-light: #CCC; // these two properties are not used in the page.*/
/* ==============================
   PARTIC HOME PAGE STYLES
    ============================== */
.big-text,
.green-text,
.red-text {
  font-size: 22px;
  text-align: center;
}
.small-text {
  font-size: 12px;
}
.green-text {
  color: #690;
  padding: 5px;
}
.red-text {
  color: #F00;
  padding: 5px;
}
.green-text-small {
  font-size: 11px;
  color: #690;
}
.blue-text {
  color: #36C;
  /* #1952cf */
}
/* ===== HOME PAGE PORTLETS STYLES ===== */
.home-callouts .portlet {
  height: 185px;
  font-size: 14px;
}
.home-callouts > div:nth-child(n+2) {
  padding-left: 5px;
}
/*Investment & Recent Activity tables*/
.home-callouts-lowerTables > div:nth-child(n+2) {
  padding-left: 5px;
}
.home-callouts-lowerTable-left {
  min-height: 200px;
}
.home-callouts-lowerTable-left th {
  padding: 5px;
  vertical-align: top;
  font-size: 12px;
}
.home-callouts-lowerTable-right {
  min-height: 200px;
}
#portlet-alertmessages .portlet {
  min-height: 292px;
}
/* ==== PARTIC HOME PAGE - QUICK LINKS STYLES ===== */
.quicklinkstitle {
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
  text-transform: uppercase;
  text-align: left;
}
.quicklinks ul {
  color: #36C;
  /* #3665c2 */
  font-weight: normal;
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.quicklinks ul ul {
  list-style-type: square;
}
.quicklinks ul li a,
.quicklinks ul li a:hover,
.quicklinks ul li a:visited {
  display: inline-block;
  font-size: 11px;
  padding-top: 5px;
  text-decoration: none;
  color: #36C;
  /* #3665c2 */
}
.quicklinks ul li a:hover {
  text-decoration: underline;
}
.highlight {
  background-color: #FFC;
  text-transform: uppercase;
}
/* ==== PARTIC HOME PAGE - MESSAGE CENTER STYLES ===== */
.message-center,
.investment-center {
  /* overflow: hidden; */
  position: relative;
}
/*.message-center {
	height: auto;
}*/
.message-center-header {
  border-bottom: 1px solid #CCC;
  font-size: 10px !important;
  text-align: right;
}
.message-center-count,
.investment-center-count {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.message-center-footer,
.investment-center-footer {
  background: #FFF;
  border-top: 1px solid #CCC;
  height: 30px;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
/* .message-center > div.messages:nth-of-type(n+7) {
	display: none;
} */
.messages,
.investments {
  background: #FFF;
}
.message-center .message {
  background: #FFF;
  border: 0;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  /* no padding for height - use line-height */
  /* line-height: 30px; */
  width: 100%;
  height: auto;
  text-align: left;
}
.investment-center thead tr,
.investment-center .investment {
  border-bottom: 1px solid #CCC;
}
.investment-center .investment td {
  padding: 5px;
}
.investment-center thead th {
  white-space: nowrap;
}
/* .invis,
.invis td {
    padding: 0 !important;
    border: 0 !important;
} */
.action-menu-button {
  background: #CFC;
  border: 1px solid #CCC;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  line-height: 1em;
  padding: 2px;
  width: 18px;
  text-align: center;
  text-decoration: none;
}
.action-menu-button:hover {
  background: #090;
  border: 1px solid #CCC;
  color: #FFF;
}
/* DISABLED IS FOR THOSE THAT CANNOT BE DELETED */
.action-menu-delete {
  background: #999;
  /* #F00 */
  border: 1px solid #666;
  /* #CCC */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 22px;
  line-height: 0.5em;
  padding: 2px;
  width: 23px;
  text-align: center;
  text-decoration: none;
}
.action-menu-disabled {
  background: #999;
  /* #F00 */
  border: 1px solid #CCC;
  /* #CCC */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  line-height: 1em;
  padding: 2px;
  width: 18px;
  text-align: center;
  text-decoration: none;
}
.action-menu-delete:hover {
  background: #C00;
  /* #900 */
  border: 1px solid #CCC;
  color: #FFF;
}
.action-menu-delete.ui-link {
  font-weight: normal !important;
  color: #fff !important;
  text-decoration: none;
}
/* ===== FIGURE OUT WHERE THESE ARE USED ===== */
.hr-verticalLine {
  width: 4%;
}
.right-margin {
  margin-right: 5px;
}
.hr-line {
  border-bottom: 1px solid #ccc;
}
.next-button,
.previous-button,
.common-buton {
  background: #369;
  border: 0 solid transparent!important;
  font-size: 12px;
  color: #FFF;
  margin: 2px;
  margin: 10px;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  /*box-shadow: 2px 2px 3px #aaa !important;*/
  position: relative;
}
.next-button:after {
  content: "";
  position: absolute;
  right: -1em;
  top: -0.1em;
  border-top: 1em solid transparent;
  border-bottom: 0.8em solid transparent;
  border-left: 1em solid #369;
}
.previous-button:after {
  content: "";
  position: absolute;
  left: -1em;
  top: -0.1em;
  border-top: 1.02em solid transparent;
  border-bottom: 0.8em solid transparent;
  border-right: 1em solid #369;
}
.green-arrow {
  background: #AC6;
  border: 0px solid transparent !important;
  margin: 10px 10px 0px 10px;
  padding: 5px;
  width: 12px;
  height: 15px;
  position: relative;
}
.green-arrow:after {
  content: "";
  position: absolute;
  right: -0.5em;
  top: -1em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #AC6;
}
.red-arrow {
  background: #F00;
  border: 0px solid transparent !important;
  margin: 0px 10px;
  padding: 5px;
  width: 12px;
  height: 15px;
  position: relative;
}
.red-arrow:after {
  content: "";
  position: absolute;
  right: -0.5em;
  bottom: -1em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid #F00;
}
/* ========================================
   =    ALLIANCE BRANDING OVERRIDES       =
   ======================================== */
.title-line-advocate_custom {
  /* DOUBLE AGAINST TITLE-LINE STYLE IN BASE CSS */
  border: 0px;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  background-image: -moz-linear-gradient(left, #9966CC 0%, #ffffff 75%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9966CC), color-stop(0.75, #ffffff));
  background-image: -webkit-linear-gradient(left, #9966CC 0%, #ffffff 75%);
  background-image: -o-linear-gradient(left, #9966CC 0%, #ffffff 75%);
  background-image: -ms-linear-gradient(left, #9966CC 0%, #ffffff 75%);
  background-image: linear-gradient(left, #9966CC 0%, #ffffff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#9966CC', endColorstr='#FFFFFF');
}
/* ========================================
   =     LEGACY ADPRS OVERRIDES           =
   ======================================== */
html body {
  color: #333;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
body,
.body-bold,
p,
* {
  font-size: 12px;
  font-family: Circular-Regular, Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.titleBarContainer {
  padding-left: 70px;
}
.back-colorbar {
  background-image: linear-gradient(left center, #00C 0%, #FFF 75%);
  background-image: -o-linear-gradient(left center, #00C 0%, #FFF 75%);
  background-image: -moz-linear-gradient(left center, #00C 0%, #FFF 75%);
  background-image: -webkit-linear-gradient(left center, #00C 0%, #FFF 75%);
  background-image: -ms-linear-gradient(left center, #00C 0%, #FFF 75%);
  background-image: -webkit-gradient(linear, left center, right center, color-stop(0, #00C), color-stop(0.75, #FFF));
  /* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#0000CC', endColorstr='#FFFFFF'); */
  /* IE */
  /*background-image: url('../imgs/title-border.png');
    background-repeat: no-repeat;*/
  width: 100%;
  height: 3px;
  background-color: transparent;
  border: 0;
}
.back-colorbar:after {
  margin: 15px;
}
.title-12,
.title-14,
.title-16,
.title-18,
.title-header-bkgr {
  font-family: Circular-Regular, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
form {
  padding-bottom: 10px;
}
.title-16 {
  text-align: center;
}
.title-18 {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
  margin: 0px;
}
.title-header-bkgr,
.titlebar-lt-gray {
  background-color: #CCC;
  padding: 5px;
  color: #000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0px auto;
}
table td {
  /* padding: 5px; */
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
table .hr-color {
  border-bottom: 1px solid #EEE;
}
.table-border {
  border: 1px solid #CCC;
}
table .datagridheader {
  background-color: #CCC;
  vertical-align: middle;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
}
table .datagridheader-center {
  background-color: #CCC;
  vertical-align: top;
  font-weight: bold;
  padding: 5px;
}
table .datagridrow {
  background-color: #eee;
  padding: 5px;
  font-size: 12px;
}
table .datagridrow-alt {
  background-color: #FFF;
  padding: 5px;
  font-size: 12px;
}
.table-notop-border {
  margin: 0px auto;
}
table img {
  max-width: inherit;
  max-height: inherit;
}
table input[type="radio"] {
  margin: 0px 5px;
  vertical-align: top;
  z-index: 500;
}
table input[type="checkbox"] {
  margin: 0px 3px;
}
.message {
  border: 1px solid #ccc;
  width: 816px;
  margin: 0px auto;
  text-align: center;
  padding: 10px;
}
.title-red-10-caps,
.note-red-caps-bld-10px,
.note-red-caps-bld-12px,
.note-red-caps {
  color: #c00;
  font-weight: bold;
  letter-spacing: 1px;
}
.note-red-caps {
  font-weight: normal;
}
.back-instrux-wh-bc {
  width: 150px;
}
body div {
  font-size: 12px;
  font-family: Circular-Regular, Verdana, Arial, Helvetica, sans-serif;
}
.smalltype {
  font-size: 11px;
  height: 24px;
}
.button-label,
.button-label:focus {
  height: 24px;
}
.messageInformation {
  font-size: 12px;
}
/* ========================================
   REV UI OVERRIDES
   ======================================== */
.portlet-title-green {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  background: none;
  color: #693;
  /* #4b9426 */
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
  display: inline;
  padding-right: 20px;
}
.portlet-heading {
  display: inline-block;
  padding-left: 5px;
}
.portlet-title-red {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  background: #900;
  color: white;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
  height: 85px;
}
.portlet-title-blue {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  background: #36C;
  color: white;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
  height: 85px;
}
.portlet-title-blue .content {
  margin-right: 20px;
  width: 100%;
  color: #fff;
}
.portlet-title-blue .icon {
  position: relative;
  z-index: 200;
  top: 2px;
}
/* ========================================
   CUSTOM SCAFFOLDING STYLES
   ======================================== */
hr {
  border: 1px solid #666;
  margin-bottom: 10px;
}
ul {
  margin: 5px;
}
label {
  font-size: 12px !important;
  /*margin: 5px 0 0 0 !important;*/
  display: inline-block;
}
/* ========================================
   JQUERY MOBILE OVERRIDE STYLES
   ======================================== */
/* ON THE HOME PAGE */
/* .ui-page-active.ui-page-panel {
	overflow: hidden !important;
}

.ui-panel {
	background: #F9F9F9;
}

.ui-panel-inner {
	padding-right: 5px;
} */
.ui-link {
  font-weight: normal !important;
  color: #36C !important;
}
.ui-body-c,
.ui-overlay-c {
  /* SAME AS BODY STYLE FROM BASE CSS */
  background: #CCC;
  background-image: linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -o-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -moz-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -webkit-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -ms-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.15, #FFFFFF), color-stop(0.5, #CCCCCC));
  background-repeat: no-repeat;
}
.ui-popup.ui-body-c {
  background: #EEE !important;
  max-width: 480px;
  padding: 10px;
}
/* Message Center Unread # message overlapping envelope icon */
#msg-ctr-icon {
  display: inline-block;
}
#msg-ctr-count {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #F00;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  width: 15px;
  height: 15px;
}
/* ========================================
   JQUERY MEGAMENU OVERRIDE STYLES
   ======================================== */
/* .megamenu1 .mm-item-content {
	z-index: 1000;
    position: absolute;
} */
/* ========================================
   JQUERY MODAL OVERRIDE STYLES
   ======================================== */
.modal a.close-modal {
  background: url(../imgs/close.png) !important;
}
/* ========================================
   MEDIA QUERIES
   ======================================== */
@media only screen and (max-width: 768px) {
  .page-header-links,
  .page-header-sub-logo {
    display: none;
  }
  .page-header-welcome {
    width: 50%;
  }
  .portlet .title-line {
    /* THIS IS INTENDED TO BE APPLIED TO HR ELEMENTS */
    height: 0px;
  }
  .portlet-title {
    text-decoration: underline;
    font-weight: bold;
  }
  .portlet-title a:link,
  .portlet-title a:hover,
  .portlet-title a:visited {
    text-decoration: underline;
    font-weight: bold;
  }
}
@media only screen and (max-width: 480px) {
  .page-header-welcome {
    width: 100%;
  }
  .home-callouts > div:nth-child(n+2) {
    padding-left: 0px;
  }
  .portlet {
    margin-bottom: 5px;
  }
}
.LogonPlaceholder.isPlanList {
  width: 600px;
}
.LogonPlaceholder.isPlanList .logonOnTop {
  width: 600px;
  top: 0;
  background: #ffffff;
  /* IE8 fallback */
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  z-index: 0;
  margin-bottom: 65px;
}
.LogonPlaceholder.noPlanList .logonOnTop {
  width: 521px;
}
.LogonPlaceholder.noPlanList .logonOnTop .planListContainer h5 {
  font-size: 15px;
}
.planListContainer {
  text-align: left;
  padding: 40px;
}
.planListContainer h2 {
  font-size: 20px;
  font-family: Circular-Regular;
}
.planListContainer p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: Circular-Regular;
}
.planListContainer .planList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.planListContainer .planItem {
  margin-bottom: 10px;
}
.planListContainer .planItem a {
  border: 1px solid #999;
  background: #eee;
  padding: 10px 20px;
  position: relative;
  display: block;
}
.planListContainer .planItem a:hover {
  background: #c3ecf7;
  /* IE8 fallback */
  background: rgba(62, 190, 222, 0.25);
}
.planListContainer .planItem h3 {
  color: #000;
  padding: 0;
  margin: 5px 0;
  font-size: 14px;
  font-family: Circular-Medium;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.planListContainer .planInfo .infoBlock {
  font-size: 14px;
  font-family: Circular-Regular;
}
.planListContainer .planInfo .infoBlock strong {
  margin: 0 10px;
}
.planListContainer .planActive {
  position: absolute;
  right: 10px;
  top: 22px;
  width: 60px;
}
.planListContainer .planActive.active:before,
.planListContainer .planActive.inactive:before,
.planListContainer .planActive.processing:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: -16px;
  top: 2px;
}
.planListContainer .planActive.active:before {
  background: #7ED227;
}
.planListContainer .planActive.inactive:before {
  background: #9B9B9B;
}
.planListContainer .planActive.processing:before {
  background: orange;
}
.legacyContainer table td {
  padding: 10px;
}
#SASearchUser #Table2 {
  margin-bottom: 20px;
}
.tdexpand table td {
  padding: 5px;
}
.fullScreeniFrame {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.store-link {
  width: 100%;
  background: #F9F9F9;
  padding: 10px;
  max-width: 420px;
  margin: 0 auto;
}
.store-link .store-link-close {
  float: left;
  height: 64px;
  line-height: 64px;
  font-size: 1.5em;
}
.store-link .store-link-close a {
  padding-right: 10px;
  color: #666 !important;
}
.store-link .store-link-icon {
  display: inline-block;
  float: left;
}
.store-link .store-link-text {
  display: inline-block;
  height: 64px;
  padding: 10px 0 0 10px;
}
.store-link .store-link-text p {
  font-family: Circular-Regular, arial, sans-serif;
}
.store-link .store-link-text .app-name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
.store-link .store-link-text .app-company {
  color: #666;
  margin-bottom: 5px;
}
.store-link .store-link-get {
  display: inline-block;
  float: right;
  height: 64px;
  line-height: 64px;
}
.store-link .store-link-get a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #666 !important;
  text-decoration: none;
  border-radius: 5px;
}
.store-link.android .store-link-get a {
  color: #fff !important;
  font-weight: bold;
  background-color: #AC6;
  border: none;
  border-radius: 3px;
}
/*Guided Choice Display Message*/
.adviceMessage {
  background-color: #f9f189;
  font-weight: 500;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 5px !important;
}
.adviceMessage .fa-vdl-warning {
  padding-top: 5px;
}
.adviceMessage .fa-vdl-warning:before {
  font: normal normal normal 19px/1 FontAwesome !important;
  content: "\f071";
  color: #f47b24;
}
.adviceMessage .columnWidth {
  width: 5.333333% !important;
}
.adviceMessage .padLeft {
  padding-left: 5px !important;
}
.adviceMessage .headMessage {
  margin: 0px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5PX;
}
.modelToFe-Custommodal {
  display: none;
}
.modelToFe-Custommodal .buttonbar {
  padding-left: 12px;
  font-family: Circular-Medium !important;
  font-size: 10px;
}
.modelToFe-Custommodal .buttonbar .okButton {
  background-color: #0a7184;
  color: #E6E6E6;
  font-weight: 100;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 6px 20px;
}
.modelToFe-Custommodal .buttonbar .okButton > i {
  color: #E6E6E6;
  font-size: 10px !important;
}
.modelToFe-Custommodal .buttonbar .cancelButton {
  padding-left: 10px;
  color: #12677a;
}
.modelToFe-Custommodal .buttonbar .cancelButton > i {
  font-size: 10px !important;
}
.modelToFe-Custommodal .modal-dialog {
  height: 85% !important;
  padding-top: 10%;
  width: 33%;
  min-width: 200px;
  vertical-align: middle;
}
.modelToFe-Custommodal .modal-dialog .modal-content {
  background-color: #E6E6E6;
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
}
.modelToFe-Custommodal .modal-dialog .modal-content .modal-body {
  padding-top: 15px !important;
  border-bottom: none !important;
  font-size: 12px !important;
  font-family: Circular-Regular !important;
  color: #010101;
}
.modelToFe-Custommodal .modal-dialog .modal-content .modal-body .padding {
  padding: 20px 0px 8px 0px;
}
.modelToFe-Custommodal .modal-header {
  background-color: #FFF;
  padding: 15px 0 !important;
}
.modelToFe-Custommodal .modal-header .closeaction {
  font-size: 30px;
  font-family: Circular-Light;
  position: absolute;
  right: 17px;
  color: #bbb !important;
  height: 50px;
  top: 0px;
  line-height: 50px !important;
}
.modelToFe-Custommodal .modal-header .closeaction:hover {
  text-decoration: none !important;
  outline: none;
}
.modelToFe-Custommodal .modal-header .modal-title {
  font-size: 24px !important;
  line-height: 24px;
  font-family: Circular-Light;
  text-align: left;
  margin: 0 45px 0 10px;
  color: #5A5A5A;
}
.modelToFeSponsor-Custommodal {
  display: none;
}
.modelToFeSponsor-Custommodal .buttonbar {
  padding-left: 12px;
  font-family: Circular-Medium !important;
  font-size: 10px;
}
.modelToFeSponsor-Custommodal .buttonbar .okButton {
  background-color: #0a7184;
  color: #E6E6E6;
  font-weight: 100 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 6px 40px;
}
.modelToFeSponsor-Custommodal .buttonbar .okButton > i {
  color: #E6E6E6;
  font-size: 10px !important;
}
.modelToFeSponsor-Custommodal .buttonbar .cancelButton {
  padding-left: 10px;
  color: #12677a;
}
.modelToFeSponsor-Custommodal .buttonbar .cancelButton > i {
  font-size: 10px !important;
}
.modelToFeSponsor-Custommodal .modal-dialog {
  height: 85% !important;
  padding-top: 10%;
  width: 40%;
  min-width: 200px;
  vertical-align: middle;
}
.modelToFeSponsor-Custommodal .modal-dialog .modal-content {
  background-color: #E6E6E6;
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
}
.modelToFeSponsor-Custommodal .modal-dialog .modal-content .modal-body {
  padding-top: 15px !important;
  border-bottom: none !important;
  font-size: 12px !important;
  font-family: Circular-Regular !important;
  color: #010101;
}
.modelToFeSponsor-Custommodal .modal-dialog .modal-content .modal-body .padding {
  padding: 20px 0px 8px 0px;
}
.modelToFeSponsor-Custommodal .modal-header {
  background-color: #FFF;
  padding: 15px 0 !important;
}
.modelToFeSponsor-Custommodal .modal-header .closeaction {
  font-size: 30px;
  font-family: Circular-Light;
  position: absolute;
  right: 17px;
  color: #bbb;
  height: 50px;
  top: 0px;
  line-height: 50px !important;
}
.modelToFeSponsor-Custommodal .modal-header .closeaction:hover {
  text-decoration: none !important;
  outline: none;
}
.modelToFeSponsor-Custommodal .modal-header .modal-title {
  font-size: 24px !important;
  line-height: 24px;
  font-family: Circular-Light;
  text-align: left;
  margin: 0 45px 0 10px;
  color: #5A5A5A;
}
.modalGoPaperless .modal-dialog {
  padding-top: 10%;
}
.modalGoPaperless .modal-dialog .modal-content {
  background-color: #FFFFFF !important;
  width: 692px;
  margin: auto;
  border-radius: 5px 5px 5px 5px;
}
.modalGoPaperless .modal-dialog .modal-content .modal-header {
  background-color: #C9DF95;
  background-image: url(../../Imgs/Participant/Paperless/Header.png);
  height: 64px;
  width: 692px;
  border-radius: 5px 5px 0px 0px;
}
.modalGoPaperless .modal-dialog .modal-content .modal-header .closeaction {
  font-size: 35px;
  font-family: Circular-Light;
  position: absolute;
  right: 20px;
  color: #000;
  top: 10px;
  line-height: 50px !important;
}
.modalGoPaperless .modal-dialog .modal-content .modal-header .closeaction:hover {
  text-decoration: none !important;
  outline: none;
}
.modalGoPaperless .modal-dialog .modal-content .modal-header .modal-title {
  height: 36px;
  color: #000000;
  font-family: Circular-Regular !important;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin: 5px 0px 0px 10px;
}
.modalGoPaperless .modal-dialog .modal-content .modal-body {
  border-bottom: none !important;
  font-family: Circular-Regular !important;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  padding-top: 10px;
  padding-left: 30px;
}
.modalGoPaperless .modal-dialog .modal-content .modal-body .errormsg {
  color: red;
}
.modalGoPaperless .modal-dialog .modal-content .termscontent {
  max-height: 300px;
}
.modalGoPaperless .modal-dialog .modal-content .padding {
  padding: 20px 0px 35px 0px;
}
.modalGoPaperless .modal-dialog .modal-content .buttonbar .btnconfirm {
  font-size: 12px;
  font-family: Circular-Light;
  font-weight: 100 !important;
  border: 2px solid #BBBBBB;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 4px 20px;
}
.modalGoPaperless .modal-dialog .modal-content .buttonbar .btnGoPaperless {
  background-color: #0a7184;
  color: #E6E6E6;
  font-weight: 100 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 6px 40px;
}
.modalGoPaperless .modal-dialog .modal-content .buttonbar .button-disabled {
  border: 2px solid #ddd !important;
  color: #bbb !important;
  pointer-events: none;
}
.modelToGateway-Custommodal {
  display: none;
}
.modelToGateway-Custommodal .has-feedback-left .form-control-feedback {
  top: 6px !important;
  left: 8px;
  color: #aaa;
}
.modelToGateway-Custommodal .has-feedback-left .form-control {
  padding-right: 12px;
  padding-left: 34px;
}
.modelToGateway-Custommodal .padding-left-0 {
  padding-left: 0px !important;
}
.modelToGateway-Custommodal .buttonbar {
  padding-left: 12px;
  font-family: Circular-Medium !important;
  font-size: 10px;
}
.modelToGateway-Custommodal .buttonbar .okButton {
  background-color: #0a7184;
  color: #E6E6E6;
  font-weight: 100 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 6px 20px;
}
.modelToGateway-Custommodal .buttonbar .okButton > i {
  color: #E6E6E6;
  font-size: 10px !important;
}
.modelToGateway-Custommodal .buttonbar .cancelButton {
  padding-left: 10px;
  color: #12677a !important;
}
.modelToGateway-Custommodal .buttonbar .cancelButton > i {
  font-size: 10px !important;
}
.modelToGateway-Custommodal .modal-dialog {
  height: 85% !important;
  padding-top: 5%;
  width: 700px;
  min-width: 200px;
  vertical-align: middle;
}
.modelToGateway-Custommodal .modal-dialog ul {
  list-style: none !important;
  padding: 0;
}
.modelToGateway-Custommodal .modal-dialog .padding-top-30 {
  padding-top: 30px;
}
.modelToGateway-Custommodal .modal-dialog .modal-content {
  background-color: #FFF;
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  border-radius: 0px !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body {
  padding-top: 25px !important;
  padding-right: 16px !important;
  padding-bottom: 34px !important;
  padding-left: 35px !important;
  border-bottom: none !important;
  font-size: 13px !important;
  font-family: Circular-Regular, Verdana, Arial, Helvetica, sans-serif;
  color: #010101;
  max-height: 525px;
  overflow-y: auto;
  text-align: left;
  line-height: 1.3;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .padding {
  padding: 25px 0px 8px 35px;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body div {
  font-family: Circular-Regular !important;
  font-size: 15px !important;
  color: #666 !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup .form-control-feedback {
  top: 7px;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup #gatewayPlanNumber {
  padding-left: 47px !important;
  border: 1.5px solid #ddd !important;
  border-radius: 4px !important;
  height: 40px !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup #gatewayPlanNumber::placeholder,
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup #gatewayPlanNumber::-webkit-input-placeholder,
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup #gatewayPlanNumber::-moz-placeholder {
  font-family: Circular-Regular !important;
  font-style: normal !important;
  color: #bbb !important;
  font-size: 15px !important;
  color: #bbb;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup #submitLoginAsPartner {
  min-width: 122px !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body .planNumberGroup #gatewayLoginAsResult {
  height: 350px;
  overflow: auto;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #submitLoginAsPartner {
  min-width: 100px !important;
  background-color: #076274;
  color: #fff;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #submitLoginAsPartner:hover {
  background-color: #207B8D;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult {
  margin-top: 10px;
  margin-bottom: 0 !important;
  max-height: 300px !important;
  overflow: auto;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult a {
  margin-top: 0px;
  margin-right: 8px;
  clear: both;
  display: block;
  padding: 15px 0px;
  height: 70px;
  padding: 14px 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult a:hover {
  background-color: #ECF6FF;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult .icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #BBBBBB;
  color: #fff !important;
  padding-top: 11px;
  text-align: center;
  float: left;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult .agent {
  width: 320px;
  float: left;
  padding-left: 14px;
  color: #444 !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult .agent .name,
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult .agent .email {
  color: #444 !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult .type {
  width: 180px;
  float: left;
  text-align: right;
  font-family: Circular-Light;
  font-size: 14px !important;
  color: #aaa !important;
  padding: 12px 0px;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult .arrow {
  width: 15px;
  height: 15px;
  font-family: 'Glyphicons Halflings' !important;
  color: #086274 !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: bold;
  float: right;
  padding: 14px 0px;
}
.modelToGateway-Custommodal .modal-dialog .modal-content .modal-body #gatewayLoginAsResult .error {
  font-family: Circular-Regular !important;
  font-size: 15px !important;
  padding: 20px;
  color: #721c24 !important;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.modelToGateway-Custommodal .modal-dialog .modal-header {
  background-color: #0A7084;
  padding: 15px 15px !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-header .closeaction {
  font-size: 20px;
  font-family: Circular-Light;
  font-weight: 100;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  right: 25px;
  color: #FFF !important;
  height: 50px;
  top: 0px;
  line-height: 50px !important;
}
.modelToGateway-Custommodal .modal-dialog .modal-header .closeaction:hover {
  text-decoration: none !important;
  outline: none;
}
.modelToGateway-Custommodal .modal-dialog .modal-header .modal-title {
  font-size: 20px !important;
  line-height: 24px;
  font-family: Circular-Light;
  text-align: left;
  margin: 0 45px 0 10px;
  color: #FFF !important;
  font-weight: bold;
}
.modalContactPreference .modal-dialog {
  padding-top: 10%;
}
.modalContactPreference .modal-dialog .modal-content {
  background-color: #FFFFFF !important;
  width: 600px;
  margin: auto;
  border-radius: 5px 5px 5px 5px;
}
.modalContactPreference .modal-dialog .modal-content .modal-header {
  background-color: #f9f08f;
  height: 64px;
  width: 600px;
  border-radius: 5px 5px 0px 0px;
}
.modalContactPreference .modal-dialog .modal-content .modal-header .closeaction {
  font-size: 35px;
  font-family: Circular-Light;
  position: absolute;
  right: 20px;
  color: #000 !important;
  top: 10px;
  line-height: 50px !important;
}
.modalContactPreference .modal-dialog .modal-content .modal-header .closeaction:hover {
  text-decoration: none !important;
  outline: none;
}
.modalContactPreference .modal-dialog .modal-content .modal-header .modal-title {
  height: 36px;
  color: #000000;
  font-family: Circular-Regular !important;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin: 5px 0px 0px 10px;
}
.modalContactPreference .modal-dialog .modal-content .modal-header .modal-title > i {
  color: #f47b19;
  padding-right: 10px;
}
.modalContactPreference .modal-dialog .modal-content .modal-body {
  border-bottom: none !important;
  font-family: Circular-Regular !important;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  padding-top: 10px;
  padding-left: 30px;
}
.modalContactPreference .modal-dialog .modal-content .padding {
  padding: 20px 0px 40px 0px;
}
.modalContactPreference .modal-dialog .modal-content .buttonbar .ContactPrebtn {
  font-size: 12px;
  font-family: Circular-Light;
  font-weight: 100 !important;
  border: 2px solid #BBBBBB;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 4px 20px;
}
.modalContactPreference .modal-dialog .modal-content .buttonbar .confirmbtn {
  background-color: #0a7184;
  color: #E6E6E6;
  font-weight: 100 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 4px 40px;
}
.modalContactPreference .modal-dialog .modal-content .buttonbar .padding-right-10 {
  padding-right: 10px;
}
.modalContactPreference .modal-dialog .modal-content .buttonbar .button-disabled {
  border: 2px solid #ddd !important;
  color: #bbb !important;
  pointer-events: none;
}