body {
  background-color: transparent; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.brander-selector-menu-item {
  display: none;
  float: right; }
  .brander-selector-menu-item select {
    width: 100%; }
  .brander-selector-menu-item input {
    *min-width: 160px;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .brander-selector-menu-item .show-host-list {
    display: block;
    margin-bottom: 10px; }

.brander-selector-menu-item .menu-link, .brander-selector-menu-item .menu-link:hover {
  background-position: right 20px bottom; }

.brander-selector-menu-item .menu-link .icon-cog {
  font-size: 24px;
  vertical-align: -4px;
  color: #455563;
  margin: 0 5px 0 10px; }

.brander-selector-menu-item .menu-link .icon-long-arrow-right {
  font-size: 20px;
  vertical-align: -3px; }

.brander-selector-menu-item.loading .menu-link .icon-cog {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

.brander-selector-menu-item .btn {
  margin-top: 20px; }

.brander-selector-menu-item-form {
  margin: 0; }

body.page-with-brander-selector .brander-selector-menu-item {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

.brander-selector-dropdown-menu {
  min-width: 220px; }

.brander-selector-dropdown-menu-content {
  padding: 20px; }

.brander-selector-dropdown-menu-hierarchy {
  float: right;
  margin-top: -20px;
  margin-right: -10px;
  font-size: 10.5px;
  color: #666; }
  .brander-selector-dropdown-menu-hierarchy ul {
    display: inline; }
    .brander-selector-dropdown-menu-hierarchy ul li {
      display: inline; }

.brander-selector-host, .brander-selector-pcc, .brander-selector-sc {
  text-transform: uppercase; }

.brander-selector-host-list-modal {
  top: 5% !important;
  height: 90%;
  margin-top: 0;
  width: 98%;
  margin-left: -49%;
  overflow: auto; }
  .brander-selector-host-list-modal > .modal-body {
    max-height: none; }
    .brander-selector-host-list-modal > .modal-body > .modal-body-inner {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; }

.brander-selector-host-list-item {
  border-bottom: 1px solid #CCC;
  line-height: 20px;
  cursor: pointer;
  *zoom: 1;
  text-align: right; }
  .brander-selector-host-list-item:before, .brander-selector-host-list-item:after {
    display: table;
    content: "";
    line-height: 0; }
  .brander-selector-host-list-item:after {
    clear: both; }

.brander-selector-host-list-item:hover {
  background-color: #ffe9a6; }

.brander-selector-host-list-item-code {
  float: left;
  font-weight: bold;
  margin-right: -20px; }

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../../libs/spark/css/fonts/roboto/Roboto_300.eot?#iefix") format("embedded-opentype"), url("../../libs/spark/css/fonts/roboto/Roboto_300.woff") format("woff"), url("../../libs/spark/css/fonts/roboto/Roboto_300.woff2") format("woff2"), url("../../libs/spark/css/fonts/roboto/Roboto_300.svg#Roboto") format("svg"), url("../../libs/spark/css/fonts/roboto/Roboto_300.ttf") format("truetype"); }
html {
  background: #e4e4e4; }

html.iframe {
  background: none; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

#main {
  width: 980px;
  margin: 0 auto;
  padding-top: 20px; }

.full-width-page #main {
  width: auto;
  margin: 0 20px; }

#header {
  min-width: 980px;
  height: 60px;
  box-sizing: border-box; }

#header > nav {
  max-height: 60px; }

.header-link {
  color: #FFF !important;
  font-size: 12px;
  font-weight: bold; }

.header-link:hover {
  color: #00255e !important; }

.header-link-sep {
  border-left: 1px solid #586A7A;
  height: 26px;
  margin: 4px 10px 0 3px; }

a.spark-header__title.header-title-stc {
  margin-top: -24px;
  font-family: 'Roboto';
  font-size: 1.5rem; }

.header-title-stc:hover {
  text-decoration: none; }

div.spark-header__logo.header-sabre-logo {
  padding-top: 15px; }

#page-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 100%;
  background-color: #FFF;
  min-height: 330px;
  border: 1px solid #ccc; }

#footer-content {
  padding: 10px 20px 30px 20px; }

#footer-text {
  padding-top: 10px;
  color: #666;
  font-size: 12px; }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: static; }

.form-actions {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 920px; }

.menu {
  text-align: center;
  line-height: 51px;
  background: #efefef;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0; }

body .menu {
  text-align: left;
  padding-left: 20px; }

.menu-item {
  float: none !important;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: top; }

.menu-link, .menu-link:visited, .menu-link:hover, .menu-link-inactive {
  height: 51px;
  line-height: 51px;
  padding: 0 15px;
  color: #004477;
  font-size: 13px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center bottom; }

a.menu-link-inactive:hover {
  text-decoration: none; }

a.menu-link-hover:hover {
  text-decoration: underline; }

.page-corporation-name-container {
  padding: 1.5rem 1rem 1.5rem 1rem;
  line-height: 16px;
  white-space: nowrap; }

.dropdown-menu.dropdown-menu-spark {
  z-index: 1001;
  border-radius: 0px;
  left: -10px;
  padding: 0px; }

.dropdown-menu.dropdown-menu-spark > li {
  border-bottom: 1px solid #eee;
  height: 40px;
  padding-top: 10px; }

.dropdown-menu.dropdown-menu-spark > li > a:hover {
  color: #333;
  background-color: transparent;
  background-image: none; }

.dropdown-menu.dropdown-menu-spark > li:hover {
  color: #333;
  background-color: #eee; }

.dropdown-menu.header-dropdown-menu {
  z-index: 1050;
  margin-top: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

li.dropdown.spark-menu__list-link {
  padding: 1.15rem 2rem 1.15rem 4rem;
  max-height: -webkit-fill-available; }

.dropdown.spark-menu__list-link > a {
  margin-top: -6px;
  display: block;
  height: 25px;
  text-decoration: none;
  font-size: 15px; }

.dropdown.spark-menu__list-link > a:hover {
  color: #5cb8e6; }

.page-footer-fixed #footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  z-index: 999;
  background: #e4e4e4; }
.page-footer-fixed #footer-content {
  width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
.page-footer-fixed #page-content {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
.page-footer-fixed .form-actions-wrapper {
  position: fixed;
  bottom: 60px;
  width: 980px;
  background: #323C46;
  z-index: 1030;
  -webkit-box-shadow: 0 -1px 5px 2px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 5px 2px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 5px 2px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.2); }
  .page-footer-fixed .form-actions-wrapper.page-end {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
.page-footer-fixed .form-actions {
  margin: 0;
  padding-top: 9px;
  padding-bottom: 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.error-text-message {
  color: #AC0000;
  font-size: 14px;
  display: block; }

#logout-form {
  margin: 0; }

body {
  background-color: transparent; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.page-loading .hidden-when-loading-page {
  visibility: hidden; }

.page-loading .loadingMarkerBackground {
  display: block;
  background: #000;
  height: 100%;
  left: 0;
  opacity: 50;
  filter: alpha(opacity=5000);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998; }

.page-loading .loadingMarker {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  font-size: 36px;
  color: white;
  font-weight: 200; }

.page-loading .loadingMarker:before {
  content: url("../../../images/loadingInd1.gif"); }

.loadingMarkerBackground {
  display: none; }

.loadingMarker {
  display: none;
  float: left; }

.section-loading {
  position: relative; }

.section-loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 50;
  filter: alpha(opacity=5000);
  z-index: 1028;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.section-loading:after {
  content: url("../../../images/loadingInd1.gif");
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  font-size: 36px;
  color: white;
  font-weight: 200;
  z-index: 1029; }

#brander-not-selected-indicator,
.page-loading.brander-not-selected #brander-not-selected-indicator {
  display: none; }

.brander-not-selected #brander-not-selected-indicator {
  display: block;
  padding: 100px 0;
  text-align: center;
  color: #999; }
  .brander-not-selected #brander-not-selected-indicator i {
    font-size: 42px;
    display: block;
    padding-bottom: 10px;
    line-height: 42px;
    color: #CCC; }
.brander-not-selected .hidden-when-loading-page {
  visibility: hidden; }

#branderSelectTable input {
  margin-right: 10px;
  width: 60px; }
#branderSelectTable select {
  margin-right: 10px;
  width: 95px; }
#branderSelectTable select#dk {
  width: 120px; }

#brander-select-complete .hierarchy .breadcrumb {
  display: inline-block; }
#brander-select-complete .hierarchy label {
  margin-right: 5px;
  display: inline; }
#brander-select-complete [class*="span"] {
  margin-bottom: 5px; }

input.branderError {
  border-color: red;
  color: red; }

.brander-selector-host, .brander-selector-pcc, .brander-selector-sc {
  text-transform: uppercase; }

/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */
  z-index: 9999; }

/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
  position: fixed; }

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5); }

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0; }

.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ui-pnotify-closer, .ui-pnotify-sticker {
  float: right;
  margin-left: .2em; }

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em; }

.ui-pnotify-text {
  display: block; }

.ui-pnotify-icon, .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em; }

/* -- History Pulldown */
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* Ensures history container is above notices. */
  z-index: 10000; }

.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px; }

.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%; }

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto; }

.ui-pnotify-title {
  text-align: center; }

.ui-pnotify-text {
  text-align: center; }
  .ui-pnotify-text pre {
    text-align: left; }

.ui-pnotify-icon {
  font-size: 1.75em;
  padding-right: 7px; }

.input-append.color .add-on.disabled, .input-prepend.color .add-on.disabled,
.input-append.color .add-on.disabled i, .input-prepend.color .add-on.disabled i {
  cursor: not-allowed; }

.CodeMirror {
  max-width: 940px; }

.email_preview_dialog {
  width: 850px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  *left: 50%;
  *margin: 0 0 0 -430px; }

.email_preview_dialog.modal.fade.in {
  top: 0;
  *top: 0; }

.email_preview_dialog .modal-body {
  max-height: none;
  text-align: center;
  padding: 0; }
  .email_preview_dialog .modal-body .subject {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #F5F5F5; }

#dynamic-preview-content {
  width: 100%;
  border: 0px none; }

#dynamic-preview-loading {
  padding: 20px 0; }

.info-icon {
  margin-left: 5px;
  width: 5px; }

.icon-info-sign {
  color: #004477; }

.offset04 {
  margin-left: 40px; }

.legend-margin-bottom {
  margin-bottom: 10px; }

a.icon-with-popover:hover {
  text-decoration: none; }

.popover-inner {
  text-align: left; }

a.label-with-popover {
  text-decoration: none;
  margin-left: 'auto';
  font-family: 'Arial';
  color: #333333; }

a.label-with-popover:hover {
  text-decoration: underline; }

.logo-container-outer {
  display: table;
  width: 100%;
  margin-bottom: 10px; }

.logo-container-inner {
  height: 110px;
  display: table-cell;
  vertical-align: middle; }

.logo-controls {
  *zoom: 1; }
  .logo-controls:before, .logo-controls:after {
    display: table;
    content: "";
    line-height: 0; }
  .logo-controls:after {
    clear: both; }

.logo-container-accept-logo {
  display: table;
  width: 256px;
  margin-bottom: 10px; }

.use-default-settings {
  padding: 5px 12px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .use-default-settings input {
    margin-left: 0;
    margin-right: 10px; }

.first {
  margin-top: 0 !important;
  margin-left: 0 !important; }

.last {
  margin-bottom: 0 !important;
  margin-right: 0 !important; }

.errorPagesContent {
  text-align: center;
  padding-top: 30px; }

.errorPagesInfoBox {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto; }

.errorPagesInfo {
  text-align: center;
  margin-bottom: 20px; }

.previewError {
  margin-top: 90px;
  margin-left: 87px;
  width: 620px; }
