@import url(/resource/css/cc-fonts.css);

@font-face {
  font-family: Open Sans;
  src: url(/resource/css/font/OpenSans/OpenSans.ttf);
}
@font-face {
  font-family: Open Sans Bold;
  src: url(/resource/css/font/OpenSans/OpenSans-Bold.ttf);
}
body,
input,
textarea,
select,
option,
table {
  font-family: Open-Sans, sans-serif;
  font-face: Open-Sans, sans-serif;
  font-size: 11px;
}
body {
  color: #333;
  background: #fff;
  margin: 0 auto;
  padding: 0;
}
body.dialog {
  background: #FFFFFF;
}
#page-container {
  padding: 0;
  margin: 0 0 36px 0;
}
#page {
  margin: 0 auto;
  border: 0;
  background: none !important;
  width: 1000px;
}
#emulationBanner,
#emulationBannerContent {
  background-color: #ff7e00;
}
#emulationBannerContent {
  width: 1000px;
  margin: 0 auto 0;
  padding: 5px;
  line-height: 25px;
}
#emulationBannerContent span,
#endEmulationBtn {
  color: white;
  font-size: small;
  font-weight: bold;
  margin-left: 3px;
}
#endEmulationBtn {
  background-color: white;
  color: #ff7e00;
  float: right;
  padding: 0 5px 0 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  line-height: 23px;
}
#userInfoPopup {
  display: none;
  background-color: white;
  font-size: small;
  font-weight: bold;
  line-height: 18px;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #ff7e00;
  position: absolute;
  margin-top: 10px;
  margin-left: 75px;
  z-index: 1001;
}
#header {
  margin: 0;
  padding: 8px 0 23px 18px;
  border: 0;
  height: 93px;
  background: #033572;
}
#headerLogo {
  margin: 0;
  padding: 0;
  height: 62px;
  background-image: url(/resource/img/southstate/web_logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
body #headerLogo #environmentOverlay {
  display: none;
}
body.test #headerLogo #environmentOverlay,
body.cert #headerLogo #environmentOverlay {
  display: block;
  position: absolute;
  z-index: 15;
  background: #B50003;
  color: #fff;
  font-size: 24px;
  padding: 4px 8px;
  text-transform: uppercase;
}
#headerLinks {
  background: #033572;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  padding: 8px 8px 8px 12px;
  text-align: right;
  float: right;
  margin: 0 4px 6px 4px;
  font-size: 14px;
  color: #FFF;
}
#headerLinks a {
  color: #FFF;
  text-decoration: none;
  margin: 0 2px;
  border-bottom: 2px solid #fff;
}
#headerLinks b {
  font-weight: normal;
}
#headerLinks a:hover {
  text-decoration: none;
  border-bottom: 2px solid #FDBC3B;
  transform: none;
}
#headerLinks span.activeBulletins {
  font-weight: normal;
}
#headerLinks span.activeBulletins span.activeBulletinsCount {
  padding: 0 2px;
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: none;
  border-color: #FDBC3B;
  color: #555;
}
#headerLinks span.activeAnalyticsCases {
  font-weight: normal;
}
#headerLinks span.activeAnalyticsCases span.activeAnalyticsCaseCount {
  padding: 0 2px;
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#content-container {
  border: none;
  background: none;
}
body.modal #content-container {
  border-top-width: 1px;
}
#content {
  clear: both;
  width: 780px;
  margin: 10px;
  margin-left: 0;
  padding-left: 8px;
  float: left;
  border: 0;
  display: inline;
  position: relative;
}
#contentFooter {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  text-align: right;
  font-size: 0.9em;
  color: #aaa;
  clear: both;
}
#footer {
  clear: both;
  text-align: left;
  color: #aaa;
  font-size: 10px;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px;
}
#disclaimer {
  width: 1000px;
  font-size: 0.9em;
  color: #333;
  margin: 6px auto 0;
  padding: 8px 4px;
  text-align: left;
}
#userinfo {
  color: #FFF;
  padding: 22px 4px 8px 4px;
  font-size: .9em;
  float: right;
  max-width: 64%;
  text-align: right;
}
#userinfo .failedLoginAttempts {
  color: #c7403b;
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 0;
}
#userinfo .channelSendDisabled {
  font-weight: 400;
  border: 1px solid #f5a623;
  background: #fff;
  margin-top: -18px;
  margin-left: 2px;
  padding: 0 2px;
  color: #1e5980;
}
#userinfo a,
#userinfo a:visited {
  color: #FFF;
  text-decoration: none;
  display: inline;
  border-bottom: 2px solid #fff;
}
#userinfo a:hover {
  text-decoration: none;
  border-bottom: 2px solid #1F76BC;
}
#navigation {
  margin: 10px 0;
  padding: 0;
  float: right;
  display: inline;
  width: 185px;
  font-family: Open-Sans, sans-serif;
  font-size: 13px;
}
#navigation-menu {
  background: #eee;
}
#navigation div {
  margin: 0;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
  background: #FFF;
}
#navigation li {
  padding: 3px 5px;
}
#navigation dl {
  margin: 1px;
}
#navigation .contextArea {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 6px 0;
  margin: 0 0 6px 0;
}
#navigation dt {
  color: #033572;
}
#navigation dd {
  padding: 0 0 4px 4px;
}
#navigation .ui-tabs-panel {
  padding: 0;
  background: none;
  border: 0;
}
#navigation a {
  text-decoration: none;
  display: block;
  padding: 2px;
  border-bottom: 2px solid #eee;
  color: #4C4C4E;
}
#navigation a:hover {
  text-decoration: none;
  border-bottom: 2px solid #1F76BC !important;
}
#navigation div.heading {
  font-weight: 400;
  font-size: 1.05em;
  background-color: #033572;
  color: #fff;
  padding: 5px;
  margin: 0;
  border: 0;
  width: auto;
}
#navigation div.subservice {
  margin: 0 0 0 -3px;
  border: 1px solid #CCC;
  padding: 4px 4px 4px 3px;
  background: #FFF;
}
#navigation div.subservice span.subservice {
  font-weight: bold;
  color: #033572;
}
#navigation ol {
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 0 4px 0;
}
#navigation div.subservice ol {
  margin: 0 0 0 2px;
}
#navigation a.selected {
  background-image: url(/resource/css/img/selected.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px;
  font-weight: bold;
}
#favoriteButton.favorite {
  padding-right: 16px;
  background-image: url(/resource/css/img/favorite.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
#debug dl dt {
  float: left;
  display: inline;
  font-weight: bold;
  text-align: right;
  width: 40em;
  margin-right: 1em;
  clear: both;
}
#debug dl dd {
  margin-left: 41em;
  display: inherit;
  float: none;
}
#sections {
  padding: 0;
  background: #033572;
  position: relative;
  clear: both;
  top: 0;
  z-index: 106;
  width: 100%;
  min-width: 100%;
  vertical-align: top;
  display: inline-block;
}
#sections li.section {
  float: left;
  border: 0;
  top: 0;
  background: none;
  position: relative;
  z-index: 202;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#sections li.section a {
  border: none;
  border-bottom: #fff solid #033572;
  text-decoration: none;
  text-transform: none;
  float: left;
  display: inline-block;
  outline: none;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1em;
  padding: 6px 12px;
  border-radius: 0;
  margin: 0;
  background: none;
  color: #FDBC3B;
  height: 18px;
  vertical-align: middle;
  font-family: Open-Sans, sans-serif;
  font-size: 14px;
}
#sections li.section a:hover,
#sections li.section a.clicked,
#sections li.section a.selected:hover {
  background: #fff;
  color: #FDBC3B;
  border: none;
  border-bottom: #fff solid #E7E6E6;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#sections li.section a.clicked {
  border-bottom: #fff solid #E7E6E6;
  background: #FDBC3B;
  color: #033572;
}
#sections li.section a.selected {
  border-bottom: #fff solid #E7E6E6;
  background: #FDBC3B;
  color: #033572;
}
/*want to make this arbitrarily more specific so that clicking the selected tab works*/
#sections-container #sections li.section a.clicked {
  background: #fff;
  color: #FDBC3B;
}
#sections li.section div.tabmenu {
  display: none;
  z-index: 20000;
  text-transform: none;
  position: absolute;
  clear: both;
  margin: 0;
  border: 1px solid #4C4C4E;
  border-top: 0;
  border-radius: 0 5px 5px 5px;
  padding: 10px;
  font-size: 11px;
  color: #033572;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #F6F6F6;
  width: 190px;
  min-width: 190px;
}
#sections li.section div.tabmenu ol {
  width: 100%;
  margin: 0 auto;
}
#sections li.section div.tabmenu li li {
  padding: 3px 0;
}
#sections li.section div.tabmenu .groupHeading {
  margin: 0;
  padding: 4px 8px;
  border: 0;
  outline: 0;
  line-height: 1.35;
  text-decoration: none;
  list-style: none;
  text-transform: none;
  font-size: 100%;
  float: none;
  clear: both;
  font-weight: normal;
  background-color: #033572;
  color: #fff;
}
#sections li.section div.tabmenu a,
#sections li.section div.tabmenu a:visited,
#sections li.section div.tabmenu a:active {
  margin: 0;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 2px 0;
  display: block;
  height: auto;
  color: #033572;
  white-space: normal;
  outline: 0;
  line-height: 1.35;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  float: none;
  clear: both;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#sections li.section div.tabmenu a:hover,
#sections li.section div.tabmenu a:active {
  text-decoration: none;
  background: #fff;
  color: #4C4C4E;
  border-bottom: 1px solid #1F76BC;
}
#sitemap div.tabmenu {
  margin: 4px 8px 24px 8px;
}
#sitemap div.tabmenu a,
#sitemap div.tabmenu a:visited {
  color: #00F;
  text-decoration: none;
}
#sitemap div.tabmenu a:hover {
  text-decoration: underline;
}
#sitemap div.tabmenu .heading {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #666;
  margin-bottom: 2px;
}
#sitemap div.tabmenu div.subservice ol {
  padding-left: 8px;
}
#sitemap div.tabmenu ol li li {
  padding-left: 8px;
}
h1 {
  font-size: 170%;
  font-family: Open-Sans, sans-serif;
  border: 0;
  margin: 8px 0 16px 0;
}
h2 {
  font-size: 140%;
  font-family: Open-Sans, sans-serif;
  border: 0;
  margin: 8px 0 16px 0;
}
a:visited,
a:link,
button.link,
button.link span {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-radius: 4px;
  font-weight: 400;
}
.error-indicator {
  background-color: #fff;
  color: #000;
  font-size: 1.1em;
  line-height: normal;
  padding: 1em 10px 1em 20px;
  margin-bottom: 8px;
  border-radius: 12px;
}
.info-indicator {
  font-size: 1.1em;
  line-height: normal;
  padding: 1em 10px 1em 20px;
  margin-bottom: 8px;
  border-radius: 12px;
  background-color: #fff;
  color: #000;
}
.status-indicator {
  background-color: #fff;
  color: #000;
  font-size: 1.1em;
  line-height: normal;
  padding: 1em 10px 1em 20px;
  margin-bottom: 8px;
  border-radius: 12px;
}
.success-indicator {
  background-color: #ffffff;
  color: #000;
  font-size: 1.1em;
  line-height: normal;
  padding: 1em 10px 1em 20px;
  margin-bottom: 8px;
  border-radius: 12px;
}
/* round corners add color hover to text*/
input[type="text"],
input[type="password"],
textarea {
  border-radius: 2px;
}
#widgets .obs-widget .obs-widget-header {
  overflow-y: hidden;
}
.obs-widget #NAVIGATIONCENTER button {
  background: #1F76BC;
  color: #fff;
}
.obs-widget #NAVIGATIONCENTER button:hover {
  background: #FDBC3B;
  color: #fff;
}
#ACCOUNTCENTER .widget-content-wrapper .ui-state-default {
  background: none;
  border: none;
  border-radius: 0;
}
#ACCOUNTCENTER table.listtable thead th {
  border: none;
  background: none;
}
#ACCOUNTCENTER table.listtable tbody td {
  border-bottom: 1px solid #999;
}
fieldset.searchForm a.linkselect {
  border-radius: 4px;
}
.listtable tr:hover {
  background: #eee;
}
table.userSearch tr div.userHover {
  background: #eee;
}
.hidden.menu {
  background: #fff;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px;
}
.ui-tabs .ui-tabs-nav li {
  border-radius: 4px 4px 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-state-default {
  background-color: #eee;
  border-color: #CBE0E5;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  background-color: #fff;
  border-color: #CBE0E5;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover {
  background-color: #fff;
  border-color: #1F76BC;
}
div.ui-tabs-vertical .ui-tabs-nav li {
  border-radius: 4px 0 0 4px;
  border-right-width: 0;
}
#payments ul li.adminTab a,
#payments ul li.adminTab a:visited {
  color: #000;
}
.bulletin {
  background: white !important;
  color: #FFF !important;
  border-color: #FFF !important;
}
a:visited,
a:link,
button.link,
button.link span {
  color: #FFF;
}
a:active,
a:hover,
button.link:hover,
button.link span:hover,
.button:hover {
  color: #1F76BC;
}
.ui-button-icon-primary:hover .ui-button-text {
  color: #1F76BC !important;
}
#navigation a.selected,
fieldset.searchForm a.linkselect,
em {
  color: #555 !important;
  border-color: #eee !important;
}
#page {
  background: #F6F6F6 !important;
  border-right: 2px solid #F6F6F6;
}
#page-container {
  background: #fff;
  position: static;
  width: 100%;
  overflow-y: visible;
  height: 100vh;
  z-index: -1;
  background-size: cover;
}
button#login.ui-button {
  background: #FDBC3B;
}
fieldset.desktopDownload a:visited,
fieldset.desktopDownload a:link,
fieldset.desktopDownload button.link,
fieldset.desktopDownload button.link span {
  color: #033572;
}
fieldset.desktopDownload a:hover,
fieldset.desktopDownload a:active,
fieldset.desktopDownload button.link:hover,
fieldset.desktopDownload button.link span:hover {
  color: #1F76BC;
}
fieldset.desktopDownload a:visited,
fieldset.desktopDownload a:active,
fieldset.desktopDownload button.link,
fieldset.desktopDownload button.link span a.clicked {
  color: #1F76BC;
}
#headerLinks a:hover {
  color: #FDBC3B;
}
#headerLinks a:active {
  color: #FDBC3B;
}
#sections li.section div.tabmenu a,
#sections li.section div.tabmenu a:visited,
#sections li.section div.tabmenu a:active {
  background: #FFF;
  padding: 0 0 0 4px;
}
#sections li.section div.tabmenu a.selected,
#sections li.section div.tabmenu a:active {
  background: #FDBC3B;
}
#sections li.section div.tabmenu a:hover,
#sections li.section div.tabmenu a:active {
  background: #FDBC3B;
}
#navigation a {
  border-bottom: none;
  padding: 0 0 0 4px;
}
#navigation a.selected {
  background: #FDBC3B;
}
#navigation a:hover {
  background: #FDBC3B;
  border-bottom: none !important;
}
#navigation div {
  font-weight: 900;
}
#navigation div.subservice {
  border: none;
}
#navigation div.subservice span.subservice {
  font-weight: bold;
}
fieldset.searchForm {
  color: #4C4C4E;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: #FDBC3B auto 4px;
}
.listtable tr:nth-child(odd) {
  background: #E7E6E6;
}
.listtable tr:hover td {
  background: #CBE0E5;
}
table.listtable tfoot td:hover {
  background: #F6F6F6;
}
.bulletin {
  background: #FDBC3B !important;
  color: #033572 !important;
  border-color: #FDBC3B !important;
}
#headerLinks span.activeBulletins span.activeBulletinsCount {
  color: #fff;
  border-radius: 3px;
}
#headerLinks span.activeBulletins span.activeBulletinsCount:hover {
  color: #FDBC3B;
}
.obs-widget .obs-widget-content ul li.dashboard-list-item {
  color: #033572;
}
.obs-widget .obs-widget-content ul li.dashboard-list-item:hover {
  color: #1F76BC;
}
.dashboardRoundedButton {
  color: #033572 !important;
}
.dashboardRoundedButton:hover {
  background: #1F76BC !important;
  color: #fff !important;
}
a:visited,
a:link,
button.link,
button.link span {
  color: #033572;
}
/*# sourceMappingURL=layout.css.map */
#fdicLogoDark, #fdicLogoLight{
  margin: 0px;
  padding: 0;
  margin-left: 3px;
}
