body {
  min-width: 1000px;
  min-height: 600px;
}

.sc-main {
  height: 100%;
  font-family: Helvetica,Arial,sans-serif;
}

.sc-view {
  font-family: Helvetica,Arial,sans-serif;
  border-color: black;
}

textarea[readonly],
input[readonly] {
  color: #848484;
}

.seapine-theme.seapine-button {
  border: 1px solid #0D67B6;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.seapine-theme.seapine-button .sc-button-label {
  color: #0D67B6;
  font-size: 12px;
  font-family: Helvetica,Arial,sans-serif;
  line-height: 20px;
  cursor: pointer;
}

.seapine-theme.seapine-button .sc-button-label img {
  top: -1px;
}

.seapine-theme.seapine-button.icon img {
  margin-right: 0;
  left: 0;
}

.seapine-theme.seapine-button.icon.have-text img {
  margin-right: 4px;
}

.seapine-theme.seapine-button.icon.right-align-icon img {
  float: right;
}

.seapine-theme.seapine-button.icon.right-align-icon.have-text img {
  margin-left: 4px;
  margin-right: 0;
}

.seapine-theme.seapine-button.def {
  background-color: #0D67B6;
}

.seapine-theme.seapine-button.def .sc-button-label {
  color: #fff;
}

.seapine-theme.seapine-button.active {
  background-color: #6DA3D3;
  border-color: #6DA3D3;
}

.seapine-theme.seapine-button.active .sc-button-label {
  color: #fff;
}

.seapine-theme.seapine-button.disabled {
  opacity: 0.5;
  cursor: default;
}

.seapine-theme.seapine-button.disabled .sc-button-label {
  cursor: default;
}

.seapine-theme.seapine-button.flat-button {
  background: none;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.seapine-theme.seapine-button.flat-button .sc-button-label {
  color: #0D5EA5;
}

.seapine-theme.seapine-button.flat-button.active .sc-button-label {
  color: #0D5EA5;
}

.seapine-theme.seapine-button.flat-button label:hover {
  text-decoration: underline;
}

.seapine-theme.seapine-button.active.flat-button {
  background: none;
}

.sp-checkmark-image,
.seapine-theme.checkbox.sel .button::after {
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -88px -110px;
}

.seapine-theme.checkbox .button {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #A7A6A6;
  border-radius: 3px;
}

.seapine-theme.checkbox .label {
  position: absolute;
  left: 22px;
}

.seapine-theme.checkbox.sel .button::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 1px;
  top: 1px;
}

.seapine-theme.checkbox.mixed .button {
  background-color: #0D67B6;
}

.seapine-theme.checkbox.mixed .button::after {
  content: "";
  background-color: white;
  position: absolute;
  height: 2px;
  width: 10px;
  top: 6px;
  left: 2px;
}

.seapine-theme.checkbox.disabled .button {
  border-color: #D2D2D3;
  background-color: #F3F3F4;
}

.seapine-theme.checkbox.disabled.sel .button::after {
  opacity: 0.5;
}

.seapine-theme.sc-collection-view .sc-collection-item.sel {
  color: white;
  background: #0D67B6;
}

.seapine-theme.sc-collection-view .sc-collection-item.disabled {
  color: #999;
}

.seapine-theme.sc-list-item-view .sc-checkbox-view {
  background-color: transparent;
  border: 0 none;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}

.seapine-theme.sc-list-item-view .seapine-theme.disclosure {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 18px;
  height: 18px;
}

.seapine-theme.disclosure {
  border: 0px none;
  color: black;
  text-shadow: white 0px 1px 1px;
}

.seapine-theme.disclosure .sc-disclosure-label {
  left: 18px;
}

.seapine-theme.disclosure img.disclosure.button {
  width: 16px;
  height: 16px;
}

.seapine-theme.disclosure img.disclosure.button.open {
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -118px -76px;
}

.seapine-theme.disclosure img.disclosure.button.closed {
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -96px -76px;
}

.seapine-theme.sc-image-button-view {
  border-radius: 3px;
  cursor: pointer;
}

.seapine-theme.sc-image-button-view.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}

.seapine-theme.sc-image-button-view.style-hover {
  margin: 0;
}

.seapine-theme.sc-image-button-view.style-hover:hover {
  background-color: #d1e0e9;
}

.seapine-theme.sc-image-button-view.style-hover.active {
  margin: -1px;
  background-color: #b4d5e8;
  border: 1px solid #A0AFB8;
}

.seapine-theme.sc-image-button-view.style-hover.sel {
  margin: -1px;
  background-color: #b4d5e8;
  border: 1px solid #A0AFB8;
}

.seapine-theme.square.sc-image-button-view {
  border-radius: 0px;
}

.arrow-pull-down {
  height: 4px;
  width: 8px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -132px -50px;
}

.check-mark {
  width: 12px;
  height: 12px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -88px -110px;
}

.disclosure-closed {
  width: 16px;
  height: 16px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -96px -76px;
}

.disclosure-open {
  width: 16px;
  height: 16px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -118px -76px;
}

.alert-icon-info {
  width: 48px;
  height: 48px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.alert-icon-warning {
  width: 48px;
  height: 48px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -48px 0px;
}

.alert-icon-error {
  width: 48px;
  height: 48px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: 0px -48px;
}

.seapine-theme .sc-label-view img.icon {
  top: -2px;
  margin-left: 2px;
  margin-right: 4px;
  height: 16px;
  width: 16px;
}

.seapine-theme .sc-label-view.sc-large-size {
  font-size: 14px;
}

.seapine-theme .sc-label-view.sc-huge-size {
  font-size: 17px;
}

.seapine-theme .sc-label-view.pane-header.sc-regular-size {
  font-weight: bold !important;
  font-size: 17px;
  color: #2c5195;
}

.seapine-theme .sc-label-view.table-header.sc-regular-size {
  font-size: 12px;
}

.seapine-theme .sc-label-view.section-header.sc-regular-size {
  font-weight: bold !important;
  font-size: 14px;
}

.seapine-theme.master-detail {
  background: #333;
}

.seapine-theme.menu .sc-menu-scroll-view {
  background: transparent;
  margin-left: 1px;
  margin-right: 1px;
}

.seapine-theme.menu .panel-background {
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 3px;
  border: #b3b3b3 solid 1px;
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.61);
}

.seapine-theme.menu .sc-menu-item {
  background: transparent;
  border: 0px none;
}

.seapine-theme.menu .sc-menu-item a {
  line-height: 20px;
}

.seapine-theme.menu .sc-menu-item .value {
  margin-left: 20px;
}

.seapine-theme.menu .sc-menu-item .has-icon .value {
  margin-left: 44px;
}

.seapine-theme.menu .sc-menu-item.focus,
.seapine-theme.menu .sc-menu-item a:hover {
  background-color: #e2e2e2;
}

.seapine-theme.menu .sc-menu-item.focus span,
.seapine-theme.menu .sc-menu-item a:hover span {
  color: black;
}

.seapine-theme.menu .sc-menu-item.disabled a:hover,
.seapine-theme.menu .sc-menu-item.disabled.focus a:hover {
  text-shadow: none;
  background: transparent;
}

.seapine-theme.menu .sc-menu-item.disabled a:hover span,
.seapine-theme.menu .sc-menu-item.disabled.focus a:hover span {
  color: #A0A0A0;
}

.seapine-theme.menu .sc-menu-item a.has-icon img {
  height: 16px;
  width: 16px;
}

.seapine-theme.menu .sc-menu-item .checkbox {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -88px -110px;
}

.seapine-theme.menu .sc-menu-item span.separator {
  margin: 0 7px;
  position: absolute;
  top: 2px;
  left: 1px;
  right: 1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c8c8c8;
}

.seapine-theme.menu .sc-menu-item span.has-branch {
  display: block;
  position: absolute;
  top: 2px;
  height: 16px;
  right: 3px;
  width: 16px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -96px -76px;
}

.seapine-theme.menu .sc-menu-scroller-view {
  background: transparent;
}

.seapine-theme.menu .arrowUp {
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -7px;
  height: 14px;
  width: 14px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -74px -110px;
}

.seapine-theme.menu .arrowDown {
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -7px;
  height: 14px;
  width: 14px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -60px -110px;
}

.ie .sc-pane.sc-modal:not(.for-sc-panel) {
  background: white;
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.sc-pane.sc-modal.for-sc-panel {
  position: fixed;
  background: black;
  opacity: 0.1;
}

.seapine-theme.joined-panel {
  background-color: white;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.seapine-theme.joined-panel .panel-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  bottom: 0;
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.61);
}

.seapine-theme.joined-panel .panel-contents {
  border: #2c5195 1px solid;
}

.seapine-theme.joined-panel-right {
  border-top-left-radius: 3px;
}

.seapine-theme.joined-panel-left {
  border-top-right-radius: 3px;
}

.seapine-theme.panel {
  background-color: white;
}

.seapine-theme.panel .panel-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.61);
}

.seapine-theme.panel .panel-contents {
  border: #2c5195 1px solid;
}

.sc-pane.sc-panel>.sc-view {
  background-color: white;
}

.seapine-theme.tabbed-panel-anchor {
  background-color: white;
}

.seapine-theme.tabbed-panel-anchor .panel-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.61);
  border-radius: 5px;
}

.seapine-theme.tabbed-panel-anchor.pane-is-showing .anchor-contents {
  background-color: white;
  border-radius: 10px;
}

.seapine-theme.tabbed-panel-pane {
  background-color: white;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.seapine-theme.tabbed-panel-pane .panel-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.61);
}

.seapine-theme.tabbed-panel-pane .panel-background .shadow-cover {
  position: absolute;
  top: -5px;
  height: 5px;
  width: 0;
  background-color: white;
}

.seapine-theme.tabbed-panel-pane .panel-background .shadow-cover.left {
  left: 0;
}

.seapine-theme.tabbed-panel-pane .panel-background .shadow-cover.right {
  right: 0;
}

.seapine-theme.tabbed-panel-pane .pane-contents {
  background-color: white;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
}

.seapine-theme.tabbed-panel-right {
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.seapine-theme.tabbed-panel-left {
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.seapine-theme.picker {
  background: transparent;
}

.seapine-theme.picker .panel-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.61);
}

.seapine-theme.picker.perfectBottom .sc-pointer {
  position: absolute;
  width: 45px;
  height: 22px;
  margin-left: -22px;
  left: 50%;
  top: -20px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -48px -48px;
}

.seapine-theme.picker.perfectRight .sc-pointer {
  position: absolute;
  width: 22px;
  height: 50px;
  left: -19px;
  top: 2px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -118px 0px;
}

.seapine-theme.picker.perfectLeft .sc-pointer {
  position: absolute;
  width: 22px;
  height: 50px;
  right: -19px;
  top: 2px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -96px 0px;
}

.seapine-theme.picker.perfectTop .sc-pointer {
  position: absolute;
  width: 45px;
  height: 22px;
  margin-left: -22px;
  left: 50%;
  bottom: -19px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -48px -70px;
}

.seapine-theme.progress {
  border: 0 none;
}

.seapine-theme.progress .track {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
}

.seapine-theme.progress .track .left,
.seapine-theme.progress .track .middle,
.seapine-theme.progress .track .right {
  position: absolute;
  height: 100%;
}

.seapine-theme.progress .track .left {
  left: 0;
  z-index: 1;
}

.seapine-theme.progress .track .middle {
  width: 100%;
  background: url("../../staticImages/progress_view_track.png") repeat-x;
}

.seapine-theme.progress .track .right {
  right: 0;
}

.seapine-theme.progress .track .left,
.seapine-theme.progress .track .right {
  width: 1px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -140px -45px;
}

.seapine-theme.progress .content {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 2;
  background: url("../../staticImages/progress_view_content.png") repeat-x;
}

.seapine-theme.progress.disabled {
  opacity: .5;
}

.seapine-theme.radio-group {
  line-height: 18px;
  vertical-align: middle;
}

.seapine-theme.radio-group.disabled {
  opacity: .5;
}

.seapine-theme.radio-group.resize-height {
  display: table;
}

.seapine-theme.radio-group.single-line .radio {
  overflow: hidden;
  height: 18px;
}

.seapine-theme.radio-group.single-line .radio .sc-button-label {
  display: inline-block;
  position: absolute;
  height: 18px;
  left: 26px;
  right: 0;
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.seapine-theme.radio {
  margin-bottom: 3px;
}

.seapine-theme.radio .sc-button-label {
  display: table-cell;
  line-height: 18px;
  padding-left: 10px;
}

.seapine-theme.radio .button-wrapper {
  display: table-cell;
  width: 16px;
}

.seapine-theme.radio .button {
  position: absolute;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #A7A6A6;
  border-radius: 7px;
}

.seapine-theme.radio.sel .button::after {
  content: "";
  background-color: black;
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  top: 4px;
  left: 4px;
}

.seapine-theme.radio.disabled {
  border-color: #D2D2D3;
  background-color: #F3F3F4;
}

.seapine-theme.radio-group.sc-layout-horizontal .seapine-theme.radio,
.seapine-theme.radio.sc-layout-horizontal {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 0;
}

.seapine-theme.sc-scroll-view {
  border: black 0 solid;
}

.seapine-theme.sc-scroller-view.sc-horizontal .track {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../staticImages/trackArrowsHorizontal.png") repeat-x;
}

.seapine-theme.sc-scroller-view.sc-horizontal .cap {
  position: absolute;
  height: 14px;
  width: 16px;
  left: 0;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -14px -110px;
}

.seapine-theme.sc-scroller-view.sc-horizontal .button-left,
.seapine-theme.sc-scroller-view.sc-horizontal .button-top {
  position: absolute;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -26px -96px;
  width: 26px;
  height: 14px;
  right: 15px;
}

.seapine-theme.sc-scroller-view.sc-horizontal .button-right,
.seapine-theme.sc-scroller-view.sc-horizontal .button-bottom {
  position: absolute;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -30px -110px;
  width: 15px;
  height: 14px;
  right: 0;
}

.seapine-theme.sc-scroller-view.sc-horizontal .button-left:active,
.seapine-theme.sc-scroller-view.sc-horizontal .button-top:active {
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: 0px -96px;
}

.seapine-theme.sc-scroller-view.sc-horizontal .button-right:active,
.seapine-theme.sc-scroller-view.sc-horizontal .button-bottom:active {
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -45px -110px;
}

.seapine-theme.sc-scroller-view.sc-horizontal .thumb {
  position: absolute;
}

.seapine-theme.sc-scroller-view.sc-horizontal .thumb-center {
  position: absolute;
  height: 14px;
  left: 10px;
  right: 8px;
  background: url("../../staticImages/thumbHorizontal.png") repeat-x;
}

.seapine-theme.sc-scroller-view.sc-horizontal .thumb-left,
.seapine-theme.sc-scroller-view.sc-horizontal .thumb-top {
  position: absolute;
  height: 14px;
  left: 0;
  width: 10px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -38px -126px;
}

.seapine-theme.sc-scroller-view.sc-horizontal .thumb-right,
.seapine-theme.sc-scroller-view.sc-horizontal .thumb-bottom {
  position: absolute;
  height: 14px;
  right: -2px;
  width: 10px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -28px -126px;
}

.seapine-theme.sc-scroller-view.sc-vertical .track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  background: url("../../staticImages/trackArrowsVertical.png") repeat-y;
}

.seapine-theme.sc-scroller-view.sc-vertical .cap {
  position: absolute;
  width: 14px;
  height: 16px;
  top: 0;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: 0px -110px;
}

.seapine-theme.sc-scroller-view.sc-vertical .button-top,
.seapine-theme.sc-scroller-view.sc-vertical .button-left {
  position: absolute;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -96px -50px;
  height: 26px;
  width: 14px;
  bottom: 15px;
}

.seapine-theme.sc-scroller-view.sc-vertical .button-right,
.seapine-theme.sc-scroller-view.sc-vertical .button-bottom {
  position: absolute;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -14px -126px;
  height: 15px;
  width: 14px;
  bottom: 0;
}

.seapine-theme.sc-scroller-view.sc-vertical .button-top:active,
.seapine-theme.sc-scroller-view.sc-vertical .button-left:active,
.seapine-theme.sc-scroller-view.sc-vertical .button-top.active,
.seapine-theme.sc-scroller-view.sc-vertical .button-left.active {
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -118px -50px;
}

.seapine-theme.sc-scroller-view.sc-vertical .button-right:active,
.seapine-theme.sc-scroller-view.sc-vertical .button-bottom:active,
.seapine-theme.sc-scroller-view.sc-vertical .button-right.active,
.seapine-theme.sc-scroller-view.sc-vertical .button-bottom.active {
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: 0px -126px;
}

.seapine-theme.sc-scroller-view.sc-vertical .thumb {
  position: absolute;
  overflow: visible;
}

.seapine-theme.sc-scroller-view.sc-vertical .thumb-center {
  position: absolute;
  width: 14px;
  top: 10px;
  bottom: 8px;
  background: url("../../staticImages/thumbVertical.png") repeat-y;
}

.seapine-theme.sc-scroller-view.sc-vertical .thumb-top,
.seapine-theme.sc-scroller-view.sc-vertical .thumb-left {
  position: absolute;
  width: 14px;
  top: 0;
  height: 10px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -114px -110px;
}

.seapine-theme.sc-scroller-view.sc-vertical .thumb-right,
.seapine-theme.sc-scroller-view.sc-vertical .thumb-bottom {
  position: absolute;
  width: 14px;
  bottom: -2px;
  height: 10px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -100px -110px;
}

.mac.safari .seapine-theme.sc-segmented-view.sp-image-segment-view .seapine-theme.sc-segment-view img {
  top: -1px;
}

.mac.firefox .seapine-theme.sc-segmented-view.sp-image-segment-view .seapine-theme.sc-segment-view img {
  top: 1px;
}

.seapine-theme.sp-image-segment-view.sc-segmented-view {
  border-radius: 3px;
  border-style: solid;
  border-color: #0D67B6;
  background-color: #fff;
}

.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view {
  display: inline-block;
  position: relative;
  height: 19px;
  overflow: hidden;
  border: 0 none transparent;
  margin: 0;
  padding: 0;
}

.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view .sc-button-label {
  position: relative;
  padding: 0;
  top: -2px;
  margin-left: 8px;
  margin-right: 8px;
}

.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view img {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 0;
  margin-bottom: 1px;
  vertical-align: middle;
}

.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view.sel {
  background-color: #0D67B6;
}

.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view.sc-first-segment,
.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view.sc-middle-segment {
  border-right: 1px solid #0D67B6;
}

.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view.sc-first-segment.focus:not(.sel),
.seapine-theme.sp-image-segment-view.sc-segmented-view .seapine-theme.sc-segment-view.sc-middle-segment.focus:not(.sel) {
  border-right-color: #fff;
}

.seapine-theme.sc-segmented-view {
  overflow: visible;
}

.seapine-theme.sc-segmented-view .disabled {
  opacity: 0.5;
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view {
  margin: 0px;
  background: none;
  border: 0px none;
  color: #555;
  text-shadow: 0px 1px 1px white;
  display: inline-block;
  zoom: 1;
  overflow: hidden;
  position: relative;
  padding: 0px;
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view.sc-first-segment {
  margin: 0px;
  padding: 0px;
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view.sc-last-segment {
  margin: 0px;
  padding: 0px;
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view .sc-button-label {
  position: relative;
  margin-left: 9px;
  margin-right: 10px;
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view.active {
  color: #333;
  text-shadow: 0px 1px 1px white;
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view.sel {
  background: none;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view.sel.active {
  background: none;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: -2px;
  margin-right: 2px;
}

.seapine-theme.sc-segmented-view .seapine-theme.sc-segment-view .disabled {
  opacity: 0.5;
}

.seapine-theme.sc-split-divider-view {
  background: #EDEDED;
  border: 0px none;
  overflow: hidden;
}

.seapine-theme.sc-split-divider-view .vertical-inner-divider {
  width: 0px;
  height: 100%;
  border-left: solid 1px #C5C5C5;
  margin-left: 5px;
}

.seapine-theme.sc-split-divider-view .vertical-icon {
  width: 7px;
  height: 45px;
  left: 2px;
  top: 50%;
  position: absolute;
  margin-top: -23px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -140px 0px;
}

.seapine-theme.sc-split-divider-view .horizontal-inner-divider {
  height: 0px;
  width: 100%;
  border-top: solid 1px #C5C5C5;
  margin-top: 5px;
}

.seapine-theme.sc-split-divider-view .horizontal-icon {
  height: 7px;
  width: 45px;
  top: 2px;
  left: 50%;
  position: absolute;
  margin-left: -23px;
  background-image: url("../images/seapine-theme.png");
  background-repeat: no-repeat;
  background-position: -52px -96px;
}

.seapine-theme.sc-tab-view {
  overflow: visible;
}

.seapine-theme.sc-table-view {
  border: solid 1px rgba(0,0,0,0.25);
}

.seapine-theme.sc-table-data-view .sc-dataview-row.sel {
  background-color: #2370d8 !important;
  border-bottom: 1px solid #2370d8 !important;
}

.one-px-divider {
  height: 1px;
}

.two-px-divider {
  height: 2px;
}

.sp_link {
  color: white;
  cursor: pointer;
  text-decoration: underline;
}

.sp_link.disabled {
  color: #D3D1D1;
  cursor: default;
  text-decoration: none;
}

.sp_hover_link {
  color: white;
  text-decoration: none;
}

.sp_hover_link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.seapine-theme.toolbar {
  background-color: #F3F3F4;
  border: 1px solid #D2D2D3;
  z-index: 10;
}

.seapine-theme.toolbar .spacer-bar {
  border-left: 1px dotted #A9A9AA;
  margin-left: 1px;
}

.seapine-theme.well {
  -sc-border-radius: 5px;
  border: 1px solid #999;
  -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  overflow: hidden;
}