/*
@line-height-base:        	1.45454545; // 16/11
@padding-base-vertical:   	5px;
*/
/* this is the left side navigation hover */
/* this is the text color of an active link in the left side navigation */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #da8025;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #995a1a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dddddd;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #da8025;
}
a.text-primary:hover {
  color: #ae661e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #da8025;
}
a.bg-primary:hover {
  background-color: #ae661e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #da8025;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #da8025;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #da8025;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #da8025;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #da8025;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #e2e6ea;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #da8025;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #da8025;
  border: 0;
  border-bottom: 1px solid #da8025;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 6px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #da8025;
  border-color: #da8025;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #b76c1f;
  border-color: #a6611c;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #da8025;
  border-color: #da8025;
}
.btn-default .badge {
  color: #da8025;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #dc8707;
  border-color: #c37806;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #b46f06;
  border-color: #885304;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #dc8707;
  border-color: #c37806;
}
.btn-primary .badge {
  color: #dc8707;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #840a21;
  border-color: #6c081b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #5e0718;
  border-color: #33040d;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #840a21;
  border-color: #6c081b;
}
.btn-danger .badge {
  color: #840a21;
  background-color: #ffffff;
}
.btn-link {
  color: #da8025;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #995a1a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #e2e6ea;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #da8025;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #001d5e;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #001d5e;
  border-color: #da8025;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #da8025;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #da8025;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #da8025;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #da8025;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 6px;
  padding-left: 6px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -6px;
  margin-left: -6px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 6px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -6px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 6px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -6px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -6px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -6px;
  margin-right: -6px;
  padding: 10px 6px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -6px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #001d5e;
  border-color: #00133d;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #da8025;
  background-color: #001d5e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #001d5e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #00133d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #001d5e;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #da8025;
    background-color: #001d5e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #001d5e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #da8025;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #da8025;
}
.breadcrumb > .active {
  color: #da8025;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #da8025;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #995a1a;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #da8025;
  border-color: #da8025;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #da8025;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 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: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #da8025;
  -webkit-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-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: 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-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: 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-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: 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-bar-danger {
  background-color: #840a21;
}
.progress-striped .progress-bar-danger {
  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: 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);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #da8025;
  border-color: #da8025;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #f8e6d3;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #da8025;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: transparent;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #da8025;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #da8025;
  border-color: #da8025;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #da8025;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #da8025;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#content.gallerypage #gallery ul:before,
#content.gallerypage #gallery ul:after,
#login form ul:before,
#login form ul:after,
ul.selection:before,
ul.selection:after,
.loginPageContainer:before,
.loginPageContainer:after,
table.form .form-group:before,
table.form .form-group:after,
table.form tbody tr:before,
table.form tbody tr:after,
#header:before,
#header:after,
.links:before,
.links:after,
div.breadcrumbs:before,
div.breadcrumbs:after,
#footer:before,
#footer:after,
#container:before,
#container:after,
.dialog_box .bd .c .s .confirm_order_form:before,
.dialog_box .bd .c .s .confirm_order_form:after,
.dialog_box .bd .c .s table.form:before,
.dialog_box .bd .c .s table.form:after,
.dialog_box .bd .c .s .calendarpage:before,
.dialog_box .bd .c .s .calendarpage:after,
table .form-group:before,
table .form-group:after,
.documentSelection:before,
.documentSelection:after,
ul.w2widgets_button:before,
ul.w2widgets_button:after,
.viewAdDataContainer:before,
.viewAdDataContainer:after,
.detailsData dl:before,
.detailsData dl:after,
.transactionsData dl:before,
.transactionsData dl:after,
.imagesPreview dl:before,
.imagesPreview dl:after,
.detailsData > div:before,
.detailsData > div:after,
.transactionsData > div:before,
.transactionsData > div:after,
.imagesPreview > div:before,
.imagesPreview > div:after,
.oview:before,
.oview:after,
#previews:before,
#previews:after,
#oList .nameView .detailsItem:before,
#oList .nameView .detailsItem:after,
#oList .detailsView .detailsItem:before,
#oList .detailsView .detailsItem:after,
#obituariesForm .obit-info:before,
#obituariesForm .obit-info:after,
#outer_container:before,
#outer_container:after,
.inner_container:before,
.inner_container:after,
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
#content.gallerypage #gallery ul:after,
#login form ul:after,
ul.selection:after,
.loginPageContainer:after,
table.form .form-group:after,
table.form tbody tr:after,
#header:after,
.links:after,
div.breadcrumbs:after,
#footer:after,
#container:after,
.dialog_box .bd .c .s .confirm_order_form:after,
.dialog_box .bd .c .s table.form:after,
.dialog_box .bd .c .s .calendarpage:after,
table .form-group:after,
.documentSelection:after,
ul.w2widgets_button:after,
.viewAdDataContainer:after,
.detailsData dl:after,
.transactionsData dl:after,
.imagesPreview dl:after,
.detailsData > div:after,
.transactionsData > div:after,
.imagesPreview > div:after,
.oview:after,
#previews:after,
#oList .nameView .detailsItem:after,
#oList .detailsView .detailsItem:after,
#obituariesForm .obit-info:after,
#outer_container:after,
.inner_container:after,
#footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/** YUI Autocomplete start **/
.yui-skin-sam .yui-ac {
  position: relative;
  font-family: arial;
  font-size: 100%;
}
.yui-skin-sam .yui-ac iframe {
  opacity: 0;
  filter: alpha(opacity=0);
  padding-right: .3em;
  padding-bottom: .3em;
}
.yui-skin-sam .yui-ac-input {
  width: 100%;
}
.yui-skin-sam .yui-ac-container {
  position: absolute;
  top: 1.6em;
  width: 100%;
}
.yui-skin-sam .yui-ac-content {
  position: absolute;
  width: 100%;
  border: 1px solid #808080;
  background: #fff;
  overflow: hidden;
  z-index: 9050;
}
.yui-skin-sam .yui-ac-content ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.yui-skin-sam .yui-ac-content li {
  margin: 0;
  padding: 2px 5px;
  cursor: default;
  white-space: nowrap;
  list-style: none;
  zoom: 1;
}
.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight {
  background: #da8025;
}
.yui-skin-sam .yui-ac-content li.yui-ac-highlight {
  background: #da8025;
  color: #FFF;
}
.yui-skin-sam .yui-ac-shadow {
  position: absolute;
  margin: .3em;
  width: 100%;
  background: #000;
  -moz-opacity: .10;
  opacity: .10;
  filter: alpha(opacity=10);
  z-index: 9049;
}
/** YUI Autocomplete end **/
/** ModalBox start **/
#MB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000!important;
}
#MB_overlay[id] {
  position: fixed;
}
#MB_window {
  position: absolute;
  top: 0;
  border: 0 solid;
  text-align: left;
  z-index: 10000;
}
#MB_window[id] {
  position: fixed!important;
}
#MB_frame {
  position: relative;
  background-color: #EFEFEF;
  height: 100%;
}
#MB_header {
  margin: 0;
  height: 28px;
}
#MB_content {
  padding: 6px .75em;
  overflow: auto;
}
#MB_caption {
  font: bold 85% "Lucida Grande", Arial, sans-serif;
  text-shadow: #FFF 0 1px 0;
  padding: .5em 2em 0 .75em;
  margin: 0;
  text-align: left;
}
#MB_close {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 2px 3px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
#MB_close:hover {
  background: transparent;
}
#MB_loading {
  padding: 1.5em;
  text-indent: -10000px;
  background: transparent url(spinner.gif) 50% 0 no-repeat;
}
/* Color scheme */
#MB_window {
  background-color: #EFEFEF;
  color: #000;
}
#MB_content {
  border-top: 1px solid #F9F9F9;
}
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption {
  color: #000000;
}
#MB_close {
  color: #777777;
}
#MB_close:hover {
  color: #000000;
}
/** ModalBox end **/
/* Alert message */
.MB_alert {
  margin: 10px 0;
  text-align: center;
}
/** Calendar-blue START **/
/* The main calendar widget.  DIV containing a table. */
div.calendar {
  position: relative;
  z-index: 25;
}
.calendar,
.calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma, verdana, sans-serif;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
  /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  /* They are the navigation buttons */
  padding: 2px;
  /* Make the buttons seem like they're pressing */
}
.calendar .nav {
  background: #777788 url(menuarrow.gif) no-repeat 100% 100%;
}
.calendar thead .title {
  /* This holds the current "month, year" */
  font-weight: bold;
  /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}
.calendar thead tr {
  height: auto;
}
.calendar thead .headrow {
  /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
  height: auto;
}
.calendar thead .daynames {
  /* Row <TR> containing the day names */
  background: #bdf;
  height: auto;
}
.calendar thead .name {
  /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}
.calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #a66;
}
.calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}
.calendar thead .active {
  /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
  /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}
.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}
.calendar tbody td.active {
  /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}
.calendar tbody td.selected {
  /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: yellow;
  color: #000;
}
.calendar tbody td.weekend {
  /* Cells showing weekend days */
  color: #a66;
}
.calendar tbody td.today {
  /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}
.calendar tbody .disabled.selected {
  background-color: #555566;
  color: #FFF;
}
.calendar tbody .disabled {
  color: #999;
}
.calendar tbody .emptycell {
  /* Empty cells (the best is to hide them) */
  visibility: hidden;
}
.calendar tbody .emptyrow {
  /* Empty row (some months need less than 6 rows) */
  display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
  /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}
.calendar tfoot .ttip {
  /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}
.calendar tfoot .hilite {
  /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}
.calendar tfoot .active {
  /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}
/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}
.calendar .combo .label-IEfix {
  width: 4em;
}
.calendar .combo .hilite {
  background: #acf;
}
.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}
.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}
.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}
.calendar td.time .ampm {
  text-align: center;
}
.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}
.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}
.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/** Calendar-blue END **/
/** Lightbox - START **/
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}
#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#imageContainer {
  padding: 10px;
}
#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer > #hoverNav {
  left: 0;
}
#hoverNav a {
  outline: none;
}
#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background-image: url(../imgs/transparent.gif);
  /* Trick IE into showing hover */
  display: block;
}
#prevLink {
  left: 0;
  float: left;
}
#nextLink {
  right: 0;
  float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
  background: url(../imgs/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
  background: url(../imgs/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%	;
}
#imageData {
  padding: 0 10px;
  color: #666;
}
#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}
#imageData #caption {
  font-weight: bold;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
  display: none;
}
#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
/** Lightbox - END **/
ol,
ul {
  list-style: none;
}
@media (max-width: 991px) {
  #body {
    background-color: #fff;
  }
}
#wrapper {
  background-color: #fff;
}
@media (max-width: 991px) {
  #wrapper {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    box-shadow: -30px 0 20px #555555, 30px 0 20px #555555;
  }
}
table#clients {
  font-size: 12px;
  /* just this table - overflows the bounds of the app */
}
.fullbanner {
  float: right !important;
}
@media (max-width: 767px) {
  .fullbanner {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fullbanner {
    display: none !important;
  }
}
.halfbanner {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .halfbanner {
    display: none !important;
  }
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
li.linksadmin-admin > ul.dropdown-menu {
  height: auto;
  max-height: 500px;
  overflow-x: hidden;
}
h2.subheader {
  clear: both;
}
h2.subheaderMsg,
h4 {
  color: #000000;
  font-weight: 400;
}
h2.selection {
  text-align: center;
}
h4.publication {
  margin-left: 20px;
}
td h4,
td .h4 {
  line-height: 16px;
}
a.ajax_preview_changetemplate,
a.ajax_preview_upsellinfo,
.adPreviewLink,
ul.w2widgets_button li span {
  font-size: 11px;
}
td.checkbox,
td.radio,
div.checkbox,
div.radio {
  padding-left: 0px !important;
}
.checkbox input[type="radio"],
.radio input[type="radio"],
.checkbox-inline input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio-inline input[type="checkbox"] {
  margin-left: 0px;
  margin-right: 6px;
}
.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  font-size: 14px;
  font-weight: normal;
}
.links,
.breadcrumbs,
#info,
label,
.effectmarker {
  font-size: 12px;
}
.linkframe {
  border: none;
}
h2.headline {
  margin-bottom: 5px;
}
h4.headline {
  line-height: 16px;
  margin-top: 5px;
}
.mini-note {
  color: #da8025 !important;
  font-size: 11px;
  font-weight: normal;
  margin: 0px;
}
table h2,
table h4 {
  margin: 0;
  /* margin is placed by the table itself */
}
.flag {
  color: red;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #fff;
}
ul.breadcrumbs {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  float: right !important;
  margin: 0px;
}
ul.breadcrumbs > li {
  display: inline-block;
}
ul.breadcrumbs > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #da8025;
}
ul.breadcrumbs > .active {
  color: #da8025;
}
ul.breadcrumbs > .active {
  color: #da8025;
  font-weight: bold;
}
#adminNotice {
  float: left !important;
  padding: 8px 15px;
  margin-left: 6px;
  color: #a94442;
  font-weight: bold;
}
.help-block {
  margin: 0px;
}
#cmsAdminUpload ul {
  padding: 0px;
}
#content.gallerypage {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#content.gallerypage .menulist {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  #content.gallerypage .menulist {
    float: left;
    width: 33.33333333%;
  }
}
#content.gallerypage .menulist > ul {
  margin: 20px 0;
  height: auto;
  max-height: 250px;
  overflow-y: scroll;
}
#content.gallerypage #cmsInstructions {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: right !important;
}
@media (min-width: 768px) {
  #content.gallerypage #cmsInstructions {
    float: left;
    width: 66.66666667%;
  }
}
#content.gallerypage #cmsInstructions ol {
  padding: 4px 0 0 22px;
  list-style-type: decimal;
}
#content.gallerypage #gallerypreview {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left !important;
  clear: left;
  float: left;
}
@media (min-width: 992px) {
  #content.gallerypage #gallerypreview {
    float: left;
    width: 33.33333333%;
  }
}
#content.gallerypage #gallery {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: right !important;
  margin-bottom: 12px;
  line-height: 100px;
}
@media (min-width: 768px) {
  #content.gallerypage #gallery {
    float: left;
    width: 66.66666667%;
  }
}
#content.gallerypage #gallery span {
  display: none !important;
}
#content.gallerypage #gallery ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#content.gallerypage #gallery ul > li {
  position: relative;
  display: block;
}
#content.gallerypage #gallery ul > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
}
#content.gallerypage #gallery ul > li > a:hover,
#content.gallerypage #gallery ul > li > a:focus {
  text-decoration: none;
  background-color: #001d5e;
}
#content.gallerypage #gallery ul > li.disabled > a {
  color: #999999;
}
#content.gallerypage #gallery ul > li.disabled > a:hover,
#content.gallerypage #gallery ul > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
#content.gallerypage #gallery ul .open > a,
#content.gallerypage #gallery ul .open > a:hover,
#content.gallerypage #gallery ul .open > a:focus {
  background-color: #001d5e;
  border-color: #da8025;
}
#content.gallerypage #gallery ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#content.gallerypage #gallery ul > li > a > img {
  max-width: none;
}
#content.gallerypage #gallery ul > li > a:hover,
#content.gallerypage #gallery ul > li > a:focus {
  color: #fff;
}
#content.gallerypage #gallery ul li {
  float: left !important;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  height: 100px;
}
@media (min-width: 768px) {
  #content.gallerypage #gallery ul li {
    float: left;
    width: 25%;
  }
}
#content.gallerypage #gallery ul li > a {
  text-align: center;
}
#content.gallerypage #gallery img {
  border: 1px solid #CCCCCC;
  padding: 4px;
}
.folderlist li a,
.mainfolderlist li a {
  padding: 0px 2px;
}
#content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-right: 1px solid #dddddd;
}
@media (min-width: 768px) {
  #content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #content {
    float: left;
    width: 75%;
  }
}
#content.admin,
#content.thinadmin {
  border-right: none;
}
#content {
  padding-left: 12px;
  padding-right: 12px;
}
#content.admin.confirmation,
#table,
#newspaperConfig > #pubstable {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#newspaperConfig table td.pname {
  vertical-align: middle;
}
.container_admin {
  padding: 12px;
}
#homeBody.inventory {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  #homeBody.inventory {
    float: left;
    width: 100%;
  }
}
#homeBody,
.update-user,
#content.admin,
#content.thinadmin {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  #homeBody,
  .update-user,
  #content.admin,
  #content.thinadmin {
    float: left;
    width: 83.33333333%;
  }
}
#homeBody > #headline > h2.headline,
.update-user > #headline > h2.headline,
#content.admin > #headline > h2.headline,
#content.thinadmin > #headline > h2.headline {
  margin-top: 0px;
}
#homeBody .admintopbuttonbar {
  padding-left: 6px;
}
#content.admin.ordertable {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #content.admin.ordertable {
    float: left;
    width: 100%;
  }
}
.orderTableStatusChange {
  min-width: 120px;
}
.pkgPubEditList ul li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.pgkOnlineItem {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.pgkOnlineItem input.frequencyCap,
.pgkOnlineItem input.onlinePriority {
  width: 60px;
}
span.system-news-gray {
  color: #808080;
  margin: 0px 8px;
}
span.system-news-red {
  color: red;
  font-weight: bold;
  margin: 0px 8px;
}
span.system-news {
  color: #000000;
}
/* Special Checkboxes on package item page */
table.pItem {
  clear: left;
  width: auto;
}
table.pItem td {
  text-align: center;
  padding: 0px;
}
table.pItem input {
  margin: 2px 0 0 0;
  width: 30px;
}
table.pItem label {
  margin: 0;
  width: 100%;
}
#mainimage,
.main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  #mainimage,
  .main {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #mainimage,
  .main {
    float: left;
    width: 75%;
  }
}
#mainimage {
  padding: 0px;
}
.main {
  display: none;
}
#login {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 6px;
}
@media (min-width: 768px) {
  #login {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #login {
    float: left;
    width: 25%;
  }
}
#login form ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
}
#login form ul > li {
  position: relative;
  display: block;
}
#login form ul > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
}
#login form ul > li > a:hover,
#login form ul > li > a:focus {
  text-decoration: none;
  background-color: #001d5e;
}
#login form ul > li.disabled > a {
  color: #999999;
}
#login form ul > li.disabled > a:hover,
#login form ul > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
#login form ul .open > a,
#login form ul .open > a:hover,
#login form ul .open > a:focus {
  background-color: #001d5e;
  border-color: #da8025;
}
#login form ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#login form ul > li > a > img {
  max-width: none;
}
#login form ul > li > a:hover,
#login form ul > li > a:focus {
  color: #fff;
}
#login form ul > li {
  float: left;
}
#login form ul > li > a {
  border-radius: 0px;
}
#login form ul > li + li {
  margin-left: 2px;
}
#login form ul > li.active > a,
#login form ul > li.active > a:hover,
#login form ul > li.active > a:focus {
  color: #ffffff;
  background-color: #da8025;
}
#login form ul > li {
  float: none;
}
#login form ul > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#login form ul > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #login form ul > li {
    display: table-cell;
    width: 1%;
  }
  #login form ul > li > a {
    margin-bottom: 0;
  }
}
#login form ul > li {
  display: table-cell;
  width: 1%;
}
#login form ul > li > a {
  margin-bottom: 0;
}
#login form ul > li > a {
  font-size: 12px;
  line-height: 13px;
  padding: 6px 1px;
}
#login .panel {
  margin-bottom: 0px;
}
#info {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: right !important;
}
@media (max-width: 767px) {
  #info {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #info {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #info {
    float: left;
    width: 25%;
  }
}
ul.selection {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  clear: left;
  float: left;
  border-top: 1px solid #dddddd;
}
ul.selection > li {
  position: relative;
  display: block;
}
ul.selection > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
}
ul.selection > li > a:hover,
ul.selection > li > a:focus {
  text-decoration: none;
  background-color: #001d5e;
}
ul.selection > li.disabled > a {
  color: #999999;
}
ul.selection > li.disabled > a:hover,
ul.selection > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
ul.selection .open > a,
ul.selection .open > a:hover,
ul.selection .open > a:focus {
  background-color: #001d5e;
  border-color: #da8025;
}
ul.selection .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
ul.selection > li > a > img {
  max-width: none;
}
ul.selection > li > a:hover,
ul.selection > li > a:focus {
  color: #fff;
}
ul.selection > li {
  float: left;
}
ul.selection > li > a {
  border-radius: 0px;
}
ul.selection > li + li {
  margin-left: 2px;
}
ul.selection > li.active > a,
ul.selection > li.active > a:hover,
ul.selection > li.active > a:focus {
  color: #ffffff;
  background-color: #da8025;
}
ul.selection > li {
  float: none;
}
ul.selection > li > a {
  text-align: center;
  margin-bottom: 5px;
}
ul.selection > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  ul.selection > li {
    display: table-cell;
    width: 1%;
  }
  ul.selection > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs {
  border-bottom: 0px;
}
.nav-tabs > li {
  margin-right: 3px;
}
.nav-tabs > li > a {
  border: 1px solid #da8025;
  border-radius: 8px 8px 0px 0px;
}
div.selection {
  clear: both;
}
div.selectionheader {
  float: left !important;
  clear: left;
  color: #da8025;
  font-weight: bold;
  padding: 4px 0;
}
div.selectiondata,
.selectioncostdata {
  float: right !important;
  padding: 4px 0;
}
ul.selectiondata {
  float: right !important;
  padding: 4px 0;
  margin: 0px;
}
dl.selectiondata {
  float: right !important;
  padding: 4px 0;
  margin-bottom: 2px;
}
dl.selectiondata dt {
  text-align: left;
  font-weight: normal;
}
dl.selectiondata dd {
  text-align: right;
}
.loginPage {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  padding: 5px 15px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.loginPage > .dropdown .dropdown-toggle {
  color: inherit;
}
.loginPageContainer {
  padding: 15px;
  padding: 6px;
  text-align: center;
}
.loginPageContainer label {
  text-align: left;
  display: block;
}
#buttonbar,
.topbuttonbar,
.admintopbuttonbar {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 0px;
  float: inherit !important;
}
#buttonbar > .btn,
.topbuttonbar > .btn,
.admintopbuttonbar > .btn {
  position: relative;
  float: left;
}
#buttonbar > .btn:hover,
.topbuttonbar > .btn:hover,
.admintopbuttonbar > .btn:hover,
#buttonbar > .btn:focus,
.topbuttonbar > .btn:focus,
.admintopbuttonbar > .btn:focus,
#buttonbar > .btn:active,
.topbuttonbar > .btn:active,
.admintopbuttonbar > .btn:active,
#buttonbar > .btn.active,
.topbuttonbar > .btn.active,
.admintopbuttonbar > .btn.active {
  z-index: 2;
}
#buttonbar > .btn:focus,
.topbuttonbar > .btn:focus,
.admintopbuttonbar > .btn:focus {
  outline: none;
}
#buttonbar .btn + .btn,
.topbuttonbar .btn + .btn,
.admintopbuttonbar .btn + .btn,
#buttonbar .btn + .btn-group,
.topbuttonbar .btn + .btn-group,
.admintopbuttonbar .btn + .btn-group,
#buttonbar .btn-group + .btn,
.topbuttonbar .btn-group + .btn,
.admintopbuttonbar .btn-group + .btn,
#buttonbar .btn-group + .btn-group,
.topbuttonbar .btn-group + .btn-group,
.admintopbuttonbar .btn-group + .btn-group {
  margin-left: -1px;
}
a.button,
input.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #dc8707;
  border-color: #c37806;
  background-image: -webkit-linear-gradient(top, #f8a11e 0%, #dc8707 100%);
  background-image: linear-gradient(to bottom, #f8a11e 0%, #dc8707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8a11e', endColorstr='#ffdc8707', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #975d05;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 6px;
}
a.button:focus,
input.button:focus,
a.button:active:focus,
input.button:active:focus,
a.button.active:focus,
input.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.button:hover,
input.button:hover,
a.button:focus,
input.button:focus {
  color: #ffffff;
  text-decoration: none;
}
a.button:active,
input.button:active,
a.button.active,
input.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.button.disabled,
input.button.disabled,
a.button[disabled],
input.button[disabled],
fieldset[disabled] a.button,
fieldset[disabled] input.button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.button:hover,
input.button:hover,
a.button:focus,
input.button:focus,
a.button:active,
input.button:active,
a.button.active,
input.button.active,
.open .dropdown-togglea.button,
.open .dropdown-toggleinput.button {
  color: #ffffff;
  background-color: #b46f06;
  border-color: #885304;
}
a.button:active,
input.button:active,
a.button.active,
input.button.active,
.open .dropdown-togglea.button,
.open .dropdown-toggleinput.button {
  background-image: none;
}
a.button.disabled,
input.button.disabled,
a.button[disabled],
input.button[disabled],
fieldset[disabled] a.button,
fieldset[disabled] input.button,
a.button.disabled:hover,
input.button.disabled:hover,
a.button[disabled]:hover,
input.button[disabled]:hover,
fieldset[disabled] a.button:hover,
fieldset[disabled] input.button:hover,
a.button.disabled:focus,
input.button.disabled:focus,
a.button[disabled]:focus,
input.button[disabled]:focus,
fieldset[disabled] a.button:focus,
fieldset[disabled] input.button:focus,
a.button.disabled:active,
input.button.disabled:active,
a.button[disabled]:active,
input.button[disabled]:active,
fieldset[disabled] a.button:active,
fieldset[disabled] input.button:active,
a.button.disabled.active,
input.button.disabled.active,
a.button[disabled].active,
input.button[disabled].active,
fieldset[disabled] a.button.active,
fieldset[disabled] input.button.active {
  background-color: #dc8707;
  border-color: #c37806;
}
a.button .badge,
input.button .badge {
  color: #dc8707;
  background-color: #ffffff;
}
a.button:hover,
input.button:hover,
a.button:focus,
input.button:focus {
  background-image: -webkit-linear-gradient(top, #dc8707 0%, #f8a11e 100%);
  background-image: linear-gradient(to bottom, #dc8707 0%, #f8a11e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc8707', endColorstr='#fff8a11e', GradientType=0);
}
a.button:active,
input.button:active,
a.button.active,
input.button.active {
  background-color: #a16305;
  border-color: #975d05;
}
@media (min-width: 768px) {
  a.button,
  input.button {
    min-width: 125px;
  }
}
a.button[disabled],
input.button[disabled] {
  background-image: -webkit-linear-gradient(top, #b30e2d 0%, #840a21 100%);
  background-image: linear-gradient(to bottom, #b30e2d 0%, #840a21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb30e2d', endColorstr='#ff840a21', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #420510;
}
a.button[disabled]:hover,
input.button[disabled]:hover,
a.button[disabled]:focus,
input.button[disabled]:focus {
  background-image: -webkit-linear-gradient(top, #840a21 0%, #b30e2d 100%);
  background-image: linear-gradient(to bottom, #840a21 0%, #b30e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff840a21', endColorstr='#ffb30e2d', GradientType=0);
}
a.button[disabled]:active,
input.button[disabled]:active,
a.button[disabled].active,
input.button[disabled].active {
  background-color: #4b0613;
  border-color: #420510;
}
.saveforlater > .button,
.btn-wide {
  width: auto !important;
}
.date-input-group {
  width: 230px;
}
.date-input-group > input[type="text"][readonly] {
  cursor: pointer;
}
.date-input-group-doccontents {
  width: 100%;
}
.date-input-group-doccontents > input[type="text"][readonly] {
  cursor: pointer;
}
button.glyphicon-btn {
  width: auto;
  color: #FFF;
  background: #da8025;
}
button.glyphicon-btn .glyphicon > img {
  display: none;
}
.calButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calButton:focus,
.calButton:active:focus,
.calButton.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.calButton:hover,
.calButton:focus {
  color: #ffffff;
  text-decoration: none;
}
.calButton:active,
.calButton.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.calButton.disabled,
.calButton[disabled],
fieldset[disabled] .calButton {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.leftbutton,
.rightbutton,
.centerbutton {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 0px;
  margin: 4px 0;
}
.leftbutton,
#leftinfobutton,
#wave2copyright {
  float: left !important;
  clear: left;
}
.centerbutton {
  text-align: center;
}
.rightbutton,
#rightinfobutton,
#footerTerms {
  float: right !important;
  text-align: right;
}
#newsubbutton {
  margin-right: 8px;
}
#helpme {
  float: right !important;
  margin-top: -38px;
}
a.help {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  width: auto;
  min-width: inherit;
}
a.help:hover,
a.help:focus,
a.help:active,
a.help.active,
.open .dropdown-togglea.help {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
a.help:active,
a.help.active,
.open .dropdown-togglea.help {
  background-image: none;
}
a.help.disabled,
a.help[disabled],
fieldset[disabled] a.help,
a.help.disabled:hover,
a.help[disabled]:hover,
fieldset[disabled] a.help:hover,
a.help.disabled:focus,
a.help[disabled]:focus,
fieldset[disabled] a.help:focus,
a.help.disabled:active,
a.help[disabled]:active,
fieldset[disabled] a.help:active,
a.help.disabled.active,
a.help[disabled].active,
fieldset[disabled] a.help.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
a.help .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
h4.headline {
  margin-right: 38px;
}
input.error .help-block,
input.error .control-label,
input.error .radio,
input.error .checkbox,
input.error .radio-inline,
input.error .checkbox-inline {
  color: #a94442;
}
input.error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
input.error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
input.error .form-control-feedback {
  color: #a94442;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.viewall-left,
.viewall-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .viewall-left,
  .viewall-right {
    float: left;
    width: 50%;
  }
}
.small-form {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .small-form {
    float: left;
    width: 50%;
  }
}
.small-form > .form-group > .control-label {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .small-form > .form-group > .control-label {
    float: left;
    width: 33.33333333%;
  }
}
.small-form > .form-group > .input-group,
.small-form > .form-group > .form-control {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .small-form > .form-group > .input-group,
  .small-form > .form-group > .form-control {
    float: left;
    width: 66.66666667%;
  }
}
.form-group {
  margin-bottom: 5px;
}
table.form .control-label,
table.form .radio,
table.form .checkbox,
table.form .radio-inline,
table.form .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
table.form .radio,
table.form .checkbox {
  min-height: 27px;
}
table.form .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
table.form .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  table.form .control-label {
    text-align: right;
  }
}
table.form .has-feedback .form-control-feedback {
  top: 0;
  right: 6px;
}
table.form tbody tr.form-group td.label {
  width: 25%;
}
table.form tbody tr.form-group td.admincheck,
table.form tbody tr.form-group td.check {
  padding: 8px;
}
table.form tbody tr {
  margin-left: -6px;
  margin-right: -6px;
}
table.form tbody tr td.heading,
table.form tbody tr td.description {
  color: #da8025;
  font-weight: bold;
}
table.form tbody tr td {
  border: none;
  padding: 0px 6px 6px 6px;
}
table.form.priceFilter tbody tr.form-group td.label {
  width: 40%;
}
table.checklist tbody tr,
#pickDeadlines tbody tr,
.packageItemPubDataDays tbody tr,
#pubExceptions tbody tr {
  margin-bottom: 15px;
  margin-bottom: 5px;
}
table.checklist tbody tr th,
#pickDeadlines tbody tr th,
.packageItemPubDataDays tbody tr th,
#pubExceptions tbody tr th {
  border: none;
}
table.checklist tbody tr td.header,
#pickDeadlines tbody tr td.header,
.packageItemPubDataDays tbody tr td.header,
#pubExceptions tbody tr td.header {
  color: #da8025;
  font-weight: bold;
}
table.checklist tbody tr td,
#pickDeadlines tbody tr td,
.packageItemPubDataDays tbody tr td,
#pubExceptions tbody tr td {
  padding: 6px 6px 0px 0px !important;
  border: none;
}
#header,
.links,
div.breadcrumbs {
  margin-left: -6px;
  margin-right: -6px;
}
#header iframe,
.links iframe,
div.breadcrumbs iframe {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#header div.selection,
.links div.selection,
div.breadcrumbs div.selection {
  float: left !important;
}
#header {
  padding: 6px;
}
#titleimg {
  display: block;
  max-width: 100%;
  height: auto;
}
#iframeheader,
#iframefooter {
  height: auto;
  width: 100%;
}
#footer {
  margin-left: -6px;
  margin-right: -6px;
  padding-bottom: 15px;
}
#footer .background,
#footer iframe {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #001d5e;
  color: #ffffff;
}
#footer .background .tagline,
#footer iframe .tagline {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}
#footer #footerTerms {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: right !important;
  text-align: right;
}
#wave2copyright {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left !important;
  font-size: 11px;
  background: url("../imgs/adportal/wave2logo.png") no-repeat scroll 6px 0 rgba(0, 0, 0, 0);
  margin-top: 6px;
  padding-left: 76px !important;
}
#wave2copyright a {
  cursor: default;
  text-decoration: none;
}
#wave2copyright a:hover,
#wave2copyright a:focus {
  color: #da8025;
}
@media (max-width: 767px) {
  #application,
  #platform,
  #licenced {
    display: none !important;
  }
}
#footerimg {
  float: right !important;
}
#container {
  margin-left: -6px;
  margin-right: -6px;
}
#container iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 992px) {
  #container {
    padding: 0px;
  }
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #homeContent {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* On mobile devices, only show the main columns */
  #viewAll th,
  #viewAll td {
    display: none;
  }
  #viewAll th.thumbnailPreview,
  #viewAll th.namecolumn,
  #viewAll td.thumbnailPreview,
  #viewAll td.namecolumn {
    display: table-cell;
  }
}
input[type='text'],
input[type='password'],
select,
#homeSubordinateSelectText {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 4px;
}
input[type='text']:focus,
input[type='password']:focus,
select:focus,
#homeSubordinateSelectText:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
select::-moz-placeholder,
#homeSubordinateSelectText::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
select:-ms-input-placeholder,
#homeSubordinateSelectText:-ms-input-placeholder {
  color: #999999;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
#homeSubordinateSelectText::-webkit-input-placeholder {
  color: #999999;
}
input[type='text'][disabled],
input[type='password'][disabled],
select[disabled],
#homeSubordinateSelectText[disabled],
input[type='text'][readonly],
input[type='password'][readonly],
select[readonly],
#homeSubordinateSelectText[readonly],
fieldset[disabled] input[type='text'],
fieldset[disabled] input[type='password'],
fieldset[disabled] select,
fieldset[disabled] #homeSubordinateSelectText {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareainput[type='text'],
textareainput[type='password'],
textareaselect,
textarea#homeSubordinateSelectText {
  height: auto;
}
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 4px;
  resize: none;
}
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareatextarea {
  height: auto;
}
.tab-content {
  border: 1px solid #da8025;
}
.tab-content .articleset {
  padding-left: 6px;
}
table.report {
  margin-top: 12px;
}
#reportTemplate textarea.report,
#emailText {
  height: 1000px;
}
#marketplaceText {
  height: 500px;
}
.message {
  margin-bottom: 0px;
}
.message p {
  padding: 10px 15px;
  margin: 0px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  text-align: center;
}
.warning p,
.warning2 p,
.warning3 p {
  font-weight: bold;
}
legend {
  color: white;
  border: 1px solid #da8025;
  background-color: #da8025;
  width: auto;
  padding: 0px 6px;
  margin: 0px;
}
.yui-content {
  float: left !important;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 0px;
}
fieldset {
  border: none;
  background: transparent;
  width: 100%;
}
fieldset legend {
  display: none;
}
#statustext {
  text-align: center;
}
/* Use drop down menus in the top menubar so hide the left rail */
.slidedoormenu {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0px;
  padding: 6px 0px 0px 0px;
}
@media (max-width: 767px) {
  .slidedoormenu {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slidedoormenu {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .slidedoormenu {
    float: left;
    width: 16.66666667%;
  }
}
.slidedoormenu li {
  background-color: #e2e6ea;
}
.slidedoormenu li.divider {
  margin: 6.5px 0;
  overflow: hidden;
}
.role_header {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 6px;
}
.role_1 {
  background-color: #6699ff;
}
.role_2 {
  background-color: #99cc99;
}
.role_3 {
  background-color: #ffcc99;
}
.role_4 {
  background-color: #ffcccc;
}
table.role_list label {
  font-weight: normal;
}
#viewAllTable,
.panel-email {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  clear: both;
}
.catPanel,
.classPanel,
.packagePanel {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .catPanel,
  .classPanel,
  .packagePanel {
    float: left;
    width: 33.33333333%;
  }
}
.catPanel select,
.classPanel select,
.packagePanel select {
  width: 100%;
}
.catPanelCenter,
.infoPanel {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  clear: both;
  background-color: #e2e6ea;
}
.catPanelCenter {
  padding-bottom: 6px;
}
.dialog_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 0px;
}
.dialog_box .bd .c .s {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  box-shadow: 2px 2px 4px #000000;
  /* Firefox 4.0+, Opera, IE 9 */
  -webkit-box-shadow: 2px 2px 4px #000000;
  /* Chrome and Safari         */
  -moz-box-shadow: 2px 2px 4px #000000;
  /* Firefox 3.6               */
  padding: 0px 4px 8px 4px;
  background-color: #f6f6f6;
}
.dialog_box .bd .c .s .headline:empty,
.dialog_box .bd .c .s .subheader:empty,
.dialog_box .bd .c .s .subheaderMsg:empty {
  display: none;
  visibility: hidden;
}
.dialog_box .bd .c .s .headline,
.dialog_box .bd .c .s .subheader,
.dialog_box .bd .c .s .subheaderMsg {
  margin-left: 6px;
}
.dialog_box .bd .c .s .confirm_order_form,
.dialog_box .bd .c .s table.form,
.dialog_box .bd .c .s .calendarpage {
  padding: 15px;
  padding: 6px;
}
.dialog_box .bd .c .s .confirm_order_form br,
.dialog_box .bd .c .s table.form br,
.dialog_box .bd .c .s .calendarpage br {
  display: none;
}
.dialog_box .checkbox {
  margin: 0px 6px;
}
.dialog_box #headline {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 13px;
  background-color: transparent;
  padding: 0px;
}
.dialog_box #headline > .dropdown .dropdown-toggle {
  color: inherit;
}
.dialog_box #buttonbar {
  padding: 10px 15px;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 13px;
}
#tandc {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  #tandc {
    float: left;
    width: 100%;
  }
}
#headline {
  text-align: left;
}
#theCal,
div.zones {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  #theCal,
  div.zones {
    float: left;
    width: 50%;
  }
}
#theCal h2,
div.zones h2 {
  margin: 0 0 12px 0;
}
.calendarcontainer {
  float: left !important;
  width: 185px;
  margin-right: 12px;
}
#key {
  float: left !important;
  width: auto;
}
.calendar table {
  background-color: #EEEEEE;
}
.calendar table tbody .disabled {
  background-color: #CCCCCC;
}
.calendar table tbody .validDay {
  background-color: White;
  color: Black;
}
.calendar table tbody td.selected {
  background-color: Yellow;
}
.calendar table tbody td.weekend {
  color: Black;
}
#editioninfo {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: right !important;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  #editioninfo {
    float: left;
    width: 50%;
  }
}
#editioninfo .editionData {
  width: auto;
}
#insertionErr1 {
  margin-bottom: 8px;
}
#scheduleForm .topbuttonbar,
#scheduleForm .s {
  margin-bottom: 6px;
}
tr.daysrow td {
  border: none;
  padding: 0px;
}
.yui-skin-sam .google-visualization-table-table {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.yui-navset {
  clear: left;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #da8025;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #da8025;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #da8025;
}
table .table {
  background-color: #ffffff;
}
table .control-label,
table .radio,
table .checkbox,
table .radio-inline,
table .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
table .radio,
table .checkbox {
  min-height: 27px;
}
table .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
table .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  table .control-label {
    text-align: right;
  }
}
table .has-feedback .form-control-feedback {
  top: 0;
  right: 6px;
}
table,
.admintable,
.w2table,
.yui-skin-sam .google-visualization-table-table {
  margin-bottom: 0px;
}
table thead,
.admintable thead,
.w2table thead,
.yui-skin-sam .google-visualization-table-table thead {
  background-color: #da8025;
  color: #fff;
}
table thead th,
.admintable thead th,
.w2table thead th,
.yui-skin-sam .google-visualization-table-table thead th,
table thead td.user-terms-table-th,
.admintable thead td.user-terms-table-th,
.w2table thead td.user-terms-table-th,
.yui-skin-sam .google-visualization-table-table thead td.user-terms-table-th {
  white-space: nowrap;
}
table thead th a,
.admintable thead th a,
.w2table thead th a,
.yui-skin-sam .google-visualization-table-table thead th a,
table thead td.user-terms-table-th a,
.admintable thead td.user-terms-table-th a,
.w2table thead td.user-terms-table-th a,
.yui-skin-sam .google-visualization-table-table thead td.user-terms-table-th a {
  color: #fff;
}
table .google-visualization-table-tr-head-nonstrict td.google-visualization-table-sorthdr,
.admintable .google-visualization-table-tr-head-nonstrict td.google-visualization-table-sorthdr,
.w2table .google-visualization-table-tr-head-nonstrict td.google-visualization-table-sorthdr,
.yui-skin-sam .google-visualization-table-table .google-visualization-table-tr-head-nonstrict td.google-visualization-table-sorthdr {
  background-color: #da8025;
  color: #fff;
  text-align: left;
}
table tbody tr.disabled,
.admintable tbody tr.disabled,
.w2table tbody tr.disabled,
.yui-skin-sam .google-visualization-table-table tbody tr.disabled {
  background-color: #dddddd !important;
  font-style: italic;
  color: gray;
}
table tbody td.google-visualization-table-th,
.admintable tbody td.google-visualization-table-th,
.w2table tbody td.google-visualization-table-th,
.yui-skin-sam .google-visualization-table-table tbody td.google-visualization-table-th {
  background: none #da8025;
  color: #fff;
}
table tbody td.check,
.admintable tbody td.check,
.w2table tbody td.check,
.yui-skin-sam .google-visualization-table-table tbody td.check {
  width: 14px;
  text-align: center;
}
.admintable {
  border: 1px solid #da8025;
  background-color: #fff;
}
/* Admin Jobs Page */
tr.statusCANCELLED,
tr.statusCANCELLED a,
span.log_b {
  background-color: #fcf8e3 !important;
  color: #8a6d3b;
}
tr.statusFINISHED {
  background-color: #dff0d8 !important;
  color: #3c763d;
}
tr.statusERRORED,
span.log_r,
.insertionErr,
div.error,
.calendarError {
  background-color: #f2dede !important;
  color: #a94442;
  text-align: center;
}
tr.statusQUEUED {
  background: #d9edf7 !important;
  color: #31708f;
}
td.col-dt {
  white-space: nowrap;
}
.orderContainer,
.onlineScheduleContainer,
#calEditioninfo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 5px;
}
@media (min-width: 768px) {
  .orderContainer,
  .onlineScheduleContainer,
  #calEditioninfo {
    float: left;
    width: 50%;
  }
}
.orderData {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left !important;
  padding: 6px;
}
@media (min-width: 768px) {
  .orderData {
    float: left;
    width: 50%;
  }
}
.orderDataContainer {
  padding: 16px;
  background-color: #FFFFFF;
  border: 2px groove #da8025;
}
.orderDataContainer hr {
  margin: 10px 0;
  border-top: 1px solid #dddddd;
}
hr.form {
  clear: both;
}
div.thumbnails {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.documentSelection {
  margin-left: -6px;
  margin-right: -6px;
}
.documentSelection > div {
  margin-bottom: 6px;
}
.documentContainer {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000000;
}
.documentContainer.selected,
.documentContainer:hover {
  border-color: #da8025;
  background-color: #e2e6ea;
}
.adDataContainer .homePreview,
.finalInfo .homePreview,
.generaljobdata .homePreview,
.adDataContainer .adInfoContainer,
.finalInfo .adInfoContainer,
.generaljobdata .adInfoContainer,
.adDataContainer ul.adLinks,
.finalInfo ul.adLinks,
.generaljobdata ul.adLinks,
.adDataContainer .homeTable,
.finalInfo .homeTable,
.generaljobdata .homeTable,
.adDataContainer .jobdetails,
.finalInfo .jobdetails,
.generaljobdata .jobdetails,
.adDataContainer .jobdetailsprev,
.finalInfo .jobdetailsprev,
.generaljobdata .jobdetailsprev {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.adDataContainer .jobdetailsprev,
.finalInfo .jobdetailsprev,
.generaljobdata .jobdetailsprev,
.adDataContainer .homePreview,
.finalInfo .homePreview,
.generaljobdata .homePreview {
  text-align: center;
}
ul.pickupLink,
ul.exceptionList {
  padding: 0px;
}
ul.filesList,
ul.viewAllAction {
  padding-left: 0px;
}
.homeTable td {
  border: none;
  padding: 0 8px;
}
.documentPreviewImage,
.proofImage,
.detailsPreviewImage,
.homePreviewImage,
.jobInfoPreviewImage,
img.ajax_preview_img,
.legacy_form_img {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.scheduleProofImage,
.proofImage {
  margin: 10px;
}
.articleset,
.articlelist {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .articleset,
  .articlelist {
    float: left;
    width: 66.66666667%;
  }
}
.ajax_preview_runner,
.ajax_preview_step {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: right !important;
}
@media (max-width: 767px) {
  .ajax_preview_runner,
  .ajax_preview_step {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ajax_preview_runner,
  .ajax_preview_step {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ajax_preview_runner,
  .ajax_preview_step {
    float: left;
    width: 33.33333333%;
  }
}
.ajax_preview_step > div {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .ajax_preview_step > div {
    float: left;
    width: 50%;
  }
}
.ajax_preview_step .ajax_preview_step_next {
  text-align: right;
}
div.articleset-lg {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  div.articleset-lg {
    float: left;
    width: 50%;
  }
}
div.ajax_preview_runner-lg {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  div.ajax_preview_runner-lg {
    float: left;
    width: 50%;
  }
}
.ajax_preview_runner.vertical {
  text-align: center;
  /* for horizontal centering */
  margin-top: 25px;
}
.ajax_preview_runner.horizontal {
  float: none;
  width: 100%;
  min-height: 90px;
  height: 90px;
  position: absolute;
  left: 0px;
}
.ajax_preview_status {
  height: 25%;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  display: none;
}
.ajax_preview_status.generating {
  display: block;
}
.ajax_preview_status.generating a img {
  display: none;
}
.ajax_preview_status.generating img {
  display: inline;
}
.ajax_preview_changetemplate.generating,
.ajax_preview_upsellinfo.generating {
  display: none;
}
div.upsellinfo_link {
  display: none;
}
.ajax_preview_status.dirty {
  display: block;
}
.ajax_preview_status.dirty a img {
  display: inline;
}
.ajax_preview_status.dirty img {
  display: none;
}
.fieldLabel {
  display: block;
  clear: left;
  padding: 0px;
}
div.w2imagewidgets_imagecontainer {
  float: left !important;
  width: 92px;
  height: 92px;
  border: 1px solid #da8025;
  margin: 3px 8px 1px 0px;
  padding: 4px;
  display: inline;
}
.flashimage div.w2imagewidgets_imagecontainer {
  border: #da8025 2px dotted;
}
img.w2imagewidgets_imagecontainer {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 10px;
  min-width: 10px;
  max-height: 80px;
  max-width: 80px;
}
textarea.w2textwidgets_NarrowShort,
textarea.w2textwidgets_MediumShort,
textarea.w2textwidgets_WideShort {
  height: 34px;
  float: left !important;
}
textarea.w2textwidgets_NarrowMedium,
textarea.w2textwidgets_MediumMedium,
textarea.w2textwidgets_WideMedium {
  height: 68px;
  float: left !important;
}
textarea.w2textwidgets_NarrowTall,
textarea.w2textwidgets_MediumTall,
textarea.w2textwidgets_WideTall,
textarea#description,
textarea#dataMgrUrl {
  height: 136px;
  float: left !important;
}
.adNum,
.effectmarker {
  font-weight: bold;
}
.choose-swatch {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.swatch {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.swatch-curr,
.swatch-new {
  width: 100%;
  height: 34px;
  float: left;
  clear: left;
}
.homeLabel {
  color: #da8025;
  font-size: 12px;
}
.caption {
  color: #da8025;
  font-style: italic;
  font-size: 12px;
  clear: left;
}
ul.w2widgets_button {
  float: left !important;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
ul.w2widgets_button > li {
  position: relative;
  display: block;
}
ul.w2widgets_button > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
}
ul.w2widgets_button > li > a:hover,
ul.w2widgets_button > li > a:focus {
  text-decoration: none;
  background-color: #001d5e;
}
ul.w2widgets_button > li.disabled > a {
  color: #999999;
}
ul.w2widgets_button > li.disabled > a:hover,
ul.w2widgets_button > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
ul.w2widgets_button .open > a,
ul.w2widgets_button .open > a:hover,
ul.w2widgets_button .open > a:focus {
  background-color: #001d5e;
  border-color: #da8025;
}
ul.w2widgets_button .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
ul.w2widgets_button > li > a > img {
  max-width: none;
}
ul.w2widgets_button > li > a:hover,
ul.w2widgets_button > li > a:focus {
  color: #fff;
}
ul.w2widgets_button > li {
  float: none;
}
ul.w2widgets_button > li + li {
  margin-top: 2px;
  margin-left: 0;
}
ul.w2widgets_button li {
  padding: 0px;
  cursor: pointer;
}
ul.w2widgets_button li:before,
ul.w2widgets_button li:after {
  content: " ";
  display: table;
}
ul.w2widgets_button li:after {
  clear: both;
}
ul.w2widgets_button li:before,
ul.w2widgets_button li:after {
  content: " ";
  display: table;
}
ul.w2widgets_button li:after {
  clear: both;
}
ul.w2widgets_button li a {
  text-decoration: none;
  padding: 0px;
}
ul.w2widgets_button li span {
  padding-left: 3px;
}
ul.w2widgets_button li span .icon_note {
  display: none;
}
ul.w2widgets_button li div.imagefile_path {
  padding-left: 6px;
}
label.control-label,
ul.w2widgets_button {
  padding-left: 6px;
  text-decoration: none;
}
.articleitem:before,
.articleitem:after {
  content: " ";
  display: table;
}
.articleitem:after {
  clear: both;
}
.articleitem:before,
.articleitem:after {
  content: " ";
  display: table;
}
.articleitem:after {
  clear: both;
}
.articleitem > label.control-label {
  padding-left: 0px;
  margin: 0px;
}
.articleitem .form-control {
  margin-bottom: 0px;
}
.articleitem div.radio,
.articleitem div.checkbox {
  margin: 0px;
}
.articleitem.form-group {
  margin-bottom: 8px;
}
h2.schedule {
  margin-top: 0px !important;
}
p.availability {
  font-style: italic;
}
.proof,
.scheduleProof {
  text-align: center;
}
a.remove_pub {
  text-decoration: underline;
}
select.stateSelector,
select.yearSelector,
#securityCode {
  width: 130px;
}
select.countrySelector,
select.monthSelector {
  width: 130px;
  margin-right: 10px;
  float: left;
}
.admintable > tbody > tr:nth-child(odd) > td,
.admintable > tbody > tr:nth-child(odd) > th {
  background-color: #e2e6ea;
}
.google-visualization-table-odd-table-row {
  background-color: #e2e6ea;
}
.selectionupdate {
  display: none;
}
.viewAdDataContainer {
  margin-left: -6px;
  margin-right: -6px;
}
.viewAdDataContainer .viewAdInfoContainer {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .viewAdDataContainer .viewAdInfoContainer {
    float: left;
    width: 50%;
  }
}
.viewAdDataContainer .eventLogData {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.viewAdDataContainer .imagesPreview {
  text-align: center;
}
ol {
  padding-left: 4px;
}
.detailsData,
.transactionsData,
.imagesPreview {
  margin: 6px 0;
}
.detailsData h2,
.transactionsData h2,
.imagesPreview h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0;
}
.detailsData h2 > .dropdown .dropdown-toggle,
.transactionsData h2 > .dropdown .dropdown-toggle,
.imagesPreview h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.detailsData dl,
.transactionsData dl,
.imagesPreview dl,
.detailsData > div,
.transactionsData > div,
.imagesPreview > div {
  padding: 15px;
  padding: 6px;
}
.small-shadow {
  box-shadow: 2px 2px 4px #000000;
  /* Firefox 4.0+, Opera, IE 9 */
  -webkit-box-shadow: 2px 2px 4px #000000;
  /* Chrome and Safari         */
  -moz-box-shadow: 2px 2px 4px #000000;
  /* Firefox 3.6               */
}
.big-shadow {
  box-shadow: 5px 5px 10px #000000;
  /* Firefox 4.0+, Opera, IE 9 */
  -webkit-box-shadow: 5px 5px 10px #000000;
  /* Chrome and Safari         */
  -moz-box-shadow: 5px 5px 10px #000000;
  /* Firefox 3.6               */
}
#lDetails,
#listings,
form.searchForm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.oview,
#previews {
  margin-left: -6px;
  margin-right: -6px;
}
#cc_data {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #cc_data {
    float: left;
    width: 66.66666667%;
  }
}
#cc_code_images {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #cc_code_images {
    float: left;
    width: 33.33333333%;
  }
}
.imgPanel {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 0px;
  margin-right: 6px;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .imgPanel {
    float: left;
    width: 25%;
  }
}
#oList {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 0px;
  margin-bottom: 6px;
}
#oList img.editBtn {
  height: 16px;
  vertical-align: text-top;
}
#oList .search_count .oHeading,
#oList .search_count #listingsSearchForm {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#oList .search_count .page_description,
#oList .search_count .description {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#oList .search_count .search-selection {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: white;
}
#oList .detailsView .delimiter {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 14px;
}
#oList .detailsView .detailsItem:hover {
  background: none repeat scroll 0 0 #E6E6E6;
  margin: 0 14px;
  padding: 20px 0;
}
#oList .detailsView .detailsItem.extra-padding:hover {
  padding: 20px 0 20px 32px;
}
#oList .nameView .detailsItem,
#oList .detailsView .detailsItem {
  margin-left: -6px;
  margin-right: -6px;
  padding: 20px;
  background: #fff;
}
#oList .nameView .detailsItem span.first-published,
#oList .detailsView .detailsItem span.first-published {
  font-style: italic;
}
#oList .nameView .detailsItem .more,
#oList .detailsView .detailsItem .more {
  cursor: pointer;
  margin-top: 3px;
}
#oList .nameView .detailsItem .detailsImage,
#oList .detailsView .detailsItem .detailsImage {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 768px) {
  #oList .nameView .detailsItem .detailsImage,
  #oList .detailsView .detailsItem .detailsImage {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #oList .nameView .detailsItem .detailsImage,
  #oList .detailsView .detailsItem .detailsImage {
    float: left;
    width: 16.66666667%;
  }
}
#oList .nameView .detailsItem .detailsImage img,
#oList .detailsView .detailsItem .detailsImage img {
  display: inline-block;
}
#oList .nameView .detailsItem .detailsImage .thumbnail,
#oList .detailsView .detailsItem .detailsImage .thumbnail {
  margin-bottom: 0px;
}
#oList .nameView .detailsItem a,
#oList .detailsView .detailsItem a {
  cursor: pointer;
  text-decoration: none;
}
#oList .nameView .detailsItem .details,
#oList .detailsView .detailsItem .details {
  font-size: 12px;
  line-height: 20px;
  max-height: 132px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
#oList .nameView .detailsItem .details p,
#oList .detailsView .detailsItem .details p {
  margin-bottom: 0;
  cursor: pointer;
}
#oList .nameView .detailsItem .details p a,
#oList .detailsView .detailsItem .details p a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#oList .nameView .detailsItem .details .descr,
#oList .detailsView .detailsItem .details .descr {
  font-size: 13px;
  line-height: 18px;
}
#oList .nameView .detailsItem.extra-padding,
#oList .detailsView .detailsItem.extra-padding {
  padding-left: 52px;
}
.detailsView > .detailsItem:nth-child(2n+1) {
  background-color: #F9F9F9;
}
.legacy_obits {
  padding: 0px;
}
.legacy_obits h4 {
  float: left !important;
  clear: both;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 4px;
  margin-top: 6px;
  width: 100%;
}
.classifiedFuneralHome,
.classifiedAnnouncementText,
.deathnoticesFuneralHome,
.classifiedCharity,
.classifiedServiceLocation {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.classifiedCallingLocation,
.classifiedFuneralLocation {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .classifiedCallingLocation,
  .classifiedFuneralLocation {
    float: left;
    width: 50%;
  }
}
.classifiedFirstName1,
.classifiedLastName1,
.classifiedFirstName2,
.classifiedLastName2,
.classifiedPostDate,
.classifiedEmail,
.memoriamFirstName1,
.memoriamLastName1,
.memoriamPostDate,
.memoriamEmail,
.deathnoticesFirstName1,
.deathnoticesLastName1,
.classifiedServiceDate,
.classifiedServiceTime,
.deathnoticesPostDate,
.deathnoticesSecondaryPostDate,
.deathnoticesEmail {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .classifiedFirstName1,
  .classifiedLastName1,
  .classifiedFirstName2,
  .classifiedLastName2,
  .classifiedPostDate,
  .classifiedEmail,
  .memoriamFirstName1,
  .memoriamLastName1,
  .memoriamPostDate,
  .memoriamEmail,
  .deathnoticesFirstName1,
  .deathnoticesLastName1,
  .classifiedServiceDate,
  .classifiedServiceTime,
  .deathnoticesPostDate,
  .deathnoticesSecondaryPostDate,
  .deathnoticesEmail {
    float: left;
    width: 50%;
  }
}
.classifiedPostDate {
  clear: left;
}
.classifiedPersonImageURL {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .classifiedPersonImageURL {
    float: left;
    width: 25%;
  }
}
.classifiedPersonImageURL label {
  width: 100%;
}
.classifiedCallingDate,
.classifiedCallingTime,
.classifiedFuneralDate,
.classifiedFuneralTime {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .classifiedCallingDate,
  .classifiedCallingTime,
  .classifiedFuneralDate,
  .classifiedFuneralTime {
    float: left;
    width: 25%;
  }
}
.classifiedAge,
.deathnoticesAge,
.classifiedState,
.deathnoticesState {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .classifiedAge,
  .deathnoticesAge,
  .classifiedState,
  .deathnoticesState {
    float: left;
    width: 16.66666667%;
  }
}
.classifiedBirthDate,
.classifiedDeathDate,
.classifiedCity,
.classifiedCounty,
.deathnoticesBirthDate,
.deathnoticesDeathDate,
.deathnoticesCity,
.deathnoticesCounty {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .classifiedBirthDate,
  .classifiedDeathDate,
  .classifiedCity,
  .classifiedCounty,
  .deathnoticesBirthDate,
  .deathnoticesDeathDate,
  .deathnoticesCity,
  .deathnoticesCounty {
    float: left;
    width: 41.66666667%;
  }
}
.classifiedFuneralHomeAddress,
.classifiedFuneralHomeCity,
.classifiedFuneralHomePhone,
.deathnoticesFuneralHomeAddress,
.deathnoticesFuneralHomeCity,
.deathnoticesFuneralHomePhone {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .classifiedFuneralHomeAddress,
  .classifiedFuneralHomeCity,
  .classifiedFuneralHomePhone,
  .deathnoticesFuneralHomeAddress,
  .deathnoticesFuneralHomeCity,
  .deathnoticesFuneralHomePhone {
    float: left;
    width: 33.33333333%;
  }
}
.classifiedAge,
.classifiedCity,
.deathnoticesAge,
.deathnoticesCity {
  clear: left;
}
.view-bg-body {
  background: #fff;
}
.view-bg-primary {
  background: #ffffff;
}
.view-bg-secondary {
  background: #e2e6ea;
}
.view-bg-brand-primary {
  background: #da8025;
}
.view-text {
  color: #000000;
}
.view-brand-text {
  color: #da8025;
}
.view-brand-primary-text {
  color: #fff;
}
.view-brand-secondary-text {
  color: #000000;
}
img.candle {
  border: 2px solid;
  display: inline;
  width: 14px;
  margin-top: -3px;
}
/*********************************/
/* Branding for memorial Upsell  */
/*********************************/
#content.memorial_div {
  margin-top: 12px;
}
#content.memorial_div #headline {
  min-height: 200px;
}
#content.memorial_div #headline .thmb {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#content.memorial_div #headline input {
  background: none;
  padding: 2px 0 0 0;
  cursor: pointer;
  text-align: center;
  border: none;
}
#content.memorial_div h4 a,
#content.memorial_div label a {
  color: blue;
}
#content.memorial_div h2,
#content.memorial_div .h2 {
  font-size: 17px;
}
#content.memorial_div .centered {
  display: block;
  text-align: center;
  cursor: pointer;
}
#content.memorial_div .lmimg {
  clear: left;
  float: left !important;
  margin-bottom: 0 !important;
}
#content.memorial_div .checkbox {
  padding-top: 0px;
}
#memorial-info {
  border-top: 2px ridge #da8025;
  padding-top: 19px;
}
/*************************************/
/* END Branding for memorial Upsell  */
/*************************************/
/******************************************/
/* Branding for internal listing display  */
/******************************************/
#printButton .listing {
  text-align: center;
}
#printButton .listing a,
#printButton .listing a:hover {
  text-align: center;
  color: #0000FF;
  text-decoration: underline;
}
.oview {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px 20px 20px;
  min-height: 500px;
  margin-bottom: 8px;
  cursor: context-menu;
}
.oview .top-panel {
  font-size: 11px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
.oview .top-panel .go-print {
  margin-right: 7px;
  padding-right: 3px;
  border-right: 1px solid;
}
.oview .top-panel a,
.oview .top-panel a:hover {
  text-decoration: none;
  cursor: pointer;
}
.oview .nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.oview .cPanel-inner {
  padding-top: 24px;
}
.oview .lPanel,
.oview .rPanel {
  padding: 0px 0px 4px 0px;
}
.oview .lPanel span.rHeading,
.oview .rPanel span.rHeading {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 2px !important;
  text-align: center;
  text-transform: uppercase;
}
.oview .lPanel img,
.oview .rPanel img {
  display: block;
  margin: 2px auto;
  position: relative;
  text-align: center;
}
.oview .lPanel {
  float: left !important;
  width: 100%;
}
.oview .lPanel .fh a.fhname {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding-top: 2px;
}
.oview .lPanel .fh .fhLinks {
  padding: 4px 0 0 0;
  margin-top: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid #000;
}
.oview .lPanel .fh img {
  padding-top: 8px;
}
.oview .lPanel .oaddress {
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  line-height: 14px;
}
.oview .lPanel .oaddress-pre {
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  line-height: 14px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
}
.oview .cPanel {
  min-height: 300px;
  margin-top: 8px;
}
.oview .cPanel .nPanel {
  font-size: 30px;
  padding: 10px 0px 10px 20px;
  text-transform: uppercase;
  overflow: hidden;
  word-wrap: break-word;
}
.oview .cPanel .nPanel img.editBtn {
  width: 18px;
}
.oview .cPanel .lsPanel {
  font-size: 20px;
  padding: 10px 20px;
}
.oview .cPanel .msgPanel {
  margin: 24px;
  padding: 0;
}
.oview .cPanel .imgPanel {
  float: left;
  margin: 4px 16px 12px 0;
}
.oview .cPanel .txtPanel {
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
.oview .cPanel .ftrPanel {
  text-align: center;
  margin-bottom: 24px;
}
.oview .cPanel .logoPanel {
  max-width: 300px;
}
.oview .cPanel .lmPanel {
  text-align: center;
  clear: left;
}
.oview .cPanel .lmPanel span {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.oview .cPanel .lmLogo a {
  line-height: 56px;
}
.oview .lPanel .fh .fhLinks a {
  text-decoration: none;
}
.oview .lPanel .fh .fhLinks span {
  display: inline;
  padding: 0;
}
.oview .lPanel .fh a img.fh-image {
  padding-bottom: 10px;
}
.oview table.datetimes td {
  border: none;
  line-height: inherit;
  padding: 0 0 2px 0;
}
div.asSeen {
  float: left !important;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 6px auto;
  padding: 0 4px;
  text-align: center;
}
div.funeral-home-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left !important;
  padding: 0;
  margin-top: 4px;
}
a.getPdf {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  font-size: 11px;
}
.candle-note {
  float: left !important;
  margin: 18px 0 12px;
}
/*********************************************/
/* END Branding for internal listing display */
/*********************************************/
/*********************************************/
/* Details Edit Page for Obit listings       */
/*********************************************/
.private-toggle,
.panel-btn {
  float: right !important;
  margin-left: 6px;
}
#listings .panel {
  background-color: transparent;
}
#listings .panel .list-info {
  padding: 12px;
  margin-bottom: 6px;
  background: #E6E6E6;
  float: left !important;
}
#listings .nav-pills > li > a,
#listings .nav-pills > li > a:hover,
#listings .nav-pills > li > a:focus {
  border-radius: 8px;
}
#listings .listing-btn {
  float: right !important;
  margin-right: 6px;
}
#listings .state {
  clear: left;
}
#listings .panel-heading span.hdr {
  font-size: 14px;
}
#listings .panel-heading span.hdr span b {
  font-size: 16px;
}
#listings .panel-heading a.by-town,
#listings .panel-heading a.by-town:hover {
  float: right !important;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}
#listings .nav > li > a {
  font-weight: bold;
  padding: 4px 6px;
  border-radius: 5px;
}
#listings .nav > li > a:hover,
#listings .nav > li > a:focus {
  border-radius: 5px;
}
#listings .nav > li > a:hover span,
#listings .nav > li > a:focus span {
  color: #FFF;
}
#listings .nav > li.disabled a,
#listings .nav > li.disabled a:hover,
#listings .nav > li.disabled a:focus {
  color: #BBB !important;
  background: transparent !important;
}
#listings table > tbody > tr > td {
  border: none;
}
#listings table.shortNames td.nameLink {
  cursor: pointer;
  font-size: 14px;
  height: 24px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#listings table.shortNames tr {
  height: 23px;
}
#listings table.shortNames tr.row-first td {
  border-top: 1pt solid #CCCCCC;
}
#listings table.shortNames td.editLink {
  cursor: pointer !important;
  width: 28px !important;
}
#listings table.townTable a {
  cursor: pointer;
}
#listings table.townTable span.town-name {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 6px;
}
#listings table.townTable td {
  padding: 0 0 2px 0;
}
#listings table.townTable tr.row-last td {
  padding-bottom: 14px;
}
input.short,
select.short,
.pricingval {
  width: 75px !important;
}
#obituariesForm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#obituariesForm .row {
  display: none;
}
#obituariesForm .obit-info {
  margin-left: -6px;
  margin-right: -6px;
}
#obituariesForm .obit-info .obit-info-deceased,
#obituariesForm .obit-info .obit-info-additional,
#obituariesForm .obit-info .obit-info-event,
#obituariesForm .obit-info .obit-info-funeralhome {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#obituariesForm textarea {
  height: 200px;
}
#lDetails #obituariesForm .row {
  display: block;
}
#lDetails #obituariesForm .obit-info-deceased,
#lDetails #obituariesForm .obit-info-additional {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #lDetails #obituariesForm .obit-info-deceased,
  #lDetails #obituariesForm .obit-info-additional {
    float: left;
    width: 33.33333333%;
  }
}
#lDetails #obituariesForm .obit-info-funeralhome {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #lDetails #obituariesForm .obit-info-funeralhome {
    float: left;
    width: 66.66666667%;
  }
}
#lDetails #obituariesForm .obit-info-event {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #lDetails #obituariesForm .obit-info-event {
    float: left;
    width: 50%;
  }
}
#lDetails .bar {
  margin-bottom: 12px;
}
#lDetails h2 {
  float: left !important;
  margin: 6px 0 0 0;
}
#lDetails .thumbnail {
  margin-bottom: 0px;
}
#lDetails label {
  font-weight: normal;
  padding-right: 0px;
}
#lDetails textarea,
#lDetails select {
  padding: 6px 2px;
}
#lDetails textarea {
  height: 200px;
}
#lDetails textarea.eventlocation {
  height: 92px;
}
#lDetails .help-block {
  line-height: 13px;
}
#lDetails .help-block.control-label {
  float: left !important;
  white-space: nowrap;
}
#lDetails .priv-btn,
#lDetails .panel-btn {
  padding: 0px 4px;
}
#lDetails .panel-default > .panel-heading.alt {
  xxbackground: #333;
  xxcolor: #fff;
  xpadding: 4px 15px;
  background-color: #E2E6EA;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  color: #333333;
  padding: 4px 15px;
}
#lDetails ul.dropdown-menu {
  cursor: pointer;
}
select,
.form-control {
  margin-bottom: 4px;
}
.panel-heading,
.panel-footer {
  padding: 5px 15px;
  font-weight: bold;
  font-size: 13px;
}
.panel-body {
  padding: 6px;
}
#event0type,
#event3type,
#event4type {
  font-size: 12px;
  background: transparent;
  font-weight: bold;
  border: none;
  color: #FFF;
}
#event0publicEventButton,
#event3publicEventButton,
#event4publicEventButton {
  margin-left: 3px;
  padding: 0 3px;
}
span.returned {
  font-size: 14px;
  font-weight: bold;
}
.ch-heading {
  padding: 0 3px;
}
.nav-pills > li > a:hover {
  cursor: pointer;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  font-weight: bold;
}
/*********************************************/
/* END Details Edit Page for Obit listings   */
/*********************************************/
.spotlight {
  height: 220px;
}
.spotlight .spot-image {
  padding-top: 6px;
  text-align: center;
}
.spotlight .spot-name {
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
  float: left !important;
}
.spotlight .descr {
  font-size: 12px;
  height: 160px;
  overflow: hidden;
  padding: 3px 0;
  float: left !important;
}
.spotlight .full-obit {
  text-align: right;
  padding-top: 2px;
}
.spotlight h6,
.spotlight .h6 {
  cursor: pointer;
}
.spotlight .carousel-indicators li {
  border: 1px solid #666;
  background: #fff;
}
.spotlight .carousel-indicators .active {
  border-color: #fff;
  background-color: #666;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.carousel-indicators {
  bottom: -8px;
}
.carousel-indicators li {
  border-color: #da8025;
}
.carousel-indicators .active {
  background-color: #da8025;
}
/* This is the job log area with the stats block data */
#orderPreviewToggle {
  padding: 6px 0 0 6px;
}
@media (max-width: 767px) {
  #toggleCopyBtn {
    display: none !important;
  }
}
.generaljobdata dl.jobdetails {
  float: left;
}
h4.thumbHeader {
  color: #003B7D;
  height: 14px;
  margin: 4px 0 6px;
  text-align: center;
  font-size: 11px;
}
table.jobdetails tr,
table.jobstats tr {
  height: 20px;
}
@media (min-width: 768px) {
  .printInfoData {
    width: 160px;
    font-weight: bold;
    clear: both;
  }
  .onlinePubDetails .onlineInfoLabel,
  .onlinePubDetails .onlineInfoLabelDuration {
    float: left;
    width: 160px;
    clear: left;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .onlinePubDetails .onlineInfoData,
  .onlinePubDetails .onlineInfoDataDuration {
    margin-left: 180px;
  }
}
.jobdetails dt,
.jobstats dt {
  text-align: right;
  color: #003B7D;
  padding: 0 4px 0 0;
}
.jobdetails dt,
.jobdetails dd {
  font-size: 11px;
  height: 20px;
  font-weight: normal;
}
.jobdetails.dl-horizontal dd {
  margin-left: 160px;
}
table.jobstats {
  background: transparent;
  padding: 4px 16px 12px 2px;
  border-collapse: separate;
  border-spacing: 2px;
  margin-right: 6px;
}
table.jobstats td.jobdata {
  background: none repeat scroll 0 0 lightyellow;
  border-color: gray;
  border-style: inset;
  border-width: 1px;
  cursor: auto;
}
table.jobstats tr.statsheading {
  color: #003B7D;
}
table.jobdetails {
  margin: 0 12px 0 0;
  float: left;
}
table.jobdetails tr {
  height: 20px;
}
table.jobdetails td.joblabel {
  text-align: right;
  padding-right: 2px;
  color: #003b7d;
}
table.jobdetails td.jobdata {
  color: #000000;
}
table.jobFileLinks td a,
table.jobFileLinks td a:visited {
  color: blue;
}
table.jobFileLinks td {
  float: left;
  clear: left;
  text-align: center;
}
table.jobFileLinks td .fileLabel {
  font-size: 11px;
  padding-bottom: 2px;
}
table.jobFileTypes {
  width: auto;
  border-collapse: separate;
  border-spacing: 8px;
  background-color: transparent;
}
table.jobFileTypes td {
  width: 70px;
  border: 1px outset #cccccc;
  padding: 2px;
  background: #FFFFFF;
}
table.jobFileTypes td div.fileButton {
  text-align: center;
}
table.jobFileTypes div.fileLabel {
  text-align: center;
}
#statsXML,
#log {
  background: none repeat scroll 0 0 #DDDDDD;
  border: 1px solid #CCCCCC;
  margin: 0px 8px;
  color: #333333;
  font-size: 12px;
  height: 120px;
  overflow-y: scroll;
  white-space: normal;
  display: inline-block;
  font-family: Arial;
}
.statsLabel {
  color: #000000;
  float: left;
  padding: 0 0 4px 0;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}
#statsDetails {
  margin: 6px 0 0 20px;
}
#statsDetails .stats {
  float: left;
  clear: left;
  margin-bottom: 12px;
}
#log {
  height: 750px;
}
div.jobdetailsprev {
  float: left;
  height: 220px;
}
img.jobInfoPreviewImage {
  max-width: 344px;
  max-height: 220px;
}
.checkout {
  margin-bottom: 6px;
}
/* end */
/* Obituary Listings (new) */
.container_listingdetails .panel {
  border-top: none;
  background-color: #EEEEEF;
}
.container_listingdetails .panel .help-block {
  font-size: 12px;
}
#obituariesForm .top-links {
  text-align: center;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 12px;
}
#obituariesForm .top-links a.go-print,
#obituariesForm .top-links a.go-edit {
  border-right: 1px solid;
  margin-right: 7px;
  padding-right: 3px;
}
#obituariesForm .top-links a,
#obituariesForm .top-links a:hover {
  text-decoration: none;
  cursor: pointer;
}
#obituariesForm .top-links .btn {
  padding: 2px 12px;
  width: 120px;
}
#obituariesForm .top-links.obitlisting {
  margin-top: 12px;
  margin-bottom: 0px;
}
#obituariesForm .h-banner {
  width: 100%;
  height: 30px;
  margin-top: 12px;
  border-radius: 2px;
  float: left !important;
}
#obituariesForm .h-banner span {
  margin: 6px 0 0 24px;
  color: white;
  font-size: 20px;
  font-family: 'Times New Roman';
  text-shadow: 1px 1px 1px #000;
}
#obituariesForm .divider {
  line-height: 12px;
  margin-bottom: 8px;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#obituariesForm .divider .ch-divider {
  font-size: 20px;
  font-family: 'Italianno', cursive;
  padding: 0 12px 0 10px;
}
#obituariesForm .new-view-right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  box-shadow: 2px 2px 10px #666666;
  border-radius: 4px;
  float: left !important;
  background-color: #e2e6ea;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  #obituariesForm .new-view-right {
    margin: 0px 6px;
  }
}
#obituariesForm .new-view-right .data-block {
  width: 100%;
  float: left !important;
}
#obituariesForm .new-view-right .data-block img {
  display: block;
  margin: 12px auto 0 auto;
}
#obituariesForm .new-view-right .data-block div.data {
  padding: 12px 6px 0 6px;
}
#obituariesForm .new-view-right .data-block .centered {
  text-align: center;
}
#obituariesForm .new-view-right .data-block span.data,
#obituariesForm .new-view-right .data-block pre.data {
  font-family: 'Noto Serif', serif;
  font-size: 14px;
}
#obituariesForm .new-view-right .data-block table.datetimes td {
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  border: none;
  padding: 0;
}
#obituariesForm .new-view-right .data-block table.datetimes td.time {
  text-align: right;
}
#obituariesForm .new-view-right .data-block .heading {
  font-weight: bold;
  text-decoration: underline;
}
#obituariesForm .new-view-right .data-block .spacer {
  display: block;
  height: 4px;
}
#obituariesForm .new-view-right .fh-links {
  border-top: 1px solid;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 3px;
  text-align: center;
}
#obituariesForm .new-view-right .fh-links a:hover {
  text-decoration: none;
}
#obituariesForm .new-view-left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  box-shadow: 2px 2px 10px #666666;
  margin: 0 6px 16px 0;
  padding-bottom: 12px;
  border-radius: 6px;
  float: left !important;
  background-color: #e2e6ea;
}
#obituariesForm .new-view-left .cPanel {
  width: 100%;
  float: left !important;
}
#obituariesForm .new-view-left .top-panel {
  margin: 16px 16px 4px 16px;
}
#obituariesForm .new-view-left .top-panel .deceased {
  text-align: center;
}
@media (min-width: 768px) {
  #obituariesForm .new-view-left .top-panel .deceased {
    float: left !important;
    background-color: #ffffff;
    width: 170px;
  }
}
#obituariesForm .new-view-left .top-panel .deceased img.person {
  height: 150px;
  max-width: 150px;
  margin: 10px;
}
@media (max-width: 767px) {
  #obituariesForm .new-view-left .top-panel .deceased img.person {
    box-shadow: 2px 2px 4px #000000;
    /* Firefox 4.0+, Opera, IE 9 */
    -webkit-box-shadow: 2px 2px 4px #000000;
    /* Chrome and Safari         */
    -moz-box-shadow: 2px 2px 4px #000000;
    /* Firefox 3.6               */
  }
}
#obituariesForm .new-view-left .top-panel .deceased img.person .thumbnail {
  padding: 6px 20px;
}
#obituariesForm .new-view-left .top-panel .enhancers {
  text-align: center;
  margin-top: 12px;
}
#obituariesForm .new-view-left .top-panel .enhancers img.thumbnail {
  max-width: 60px;
  max-height: 60px;
  display: inline;
}
#obituariesForm .new-view-left .top-panel img.shadow {
  width: 170px;
  float: left !important;
  clear: left;
}
@media (max-width: 767px) {
  #obituariesForm .new-view-left .top-panel img.shadow {
    display: none !important;
  }
}
#obituariesForm .new-view-left .top-panel .info {
  text-align: center;
}
#obituariesForm .new-view-left .top-panel .info .name {
  font-family: 'Times New Roman';
  text-shadow: 1px 1px 1px #fff;
  font-size: 40px;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
#obituariesForm .new-view-left .obit-text {
  float: left !important;
  margin: 20px;
  font-family: 'Noto Serif', serif;
}
#obituariesForm .new-view-left .lifespan {
  font-size: 15px;
  font-style: italic;
  font-family: 'Noto Serif', serif;
}
#obituariesForm .new-view-left .memorial {
  float: left !important;
  text-align: center;
  width: 100%;
}
#obituariesForm .new-view-left .memorial span.script {
  font-size: 30px;
  font-family: 'Italianno', cursive;
}
#obituariesForm .new-view-left .fh-logo {
  float: left !important;
  margin: 0 0 12px 0;
  width: 100%;
}
#obituariesForm .new-view-left .fh-logo img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  max-height: 250px;
}
#obituariesForm a.pdf {
  text-align: center;
  display: block;
}
#obituariesForm a.pdf span {
  display: block;
  font-size: 12px;
}
/* END Obituary Listings (new) */
.lm-identity {
  text-align: center;
}
.lm-partner-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
.color-preview {
  float: left !important;
  height: 20px;
  width: 20px;
}
/* Auto completion drop-down */
div.autocomplete {
  margin: 0px;
  padding: 0px;
  width: 250px;
  background: #fff;
  border: 1px solid #cccccc;
  position: absolute;
  z-index: 1;
  height: 150px;
  overflow-y: scroll;
}
div.autocomplete ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
div.autocomplete ul li {
  margin: 0;
  padding: 2px;
  display: block;
  list-style-type: none;
  cursor: pointer;
}
div.autocomplete ul li.selected {
  background-color: #001d5e;
  color: #ffffff;
}
/* End auto completion drop-down */
/* IE appears to have an upper limit to the length of statements that can be listed here.  Trim accordingly */
#SWFUpload_Console,
#adminDMImport,
#adminDatamgr,
#adminDistroImport,
#bdc_emailWidgets,
#content.legacy #helpme,
#ecommercelogo,
#eventId_lookup {
  display: none;
}
#eventId_recalculate,
#externaltraderating,
#footerimg,
#gohome,
#gohome .home,
#info-adjustments,
#legacyReporting,
#nofColumnsSelector,
#pkgItemsList div.disabled {
  display: none;
}
#replacetext,
#resizepreview,
#schedule-custom-message,
#spellcheck,
.spellcheck,
#uses-shipping,
#valdiv,
#viewClassifiedInfoContainer {
  display: none;
}
#w2Panel_articlecontent_errors hr,
#w2errorwidget_articlecontent_canvas br,
.DiscoverImage,
.Solo,
.Switch,
.adduser-additionalinfo,
.adduser-address1-message {
  display: none;
}
.adduser-credit,
.adjDesc,
.adjustmentprice,
.adjustmenttax,
.auto-assign-pkgs,
.auto-build-pkgs,
.campaign .zones ul li h4.zoneListDesc,
.centerbutton:empty {
  display: none;
}
.charcount,
.charcounter,
.cl,
.defaultSkin .mceStatusbar div,
.docSwitchTitle,
.documentIdentifier,
.documentTitle,
.externalOrderColumn,
.ft,
.hd,
.helpSection {
  display: none;
}
.homeData a.listView,
.ieShadow,
li.links-listings-obits,
li.links-testimonials,
.listprice,
.packagePreview input,
.pkgitem-directmail {
  display: none;
}
.registeruser-additionalinfo,
.registeruser-address1-message,
.schDesc,
.selectionupdate a,
.swfuploadText,
.topbuttonbar.inventoryform.bottom,
.user-credit {
  display: none;
}
.user-term,
.user-term-admin,
.user-tradeuser,
.userGenerate legend,
.userProof legend,
a.adInfo span,
a.tt span,
div.adDimensions,
div.anonymousURL {
  display: none;
}
div.classifications div.disabled,
div.classifiedType,
div.loginMsg,
div.pickupLink,
div.publications div.disabled,
fieldset.ccAdjustment legend {
  display: none;
}
hr.w2Panels_divider,
hr.w2widgets_caption,
img.catDescription,
input.checkoutcheckbox,
li.w2widgets_flip,
span.charcount,
span.charcounter,
span.w2widgets_charcounter {
  display: none;
}
table.contract_value,
tr.classifiedCharity,
tr.deathnoticesCharity,
ul.pickupLink,
hr.pkgEditDivider,
#survey,
div.publicationDescription {
  display: none;
}
fieldset.entryform input[name='trade'],
fieldset.entryform label[for='trade'] {
  display: none;
}
div.placeanobit {
  width: auto;
  float: left;
  display: none;
}
/* Custom 'print only' directives */
@media print {
  #header,
  #footer,
  ul.slidedoormenu,
  #headline,
  div.panel-email,
  dt.statusChange,
  dd.statusChange,
  div.eventLogData,
  #nav,
  #buttonbar,
  div.detailsLinks,
  #printButton,
  #printDetailsButton,
  div.previewLinks,
  div.adPreviewLink {
    display: none;
  }
  fieldset.confirmation {
    background: none;
    border: none;
  }
  #body,
  #outer_outer_container,
  #outer_container,
  #inner_container,
  .container {
    background: #ffffff;
    width: 572px;
  }
  #homeContent,
  #homeBody,
  fieldset.confirmation,
  div.viewAdDataContainer {
    width: 576px;
    margin: 0;
    padding: 0;
  }
  #homeContent {
    background: none;
  }
  div.anonymousURL {
    display: none !important;
  }
  div.viewAdInfoContainer {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
    clear: left;
  }
  div.viewAdInfoContainer h2 {
    margin: 0;
    padding: 0;
    width: auto;
    color: #000000;
    font-size: 12px;
    text-align: left;
  }
  .dl-horizontal dt {
    float: left;
    width: 40%;
  }
  .dl-horizontal dd {
    float: left;
    width: 60%;
    margin-left: 0;
    padding-left: 10px;
  }
  div.detailsData,
  div.transactionsData,
  .dateInfoData,
  .printInfoData,
  div.detailsData dl {
    background: none;
    border: none;
  }
  div.imagesPreview {
    width: auto;
    padding: none;
    float: left;
  }
  img.detailsPreviewImage {
    max-height: 860px;
    max-width: 100%;
  }
}
/* Generic stylesheet for Gannett Corporate. */
#wrapper {
  box-shadow: none;
  background: none;
  width: 100%;
}
p {
  margin: 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent !important;
  outline: none;
}
table.clientFilter input {
  padding: 3px;
}
table#jobs .check input {
  margin: 0 !important;
  vertical-align: middle;
  padding: 0 !important;
  height: 14px;
}
#jobtable div {
  margin-bottom: 6px;
}
tr.radiosearch td,
tr.radiosearch input.radio {
  vertical-align: middle;
  padding: 0 4px 0 0;
  margin: 0;
}
tr.fieldsearch td input {
  padding: 1px;
}
tr.datesearch td input {
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  height: auto;
}
.optionBlock {
  padding: 12px 0;
}
#exceptionDeadlineDateButton img,
#exceptionPublishDateButton img,
#firstEditionButton img,
#promo button img {
  height: 27px;
}
#pkgitem #optional1,
#allowContact1 {
  border: none;
}
.pkgPubEditList ul {
  padding-left: 0;
}
div.packageItemSchDataCustom {
  display: none;
}
div.packageItemSchData label {
  white-space: normal;
}
div.packageItemSchData div.standard {
  height: 14px;
  padding: 2px;
}
td.pubInsertions input {
  margin: 0;
  padding: 0;
}
td.pubInsertions label {
  font-size: 12px;
}
.reportEdit label.emailLabel,
.reportEdit .emailSelect {
  margin: 0 !important;
  padding: 0 !important;
}
/* These are shut off for everything except Real Estate */
#theCart {
  display: none;
}
#usesEnhanced {
  display: none;
}
div.loggedin a.enhanced {
  display: none;
}
#hfLogo {
  display: none;
}
#realestate,
#autos {
  display: none;
}
.navbar-nav > li.links-cart {
  display: none;
}
/* END These are shut off for everything except Real Estate */
/** Real estate inventory page - Gannett specific **/
#inventory .dialog_box .bd .c {
  display: none;
}
.topbuttonbar.inventoryform {
  padding-left: 0;
  height: 60px;
}
#inventory #table {
  margin-top: -10px;
}
/** END Real estate inventory page - Gannett specific **/
.homeTZNote,
.homeTZInfo {
  float: left;
  display: block;
  font-size: 14px;
  padding-top: 12px;
}
div.priceDelta {
  clear: left;
  float: left;
  color: black;
  padding: 18px 0;
  margin: 18px 0;
  background: #EEEEEE;
}
.deltaHeader {
  text-align: right;
  float: left;
  clear: left;
}
.deltaData {
  text-align: left;
  float: left;
  text-align: right;
}
/* extra charge/refund page */
/* END extra charge/refund page */
.confirm_order_form table.form td input.addr[disabled] {
  color: graytext;
}
textarea.calendarnotes {
  border: 2px solid #DDDDDD;
  height: 128px;
  margin-top: 0;
}
#specialnotes {
  color: #445566;
}
.calendarpage {
  /* fixes an IE 8 issue on the calendar page */
  height: 200px;
  clear: left;
}
.apubs {
  display: none;
}
table#order .deceasedName {
  color: maroon;
}
.menulist ul li a.header {
  background: #001d5e;
}
.adminprofanity {
  display: inline !important;
}
#legacyReporting {
  display: block;
}
dt.userid,
dd.userid {
  display: none;
}
tr.disabled {
  /* disabled rows in the admin - they can't be gray anymore in this color scheme */
  background-color: #EBC298 !important;
}
table tr.disabled a,
table tr.disabled a:visited {
  color: #aaaaaa;
}
tr.packageBundle,
tr.packageDisplay {
  display: none;
}
.message {
  display: none;
}
#definition {
  font-size: 14px;
}
.links-window {
  height: 700px;
}
.legacy .dialog_box {
  float: left;
}
#cmsInstructions .headline {
  padding-top: 12px;
}
.menulist ul li a,
.menulist ul li a:visited {
  color: #da8025;
  background: #eeeeee;
}
.menulist ul li a:hover {
  /*  */
  background: #227799 !important;
  color: #FFFFFF !important;
}
a.create:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  #outer_outer_container {
    background: #ffffff url(../imgs/top_body_bg_inside.png) repeat-x scroll left 95px;
  }
  #body.home > #outer_outer_container {
    background: #ffffff url(../imgs/top_body_bg.png) repeat-x scroll left 95px;
  }
}
#outer_container,
.inner_container,
#footer {
  margin-left: -6px;
  margin-right: -6px;
}
#body.home .inner_container {
  background: transparent url(../imgs/home_header.jpg) no-repeat scroll right top;
}
#header {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  min-height: 94px;
  padding: 5px 0 0 0;
}
@media (min-width: 768px) {
  #header {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #header {
    float: left;
    width: 100%;
  }
}
#myaccount a,
#myaccount a:visited {
  text-align: left;
  text-decoration: none;
}
#myaccount.a,
#myaccount.a:visited {
  color: #da8025;
}
#myaccount.a:hover {
  color: #666666;
  text-decoration: none;
}
.loggedin {
  color: #666666;
  padding-top: 4px;
  font-size: 15px;
  text-align: right;
}
.loggedin .username {
  white-space: normal;
  /* Added AZ 7/21/2010 */
}
#helpme {
  display: none;
}
#footer {
  background: #e2e2e2 url(../imgs/bg_footer.png) repeat-x scroll 0 0;
  color: #666666;
  padding: 15px 0;
}
#footer p.license {
  background: url('../imgs/adportal/wave2logo.png') no-repeat 0 2px;
  padding-left: 38px;
}
#footer p.fl_right {
  text-align: right;
}
#footer p {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  #footer p {
    float: left;
    width: 50%;
  }
}
.navbar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .navbar {
    background-color: transparent;
    border: none;
  }
}
.navbar .navbar-header {
  float: right !important;
}
.navbar .navbar-brand {
  color: #E6E6E6;
  cursor: default;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-brand {
    display: none !important;
  }
}
.navbar .navbar-brand:hover {
  background-color: #001d5e;
}
.navbar #navbar-collapse-1 {
  float: left !important;
}
.navbar ul.links > li > a {
  color: #FFFFFF;
  font-size: 16px;
}
.navbar ul.links > li > a:hover,
.navbar ul.links > li .active {
  color: #da8025 !important;
}
.navbar ul {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .navbar {
    background-color: transparent;
    border: none;
  }
  .navbar ul.links > li > a:hover,
  .navbar ul.links > li .active {
    background-color: transparent;
  }
  .navbar .navbar-brand:hover {
    background-color: transparent;
  }
}
div.breadcrumbs {
  width: 100%;
  background-color: transparent;
}
ul.breadcrumbs {
  padding-top: 10px;
  text-align: left;
  float: left !important;
  margin: 0px;
}
ul.breadcrumbs li {
  background: none;
  color: #da8025;
  padding: 0 6px;
  font-size: 14px;
  margin-right: 10px;
}
ul.breadcrumbs li.selected {
  color: #666666;
  font-weight: normal;
}
ul.breadcrumbs li.spacer {
  display: none !important;
  visibility: hidden !important;
}
#adminNotice {
  padding: 9px 0 0 0;
  float: right !important;
  text-align: left;
}
#adminNotice span.adminNoticeHeading {
  font-weight: bold;
  font-size: 11px;
  float: left;
}
#adminNotice span.adminNoticeItems {
  font-style: italic;
  color: #9B233C;
  font-size: 9px;
}
.headerimg {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left !important;
}
@media (min-width: 768px) {
  .headerimg {
    float: left;
    width: 50%;
  }
}
#body.home .headerimg {
  /* on the login page */
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  float: left !important;
}
@media (min-width: 992px) {
  #body.home .headerimg {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #body.home .headerimg {
    float: left;
    width: 33.33333333%;
  }
}
#login {
  display: none;
}
#body.home #login {
  display: block !important;
  float: right !important;
  /* This covers all small devices */
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  /* Small devices () */
  /* Medium devices (desktops, 992px and up) */
  padding: 0px;
  margin: 0px;
  color: #666666;
}
#body.home #login .form-inline {
  float: right;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#body.home #login .form-inline .input-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}
#body.home #login .l-links {
  float: left;
  padding-left: 6px;
}
@media (min-width: 768px) {
  #body.home #login {
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #body.home #login .form-inline {
    width: auto;
    float: right;
    padding-right: 0;
  }
  #body.home #login .l-links {
    float: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #body.home #login {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #body.home #login {
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #body.home #login .form-inline {
    width: auto;
    float: right;
    padding-right: 0;
  }
  #body.home #login .l-links {
    float: right;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #body.home #login {
    float: left;
    width: 50%;
  }
}
#body.home #login ul {
  margin: 0px;
  padding: 0px;
}
#body.home #login ul li,
#body.home #login #header ul li {
  border: none;
  font-size: 11pt;
  padding: 0px;
}
#header fieldset {
  margin: 0;
  border: none;
}
#header .login,
form.ad_history input {
  color: #666666;
  float: left;
  margin: 4px 15px 0 0;
  padding: 8px 5px 0;
}
form input {
  color: #666666;
  height: auto;
}
form input:focus {
  background-color: #FFF0D5;
}
form input[type='text'].short {
  border: 2px solid #DDDDDD;
}
form input[type='text'],
form textarea,
fieldset.entryform input[type='text'],
fieldset.entryformRoles input {
  border: 2px solid #DDDDDD;
}
.memorial_div form input {
  border: 1px solid #DDDDDD;
  padding: 1px 0;
}
table.mem_input.mem_right {
  margin-left: 5px;
}
legend {
  display: none;
}
legend.calendarhack {
  display: block;
  background: white none repeat scroll 0 0;
  border: medium none;
  color: #DA8035;
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
  padding: 0 !important;
  position: expression("absolute");
  top: expression("-.5em");
  left: expression("-.5em");
}
p.additionalnotes {
  font-size: 10pt;
  margin: 6px 0;
}
dl#extrapublications,
#extrapublications {
  margin-left: 0px;
}
fieldset {
  border: none;
}
fieldset.entryform input,
fieldset.entryformRoles input {
  margin: 0 0 16px 0;
}
fieldset.entryform input.docWildcard {
  margin: 4px 0 0 0;
  border: 1px solid;
  height: 16px;
  margin: 4px 0 0;
  padding: 0 !important;
}
fieldset.entryform label {
  margin: 0 0 5px 0;
  text-align: left;
}
.pkgitemsTitle,
.classificationsTitle,
.documentbundlesTitle {
  color: #da8025;
}
#frequencyHelpLink {
  padding-left: 0;
  padding-bottom: 4px;
}
.documentform {
  border: 1px solid #da8025;
}
tr.user-tradeuser,
tr.user-referral,
tr.adduser-industry,
tr.adduser-employees,
tr.adduser-refsource,
tr.adduser-refinfo {
  display: none;
}
span.adTitle {
  color: #da8025;
  font-size: 14px;
}
div.adNum {
  color: #003366;
}
div.insertionDate {
  color: #003366;
}
fieldset.confirmation {
  background: #EEEEEE none repeat scroll 0 0;
  margin-bottom: 4px;
  border: 1px solid #000000;
}
fieldset.confirmation legend {
  display: none;
}
div.dateInfoData,
div.dateInfoDataCanceled {
  color: #003366;
}
div.finalInfo .finalDate {
  color: #003366;
}
ul.filesList {
  font-size: 14px;
  line-height: 18px;
}
fieldset.homeData legend {
  display: block;
  padding: 12px 0 5px 0;
  margin: 0;
  background: none;
  border: none;
  font-weight: bold;
}
.homeData .noneFound {
  padding: 10px 0 10px 0;
  margin: 0;
  font-size: 12px;
  font-style: italic;
  color: #003366;
}
.homeData a,
.homeData a:visited {
  color: #003366;
}
.homeData a:hover {
  color: #da8025;
}
div.details-for-legacy {
  color: #da8025;
  margin-top: -4px;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
a,
a:visited {
  text-decoration: none;
  color: #da8025;
}
a:hover,
ul.w2widgets_button > li > a:hover,
ul.w2widgets_button > li > a:focus {
  color: #da8025 !important;
  text-decoration: none;
}
h1 {
  text-align: left;
}
h2,
h2.subheader,
h2.headline {
  text-align: left;
  padding-bottom: 4px;
}
h2.subheaderMsg,
h4.headline {
  padding: 0 0 10px;
}
div.viewAdDataContainer h2 {
  color: #003366;
}
h3 {
  font-weight: bold;
  text-align: left;
}
.update-user .bottom-msg {
  display: none;
}
.confirm_order_form table.form td input.promobutton {
  border: none;
  font-size: 13px;
  margin: 0px !important;
  padding: 0px !important;
  height: 40px;
}
tr.referral-code {
  display: none;
}
#feature {
  color: #FFFFFF;
  min-height: 105px;
  padding: 0px;
}
#feature h1 {
  color: #FFFFFF;
  padding-bottom: 5px;
  line-height: 40px;
  font-weight: normal;
}
#feature2 {
  display: none;
}
.help-block {
  color: #da8025;
}
#button_nav {
  float: left;
  height: 44px;
  margin-top: 10px;
}
#button_nav a.button {
  padding: 6px;
}
#button_nav li {
  margin-right: 10px;
}
#button_nav ul {
  padding-left: 0px;
}
#homeContent {
  background: transparent url(../imgs/my_account_sidebar2.gif) no-repeat scroll left top;
  margin-top: 0px;
}
#homeBody {
  padding-top: 18px;
  margin-top: 0px;
}
.slidedoormenu,
.imagegallerymenu {
  padding: 0 12px 0 10px;
  margin-right: 0;
  padding-top: 8px;
}
.slidedoormenu li a {
  background: none;
  color: #da8025;
  border: none;
}
.slidedoormenu li a:visited {
  color: #da8025;
}
.slidedoormenu li a.selected {
  background-color: #da8025;
  color: #FFFFFF !important;
}
.slidedoormenu li a:hover {
  background-color: #da8025;
  color: #666666;
}
input.button[disabled],
input.button:hover[disabled],
input.button.right:hover[disabled] {
  background-image: -webkit-linear-gradient(top, #989898 0%, #7e7e7e 100%);
  background-image: linear-gradient(to bottom, #989898 0%, #7e7e7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff989898', endColorstr='#ff7e7e7e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #5a5a5a;
}
input.button[disabled]:hover,
input.button:hover[disabled]:hover,
input.button.right:hover[disabled]:hover,
input.button[disabled]:focus,
input.button:hover[disabled]:focus,
input.button.right:hover[disabled]:focus {
  background-image: -webkit-linear-gradient(top, #7e7e7e 0%, #989898 100%);
  background-image: linear-gradient(to bottom, #7e7e7e 0%, #989898 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e7e7e', endColorstr='#ff989898', GradientType=0);
}
input.button[disabled]:active,
input.button:hover[disabled]:active,
input.button.right:hover[disabled]:active,
input.button[disabled].active,
input.button:hover[disabled].active,
input.button.right:hover[disabled].active {
  background-color: #5f5f5f;
  border-color: #5a5a5a;
}
input.button.table[disabled] {
  font-size: 14px;
}
a.button,
input.button {
  color: #FFFFFF !important;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  margin: 0px;
  min-width: 125px;
}
a.button:hover,
.button:hover,
input.submit:hover {
  text-decoration: none;
}
.doccontent,
.documentSelection {
  border: none;
}
.doccontent #buttonbar {
  padding-left: 0px;
  margin-bottom: 40px;
}
.doccontent #topbuttonbar {
  padding-left: 0px;
}
.update-user #buttonbar {
  padding-left: 0px;
}
/*
.confirm_order_form table.form td input.removesub {
	height:40px;
	border: none;
	padding-top:0;
}
*/
.phone-sample,
.date-sample,
.email-msg {
  /* sample phone number in user entry fields */
  color: #da8025;
}
.topbuttonbar .leftbuttonbar,
.topbuttonbar .rightbuttonbar {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .topbuttonbar .leftbuttonbar,
  .topbuttonbar .rightbuttonbar {
    float: left;
    width: 50%;
  }
}
#resizepreview {
  display: inline-block;
}
.doccontent .centerbutton {
  padding: 0;
}
.doccontent .topbuttonbar {
  padding-left: 0;
}
.proof_page .topbuttonbar {
  display: none;
}
.pr_schedule .topbuttonbar,
.ol_schedule .topbuttonbar,
.pr_schedule .topbuttonbar .centerbutton {
  /* display:none; */
  padding-left: 0;
}
.pr_schedule .topbuttonbar .leftbutton,
.pr_schedule .topbuttonbar .rightbutton {
  display: none;
}
#toggleBtnSchedule {
  font-size: 13px;
}
a.b_one,
.b_one,
a.b_three,
.b_three {
  background-image: -webkit-linear-gradient(top, #86ca32 0%, #6ba128 100%);
  background-image: linear-gradient(to bottom, #86ca32 0%, #6ba128 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86ca32', endColorstr='#ff6ba128', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #45681a;
}
a.b_one:hover,
.b_one:hover,
a.b_three:hover,
.b_three:hover,
a.b_one:focus,
.b_one:focus,
a.b_three:focus,
.b_three:focus {
  background-image: -webkit-linear-gradient(top, #6ba128 0%, #86ca32 100%);
  background-image: linear-gradient(to bottom, #6ba128 0%, #86ca32 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ba128', endColorstr='#ff86ca32', GradientType=0);
}
a.b_one:active,
.b_one:active,
a.b_three:active,
.b_three:active,
a.b_one.active,
.b_one.active,
a.b_three.active,
.b_three.active {
  background-color: #4a701c;
  border-color: #45681a;
}
a.b_two,
.b_two {
  background-image: -webkit-linear-gradient(top, #f8a11e 0%, #dc8707 100%);
  background-image: linear-gradient(to bottom, #f8a11e 0%, #dc8707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8a11e', endColorstr='#ffdc8707', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #975d05;
}
a.b_two:hover,
.b_two:hover,
a.b_two:focus,
.b_two:focus {
  background-image: -webkit-linear-gradient(top, #dc8707 0%, #f8a11e 100%);
  background-image: linear-gradient(to bottom, #dc8707 0%, #f8a11e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc8707', endColorstr='#fff8a11e', GradientType=0);
}
a.b_two:active,
.b_two:active,
a.b_two.active,
.b_two.active {
  background-color: #a16305;
  border-color: #975d05;
}
.front #content,
#content.front {
  border-right: medium none;
  margin-top: 10px;
  padding: 0;
  clear: left;
}
#content {
  border-right: 1px solid #CCCCCC;
  padding-right: 3%;
  margin-right: 0px;
  padding-left: 0px;
  min-height: 400px;
}
#content.add-user {
  width: 100%;
  border: none;
}
#content.cancellation {
  border: none;
}
#celebrate_events {
  padding: 20px 0 0 0px;
  margin-top: 8px;
}
#celebrate_events h3 {
  margin-top: 0px;
  padding-top: 10px;
}
.front {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.front h3 {
  color: #999999;
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0 6px 0px;
  padding-bottom: 0;
}
#steps {
  padding: 0;
}
#steps li {
  margin-bottom: 12px;
}
#steps h4 {
  display: block;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 5px;
}
#steps h3 {
  font-family: trebuchet MS;
  font-size: 18px;
  line-height: 19px;
  margin: 0;
}
.step {
  float: left;
}
@media (max-width: 767px) {
  .step {
    display: none !important;
  }
}
#steps .step_body {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #steps .step_body {
    float: left;
    width: 100%;
  }
}
.gray {
  color: #333333 !important;
}
.stars {
  padding-left: 30px;
}
.stars li {
  font-size: 15px;
  list-style-image: url(../imgs/star.gif);
  padding-bottom: 12px;
}
#survey {
  display: none;
}
.opt_zoneinfo {
  /* displays All Zones on the job details page when zones aren't used */
  display: none;
}
/* legacy obits */
/* payment page */
#ecommercelogo {
  display: none;
}
.purchase-ref {
  display: none;
}
/* End payment page */
/* Category/Classification/Package Selection page */
div.catNavigate {
  height: auto;
}
div.catNavigate {
  background-color: #ffffff;
  padding: 0;
}
div.infoPanel {
  height: auto;
  margin: 12px 0 12px 0;
  padding: 12px 0 12px 0;
  background: #E5E5E5 none repeat scroll 0 0;
}
h4.classHeader,
h4.packageHeader,
#catDescription {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
div.catPanel {
  display: none;
}
.catPanelCenter,
.infoPanel {
  background-color: #f6f6f6;
}
/* END Category/Classification/Package Selection page */
/* Info bar */
#info h2.selection {
  text-align: left;
}
.selectionheader {
  font-size: 10pt;
}
.selectionupdate {
  display: none;
}
#info-cost {
  border: none;
}
div.selection {
  border-bottom: 1px solid #CCCCCC;
}
.selectioncostdata {
  font-size: 10pt;
}
#leftinfobutton {
  display: none;
}
#rightinfobutton {
  font-weight: bold;
  font-size: 10pt;
  float: left;
}
.selectionprojected {
  padding-bottom: 8px;
}
.selectionprojected .selectionheader {
  font-weight: normal;
}
.infoimage {
  display: none;
}
/* END Info bar */
/* Doccontent Page (ad customization) */
textarea.w2textwidgets_NarrowShort,
textarea.w2textwidgets_MediumShort,
textarea.w2textwidgets_WideShort {
  overflow: visible;
  padding: 7px 5px 0;
}
textarea.w2textwidgets_NarrowMedium,
textarea.w2textwidgets_MediumMedium,
textarea.w2textwidgets_WideMedium {
  padding: 7px 5px 0;
}
textarea.w2textwidgets_NarrowTall,
textarea.w2textwidgets_MediumTall,
textarea.w2textwidgets_WideTall {
  padding: 7px 5px 0;
}
label {
  font-weight: normal;
}
li label {
  padding: 2px 0 4px 0px;
  margin: 0;
}
span.icon_note {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-style: normal;
}
.caption {
  clear: left;
  color: #AAAAAA;
  font-style: normal;
}
.articleitem {
  padding-left: 0px;
}
.flashimage div.w2imagewidgets_imagecontainer {
  border: 2px dotted #DDDDDD;
}
div.w2imagewidgets_imagecontainer {
  border: 1px solid #DDDDDD;
}
/* END Doccontent Page (ad customization) */
/* Proof Page */
div.proof {
  background-color: transparent;
  /* border:1px solid #BCBCBE; no longer used when shadow box is used */
}
.adPreviewLink {
  /* 	font-size: 1.4em; */
  margin-top: 10px;
}
/* END Proof Page */
/* Schedule Page */
.calendar,
.calendar table {
  font-family: tahoma, verdana, sans-serif;
  font-size: 14px;
  background-color: #FFFFFF;
}
.calendarcontainer {
  width: auto;
}
.calendar tbody .disabled {
  background-color: #B9B9B9;
  color: #666666;
}
.calendar tbody .day {
  color: #445566;
}
.calendar thead .headrow,
.calendar .nav {
  background-color: #da8025;
}
.calendar thead .daynames {
  background-color: #999999;
}
.calendar tbody td.selected,
td.selected {
  background-color: #FFCC00;
}
.calendar tfoot .ttip {
  text-align: center;
}
#key {
  color: #000000;
  /* 	font-size: 1.3em; */
  float: left;
}
#key .key {
  display: none;
}
#key a {
  float: left;
  padding-top: 4px;
}
#key .key-available,
#key .key-notavailable,
#key .key-selected {
  height: 20px;
  clear: left;
  padding-top: 3px;
  background: none;
  font-weight: normal;
}
#key span.whitebox,
#key span.graybox,
#key span.yellowbox {
  padding: 1px 0px;
  margin-right: 4px;
  border: 1px solid #000000;
  color: #445566;
  font-size: 14px;
  font-family: tahoma;
}
#key span.whitebox {
  background: #FFFFFF;
  padding: 1px;
}
#key span.graybox {
  background: #B9B9B9;
  padding: 1px;
}
#key span.yellowbox {
  background: #FFCC00;
  font-weight: bold;
}
div.publicationPreview {
  display: none;
}
a.removePublication {
  float: left;
  padding-top: 10px;
}
/* END schedule page */
/* Admin Table Styles / Admin area */
hr {
  color: #cccccc;
}
table#clients,
table#subordinates,
table#roles,
table#categories,
table#publications,
table#classifications,
table#profanities,
table#zones,
table#packages,
table#pkgitem,
table#documents,
table#jobs,
table#order,
table#price,
table#promo,
table#adjustment,
table#pubInsertion,
table#pubDuration,
table#viewAll,
table#message,
table#channel {
  border: 1px solid #cccccc;
  /* border-collapse:separate; */
  margin-bottom: 6px;
}
table#channel .priceTabPrice {
  text-align: left;
}
table#order {
  font-size: 9px;
}
fieldset.available input.available,
fieldset.available textarea.available {
  float: left;
  clear: left;
  margin-bottom: 20px;
}
label.emailLabel {
  color: #000000;
  font-size: 13px;
  margin-top: 0;
  padding: 6px;
}
select.emailSelect {
  clear: left;
  float: left;
  margin-bottom: 12px;
}
/*
.confirm_order_form table.form td input.radio, .confirm_order_form table.form td input.checkrolesbox,
form input.deletecheckbox, form input.checkbox, .confirm_order_form table.form td input.admincheck,
.checkdaysbox, .monthcheckbox{
	border: none;
}
*/
fieldset.adminform.jobs,
fieldset.entryform.pkgitem,
fieldset.entryform.addpkgitems {
  border: 1px solid #da8025;
}
fieldset.entryform.pkgitem legend,
fieldset.entryform.addpkgitems legend {
  display: inline;
  background: #da8025 none repeat scroll 0 50%;
  border: 1px solid #da8025;
  font-weight: bold;
}
fieldset.entryform.addpkgitems {
  margin-bottom: 6px;
}
fieldset.entryform.pkgitem input {
  margin: 0;
  padding: 0;
}
fieldset.entryform.pkgitem label {
  padding-top: 12px;
}
fieldset.entryform.pkgitem #input_description,
fieldset.entryform.pkgitem #input_refcode {
  margin-left: 20px;
  padding: 4px;
}
#pkgItemPubRefcode,
#pkgItemOnlinePubRefcode {
  padding: 4px;
  margin: 0 0 2px 1px;
}
#input_numcolumns {
  margin-left: 8px;
  margin-top: 9px;
}
#select-checks {
  clear: left;
  margin: 10px 0 0 0;
}
.select-checks,
.deselect-checks {
  padding: 0;
}
td.pubInsertions input {
  padding: 5px !important;
  height: auto;
}
td.pubInsertions label {
  padding: 5px !important;
}
td.pubInsertions input.checkzonesbox {
  margin-top: 9px;
}
table.packageItemPubDataDays td.pubName,
div.pkgPubEditList span.olPubName {
  font-weight: bold;
  font-size: 14px;
  color: #da8025;
}
div.pkgItemPubDataPart .pagebanner,
div.pkgItemPubDataPart .pagelinks {
  font-size: 12px;
}
div.pkgItemPubDataPart h3.headline {
  color: darkblue;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
}
.pkgPubEditList ul li label.insertions {
  margin: 0;
  padding: 0;
  overflow: visible;
  whitespace: normal;
}
.checkzonesbox,
.checkinsertbox {
  border: none !important;
}
#adjustmentDescription {
  padding: 1px !important;
}
tr.fieldsearch td.in #type.adjustment {
  border: 2px solid #DDDDDD;
  height: 20px;
}
#defaultValueDiv label {
  margin-top: 2px;
}
#defaultValueDiv input {
  margin: 0 0 0 7px;
}
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em,
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
  border-color: #da8025;
}
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus,
.yui-skin-sam .yui-navset .yui-nav .selected a:hover {
  background: #da8025;
}
#homeContent #headline-2 {
  padding-bottom: 0;
}
.admin h2,
.admin h2.headline {
  font-size: 18px;
}
.admin h2.subheader,
.admin h2.subheaderMsg {
  font-size: 14px;
}
label.roleslabel {
  color: #da8025;
}
#content.publications a.button {
  font-size: 15px;
}
/*
.confirm_order_form table.form td input.admincheck {
	margin-left: 2px;
}
*/
.admintopbuttonbar.catclassform {
  padding-bottom: 12px;
  padding-left: 220px;
}
#buttonbar.admin {
  padding: 4px 0 0 0;
  margin: 0p;
}
#buttonbar.admin.a_clients .centerbutton {
  padding-left: 192px !important;
}
#buttonbar.adminform {
  padding: 4px 0 0 0;
  margin: 0;
}
#content.admin {
  padding-right: 0px;
  clear: none;
}
#roles,
#subordinateSelect,
#assignedSubordinates {
  border: 1px solid #DDDDDD;
  height: 125px;
  margin: 0;
  padding: 1px;
}
#subordinateSelectText {
  border: 1px solid #DDDDDD;
  margin: 0 0 6px;
}
.excel,
.exportlinks {
  padding-top: 4px;
}
.exportlinks {
  float: none;
  clear: left;
}
.priceSummary {
  font-size: 12px;
  float: right;
  padding-top: 4px;
}
.class-instr {
  padding-top: 10px;
}
.centerbutton {
  float: left;
  margin: 0;
}
.thinner .centerbutton {
  padding-left: 0px;
}
label.pubedit {
  padding-right: 14px;
  color: #000000;
}
div.frequencyNote {
  padding-left: 95px;
}
.sortable a {
  color: maroon;
}
thead {
  background-color: #CCCCCC;
  height: 22px !important;
}
.pagebanner,
.pagelinks {
  clear: left;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  display: inline;
  padding-top: 12px;
}
.pagelinks {
  font-style: italic;
  color: #da8025;
}
tr.odd {
  background-color: transparent;
}
tr.even {
  background-color: #eeeeee;
}
#viewAllOrdersList {
  float: left;
  position: relative;
  left: -184px;
}
#homeBody.history #toggleBtn {
  float: left;
  position: relative;
  left: -184px;
}
table#viewAll {
  float: left;
}
table#viewAll tr {
  border-bottom: 1px solid #CCCCCC;
}
table a,
table a:visited {
  color: maroon;
  font-style: italic;
}
caption {
  color: maroon;
  font-size: 9pt;
  margin-bottom: 2px;
  margin-top: 2px;
}
h2.cmsBackground {
  font-size: 16px;
  margin: 0;
}
h4.cmsBackground {
  font-size: 12px;
}
/* END Admin Table Styles */
/* Schedule Page */
#schedule-custom-message {
  display: block;
  font-weight: bold;
}
fieldset.schedule {
  background: #FFFFFF;
  float: none;
  display: inline-block;
}
#editioninfo {
  padding-left: 0;
  padding-top: 10px;
  margin-left: 0;
}
.insertionErr {
  font-size: 14px;
}
/* END Schedule Page */
.links-testimonials,
.links-enhanced {
  display: none !important;
}
table.clientFilter input.button {
  height: 38px;
}
#content.thinadmin {
  border: medium none;
}
/*
.confirm_order_form table.form td input.admincheck {
    height: auto;
    margin: 0;
    vertical-align: middle;
    
    margin: 0 0 0 4px;
}
*/
/* Standard form other than Obit or Death Notice */
#legacyForm .classifiedType {
  display: none;
}
/* Obituary form */
#obituariesForm .classifiedType {
  display: none;
}
#obituariesForm .classifiedFuneralHomeAddress {
  display: none;
}
#obituariesForm .classifiedFuneralHomeCity {
  display: none;
}
#obituariesForm .secondaryPostDate {
  display: none;
}
#obituariesForm .classifiedEmail {
  display: none;
}
/* Death Notices form */
#deathnoticesForm .classifiedType {
  display: none;
}
#deathnoticesForm .deathnoticesBirthDate {
  display: none;
}
#deathnoticesForm .deathnoticesState {
  display: none;
}
#deathnoticesForm .deathnoticesFuneralHomeAddress {
  display: none;
}
#deathnoticesForm .deathnoticesFuneralHomeCity {
  display: none;
}
#deathnoticesForm .deathnoticesSecondaryPostDate {
  display: none;
}
#deathnoticesForm .deathnoticesEmail {
  display: none;
}
table.ad-history > tbody > tr > td {
  border-top: 0px;
}
table.ad-history > tbody > tr > td {
  border-top: 0px;
}
table#orderPreviewSize > tbody > tr > td {
  border-top: 0px;
}
ul.w2widgets_button li.w2widgets_flip {
  display: none;
}
/* This is the area above the info area */
#info #headline h2 {
  margin: 20px 0 4px 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  #needHelp {
    display: none !important;
  }
}
#needHelp ul {
  padding: 0px;
  margin: 0 0 20px 0;
}
#needHelp ul li {
  background: url("../imgs/adportal/arrow.png") no-repeat scroll 0 8px transparent;
  padding: 4px 0px 5px 20px;
  font-size: 13px;
  color: #000;
}
#needHelp ul li span {
  color: #da8025;
}
@media (max-width: 1199px) {
  #needHelp ul li {
    font-size: 11px;
  }
}
#needHelp ul li.helplist {
  border-top: 1px dotted #000;
}
/* Overrides for Gannett Celebrations */
table#order .deceasedName {
  display: none;
}
#feature h1 {
  margin-top: 12px;
}
li.links-why,
li.links-pricing {
  display: none;
}
#obits > #content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #obits > #content {
    float: left;
    width: 66.66666667%;
  }
}
#celebrate_events {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #celebrate_events {
    float: left;
    width: 33.33333333%;
  }
}
#steps > li {
  float: left !important;
  width: 100%;
  xxheight: 83px;
}
#steps .one {
  background: transparent url(../imgs/celeb_one.jpg) no-repeat scroll 0 0;
  width: 130px;
  height: 83px;
}
#steps .two {
  background: transparent url(../imgs/celeb_two.jpg) no-repeat scroll 0 0;
  width: 130px;
  height: 83px;
}
#steps .three {
  background: transparent url(../imgs/celeb_three.jpg) no-repeat scroll 0 0;
  width: 130px;
  height: 83px;
}
.step_body {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .step_body {
    float: left;
    width: 75%;
  }
}
a.b_three {
  display: none;
}
a.b_one {
  /* This is the Take a Tour button which will be turned on when a tour video is ready */
  display: none;
}
.infoSavings {
  display: none;
}
.apubs {
  display: block;
}
.classPanel,
.packagePanel {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .classPanel,
  .packagePanel {
    float: left;
    width: 50%;
  }
}
