
/* TOPOGRAPHY */
html{ 
   font-size: 1px;/*for using REM units*/
}
body{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
   font-size: 16rem;
   font-weight: 400;
   line-height: 1.3;
   color: #222;
}


/* BASIC RESET */
*,
*::before,
*::after{box-sizing:border-box;}
a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}
p{margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}


/* https://github.com/necolas/normalize.css/blob/master/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}/*
 * Copyright GladeBox, LLC - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Tom Booth - 2024
 */

.sprite20u { background: url('images/sprite20u.png') no-repeat top left; width: 20px; height: 20px;  }
.sprite20u.arrowhead_sm_right_20 { background-position: 0 0; }
.sprite20u.checkmark_20 { background-position: 0 -30px; }
.sprite20u.install_android_chrome_20u { background-position: 0 -60px; }
.sprite20u.install_ios_20u { background-position: 0 -90px; }
.sprite20u.install_win_chrome_20u { background-position: 0 -120px; width: 21px; }
.sprite20u.install_win_edge_20u { background-position: 0 -150px; }
.sprite20u.install_win_edge2_20u { background-position: 0 -180px; }
.sprite20u.signin_20w { background-position: 0 -210px; }
.sprite20u.world_20w { background-position: 0 -240px; }
.sprite20u.arrowhead_lg_down_20 { background-position: 0 -270px; }
.sprite20u.arrowhead_lg_right_20 { background-position: 0 -300px; }
.sprite20u.arrowhead_md_down_20 { background-position: 0 -330px; }
.sprite20u.arrowhead_md_right_20 { background-position: 0 -360px; }
.sprite20u.arrowhead_sm_down_20 { background-position: 0 -390px; }

.sprite30u { background: url('images/sprite30u.png') no-repeat top left; width: 30px; height: 30px;  }
.sprite30u.menu_30w { background-position: 0 0; }
.sprite30u.logo_30 { background-position: 0 -40px; }

.sprite40u { background: url('images/sprite40u.png') no-repeat top left; width: 40px; height: 40px;  }
.sprite40u.light_40 { background-position: 0 0; }
.sprite40u.locations_40 { background-position: 0 -50px; }
.sprite40u.locations2_40 { background-position: 0 -100px; }
.sprite40u.locations3_40 { background-position: 0 -150px; }
.sprite40u.mobile_40 { background-position: 0 -200px; }
.sprite40u.network_40 { background-position: 0 -250px; }
.sprite40u.notifications2_40 { background-position: 0 -300px; }
.sprite40u.organization_40 { background-position: 0 -350px; }
.sprite40u.presentation_40 { background-position: 0 -400px; }
.sprite40u.price_40 { background-position: 0 -450px; }
.sprite40u.profile2_40 { background-position: 0 -500px; }
.sprite40u.reports_40 { background-position: 0 -550px; }
.sprite40u.rotations_40 { background-position: 0 -600px; }
.sprite40u.schedule_40 { background-position: 0 -650px; }
.sprite40u.schedule_templates_40 { background-position: 0 -700px; }
.sprite40u.settings_40 { background-position: 0 -750px; }
.sprite40u.setup_checklists_40 { background-position: 0 -800px; }
.sprite40u.setup_checklists2_40 { background-position: 0 -850px; }
.sprite40u.team_40 { background-position: 0 -900px; }
.sprite40u.trades2_40 { background-position: 0 -950px; }
.sprite40u.access_40 { background-position: 0 -1000px; }
.sprite40u.access_blocking_40 { background-position: 0 -1050px; }
.sprite40u.access_control_40 { background-position: 0 -1100px; }
.sprite40u.access2_40 { background-position: 0 -1150px; }
.sprite40u.announcements_40 { background-position: 0 -1200px; }
.sprite40u.announcements2_40 { background-position: 0 -1250px; }
.sprite40u.approve_40 { background-position: 0 -1300px; }
.sprite40u.timeoff2_40 { background-position: 0 -1350px; }
.sprite40u.approve2_40 { background-position: 0 -1400px; }
.sprite40u.approve4_40 { background-position: 0 -1450px; }
.sprite40u.profile_40 { background-position: 0 -1500px; }
.sprite40u.approve5_40 { background-position: 0 -1550px; }
.sprite40u.bounce_40 { background-position: 0 -1600px; }
.sprite40u.trades_40 { background-position: 0 -1650px; }
.sprite40u.calculator_40 { background-position: 0 -1700px; }
.sprite40u.categories_40 { background-position: 0 -1750px; }
.sprite40u.notifications_40 { background-position: 0 -1800px; }
.sprite40u.timeoff_40 { background-position: 0 -1850px; }
.sprite40u.team2_40 { background-position: 0 -1900px; }
.sprite40u.nurse_40 { background-position: 0 -1950px; }
.sprite40u.conflicts_40 { background-position: 0 -2000px; }
.sprite40u.conflicts2_40 { background-position: 0 -2050px; }
.sprite40u.conflicts3_40 { background-position: 0 -2100px; }
.sprite40u.contacts_40 { background-position: 0 -2150px; }
.sprite40u.contacts2_40 { background-position: 0 -2200px; }
.sprite40u.contract_40 { background-position: 0 -2250px; }
.sprite40u.copy_40 { background-position: 0 -2300px; }
.sprite40u.desktops_40 { background-position: 0 -2350px; }
.sprite40u.export_40 { background-position: 0 -2400px; }
.sprite40u.happy_40 { background-position: 0 -2450px; }
.sprite40u.help_40 { background-position: 0 -2500px; }

.sprite72u { background: url('images/sprite72u.png') no-repeat top left; width: 72px; height: 72px;  }
.sprite72u.warning_72 { background-position: 0 0; }
.sprite72u.check_72 { background-position: 0 -82px; }
.sprite72u.help_72 { background-position: 0 -164px; }
.sprite72u.organization_72 { background-position: 0 -246px; }
.sprite72u.signin_72 { background-position: 0 -328px; }


.icon_button {
  border: 0px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}

.icon_center {
  margin: auto;
}

.text_center {
  text-align: center;
}



body{
  position:relative;
  font:normal 12px Verdana;
  /* width:100%;  DONT DO THIS - IT THROWS OFF THE PAGE */
  /* width:100%; */
  border:0px;
  margin:0px;
  padding:0px;
  overflow-y: scroll;
  overflow-x: auto;
  padding-top: 43px;  /*  TOPNAVHEIGHT  43px with sidenav     75px with topnav */
  /* border: 2px solid #FF00FF;    pink */
  /*  background-color:gray;  */
}

.center_table {
  display: table;   /* these two lines will center the object */
  margin: 0 auto;
}

.unauth_page_content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#mainPageContentArea {
  position: relative;
  bottom: 0px;
  left:0;
  right:0;
  width: 100%;
  z-index: 0;
  background-color:#FFFFFF;
  /*overscroll-behavior: none;  this disables vertical scrolling in safari*/
  -webkit-overflow-scrolling: touch;
  /* border: 2px solid #FFFF00;   yellow */
}

/* offpagePanel is used to ensure off page content (e.g. iphone 12 in landscape mode) next to the topnav shows as white */
#offpagePanel {
  position:fixed;
  background-color: #FFFFFF;
  top:0px;
  left:-300px;
  width: 4000px;
  height: 43px;  /*  TOPNAVHEIGHT  height=43px with sidenav, height=75px with topnav */
  z-index: 0;
}

#mainPageTopArea{
  /*position:relative;*/
  font:normal 12px Verdana;
  /* left: 0px; */
  /*width: 100%;*/
  /* max-width: 100%; */  /* 1000px */
  /*margin: 0 auto;*/
  z-index: 60;
}

.page_cover {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 95;    /* ZINDEX_MODALDIALOG */
}


#topNavigation{
  position:fixed;
  font:normal 12px Verdana;
  top:0px;
  width: 100%;
  z-index: 65;
}


/* ---- Flex Containers ---------------- */

.feature_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  width: 100%;
  max-width:1000px;
  align-items: stretch;
  margin: auto;
}

.feature_container > div {
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  font-family: arial;
  background-color: transparent;
  min-width:250px;
  max-width:400px;
  margin: 10px;
  text-align: justify;
  padding-left:15px;
  padding-right:15px;

  flex: 1 1 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.feature_item_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  width: 100%;
  max-width:1000px;
  align-items: stretch;
  margin: auto;
}

.feature_item_container > div {
  color: #555555;
  font-size: 14px;
  line-height: 15px;
  font-family: arial;
  background-color: transparent;
  min-width:350px;
  max-width:350px;
  margin: 0px;
  text-align: justify;
  padding-left:15px;
  padding-right:15px;

  flex: 1 1 0px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

/* ======================= Special Offer ======================= */

.special_offer_section {
  font-size: 16px;
  font-family: arial;
  color: #777777;
  background-color: #f3f3f3;
  margin: auto;
  margin-top: 8px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding-left:20px;
  padding-right:20px;
  padding-top: 15px;
  padding-bottom: 12px;
  border: 2px solid #000000;
  border-radius: 8px 8px 8px 8px;
  /*border-bottom: 2px solid #000000;*/
}


/* Special Offer Normal */

.special_offer_spacing {
  margin-top:10px;
  padding-top: 15px;
  padding-bottom: 12px;
}

.special_offer_title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #2d862d;
  font-family: arial;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 5px;
  margin-bottom: 6px;
  border-bottom: 1px solid #999999
}

.special_offer_text {
  font-size: 14px;
  color: #86562d;
  font-family: arial;
  font-weight: bold;
  white-space: nowrap;
  /*color: #555555;*/
}

/* Special Offer Signup */

.special_offer_spacing_signup {
  margin-top:2px;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom:4px;
}

.special_offer_title_signup {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #2d862d;
  font-family: arial;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 1px;
  margin-bottom: 3px;
  border-bottom: 1px solid #999999
}

.special_offer_text_signup {
  font-size: 14px;
  color: #86562d;
  font-family: arial;
  font-weight: bold;
  white-space: nowrap;
  /*color: #555555;*/
}

.signup_now_button {
  display: block;
  color: #555555;
  font-size: 16px;
  font-family: arial;
  margin: auto;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  width:160px;
  border:1px solid #555555;
  border-radius: 6px 6px 6px 6px;
  cursor: pointer;
}

.signup_now_button:hover {
  color: #FFFFFF;
  background-color: #7575A3;
  border: 1px solid #7575A3;
  cursor: pointer;
}

.feature_section_title {
  color: 1f1f2e;
  font-size: 24px;
  line-height: 28px;
  font-family: arial;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom:20px;
  text-align: center;
  border-top: 2px solid #33334d;
  border-bottom: 2px solid #33334d;
  background-color: #ecd8c6;
}

.feature_title {
  color: #555555;
  font-size: 20px;
  line-height: 18px;
  font-family: arial;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  text-align: center;
}

.feature_item {
  color: #444444;
  font-size: 16px;
  line-height: 18px;
  font-family: arial;
  background-color: transparent;
}

.icon_feature {
  margin: auto;
  margin-top: 10px;
}


.pricing_section_statement {
  font-size: 18px;
  font-family: "Arial";
  color: #555555;

  background-color: #f3f3f3;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-left:20px;
  padding-right:20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing_table {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width:1000px;
  align-items: stretch;
  margin: auto;
}

.pricing_table > div {
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  font-family: arial;
  min-width:570px;
  max-width:800px;
  margin: 10px;
  text-align: justify;
  background-color: #ecd8c6;
  border-radius: 8px 8px 8px 8px;

  flex: 1 1 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.pricing_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width:1000px;
  align-items: stretch;
  margin: auto;
}

.pricing_container > div {
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  font-family: arial;
  min-width:270px;
  max-width:300px;
  margin: 10px;
  text-align: justify;
  background-color: #ecd8c6;
  border-radius: 8px 8px 8px 8px;

  flex: 1 1 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.pricing_title {
  color: #FFFFFF;
  background-color: #47476b;
  font-size: 20px;
  line-height: 18px;
  font-family: arial;
  width: 200px;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.pricing_footer {
  height: 3px;
  width: 200px;
  background-color: #47476b;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.pricing_feature_header {
  background-color: #FFFFFF;
  position:sticky;
  left:0;
}

.pricing_feature {
  color: #47476b;
  width:275px;
  font-weight: bold;
  background-color: #ecd8c6;
  border-left: 3px solid #dfbd9f;
  border-radius: 8px 0px 0px 8px;
  padding: 3px 20px 3px 10px;
  border-right: 2px solid #FFFFFF;

  position:sticky;
  left:0;

}

.pricing_cell {
  font-weight: bold;
  background-color: #f2e5d9;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.pricing_text {
  color: #47476b;
  font-size: 13px;
  text-align: center;
  padding: 2px;
}

.pricing_details {
  font-size: 20px;
  color: #333333;
  font-family: arial;
  padding: 10px;
  list-style-type: circle;
}

.pricing_details ul {
  font-size: 16px;
  list-style-type: square;
  padding-left: 40px;
  padding-bottom: 10px;
}

.pricing_details_title ul {
  list-style-type: square;
  padding-left: 20px;
  font-size: 16px;
}

.pricing_detail_top {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  /* text-transform: uppercase; */
  text-align: center;
  padding-bottom: 10px;
}

.pricing_area {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  border-top: 2px solid #666666;
}

.pricing_items_included {
  height:200px;
}

.pricing_monthly_amount {
  background-color:#f9f2ec;
  color:#333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding:8px;
  padding-left: 15px;
  border-radius: 0px 8px 8px 0px;
}

.pricing_monthly_title {
  background-color:#47476b;
  color:#FFFFFF;
  padding:8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px 0px 0px 8px;
}


.pricing_horz_scroll_div {
  padding-left: 0px;
  padding-right: 2px;
  padding-top: 4px;
  padding-bottom: 14px;
  width: 100%;
  overflow-x: auto;
  max-width: 100%;
  border-radius: 0px 0px 0px 0px;
}

.pricing_horz_scroll_div::-webkit-scrollbar
{
  height: 10px;
  background-color: transparent; /*#FFF7BD; #FFF7BD;*/
}

.pricing_horz_scroll_div::-webkit-scrollbar-thumb
{
  border-radius: 4px;
  background-color: #aaaaaa;
  cursor: pointer;
}


/* ---- SLIDER ------------------------- */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slideshow_prev, .slideshow_next {
  cursor: pointer;
  position: absolute;
  top: 5%;
  height:30vw;
  line-height: 30vw;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  color: transparent;
}

/* Position the "next button" to the right */
.slideshow_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow_prev:hover, .slideshow_next:hover {
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.4);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow_dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  /*transition: background-color 0.6s ease;*/
}

.active, .slideshow_dot:hover {
  background-color: #717171;
  background-color: transparent;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}




/* ---- fadeIn1 -----------------*/

@keyframes kf_fadeIn1 {
  0% { opacity:0; visibility: visible; }
  33% { opacity:0; visibility: visible; }
  100% { opacity:1; visibility: visible; }
}

.fade_in1 {
  animation: kf_fadeIn1 ease 3s;
  -webkit-animation: kf_fadeIn1 ease 3s;
  -moz-animation: kf_fadeIn1 ease 3s;
  -o-animation: kf_fadeIn1 ease 3s;
  -ms-animation: kf_fadeIn1 ease 3s;
}

/* ---- fadeIn2 -----------------*/

@keyframes kf_fadeIn2 {
  0% { opacity:0; visibility: visible; }
  66% { opacity:0; visibility: visible; }
  100% { opacity:1; visibility: visible; }
}


.fade_in2 {
  animation: kf_fadeIn2 ease 3s;
  -webkit-animation: kf_fadeIn2 ease 3s;
  -moz-animation: kf_fadeIn2 ease 6s;
  -o-animation: kf_fadeIn2 ease 6s;
  -ms-animation: kf_fadeIn2 ease 6s;
}

.ss_text_top {
  padding-top: 1.4vw;
  color: #222222;
  font-family: arial;
  font-weight: bold;
  position:relative;
  opacity: 0.9;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .ss_text_top { padding-top: 14px; }
}

.ss_logo_tagline {
   margin-top:-1vw;
   margin-left:1.3vw;
   font-family:SimplySans;
   color:#bf7b40;
 }
@media screen and (min-width: 1000px) {
  .ss_logo_tagline {
     margin-top:-10px;
     margin-left:13px;
     font-family:SimplySans;
     color:#bf7b40;
   }
}


.ss_text {
  color: #111111;
  font-weight: bold;
  position:relative;
  opacity: 0.9;
  z-index: 0;
}

.slideshow_background {
  position:absolute;
  opacity: 70%;
  width: 100%;
  height: 100%;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  background-color: #ecd8c6;
  z-index: 0;
}


.ss_background_height_140 {height: 14vw;}
@media screen and (min-width: 1000px) {
  .ss_background_height_140 { height: 140px; }
}

.ss_background_height_150 {height: 15.5vw;}
@media screen and (min-width: 1000px) {
  .ss_background_height_150 { height: 155px; }
}

.ss_text_size_40 { font-size: 4vw; }
@media screen and (min-width: 1000px) {
  .ss_text_size_40 { font-size: 40px; }
}

.ss_text_size_30 {font-size: 3vw;}
@media screen and (min-width: 1000px) {
  .ss_text_size_30 { font-size: 30px; }
}

.ss_text_size_20 { font-size: 2vw; }
@media screen and (min-width: 1000px) {
  .ss_text_size_20 { font-size: 20px; }
}

.ss_text_size_25 { font-size: 2.5vw; }
@media screen and (min-width: 1000px) {
  .ss_text_size_25 { font-size: 25px; }
}

.ss_text_size_17 { font-size: 1.7vw; }
@media screen and (min-width: 1000px) {
  .ss_text_size_15 { font-size: 17px; }
}

.ss_text_left_10 {padding-left: 10vw;}
@media screen and (min-width: 1000px) {
  .ss_text_left_10 { padding-left: 100px; }
}

.ss_text_center_10 {text-align:center }
@media screen and (min-width: 1000px) {
  .ss_text_center_10 { text-align:center }
}

.ss_text_right_10 {text-align:right;padding-right: 10vw;}
@media screen and (min-width: 1000px) {
  .ss_text_right_10 { text-align:right;padding-right: 80px; }
}


/* ---- slidedown_to_10 --------------- */

@keyframes slidedown_to_10 {
  0%   {left:0px; top:-50px;}
  100%  {left:0px; top:10%;}
}

.slideshow_div_slidedown_to_10 {
  top:10%;           /* this should match the keyframes */
  position: absolute;
  width: 100%;
  left:0px;
  animation-name: slidedown_to_10;
  animation-duration: 0.5s;
}

/* ---- div_slidedown_to_30 --------------- */

@keyframes slidedown_to_30 {
  0%   {left:0px; top:-50px;}
  100%  {left:0px; top:30%;}
}

.slideshow_div_slidedown_to_30 {
  top:30%;           /* this should match the keyframes */
  position: absolute;
  width: 100%;
  left:0px;
  animation-name: slidedown_to_30;
  animation-duration: 0.5s;
}

/* ---- div_slidedown_to_40 --------------- */

@keyframes slidedown_to_40 {
  0%   {left:0px; top:-50px;}
  100%  {left:0px; top:40%;}
}

.slideshow_div_slidedown_to_40 {
  top:40%;           /* this should match the keyframes */
  position: absolute;
  width: 100%;
  left:0px;
  animation-name: slidedown_to_40;
  animation-duration: 0.5s;
}


/* ---- div_slidedown_to_45 --------------- */

@keyframes slidedown_to_45 {
  0%   {left:0px; top:-50px;}
  100%  {left:0px; top:45%;}
}

.slideshow_div_slidedown_to_45 {
  top:45%;           /* this should match the keyframes */
  position: absolute;
  width: 100%;
  left:0px;
  animation-name: slidedown_to_45;
  animation-duration: 0.5s;
}

/* ---- div_slidedown_to_50 --------------- */

@keyframes slidedown_to_50 {
  0%   {left:0px; top:-50px;}
  100%  {left:0px; top:50%;}
}

.slideshow_div_slidedown_to_50 {
  top:50%;           /* this should match the keyframes */
  position: absolute;
  width: 100%;
  left:0px;
  animation-name: slidedown_to_50;
  animation-duration: 0.5s;
}


/* ---- div_slidedown_to_60 --------------- */

@keyframes slidedown_to_60 {
  0%   {left:0px; top:-50px;}
  100%  {left:0px; top:60%;}
}

.slideshow_div_slidedown_to_60 {
  top:60%;           /* this should match the keyframes */
  position: absolute;
  width: 100%;
  left:0px;
  animation-name: slidedown_to_60;
  animation-duration: 0.5s;
}



/* ---- nxPage ------------------------- */

.nxPage{
  width:100%;
  cursor: default;
  /* background-color: #ffffff; */  /* b0e0e6; light blue */
}

/* ---- TOP NAVIGATION -------------------------------- */

.menunav_top_area {
  background: #47476b;  /* menu background color */
  border-top: 2px solid #333333;
  border-bottom: 4px solid #7575a3;
}

@media (min-width: 1001px) {
  .menunav_top_area {
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
  }
}

/* GetPageWidth should probably match these widths */
@media (min-width: 1001px) {
  .page_width {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .page_width {
    width: 100%;
  }
}


/* GetPageWidth should probably match these widths */
@media (min-width: 1001px) {
  .page_width_fixed {
    width: 1000px;
    position: absolute;
    left: 0px;
    right: 0px;
    /*border:1px solid #000000;*/
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .page_width_fixed {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    /*border:1px solid #000000;*/
    margin: auto;
  }
}


@font-face { font-family: NovaRound; src: url('fonts/NovaRound-Bold.ttf'); }
@font-face { font-family: SimplySans; src: url('fonts/SimplySans-Bold.ttf'); }
@font-face { font-family: GourHand; src: url('fonts/GourHand.ttf'); }
@font-face { font-family: RaybentMango; src: url('fonts/RaybentMango.ttf'); }


.gladebox_logo {
  font-family: NovaRound;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
}

.gladebox_logo_topnav {
  font-size: 30px;
  font-weight: bold;
  cursor:pointer;
}

.gladebox_logo_small {
  font-size: 24px;
}

.gladebox_logo_medium {
  font-size: 30px;
  font-weight: bold;
  cursor:pointer;
}

.gladebox_logo_large {
  font-size: 40px;
  font-weight: bold;
  cursor:pointer;
}

.gladebox_logo_xlarge {
  font-size: 40px;
  font-weight: bold;
  cursor:pointer;
}

.gladebox_logo_large_resize { font-size: 4vw; }
@media screen and (min-width: 1000px) {
  .gladebox_logo_large_resize { font-size: 40px; }
}


.menusection{
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0 15px;
  line-height: 40px;
  height:40px;
  color: #eeeeee;    /* unselected menu font color */
  /* border-bottom: 4px solid #7575a3; */
  cursor: pointer;
  white-space: nowrap;
}
.menusection:hover{
  size:18px;
  color: #FFFFFF;
  background: #5c5c8a;  /* unselected-hover background color */
  line-height: 40px;
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 8px 8px;
  /*border-bottom: 4px solid #7575a3;*/
}

.menusection_selected{
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0 15px;
  line-height: 40px;
  color: #FFFFFF;    /* menu font color */
  white-space: nowrap;
  /*border-bottom: 1px solid #7575a3;*/
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 8px 8px;
  background: #7575a3;  /* selected background color */
  cursor: pointer;
  border-left: 2px solid #47476b;
  border-right: 2px solid #47476b;
}
.menusection_selected:hover{
  /*border-bottom: 4px solid #7575a3;*/
  color: #FFFFFF;
}

.menusection_signin {
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: 40px;
  color: #eeeeee;    /* unselected menu font color */
  /* border-bottom: 4px solid #7575a3; */
  cursor: pointer;
  white-space: nowrap;
}

.menusection_signin:visited {
  color: #eeeeee;    /* unselected menu font color */
}



/* ---- SIDE NAVIGATION -------------------------------- */


/* compare to menunav_top_logo */
.sidenav_top_logo {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  line-height:40px;
  padding-right:10px;
  padding-left:10px;
  white-space: nowrap;
}

.sidenav_icon {
  font-size:30px;
  color:#FFFFFF;
  cursor:pointer;
  padding-left:10px;
  font-weight: bold;
  display: block;
}

#sidenav_icon {
  font-size:30px;
  color:#FFFFFF;
  cursor:pointer;
  padding-left:10px;
  font-weight: bold;
  display: block;
}

.menunav_side_logo_area {
  background: #47476b;  /* menu background color */
  border-top: 2px solid #333333;
  border-bottom: 4px solid #7575a3;
}

.menunav_side_area {
  height: 100%;
  left: -300px;
  width: 200px;
  position: fixed;
  top: 0;
  background-color: #5D5D73;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 150;
}

.sidemenu_subsection_area {
  /*display: inline-block;*/
  overflow-y: hidden;
  height: 0;
  width: 100%;
  transition: 0.5s;
}


/* .menunav_side_area .menunav_side_closebtn {*/
.menunav_side_closebtn {
  font-size: 30px;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 5px;
}

.sidemenu_title_area {
  padding: 4px 8px 4px 8px;
  border-top: 1px solid #FFFFFF;
  cursor:pointer;
}

.sidemenu_signin_area {
  margin-top: 50px;
  border-top:5px solid #aaaabb;
  border-bottom:5px solid #aaaabb;
}

.sidemenu_title {
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left:5px;
}

.sidemenu_title:hover {
  color: #FFFFFF;
}

.menuitem_side {
  color: #FFFFFF;    /* unselected menu font color */
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding: 6px 8px 5px 8px;
  margin: 0;
  margin-left: 25px;
  height: 30px;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  user-select: none;
}

.menuitem_side:hover{
  background: #7575a3;  /* unselected-hover background color */
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
}

.menuitem_side_selected{
  background: #7575a3;  /* selected background color */
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  user-select: none;
}


.leftmenu_sys_info_area {
  color: #FFFFFF;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  position:absolute;
  bottom:0;
  right:0;
}

.leftmenu_sys_info_area_above {
  bottom:15px;
}

/* -------------------------------------------
   general
   -------------------------------------------*/

.add_emphasis {
  color: #24478f;
  font-weight: bold;
  /*font-style: italic;*/
}

/* -------------------------------------------
   nxNavDropdown
   -------------------------------------------*/

.nxNavDropdown {
  display: none;
  max-height: 267px;
  position: absolute;
  min-width: 100px;
  overflow: auto;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border: 1px #999999 solid;
  z-index: 25;
}

.nxNavDropdownTitle {
  color:  #FFFFFF;
  white-space: nowrap;
  background-color: #5D5D73;
  padding: 5px 5px 5px 5px;
}

.nxNavDropdownInformation {
  font-size:12px;
  color: #5D5D73;
  white-space: nowrap;
  background-color: #FFFFFF;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #333333;
  cursor: default;
}

.nxNavDropdown a {
  color:  #222222;
  background-color: #FFFFFF;
  font-weight: normal;
  padding: 5px 20px 5px 10px;

  /*line-height: 13px;*/
  text-decoration: none;
  display: block;
}

.nxNavDropdown a:hover {
    background-color: #b3b3cc;
}

.nxNavDropdown_touch {
  max-height: 225px;  /* needs to be just big enough to show a partial item on the bottom */
}

.nxNavDropdown_touch a {
  font-size: 14px;
  padding: 10px 30px 10px 20px;
}

/*-------------------------------*/

.context_menu {
  position: absolute;
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  display: none; /* Initially hidden */
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border: 1px solid #999999;

  /*background-color: #5D5D73;*/
  overflow-x: hidden;
  z-index: 150;
  user-select: none;
}

.context_menu_divider {
  border-top: 1px solid #999999;
}

.context_menu_title {
  color: #FFFFFF;
  background-color: #5D5D73;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left: 5px;*/
  text-align: center;
}

.context_menu_title_tpl {
  background-color: #664400;
}

.context_menu_item {
  background-color: transparent;
  /*border-top: 1px solid #dddddd;*/
  /*padding-top: 5px;*/
  padding-left: 5px;
  width: 150px;
  min-width: 150px;
  height:30px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.context_menu_item:hover {
  background-color: #d5d5dd;
}

.context_menu_icon {
  background-color: transparent;
  /*border-top: 1px solid #dddddd;*/
  width: 20px;
  height:30px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.context_menu_text {
  padding-left: 5px;
  padding-right: 10px;
  background-color: transparent;
  white-space: nowrap;
  /*border-top: 1px solid #dddddd;*/

  vertical-align: middle;
  cursor: pointer;
}


/* ----------------------------- */

a{
  text-decoration: none !important;
}


.navbar mega-menu{
  height: 400px;
}

.headline_submessage {
  font-family: arial;
  font-size:18px;
  color:#333333;
}

.page_icon_unauth {
  vertical-align: top;
  margin-right: 20px;
}
.page_title_unauth {
  font-size: 26px;
  color:#666666;
  margin-top: 5px
}

.sa_label {
  font-family: arial;
  width:100px;
  margin-top:0px;
  margin-bottom:1px;
  font-size:14px;
  color:#666666;
  margin-right:5px;
  top:10px;
  line-height:90%;
  text-align:right;
}


/*
==========================================================
   EXPANDABLE SECTION - SIGNED OUT
==========================================================
*/

.expandable_section_icon_unauth {
  height:20px;
  width:25px;
}

.expandable_section_title_unauth {
  padding-top: 0px;
  font-size: 15px;
  color: #29293d;   /* help title text color */
  font-weight: bold;
}

.expandable_section_unauth {
  color: #29293d;   /* help content text color */
  font-family: arial;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top:  4px;
  margin-bottom:  4px;
  border: 1px solid #999999;    /* help border color */
  background-color: #f9f2ec; /* #e0e0eb;*/ /*#b3b3cc;  */  /* help content background color */
  border-radius: 6px 6px 6px 6px;
  cursor: pointer;
}

.expandable_section_content_unauth {
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  -webkit-transition: height .3s;
  transition: height .3s;
  height: 0;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.help_topic_link {
  color: #444444;
  font-weight: bold;
}

.help_topic_link:hover {
  color: #777777;
}

.signin_help_panel {
  padding-top: 5px;
  padding-left: 10px;
}

/*
==========================================================
   TEXTBOX
==========================================================
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}

input[type="search"] {
  -webkit-appearance: none;
}

.sa_textbox {
  font-family: arial;
  width:100%;
  max-width: calc(100% - 18px);
  height: 36px;
  font-size:14px;
  color:#111111;
  padding-left:10px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 6px 6px 6px 6px;
  cursor: text;
}

/* disable the X in the search input fields*/
::-ms-clear {
  display: none;  /* IE10+ */
}
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;   /* Chrome */
}

.sa_textbox[type=search] {
  height: 42px;
  max-width: 100%;
  border-radius: 6px 6px 6px 6px;
}
.sa_textbox[type=text] {
  height: 42px;
  max-width: 100%;
  border-radius: 6px 6px 6px 6px;
}
.sa_textbox[type=password] {
  height: 42px;
  max-width: 100%;
  border-radius: 6px 6px 6px 6px;
}


.sa_textbox_wimage[type=text]:focus {
  background-color: #c6ecd9;
  outline: none;
}

.sa_textbox_w_success_bgcolor {
  /* background-color: #c6ecd9; */
}

.sa_textbox_w_success_icon {
  /*background-image: url("/images/checkmark.png");*/
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 99% 50%;
}

.sa_textbox_w_error_bgcolor {
  /*background-color: #ffb3b3;*/
}

.sa_textbox_w_error_icon {
  /*background-image: url("/images/cross.png");*/
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 99% 50%;
}

.sa_textbox_padding_lr {
  padding-left: 10px;
  padding-righ: 10px;
}

.sa_textbox_wide {
  width:250px;
}

.sa_textbox_msg_outer {
  position:fixed;
  width:60px;
  height: 40px;
  background-color:transparent;
  display: table;
  overflow: hidden;
}

.sa_textbox_msg_inner {
  color:#2c4d6d;
  font-size: 13px;
  font-weight: bold;
  line-height:15px;
  text-align:center;
  display: table-cell;
  vertical-align: middle;
}


.sa_button {
  background-color:#0047b3;
  font-family: arial;
  min-width:150px;
  margin-top:0px;
  margin-bottom:1px;
  font-size:16px;
  color:#FFFFFF;
}

.sa_button_small {
  color:#FFFFFF;
  font-size:13px;
  font-family: arial;
  background-color:#009933;
  padding-top:3px;
  margin-top:1px;
  margin-bottom:1px;
  border: 1px solid #00802b;
}

.sa_button_small:hover {
  background-color:#00802b;
}

.sa_button_small_disabled {
  color:#ffffff;
  font-family: arial;
  margin-top:0px;
  margin-bottom:1px;
  background-color: #999999;
  border: 1px solid #777777;
}

.sa_button_small_disabled:hover {
  background-color: #999999;
}

.sa_button_disabled {
  background-color: #999999;
}

/* ---- TAB ---------------------- */


.sa_tab {
  font-size: 24px;
  font-family: arial;
  color:#FFFFFF;
  font-weight:bold;
  width: 50%;
  padding: 3px;
  padding-top: 5px;
  margin-top:0px;
  margin-bottom:0px;
  border-radius: 6px 6px 0px 0px;
}

.sa_tab_left {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: 0px;
}
/*
.sa_tab_left:hover {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: 0px;
}
*/

.sa_tab_right {
  border-top-left-radius: 0px;
}

.sa_tab_medium_font {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 8px;
}

.sa_tab_large_font {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 8px;
}

.sa_tab_full_width {
  color:#FFFFFF;
  font-size:14px;
  font-weight: bold;
  font-family: arial;
  width: 100%;
  padding: 7px 3px 3px 3px;
  border-radius: 6px 6px 0px 0px;
  cursor: default;
  background-color: #47476b;
  height: 40px;
}

.sa_tab_selected {
  color: #33334d;
  border-left: 2px solid #47476b;
  border-right: 2px solid #47476b;
  border-top: 2px solid #47476b;
  background-color: #ecd8c6; /*#d1d1e0;*/
  cursor: default;
}

.sa_tab_unselected {
  color: #eeeeee;
  background-color: #47476b;  /* lighter #5c5c8a;*/
  border-left: 2px solid #47476b;
  border-right: 2px solid #47476b;
  border-top: 2px solid #47476b;
  cursor: pointer;
}

.sa_tab_unselected:hover {
  background-color: #666699;  /* ligher 7575a3*/
  border-left: 2px solid #666699;
  border-right: 2px solid #666699;
  border-top: 2px solid #666699;
}

.sa_tab_selected_left {
  /*border-right: 1px solid #FFFFFF;*/
  border-radius: 6px 0px 0px 0px;
}

.sa_tab_selected_left:hover {
  /*border-right: 1px solid #FFFFFF;*/
}

.sa_tab_selected_right {
  border-right: 1px solid #FFFFFF;
  border-radius: 0px 6px 0px 0px;
}

.sa_tab_selected_right:hover {
  /*border-right: 1px solid #FFFFFF;*/
}

.sa_tab_bottom_line {
  /*border-bottom:3px #2c4d6d solid;*/
}

.sa_tab_content_area_inner {
  padding:10px;
  padding-top:15px;

  border-left: 2px solid #47476b;
  border-right: 2px solid #47476b;
  border-bottom: 2px solid #47476b;
  border-radius: 0px 0px 6px 6px;
  background-color: #ecd8c6; /*#d1d1e0;*/
}

.sa_tab_content_area_outer {
  border-radius: 6px 6px 6px 6px;
  background-color: #ecd8c6; /*#d1d1e0;*/
}

.sa_tab_content_title {
  font-size: 14px;
  font-family: arial;

  padding-top:5px;

  padding-left:4px;
  margin-bottom:5px;
}

.sa_tab_content_text {
  font-size: 14px;
  font-family: arial;
  padding-bottom: 6px;
}

.sa_tab_content_big {
  padding-left: 5px;
  padding-bottom: 10px;
  font-family: arial;
  font-size: 18px;
}

/* ---- TAB ---------------------- */

.sa_indent_cell {
  min-width:  15px;
}

.sa_verify_cell{
  min-width:10px;
  padding-left:3px;
  padding-right:3px;
}

.sa_field_verified{
  color:#008800;
  font-size:26px;
}

.sa_field_goodenough{
  color:#ff9933;
  font-size:26px;
}

.sa_field_failed{
  color:#e60000;
  font-size:26px;
}

.sa_verify_error{
  font-size:12px;
  color:red;
  height:25px;
}

.sa_note{
  font-size:12px;
  color:green;
  height:25px;
}

.sa_instructions {
  font-size:14px;
  color:#444444;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  padding-bottom: 20px;
}


.sa_verify_fail {
  font-family: arial;
  color:#e60000;
  height:25px;
  font-weight:bold;
  font-size:12px;
}

.sa_verify_password_weak {
  font-family: arial;
  color:#e60000;
  height:25px;
  font-size:12px;
}

.sa_verify_password_medium {
  font-family: arial;
  color:#ff9933;
  height:25px;
  font-size:12px;
}

.sa_verify_password_strong {
  font-family: arial;
  color:#008800;
  height:25px;
  font-size:12px;
}


.center_button_in_td {
  display: block;
  margin: auto;
}

/* ----- Response Messages --------------------------------- */

.sa_message {
  font-size:14px;
  font-family: arial;
  line-height: 20px;
  max-width: 400px;
  padding: 6px;
  border: 1px solid transparent;
  text-align: center;
  color: #555555;
  margin-bottom:10px;
  margin-left:5px;
  margin-right:5px;
  background-color: #dddddd;
  border-color: #aaaaaa;
  border-radius: 4px 4px 4px 4px;
}

.sa_message_error {
  color: #5c2524;
  background-color: #f9f2ec;
  border: 2px solid #5c2524;
}

.sa_message_success {
  color: #263913;
  background-color: #f9f2ec;
  border: 2px solid #263913;

  color: #2e3d29;
  border: 2px solid #2e3d29;
}

.sa_message_small_success {
  font-size: 11px;
  /*color: #328132;*/
  font-weight: bold;
  /*background-color: #c8e9c8;*/
  /*border:  1px solid #008000;*/
  color: #1e481e;
  background-color: #f9f2ec;
  border: 1px solid #1e481e;
  padding: 3px 8px 3px 8px;
  border-radius: 3px 3px 3px 3px;
}

.sa_message_small_gray {
  font-size: 11px;
  color: #444444;
  font-weight: bold;
  background-color: #dddddd;
  border:  1px solid #777777;
  padding: 3px 8px 3px 8px;
  border-radius: 3px 3px 3px 3px;
}


.sa_message_info {
  color: #2c4d6d;
  background-color: #b6cce2;
  border-color: #b6cce2;  /* b6cce2  2c4d6d */
  border-radius: 0px 0px 3px 3px;
}

.sa_message_close {
  float: right;
  font-size: 20px;
  width:20px;
  height:20px;
  cursor: pointer;
  font-weight: bold;
}


.action_btn {
  color: #FFFFFF;
  font-size:16px;
  line-height: 1; /* normalize.css sets this to 1.15 */
  /* margin:1px 1px 1px 1px; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: arial;  /*arial, helvetica, sans-serif;*/
  padding: 5px 20px 4px 20px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  border:1px solid #555f77;
  background-color: #606c88;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
  background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
  background-image: linear-gradient(to bottom, #606c88, #3f4c6b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606c88, endColorstr=#3f4c6b);
  cursor: pointer;
  user-select: none;
}

.action_btn:hover {
  border:1px solid #555f77;
  cursor: pointer;
  background-color: #4b546a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
  background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
  background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
  background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
  background-image: -o-linear-gradient(top, #4b546a, #2c354b);
  background-image: linear-gradient(to bottom, #4b546a, #2c354b);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
}


.action_btn_w_icon {
  color: #FFFFFF;
  font-size:16px;
  line-height: 1; /* normalize.css sets this to 1.15 */
  /* margin:1px 1px 1px 1px; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: arial;  /*arial, helvetica, sans-serif;*/
  padding: 5px 20px 4px 20px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  border:1px solid #555f77;
  background-color: #606c88;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
  background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
  background-image: linear-gradient(to bottom, #606c88, #3f4c6b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606c88, endColorstr=#3f4c6b);
  cursor: pointer;
}

.action_btn_w_icon:hover {
  border:1px solid #555f77;
  cursor: pointer;
  background-color: #4b546a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
  background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
  background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
  background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
  background-image: -o-linear-gradient(top, #4b546a, #2c354b);
  background-image: linear-gradient(to bottom, #4b546a, #2c354b);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
}

.action_btn_touch {
  font-size: 14px;
  padding: 6px 8px 6px 8px;
}

.action_btn_touch_w_icon {
  font-size: 14px;
  padding: 4px 8px 4px 8px;
}

.action_btn_disabled {
  color: #eeeeee;
  font-size:16px;
  line-height: 1; /* normalize.css sets this to 1.15 */
  /* min-width: 200px; */
  border:1px solid #777777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family:arial;
  padding: 5px 20px 4px 20px;
  text-decoration:none;
  display:inline-block;
  white-space: nowrap;
  background-color: #999999; /*#7984a0;*/
  cursor: default;
}


.sa_forgotlink {
  font-family: arial;
  color:#787878;
  height: 10px;
  font-size:12px;
  line-height:0.5cm;
}

.sa_forgotlink:hover {
  font-family: arial;
  color:#252525;
  /* height: 15px; */
  font-size:12px;
  cursor:pointer;
}

#create_account_btn {
  margin-top:10px;
}

.ms-layers-template {
    margin-left: 0px;
    margin-top: 0px;

}

/* Main Site Logo */
.header-fixed .header-v6.header-fixed-shrink .navbar-brand {
  height: 10px;
  /* max-height: 10px; */
  line-height: 19px;
}

/* Navbar Nav */
.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
  line-height: 8px;  /* Min height of top nav bar */
}


.navbar-right {
  float:right;
}

/* Keep the navebar fixed at the top of the page when scrolling */
@media (max-width: 250px) {
    .navbar-fixed-top {
      position: relative;
      top: auto;
    }
    .navbar-collapse {
      min-height: 100px;
      max-height: 100px;
    }
    body {
      margin: 0;
    }
}

.qlink_subtitle {
  font-size: 20px;
  color:#3366ff;
}
.qlink_label {
  color: #666666;
  font-size: 14px;
  font-family: arial;
  text-transform: bold;
  width: 85px;
  margin-bottom: 1px;
  margin-right: 5px;
  text-align: right;
  white-space: nowrap;
}
.qlink_textbox {
  font-family: arial;
  width: 180px;
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 14px;
  color: #333333;
  padding-left: 5px;
}
.qlink_subnote {
  font-size: 14px;
  color:#666666;
  padding-left:5px;
}
.qlink_subnote_error {
  font-size: 14px;
  color:#001a00;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 5px;
  margin: 10px;
  border: 1px solid #990000;
  background-color: #ff6666;
}
.qlink_subnote_success {
  font-size: 14px;
  color:#001a00;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 5px;
  margin: 10px;
  border: 1px solid #009900;
  background-color: #80ff80;
}




/*
------------------------------------
 Footer
------------------------------------*/

.footer_area {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #7575A3;
  border-top: 3px solid #7575A3;
  background-color: #47476b;
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
  max-width: 1000px;
}

.footer_link_area {
  font-size: 16px;
  float:left;
  padding-left: 0px;
  padding-bottom: 15px;
}

.footer_link {
  font-size: 16px;
  color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_link:hover {
  color: #bbbbbb;
}

.footer_copywrite_area {
  font-size: 12px;
  color: #eeeeee;
  font-weight: bold;
  float:right;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 600px) {
  .footer_link_area {
    margin: auto;
    width: 100%;
  }
  .footer_copywrite_area {
    border-top: 2px solid #7575A3;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: auto;
    width: 100%;
  }
}