@import url('../fonts/open-sans/stylesheet.css');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #5A5A5A;
  background-color: #fff;
}
a {
  color: #138f9d;
  text-decoration: none;
}
a:hover {
  color: #0e666f;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #4a5b5c;
}
a.muted:hover {
  color: #333f40;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #A6413F;
}
a.text-error:hover {
  color: #813331;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #4a5b5c;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #c9c9c9;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 180px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 190px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #4a5b5c;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #c9c9c9;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #4a5b5c;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #c9c9c9;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #5A5A5A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #5A5A5A;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #4a5b5c;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #4a5b5c;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4a5b5c;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4a5b5c;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4a5b5c;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio-inline {
  line-height: 13px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #c9c9c9;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #A6413F;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #A6413F;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #A6413F;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #813331;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce7f7d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce7f7d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce7f7d;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #A6413F;
  background-color: #f2dede;
  border-color: #A6413F;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #c9c9c9;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.form-horizontal .form_actions {
  padding-left: 0px;
  padding: 20px 0px;
}
/**Forms**/
.form-horizontal select {
  border-radius: 2px!important;
}
.form-horizontal .input-large {
  width: 216px;
  box-sizing: border-box;
  height: 30px;
  border-radius: 2px!important;
}
.form-horizontal .input-medium {
  box-sizing: border-box;
  height: 30px;
  border-radius: 2px!important;
}
.form-horizontal .input-mini {
  width: 69px;
  box-sizing: border-box;
  height: 30px;
}
.form-horizontal textarea,
.form-horizontal .input-textarea {
  height: auto;
}
.form-horizontal .date-align-icn {
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .form-wrapper .input-mini {
    width: 32.95%;
  }
  .form-horizontal .input-large {
    width: 100%!important;
  }
  .form-horizontal .input-medium {
    width: 100%!important;
  }
  .form-horizontal .input-mini {
    width: 32%;
  }
  .form-horizontal hr {
    margin: 0px;
  }
  .form-horizontal select,
  .form-horizontal textarea,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="datetime"],
  .form-horizontal input[type="datetime-local"],
  .form-horizontal input[type="date"],
  .form-horizontal input[type="month"],
  .form-horizontal input[type="time"],
  .form-horizontal input[type="week"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="url"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="tel"],
  .form-horizontal input[type="color"],
  .form-horizontal .uneditable-input {
    height: auto;
    border-radius: 2px !important;
  }
  .form-horizontal .date-align-icn {
    float: right;
    right: 5px;
    position: absolute;
    margin-top: -30px;
  }
  .btn-fullwidth-xs {
    width: 100%!important;
    box-sizing: border-box;
  }
  #account-settings .txt-right {
    text-align: left;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/* RESPONSIVE ACCESSIBLE TABLE WITH FLEX
======================================== */
/* -------------------------------------- */
/*     =Variables                         */
/* -------------------------------------- */
.rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em 0;
  padding: 0;
}
.rtable-header,
.rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em;
  overflow: hidden;
  list-style: none;
}
.rtable-header > h1,
.rtable-cell > h1,
.rtable-header > h2,
.rtable-cell > h2,
.rtable-header > h3,
.rtable-cell > h3,
.rtable-header > h4,
.rtable-cell > h4,
.rtable-header > h5,
.rtable-cell > h5,
.rtable-header > h6,
.rtable-cell > h6 {
  margin: 0;
}
.rtable-header {
  background-color: #e7e7e7;
}
.rtable-cell {
  background-color: #f9f9f9;
}
/* Table column sizing
================================== */
.rtable--2cols > .rtable-cell,
.rtable--2cols > .rtable-header {
  width: 50%;
}
.rtable--3cols > .rtable-cell,
.rtable--3cols > .rtable-header {
  width: 33.33%;
}
.rtable--4cols > .rtable-cell,
.rtable--4cols > .rtable-header {
  width: 25%;
}
.rtable--5cols > .rtable-cell,
.rtable--5cols > .rtable-header {
  width: 20%;
}
.rtable--6cols > .rtable-cell,
.rtable--6cols > .rtable-header {
  width: 16.6%;
}
.rtable--7cols > .rtable-cell,
.rtable--7cols > .rtable-header {
  width: 14.25%;
}
.rtable--8cols > .rtable-cell,
.rtable--8cols > .rtable-header {
  width: 12.25%;
}
.rtable--9cols > .rtable-cell,
.rtable--9cols > .rtable-header {
  width: 11.1%;
}
.rtable--10cols > .rtable-cell,
.rtable--10cols > .rtable-header {
  width: 10%;
}
.rtable--11cols > .rtable-cell,
.rtable--11cols > .rtable-header {
  width: 9.09%;
}
.rtable--12cols > .rtable-cell,
.rtable--12cols > .rtable-header {
  width: 8.3%;
}
/* Usage
=======================================*/
/* <div class="Rtable Rtable--4cols">

    <div class="Rtable-cell"><h3>Eddard Stark</h3></div>
    <div class="Rtable-cell">Has a sword named Ice</div>
    <div class="Rtable-cell">No direwolf</div>
    <div class="Rtable-cell"><strong>Lord of Winterfell</strong></div>

    <div class="Rtable-cell"><h3>Jon Snow</h3></div>
    <div class="Rtable-cell">Has a sword named Longclaw</div>
    <div class="Rtable-cell">Direwolf: Ghost</div>
    <div class="Rtable-cell"><strong>Knows nothing</strong></div>

    <div class="Rtable-cell"><h3>Arya Stark</h3></div>
    <div class="Rtable-cell">Has a sword named Needle</div>
    <div class="Rtable-cell">Direwolf: Nymeria</div>
    <div class="Rtable-cell"><strong>No one</strong></div>

  </div>*/
/*  <div class="Rtable Rtable--3cols">

      <div style="order:1;" class="Rtable-cell"><h3>Eddard Stark</h3></div>
      <div style="order:2;" class="Rtable-cell">Has a sword named Ice</div>
      <div style="order:3;" class="Rtable-cell">No direwolf</div>
      <div style="order:4;" class="Rtable-cell"><strong>Lord of Winterfell</strong></div>

      <div style="order:1;" class="Rtable-cell"><h3>Jon Snow</h3></div>
      <div style="order:2;" class="Rtable-cell">Has a sword named Longclaw</div>
      <div style="order:3;" class="Rtable-cell">Direwolf: Ghost</div>
      <div style="order:4;" class="Rtable-cell"><strong>Knows nothing</strong></div>

      <div style="order:1;" class="Rtable-cell"><h3>Arya Stark</h3></div>
      <div style="order:2;" class="Rtable-cell">Has a sword named Needle</div>
      <div style="order:3;" class="Rtable-cell">Direwolf: Nymeria</div>
      <div style="order:4;" class="Rtable-cell"><strong>No one</strong></div>

    </div> */
@media screen and (min-width: 768px) {
  .table-res {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table-res tr td {
    padding: 5px;
    width: 50%!important;
  }
}
@media screen and (max-width: 767px) {
  .table-res tr {
    display: block;
    padding: 5px 0px;
  }
  .table-res td {
    display: block;
    float: none;
    text-align: left;
    padding: 0px;
    width: 100%!important;
  }
  .table-res .txt-right {
    text-align: left !important;
  }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/font-awesome-v-3-2-1/fontawesome-webfont.eot');
  src: url('../font/font-awesome-v-3-2-1/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/font-awesome-v-3-2-1/fontawesome-webfont.woff') format('woff'), url('../font/font-awesome-v-3-2-1/fontawesome-webfont.ttf') format('truetype'), url('../font/font-awesome-v-3-2-1/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #D3D3D3;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* 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 */
.icon-spin {
  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;
}
/* 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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation : portrait);
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #5A5A5A;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #128794;
  background-image: -moz-linear-gradient(top, #138f9d, #117b86);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#138f9d), to(#117b86));
  background-image: -webkit-linear-gradient(top, #138f9d, #117b86);
  background-image: -o-linear-gradient(top, #138f9d, #117b86);
  background-image: linear-gradient(to bottom, #138f9d, #117b86);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff138f9d', endColorstr='#ff117b86', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #128794;
  background-image: -moz-linear-gradient(top, #138f9d, #117b86);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#138f9d), to(#117b86));
  background-image: -webkit-linear-gradient(top, #138f9d, #117b86);
  background-image: -o-linear-gradient(top, #138f9d, #117b86);
  background-image: linear-gradient(to bottom, #138f9d, #117b86);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff138f9d', endColorstr='#ff117b86', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #4a5b5c;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #5A5A5A;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #5A5A5A;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #5A5A5A;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #137d9d;
  background-image: -moz-linear-gradient(top, #138f9d, #13629d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#138f9d), to(#13629d));
  background-image: -webkit-linear-gradient(top, #138f9d, #13629d);
  background-image: -o-linear-gradient(top, #138f9d, #13629d);
  background-image: linear-gradient(to bottom, #138f9d, #13629d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff138f9d', endColorstr='#ff13629d', GradientType=0);
  border-color: #13629d #13629d #0b3759;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #13629d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #13629d;
  *background-color: #115486;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0e456f \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #404040;
  background-image: -moz-linear-gradient(top, #444, #3A3A3A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#3A3A3A));
  background-image: -webkit-linear-gradient(top, #444, #3A3A3A);
  background-image: -o-linear-gradient(top, #444, #3A3A3A);
  background-image: linear-gradient(to bottom, #444, #3A3A3A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff3a3a3a', GradientType=0);
  border-color: #3A3A3A #3A3A3A #141414;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3A3A3A;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #3A3A3A;
  *background-color: #2d2d2d;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #212121 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #138f9d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #0e666f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #5A5A5A;
  text-decoration: none;
}
.btn_cancel {
  width: auto;
  margin: 0px 5px!important;
  box-sizing: border-box;
}
a .btn_cancel {
  width: auto;
  margin: 0px 5px!important;
  box-sizing: border-box;
}
.btn_save {
  width: auto;
  margin: 0px 5px!important;
  box-sizing: border-box;
}
a .btn_save {
  width: auto;
  margin: 0px 5px!important;
  box-sizing: border-box;
}
.btn_res {
  width: auto;
  margin: 0px 5px!important;
  box-sizing: border-box;
}
a .btn_res {
  width: auto;
  margin: 0px 5px!important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn_cancel {
    width: 100%!important;
    margin: 5px 0px!important;
  }
  a .btn_cancel {
    width: 100%!important;
    margin: 5px 0px!important;
  }
  .btn_save {
    width: 100%!important;
    margin: 5px 0px!important;
  }
  a .btn_save {
    width: 100%!important;
    margin: 5px 0px!important;
  }
  .btn_res {
    width: 100%!important;
    margin: 5px 0px!important;
  }
  a .btn_res {
    width: 100%!important;
    margin: 5px 0px!important;
  }
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #13629d;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #3A3A3A;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #A6413F;
}
.alert-danger h4,
.alert-error h4 {
  color: #A6413F;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  text-align: justify;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-warn {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #c9c9c9;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #4a5b5c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #138f9d;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #c9c9c9 #c9c9c9 #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #138f9d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #138f9d;
  border-bottom-color: #138f9d;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #0e666f;
  border-bottom-color: #0e666f;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #4a5b5c;
  border-color: #4a5b5c;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #4a5b5c;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #c9c9c9 #ddd #c9c9c9 #c9c9c9;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #c9c9c9 #c9c9c9 #c9c9c9 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #4a5b5c;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover {
  color: #5A5A5A;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 16px;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #5A5A5A;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #198fcd;
  background-image: -moz-linear-gradient(top, #2997da, #0183ba);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2997da), to(#0183ba));
  background-image: -webkit-linear-gradient(top, #2997da, #0183ba);
  background-image: -o-linear-gradient(top, #2997da, #0183ba);
  background-image: linear-gradient(to bottom, #2997da, #0183ba);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2997da', endColorstr='#ff0183ba', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #4a5b5c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}
.navbar-inverse .brand {
  color: #4a5b5c;
}
.navbar-inverse .navbar-text {
  color: #4a5b5c;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #0183ba;
}
.navbar-inverse .navbar-link {
  color: #4a5b5c;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #0183ba;
  border-right-color: #2997da;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #0183ba;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #4a5b5c;
  border-bottom-color: #4a5b5c;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #3dc4fe;
  border-color: #0183ba;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #5A5A5A;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #157fb8;
  background-image: -moz-linear-gradient(top, #2289c7, #0171a1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2289c7), to(#0171a1));
  background-image: -webkit-linear-gradient(top, #2289c7, #0171a1);
  background-image: -o-linear-gradient(top, #2289c7, #0171a1);
  background-image: linear-gradient(to bottom, #2289c7, #0171a1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2289c7', endColorstr='#ff0171a1', GradientType=0);
  border-color: #0171a1 #0171a1 #003c55;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0171a1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #0171a1;
  *background-color: #015f87;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #014d6e \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #4a5b5c;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #4a5b5c;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #4a5b5c;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #4a5b5c;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
@media (max-width: 576px) {
  .modal {
    width: 90%;
  }
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 320px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.agent-promotion-link a {
  color: #33333F;
}
.agent-promotion-link-click {
  text-decoration: underline;
}
‌ .agent-promotion-list {
  list-style-type: none;
}
#qrCodeModal {
  width: 610px;
}
#qrCodeModal .modal-body {
  max-height: 450px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #138f9d;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4a5b5c;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #A6413F;
}
.label-important[href],
.badge-important[href] {
  background-color: #813331;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #5A5A5A;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #414141;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* #111111;*/
/*#222222;*/
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #3A3A3A;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #5A5A5A;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #c9c9c9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.u-margin-0 {
  margin: 0 !important;
}
.u-margin-top-0 {
  margin-top: 0 !important;
}
.u-margin-top-10 {
  margin-top: 10px !important;
}
.u-margin-top-20 {
  margin-top: 20px !important;
}
.u-margin-right-5 {
  margin-right: 5px !important;
}
.u-margin-right-10 {
  margin-right: 10px !important;
}
.u-margin-right-20 {
  margin-right: 20px !important;
}
.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.u-margin-bottom-10 {
  margin-bottom: 10px !important;
}
.u-margin-bottom-20 {
  margin-bottom: 20px !important;
}
.u-margin-left-10 {
  margin-left: 10px !important;
}
.u-margin-left-20 {
  margin-left: 20px !important;
}
.u-bold {
  font-weight: bold !important;
}
.u-table {
  display: table;
}
.u-table-row {
  display: table-row !important;
}
.u-table-cell {
  display: table-cell !important;
  vertical-align: middle !important;
  width: 25%;
}
.u-table-cell:not(:last-child) {
  padding-right: 20px;
}
.u-table-cell--10 {
  width: 10%;
}
.u-table-cell--15 {
  width: 15%;
}
.u-table-cell--20 {
  width: 20%;
}
.u-table-cell--30 {
  width: 30%;
}
.u-table-cell--40 {
  width: 40%;
}
.u-table-cell--50 {
  width: 50%;
}
.u-flex-display {
  display: flex;
}
.u-flex-75 {
  flex: 0 0 75%;
}
.u-flex-50 {
  flex: 0 0 50%;
}
.u-flex-40 {
  flex: 0 0 40%;
}
.u-flex-30 {
  flex: 0 0 30%;
}
.u-flex-25 {
  flex: 0 0 25%;
}
.u-flex-20 {
  flex: 0 0 20%;
}
.u-flex-auto {
  flex: 1 1 auto;
}
.u-flex-25-gs {
  flex: 1 1 25%;
}
.u-hide,
.u-show-block-xs,
.u-show-inline-block-xs {
  display: none !important;
}
@media (max-width: 576px) {
  .u-show-block-xs {
    display: block !important;
  }
  .u-show-inline-block-xs {
    display: inline-block !important;
  }
  .u-hide-xs {
    display: none !important;
  }
  .u-table-cell {
    display: block !important;
    width: 100%;
  }
}
/***Bootstrap3 media size's****/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .navbar-fixed-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.white-space-normal-i {
  white-space: normal !important;
}
.text-left-i {
  text-align: left !important;
}
#skip_main_content_link a {
  position: absolute;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 5px;
  z-index: 9999;
  background-color: white;
  font-weight: normal;
}
#skip_main_content_link a:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
.required-true:after {
  display: inline;
  content: '*';
  color: #880000;
  height: 8px;
  width: 8px;
  white-space: pre;
}
.aria-hidden,
.skip-sidebar,
.skip-side-nav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*Skip sidebar link to be visible on interaction */
.skip-sidebar:link,
.skip-sidebar:hover,
.skip-sidebar:focus,
.skip-sidebar:visited {
  height: auto ;
  width: 1px;
  left: auto;
  margin-top: -30px;
  padding: 3px;
  overflow: hidden;
  position: relative;
}
/** Skip sidebar button as link **/
.buttonskip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.buttonskip:link,
.buttonskip:hover,
.buttonskip:focus,
.buttonskip:visited {
  height: auto ;
  width: auto;
  left: auto;
  margin-top: -30px;
  overflow: hidden;
  position: absolute;
}
#masthead a[title]:focus:after {
  content: attr(title);
  border: 1px solid #F4F4F4;
  background-color: #f7f7f7;
  color: #222;
  padding: 3px;
  position: absolute;
  box-shadow: 0px 4px 10px 0px rgba(10, 10, 10, 0.2);
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
}
.masthead_logo[title]:focus:after {
  bottom: 0em;
  left: 10%;
}
.contact_link[title]:focus:after,
.faq_link[title]:focus:after {
  margin-top: 1.5rem;
  left: 10%;
}
.nav-collapse {
  z-index: 11;
}
#search-text-error {
  margin-bottom: 10px;
}
.input-full-width {
  width: 100%;
}
.form-wrapper-two select,
.form-wrapper-two textarea,
.form-wrapper-two input[type="text"],
.form-wrapper-two input[type="password"],
.form-wrapper-two input[type="datetime"],
.form-wrapper-two input[type="datetime-local"],
.form-wrapper-two input[type="date"],
.form-wrapper-two input[type="month"],
.form-wrapper-two input[type="time"],
.form-wrapper-two input[type="week"],
.form-wrapper-two input[type="number"],
.form-wrapper-two input[type="email"],
.form-wrapper-two input[type="url"],
.form-wrapper-two input[type="search"],
.form-wrapper-two input[type="tel"],
.form-wrapper-two input[type="color"],
.form-wrapper-two .uneditable-input {
  box-sizing: border-box;
}
#sidebar form.noborder {
  border: 0px;
}
.form-action-sub {
  padding-right: 0px;
}
.entity-radio-selection {
  width: 7%;
}
.entity-radio-selection-grant {
  width: 5%;
}
.ticket-textarea-ind-by-agent {
  height: 573px;
}
#ticketQueues + button,
#ticketPriority + button,
#tktStatus + button,
#ticketTypeSelect + button {
  background: #fff;
}
#collapseIssuer .ui-grid-row,
#collapseIssuer .ui-grid-cell {
  height: auto!important;
}
.panel-body .row .pd-issuer-name {
  margin-left: 3%;
}
.form-text-alignment {
  width: 96%;
  border-radius: 2px;
}
.discrepancy-checkbox {
  margin-left: 32%;
}
.recon-search {
  font-size: 15px;
}
.hide {
  display: none;
}
#pswrdresetselection .row {
  margin-bottom: 10px;
}
#pswrdresetselection label input {
  display: inline-block;
}
#bot {
  position: absolute;
  width: 270px;
  height: 380px;
  border: solid 2px #3a96dd;
  right: 1%;
  bottom: 0;
  background-color: #fff;
}
label.wc-upload {
  display: none;
}
/********Signup page*********/
#frmsecurityquesions .form-control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 30px;
}
#chzn-choices {
  height: 1.6rem;
}
.inlineBlock {
  display: inline-block;
}
a[rel~="tooltip"] {
  text-decoration: none;
}
a[rel~="tooltip"] .icon-question-sign {
  /* padding:3px; */
}
.tooltip {
  text-align: left;
  z-index: 1060;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip-inner {
  max-width: 20em;
  padding: 10px 15px;
  color: #222;
  text-align: left;
  text-decoration: none;
  border: 1px solid #777;
  border-top-color: #A6A6A6;
  background-color: #f7f7f7;
  font-size: 13px;
  line-height: 19px;
  box-shadow: 0px 4px 10px 0px rgba(10, 10, 10, 0.4);
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #666;
  border-width: 5px 5px 0;
}
/* end to control tooltip question popover */
@media screen and (max-width: 576px) {
  .tooltip {
    left: 15px!important;
    right: 15px!important;
    box-sizing: border-box;
  }
  .tooltip-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: none!important;
  }
  .tooltip.top .tooltip-arrow {
    left: 10%;
  }
}
#changeDelTooltip {
  padding-bottom: 4px;
}
.new-line-space {
  white-space: pre-wrap;
}
#commentbox {
  overflow: hidden;
}
.controls .btn {
  margin-top: 0px;
  margin-left: 8px;
}
.gi-masthead {
  width: 100%;
}
.gi-masthead .navbar-inner {
  border: none;
  margin-top: -23px;
  border-radius: 0;
}
.panel-body .row .btn-partial-discrepancies {
  margin-left: 5%;
  margin-top: 4px;
}
.panel-body .row .btn-partial-discrepancies .btn-discrepancies .btn-discrepancies-button {
  width: 3rem;
  height: 1.9rem;
}
#navtopview {
  text-align: center;
  border-top: 4px solid #FBB450;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -11px;
  width: auto;
  z-index: 9;
}
#navtopview div {
  background-color: #FAA732;
  background-image: linear-gradient(to bottom, #FBB450, #F89406);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 0 10px 5px 10px;
  position: relative;
  display: inline-block;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  margin: 0 auto;
}
#navtopview p {
  float: left;
  display: inline-block;
  margin-bottom: 0px;
}
#navtopview .btn {
  margin: 0 0 0 7px;
  float: right;
}
@media screen and (max-width: 767px) {
  #navtopview {
    margin-left: auto;
    margin-right: auto;
  }
  #navtopview p {
    float: none;
    display: block;
  }
  #navtopview .btn {
    text-align: center;
    margin: auto;
    float: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #navtopview {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .coverage-year_right {
    text-align: right;
    color: #5f5f5f;
  }
}
@media screen and (max-width: 767px) {
  .coverage-year_right {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 5px;
    color: #5f5f5f;
  }
}
.csr-btns {
  margin-top: 10px;
  margin-bottom: 10px;
}
.planHeader {
  background: #ddd;
}
.planHeader img {
  margin-top: 25px;
}
.planHeader a.link-text {
  color: #0065A8;
}
ul.dashboard_tabs {
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.dashboard_tabs {
    margin-top: 20px;
  }
}
.dashboard_tabs li {
  float: left;
  width: 50%;
}
.dashboard_tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #0e6094;
  padding: 10px 0;
  border-bottom: 1px solid #888;
  /*background: #f7f7f7;*/
  font-size: 17px;
  font-weight: bold;
}
.dashboard_tabs a:hover,
.dashboard_tabs a.active {
  border-bottom: 3px solid #0f6eaa;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flex-container {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
}
.flex-child-1 {
  flex-basis: 30%;
}
.flex-child-2 {
  flex-basis: 70%;
}
.member-info {
  text-transform: capitalize;
  line-height: 1.8;
  letter-spacing: normal;
  color: #22313f;
  margin: 10px;
}
.group-header {
  padding: 0px 22px;
  font-size: 14px;
}
.member-spacing {
  padding-left: 20px;
}
#aid_multi_group_failure_dialog_body .member-spacing {
  padding-left: 0;
}
#aid_multi_group_failure_dialog_body .member-spacing h2 {
  background: none;
}
#aid_multi_group_failure_dialog_body .member-spacing p {
  font-style: italic;
  padding-bottom: 25px;
  padding-left: 25px;
  margin-top: -15px;
}
#aid_multi_group_failure_dialog_body .member-spacing p.eophe-spacing {
  margin-top: 10px;
  padding-bottom: 1px;
  font-style: normal;
}
#aid_multi_group_failure_dialog_body p,
#aid_multi_group_failure_dialog_body .control-group {
  padding-left: 25px;
}
.enrolled {
  color: green;
}
.groupCheck {
  height: 20px;
  width: 20px;
}
.member-info-container {
  flex-basis: 44%;
}
.member-info-container .ps-form__check-input {
  display: table-cell;
  vertical-align: top;
  margin: 4px 8px 0 0 !important;
}
.back-to-dashboard .border-link {
  font-weight: bold;
  vertical-align: middle;
}
.back-to-dashboard .border-link a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .member-info-container {
    flex-basis: 100%;
  }
}
.document__upload__form__container {
  padding: 10px;
  border: 1px solid #cecccc;
}
.nav-tabs > li > a.tab--single--border {
  background-color: #ffffff;
  border: 1px solid #ddd !important;
  border-bottom-color: transparent  !important;
}
.nav-tabs > li > a.tab--multiple--border {
  border: 1px solid #ddd;
  border-bottom-color: transparent  !important;
}
.div_bordered {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .total_table .txt-right {
    text-align: center;
  }
}
#show-cart table tbody tr.caption th {
  background: #efefef !important;
}
#show-cart .disclaimer_box {
  font-size: 15px;
}
.changeLink {
  font-weight: bold !important;
  padding-left: 10px;
  padding-right: 10px;
  color: #E50000 !important;
}
.member_info_col {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15.6%;
  float: left;
}
@media screen and (max-width: 767px) {
  .member_info_col:first-child {
    width: 100%;
  }
}
.member_info_col_remove {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.4%;
  float: left;
}
@media screen and (max-width: 767px) {
  .member_info_col_remove {
    width: 100%;
  }
}
.pregnant-input,
.coverage-input,
.tobacco-input {
  position: relative;
  z-index: 1050;
}
@media (max-width: 500px) {
  .width-xs-button {
    width: 100% !important;
  }
}
.gtm_estimate_next {
  margin-bottom: 10px;
}
.gtm_estimate_back {
  margin-bottom: 10px;
}
#explanation-table-print-container {
  display: none;
}
#disclaimer-table-print-container {
  margin: auto;
  text-align: center;
}
#disclaimer-table-print-container div {
  border: 1px solid;
}
#disclaimer-table-print-container h6 {
  width: 100%;
  margin: auto;
}
#ff-footer-fix {
  display: none;
}
.js-plan-compare-widget {
  position: sticky;
  top: 0px;
}
.cp-compare-plans__body,
.cp-compare-plans__footer {
  background: #FCFCFD;
}
#ticketSuccessPopupModal {
  width: fit-content;
}
button#crossClose {
  padding: 3px 5px 3px 3px;
}
.form-account_settings {
  margin-bottom: 10px;
}
.form-account_settings .modal-body {
  padding: 15px;
}
.form-account_settings .modal-body label {
  text-align: right;
}
.form-account_settings .modal-body .form-control {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.form-account_settings .modal-footer {
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .form-account_settings .modal-body label {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .text_right {
    text-align: right;
  }
  .text_left {
    text-align: left;
  }
  .text_center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text_right {
    text-align: left;
  }
  .text_left {
    text-align: left;
  }
  .text_center {
    text-align: left;
  }
}
.shopCartEmptyBlock {
  display: inline-block;
}
.open .gear-dropdown {
  margin-top: 1.4em;
  display: inline-block;
  -webkit-margin-before: 1.4em;
}
.mightOverflow {
  white-space: nowrap;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mightOverflow:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}
#loaderDiv,
.loaderDiv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: white;
  opacity: 0.6;
}
.ajax-loader {
  background-image: url('../images/loader_gray.gif');
  background-repeat: no-repeat;
  height: 130px;
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  /* -1 * image width / 2 */
  margin-top: -32px;
  /* -1 * image height / 2 */
  display: block;
}
.ajax-loader-modals {
  background-size: contain;
  background-image: url('../images/loader_gray.gif');
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: relative;
  left: 45%;
  top: 50%;
}
#ngIncLoader {
  height: 350px;
  width: 320.5px;
  z-index: 1100;
  background-color: white;
  opacity: 0.6;
}
.small-loader {
  position: relative;
  left: 32%;
  top: 30%;
  display: block;
}
fieldset.register_profile legend {
  border: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}
fieldset.register_profile .register_profileitems {
  margin-top: -25px;
}
.gi-roller-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 100000;
  display: none;
}
.gi-roller-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gi-roller-message {
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  color: #ffffff;
}
.gi-roller-spin {
  margin: 10px auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: transparent;
  position: relative;
  -webkit-animation: spinner 0.8s linear infinite;
  animation: spinner 0.8s linear infinite;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ui-grid-pager-panel .ui-grid-pager-container .ui-grid-pager-control input {
  height: 14px;
  margin-bottom: 0;
}
.ui-grid-pager-panel .ui-grid-pager-container .ui-grid-pager-control .ui-grid-pager-max-pages-number {
  vertical-align: middle;
}
.ui-grid-pager-panel .ui-grid-pager-container .ui-grid-pager-row-count-picker select {
  padding: 2px 8px;
}
.ui-grid-filter-input,
.ui-grid-filter-select {
  height: 30px;
}
.ui-grid-column-menu .ui-grid-menu {
  right: auto;
}
.ui-grid-menu-button {
  height: 30px;
}
.login__disclaimer {
  background-color: #f6f6f6;
  padding: 29px 14px 19px 14px;
  border-radius: 4px;
  text-align: center;
  margin-top: 2em;
}
.disclaimer_error_text {
  color: #ee5f5b;
}
.disclaimer_box {
  background-color: #F5F5FA;
  padding: 28px 16px 20px 16px;
  border-radius: 4px;
  margin-top: 2em;
  display: inline-flex;
}
.disclaimer_box img {
  margin-right: 10px;
}
.disclaimer_box_map {
  background-color: #F5F5FA;
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  margin: 10px;
  display: inline-flex;
}
.disclaimer_box_map img {
  margin-right: 10px;
}
.fitwidth {
  width: 100px;
  /*min-width:80px;*/
}
#premium-history-table #premium-history-head tr .fitwidth {
  padding-left: 0px;
  max-width: 100px;
}
#premium-history-table tbody .currency {
  padding-right: 25px;
}
#premium-history-table tbody .month {
  padding-left: 0px;
}
#premium-history-table tr td .application-type {
  width: 100px;
}
.icon-circle:before {
  content: "\F058";
}
.hide {
  display: none;
}
.reset-password-form .account_activation-password-reset .reset-password-phone-label {
  display: inline-block;
  margin: 15px 20px 15px 0;
}
.reset-security-answer {
  display: inline-block;
  margin: 15px 20px 15px 0;
}
#send-code-call,
#send-code-sms,
.btn-continue {
  display: inline;
  margin-right: 35px;
}
.reset-code-form {
  display: inline;
  margin: 15px 0px 20px;
}
#reset-sms-code,
#reset-call-code {
  display: block;
  margin: 40px 0 10px;
}
.not-my-number,
.button-see-other-options {
  display: inline-block;
}
#send-veri-code-sms,
#send-veri-code-call {
  margin: 10px 35px 10px 0;
}
.reset-security-question {
  float: left;
  margin: 5px 16px 10px 0px;
  font-weight: 600;
  color: #707070;
  padding: 13px 0 0 0;
}
.reset-security-answer {
  margin: 15px 0;
}
.reset-error-message {
  border: solid 1px #BC2121;
  color: #BC2121;
  padding: 4px 5px 4px 4px;
  margin: 10px 0 10px 5px;
}
#frm-voice-activation,
#frm-sms-activation {
  display: inline;
}
.display-inline {
  display: inline;
}
#bot {
  position: absolute;
  width: 270px;
  height: 380px;
  border: solid 2px #3a96dd;
  right: 1%;
  bottom: 0;
  background-color: #fff;
}
label.wc-upload {
  display: none;
}
#providerSelectAddress {
  border: 1px solid #DDDDE5;
  width: 77%;
  font-size: 12px;
  border-radius: 4px;
  margin: 10px;
  padding: 0.01em 0.01em 0 0;
}
#providerSelectAddress #providerSelectAddressHeader {
  border: 1px solid #DDDDE5;
  padding: 0.5rem 0.8rem;
  line-height: 1.5rem;
  min-height: 1.5rem;
  position: relative;
  font-size: 14px;
  width: 100.3%;
  border-radius: 4px 4px 0 0;
  left: -0.05em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#providerSelectAddress #providerSelectAddressHeader #closeSelectAddress {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 12px;
  height: 11px;
  font-size: 1px;
  background: url('../img/chosen-sprite.png') right top no-repeat;
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
}
#providerSelectAddress #selectAddressError {
  margin: 0.5rem 1rem;
}
#providerSelectAddress #providerSelectAddressUl {
  padding: 1rem 0 0;
  list-style: none;
}
#providerSelectAddress #providerSelectAddressUl li {
  margin: 0 0 0.8rem 0;
}
#providerSelectAddress #providerSelectAddressUl li .mleftradio {
  margin: 0 0 0 1.3rem;
}
#providerSelectAddress #selectAddressbtn {
  margin: 0.5rem 1rem;
}
body:not(:-moz-handler-blocked) #providerSelectAddress {
  display: table-cell;
}
.search_inline_fieldset {
  min-height: auto!important;
}
.search_inline_fieldset legend {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 25px;
  float: left;
  width: auto;
}
.search_inline_fieldset .radio input[type="radio"] {
  margin-top: 2px;
}
.hrs-of-op {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.hrs-of-op .hrs-op-container {
  margin-left: -10px;
  margin-right: -10px;
}
.hrs-of-op .hrs-op-container .opt-apply_all_week {
  float: right;
  width: 30%;
  text-align: right;
}
.hrs-of-op .hrs-op-container .opt-hours_wrapper {
  float: left;
  width: 70%;
}
.hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-radio_close {
  float: right;
}
.hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time select {
  width: 43%;
  margin-right: 0px;
}
.hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time .time-to {
  width: 10%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .hrs-of-op .hrs-op-container .opt-apply_all_week {
    width: 33.33%;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper {
    width: 66.66%;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time select {
    width: 43%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time .time-to {
    width: 10%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 1075px) {
  .hrs-of-op .hrs-op-container .opt-apply_all_week {
    width: 25%;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper {
    width: 75%;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time select {
    width: 43%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time .time-to {
    width: 10%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hrs-of-op .hrs-op-container .opt-apply_all_week {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 20px;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper {
    float: none;
    width: 100%;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time select {
    width: 43%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time .time-to {
    width: 10%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hrs-of-op .hrs-op-container .opt-apply_all_week {
    width: 100%;
    float: none;
    text-align: left;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper {
    float: none;
    width: 100%;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-radio_close {
    text-align: right;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time select {
    width: 100%;
    padding: 4px 8px 4px 8px;
  }
  .hrs-of-op .hrs-op-container .opt-hours_wrapper .opt-select-time .time-to {
    width: 100%;
    display: block;
  }
}
.progress_bar--container {
  position: relative;
  margin-bottom: 20px;
  width: 90%;
  display: inline;
  float: left;
}
.progress_bar--bg {
  position: relative;
  height: 10px;
  width: 100%;
  margin: 2px 0;
  border-radius: 10px;
}
.progress_bar--per {
  position: relative;
  height: 10px;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.progress_bar--per-text {
  display: inline;
  width: 10%;
  float: left;
  margin-top: -5px;
  text-align: right;
}
.fixed_table-layout {
  table-layout: fixed;
}
.fixed_table-layout .th-20w {
  width: 20px;
}
.fixed_table-layout .th-45w {
  width: 45px;
}
.table .text_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.historyBox h5 {
  margin: 0;
}
.historyBox h5 span hr {
  margin: 0;
}
.historyBox_btn {
  border: 0px!important;
  text-transform: capitalize!important;
  width: 100%;
  background: #fff;
  font-weight: bolder;
}
.historyBox_btn .history_grid {
  display: grid;
  grid-template-columns: 55% 45%;
}
.acc_btn {
  background-color: transparent;
  border: none;
  text-align: left;
  width: 100%;
}
.incomeverificationgroup .incomeproofsubmitted {
  border-top: 1px solid #cecccc;
  padding-top: 5px;
}
.incomeverificationgroup .icon-trash {
  color: red;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .incomeverificationgroup .txt-right {
    text-align: left;
  }
}
.info-message {
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}
input.ng-dirty.ng-invalid {
  border: 1px solid #fc8f8f;
}
.table tr td.vertical-align-texet-top {
  vertical-align: text-top;
}
.table tr td.vertical-align-texet-top:last-child a i {
  margin-right: -15px;
}
.feedback-container {
  position: fixed;
  top: 80%;
  right: 2%;
  z-index: 2;
}
.feedback-container .btn-feedback {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  color: #ffff;
}
.feedback-container .btn-feedback .text-feedback {
  display: none;
}
.feedback-container .img-feedback {
  filter: grayscale(1) invert(1);
}
.feedback-main:hover .feedback-container .btn-feedback {
  height: 4rem;
  width: 10rem;
  border-radius: 2rem;
  color: #ffff;
  font-size: 14px;
  padding: 1rem;
}
.feedback-main:hover .feedback-container .text-feedback {
  display: inline-table;
}
.icon-agent-change-role {
  font-size: 15px;
}
.provider_panel {
  box-sizing: border-box;
  border: 1px solid #DDDDE5;
  border-radius: 8px;
  padding: 12px 12px 16px 12px;
  margin-bottom: 24px;
  background-color: #fff;
  transition: 0.1s;
  box-shadow: 0 4px 8px rgba(175, 175, 193, 0.16);
}
.provider_panel p:nth-child(2) {
  color: #5F5F6F;
}
.text_ellipsis_200 {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1792px) {
  .min-height-180 {
    min-height: 180px !important;
  }
}
.switch {
  position: relative;
  display: inline-block;
  right: 60px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 25px;
  bottom: 0;
  top: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 6px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#qrCodeTimer {
  color: #00be00;
}
label:has(> .fileUploadFromComputer:disabled) {
  background-color: #F4F4F4;
  color: #6D6D6D;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
.qrFileUpload {
  width: 220px;
}
.verificationResults .table thead tr th:nth-child(3) {
  width: 15%;
}
.standard-plan-tag {
  display: flex;
}
.standard-plan-tag .flex-box1 {
  flex: 1;
  text-align: center;
  margin-left: 22%;
}
.standard-plan-tag .flex-box2 {
  flex: 0 0 22%;
  text-align: right;
  margin: -10px -8px -5px 0px;
}
.standard-plan-tag--detail {
  display: flex;
}
.standard-plan-tag--detail .flex-box1 {
  flex: 1;
  text-align: center;
  margin-left: 55px;
}
.standard-plan-tag--detail .flex-box2 {
  flex: 0 0 55px;
  text-align: right;
  margin: -5px -4px -2px 0px;
}
.standard-plan-tag--compare {
  display: flex;
}
.standard-plan-tag--compare .flex-box1 {
  flex: 1;
  text-align: center;
  margin-left: 60px;
}
.standard-plan-tag--compare .flex-box2 {
  flex: 0 0 60px;
  text-align: right;
  margin: -5px -4px -2px 0px;
}
.standard-plan__logo {
  object-position: center;
  object-fit: cover;
}
.standard-plan__logo--detail {
  width: 55px;
  object-position: center;
  object-fit: cover;
}
.standard-plan__logo--compare {
  width: 60px;
  object-position: center;
  object-fit: cover;
}
.datetimepicker table tr > th.switch {
  width: 145px;
  display: table-cell;
  position: static;
}
#reclassifyDialog,
#reassignDialog {
  border-radius: 25px;
}
#sidebar div#reclassifyDialog > div > div.header,
#reassignDialog > div.header {
  background: transparent !important;
}
#reclassifyDialog > div > div.header > button,
#reassignDialog > div.header > button {
  margin-top: 5px !important;
  margin-right: 30px !important;
}
.tkt-details-edit-container {
  max-width: 250px;
}
.tkt-details-edit-container > .tkt-field-val {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table td#currenTaskCell {
  padding-left: 220px;
}
.capitalize-preferences {
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .xs_p0 {
    padding: 0px;
  }
  .xs_p5 {
    padding: 5px;
  }
  .txt-right {
    text-align: left!important;
  }
  .verificationResults .gutter10 {
    padding: 0px !important;
  }
  .verificationResults .tabbable-header {
    padding-left: 0%!important;
  }
  .verificationResults .tabbable-content {
    border: 1px solid #ddd !important;
    padding: 10px;
  }
  .verificationResults .tabs-left {
    display: block!important;
  }
  .verificationResults .tabs-left .nav {
    width: auto!important;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .verificationResults .tabs-left .nav li.active a,
  .verificationResults .tabs-left .nav li.active a:hover {
    border: 1px solid #ddd !important;
    border-bottom: none!important;
    border-radius: 4px 4px 0px 0px!important;
  }
  .verificationResults .tabs-left .nav-tabs {
    border-right: none!important;
  }
  .verificationResults .tabs-left .nav-tabs li {
    float: left!important;
  }
  .verificationResults .tabs-left .nav-tabs li a {
    margin-right: 0px!important;
    padding-bottom: 15px!important;
    margin-bottom: -1px !important;
  }
  .verificationResults .tabs-left .tab-content {
    width: 93%!important;
    border: 1px solid #ddd !important;
    padding: 10px!important;
  }
  .verificationResults .tabs-left .tab-content .browseinputfield {
    max-width: 100%!important;
    width: 100%!important;
    box-sizing: border-box !important;
  }
  .verificationResults .tabs-left .tab-content .text_separator_or {
    width: 100%;
    display: block;
    text-align: center;
  }
  .verificationResults .tabs-left .tab-content button {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%!important;
    display: block!important;
  }
  .verificationResults .tabs-left .tab-content select,
  .verificationResults .tabs-left .tab-content input,
  .verificationResults .tabs-left .tab-content button {
    width: 100%!important;
    display: block!important;
  }
  .verificationResults .tabs-left .accordion-inner {
    padding: 10px!important;
  }
  .verificationResults .tabs-left .accordion-inner input[type="file"] {
    margin-bottom: 4px;
  }
  .verificationResults .accordion-group {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .verificationResults .accordion-group .accordion-heading {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
  }
  .verificationResults .accordion-group .accordion-heading .accordian__header__action-item {
    margin-left: 5px!important;
  }
  .tabs-left > .nav-tabs .active > a,
  .tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd #ddd transparent #ddd !important;
  }
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
#container-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -90px;
}
.dropdown-menu,
.tooltip {
  border-radius: 0 !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#rightpanel .header #myinfo-edit {
  padding: 0 12px;
}
#masthead .navbar-inverse .navbar-inner,
.navbar-inverse .navbar-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
html,
html a {
  -webkit-font-smoothing: antialiased!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
}
body {
  background: #fff;
  color: #333333;
  font-size: 13px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
}
h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 28px !important;
  line-height: normal;
  font-weight: 700;
  color: #4c4c4c;
  margin-top: 20px;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
h1 small {
  padding-left: 4px;
  font-size: 14px;
  color: #707070;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
h1 img {
  margin-right: 15px;
  width: 130px;
  height: 100px;
}
h1 img.resize-img {
  margin-bottom: 10px;
}
h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 22px;
  line-height: 20px;
}
h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
}
h4 {
  font-weight: normal;
}
h5 {
  font-size: 13px;
}
hr {
  border-top: 1px solid #D3D3D3;
}
a {
  color: #01506d;
}
a:hover {
  color: #9a107a;
  text-decoration: none;
}
a .caret {
  border-top-color: inherit;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', Arial, sans-serif;
}
/* HIX-24238 */
input[type="file"] {
  height: 20px !important;
  line-height: 17px !important;
  margin-right: 10px;
  width: 270px;
}
/* HIX-24238 ends */
label {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #707070;
}
legend {
  font-size: 13px;
  font-weight: bold;
}
legend + .control-group {
  width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] .uneditable-input {
  border: 1px solid #D3D3D3;
  box-shadow: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #b5b5b5;
}
select {
  font-size: 13px;
}
select#securityQuestion1,
select#securityQuestion2 {
  height: 40px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  padding: 5px 10px;
}
#securityQuestion1,
#securityAnswer1 {
  width: 90%;
}
.form-wrapper-two select,
.form-wrapper-two textarea,
.form-wrapper-two input[type="text"],
.form-wrapper-two input[type="password"],
.form-wrapper-two input[type="datetime"],
.form-wrapper-two input[type="datetime-local"],
.form-wrapper-two input[type="date"],
.form-wrapper-two input[type="month"],
.form-wrapper-two input[type="time"],
.form-wrapper-two input[type="week"],
.form-wrapper-two input[type="number"],
.form-wrapper-two input[type="email"],
.form-wrapper-two input[type="url"],
.form-wrapper-two input[type="search"],
.form-wrapper-two input[type="tel"],
.form-wrapper-two input[type="color"],
.form-wrapper-two .uneditable-input {
  height: 30px;
}
table thead tr th {
  color: #69B5C9;
}
strong,
b,
.txt-bold {
  font-weight: normal!important;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
span#bodyMessage {
  font-size: 13px;
  line-height: 15px;
  display: block;
  width: 90%;
}
#container-wrap {
  background: #fff !important;
  margin: 0;
}
#container-wrap .container {
  background: #fff !important;
  border: 1px solid #EAEAEA;
}
#summary_table h4 a[rel="tooltip"] {
  color: inherit;
}
#upload_files_container {
  text-indent: 16px;
}
.alert {
  margin-top: 0;
  border-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #00477d !important;
  background: #ebf4f9;
  border: 1px solid #00477d1a !important;
  font-size: 13px;
  padding: 8px 25px 8px 25px;
}
.alert-emphasis {
  margin-top: 20px;
  border-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #00477d !important;
  background: #ebf4f9;
  border: 1px solid #00477d1a !important;
  border-left: 3px solid #00477d !important;
  font-size: 13px;
  padding: 14px 25px 14px 25px;
}
.alert-info {
  color: #00477d !important;
  background: #ebf4f9;
  border-color: #00477d1a;
  font-size: 13px;
}
.alert-info a:link {
  text-decoration: underline;
}
.alert-error {
  color: #A6413F !important;
  background: #f2dede;
  border-color: #eed3d7;
  font-size: 13px;
}
.alert-error a:link {
  color: #0068AD;
}
.accordion-group {
  border: 1px solid #D3D3D3;
}
.accordion-inner {
  border: 1px solid #D3D3D3;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.border-none {
  border: none;
}
.bgBox {
  border-radius: 0!important;
}
.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-loose {
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.border-custom {
  border: 1px solid #D3D3D3;
}
.capitalize-none {
  text-transform: none!important;
}
.custom-margin {
  margin-left: 80px;
}
.element-center {
  display: block;
  margin: 0 auto;
}
.eligibility-well {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border-top: 2px solid #108b1c;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.line {
  border: 1px solid #D3D3D3;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.margin5-t {
  margin-top: 5px;
}
.margin5-r {
  margin-right: 5px;
}
.margin5-b {
  margin-bottom: 5px;
}
.margin5-l {
  margin-left: 5px;
}
.plans-container {
  border: 1px solid #D3D3D3;
  border-top: none;
  border-bottom: none;
}
.small {
  font-size: 9px;
}
.totalTable {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}
.thumbnail {
  border: 1px solid #D3D3D3;
}
.view-broker {
  top: 14px!important;
}
.view-broker i.icon-cog {
  color: #007fae;
}
.view-broker .dropdown-menu li > a:hover {
  color: #9a107a;
}
.well {
  border-radius: 0;
  background: #D3D3D3;
  border-color: #D3D3D3;
  box-shadow: none;
}
.well-custom {
  background: transparent;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  box-shadow: none;
  border: none;
}
.width100 {
  width: 100px;
}
.width200 {
  width: 200px;
}
.width300 {
  width: 300px;
}
.width400 {
  width: 400px;
}
.width500 {
  width: 500px;
}
.width600 {
  width: 600px;
}
.width700 {
  width: 700px;
}
.mixins-icons-color {
  color: #A91C89;
}
a [class^="icon-"],
a [class*=" icon-"] {
  text-decoration: none;
  font-size: 15px;
  padding: 3px;
  position: relative;
}
.active a .icon-ok {
  color: #333333;
}
.icon-question-sign {
  color: #A91C89;
}
.icon-cog {
  color: #007fae;
}
.icon-share-alt,
.icon-user {
  color: #A91C89 !important;
}
.icon-eye-open {
  color: #333333;
}
.alert .icon-time {
  padding-right: 10px;
}
.mixins-header-font-size {
  font-size: 15px;
}
.mixins-header {
  font-family: 'Open Sans', Arial, sans-serif;
}
#titlebar,
.titlebar {
  width: 100%;
}
#main.titlebar {
  width: 100%;
  margin-top: 30px!important;
}
#titlebar a.btn-primary {
  margin-left: 10px;
}
.tktCountHeader {
  margin-top: 0px;
}
.tktCountHeaderbtn {
  margin-top: 20px;
}
#sidebar .header,
#sidebar .accordion-heading a,
.header,
.graydrkbg,
.table th {
  background: #f5f5f5 !important;
  min-height: 40px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#sidebar .header i,
#sidebar .accordion-heading a i,
.header i,
.graydrkbg i,
.table th i {
  color: #5f5f5f;
}
#sidebar .header i.caret,
#sidebar .accordion-heading a i.caret,
.header i.caret,
.graydrkbg i.caret,
.table th i.caret {
  border-top-color: inherit;
}
.header h4,
.header h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  color: #5f5f5f !important;
  font-weight: 600;
  padding: 10px 10px 10px 14px;
  letter-spacing: 0px;
}
.header.size-minus-one h4,
.header.size-minus-one h2 {
  font-size: 14px !important;
  letter-spacing: -0.3px;
}
.subheader h4,
#rightpanel .subheader h4,
.subheader h2,
#rightpanel .subheader h2 {
  background: c;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
#sidebar h4,
#sidebar h2 {
  padding: 10px!important;
}
#sidebar h4 a.pull-right,
#sidebar h2 a.pull-right {
  font-size: 11px;
}
@media (max-width: 979px) {
  .navbar .btn-navbar {
    display: block;
  }
  #masthead.gi-masthead .nav .dropdown-menu li a {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
}
.tooltip-inner strong {
  font-family: 'Open Sans', Arial, sans-serif;
}
a[rel~="tooltip"] {
  border-bottom: dotted 0px #007fae;
}
#masthead.gi-masthead.navbar {
  border-bottom: none!important;
}
#masthead.gi-masthead .brand {
  margin-left: 10px;
}
#masthead.gi-masthead .navbar-inner {
  background: #fff;
  max-width: 100%;
  border-bottom: 1px solid #D3D3D3;
  min-height: 100px;
  box-shadow: none;
}
#masthead.gi-masthead .navbar-inner .btn-navbar {
  margin-top: 20px;
  margin-right: -15px;
}
#masthead.gi-masthead #first-menu-bgcolor-nm {
  background-color: transparent!important;
}
#masthead.gi-masthead #role-header-nm .nav {
  margin-bottom: -25px;
}
#masthead.gi-masthead #role-header-nm .nav li a {
  margin-top: 0;
}
#masthead.gi-masthead #second-menu-nm {
  top: 25px;
}
#masthead.gi-masthead #second-menu-nm li a {
  color: #007fae;
  text-transform: capitalize;
  font-size: 14px;
}
#masthead.gi-masthead #second-menu-nm li a:hover {
  color: #9a107a;
}
#masthead.gi-masthead .nav li.dropdown.open > .dropdown-toggle {
  background: none;
  text-shadow: none;
  box-shadow: none;
}
#masthead.gi-masthead .nav li a {
  font-size: 13px;
  font-weight: 600;
  color: #007fae;
  margin: 28px 20px 0 0;
  text-shadow: none;
}
#masthead.gi-masthead .nav li a:hover {
  color: #9a107a;
}
#masthead.gi-masthead .nav #masthead-inbox a {
  color: transparent;
  padding: 10px 15px!important;
  position: relative;
}
#masthead.gi-masthead .nav #masthead-inbox a i.icon-envelope {
  position: relative;
  font-size: 16px;
  color: #007fae;
}
#masthead.gi-masthead .nav #masthead-inbox a i.icon-envelope:after {
  content: "\f023";
  font-family: "FontAwesome";
  color: #007fae;
  font-size: 13px;
  position: absolute;
  bottom: -3px;
  left: -2px;
  text-shadow: 1px -1px 0px rgba(230, 230, 230, 0.9);
}
#masthead.gi-masthead .nav #masthead-inbox a .unreadRecords {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 11px;
  background: #BC2121;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 8px;
  line-height: 16px;
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  -webkit-box-shadow: -1px 1px 0px rgba(230, 230, 230, 0.9);
  -moz-box-shadow: -1px 1px 0px rgba(230, 230, 230, 0.9);
  box-shadow: -1px 1px 0px rgba(230, 230, 230, 0.9);
}
#masthead.gi-masthead .nav .dropdown-toggle:hover .caret {
  border-bottom-color: #007fae;
  border-top-color: #007fae;
}
#masthead.gi-masthead .nav .dropdown-toggle .caret {
  border-bottom-color: #007fae;
  border-top-color: #007fae;
  margin-top: 8px;
}
#masthead.gi-masthead .nav .dropdown-menu {
  border-radius: 0;
}
#masthead.gi-masthead .nav .dropdown-menu li a {
  color: #007fae;
  margin: 0;
  padding: 10px 10px 10px 10px;
}
#masthead.gi-masthead .nav .dropdown-menu li a:hover,
#masthead.gi-masthead .nav .dropdown-menu li a:focus {
  background: #fff;
  color: #9a107a;
}
@media only screen and (min-width: 720px) and (max-width: 979px), only screen and (min-width: 480px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 479px) {
  #masthead.gi-masthead {
    margin-top: 0px;
  }
  #masthead.gi-masthead #second-menu-nm {
    top: 0px;
  }
  #masthead.gi-masthead #second-menu-nm li {
    display: block;
    text-align: right;
    margin-top: 0px;
  }
  #masthead.gi-masthead .brand {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 150px;
    box-sizing: border-box;
    margin-left: -20px;
  }
  #masthead.gi-masthead .navbar-inner {
    min-height: 0px;
    padding-left: -20px;
    padding-right: -20px;
  }
  #masthead.gi-masthead .nav-collapse {
    right: -25px;
    margin-left: -50px;
  }
  #masthead.gi-masthead .nav-collapse.collapse {
    bottom: 0px;
    top: 0px;
    margin-top: 10px;
    margin-right: 0px;
  }
  #masthead.gi-masthead .nav .dropdown-menu {
    border-radius: none;
    box-shadow: none;
    margin-right: 0px;
  }
  #masthead.gi-masthead .nav .dropdown-menu li a {
    padding: 10px 15px;
  }
}
.mixins-nav-bar-bg {
  background: #007fae;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.mixins-nav-bar-border {
  border: 1px solid #007fae;
}
#menu {
  margin-bottom: 0;
  margin-top: 16px;
}
@media only screen and (min-width: 720px) and (max-width: 979px) {
  #menu {
    margin-top: 74px;
  }
}
#menu .navbar-inner {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  border: 1px solid #007fae;
  background: #007fae;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#menu .navbar-inner .nav li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: none;
  padding: 10px 12px 10px;
}
#menu .navbar-inner .nav li a:hover {
  background: #006c95;
}
#menu .navbar-inner .nav li a i.caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#menu .navbar-inner .nav li.active a {
  box-shadow: none;
  background: #006c95;
  color: #fff;
}
#menu .navbar-inner .nav li.open {
  background: #00739f;
}
#menu .navbar-inner .nav li.active a i.caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
#menu .navbar-inner .nav li.open a {
  background: transparent;
  color: #fff;
}
#menu .navbar-inner .nav li.open a i.caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#menu .navbar-inner .nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
  background: #fff;
}
#menu .navbar-inner .nav .dropdown-menu a {
  padding: 8px 20px;
  color: #333333 !important;
  border-bottom: #D3D3D3;
}
#menu .navbar-inner .nav .dropdown-menu a:hover {
  background: #006c95;
  color: #fff !important;
}
#menu .navbar .nav li.dropdown.open > .dropdown-toggle,
#menu .navbar .nav li.dropdown.active > .dropdown-toggle,
#menu .navbar .nav li.dropdown.open.active > .dropdown-toggle,
#menu .navbar .nav li.dropdown.open > .dropdown-toggle a,
#menu .navbar .nav li.dropdown.active > .dropdown-toggle a,
#menu .navbar .nav li.dropdown.active > .dropdown-toggle a i.caret,
#menu .navbar .nav li.dropdown.open.active > .dropdown-toggle a {
  background: none!important;
  text-shadow: none!important;
  color: orange!important;
}
#menu a[title="Home"],
#menu a[title="Issuer Home"] {
  font-size: 0;
  color: transparent;
  position: relative;
  margin-right: 10px;
  padding-right: 28px;
}
#menu a[title="Home"]:after,
#menu a[title="Issuer Home"]:after {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 13px;
  color: inherit;
  position: absolute;
  margin-left: 4px;
}
.header-reset {
  padding-top: 7px;
  border-left: none;
}
.topnav {
  background: #CEDDE7;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
}
.topnav a[rel~="tooltip"] {
  color: #70a1b4 !important;
}
.topnav ul {
  width: 100%;
  display: table;
}
.topnav ul li {
  position: relative;
  padding: 0px;
  width: 20%;
  text-align: center;
  display: table-cell;
}
.topnav ul li.active {
  background: #A2C2CE;
}
.topnav ul li.active a {
  color: #fff !important;
}
.topnav ul li.active a:after {
  border-left: 20px solid #A2C2CE;
}
.topnav ul li a {
  display: block;
  font-size: 13px;
  padding: 10px 0;
  cursor: text;
}
.topnav ul li a:before {
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #FFFFFF;
  border-top: 30px solid rgba(0, 0, 0, 0);
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-left: 0;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 1;
}
.topnav ul li a:after {
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #CEDDE7;
  border-top: 20px solid rgba(0, 0, 0, 0);
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-top: -20px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 2;
}
.topnav ul li a:hover {
  color: inherit;
}
.topnav ul li a.last:before,
.topnav ul li a.last:after {
  border: 0!important;
}
.top-nav.stuck {
  top: 40px!important;
}
.ui-widget {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
#breadcrumbs,
.breadcrumb,
.page-breadcrumb {
  display: none;
}
.mixins-button-font-size {
  font-size: 13px;
}
.mixins-primary-btn-font-color {
  color: #fff;
}
.mixins-primary-btn-bg {
  background: #007fae;
}
.mixins-primary-btn-bg-hover {
  background: #006c95;
}
.mixins-primary-btn-border {
  border: 1px solid #007fae;
}
.mixins-primary-btn-active-bg {
  background: #d37100;
}
.mixins-primary-btn-active-font-color {
  color: #fff;
}
.mixins-primary-btn-active-border {
  border: 1px solid #d37100;
}
.mixins-secondary-btn-border {
  border: 1px solid #007fae;
}
.mixins-secondary-btn-bg {
  background: #fff;
}
.mixins-secondary-btn-bg-hover {
  background: #fff;
}
.mixins-secondary-btn-font-color {
  color: #007fae;
}
.mixins-warning-btn-bg {
  background: #df934a;
}
.mixins-warning-btn-border {
  border: 1px solid #db8634;
}
.mixins-warning-btn-bg-hover {
  background: #d97e27;
}
.btn {
  border: 1px solid #007fae;
  background: #fff;
  color: #007fae;
  text-shadow: none;
  box-shadow: none;
  text-transform: none;
  font-weight: 600;
  padding: 5px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
}
.btn:hover,
.btn:focus {
  background: #fff;
}
.btn-primary {
  color: #fff;
  background: #007fae;
  border: 1px solid #007fae;
  text-shadow: none;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #006c95;
}
.btn-primary i.icon-cog,
.btn-primary i.caret {
  color: #fff;
}
.btn-mini {
  font-size: 9px;
}
.btn-warning {
  background: #df934a;
  border: 1px solid #db8634;
  color: #fff;
}
.btn-warning:hover {
  background: #d97e27;
}
a.btn.active {
  background: #d37100;
  border: 1px solid #d37100;
  box-shadow: none;
}
.btn-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header .btn {
  font-weight: normal;
}
.plan .btn {
  padding: 4px 7px;
  font-size: 13px;
}
a.btn-danger [class^="icon-"],
a.btn-mini.btn-primary [class^="icon-"],
a.btn-danger a [class*="icon-"],
a.btn-mini.btn-primary a [class*="icon-"] {
  color: #fff;
}
a.btn-danger [class^="icon-"]:hover,
a.btn-mini.btn-primary [class^="icon-"]:hover,
a.btn-danger a [class*="icon-"]:hover,
a.btn-mini.btn-primary a [class*="icon-"]:hover {
  color: inherit;
}
a.btn-danger:hover,
a.btn-mini.btn-primary:hover {
  color: #fff;
}
.btn-custom {
  display: inline-block;
  padding: 5px 14px;
  margin-top: 10px;
  min-width: 4px;
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #007fae;
}
.input-append {
  border-radius: 0;
}
.input-append .btn:last-child {
  border-radius: 0;
}
#mainSummary .tile .input-append:hover,
#mainSummary .tile .input-append.compared {
  background: #007fae !important;
  color: #fff !important;
}
#mainSummary .tile .input-append:hover *,
#mainSummary .tile .input-append.compared * {
  background: #007fae !important;
  color: #fff !important;
}
.smallBtn {
  padding: 2px 8px;
  margin: 8px 5px;
}
.header #btnShowHide.btn,
.header #saveTicketBtn.btn,
.header #cancelEditBtn.btn,
.header #cancelBtn.btn,
.header #editBtnDiv.btn,
.header #updateQueueBtn.btn,
.header #listViewBtn.btn,
.header .headerBtn.btn {
  padding: 2px 8px;
  margin: 8px 5px;
}
.header #updateQueueBtn {
  color: #ffffff;
}
#btnIssuerData.btn {
  padding: 2px 8px;
}
#createTicketDiv .btn {
  margin-top: 0px;
}
.mixins-sidebar-font-color {
  color: #007fae;
  text-shadow: none;
}
.mixins-sidebar-font-size {
  font-size: 13px;
}
#sidebar.affix {
  width: 220px;
}
#sidebar .icon-ok-sign {
  color: #007fae;
}
#sidebar .nav-list li {
  background: #fff;
  border-top: none;
  border-bottom: 1px solid #D3D3D3;
  color: #007fae;
  text-shadow: none;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
}
#sidebar .nav-list li:hover {
  text-decoration: none;
  color: #9a107a;
}
#sidebar .nav-list li:hover a {
  color: #9a107a;
  text-shadow: none;
}
#sidebar .nav-list li a {
  color: #007fae;
  text-shadow: none;
}
#sidebar .nav-list li a:hover {
  background: transparent!important;
  color: #9a107a;
  text-shadow: none;
}
#sidebar .nav-list li.active:hover {
  color: #fff;
}
#sidebar .nav-list .active,
#sidebar .nav-list .active2,
#sidebar .nav-list .active i {
  background: #007fae !important;
  margin-left: 0;
  border: 1px solid #007fae;
  color: #fff;
  font-size: 13px;
}
#sidebar .nav-list .active a,
#sidebar .nav-list .active2 a,
#sidebar .nav-list .active i a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active2 a:hover,
#sidebar .nav-list .active i a:hover {
  font-weight: 600;
  text-shadow: none;
  background: transparent!important;
  color: #fff !important;
  font-size: 13px;
}
#sidebar .nav-list .active li a,
#sidebar .nav-list .active2 li a,
#sidebar .nav-list .active i li a {
  color: #555555 !important;
}
#sidebar #list-2 {
  margin-top: 20px;
}
#sidebar .box-tight {
  border-radius: 0!important;
  border-color: #ebedef !important;
}
#sidebar .header {
  min-height: 40px;
  line-height: 40px;
}
#sidebar form {
  border: 1px solid #D3D3D3;
  border-top: none;
}
#sidebar form legend {
  font-family: 'Open Sans', Arial, sans-serif;
}
#sidebar #frmSecureInbox {
  border: none;
}
table#brokerStatusHistory {
  border: 1px solid #D3D3D3;
}
input[type="radio"] {
  margin: 5px 5px 0 0;
}
.mixins-rightpanel-subhead-bg {
  background: #f5f5f5;
}
#rightpanel h4,
#rightpanel h2 {
  padding: 10px 10px 10px 14px;
  background: #f5f5f5;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  color: #5f5f5f;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#rightpanel #frmuserreg h4 {
  border-bottom: 1px solid #ddd !important;
}
#rightpanel div.header a.btn,
#rightpanel div.header input[type="submit"],
#rightpanel #skipButton,
#rightpanel button.btn.btn-small {
  margin: 5px;
}
#rightpanel .graydrkaction,
#rightpanel .graylightaction,
#rightpanel .header {
  min-height: 40px;
  background: #f5f5f5 !important;
  margin-bottom: 20px;
}
#rightpanel .graydrkaction h4,
#rightpanel .graylightaction h4,
#rightpanel .header h4,
#rightpanel .graydrkaction h2,
#rightpanel .graylightaction h2,
#rightpanel .header h2 {
  background: none;
  border-top: none;
  font-weight: 600;
  letter-spacing: 0px;
  color: #5f5f5f;
}
#rightpanel .graydrkaction a.btn,
#rightpanel .graylightaction a.btn,
#rightpanel .header a.btn {
  background: #fff;
}
#rightpanel .graydrkaction a.btn-primary,
#rightpanel .graylightaction a.btn-primary,
#rightpanel .header a.btn-primary {
  background: #007fae;
}
#rightpanel .table td h4 {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px !important;
}
#rightpanel .light {
  opacity: 1!important;
}
#rightpanel .accordion-header {
  background: #f5f5f5;
}
@media only screen and (min-width: 320px) and (max-width: 719px) {
  #rightpanel .graydrkaction,
  #rightpanel .graylightaction,
  #rightpanel .header {
    height: auto;
  }
}
.landing-signup {
  padding: 20px 70px 70px;
}
.register-group {
  background: #ececec;
  border: 1px solid #D3D3D3;
  padding: 10px 20px;
  margin: 5px;
  margin-bottom: 15px;
  position: relative;
}
.register-group:hover {
  background: #dfdfdf;
  transition: background-color 0.2s ease;
}
.register-group .maintext-wrapper {
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 0;
  color: #333333;
}
.register-group .maintext-wrapper h2 {
  font-size: 22px;
  color: #0d0d0d;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  margin: 20px 0;
}
.register-group p {
  font-size: 14px;
  line-height: 20px;
}
.register-group .btn {
  margin-top: 25px;
  background: #007fae;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}
.register-group .btn:hover {
  background: #006c95;
}
.register-group .btn i {
  color: #fff;
}
.register-welcome {
  border: 1px solid #EAEAEA;
  background: #ECECEC;
  font-size: 16px;
  line-height: 20px;
  margin: 5px;
}
.register-welcome p {
  padding: 20px;
  background: #ECECEC;
  text-align: left;
  margin: 10px   0 0 0;
  font-family: 'Open Sans', Arial, sans-serif;
}
.register-welcome .btn {
  margin-top: 25px;
  background: #007fae;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}
.register-welcome div {
  padding: 20px;
  margin: 5px;
  margin-bottom: 15px;
  display: block;
}
.landing-welcome {
  padding: 20px 70px 70px;
}
.landing-welcome h1 {
  padding-bottom: 15px;
}
.icons-agent,
.icons-employer,
.icons-family,
.icons-entity {
  background-image: url(../img/sprites-homepage-ID.png);
  display: inline-block;
  margin-top: 6px;
}
.icons-agent {
  background-position: -300.99310303px -1.00003052px;
  width: 101px;
  height: 101px;
}
.icons-employer {
  background-position: -200.99310303px 0;
  width: 101px;
  height: 101px;
}
.icons-family {
  background-position: 0 0;
  width: 101px;
  height: 101px;
}
.icons-entity {
  background-position: -100.99310303px 0;
  width: 100px;
  height: 99px;
}
.register-signin {
  border: 1px solid #d3d3d3;
  background: #ECECEC;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 20px;
  margin: 5px;
  height: 315px;
}
.register-signin p {
  padding: 10px;
  background: #ECECEC;
  text-align: center;
  margin: 10px 0 0 0;
  font-family: 'Open Sans', Arial, sans-serif;
}
.register-signin i {
  color: #666666;
  margin-right: 3px;
}
.register-signin a {
  display: block;
  width: 40%;
  margin: 10px auto 0;
}
.register-signin div img {
  display: block;
  width: 40%;
  margin: 5px auto 0;
}
.register-signin div small {
  display: block;
  margin: 28px 15px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
}
.access-code {
  text-align: center;
}
.access-code #access-code-button {
  margin-top: 10px;
}
.access-code #access-code_error {
  margin-top: -10px;
  margin-left: 15px;
}
.access-code #recaptcha_widget {
  border-top: 1px solid #d3d3d3;
}
.access-code #recaptcha_widget img {
  width: 90%;
}
.access-code #recaptcha_widget #recaptcha_image {
  width: 100% !important;
  height: 50px !important;
  margin-top: 0;
  margin-bottom: 0;
}
.access-code #recaptcha_widget #recaptcha_image a {
  width: 100%;
  margin-top: -11px;
}
.access-code #recaptcha_widget .btn-group {
  margin-right: 20px;
}
#access-code-dashboard {
  padding: 10px 0;
}
#loginform {
  position: relative;
}
#loginform .signinWithExistingAccount {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#loginform .signinWithExistingAccount img {
  display: block;
  width: 25%;
  margin: 25% auto 0;
}
#loginform .signinWithExistingAccount small {
  display: block;
  margin: 0;
  line-height: 16px;
  text-align: center;
}
.errorPage .alert .icon-cogs,
#rightpanel.errorPage .alert .icon-cogs {
  font-size: 130px;
  margin: 20px 0;
  display: block;
}
.errorPage .alert a,
#rightpanel.errorPage .alert a {
  margin-bottom: 10px;
}
.errorPage .alert p,
#rightpanel.errorPage .alert p {
  color: #333333;
}
.subHeaderSignUp {
  height: 50px;
}
.subHeaderSignUp .leftsubtitle {
  width: 100%;
  display: inline-block;
  margin: 5px 5px 0px 0px;
  height: 46px;
}
.subHeaderSignUp .rightsubtitle {
  width: 30%;
  display: inline-block;
}
.subHeaderSignUp small img {
  width: 18% !important;
  height: 100%;
  float: right;
  position: relative;
  top: -55px;
  right: -30px;
}
.mixin-HomePage-font-size {
  font-size: 13px;
}
#gallery .hero-unit {
  padding: 20px 0;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  width: 90%;
  margin-left: 4.7%;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 0;
  height: 365px;
  position: relative;
}
#gallery .hero-unit h2 {
  color: #333333;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 28px;
  margin-left: 0;
}
#gallery .hero-unit p {
  margin-top: 16px;
  margin-bottom: 26px;
  line-height: 21px;
  display: inline-block;
  width: 300px;
  font-size: 13px;
}
#gallery .hero-unit img {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}
#gallery .hero-unit div {
  position: absolute;
  z-index: 10;
}
#slides .slide {
  height: 340px;
  border: 1px solid #D3D3D3;
  background: #D3D3D3;
}
#slides .slide h2 {
  color: #444444;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  margin-top: 46px;
}
#slides .slide img {
  display: none;
}
#slides .slide .left p {
  line-height: 21px;
  font-size: 13px;
}
#slides .slide .left .btn-primary {
  top: 274px!important;
}
#slides .slide #menu ul {
  background: #D3D3D3 !important;
  border: 1px solid #D3D3D3 !important;
  background-image: none;
  height: 40px!important;
  text-align: left!important;
  border-bottom: 1px solid #108b1c !important;
}
#slides .slide #menu li {
  overflow: visible;
  padding: 15px 0 !important;
  text-transform: capitalize!important;
}
#slides .slide #menu li.act a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0;
  background: #7799c6;
  padding: 15px 20px;
  color: #108b1c;
}
#slides .slide #menu li a {
  color: #5f5f5f;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 20px;
}
.container #menu ul li.act a {
  /**/
}
.loading {
  background: #fff !important;
}
.loading h3 {
  margin-bottom: 10px!important;
}
.loading .tile .plan-actions a.btn-small {
  background: #fff !important;
}
.tile {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tile.compared-selected,
.tile.selected {
  border: 1px solid #007fae;
}
.tile.compared-selected:hover,
.tile.selected:hover {
  border: 1px solid #0099d2;
}
.tile:hover {
  border: 1px solid #0099d2;
}
.tile.details .addToCart {
  border-left: 1px solid #007fae !important;
}
.tile a[rel="tooltip"] {
  border-bottom: 1px dotted;
}
.tile h3 {
  font-size: 15px !important;
}
.tile .table th {
  font-size: 13px;
  font-weight: normal!important;
  letter-spacing: -0.02em;
}
.tile .table th a {
  color: #007fae !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.tile .table tr {
  height: 26px;
}
.tile .tile-header p a {
  font-size: 11px!important;
}
.tile .plan-actions a.btn-small {
  font-size: 12px!important;
  color: #007fae;
  width: 94px!important;
  border-radius: 0!important;
}
.tile .plan-actions a.btn-small:hover {
  color: #9a107a;
}
.tile .plan-actions a.btn-small.comparePlans.compareNow.addtofav.addedToFav {
  color: #fff !important;
}
.tile .plan-actions a.btn-small.select {
  color: #fff !important;
}
.tile .plan-actions a.btn-small.addToCart:hover {
  background: #fff !important;
  color: #007fae !important;
}
.tile .payment .was {
  font-size: 13px;
  line-height: 15px;
}
.tile .input-append .btn:last-child {
  border: none!important;
}
.tile .addedItem.select {
  background: #007fae !important;
}
.benefits .table {
  background: #fff;
}
.benefits .table h5 {
  font-weight: normal!important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 12px!important;
}
.benefit-details .addToCart.btn {
  border-left: 1px solid #007fae !important;
}
.benefit-details a.select {
  color: #007fae !important;
}
.plan-details {
  border-left: 1px solid #fff;
}
#detailHead .addToCart {
  border-left: 1px solid #007fae !important;
}
#progressbarwrap {
  background: #80ba27 !important;
  top: 49px;
}
#progressbarwrap .progressbar li.active {
  background: #009539 !important;
}
#progressbarwrap .progressbar li a {
  color: #fff !important;
}
#preferencesForm h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  width: auto;
}
#preferencesForm .item a[rel~="tooltip"] {
  color: #007fae;
  border-color: #007fae;
}
#preferencesForm .top-nav {
  box-shadow: none;
  margin-top: 30px;
}
#preferencesForm #nextButton,
#preferencesForm .btn {
  font-family: 'Open Sans', Arial, sans-serif;
}
#preferencesForm #skipButton {
  margin: 10px;
}
.sticky-wrapper {
  background: #fff !important;
}
.sticky-wrapper h1 {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.sticky-wrapper .top-nav {
  box-shadow: none;
}
.sticky-wrapper .top-nav h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  width: 640px;
}
.sticky-wrapper .top-nav h1 small {
  display: block;
  margin-top: 4px;
}
.sticky-wrapper .top-nav.stuck {
  background: #fff !important;
}
.table-border {
  background: #fff;
}
.individual-cart-total {
  background: #009539;
}
.cart {
  background: #fff;
}
@-webkit-keyframes go {
  from {
    background-color: #007fae;
    -webkit-box-shadow: 0 0 3px #007fae;
  }
  50% {
    background-color: #0092c8;
    -webkit-box-shadow: 0 0 6px #0092c8;
  }
  to {
    background-color: #007fae;
    -webkit-box-shadow: 0 0 3px #007fae;
  }
}
@-moz-keyframes go {
  from {
    background-color: #007fae;
    -moz-box-shadow: 0 0 3px #007fae;
  }
  50% {
    background-color: #0092c8;
    -moz-box-shadow: 0 0 4px #0092c8;
  }
  to {
    background-color: #007fae;
    -moz-box-shadow: 0 0 3px #007fae;
  }
}
@-o-keyframes go {
  from {
    background-color: #007fae;
    -o-box-shadow: 0 0 3px #007fae;
  }
  50% {
    background-color: #0092c8;
    -o-box-shadow: 0 0 6px #0092c8;
  }
  to {
    background-color: #007fae;
    -o-box-shadow: 0 0 3px #007fae;
  }
}
.monthly-price a {
  font-size: 11px;
}
#myTab li {
  margin: 0 2px;
}
.dental a[rel="tooltip"] {
  border-bottom: 1px dotted;
}
.dental .cart h3 {
  margin-top: 0!important;
}
.monthly-price a {
  font-size: 11px;
}
.mixins-PS-insert-box-shadow {
  box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
}
#planSelect .plans-section-header h3 {
  background: #e2dfd7 !important;
  border: 1px solid #d3cec2 !important;
}
#planSelect #titlebar:after {
  border-bottom: none;
  position: static;
  width: auto;
}
#planSelect .scroll-left-arrow,
#planSelect .scroll-right-arrow {
  background: transparent;
}
#planSelect .scroll-left-arrow:hover,
#planSelect .scroll-right-arrow:hover {
  background: transparent;
}
#planSelect .icon-arrow-left,
#planSelect .icon-arrow-right {
  opacity: 1!important;
}
.plan a.addtofav.addedToFav {
  background: #DCB626;
  color: #fff;
  box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.3);
}
.intro-indiv h4,
#titlebar h3,
h3#titlebar {
  color: #333333 !important;
}
.plans-section-header h3 {
  border: 1px solid #D3D3D3;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0;
  padding-left: 15px;
  font-size: 20px;
}
#planDetailName {
  display: block;
  margin-top: 4px;
}
#preferencesForm #progressbarwrap {
  top: 64px;
  background: #e7e7e7;
}
#preferencesForm #progressbarwrap .progressbar li {
  font-size: 13px;
  padding: 11px 10px;
  font-weight: 300;
}
#preferencesForm #progressbarwrap .progressbar li.active {
  background-color: #b8b8b8;
}
#preferencesForm #progressbarwrap .progressbar li.active a {
  color: #fff;
}
#preferencesForm #progressbarwrap .progressbar li a {
  color: #b8b8b8;
}
#preferencesForm #progressbarwrap + div {
  padding-top: 24px;
}
#preferencesForm .top-nav {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.07);
  color: #b8b8b8;
}
#preferencesForm .top-nav h1 {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 22px !important;
  margin-top: 12px;
}
div#otherSpokenLanguage_chzn,
div#otherWrittenLanguage_chzn {
  position: relative;
  top: 10px;
  margin: 0;
}
.writtenLanguages {
  margin: 30px 0;
}
#myPereferences {
  clear: both;
}
#myPereferences .carousel-inner .item h4 {
  color: #5f5f5f;
}
#myPereferences .carousel-inner .item a[rel~="tooltip"] {
  color: #007fae;
  border-color: #007fae;
}
#myPereferences legend,
#myPereferences label {
  font-size: 13px;
}
#myPereferences .button-controls {
  border-top: 1px solid #D3D3D3;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
.plans-section-content .label-info {
  font-size: 13px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal !important;
  background: #f2dede;
  color: #A6413F;
  border: #eed3d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.plans-section-content h3 {
  text-transform: none;
}
.plans-section-content .plan {
  overflow-y: hidden;
}
#detailHead .header .header-name {
  color: #5A5A5A;
}
.enrollmentPeriodDate {
  border-radius: 0!important;
}
.enrollmentPeriodDate:hover {
  border-color: #D3D3D3 !important;
  background-image: none!important;
  background: #f7f7f7;
}
.bubble-nav-shop {
  margin-top: 5px;
}
.bubble-nav-shop .alert {
  margin-top: 10px;
}
.bubble-nav-shop .nav {
  margin-bottom: 0px;
  border-bottom: none;
  border-bottom: 4px solid #e2dfd7;
}
.bubble-nav-shop .nav li:first-child {
  margin-left: 2%;
}
.bubble-nav-shop .nav a {
  padding: 8px 40px;
  border-color: #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin: 0 2px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.bubble-nav-shop .nav a:hover {
  border-bottom-color: none;
  background: #fafafa;
}
.bubble-nav-shop .nav .active a {
  border-color: #e2dfd7;
  border-bottom: 1px solid #e2dfd7;
  background: #e2dfd7;
  color: #333333;
}
.bubble-nav-shop .nav .active a:hover {
  border: 1px solid #d7d3c8;
  border-bottom: 1px solid #e2dfd7;
}
.horizontalSliderWrapper {
  overflow-y: hidden;
  overflow-x: scroll;
  width: 450px;
  margin: 0 auto;
  padding-top: 40px;
}
.horizontalSliderWrapper .horizontalSlider {
  width: 740px;
}
.lowestPricePlan,
.highestPricePlan {
  width: 50px;
  font-size: 11px;
  width: 70px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.loadingImg img {
  width: 44px;
}
#collapseFive {
  position: relative;
}
#collapseFive .lowestPricePlan {
  position: absolute;
  top: 110px;
  left: 20px;
}
#collapseFive .highestPricePlan {
  position: absolute;
  top: 110px;
  right: 20px;
}
#gettingStartedChoice input[type="radio"] {
  margin-top: 2px;
}
#gettingStartedChoice h5 {
  font-family: 'Open Sans', Arial, sans-serif;
}
#gettingStartedConfirm .alert {
  margin-top: 40px;
  height: 44px;
  font-family: 'Open Sans', Arial, sans-serif;
}
#gettingStartedConfirm .alert li {
  line-height: 32px;
  font-size: 15px;
  width: 130px;
  text-align: center;
  background: #fff;
  border: 1px solid #bce8f1;
  margin: 6px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#coverageSetupChoice input[type="radio"] {
  margin-top: 3px;
}
#coverageSetupChoice input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 6px;
}
#coverageSetupSuggestions .img-polaroid {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #02999a;
  color: #fff;
}
#coverageSetupSuggestions .img-polaroid#yourCostWrapper {
  background: #333333;
}
#coverageSetupSuggestions .img-polaroid#taxCreditWrapper a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
#coverageSetupSuggestions .img-polaroid ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
}
#coverageSetupSuggestions .img-polaroid ul li:first-child {
  font-size: 13px;
  margin-bottom: 6px;
}
#coverageSetupSuggestions .img-polaroid ul li:last-child {
  margin-top: 4px;
  font-size: 11px;
  display: block;
}
#coverageSetupSuggestions .img-polaroid ul li span {
  font-size: 32px;
  font-family: 'Open Sans', Arial, sans-serif;
  display: block;
  margin-bottom: 4px;
}
#coverageSetupAccordion ul {
  list-style-type: none;
}
#coverageSetupAccordion .accordion-group {
  border: none;
}
#coverageSetupAccordion .accordion-heading {
  height: 44px;
  background: #f5f5f5;
  border: 1px solid #D3D3D3;
}
#coverageSetupAccordion .accordion-heading span {
  line-height: 44px;
  margin-left: 10px;
}
#coverageSetupAccordion .accordion-heading span.pull-left {
  font-family: 'Open Sans', Arial, sans-serif;
}
#coverageSetupAccordion .accordion-heading .accordion-toggle {
  padding: 2px 10px;
  margin: 9px;
  width: 70px;
}
#coverageSetupAccordion .accordion-inner {
  border: none;
}
#coverageSetupAccordion .enrollmentPeriodDate {
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#coverageSetupAccordion .planChoice {
  margin: 0 0 10px 14px;
  width: 19%;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#coverageSetupAccordion .planChoice:hover {
  border-color: #D3D3D3;
  background-image: none!important;
  background: #f7f7f7;
}
#coverageSetupAccordion .costBasisView {
  font-size: 11px;
}
#coverageSetupAccordion .costBasisView li {
  border: 1px solid #D3D3D3;
  background-color: #fff;
  color: #333333;
  width: 36px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#coverageSetupAccordion .costBasisView li.active {
  background: #007fae;
  border-color: #00709a;
  color: #fff;
  position: relative;
}
#coverageSetupAccordion .costBasisView li.active:before {
  content: "Average Premium";
  width: 50px;
  display: inline-block;
  position: absolute;
  top: -38px;
  left: -2px;
  line-height: 16px;
  text-align: center;
  color: #333333;
}
#coverageSetupAccordion .costBasisView li.active:after {
  content: '\f0d8';
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  bottom: -36px;
  left: 10px;
  color: #f9e5be;
}
#coverageSetupAccordion .costBasisView li:hover {
  background: #fff;
  border-color: #007fae;
  color: #007fae;
  position: relative;
}
#coverageSetupAccordion .costBasisView li:hover:before {
  content: "Average Premium";
  width: 50px;
  display: inline-block;
  position: absolute;
  top: -38px;
  left: -2px;
  line-height: 16px;
  text-align: center;
  color: #737373;
}
#coverageSetupAccordion .costBasisView li a {
  height: 100%;
  width: 100%;
  color: inherit;
  display: inline-block;
  text-align: center;
}
#coverageSetupAccordion .costBasisView li a:hover {
  color: inherit;
}
#coverageSetupAccordion .alert {
  width: 80%;
  margin: 0 auto;
}
#coverageSetupAccordion .nextCoverageInfo li {
  line-height: 34px;
  width: 500px;
}
#coverageSetupAccordion .nextCoverageInfo li span {
  font-weight: 700;
}
.accordian__header__action-item {
  margin-left: -14px;
  font-size: 14px;
}
.accordian__header__action-item strong {
  font-weight: bold !important;
}
.slider-home {
  margin: 20px 0 30px;
  text-align: center;
}
.slider-home a {
  outline: none;
  -moz-outline-style: none;
}
.slider-home .sliderTowardsEmployees,
.slider-home .sliderTowardsDependents,
.slider-home .sliderTowardsEmployeesDental,
.slider-home .sliderTowardsDependentsDental {
  height: 40px;
  position: relative;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slider-home .ui-slider-handle {
  width: 24px;
  height: 50px;
  position: absolute;
  top: -7px;
  margin-left: -12px;
  z-index: 200;
}
.slider-home .contributionTowardsEmployeesResult,
.slider-home .contributionTowardsDependentsResult,
.slider-home .contributionTowardsEmployeesDentalResult,
.slider-home .contributionTowardsDependentsDentalResult {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
}
.contributionTowardsEmployeesResult:after,
.contributionTowardsDependentsResult:after {
  content: "%";
}
.contributionTowardsEmployeesDentalResult:after,
.contributionTowardsDependentsDentalResult:after {
  content: "/month";
  font-size: 13px;
}
.contributionTowardsEmployeesDentalResult:before,
.contributionTowardsDependentsDentalResult:before {
  content: "$";
}
.contributionTowardsEmployeesDentalResult.span3:after,
.contributionTowardsDependentsDentalResult.span3:after {
  font-size: 16px;
}
#reviewConfirm dt {
  text-indent: 10px;
  font-weight: 400;
}
#reviewConfirm dd {
  font-weight: 700;
}
#reviewConfirm dd span {
  display: block;
}
#reviewConfirm dd small {
  font-weight: 400;
}
.mixin-sub-header {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal!important;
  background: #fefefe;
  border-bottom: 1px solid #108b1c;
  height: 40px;
  font-size: 13px;
  margin: 0 0 30px;
}
.calSheet .month {
  background-color: #66abe2;
  background: -webkit-gradient(linear, left top, left bottom, from(#66abe2), to(#5894c3));
  background: -webkit-linear-gradient(top, #66abe2, #5894c3);
  background: -moz-linear-gradient(top, #66abe2, #5894c3);
  background: -ms-linear-gradient(top, #66abe2, #5894c3);
  background: -o-linear-gradient(top, #66abe2, #5894c3);
  border: 1px solid #5894c3;
  border-radius: 2px 2px 0 0;
  color: #fff;
}
.calSheet .day {
  border-radius: 0 0 2px 2px;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  color: #666;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 1.4em;
}
.mixins-table-font-size {
  font-size: 13px;
}
.mixins-table-tr-font {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.mixins-table-th-font {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.mixins-table-tr-bg {
  background: #333;
}
.table {
  border: 1px solid #D3D3D3;
  margin-bottom: 15px!important;
}
.table.verticalThead tr th {
  background: transparent!important;
}
.table th.sortable img {
  display: none;
}
.table th a {
  background: none!important;
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.table th a.btn {
  border: 1px solid #007fae;
  background: #fff;
  color: #007fae;
}
.table td {
  border: 1px solid #D3D3D3;
  font-size: 13px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.table td h4 {
  background: none;
}
.table td .caret {
  border-top: 4px solid #007fae;
}
.table td .dropdown-menu li > a:hover {
  background: none;
  color: #0e666f;
}
.table thead tr.header {
  font-size: 13px !important;
}
.table thead tr th {
  color: #555555;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0px;
}
.table thead tr th a {
  color: #555555 !important;
}
.table tbody tr td .dropdown.open li a {
  text-align: left;
  color: #007fae;
  padding: 5px 10px !important;
  margin: 0px;
}
.table tbody tr td .dropdown.open li a i {
  color: inherit;
}
.table tbody tr td .dropdown.open li a:hover {
  color: #9a107a;
}
.table tbody tr td .dropdown.open li a:hover i {
  color: #9a107a;
}
.table tbody tr td .dropdown-toggle.action-btn {
  width: auto;
}
.table tbody tr th {
  color: #333333 !important;
  background: #fff !important;
}
.table tbody th {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
#frmIssuerAcctComProInfo .table tbody tr th,
#frmIssuerAcctIndvdlMarktProfInfo .table tbody tr th,
#frmIssuerShopMarktProfInfo .table tbody tr th {
  background: transparent!important;
}
.table.table-striped td {
  font-size: 13px;
}
.graydrkbg thead tr,
thead tr.graydrkbg {
  border-top: none;
  border-bottom: none;
}
.form-actions {
  background-color: #fff !important;
  border: 1px solid #D3D3D3;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 10px;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.form-horizontal .control-label {
  width: 204px!important;
  font-weight: 600;
  color: #707070;
  margin-right: 16px;
}
/*HIX-76519*/
#resendActivationModal .form-horizontal .control-label {
  padding-top: 0px;
}
.documentUploadlabel {
  font-weight: 600;
  color: #707070;
}
.pagination ul {
  border-color: #D3D3D3;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: 1px solid #D3D3D3;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
  border-radius: 0!important;
}
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul li a.active {
  background: #BC2121;
  color: #fff;
}
.pagination ul li a:hover {
  background: #d9af6e;
  color: #fff;
}
.collapse .table th {
  border-bottom: none;
}
.trigger {
  color: #007fae !important;
  cursor: pointer;
  margin-bottom: 0!important;
  font-size: 13px;
  border: 1px solid #D3D3D3;
  margin-bottom: 20px;
}
.trigger:hover {
  color: #9a107a !important;
}
.trigger + div.collapse {
  padding: 0 10px;
  margin-top: 10px;
}
#sidebar #locationAndHours li {
  border: none;
  list-style-type: none;
}
#sidebar #locationAndHours a:hover {
  text-decoration: underline;
}
#sidebar #locationAndHours ul {
  display: none;
}
#sidebar #locationAndHours.active2 > a {
  line-height: 30px;
}
#sidebar #locationAndHours.active2 ul {
  display: block;
}
#sidebar #locationAndHours.active2 ul li {
  background: transparent!important;
}
#sidebar #locationAndHours.active2 ul li a {
  color: #fff !important;
  border-bottom: 1px dotted #fff;
}
#sidebar #locationAndHours.active2 ul li a:hover {
  text-decoration: none;
}
#sidebar #locationAndHours.active2 ul li.activeSubpage {
  position: relative;
}
#sidebar #locationAndHours.active2 ul li.activeSubpage:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  left: -8px;
  position: absolute;
}
#rightpanel #frmPopulationServed h5 {
  font-size: 15px;
  padding: 10px;
  cursor: pointer;
  color: #007fae;
  margin-bottom: 0;
  border: 1px solid #D3D3D3;
  border-bottom: none;
}
#rightpanel #frmPopulationServed .border-custom-rbl {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  margin-bottom: 30px;
}
#rightpanel #frmPopulationServed input[type="checkbox"] {
  margin-top: 4px!important;
}
#rightpanel #frmPopulationServed input#langPercentageTotal,
#rightpanel #frmPopulationServed input#ethnicityPercentageTotal,
#rightpanel #frmPopulationServed input#industryPercentageTotal {
  border: none;
  background: #fff;
}
#rightpanel #frmPopulationServed input#other1LangPercentage,
#rightpanel #frmPopulationServed input#other1LangStaff,
#rightpanel #frmPopulationServed input#other2LangPercentage,
#rightpanel #frmPopulationServed input#other2LangStaff,
#rightpanel #frmPopulationServed input#other3LangPercentage,
#rightpanel #frmPopulationServed input#other3LangStaff,
#rightpanel #frmPopulationServed input#other4LangPercentage,
#rightpanel #frmPopulationServed input#other4LangStaff {
  margin-top: 32px;
}
#rightpanel #frmPopulationServed input#other1EthnicityPercentage,
#rightpanel #frmPopulationServed input#other2EthnicityPercentage,
#rightpanel #frmPopulationServed input#other1IndustryPercentage,
#rightpanel #frmPopulationServed input#other2IndustryPercentage {
  margin-top: 28px;
}
#rightpanel .form-horizontal input[type="checkbox"].spokenLanguages-input,
#rightpanel .form-horizontal input[type="checkbox"].writtenLanguages-input,
#rightpanel .form-horizontal input[type="checkbox"]#otherSpokenLanguageCheckbox,
#rightpanel .form-horizontal input[type="checkbox"]#otherWrittenLanguageCheckbox {
  margin-top: -5px;
  margin-right: 3px;
}
#rightpanel .form-horizontal table.writtenLanguages .selectPlugin,
#rightpanel .form-horizontal table#languageTable .selectPlugin {
  font-weight: 600;
  color: #707070;
}
#CHECK_error {
  left: 40px;
}
#footer {
  background: #005e81;
  color: #fff !important;
}
#footer footer.container {
  padding: 0;
  background: #005e81 !important;
  color: #fff !important;
  border: none;
  min-height: 10px;
}
#footer footer.container .disclaimers {
  padding: 40px 30px 0 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
}
#footer footer.container .disclaimers .seal {
  display: block;
  padding-bottom: 10px;
}
#footer footer.container .disclaimers p {
  margin: 12px 0;
}
#footer footer.container .disclaimers a {
  color: #fff !important;
  font-size: 12px;
}
#footer footer.container .disclaimers a:hover {
  color: #fff;
}
#footer footer.container a {
  color: #fff !important;
  font-size: 12px;
}
#footer footer.container a:hover {
  color: #fff;
}
#footer a {
  color: #fff !important;
  font-size: 12px;
}
#footer a:hover {
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #footer footer.container .disclaimers {
    padding: 20px;
  }
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  background-color: red!important;
  border-radius: 0!important;
}
.markCompleteHeader .header {
  height: 40px;
}
.markCompleteHeader .header h4 {
  margin-left: 10px!important;
  color: #333333 !important;
  line-height: 40px!important;
  font-weight: normal!important;
}
.markCompleteHeader .header button.dialogClose {
  background: transparent!important;
  line-height: 40px;
  margin-right: 10px!important;
  color: #333333 !important;
}
#viewempModal .modal-header {
  height: 40px;
}
#viewempModal .modal-header h4 {
  margin-left: 10px!important;
  color: #333333 !important;
  line-height: 40px!important;
  font-weight: normal!important;
}
#viewempModal .modal-header button {
  background: transparent!important;
  line-height: 40px;
  margin-right: 10px!important;
  color: #333333 !important;
}
#brokerdetail table#list thead tr {
  height: 40px;
}
#brokerdetail table#list tbody tr td a h4 {
  font-size: 15px;
}
#frmdetail #display-info tbody tr th {
  background: #fff !important;
}
div#alert1.modal {
  top: 15%;
}
.modal-header {
  background: #f5f5f5;
  border-radius: 6px 6px 0 0;
  min-height: 20px;
}
.modal-header h4 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.modal-header .close {
  margin-top: 0;
}
.modal-footer {
  background: none;
  border-top: none;
}
.hugeModal {
  width: 767px!important;
  margin-left: -350px !important;
  height: 460px;
}
.modal.bigger-modal {
  width: 620px;
}
@media (max-width: 768px) {
  .modal.bigger-modal {
    width: 80%;
  }
}
div > div.modal.fade.ex-aptc {
  z-index: 2000;
}
div.modal-backdrop.fade.in + div.modal-backdrop.fade.in {
  z-index: 1100;
}
table#entitySearchResult-list-only {
  border-collapse: separate;
  table-layout: fixed;
}
table#entitySearchResult-list-only tr td:nth-child(3n+3) {
  width: 100%;
  padding: 0;
  padding-top: 8px;
}
#successbox .modal-header {
  background: none;
  border-radius: 0;
}
iframe {
  border: 0px;
}
iframe #successbox .header {
  background: none;
  background-image: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
iframe#success .modal-header {
  border-radius: 6px 6px 0 0;
}
iframe#success .modal-body {
  padding: 0;
}
iframe#search {
  height: 80vh;
  max-height: 695px;
  min-height: auto;
  overflow: scroll;
}
iframe#search h3 {
  font-size: 20px;
}
iframe#search .bottomBorder {
  border-bottom: none!important;
}
iframe body {
  background: #fff;
  background-image: none;
}
body.shellmodal-body {
  background: #fff !important;
}
body.shellmodal-body .table {
  border: none;
}
#Dental-light_box #title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 13px 5px;
}
#Dental-light_box #info {
  margin: 20px 0 25px 0;
}
#Dental-light_box .premium {
  font-size: 18px;
}
#Dental-light_box .plan {
  margin: 0 10px;
  border: 1px solid #D3D3D3;
}
#Dental-light_box .form-actions {
  background: #fff;
  border: none;
}
#inbox i.icon-person {
  display: none;
}
div.error {
  font: normal 13px 'Open Sans', Arial, sans-serif;
  color: #BC2121;
  position: relative;
  /*left: 29.5%;*/
  top: 5px;
}
div.parsley-required {
  display: block;
  width: fit-content;
  padding: 4px 5px 4px 4px!important;
  margin-bottom: 5px!important;
  font: normal 13px 'Open Sans', Arial, sans-serif !important;
  color: #BC2121 !important;
  background: #fff !important;
  text-align: left!important;
  border-radius: 0!important;
  border: solid 1px #BC2121 !important;
  box-shadow: none!important;
  margin-left: 221px !important;
}
form label.error,
form span.error {
  display: block;
  width: fit-content;
  padding: 4px 5px 4px 4px!important;
  margin: 0 0 5px 5px!important;
  font: normal 13px 'Open Sans', Arial, sans-serif !important;
  color: #BC2121 !important;
  background: #fff !important;
  text-align: left!important;
  border-radius: 0!important;
  border: solid 1px #BC2121 !important;
  box-shadow: none!important;
}
.applicationState .step-text {
  font-size: 13px;
}
.applicationState .inprogress {
  color: #d29565;
}
.applicationState .complete {
  color: #71923c;
}
/*ERROR/maintenance page*/
.errorpage {
  text-align: center;
  font-weight: normal;
  color: #666;
}
.errorpage__mainheader {
  font-size: 48px !important;
  margin: 40px 0 30px;
}
.errorpage__mainheader--404 {
  font-size: 48px !important;
  margin: -12px 0 30px;
}
.errorpage_mainheader,
.errorpage {
  line-height: normal;
}
.errorpage__copy1 {
  margin: 0;
}
.errorpage__btn {
  margin: 60px auto;
}
.errorpage__btn__back {
  margin-right: 20px;
}
.errorpage__btn__back,
.errorpage__btn__home {
  padding: 10px;
  font-weight: bold;
}
.errorpage__contact {
  font-size: 18px;
}
.errorpage__cause {
  margin: 0;
  list-style: none;
}
.errorpage__cause__item {
  padding: 0;
  line-height: 1.55em;
  font-size: 14px;
}
.errorpage__copy1,
.errorpage__copy2 {
  font-size: 24px ;
}
.errorpage__copy2 {
  margin: 20px 0 10px 0;
}
i.errorpage__icon,
.errorpage__icon {
  margin: 73px 0 0;
  font-size: 100px;
  color: #dedede;
  display: inline-block;
}
.icon-stack .icon-search {
  font-size: 1em;
}
.icon-stack .icon-question {
  font-size: 0.5em;
  left: -8px;
  top: -3px;
}
.errorpage__icon--stack {
  margin: 0;
}
.hixApplicantInfo {
  border: 1px solid #D3D3D3;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  background: #fff;
}
.hixApplicantInfo h5 {
  font-family: 'Open Sans', Arial, sans-serif;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 20px;
}
#ssapAppPages h1 .nameOfHouseHold {
  color: #D8790D;
}
#ssapAppPages form p {
  margin-top: 20px;
}
#ssapAppPages form .form-horizontal.gutter10 {
  padding: 0;
}
#ssapAppPages form.gutter10 {
  padding: 0!important;
}
#ssapAppPages hr {
  border-top: #D3D3D3;
  background: #D3D3D3;
  border-bottom: none;
}
#ssapAppPages input[value="Edit"] {
  color: #007fae;
  padding: 2px 8px;
  margin: 2px 0 0 0;
}
#ssapAppPages input[value="Edit"]:before {
  content: "\f14b";
  font-family: "FontAwesome";
  color: #007fae;
}
#ssapAppPages input[value="Edit"].btn-primary {
  background: transparent;
  background-image: none;
  box-shadow: none;
}
#ssapAppPages input[type='radio'],
#ssapAppPages input[type='checkbox'] {
  margin-top: 3px;
}
#ssapAppPages label {
  padding: 4px 0;
}
#ssapAppPages legend + .control-group {
  margin-top: 0;
}
#ssapAppPages fieldset legend {
  font-weight: normal !important;
  border-bottom: 0px;
  margin-bottom: 0px;
}
#ssapAppPages legend small {
  font-size: 12px;
  color: #5A5A5A;
}
#ssapAppPages select#applicant-relationship {
  position: relative;
  top: 20px;
}
#ssapAppPages #amount400 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
#ssapAppPages #amount400:before {
  content: '$';
}
#ssapAppPages #authorized-representative-contact-information-form > h4 {
  margin-top: 0;
}
#ssapAppPages #appscr52 .non_financial_hide {
  margin-top: -6px;
}
#ssapAppPages #appscr54 #rightpanel h4 {
  margin-top: 0;
}
#ssapAppPages #appscr55 form p.gutter10 {
  margin-top: 0;
}
#ssapAppPages #appscr85Form h4,
#ssapAppPages #appscr57HouseholdForm h4,
#ssapAppPages #appscr58 h4 {
  margin-top: 0;
}
#ssapAppPages #appscr57HouseholdForm .control-group label input[type="radio"] {
  margin-left: 0;
}
#ssapAppPages #addAnotherIndividualButton {
  text-align: right;
}
#ssapAppPages #appscr58HouseholdForm {
  padding: 10px;
}
#ssapAppPages #appscr76P1Form p:first-child {
  margin-top: 0;
}
#ssapAppPages #appscr84addReviewSummary h5 {
  font-size: 15px;
}
#ssapAppPages #contant_message_ui label small {
  text-transform: none;
  display: block;
  text-indent: 20px;
  font-style: italic;
}
#ssapAppPages #eligibleImmigrationStatus label {
  padding: 5px 0;
}
#ssapAppPages #eligibleImmigrationStatus input[type="radio"] {
  margin-top: 3px;
}
#ssapAppPages #FinancialDetailsSummaryDiv label.pull-left {
  margin-top: 3px;
}
#ssapAppPages #householdSpouseDiv label,
#ssapAppPages #householdFilerDiv label {
  text-transform: none;
}
#ssapAppPages #houseHoldContactSummaryDiv label.pull-left {
  margin-top: 3px;
}
#ssapAppPages #houseHoldContactSummaryDiv .control-group {
  margin-bottom: 10px!important;
}
#ssapAppPages .titleForPages,
#ssapAppPages #rightpanel h4.titleForPages {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 28px !important;
  line-height: normal;
  font-weight: normal!important;
  background: transparent;
}
#ssapAppPages .titleForPages small,
#ssapAppPages #rightpanel h4.titleForPages small {
  font-size: 13px;
}
#ssapAppPages .checklist li {
  margin-bottom: 5px;
  list-style-type: none;
}
#ssapAppPages .checklist li:before {
  content: '\f00c';
  font-family: 'fontawesome';
  margin-left: -22px;
  margin-right: 9px;
}
#ssapAppPages .checklist li:first-child {
  margin-top: 10px;
}
#ssapAppPages .container-fluid {
  padding: 0;
}
#ssapAppPages .control-group label input[type="radio"] {
  margin-left: 10px;
}
#ssapAppPages .control-group label em {
  text-transform: none;
}
#ssapAppPages .form-actions {
  border-top: none;
}
#ssapAppPages .form-horizontal .control-label {
  width: 210px;
}
#ssapAppPages .form-horizontal .controls {
  margin-left: 220px;
}
#ssapAppPages .immigrationDocType {
  padding: 20px 0;
}
#ssapAppPages .Main_contant_ui_work,
#ssapAppPages .main_page_contant_message {
  border: none;
}
#ssapAppPages .Main_contant_ui_work {
  background: transparent;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#ssapAppPages .margin5-l input[type="checkbox"] {
  margin-left: 10px;
}
#ssapAppPages .margin210-l {
  margin-left: 210px;
}
#ssapAppPages .page-title {
  margin-top: 0;
}
#ssapAppPages .SSAPpgtitle {
  font-weight: 400;
}
.border-bottom {
  border-bottom: 1px solid #D3D3D3;
}
.btn-danger {
  background-image: none!important;
  background-color: #CB4441 !important;
  border-color: #be3734 !important;
}
.btn-danger:hover {
  background-color: #be3734 !important;
  border-color: #aa312f !important;
}
i.icon-exclamation-sign {
  color: #B95E33;
}
i.icon-ok-sign {
  color: #1C9F48;
}
i.icon-minus-sign {
  color: #EC5D59;
}
.verificationResults #applicantsTotal {
  font-family: 'Open Sans', Arial, sans-serif;
}
.verificationResults #applicantsTotal li a:hover {
  background: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.verificationResults #applicantsTotal li.active a:hover {
  background: #fff;
  border-top: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #fff;
}
.verificationResults #applicantDetails .accordion-body.collapse {
  width: 99%;
  margin: 0 auto;
}
.verificationResults #applicantDetails .accordion-body .table tbody td {
  font-size: 11px;
}
.verificationResults .nav {
  margin-bottom: -1px;
}
.verificationResults .accordion-heading {
  height: auto;
  background: #f7f7f7;
}
.verificationResults .accordion-heading:hover {
  background: #ededed;
  border-color: #c9c9c9;
}
.verificationResults .accordion-heading a.btn i.icon-ok-sign {
  color: #fff;
}
.verificationResults .accordion-heading .accordion-toggle-verification {
  display: inline-block;
}
.verificationResults .accordion-heading .accordion-toggle-verification-max-width {
  max-width: 575px;
}
.verificationResults .accordion-inner {
  border: none;
}
.verificationResults .accordion-inner input[type="file"] {
  width: 330px;
  margin-top: 4px;
  margin-bottom: -4px;
  line-height: 15px;
}
.verificationResults .applicantDetails {
  width: 96.8%;
  border: 1px solid #D3D3D3;
  border-top: none;
  background: #fff;
}
.verificationResults .adminActions .form-actions {
  padding-bottom: 0;
  padding-right: 0;
}
.verificationResults .cloneRemove {
  padding-bottom: 40px;
}
.verificationResults .controls span {
  line-height: 30px;
}
.verificationResults .table td {
  word-break: break-word;
}
.verificationResults .table td:first-child {
  max-width: 500px;
}
.verificationResults .table td a {
  word-break: break-word;
}
.verificationResults .tabbable-header {
  padding-left: 25%;
}
.verificationResults .nav li.active a:hover {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.verificationResults .tabs-left {
  display: flex;
  overflow: hidden;
}
.verificationResults .tabs-left .tab-content {
  width: 70%;
  min-height: 300px;
}
.verificationResults .tabs-left .nav {
  width: 25%;
}
.verificationResults .tabs-left .nav li.active a:hover:hover {
  border: 1px solid #ddd;
  border-right: none;
}
.verificationResults .accordion-heading a.btn {
  color: #fff;
}
.verificationResults .accordion-heading .accordion-toggle:hover {
  color: #262626;
}
#adminOverrideModal textarea {
  width: 97%;
}
.summary-table {
  width: 100%;
}
.summary-table tr {
  border-bottom: 1px dotted #D3D3D3;
}
.summary-table td {
  padding: 12px 0 0 10px;
}
.summary-table td:first-child {
  width: 250px;
  color: #404040;
}
.normal-case.btn.btn-primary {
  text-transform: none;
}
.referal {
  font-size: 14px;
  vertical-align: text-top;
}
.exemptCell {
  width: 150px;
}
/*input.exempt {
  width: 100px;
  height: 15px;
  padding: 1px 6px;
} */
.header .uploadheader {
  position: relative;
  top: -10px;
}
p.appeal-reason {
  display: inline-flex;
}
p label.checkbox {
  display: inline;
  position: relative;
  top: -20px;
}
div table tr th.plan-summary {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
}
div table tr td.plan-summary {
  padding-left: 20px;
}
div table tr th.plan-home {
  text-align: left;
  font-weight: normal;
  float: left;
  width: 160px;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div table tr td.plan-home {
  margin-left: 155px;
  text-align: right;
}
h6.monthly-premium {
  color: #a0a0a0;
}
.popover {
  border-radius: 1px;
  margin-bottom: 0px;
  border-color: #eec3c7;
  background: #fff6f6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: auto;
  max-width: 350px;
}
.popover.bottom {
  margin-left: 60px;
  margin-top: 2px;
}
.popover.right {
  margin-left: 4px;
}
.popover .arrow {
  display: none;
}
.popover .popover-title {
  display: none;
}
.popover-content {
  color: #cc5964;
  padding: 3px 12px;
}
.popover-content p {
  color: #cc5964;
}
.popover-content.ng-binding:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  color: #cc5964;
  margin-right: 8px;
}
.popover-content .gipopover {
  color: #000000;
}
.popover-content .gipopover p {
  color: #000000;
}
.popover-content .gipopover strong {
  font-weight: bold !important;
}
.popover-content .gipopover div {
  margin-bottom: 5px;
}
.popover-content .ng-binding:before {
  color: #000000;
}
.zip-warning {
  color: #cc5964;
  border: 1px solid red;
  border-color: #eec3c7;
  background: #fff6f6;
  padding: 4px 20px;
  margin: 5px 1px;
}
.eligibility-wrapper #rightpanel ul#members-repeat-container li:last-child {
  width: 11%;
}
input.member-birthday.ng-pristine {
  color: #767676;
}
input.member-birthday.ng-pristine.preloaded {
  color: black;
}
.eligibility-wrapper #rightpanel span.member-label {
  text-align: left;
  display: block;
  margin: 0 0 0 0px;
}
input-small ng-dirty ng-valid ng-valid-required {
  background-color: #ffffff !important;
}
button#addSpouse.btn.margin5-r {
  font-size: 14px;
}
button.btn.addChild.addChild2#addChild {
  font-size: 14px;
}
span.popover-content.zip-warning.redBorder {
  padding: 8px;
}
div > #incomeEntry p {
  width: 250px;
}
#family-members-container {
  word-break: normal;
}
#family-members-container .member-info-header-wrapper {
  background: #666;
  min-height: 30px;
  padding-top: 11px;
  color: #fff;
}
#family-members-container .member-info-header-wrapper a {
  color: #fff !important;
}
#family-members-container .member_info_col {
  width: 16.66%;
}
#family-members-container .family-members-container-header {
  font-weight: 600;
  text-align: center;
}
#family-members-container .family-members-container-header_member {
  text-align: left;
  padding-left: 16px;
}
#family-members-container .family-members-container-header a[rel~="tooltip"] {
  border-bottom: dotted 1px #fff;
}
#family-members-container .family-members-container-body {
  text-align: center;
}
#family-members-container .family-members-container-body .member-label {
  text-align: left;
  padding-left: 16px;
  position: relative;
}
#family-members-container .family-members-container-body .member-label .remove-member {
  position: absolute;
  left: 85px;
  top: 1px;
  color: #b30808;
}
#family-members-container .family-members-container-body_member {
  text-align: left;
  padding-left: 16px;
}
#family-members-container .family-members-container-body_dob {
  margin-bottom: 10px;
}
#family-members-container .member-info-block {
  box-sizing: border-box;
  padding-top: 10px;
  border: 1px solid #D3D3D3;
  border-top: none;
}
#family-members-container .member-info-block_self {
  border-top: 1px solid #EAEAEA;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #family-members-container .hidden-small {
    display: none !important;
  }
  #family-members-container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #family-members-container .member-info-section__detail-column__header {
    display: block !important;
    text-align: right;
    margin-bottom: 5px;
  }
  #family-members-container .family-members-container-body_member {
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #check-for-savings {
    margin-top: 5px;
  }
  .preEligibilityPage #rightpanel .header {
    height: auto;
  }
  .preEligibilityPage #rightpanel h2 {
    margin-bottom: 0px;
  }
  .preEligibilityPage #rightpanel label {
    display: block;
    width: 100%;
  }
}
/*For indportal/myApplications  */
.fadeFont {
  color: #DCDCDC;
}
.oRReason {
  font-size: 16px;
  color: #33CCFF;
}
.overrideText {
  border: 1px solid #d37100;
  background: #E8E8E8;
  height: 100px;
  width: 98%;
}
.override-reason {
  height: 70px;
  width: 98%;
}
.open-special-enrollment-modal-footer {
  background: #e7e7e7;
}
.textChCount {
  float: right;
  color: #d37100;
}
.termDate {
  vertical-align: baseline;
  font-size: 16px;
}
.well-step.nomargin {
  margin: 0 0 0 0;
}
input.dateinput {
  vertical-align: -webkit-baseline-middle;
  width: 15%;
}
.commentdetail {
  color: #A0A0A0;
}
.nameBlock {
  height: 75px;
}
i.icon-share-alt.detailsIcon {
  color: #007fae !important;
  font-size: 10px;
}
.detailsIconLink {
  margin-right: 10px;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
.flip-container.span4 {
  margin: 15px 15px 0 0;
}
.icon-share-alt,
.icon-user,
.icon-home {
  color: #007fae;
}
.span12.center {
  font-size: 16px;
}
#eligibilityContainer {
  background: #ededed;
}
.eligibilityCards {
  margin: 0 0 0 40px;
}
.square-box {
  background: #005e81;
  width: 100%;
}
.square-content {
  padding: 20px;
}
.white-box {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  display: table;
  content: "";
  min-height: 1px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.white-box-days-count {
  color: #006184;
  font-size: 48px;
  font-weight: 700;
  line-height: initial;
}
.daystostart {
  font-size: 15px;
  color: #006184;
  font-weight: 600;
}
.daysremaining {
  font-size: 15px;
  color: #006184;
  font-weight: 600;
}
input + label.contactUs-form {
  display: inline-block;
  padding-left: 5px;
}
td > input + label.inline {
  padding-left: 5px;
}
div > input#exemptionCheckbox + label {
  display: inline;
  top: 3px;
  position: relative;
}
table.table.head tbody tr:first-child th {
  background: #666 !important;
  border: 0px;
  border-radius: 0px;
  color: #fff !important;
  font-weight: normal;
}
table.table.head tbody tr:first-child th a[rel="tooltip"] {
  color: #FFF !important;
  cursor: pointer;
  border-bottom: 1px dotted #FFF;
}
.head th[scope="row"] {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  font-weight: normal;
}
.head.center td {
  text-align: center;
}
.eligibility-wrapper #rightpanel .btn.btn-mini {
  font-size: 9px;
}
.question-group .header a {
  color: #555;
  cursor: default;
}
#family-members-container table.table.head tbody tr:first-child th {
  font-size: 12px;
  text-align: center;
}
input[name="disenrollmentreason"] {
  box-shadow: none;
}
#rightpanel p + a[alt="Enroll"] {
  margin-top: 15px;
}
label.radio [for="reinstateHealth"],
label.radio [for="reinstateDental"] {
  display: inline;
}
div.row-fluid div.span4.center.csr-btns {
  margin-bottom: 5px;
}
.csr-btns.span4[class*="span"]:nth-child(3n+1) {
  margin-left: 0;
}
input[type=range].aptc {
  z-index: 1000;
  opacity: 0.5;
  -webkit-appearance: none;
  margin: 10px;
  width: 90%;
  position: relative;
  top: -9px;
}
input[type=range].aptc:focus {
  outline: none;
}
input[type=range].aptc::-webkit-slider-runnable-track {
  width: 90%;
  height: 24px;
  cursor: pointer;
  animate: 0.2s;
  top: -300px;
  box-shadow: 0 0 2px #222, 0px 0px 0 #2f2f2f;
  background: #fffbc9;
  border-radius: 5px;
  border: 1px solid black;
  width: 110%;
}
input[type=range].aptc::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid white;
  height: 30px;
  width: 10px;
  border-radius: 2px;
  background: #e5e5df;
  cursor: pointer;
  z-index: 100;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range].aptc:focus::-webkit-slider-runnable-track {
  background: #fffde3;
}
input[type=range].aptc::-moz-range-track {
  width: 90%;
  height: 24px;
  cursor: pointer;
  animate: 0.2s;
  top: -300px;
  box-shadow: 0 0 2px #222, 0px 0px 0 #2f2f2f;
  width: 100%;
  background: #fffbc9;
  border-radius: 5px;
  border: 1px solid black;
}
input[type=range].aptc::-moz-range-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid white;
  height: 30px;
  width: 10px;
  border-radius: 2px;
  background: #e5e5df;
  cursor: pointer;
  z-index: 100;
}
input[type=range].aptc::-ms-track {
  width: 90%;
  height: 24px;
  cursor: pointer;
  animate: 0.2s;
  top: -300px;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
input[type=range].aptc::-ms-fill-lower {
  background: #fff9af;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 0 2px #222, 0px 0px 0 #2f2f2f;
  top: -35px;
}
input[type=range].aptc::-ms-fill-upper {
  background: #fffbc9;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 0 2px #222, 0px 0px 0 #2f2f2f;
  top: -35px;
}
input[type=range].aptc::-ms-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid white;
  height: 30px;
  width: 10px;
  border-radius: 2px;
  background: #e5e5df;
  cursor: pointer;
  z-index: 100;
}
input[type=range].aptc:focus::-ms-fill-lower {
  background: #fffbc9;
}
input[type=range].aptc:focus::-ms-fill-upper {
  background: #fffde3;
}
.slider-container {
  margin-bottom: 10px;
}
input[type=text].input-mini.txt-center {
  padding: 2px 3px;
  font-size: 14px;
}
span.aptc-small {
  font-size: 11px;
  color: #c0c0c0;
}
div.span4.text-left {
  margin-left: 0;
  line-height: 15px;
}
div.span4.text-right {
  text-align: right;
  line-height: 15px;
}
div.range-container {
  width: 90%;
  position: relative;
  left: 10px;
  top: -43px;
}
div.range-container > div {
  background-color: orange;
  height: 24px;
  border-radius: 5px 0 0 5px;
}
div.range-container > div::-ms-appearance {
  display: none;
}
span.val + div.margin0.span8 {
  height: 30px;
}
div > label[for=montax],
div > label[for=anntax] {
  line-height: 15px;
}
div > label[for=anntax] {
  margin-right: 15px;
}
div.row-fluid.aptc-container {
  background-color: #f2f2f2;
  padding: 10px 7px;
  border: solid #e7e7e7 1px;
}
span.val {
  font-size: 14px;
  vertical-align: -8px;
}
.win.gecko div.range-container {
  top: -41px;
}
.ie.win.ie1 input[type=range].aptc {
  top: -35px;
}
.ie.win.ie1 div.range-container {
  top: -111px;
}
.ie.win.ie1 div.range-container div {
  border-radius: 10px 0 0 10px;
}
.disenroll-confirm-box {
  text-align: center;
  font-size: larger;
}
div.eachsection > div.row-fluid {
  padding-bottom: 15px;
}
div.eachsection > div.row-fluid > div.span2 {
  margin-top: -15px;
}
form.form-horizontal > label.control-label {
  margin-top: -8px;
}
#progress-bar ul li.completed-state .step-terminate:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 32px;
  position: absolute;
  top: -43px;
  left: 72px;
  z-index: 1;
  color: red;
}
#individual-portal #step-progress #progress-bar ul li .s-no.red-circle {
  border: 3px solid red;
}
input[type='text'].seventy-day {
  color: red;
}
.row-applicant {
  width: 20%;
}
.row-cat {
  width: 20%;
}
.row-name {
  width: 45%;
}
.row-date {
  width: 20%;
}
input[type="text"].narrow-date {
  width: 90px;
}
td > span.popover-content.zip-warning.redBorder {
  position: relative;
  top: -8px;
}
.centered-btn-grp.form-actions {
  text-align: center;
  padding-left: 20px;
}
span.zip-warning.redBorder.popover-content {
  top: 0;
  margin: 0 5px 0 0;
}
.error-message {
  color: #cc5964;
  border: 1px solid red;
  border-color: #eec3c7;
  background: #fff6f6;
  padding: 3px 8px;
  display: inline-block;
}
.error-message:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  color: #cc5964;
  margin-right: 8px;
}
.enrollment-history .table {
  border: none;
}
.enrollment-history .table th {
  color: #9E9E9E !important;
  font-weight: normal;
  padding-left: 1em;
}
.enrollment-history .table th,
.enrollment-history .table td {
  font-size: 12px;
}
.enrollment-history .table-caption {
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  font-size: 14px;
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-indent: 1em;
}
.enrollment-history th,
.enrollment-history td {
  border: none;
}
.enrollment-history .dateTable {
  border-top: 1px solid #e3e3e3;
}
.enrollment-history a.editable-link {
  border-bottom: dashed 1px #428bca;
}
.enrollment-history .enrollee-editable-repeat-not-first {
  margin-top: 30px;
}
.enrollment-history .enrollee-editable-repeat label {
  color: #9e9e9e;
}
.enrollment-history .enrollee-editable-repeat .relationship {
  border-bottom: solid 1px #ededed;
  padding: 7px 30px 2px 0px;
  font-weight: bold;
}
.enrollment-history .enrollee-editable-repeat .enrollee-editable-div {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 6px;
}
.enrollment-history .enrollee-editable-repeat .self {
  background-color: #fafafa;
}
.enrollment-history .enrollee-editable-repeat .name-input {
  width: 183px;
}
.enrollment-history .enrollee-editable-repeat .enrollee-input {
  width: 125px;
}
.enrollment-history .premium-editable-table {
  border: 1px solid #d3d3d3;
  margin-top: 60px;
}
.enrollment-history .premium-editable-table tr {
  border-bottom: 1px solid #d3d3d3;
}
.enrollment-history .premium-editable-table .month {
  padding-left: 12px;
}
.enrollment-history .premium-editable-table .currency {
  text-align: right;
  padding-right: 40px;
}
.enrollment-history .premium-editable-table .aptc-amount input {
  text-align: right;
  margin-bottom: 0px;
  border-radius: 0 5px 5px 0;
}
.enrollment-history .premium-editable-table select.application-type {
  width: 115px;
}
.enrollment-history .bootstrap-tooltip {
  border-bottom: 1px dotted #B4B2B2;
}
.enrollment-history .bootstrap-tooltip_question-sign {
  display: inline-block;
  padding: 5px 0px;
}
.enrollmentEditToolActionDiv {
  background-color: #f5f5f5;
  margin-top: 0px;
  position: relative;
}
.editToolActionBtnDiv {
  cursor: pointer;
  font-weight: bold;
}
.editToolActionBtnDiv .editToolActionGear {
  color: inherit;
  font-size: 17px;
}
.editToolButtonDiv .editToolBtns {
  padding: 20px;
}
#premiumOverrideReasonModal .overrideTextarea {
  height: 100px;
  width: 96%;
}
#cancelEnrollmentModal .overrideTextarea {
  height: 100px;
  width: 96%;
}
.addOrChangeTxnDiv .overrideTextarea {
  height: 100px;
  width: 96%;
}
.address-modal h4 {
  padding: 0 !important;
  background: transparent !important;
  font-size: 17.5px !important;
  margin: 10px 0 !important;
}
.address-modal .address-line-2 {
  padding-left: 22px;
}
@media (max-width: 991px) {
  .register-group .shopbutton-wrapper {
    clear: both;
    text-align: center;
    float: none;
  }
  .landing-signup {
    padding: 20px;
  }
  .landing-signup input {
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .landing-signup,
  .landing-welcome {
    padding: 0px 0px;
  }
  .landing-welcome h1 {
    margin-bottom: 0px;
  }
  .register-group,
  .register-signin {
    margin: 0px;
    margin-bottom: 15px;
    height: auto;
    padding: 8px;
  }
  .register-signin p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 95% !important;
}
#container-wrap .container {
  margin-top: 0px !important;
}
@media (max-width: 979px) {
  #container-wrap .container {
    margin-top: 28px !important;
  }
}
.carousel,
.carousel-inner .item {
  height: auto !important;
}
@media (max-width: 768px) {
  #sidebar,
  #rightpanel {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  #main.titlebar {
    margin-top: 70px!important;
  }
}
@media (max-width: 500px) {
  #myPereferences .button-controls a,
  #myPereferences .button-controls input {
    display: block;
    float: none;
  }
}
#footer .row-fluid.margin30-t {
  display: block;
}
@media (max-width: 500px) {
  div#footer {
    height: auto;
  }
  #footer footer.container {
    height: auto;
  }
}
#page-header {
  min-height: 83px;
}
.topbar:first-of-type {
  min-height: 83px;
}
.topbar:before {
  display: table;
  content: " ";
}
.topbar::after {
  clear: both;
}
.icon-list:before {
  content: "";
}
.list-title {
  font-weight: normal;
  font-family: "montserratbold", Arial, serif;
}
@media screen and (max-width: 768px) {
  .icon-list:before {
    content: "\f03a";
  }
  .sidebar--slidable__trigger {
    cursor: pointer;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0.5em 0.75em;
    border: 1px solid #e9e9e9;
    border-left: none;
    position: absolute;
    top: 3em;
    right: -2.6em;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .sidebar-slidable__menu {
    display: block!important;
  }
  .sidebar--slidable {
    position: absolute;
    z-index: 100;
    width: 90% !important;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
    bottom: 0;
    left: -90%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2em 1em;
    min-height: 100%;
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .sidebar--slidable.in {
    left: 0;
  }
  .sidebar-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: block;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
@media (max-width: 500px) {
  .customize-plans .pull-right {
    float: none;
  }
  .customize-plans .pull-right a {
    display: block;
  }
}
.top-nav {
  width: auto !important;
}
@media (max-width: 768px) {
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0px;
  }
}
@media (max-width: 520px) {
  .input-xlarge {
    width: auto;
  }
}
.submitbtn-wrapper {
  text-align: center;
}
.search_title_big {
  margin: 0 15px;
}
.search_title_small {
  margin-left: 10px;
}
#location_search {
  margin-left: 4%;
}
.search_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.distance-unit {
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .modalsize-l {
    width: 730px !important;
  }
  .thumbnail.txt-center {
    height: 530px;
  }
  .row-fluid.margin30-t {
    display: flex;
    align-content: stretch;
    flex-direction: row;
  }
}
@media (max-width: 750px) {
  .modalsize-l {
    width: 560px !important;
  }
  #profile-img {
    width: 40%;
  }
  #profile-map {
    width: 100% !important;
  }
  .row-fluid.margin30-t {
    display: flex;
    align-content: stretch;
    flex-direction: row;
  }
  .profile-map iframe {
    width: 95%;
    height: 300px;
  }
}
@media (max-width: 560px) {
  .modalsize-l {
    width: 400px !important;
  }
  .thumbnails .span6 {
    width: 100% ;
  }
  .row-fluid .span6,
  .row-fluid .span5 {
    width: 100% ;
  }
  .row-fluid [class*="span"] {
    margin-left: 0;
  }
  .row-fluid.margin30-t {
    display: block;
  }
  .span1.center {
    display: block;
    width: 100%;
  }
  #location_search {
    margin-left: 0;
  }
  .search_center {
    width: 100%;
    margin-bottom: 20px;
  }
  #profile-map {
    width: 100% !important;
  }
}
.modal {
  left: 0;
  right: 0;
  margin: 0 auto !important;
}
.thumbnail {
  margin: 0 auto;
}
@media (max-width: 979px) {
  .navbar .btn-navbar {
    display: block;
  }
}
#location_search.well:after {
  content: " ";
  position: absolute;
  right: 0 !important;
}
#show-cart table tbody {
  border-top: none !important;
}
#show-cart table tbody tr.caption {
  border-top: none;
}
#show-cart table tbody tr.caption th {
  background: #f5f5f5 !important;
  border-top: none;
  border-bottom: 1px solid #ddd !important;
  color: #3e3e3e !important;
}
#show-cart table tbody tr th {
  border-bottom: none !important;
}
#show-cart table tbody tr.individual-cart-total {
  background: #f5f5f5;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #applicant_esig {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
  }
  .esign_date {
    float: right;
    padding-top: 10px;
  }
}
#eSignature {
  min-height: 17px;
}
.marker {
  background-color: Yellow;
}
.error-notes {
  padding: 8px 35px 8px 14px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.tooltip {
  pointer-events: none;
}
#drugDosagesContainer #drugDosages {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
}
#drugDosagesContainer #drugDosages .drugDosagesHeader {
  border-bottom: 1px solid #ddd;
  color: #333;
  background-color: #f5f5f5;
}
#selectedDrugsContainer .selectedDrugHeader,
#selectedDrugsContainer .selectedDrugGenericName {
  font-size: 14px;
}
#selectedDrugsContainer .selectedDrugGenericName {
  border-color: #ddd !important;
}
/***MarginsAndpaddings***/
.mar-btm-20 {
  margin-bottom: 20px;
}
.hr-btm-head {
  margin-bottom: 20px;
  margin-top: 0px;
  border: 0px solid transparent;
}
/**TEXT_ALIGNMENT and font**/
#account-settings .txt-right {
  text-align: right;
}
.strong {
  font-weight: bold!important;
}
/**Account-settings**/
.acc-row {
  padding: 10px 5px;
}
#account-settings a.btn {
  margin: 0px;
}
/****/
#brokersearchBox {
  width: 800px;
  background-color: transparent!important;
  margin-left: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-clip: initial;
}
#brokersearchBox button.close {
  top: 10px;
}
#locate_assistance {
  padding: 10px;
  border-radius: 6px;
}
#warningBox .modal-body {
  background-color: #fff !important;
}
.searchModal-body {
  border-radius: 6px;
}
.close {
  color: #666;
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 830px) {
  #brokersearchBox .modal-content {
    height: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #brokersearchBox {
    width: 98%;
  }
  #brokersearchBox .agentClose {
    margin-top: 0px !important;
  }
  .modal {
    top: 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #brokersearchBox {
    width: 90vw;
  }
  #brokersearchBox .agentClose {
    margin-top: 0px !important;
  }
  #brokersearchBox .modal-content {
    padding: 0px;
  }
  .modal {
    top: 0%;
    border: 0px;
    width: 90vw;
    max-height: 90vh;
    margin: auto;
    top: 5vh;
    overflow: scroll;
  }
  .modal .btn {
    width: 100%!important;
    margin: 5px 0px!important;
  }
  .modal input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
  }
  .modal input[type="radio"],
  .modal input[type="checkbox"] {
    float: left;
    width: auto;
    height: auto;
  }
  .modal .modal-header {
    height: auto;
  }
  .modal .modal-body {
    height: auto;
  }
  .modal .modal-footer {
    box-sizing: border-box;
    display: table;
    width: 100%;
  }
  .modal .modal-footer .btn,
  .modal .modal-footer a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  iframe#search {
    height: 90vh;
    max-height: 90vh;
  }
  .thumbnail {
    display: table;
    margin-bottom: 10px!important;
  }
  #account-settings .txt-right {
    text-align: left;
  }
  .modal.fade.in {
    top: 5vh;
  }
  .modal.bigger-modal {
    width: 90vw;
    max-height: 90vh;
    margin: auto;
    top: 5vh;
  }
}
.dashboard_tabs a:hover,
.dashboard_tabs a.active {
  border-bottom: 3px solid #0f6eaa;
  background-color: #f5faff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #0e6094;
}
#container-wrap .container {
  box-shadow: 0px 8px 10px 0px rgba(82, 63, 105, 0.13);
}
#houseHoldInfolModal {
  width: 75% !important;
}
/**Skip Sidebar Button as link**/
.buttonskip {
  color: #007fae;
  background: none;
  border: none;
  text-decoration: underline;
}
.link {
  color: #007fae !important;
  text-decoration: none !important;
}
.link:hover {
  color: #9a107a !important;
  text-decoration: underline !important;
}
.ui-grid-header-cell input[type="text"].ui-grid-filter-input,
.ui-grid-header-cell .ui-grid-filter-select {
  height: 30px;
}
.form-account_settings .form-control {
  height: 30px;
}
.ticket_detail .form-group {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ticket_detail .attachmentDiv_row {
  background-color: #f5f5f5;
  padding: 5px;
  margin-bottom: 10px;
}
.create_ticket input,
.create_ticket select,
.create_ticket textarea {
  box-sizing: border-box;
}
.create_ticket input {
  height: 30px;
}
.announcements {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px !important;
  border-radius: 0px;
  padding: 20px 20px 10px 20px;
  width: 100%;
  color: #3D464A;
  background: #ECF6FC;
  border-color: #60B1DE;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  box-sizing: border-box;
}
.announcements p {
  padding: 0px;
}
.announcements pre {
  background-color: transparent;
  border: none;
  padding: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #3D464A;
}
.condensed_SearchBar {
  padding: 20px 10px;
}
.condensed_SearchBar form {
  margin-bottom: 0px;
}
.condensed_SearchBar form .btncon {
  margin-top: 16px;
}
#createTktBtn {
  margin-bottom: 10px;
  margin-right: 8px;
}
.progress_bar--bg {
  background: #DDDDE5;
}
.progress_bar--per {
  background: #007fae;
}
.slider {
  margin-top: -4px;
  background-color: #fff;
}
.slider:before {
  border: 1px solid #007fae;
}
input:checked + .slider {
  background-color: #007fae;
}
input:focus + .slider {
  box-shadow: 0 0 1px #007fae;
}
.highlight_filter {
  background-color: #ECF6FC !important;
}
.currentPlan-tile {
  border: 2px solid #97297B !important;
}
.cp-tile__item--selected--currentPlan {
  background-color: #FBF4F9;
  color: #97297B;
  border-radius: 15PX;
  margin: 5px auto;
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 8px 3px;
  border: 1px solid #97297B;
}
.cp-tile__icon--currentPlan {
  font-size: 16px;
  color: #97297B;
  padding-left: 0px;
  margin-right: 1px;
}
.highlight-csr {
  background: #ECF6FC;
  padding: 5px;
  border-radius: 4px;
  border-bottom: dotted 0px #007fae;
}
.historyBox .eventTime {
  font-size: 13px;
  color: grey;
  font-weight: 100;
}
ul.nav-list > li > a {
  border-bottom: 1px solid transparent;
}
#sidebar a .icon-cog {
  color: inherit;
}
#sidebar #quick-links {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
#sidebar #quick-links a {
  border-bottom: 1px solid transparent;
}
#sidebar .nav-list > span {
  background: none;
  border-bottom: 1px solid transparent;
  color: #138F9D;
  font-size: 1em;
  margin-right: -15px;
  padding: 14px;
}
.mask {
  opacity: 0.8;
  padding: 10px 0 0 55px;
  position: absolute;
  z-index: 11;
}
.mask img {
  float: left;
  position: relative;
  right: -3px;
  top: 8px;
}
#plan-summary .data-display h5,
#emp-contribution .data-display h5,
.widget .data-display h5 {
  width: 266px;
  background: #d0e9ff;
  padding: 6px 10px;
  margin-left: -19px;
  margin-top: -19px;
  margin-bottom: 0;
}
#plan-summary .dl-horizontal dt,
#emp-contribution .dl-horizontal dt,
.widget .dl-horizontal dt {
  text-align: left;
  width: 189px;
  font-weight: normal;
}
#plan-summary .dl-horizontal dd,
#emp-contribution .dl-horizontal dd,
.widget .dl-horizontal dd {
  margin-left: 191px;
  text-align: right;
}
#plan-summary .dl-horizontal dl,
#emp-contribution .dl-horizontal dl,
.widget .dl-horizontal dl {
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#plan-summary .dl-horizontal dl dt,
#emp-contribution .dl-horizontal dl dt,
.widget .dl-horizontal dl dt {
  margin-left: 10px;
  width: 179px;
}
#plan-summary .dl-horizontal dt#c-s-d,
#emp-contribution .dl-horizontal dt#c-s-d,
.widget .dl-horizontal dt#c-s-d {
  width: 133px !important;
}
#plan-summary .dl-horizontal dd#coverage-s-date,
#emp-contribution .dl-horizontal dd#coverage-s-date,
.widget .dl-horizontal dd#coverage-s-date {
  margin-left: 175px !important;
}
#sample-plan-summary .info-header,
#sample-plan-summary .well {
  opacity: 0.3;
}
.plan-selected .dl-horizontal dt {
  text-align: left;
  width: 150px;
  font-weight: normal;
}
.plan-selected .dl-horizontal dd {
  margin-left: 155px;
  text-align: right;
}
/**
* My Information
*/
#myinfo-edit {
  padding: 2px 12px;
}
#myinfo .dl-horizontal dt {
  width: 42% !important;
}
#myinfo .dl-horizontal dd {
  margin-left: 45%;
}
#myinfo .dl-horizontal #worksite address {
  margin-top: 8px;
  margin-bottom: 7px !important;
}
/**
* Edit My Information
*/
form#edit-myinfo .control-label,
form#edit-mydependents .control-label {
  width: 219px !important;
}
form#edit-myinfo .controls,
form#edit-mydependents .controls {
  margin-left: 220px !important;
}
form#edit-myinfo .dl-horizontal dd,
form#edit-mydependents .dl-horizontal dd {
  margin-left: 239px !important;
}
form#edit-myinfo .dl-horizontal dt,
form#edit-mydependents .dl-horizontal dt {
  width: 225px !important;
}
#portal #step-progress {
  margin: 120px 0 180px 0;
  background: #fff;
}
#portal #step-progress #progress-bar ul {
  margin: 0;
  padding: 0;
}
#portal #step-progress #progress-bar ul li {
  list-style: none;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #999;
  text-align: center;
  width: 25%;
  position: relative;
}
#portal #step-progress #progress-bar ul li:after {
  content: "";
  border: 8px solid #D3D3D3;
  position: relative;
  bottom: 60px;
  left: 0;
  display: block;
}
#portal #step-progress #progress-bar ul li .s-no {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 10px;
  text-align: center;
  top: -65px;
  left: 32%;
  border: 3px solid #D3D3D3;
  font-weight: 300;
  z-index: 1;
  color: #999;
  font-size: 32px;
  line-height: 36px;
}
#portal #step-progress #progress-bar ul li.active-state {
  position: relative;
  color: #BC2121;
  text-indent: 10px;
}
#portal #step-progress #progress-bar ul li.active-state .s-no {
  background: #BC2121;
  color: #fff;
  text-indent: 0;
}
#portal #step-progress #progress-bar ul li.active-state .s-no:after {
  content: "";
  border: 4px solid #fff;
  border-radius: 80%;
  width: 18px;
  height: 18px;
  padding: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#portal #step-progress #progress-bar ul li.active-state .step-text:after {
  content: "You Are Here";
  position: absolute;
  font-size: 10px;
  border: 1px solid #e6eaeb;
  background: #e6eaeb;
  color: #999999 !important;
  width: 95px;
  height: 24px;
  line-height: 24px;
  top: -100px;
  left: 22%;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-indent: 2px;
  color: #BC2121;
}
#portal #step-progress #progress-bar ul li.active-state .step-text:before {
  content: "";
  position: absolute;
  top: -76px;
  right: 45%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #e6eaeb;
}
#portal #step-progress #progress-bar ul li.disabled-state {
  color: #dee3e4;
}
#portal #step-progress #progress-bar ul li.disabled-state .s-no {
  background: #f4f6f6;
  color: #d8dee0;
  font-size: 28px;
  line-height: 22px;
  border-color: #dee3e4;
}
#portal #step-progress #progress-bar ul li.completed-state {
  position: relative;
}
#portal #step-progress #progress-bar ul li.completed-state .s-no {
  color: #fff;
}
#portal #step-progress #progress-bar ul li.completed-state .step-text:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 32px;
  position: absolute;
  top: -44px;
  left: 72px;
  z-index: 1;
  color: #BC2121;
}
#portal #step-progress #progress-bar ul li:last-child {
  width: 22.6%;
}
#portal #oep-msg button {
  margin-top: 15%;
}
#portal .well-nobg {
  background: transparent;
  border: 1px solid #D3D3D3;
  border-radius: 0;
  box-shadow: none;
}
#portal .well-step {
  background: transparent;
  border: 1px solid #D3D3D3;
  border-radius: 0;
  box-shadow: none;
  margin: 0 10px 20px 0;
  min-height: 20px;
  padding: 0;
}
#portal .well-step .blurb {
  background-color: #D3D3D3;
  margin: 0;
  padding: 10px;
  color: #333333;
}
#portal .well-step .blurb h4 {
  color: #333333;
  background: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 5px 10px;
  margin-bottom: 0;
}
#portal .info-block .header {
  margin-bottom: 0;
}
#portal .info-block .widget {
  background: #D3D3D3;
  border: 1px solid #D3D3D3;
  box-shadow: none;
}
#portal .info-block .widget h5.header-secondary {
  font-size: 15px;
  margin: 15px 10px 10px 10px;
}
#individual-portal #prem-tax-credit {
  position: relative;
}
#individual-portal .alert {
  padding-right: 14px;
  color: #333;
}
#individual-portal .info-block .header {
  margin-bottom: 0;
}
#individual-portal .eligibility-mask {
  top: -30px;
  left: -70px;
  opacity: 0.5;
  position: absolute;
}
#individual-portal .mask {
  opacity: 0.8;
  padding: 10px 0 0 55px;
  position: absolute;
  z-index: 11;
}
#individual-portal .mask img {
  float: left;
  position: relative;
  right: -3px;
  top: 8px;
}
#individual-portal .plan-selected .dl-horizontal dt {
  text-align: left;
  width: 150px;
  font-weight: normal;
}
#individual-portal .plan-selected .dl-horizontal dd {
  margin-left: 155px;
  text-align: right;
}
#individual-portal #sidebar i {
  width: 18px;
  display: inline-block;
  padding: 0;
}
#individual-portal .plan-title {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #86C48C;
  font-size: 17px;
}
#individual-portal .plan-title img {
  width: 30px;
  padding: 7px 7px 7px 20px;
}
#individual-portal .plan-title span {
  padding-top: 5px;
}
#individual-portal .widget #plan-summary .msg2 {
  text-align: right;
}
#individual-portal .widget #plan-summary .data-display h5 {
  width: 266px;
  background: #d0e9ff;
  padding: 6px 10px;
  margin-left: -19px;
  margin-top: -19px;
  margin-bottom: 0;
}
#individual-portal .widget #plan-summary .dl-horizontal {
  margin-bottom: 0px;
  margin-top: 15px;
}
#individual-portal .widget #plan-summary .dl-horizontal dt {
  text-align: left;
  width: 189px;
  font-weight: normal;
}
#individual-portal .widget #plan-summary .dl-horizontal dd {
  margin-left: 340px;
  text-align: left;
}
#individual-portal .widget #plan-summary .dl-horizontal dl {
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#individual-portal .widget #plan-summary .dl-horizontal dl dt {
  margin-left: 10px;
  width: 179px;
}
#individual-portal #sample-plan-summary .info-header,
#individual-portal #sample-plan-summary .well,
#individual-portal #sample-dental-plan-summary .info-header,
#individual-portal #sample-dental-plan-summary .well {
  opacity: 0.5;
}
#individual-portal #step-progress {
  margin: 95px 0 0 0;
  background: #fff;
}
#individual-portal #step-progress #progress-bar ul {
  margin: 0;
  padding: 0;
}
#individual-portal #step-progress #progress-bar ul li {
  list-style: none;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #999;
  text-align: center;
  width: 25%;
  position: relative;
}
#individual-portal #step-progress #progress-bar ul li:after {
  content: "";
  border: 8px solid #E5E6E8;
  position: relative;
  bottom: 60px;
  left: 0;
  display: block;
}
#individual-portal #step-progress #progress-bar ul li .s-no {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 10px;
  text-align: center;
  top: -65px;
  left: 32%;
  border: 3px solid #D3D3D3;
  font-weight: 300;
  z-index: 1;
  color: #999;
  font-size: 32px;
  line-height: 36px;
}
#individual-portal #step-progress #progress-bar ul li.active-state {
  position: relative;
  color: #E97B00;
  text-indent: 10px;
}
#individual-portal #step-progress #progress-bar ul li.active-state .s-no {
  background: #E97B00;
  color: #fff;
  text-indent: 0;
}
#individual-portal #step-progress #progress-bar ul li.active-state .s-no:after {
  content: "";
  border: 4px solid #fff;
  border-radius: 80%;
  width: 18px;
  height: 18px;
  padding: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#individual-portal #step-progress #progress-bar ul li.active-state .step-text:after {
  content: "You Are Here";
  position: absolute;
  font-size: 10px;
  border: 1px solid #E97B00;
  background: #E97B00;
  color: #fff !important;
  width: 95px;
  height: 24px;
  line-height: 24px;
  top: -100px;
  left: 22%;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-indent: 2px;
  color: #E97B00;
}
#individual-portal #step-progress #progress-bar ul li.active-state .step-text:before {
  content: "";
  position: absolute;
  top: -76px;
  right: 45%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #E97B00;
}
#individual-portal #step-progress #progress-bar ul li.disabled-state {
  color: #dee3e4;
}
#individual-portal #step-progress #progress-bar ul li.disabled-state .s-no {
  background: #f4f6f6;
  color: #d8dee0;
  font-size: 28px;
  line-height: 22px;
  border-color: #dee3e4;
}
#individual-portal #step-progress #progress-bar ul li.completed-state {
  position: relative;
}
#individual-portal #step-progress #progress-bar ul li.completed-state .s-no {
  color: #fff;
  background: #fff;
}
#individual-portal #step-progress #progress-bar ul li.completed-state .step-text:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 32px;
  position: absolute;
  top: -43px;
  left: 85px;
  z-index: 1;
  color: #6aabd5;
}
#individual-portal #oep-msg {
  position: relative;
}
#individual-portal #oep-msg p {
  margin-bottom: 0;
}
#individual-portal #oep-msg button {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#individual-portal .well-nobg {
  background: #fff;
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#individual-portal .well-step {
  background: #fff;
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 20px;
  padding: 20px 10px 10px 10px;
  border-radius: 0;
  margin-right: 0px!important;
  box-shadow: none;
}
#individual-portal .well-step .blurb {
  background-color: transparent;
  color: #666666;
  margin: 0 16px 20px 0;
  padding: 8px 15px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#individual-portal .well-step .blurb h4 {
  color: #E97B00;
  background: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 5px 10px;
  margin-bottom: 0;
}
#individual-portal .well-step .aid_appName {
  width: 50%;
}
#individual-portal .well {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border-top: none;
  padding: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
#individual-portal .well.data-display {
  border-top: 1px solid #D3D3D3;
  background: #fbfbfb;
  padding: 5px 4px 0px 4px;
}
#individual-portal .widget {
  background: #fff;
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
#individual-portal .widget h5.header-secondary {
  background: none repeat scroll 0 0 #D9EDF7;
  font-size: 15px;
  font-weight: 400;
  height: 26px;
  line-height: 26px;
  margin: 15px 5px 0;
  text-indent: 5px;
}
.bubble-nav .nav {
  margin-bottom: 0px;
  border-bottom: none;
}
.bubble-nav .nav li:first-child {
  margin-left: 2%;
}
.bubble-nav .nav a {
  padding: 10px 40px;
  border-color: #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin: 0 2px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
}
.bubble-nav .nav a:hover {
  border-bottom-color: inherit;
  background: #fafafa;
}
.bubble-nav .nav .active a {
  border-color: #009539;
  border-bottom: 1px solid #009539;
  background: #009539;
  color: #fff;
}
.bubble-nav .nav .active a:hover {
  border: 1px solid #007c2f;
}
.applicationState .well-step {
  margin-right: 0;
  padding: 10px;
  border: 0px;
  border-top: 1px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -moz-box-shadow: noe;
  box-shadow: none;
}
.applicationState:first-child .well-step {
  border-top: 0px;
}
.applicationState:first-child #pastAppStatus {
  border-top: 0px;
}
.applicationState .action_panel {
  border: 0px;
  background-color: #f5f5f5;
}
.applicationState h3 {
  font-size: 15px;
  margin-top: 0;
  border-bottom: 1px solid #D3D3D3;
}
.applicationState .availableActions ul {
  list-style-type: none;
}
.applicationState .availableActions ul li {
  line-height: 28px;
}
.applicationState .availableActions ul a {
  border-bottom: 1px dotted;
  border-bottom-color: #007fae;
}
.eventSummaryDialog thead td {
  color: #333333;
  font-weight: bold;
}
.eventSummaryDialog td {
  text-align: center !important;
}
#overrideSepModal {
  width: 740px;
}
#overrideSepModal .error-message {
  font-size: 12px;
}
#overrideSepModal .sep-override-error-block {
  padding-right: 95px;
}
.multi-year .multi-year-tab {
  margin-bottom: 0;
}
.multi-year .multi-year-tab .active > a {
  border-top: 6px solid #86C48C;
  background-color: #FFFFFF;
  border-bottom: none;
  margin-top: 0;
}
.multi-year .multi-year-tab .active > a:hover {
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: default;
  border-top: 6px solid #86C48C;
}
.multi-year .multi-year-tab a {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background-color: #f7f7f7;
  margin-top: 4px;
}
.multi-year .multi-year-content {
  padding: 10px;
  border-left: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: -50px;
}
.multi-year .multi-year-content .collapse-header {
  cursor: pointer;
}
.activeCoverageYear {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.activeCoverageYear:hover {
  background-color: #eee;
}
.enrollment {
  min-height: 0 !important;
  border-top: transparent !important;
  box-sizing: border-box;
}
.enrollment .plan-benefit {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.enrollment .plan-benefit .info-header {
  padding-left: 2em;
}
.enrollment .plan-benefit .info-header img {
  margin-bottom: 1em;
}
.enrollment .plan-benefit .info-header p {
  text-transform: uppercase;
  font-size: 10px;
}
.enrollment .plan-benefit .benefit-summary {
  padding-left: 50px;
}
.enrollment .plan-benefit .benefit-summary th {
  min-width: 128px;
}
.enrollment .table {
  border: none;
}
.enrollment .table th {
  color: #707070 !important;
  font-weight: normal;
  padding-left: 1em;
}
.enrollment .table th,
.enrollment .table td {
  font-size: 12px;
}
.enrollment .plan-summary th {
  min-width: 127px;
}
.enrollment .covered-family-members td:first-child {
  padding-left: 1em;
}
.enrollment .table-caption {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  font-size: 14px;
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-indent: 1em;
}
.enrollment th,
.enrollment td {
  border-top: none;
}
#pastEnrollments #pastEnrollmentTab {
  margin-bottom: 0;
}
#pastEnrollments #pastEnrollmentTab img {
  width: 30px;
}
#pastEnrollments #pastEnrollmentTab .active > a {
  border-top: 4px solid #86C48C;
}
#pastEnrollments #pastEnrollmentTab .active > a:hover {
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important;
  border-top: 4px solid #86C48C !important;
}
#pastEnrollments .pastEnrollment:not(:last-child) {
  margin-bottom: 2em;
  border-bottom: 1px #d3d3d3 solid;
}
.loading-img {
  margin: 20% 35%;
}
.enrollment-update-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  padding-left: 45%;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #847D7D;
}
.noEnrollment {
  margin-bottom: 30px;
}
.noEnrollment p {
  border: 1px solid #e3e3e3;
  padding: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation : portrait) {
  .agent-promotion-circle:hover {
    width: 190px;
  }
  #agentPromotion.modal.hide.fade.in {
    width: 90vw;
    max-height: 90vh;
    margin: auto;
    margin-top: 5vh;
  }
  #agentPromotion .modal-body {
    overflow: scroll;
    max-height: unset;
    margin-top: 0px;
  }
  #agentPromotion .modal-body .agent-logo {
    height: 40vh;
    overflow: hidden;
    text-align: center;
  }
  #agentPromotion .modal-body .agent-logo img {
    vertical-align: top;
    object-fit: cover;
  }
}
@media only screen and (min-width: 480px) and (max-width: 719px) and only screen and (min-width: 720px) and (max-width: 979px) and only screen and (min-width: 980px) and (max-width: 1299px) {
  #agentPromotion.modal.hide.fade.in {
    height: 360px;
    overflow-y: hidden;
    top: 5%;
  }
  #agentPromotion .modal-body {
    max-height: 300px;
  }
}
.agent-promotion-circle {
  z-index: 1020;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  line-height: 40px;
  text-align: left;
  text-indent: 8px;
  background: #007fae;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.agent-promotion-circle:hover {
  width: 200px;
}
.agent-promotion-circle img {
  width: 25px;
}
.agent-promotion-circle span {
  white-space: nowrap;
  position: absolute;
  color: #fff;
}
.enrollment-renewal {
  font-weight: bold;
  color: red;
}
#myHealthPlan .activeEnrollment:not(:last-child) .enrollmentTemplate {
  border-bottom: 1px #d3d3d3 solid;
  padding: 30px 10px;
}
#myHealthPlan .activeEnrollment:first-child .enrollmentTemplate {
  border-bottom: 1px #d3d3d3 solid;
  padding: 30px 10px;
  border: 1px solid #D23A3A;
  border-top-width: 3px;
}
#myDentalPaln .activeEnrollment:not(:last-child) .enrollmentTemplate {
  border-bottom: 1px #d3d3d3 solid;
  padding: 30px 10px;
}
#myDentalPaln .activeEnrollment:first-child .enrollmentTemplate {
  padding: 30px 10px;
  border: 1px solid #D23A3A;
  border-top-width: 3px;
}
#myHealthPlan .activeEnrollment:not(:first-child) .enrollmentTemplate,
#myDentalPaln .activeEnrollment:not(:first-child) .enrollmentTemplate {
  margin-top: 30px;
}
.coverage-year_dropdown {
  margin-top: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .coverage-year {
    width: 100%;
  }
}
#overrideEnrollmentModal {
  top: 1%;
  width: 700px;
}
#overrideEnrollmentModal .modal-body {
  max-height: 430px;
}
#overrideEnrollmentModal .overrideText {
  height: 40px;
}
#overrideEnrollmentModal .csrOverrideMemberTable {
  margin-top: 35px;
}
#overrideEnrollmentModal .csrOverrideMemberTable caption {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  font-size: 14px;
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-indent: 1em;
}
#overrideEnrollmentModal .csrOverrideMemberTable td {
  border: 1px solid #d3d3d3;
}
.override-historyData-header {
  color: #9E9E9E;
}
.modal-header-alert-danger {
  background-color: #f2dede;
  color: #b94a48;
}
.dashboard-rightpanel-application {
  width: 99%;
  overflow: inherit;
}
.dashboard-rightpanel-application .currentApplications {
  border: 1px solid #D3D3D3;
  border-radius: 5px;
}
.dashboard-rightpanel-application .queuedApplications {
  border: 1px solid #D3D3D3;
  border-radius: 5px;
}
.dashboard-rightpanel-application .pastApplications {
  border: 1px solid #D3D3D3;
  border-radius: 5px;
}
.dashboard-rightpanel-application .csr_wrapper_row,
.dashboard-rightpanel-application .csr_pwrapper_row {
  clear: both;
  background-color: #f5f5f5;
  min-height: 40px;
  font-weight: bold;
  color: #007fae;
}
.dashboard-rightpanel-application .action-panel .btn {
  width: 85%;
  height: 100%;
  min-height: 40px;
}
.currentAppStatuspanel {
  display: block;
  padding: 20px;
}
.queuedAppStatuspanel {
  display: block;
  padding: 20px;
}
.pastAppStatuspanel {
  display: block;
  padding: 20px;
}
.enrollment-history {
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.enrollment-history .enrollment-history-panel {
  padding: 20px;
}
.enrollmentCsrActionDiv .enrollmentCsrActionDivpanel {
  padding: 20px;
}
.enrollmentCsrActionDiv .csrActionBorderDiv {
  background-color: #f5f5f5;
  margin-top: 0px;
  position: relative;
}
.enrollmentCsrActionDiv .csrActionBtnDiv {
  cursor: pointer;
  font-weight: bold;
}
.enrollmentCsrActionDiv .csrActionBtnDiv:focus {
  outline: none;
}
.enrollmentCsrActionDiv .csrActionBtnDiv #csrActionGear,
.enrollmentCsrActionDiv .csrActionBtnDiv .csrActionGear {
  color: inherit;
  font-size: 17px;
}
.enrollmentCsrActionDiv .csrButtonDiv {
  padding: 10px;
}
.enrollmentCsrActionDiv .csrButtonDiv .csrBtns {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
/* Eligibility Starts */
.eligibility-wrapper .actionBtn {
  color: #007fae;
}
.eligibility-wrapper #sidebar i {
  font-size: 15px;
  color: #A91C89;
}
.eligibility-wrapper #sidebar .border-custom {
  border-top: none;
}
.eligibility-wrapper #sidebar ul {
  margin-left: 0;
  font-size: 14px;
}
.eligibility-wrapper #sidebar li {
  list-style-type: none;
  margin-bottom: 14px;
  margin-left: 20px;
}
.eligibility-wrapper #sidebar li:before {
  content: "\f05a";
  font-family: FontAwesome;
  margin-left: -22px;
  margin-right: 10px;
  font-size: 15px;
  color: #A91C89;
}
.eligibility-wrapper #rightpanel input[type="text"],
.eligibility-wrapper #rightpanel input[type="checkbox"] {
  margin-top: 0;
  margin-bottom: 0;
}
.eligibility-wrapper #rightpanel input[type="text"].member-birthday,
.eligibility-wrapper #rightpanel input[type="checkbox"].member-birthday {
  text-align: center;
  position: relative;
}
.eligibility-wrapper #rightpanel .btn {
  font-size: 13px;
}
.eligibility-wrapper #rightpanel ul {
  margin-left: 0;
  border: 1px solid #D3D3D3;
  text-align: center;
  margin-bottom: 0;
  background: #fff;
}
.eligibility-wrapper #rightpanel ul#familyLabels {
  border-bottom: none;
  line-height: 40px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  background: #333333;
}
.eligibility-wrapper #rightpanel ul#familyLabels li {
  display: inline-block;
  font-size: 12px;
  width: 17%;
  text-align: center;
  color: #fff;
}
.eligibility-wrapper #rightpanel ul#familyLabels li:last-child {
  width: 11%;
  font-size: 0;
  color: transparent;
}
.eligibility-wrapper #rightpanel ul#familyLabels li a[rel="tooltip"] {
  color: #fff;
  border-bottom: 1px dotted;
}
.eligibility-wrapper #rightpanel ul#members-repeat-container {
  border-top: none;
  padding: 10px 0;
}
.eligibility-wrapper #rightpanel ul#members-repeat-container li {
  display: inline-block;
  font-size: 13px;
  width: 17%;
  text-align: center;
}
.eligibility-wrapper #rightpanel ul#members-repeat-container li:last-child {
  width: 11%;
  font-size: 0;
  color: transparent;
}
.eligibility-wrapper #rightpanel ul#members-repeat-container li .btn-mini {
  font-size: 11px;
}
.eligibility-wrapper #rightpanel .input-append,
.eligibility-wrapper #rightpanel .input-prepend {
  margin-bottom: 0;
}
.eligibility-wrapper #rightpanel .input-append .add-on,
.eligibility-wrapper #rightpanel .input-prepend .add-on {
  border: 1px solid #D3D3D3;
  background: #f5f5f5;
  text-shadow: none;
}
.eligibility-wrapper #rightpanel .input-prepend.input-append input,
.eligibility-wrapper #rightpanel .input-prepend.input-append select,
.eligibility-wrapper #rightpanel .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.eligibility-wrapper #rightpanel .input-prepend.input-append .add-on:first-child,
.eligibility-wrapper #rightpanel .input-prepend.input-append .add-on:last-child,
.eligibility-wrapper #rightpanel .input-prepend .add-on:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#incomeEntry,
#zipEntry {
  margin: 10px 0 20px;
  padding: 10px 0px 10px 10px;
}
#incomeEntry p,
#zipEntry p {
  display: inline-block;
  margin-right: 20px;
  width: 200px;
  text-align: right;
}
#zipEntry .add-on:before {
  content: "\f041";
  font-family: "FontAwesome";
}
#family-members-container button:before {
  content: "\f067";
  margin-right: 5px;
  font-family: "FontAwesome";
}
#family-members-container .form-actions {
  border-top: none;
  padding: 0;
}
#family-members-container .member-label:before {
  content: "\f007";
  margin-right: 5px;
  font-family: "FontAwesome";
}
#family-members-container .remove-label {
  color: transparent;
  font-size: 0;
}
#family-members-container .remove-label:after {
  content: "\f00d";
  margin-left: 5px;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #B90000;
  opacity: 0.8;
}
#family-members-container .remove-label:hover:after {
  opacity: 0.9;
}
#family-members-container .btn-mini {
  padding: 5px 15px;
}
#resultsSection #resultDivs .container_resultDivs {
  width: 96%;
  margin: 0 1% 30px;
  padding: 0 0 10px;
  min-height: 130px;
}
#resultsSection #resultDivs .container_resultDivs .title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #7ebb1f;
  width: 75%;
  margin-left: 22%;
}
#resultsSection #resultDivs .container_resultDivs h3 {
  margin-top: 0;
  font-weight: bold;
  line-height: 20px;
}
#resultsSection #resultDivs .container_resultDivs .row-fluid {
  min-height: 70px;
  padding: 12px;
}
#resultsSection #resultDivs .container_resultDivs img {
  float: right;
}
#resultsSection #resultDivs .container_resultDivs img.nmhide,
#resultsSection #resultDivs .container_resultDivs img.mshide,
#resultsSection #resultDivs .container_resultDivs img.njhide {
  display: block;
  margin: -24px auto 0;
}
#resultsSection #resultDivs .container_resultDivs .subtitle {
  font-family: 'Open Sans', Arial, sans-serif;
  margin-left: 20px;
  font-size: 15px;
}
#resultsSection #resultDivs .container_resultDivs .contents {
  margin: 0 10px 10px 20px;
}
#resultsSection #resultDivs .container_resultDivs .contents a[rel="tooltip"] {
  border-bottom: 1px dotted;
}
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 2.8em;
}
.ui-slider-pips .ui-slider-number,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}
.ui-slider-pips .ui-slider-pip-number .ui-slider-number {
  display: block;
}
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.9em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 45px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}
.ui-slider-pips .ui-slider-number {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2.5em;
}
.ui-slider-pip:hover .ui-slider-number {
  color: #9a107a;
}
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 0;
  margin-right: 2em;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: 20px;
  left: 20px;
  margin-left: 0;
  margin-top: -0.5em;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-number {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}
.ui-slider-vertical.ui-slider-pip:hover .ui-slider-number {
  color: white;
  font-weight: bold;
}
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-number {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -17px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 12px;
  opacity: -1;
  transition: all 0.4s ease;
  color: #333;
}
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-number {
  opacity: 0.9;
  top: -30px;
  color: #333;
  visibility: visible;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-number {
  top: 15px;
}
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-number {
  top: 5px;
  font-weight: normal;
}
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-number:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-number:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  top: -10px;
}
.sliderTowardsEmployees .ui-slider-pip,
.sliderTowardsDependents .ui-slider-pip {
  display: none;
}
.sliderTowardsEmployees .ui-slider-pip:nth-of-type(5n+1),
.sliderTowardsDependents .ui-slider-pip:nth-of-type(5n+1) {
  display: initial;
}
.sliderTowardsEmployees .ui-slider-pip-number:nth-of-type(even),
.sliderTowardsDependents .ui-slider-pip-number:nth-of-type(even) {
  color: transparent;
  font-size: 0px;
}
.sliderTowardsEmployees .ui-slider-number:after,
.sliderTowardsDependents .ui-slider-number:after {
  content: "%";
}
.sliderTowardsEmployees .ui-slider-pip-first .ui-slider-number:after,
.sliderTowardsDependents .ui-slider-pip-first .ui-slider-number:after {
  content: "%";
}
.sliderTowardsEmployeesDental .ui-slider-number:after,
.sliderTowardsDependentsDental .ui-slider-number:after {
  content: "0";
}
.sliderTowardsEmployeesDental .ui-slider-number:before,
.sliderTowardsDependentsDental .ui-slider-number:before {
  content: "$";
}
.sliderTowardsEmployeesDental .ui-slider-pip-first .ui-slider-number:after,
.sliderTowardsDependentsDental .ui-slider-pip-first .ui-slider-number:after {
  content: "";
}
.sliderTowardsEmployeesDental .ui-slider-pip-first .ui-slider-number:before,
.sliderTowardsDependentsDental .ui-slider-pip-first .ui-slider-number:before {
  content: "$";
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #masthead .navbar-inner .container,
  #main .container,
  #container-wrap .container,
  footer.container,
  #menu .navbar-inner {
    border: 0 !important;
  }
  #menu,
  #sidebar {
    display: none;
  }
  .navbar-fixed-top {
    position: relative !important;
  }
  /* Plan display - Disable plan selection scroll */
  #rightpanel #plansbar.stuck,
  #rightpanel .plans-header.stuck {
    position: relative!important;
    top: 0px!important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* #container-wrap a[href]:after {
    content: " (" attr(href) ")";
  }
 		#container-wrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
		#container-wrap  .ir a:after,
		#container-wrap  a[href^="javascript:"]:after,
		#container-wrap  a[href^="#"]:after {
    content: "";
  } */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media screen {
  .plan-selection {
    box-sizing: border-box;
    color: #333333;
  }
  .plan-selection *,
  .plan-selection *::before,
  .plan-selection *::after {
    box-sizing: inherit;
  }
  .plan-selection__container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .plan-selection .ps-edit:before {
    content: "\f044";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    position: relative;
    margin: 0 5px;
  }
  .plan-selection .goToCart {
    font-size: 14px;
  }
  .ps-rightpanel {
    flex: 1;
  }
  .ps-top-links {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .ps-top-links__left {
    margin-right: auto;
    padding-top: 20px;
  }
  .ps-top-links__right {
    margin-right: 20px;
  }
  .ps-nav {
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .ps-nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #A91C89;
    top: 52px;
    opacity: 0.4;
  }
  .ps-nav__links {
    border: none;
    margin-right: auto;
  }
  .ps-nav__list {
    border-bottom: 5px solid #fff;
  }
  .ps-nav__list--active {
    box-sizing: border-box;
    border-bottom: 5px solid #A91C89;
  }
  .ps-nav__list--active .ps-nav__link {
    color: #A91C89;
  }
  .ps-nav__link {
    padding: 14px 20px !important;
    font-size: 20px;
    color: #4c4c4c;
    border: none !important;
  }
  .ps-nav__link:hover {
    background-color: #fff !important;
    border: none !important;
  }
  .ps-nav__plan-count {
    font-size: 20px;
    font-weight: bold;
  }
  .ps-eligibility {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 15px 10px 0px;
  }
  .ps-eligibility__header {
    margin: 0 0 5px;
    font-size: 15px;
  }
  .ps-eligibility__paragraph {
    margin: 0 0 5px;
  }
  .ps-eligibility__amount {
    font-size: 20px;
  }
  .ps-eligibility__csr {
    flex: 0 0 48%;
  }
  .ps-eligibility__csr-text {
    margin-left: 5px;
  }
  .ps-hr {
    margin: 10px 0 0;
  }
  .ps-sidebar-toggler {
    display: none;
  }
  .ps-sidebar {
    flex: 0 0 25%;
    padding: 0 10px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
  }
  .ps-sidebar::-webkit-scrollbar {
    width: 0.4em;
  }
  .ps-sidebar::-webkit-scrollbar,
  .ps-sidebar::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
  }
  .ps-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
  }
  .ps-sidebar__group {
    margin-top: 20px;
    margin-left: 10px;
  }
  .ps-sidebar__group-header {
    max-width: 200px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0 0 25px;
    color: inherit;
  }
  .ps-sidebar__filter {
    margin-top: 25px;
  }
  .ps-sidebar__filter-header {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
  }
  .ps-plans {
    padding: 0 10px;
  }
  .ps-plans__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .ps-plans__filters-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
  }
  .ps-plans__filters-label .clear-filter {
    text-transform: none;
    margin-left: 14px;
  }
  .ps-plans__filter {
    background-color: #f5f5f5;
    padding: 6px 12px 4px 12px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: bold;
    margin: 10px 10px 5px 0;
  }
  .ps-plans__filter .remove-filter {
    margin-left: 7px;
  }
  .ps-plans__remove::before,
  .ps-plans__remove::after {
    content: "";
    position: absolute;
    top: 8.5px;
    right: 3px;
    width: 10px;
    height: 2px;
    background-color: #c62828;
    cursor: pointer;
  }
  .ps-plans__remove::before {
    transform: rotate(-135deg);
  }
  .ps-plans__remove::after {
    transform: rotate(135deg);
  }
  .ps-plans__tiles {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ps-plans__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .cp-label--grey {
    color: #a1a8ae;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  .cp-btn__cart {
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .cp-btn__cart i {
    margin-right: 10px;
  }
  .cp-tooltip__icon-link {
    border-bottom: none !important;
  }
  .cp-tooltip__text {
    border-bottom: 1px dotted #04476C !important;
  }
  .cp-link {
    color: #0080a7;
    font-weight: normal;
    display: inline-block;
  }
  .cp-link:hover {
    color: #A91C89;
  }
  .cp-tile {
    flex: 0 0 31%;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 1%;
    font-size: 14px;
  }
  .cp-tile:hover {
    box-shadow: 0 1px 4px rgba(140, 175, 193, 0.4);
  }
  .cp-tile__header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: #F7F8F8;
    border-bottom: 1px solid #d3d3d3;
  }
  .cp-tile__estimate {
    font-weight: bold;
  }
  .cp-tile__icon {
    color: #000;
    opacity: 0.6;
    cursor: pointer;
  }
  .cp-tile__body {
    margin-bottom: auto;
  }
  .cp-tile__img {
    max-width: 100%;
    max-height: 100%;
  }
  .cp-tile__img-link {
    max-width: 200px;
    height: 50px;
    margin: 10px 0 5px;
    display: inline-block;
  }
  .cp-tile__plan-name {
    color: #22313f;
    opacity: 0.8;
    margin-bottom: 10px;
  }
  .cp-tile__metal-tier {
    padding: 2px 10px 2px 12px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
  }
  .cp-tile__metal-tier--platinum {
    background-color: #ECF0F1;
  }
  .cp-tile__metal-tier--gold {
    background-color: #eaba2b;
    color: #4a2a00;
  }
  .cp-tile__metal-tier--silver {
    background-color: #bdc3c7;
  }
  .cp-tile__metal-tier--csr {
    background-color: #eaba2b;
  }
  .cp-tile__metal-tier--csr-right {
    border-radius: 0 4px 4px 0;
    margin-left: -8px;
  }
  .cp-tile__metal-tier--csr-block {
    display: block;
    margin-top: 5px;
  }
  .cp-tile__metal-tier--bronze {
    background-color: #ece0c8;
  }
  .cp-tile__metal-tier--catastrophic {
    background-color: #dec3c3;
  }
  .cp-tile__current-plan {
    background-color: #C8DEE4;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    padding: 2px 10px;
  }
  .cp-tile__premium {
    margin-top: 20px;
  }
  .cp-tile__premium-amount {
    font-size: 2.2em;
  }
  .cp-tile__premium-month {
    font-size: 1.3em;
    opacity: 0.8;
  }
  .cp-tile__table {
    margin-top: 10px;
    width: 100%;
  }
  .cp-tile__label {
    text-align: right;
    width: 50%;
    height: 25px;
    font-weight: normal;
  }
  .cp-tile__value {
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
  }
  .cp-tile__footer {
    height: 45px;
    background-color: #fff;
    display: flex;
    margin-top: 10px;
  }
  .cp-tile__footer label {
    margin-bottom: 0px;
  }
  .cp-tile__item {
    border-top: 1px solid #d3d3d3;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
  }
  .cp-tile__item:not(:last-child) {
    border-right: 1px solid #d3d3d3;
  }
  .cp-tile__item:hover {
    background-color: #01506d;
    color: #fff;
  }
  .cp-tile__item--selected {
    background-color: #01506d;
    color: #fff;
    font-weight: normal;
  }
  .cp-tile__add {
    font-weight: bold;
  }
  .ps-form__check {
    display: table;
  }
  .ps-form__check:not(:last-child) {
    margin-bottom: 10px;
  }
  .ps-form__check-input {
    display: table-cell;
    vertical-align: top;
    margin: 3px 5px 0 0 !important;
  }
  .ps-form__check-label {
    display: table-cell;
    font-size: 14px;
    color: #01506d;
  }
  .ps-form__check-label a [class^="icon-"],
  .ps-form__check-label a [class*=" icon-"] {
    position: inherit;
  }
  .ps-form__check-label-sub {
    color: #635151;
  }
  #pagination .cp-pagination,
  #pagination_bottom .cp-pagination {
    border: 1px solid #0958b4;
    border-radius: 5px;
    display: flex;
    width: 105px;
    height: 26px;
    float: right;
    align-items: center;
    text-align: center;
    font-weight: bold;
  }
  #pagination .cp-pagination__content,
  #pagination_bottom .cp-pagination__content {
    min-width: 20px;
    flex: 1;
    border-left: 1px solid #01506d;
    border-right: 1px solid #01506d;
  }
  #pagination .cp-pagination__btn,
  #pagination_bottom .cp-pagination__btn {
    cursor: pointer;
    flex: 0 0 25%;
  }
  #pagination .cp-pagination__arrow--disabled,
  #pagination_bottom .cp-pagination__arrow--disabled {
    cursor: not-allowed;
    opacity: 0.2;
  }
  #pagination .cp-pagination__icon,
  #pagination_bottom .cp-pagination__icon {
    color: #01506d;
  }
  .cp-compare-plans {
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(187, 187, 187, 0.5);
    overflow: hidden;
    width: 90%;
  }
  .cp-compare-plans__header {
    background-color: #f7f7f7;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .cp-compare-plans__title-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cp-compare-plans__title {
    color: #01506d;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
  }
  .cp-compare-plans__collapse {
    color: #01506d;
  }
  .cp-compare-plans__body {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cp-compare-plans__plan {
    min-height: 120px;
    width: 85%;
    border-radius: 3px;
    background-color: #fff;
    padding: 7px;
    margin: 5px 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .cp-compare-plans__plan--added {
    border: solid 1px #bbb;
    position: relative;
  }
  .cp-compare-plans__plan--empty {
    border: dashed 1px #bbb;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .cp-compare-plans__img-container {
    width: 70%;
    height: 50px;
  }
  .cp-compare-plans__img {
    max-width: 100%;
    max-height: 100%;
  }
  .cp-compare-plans__remove {
    color: #c62828;
    cursor: pointer;
    position: absolute !important;
    font-size: 20px;
    right: 0px;
    top: -2px !important;
  }
  .cp-compare-plans__name {
    margin-top: 5px;
  }
  .cp-compare-plans__premium {
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
  }
  .cp-compare-plans__footer {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cp-compare-plans__cta {
    background-color: #01506d;
    color: #fff;
    border: none;
    padding: 10px;
    width: 80%;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
  }
  .cp-compare-plans__cta:hover {
    color: #fff;
    background-color: #01506d;
  }
  .quality-rating-icon {
    color: #FDA639;
    font-size: 15px;
  }
  /* Loading Circle */
  .cp-loading--outter {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #48A95E;
    opacity: 0.9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin 0.5s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    -ms-animation: spin 0.5s infinite linear;
  }
  .cp-loading--inner {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #2285CE;
    opacity: 0.9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoff 0.5s infinite linear;
    -webkit-animation: spinoff 1.5s infinite linear;
    -ms-animation: spinoff 0.5s infinite linear;
  }
  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinoff {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(-360deg);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spinoff {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }
  @-ms-keyframes spin {
    0% {
      -ms-transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
    }
  }
  @-ms-keyframes spinoff {
    0% {
      -ms-transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(-360deg);
    }
  }
  .ps-detail {
    padding: 0 3%;
    width: 100%;
    font-size: 14px;
  }
  .ps-detail__highlights-container {
    display: flex;
    flex-flow: column;
  }
  .ps-detail__panel {
    display: flex;
    justify-content: space-between;
  }
  .ps-detail__tile {
    flex: 0 0 40%;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0px 0px 16px 0px;
  }
  .ps-detail__tile-estimate {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 10px;
  }
  .ps-detail__tile-footer {
    margin-top: 10px;
    text-align: center;
  }
  .ps-detail__tile-add {
    padding: 8px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #01506d;
    color: #fff;
    width: 45%;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
  }
  .ps-detail__highlights {
    flex: 0 0 55%;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 30px;
  }
  .ps-detail__header {
    font-weight: bold;
    letter-spacing: 1px;
  }
  .ps-detail__header--group {
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
  }
  .ps-detail__header--group .group_box {
    padding: 10px;
  }
  .ps-detail__header--group button.toggle {
    padding: 10px;
    width: 100%;
    border: none;
    text-align: initial;
    letter-spacing: 1px;
    color: #333333;
    background-color: transparent;
  }
  .ps-detail__highlights-table tr {
    height: 35px;
  }
  .ps-detail__highlights-table th {
    text-align: left;
    font-weight: normal;
    color: #4C5863;
  }
  .ps-detail__benefits {
    margin-top: 30px;
  }
  .ps-detail__benefits-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .ps-detail__benefit-list {
    list-style: none;
  }
  .ps-detail__benefit-link--active {
    color: #0080a7;
  }
  .ps-detail__benefit-link--active:hover {
    color: #A91C89;
  }
  .ps-detail__group-container {
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
  }
  .ps-detail__group {
    padding: 0px;
  }
  .ps-detail__group-body {
    padding: 5px 5px;
    width: 100%;
  }
  .ps-detail__provider-container {
    margin-top: 20px;
    display: flex;
  }
  .ps-detail__provider-container:last-child {
    margin-bottom: 30px;
  }
  .ps-detail__provider-details {
    flex: 0 0 40%;
  }
  .ps-detail__provider-specialty {
    color: #868080;
  }
  .ps-detail__provider-map {
    border-radius: 5px;
    background-color: #eaeff4;
    padding: 5px 10px;
  }
  .ps-detail__sub-header {
    height: 40px;
    display: table-row;
    font-weight: bold;
  }
  .ps-detail__sub-header .u-table-cell:last-child {
    text-align: center;
  }
  .ps-detail__sub-header div.u-table-cell {
    border-bottom: 1px solid #F0F0F0;
  }
  .ps-detail__service {
    height: 50px;
    display: table-row;
  }
  .ps-detail__service .u-table-cell:last-child {
    text-align: center;
  }
  .cp-sample__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 70%;
    margin-top: -20px;
  }
  .cp-sample__header {
    background: #fff !important;
  }
  .cp-sample__tile {
    width: 250px;
    flex: 0 0 auto;
  }
  .cp-sample__img-link {
    height: auto;
    margin-top: 30px;
  }
  .icon-ban-circle {
    color: #ca1d3a;
  }
  .icon-circle--good {
    color: #4eaa45;
  }
  .icon-circle--ok {
    color: #f3bd58;
  }
  .icon-circle--poor {
    color: #f0775f;
  }
  .ps-compare .plan-details {
    text-align: center;
  }
  .ps-compare__placeholder {
    flex: 0 0 25%;
  }
  .ps-compare__plan-tiles {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .ps-compare__plan-tile {
    flex: 1 1 0;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-align: center;
    margin-right: 20px;
    padding: 0px 0px 16px 0px;
    display: flex;
    flex-direction: column;
  }
  .ps-compare__tile-footer {
    margin-top: 10px;
  }
  .alert {
    color: inherit;
  }
  .print_preview_div {
    font-size: 14px;
    margin-top: 30px;
    line-height: normal;
  }
  .ps-compare__group-container .print_preview_div {
    padding-right: 20px;
  }
  #explanation-table-print-container {
    display: none;
  }
}
@media screen and all and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ps-sidebar {
    height: auto;
    overflow: hidden;
  }
}
@media screen and only screen and (min-width: 320px) and (max-width: 767px) {
  #pagination .cp-pagination,
  #pagination_bottom .cp-pagination {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1125px) {
  .cp-tile__item {
    font-size: 11px;
  }
}
@media screen and (max-width: 992px) {
  .cp-tile {
    flex: 0 0 48%;
  }
  .ps-detail__tile-add {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #rightpanel {
    margin-top: 0px;
  }
  .cp-tile {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .cp-tile__item {
    font-size: 13px;
  }
  .ps-sidebar {
    flex: 0 0 40%;
  }
  .ps-eligibility {
    flex-flow: column;
  }
  .ps-eligibility__csr {
    margin-top: 20px;
  }
  .ps-eligibility__csr-text {
    margin-left: 5px;
  }
  .ps-detail__panel {
    flex-flow: column;
  }
  .ps-detail__highlights {
    margin-top: 20px;
  }
  .ps-detail__tile-add {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .ps-nav__plan-count {
    font-size: 20px;
  }
  .ps-sidebar-toggler {
    display: block;
    right: -30px;
    top: 0px;
    border-top: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 5px 10px;
    z-index: 100;
    cursor: pointer;
    width: auto !important;
    background-color: #007fae;
    color: #fff;
  }
  .show-side-bar {
    display: block;
    position: absolute;
    right: -73px;
    top: 0px;
    border-top: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 5px 10px;
    z-index: 100;
    background-color: #007fae;
    cursor: pointer;
    width: auto !important;
    color: #fff;
  }
  .ps-sidebar {
    z-index: 10;
    background: #fff;
    padding-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-left: none;
    top: 94px;
    left: 0px;
    transform: translateX(-100%);
    transition: transform 0.5s;
    position: absolute;
    width: 100%;
    height: auto;
    overflow: inherit;
  }
  .ps-sidebar.in {
    transform: translateX(0);
    transition: transform 0.5s;
  }
  #sidebar .icon-chevron-left {
    margin-top: 3px;
  }
  .ps-nav::before {
    top: 42px;
  }
  .ps-nav__link {
    padding: 10px !important;
    font-size: 12px;
  }
  .ps-plans__tiles {
    justify-content: center;
  }
  .ps-detail__highlights-table th {
    width: 50%;
  }
  .ps-detail__benefits-list {
    flex-flow: column;
  }
  .ps-detail__benefit-list {
    margin-bottom: 10px;
  }
  .ps-detail__sub-header {
    display: none;
  }
  .ps-detail__service .u-table-cell:last-child {
    width: 100%;
    text-align: left;
  }
  .ps-detail__service-label {
    margin-top: 20px;
    background: #f0f0f0;
    padding: 5px;
  }
}
@media print {
  .plan-selection {
    box-sizing: border-box;
    color: #333333;
  }
  .plan-selection *,
  .plan-selection *::before,
  .plan-selection *::after {
    box-sizing: inherit;
  }
  .plan-selection__container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .plan-selection .ps-edit:before {
    content: "\f044";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    position: relative;
    margin: 0 5px;
  }
  .plan-selection .goToCart {
    font-size: 14px;
  }
  .ps-rightpanel {
    flex: 1;
  }
  .ps-top-links {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .ps-top-links__left {
    margin-right: auto;
    padding-top: 20px;
  }
  .ps-top-links__right {
    margin-right: 20px;
  }
  .ps-nav {
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .ps-nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #A91C89;
    top: 52px;
    opacity: 0.4;
  }
  .ps-nav__links {
    border: none;
    margin-right: auto;
  }
  .ps-nav__list {
    border-bottom: 5px solid #fff;
  }
  .ps-nav__list--active {
    box-sizing: border-box;
    border-bottom: 5px solid #A91C89;
  }
  .ps-nav__list--active .ps-nav__link {
    color: #A91C89;
  }
  .ps-nav__link {
    padding: 14px 20px !important;
    font-size: 20px;
    color: #4c4c4c;
    border: none !important;
  }
  .ps-nav__link:hover {
    background-color: #fff !important;
    border: none !important;
  }
  .ps-nav__plan-count {
    font-size: 20px;
    font-weight: bold;
  }
  .ps-eligibility {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 15px 10px 0px;
  }
  .ps-eligibility__header {
    margin: 0 0 5px;
    font-size: 15px;
  }
  .ps-eligibility__paragraph {
    margin: 0 0 5px;
  }
  .ps-eligibility__amount {
    font-size: 20px;
  }
  .ps-eligibility__csr {
    flex: 0 0 48%;
  }
  .ps-eligibility__csr-text {
    margin-left: 5px;
  }
  .ps-hr {
    margin: 10px 0 0;
  }
  .ps-sidebar-toggler {
    display: none;
  }
  .ps-sidebar {
    flex: 0 0 25%;
    padding: 0 10px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
  }
  .ps-sidebar::-webkit-scrollbar {
    width: 0.4em;
  }
  .ps-sidebar::-webkit-scrollbar,
  .ps-sidebar::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
  }
  .ps-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
  }
  .ps-sidebar__group {
    margin-top: 20px;
    margin-left: 10px;
  }
  .ps-sidebar__group-header {
    max-width: 200px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0 0 25px;
    color: inherit;
  }
  .ps-sidebar__filter {
    margin-top: 25px;
  }
  .ps-sidebar__filter-header {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
  }
  .ps-plans {
    padding: 0 10px;
  }
  .ps-plans__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .ps-plans__filters-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
  }
  .ps-plans__filters-label .clear-filter {
    text-transform: none;
    margin-left: 14px;
  }
  .ps-plans__filter {
    background-color: #f5f5f5;
    padding: 6px 12px 4px 12px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: bold;
    margin: 10px 10px 5px 0;
  }
  .ps-plans__filter .remove-filter {
    margin-left: 7px;
  }
  .ps-plans__remove::before,
  .ps-plans__remove::after {
    content: "";
    position: absolute;
    top: 8.5px;
    right: 3px;
    width: 10px;
    height: 2px;
    background-color: #c62828;
    cursor: pointer;
  }
  .ps-plans__remove::before {
    transform: rotate(-135deg);
  }
  .ps-plans__remove::after {
    transform: rotate(135deg);
  }
  .ps-plans__tiles {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ps-plans__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .cp-label--grey {
    color: #a1a8ae;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  .cp-btn__cart {
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .cp-btn__cart i {
    margin-right: 10px;
  }
  .cp-tooltip__icon-link {
    border-bottom: none !important;
  }
  .cp-tooltip__text {
    border-bottom: 1px dotted #04476C !important;
  }
  .cp-link {
    color: #0080a7;
    font-weight: normal;
    display: inline-block;
  }
  .cp-link:hover {
    color: #A91C89;
  }
  .cp-tile {
    flex: 0 0 31%;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 1%;
    font-size: 14px;
  }
  .cp-tile:hover {
    box-shadow: 0 1px 4px rgba(140, 175, 193, 0.4);
  }
  .cp-tile__header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: #F7F8F8;
    border-bottom: 1px solid #d3d3d3;
  }
  .cp-tile__estimate {
    font-weight: bold;
  }
  .cp-tile__icon {
    color: #000;
    opacity: 0.6;
    cursor: pointer;
  }
  .cp-tile__body {
    margin-bottom: auto;
  }
  .cp-tile__img {
    max-width: 100%;
    max-height: 100%;
  }
  .cp-tile__img-link {
    max-width: 150px;
    height: 50px;
    margin: 20px 0 5px;
    display: inline-block;
  }
  .cp-tile__plan-name {
    color: #22313f;
    opacity: 0.8;
    margin-bottom: 10px;
  }
  .cp-tile__metal-tier {
    padding: 2px 10px 2px 12px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
  }
  .cp-tile__metal-tier--platinum {
    background-color: #ECF0F1;
  }
  .cp-tile__metal-tier--gold {
    background-color: #eaba2b;
    color: #4a2a00;
  }
  .cp-tile__metal-tier--silver {
    background-color: #bdc3c7;
  }
  .cp-tile__metal-tier--csr {
    background-color: #eaba2b;
  }
  .cp-tile__metal-tier--csr-right {
    border-radius: 0 4px 4px 0;
    margin-left: -8px;
  }
  .cp-tile__metal-tier--csr-block {
    display: block;
    margin-top: 5px;
  }
  .cp-tile__metal-tier--bronze {
    background-color: #ece0c8;
  }
  .cp-tile__metal-tier--catastrophic {
    background-color: #dec3c3;
  }
  .cp-tile__current-plan {
    background-color: #C8DEE4;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    padding: 2px 10px;
  }
  .cp-tile__premium {
    margin-top: 20px;
  }
  .cp-tile__premium-amount {
    font-size: 2.2em;
  }
  .cp-tile__premium-month {
    font-size: 1.3em;
    opacity: 0.8;
  }
  .cp-tile__table {
    margin-top: 10px;
    width: 100%;
  }
  .cp-tile__label {
    text-align: right;
    width: 50%;
    height: 25px;
    font-weight: normal;
  }
  .cp-tile__value {
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
  }
  .cp-tile__footer {
    height: 45px;
    background-color: #fff;
    display: flex;
    margin-top: 10px;
  }
  .cp-tile__footer label {
    margin-bottom: 0px;
  }
  .cp-tile__item {
    border-top: 1px solid #d3d3d3;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
  }
  .cp-tile__item:not(:last-child) {
    border-right: 1px solid #d3d3d3;
  }
  .cp-tile__item:hover {
    background-color: #01506d;
    color: #fff;
  }
  .cp-tile__item--selected {
    background-color: #01506d;
    color: #fff;
    font-weight: normal;
  }
  .cp-tile__add {
    font-weight: bold;
  }
  .ps-form__check {
    display: table;
  }
  .ps-form__check:not(:last-child) {
    margin-bottom: 10px;
  }
  .ps-form__check-input {
    display: table-cell;
    vertical-align: top;
    margin: 3px 5px 0 0 !important;
  }
  .ps-form__check-label {
    display: table-cell;
    font-size: 14px;
    color: #01506d;
  }
  .ps-form__check-label a [class^="icon-"],
  .ps-form__check-label a [class*=" icon-"] {
    position: inherit;
  }
  .ps-form__check-label-sub {
    color: #635151;
  }
  #pagination .cp-pagination,
  #pagination_bottom .cp-pagination {
    border: 1px solid #0958b4;
    border-radius: 5px;
    display: flex;
    width: 105px;
    height: 26px;
    float: right;
    align-items: center;
    text-align: center;
    font-weight: bold;
  }
  #pagination .cp-pagination__content,
  #pagination_bottom .cp-pagination__content {
    min-width: 20px;
    flex: 1;
    border-left: 1px solid #01506d;
    border-right: 1px solid #01506d;
  }
  #pagination .cp-pagination__btn,
  #pagination_bottom .cp-pagination__btn {
    cursor: pointer;
    flex: 0 0 25%;
  }
  #pagination .cp-pagination__arrow--disabled,
  #pagination_bottom .cp-pagination__arrow--disabled {
    cursor: not-allowed;
    opacity: 0.2;
  }
  #pagination .cp-pagination__icon,
  #pagination_bottom .cp-pagination__icon {
    color: #01506d;
  }
  .cp-compare-plans {
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(187, 187, 187, 0.5);
    overflow: hidden;
    width: 90%;
  }
  .cp-compare-plans__header {
    background-color: #f7f7f7;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .cp-compare-plans__title-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cp-compare-plans__title {
    color: #01506d;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
  }
  .cp-compare-plans__collapse {
    color: #01506d;
  }
  .cp-compare-plans__body {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cp-compare-plans__plan {
    min-height: 120px;
    width: 85%;
    border-radius: 3px;
    background-color: #fff;
    padding: 7px;
    margin: 5px 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .cp-compare-plans__plan--added {
    border: solid 1px #bbb;
    position: relative;
  }
  .cp-compare-plans__plan--empty {
    border: dashed 1px #bbb;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .cp-compare-plans__img-container {
    width: 70%;
    height: 50px;
  }
  .cp-compare-plans__img {
    max-width: 100%;
    max-height: 100%;
  }
  .cp-compare-plans__remove {
    color: #c62828;
    cursor: pointer;
    position: absolute !important;
    font-size: 20px;
    right: 0px;
    top: -2px !important;
  }
  .cp-compare-plans__name {
    margin-top: 5px;
  }
  .cp-compare-plans__premium {
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
  }
  .cp-compare-plans__footer {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cp-compare-plans__cta {
    background-color: #01506d;
    color: #fff;
    border: none;
    padding: 10px;
    width: 80%;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
  }
  .cp-compare-plans__cta:hover {
    color: #fff;
    background-color: #01506d;
  }
  .quality-rating-icon {
    color: #FDA639;
    font-size: 15px;
  }
  /* Loading Circle */
  .cp-loading--outter {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #48A95E;
    opacity: 0.9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin 0.5s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    -ms-animation: spin 0.5s infinite linear;
  }
  .cp-loading--inner {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #2285CE;
    opacity: 0.9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoff 0.5s infinite linear;
    -webkit-animation: spinoff 1.5s infinite linear;
    -ms-animation: spinoff 0.5s infinite linear;
  }
  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinoff {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(-360deg);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spinoff {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }
  @-ms-keyframes spin {
    0% {
      -ms-transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
    }
  }
  @-ms-keyframes spinoff {
    0% {
      -ms-transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(-360deg);
    }
  }
  .ps-detail {
    padding: 0 3%;
    width: 100%;
    font-size: 14px;
  }
  .ps-detail__highlights-container {
    display: flex;
    flex-flow: column;
  }
  .ps-detail__panel {
    display: flex;
  }
  .ps-detail__tile {
    flex: 0 0 40%;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0px 0px 16px 0px;
    margin-right: 20px;
  }
  .ps-detail__tile-estimate {
    display: inline-block;
    padding: 2px 5px 2px 0px;
    border-radius: 5px;
    margin-left: 5px;
  }
  .ps-detail__tile-footer {
    margin-top: 10px;
    text-align: center;
  }
  .ps-detail__tile-add {
    padding: 10px;
    background-color: #01506d;
    color: #fff;
    width: auto;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
  }
  .ps-detail__highlights {
    flex: 0 0 55%;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 30px;
  }
  .ps-detail__header {
    font-weight: bold;
    letter-spacing: 1px;
  }
  .ps-detail__header--group {
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
  }
  .ps-detail__header--group .group_box {
    padding: 10px;
  }
  .ps-detail__header--group button.toggle {
    padding: 10px;
    width: 100%;
    border: none;
    text-align: initial;
    letter-spacing: 1px;
    color: #333333;
    background-color: transparent;
  }
  .ps-detail__highlights-table tr {
    height: 35px;
  }
  .ps-detail__highlights-table th {
    text-align: left;
    font-weight: normal;
    color: #4C5863;
  }
  .ps-detail__benefits {
    margin-top: 30px;
  }
  .ps-detail__benefits-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .ps-detail__benefit-list {
    list-style: none;
  }
  .ps-detail__benefit-link--active {
    color: #0080a7;
  }
  .ps-detail__benefit-link--active:hover {
    color: #A91C89;
  }
  .ps-detail__group-container {
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
  }
  .ps-detail__group {
    padding: 0px;
  }
  .ps-detail__group-body {
    padding: 5px 5px;
    width: 100%;
  }
  .ps-detail__provider-container {
    margin-top: 20px;
    display: flex;
  }
  .ps-detail__provider-container:last-child {
    margin-bottom: 30px;
  }
  .ps-detail__provider-details {
    flex: 0 0 40%;
  }
  .ps-detail__provider-specialty {
    color: #868080;
  }
  .ps-detail__provider-map {
    border-radius: 5px;
    background-color: #eaeff4;
    padding: 5px 10px;
  }
  .ps-detail__sub-header {
    height: 40px;
    display: table-row;
    font-weight: bold;
  }
  .ps-detail__sub-header .u-table-cell:last-child {
    text-align: center;
  }
  .ps-detail__sub-header div.u-table-cell {
    border-bottom: 1px solid #F0F0F0;
  }
  .ps-detail__service {
    height: 50px;
    display: table-row;
  }
  .ps-detail__service .u-table-cell:last-child {
    text-align: center;
  }
  .cp-sample__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 70%;
    margin-top: -20px;
  }
  .cp-sample__header {
    background: #fff !important;
  }
  .cp-sample__tile {
    width: 250px;
    flex: 0 0 auto;
  }
  .cp-sample__img-link {
    height: auto;
    margin-top: 30px;
  }
  .icon-ban-circle {
    color: #ca1d3a;
  }
  .icon-circle--good {
    color: #4eaa45;
  }
  .icon-circle--ok {
    color: #f3bd58;
  }
  .icon-circle--poor {
    color: #f0775f;
  }
  .ps-compare .plan-details {
    text-align: center;
  }
  .ps-compare__placeholder {
    flex: 0 0 25%;
  }
  .ps-compare__plan-tiles {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .ps-compare__plan-tile {
    flex: 1 1 0;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-align: center;
    margin-right: 20px;
    padding: 0px 0px 16px 0px;
    display: flex;
    flex-direction: column;
  }
  .ps-compare__tile-footer {
    margin-top: 10px;
  }
  .alert {
    color: inherit;
  }
  @page {
    margin: 50px 5px;
  }
  .showonprint {
    visibility: visible;
  }
  .print_preview,
  .ps-top-links,
  .ps-detail__benefits,
  a [class^="icon-"],
  a [class*=" icon-"],
  i [class*="icon-"],
  i [class^="icon-"],
  [class^="icon-"],
  [class*=" icon-"] {
    display: none;
    border: none;
    height: 0px;
    margin: 0px;
    padding: 0px;
  }
  h1 {
    margin-top: 0px;
  }
  a[rel~="tooltip"] {
    border-bottom: none;
  }
  #masthead.gi-masthead .navbar-inner {
    position: relative;
    margin-top: 0px;
    border-bottom: 2px solid #777787;
  }
  #masthead.gi-masthead .navbar-inner .container {
    display: table;
  }
  #masthead.gi-masthead .navbar-inner .container .brand {
    position: relative;
  }
  .btn-navbar,
  .ps-detail__group-container {
    border: none;
    box-shadow: none;
  }
  .ps-detail {
    padding: 0px!important;
    margin-top: 0px!important;
  }
  button.toggle {
    margin-top: 10px;
    font-size: 18px;
  }
  .ps-detail__sub-header div.u-table-cell {
    color: #777787 !important;
  }
  .ps-detail__sub-header div.u-table-cell a {
    color: #777787 !important;
    text-decoration: none;
    border-bottom: none;
  }
  .ps-detail__sub-header div.u-table-cell a:after {
    vertical-align: top;
    content: "*";
  }
  .ps-detail__service .ps-detail__service-label {
    color: #777787 !important;
  }
  .ps-detail__service .ps-detail__service-label a {
    color: #777787 !important;
    text-decoration: none;
    border-bottom: none;
  }
  .ps-detail__service .ps-detail__service-label a:after {
    vertical-align: top;
    content: "*";
  }
  div#footer .pull-left {
    float: left;
    text-align: left;
  }
  #footer {
    box-sizing: border-box !important;
    background: #085162 !important;
    height: 90px!important;
    border-top: 3px solid #0092b3 !important;
    page-break-inside: avoid;
    page-break-before: auto;
    page-break-after: auto;
    position: relative;
    display: table;
    width: 100%;
  }
  #footer #copyrights {
    color: #fff !important;
    text-align: left;
    width: 100%;
  }
  #footer a {
    display: none!important;
  }
  .accordion-group {
    display: table;
    width: 100%;
    border: 0px solid #D3D3D3;
  }
  .accordion-group .accordion-heading {
    page-break-before: avoid !important;
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
    break-before: avoid !important;
    break-inside: avoid !important;
    break-after: avoid !important;
  }
  .accordion-group .accordion-heading .accordion-toggle {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
  }
  .accordion-group .accordion-body .accordion-inner {
    border: none;
  }
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .plan-details p small p {
    font-size: 10px;
    page-break-before: auto;
    line-height: 14px;
  }
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .plan-details p small p b,
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .plan-details p small p strong {
    font-size: 12px;
    line-height: 20px;
  }
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .plan-details:nth-child(3) {
    background-color: #F2F5F8 !important;
  }
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .u-flex-25:first-child {
    color: #777787 !important;
  }
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .u-flex-25:first-child p {
    color: #777787 !important;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
  }
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .u-flex-25:first-child a {
    color: #777787 !important;
  }
  .accordion-group .accordion-body .accordion-inner .row-fluid .u-flex-display .u-flex-25:first-child a:after {
    vertical-align: top;
    content: "*";
  }
  .benefits {
    display: table!important;
    width: 100%!important;
    clear: both;
  }
  .benefits p {
    margin: 5px 0px !important;
  }
  #benefitHead .plan-details {
    padding: 5px 10px 5px 10px!important;
    border-left: none!important;
  }
  p {
    margin: 0px!important;
  }
  .u-show-inline-block-xs,
  .u-show-block-xs {
    display: none !important;
  }
  .u-hide-xs {
    display: block !important;
  }
  .ps-compare__plan-tiles {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
  }
  .ps-compare__placeholder {
    flex: 1 0 23%;
  }
  .ps-compare__plan-tile {
    position: relative;
    font-size: 11px !important;
    padding: 3px;
  }
  .ps-compare__plan-tile .cp-tile__header {
    font-size: 11px !important;
    white-space: nowrap;
    width: 98%;
    display: flex;
    flex-direction: row;
    position: absolute;
    height: auto;
    top: 0;
  }
  .ps-compare__plan-tile .ps-detail__tile-estimate {
    text-align: right;
    white-space: nowrap;
  }
  .cp-tile__plan-name {
    white-space: nowrap;
  }
  .cp-tile__premium {
    font-size: 10px !important;
    white-space: nowrap;
  }
  .icon-star,
  .icon-star-half-empty,
  .icon-star-empty {
    color: #ff6200 !important;
  }
  [class^="icon-"],
  [class*=" icon-"] {
    display: inline!important;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
  }
  #explanation-table-print-container {
    display: flex;
    flex-direction: column;
    word-break: normal !important;
    width: 800px !important;
    border: 1px solid #AAAABA;
    padding: 15px;
    margin: 10px -20px;
    border-radius: 5px;
    page-break-inside: avoid;
  }
  #explanation-table-print-container h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #explanation-table-print-container .explanation-row {
    word-break: break-word;
  }
  #explanation-table-print-container .explanation-row div:first-child {
    padding-right: 10px;
  }
  @-moz-document url-prefix() {
    #explanation-table-print-container {
      break-before: always;
    }
    #footer {
      word-break: normal !important;
      width: 800px !important;
      break-after: auto !important;
      break-before: auto !important;
      color: #000000;
    }
    #ff-footer-fix {
      display: block;
    }
    .u-flex-display {
      overflow: auto;
    }
  }
  #navtopview {
    display: none;
  }
}
@media print and all and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .ps-sidebar {
    height: auto;
    overflow: hidden;
  }
}
.shopping-plan-sticky__compare {
  position: fixed !important;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 0 0 0 #fff, 0 6px 6px -6px #aaaab5;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.shopping-plan-sticky__detail {
  position: fixed !important;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 0 0 0 #fff, 0 6px 6px -6px #aaaab5;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (max-height: 40rem) {
  .shopping-plan-sticky__detail {
    position: relative !important;
  }
}
.text_align {
  text-align: right;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation : portrait), only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation : landscape) {
  body {
    background: #fff;
  }
  #masthead {
    margin-top: -18px;
  }
  #masthead .navbar {
    float: none!important;
  }
  #masthead .navbar-fixed-top {
    position: initial;
  }
  #container-wrap .container {
    border: none;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1299px), only screen and (min-width: 1300px) and (max-width: 2400px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #masthead #second-menu-nm li {
    display: block;
    text-align: right;
  }
  .nav-collapse {
    margin-top: 50px;
    margin-right: 15px;
  }
  #masthead .navbar-inner {
    min-height: 0px;
  }
  #masthead .brand {
    margin-left: 10px;
  }
  #masthead {
    margin-top: 0px;
  }
  #skip-sign-up {
    border: 1px solid #007fae;
    background: #fff;
    color: #007fae;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 10px!important;
  }
  #zip-anchor-div {
    margin-top: 10px;
  }
  .form-horizontal .form-actions {
    padding-left: 0px;
  }
  .text_align {
    text-align: left !important;
  }
  .ps-plans__header {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #masthead #second-menu-nm li {
    display: block;
    text-align: right;
  }
  #masthead .navbar-inner {
    min-height: 0px;
  }
  #masthead {
    margin-top: 0px;
  }
  .text_align {
    text-align: right;
  }
}
