/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  background-color: #fff;
}
a {
  color: #027a9d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #027a9d;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 97%;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #6c757d;
}
a.muted:hover,
a.muted:focus {
  color: #545b62;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #2d6987;
}
a.text-info:hover,
a.text-info:focus {
  color: #204b61;
}
.text-success {
  color: #417e42;
}
a.text-success:hover,
a.text-success:focus {
  color: #2f5c30;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #6c757d;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #6c757d;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #6c757d;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #6c757d;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #6c757d;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #707070;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #707070;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #707070;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #417e42;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #417e42;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #417e42;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #2f5c30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70b571;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70b571;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70b571;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #417e42;
  background-color: #dff0d8;
  border-color: #417e42;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #2d6987;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #2d6987;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #204b61;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #54a0c6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #54a0c6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #54a0c6;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #2d6987;
  background-color: #eef7fb;
  border-color: #2d6987;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions-left-align {
  padding: 19px 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.help-block,
.help-inline {
  color: #4e4e4e;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.form-horizontal .post-message {
  width: 300px;
}
.form-horizontal .post-message-submission-count {
  margin-top: 6px;
}
textarea.repro-textarea {
  width: 400px;
}
ul.repro-questions {
  list-style-type: circle;
}
ul.repro-questions > li {
  margin: 10px 0;
}
.tiny-input {
  width: 60px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #eef7fb;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #d9edf7;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #007699;
  background-image: -moz-linear-gradient(top, #007EA3, #006a8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007EA3), to(#006a8a));
  background-image: -webkit-linear-gradient(top, #007EA3, #006a8a);
  background-image: -o-linear-gradient(top, #007EA3, #006a8a);
  background-image: linear-gradient(to bottom, #007EA3, #006a8a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007ea3', endColorstr='#ff006a8a', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #007699;
  background-image: -moz-linear-gradient(top, #007EA3, #006a8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007EA3), to(#006a8a));
  background-image: -webkit-linear-gradient(top, #007EA3, #006a8a);
  background-image: -o-linear-gradient(top, #007EA3, #006a8a);
  background-image: linear-gradient(to bottom, #007EA3, #006a8a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007ea3', endColorstr='#ff006a8a', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #6c757d;
}
.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: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.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 #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0068a3;
  background-image: -moz-linear-gradient(top, #007EA3, #0048a3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007EA3), to(#0048a3));
  background-image: -webkit-linear-gradient(top, #007EA3, #0048a3);
  background-image: -o-linear-gradient(top, #007EA3, #0048a3);
  background-image: linear-gradient(to bottom, #007EA3, #0048a3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007ea3', endColorstr='#ff0048a3', GradientType=0);
  border-color: #0048a3 #0048a3 #002656;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0048a3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0048a3;
  *background-color: #003c8a;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003170 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #368336;
  background-image: -moz-linear-gradient(top, #389538, #336733);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#389538), to(#336733));
  background-image: -webkit-linear-gradient(top, #389538, #336733);
  background-image: -o-linear-gradient(top, #389538, #336733);
  background-image: linear-gradient(to bottom, #389538, #336733);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff389538', endColorstr='#ff336733', GradientType=0);
  border-color: #336733 #336733 #1a341a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #336733;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #336733;
  *background-color: #2b562b;
}
.btn-success:active,
.btn-success.active {
  background-color: #224522 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #027a9d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #027a9d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0048a3;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #336733;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #417e42;
}
.alert-success h4 {
  color: #417e42;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #eef7fb;
  border-color: #d1eff5;
  color: #2d6987;
}
.alert-info h4 {
  color: #2d6987;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #6c757d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #007EA3;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #007EA3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #007EA3;
  border-bottom-color: #007EA3;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #027a9d;
  border-bottom-color: #027a9d;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #6c757d;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #6c757d;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.nav.inline,
.nav.inline:before,
.nav.inline:after {
  display: inline-block;
}
.nav.inline {
  margin-top: 0;
  margin-bottom: 0;
}
.nav.inline > li {
  margin-bottom: inherit;
}
.nav.small-padding > li {
  font-weight: normal;
  padding-left: 1px;
  padding-right: 1px;
}
.nav.small-padding > li.active {
  font-weight: bold;
}
.nav.small-padding > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
.nav.smaller {
  font-size: 70%;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #007ea3;
  background-image: -moz-linear-gradient(top, #007EA3, #007EA3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007EA3), to(#007EA3));
  background-image: -webkit-linear-gradient(top, #007EA3, #007EA3);
  background-image: -o-linear-gradient(top, #007EA3, #007EA3);
  background-image: linear-gradient(to bottom, #007EA3, #007EA3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007ea3', endColorstr='#ff007ea3', GradientType=0);
  border: 1px solid #007EA3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #eee;
  text-shadow: 0 1px 0 #007EA3;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #fff;
}
.navbar-link {
  color: #eee;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #fff;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #007EA3;
  border-right: 1px solid #007EA3;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #eee;
  text-decoration: none;
  text-shadow: 0 1px 0 #007EA3;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #282828;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006a8a;
  background-image: -moz-linear-gradient(top, #006a8a, #006a8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006a8a), to(#006a8a));
  background-image: -webkit-linear-gradient(top, #006a8a, #006a8a);
  background-image: -o-linear-gradient(top, #006a8a, #006a8a);
  background-image: linear-gradient(to bottom, #006a8a, #006a8a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006a8a', endColorstr='#ff006a8a', GradientType=0);
  border-color: #006a8a #006a8a #002f3d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #006a8a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #006a8a;
  *background-color: #005770;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #004356 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #fff;
  color: #282828;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #282828;
  border-bottom-color: #282828;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #6c757d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #6c757d;
}
.navbar-inverse .navbar-text {
  color: #6c757d;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #6c757d;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #6c757d;
  border-bottom-color: #6c757d;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #6c757d;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #6c757d;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #6c757d;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #6c757d;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modalBase {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modalBase.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modalBase.fade.in {
  top: 10%;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 60vh;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #027a9d;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6c757d;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #417e42;
}
.label-success[href],
.badge-success[href] {
  background-color: #2f5c30;
}
.label-info,
.badge-info {
  background-color: #2d6987;
}
.label-info[href],
.badge-info[href] {
  background-color: #204b61;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 97%;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 97%;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #fff;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #007EA3;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #6c757d;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #007EA3;
    border-bottom: 1px solid #007EA3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../lib/fontawesome/webfonts/fa-regular-400.eot');
  src: url('../lib/fontawesome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../lib/fontawesome/webfonts/fa-regular-400.woff2') format('woff2'), url('../lib/fontawesome/webfonts/fa-regular-400.woff') format('woff'), url('../lib/fontawesome/webfonts/fa-regular-400.ttf') format('truetype'), url('../lib/fontawesome/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../lib/fontawesome/webfonts/fa-solid-900.eot');
  src: url('../lib/fontawesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../lib/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('../lib/fontawesome/webfonts/fa-solid-900.woff') format('woff'), url('../lib/fontawesome/webfonts/fa-solid-900.ttf') format('truetype'), url('../lib/fontawesome/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.maincolor {
  color: #007EA3;
}
.navbar .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #002f3d;
  background-image: -moz-linear-gradient(top, #002f3d, #002f3d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#002f3d), to(#002f3d));
  background-image: -webkit-linear-gradient(top, #002f3d, #002f3d);
  background-image: -o-linear-gradient(top, #002f3d, #002f3d);
  background-image: linear-gradient(to bottom, #002f3d, #002f3d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002f3d', endColorstr='#ff002f3d', GradientType=0);
  border-color: #002f3d #002f3d #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #002f3d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #002f3d;
  *background-color: #001b23;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #00080a \9;
}
.dropdown-submenu > a:after {
  border-left-color: #333;
}
.label {
  text-shadow: initial;
  white-space: initial;
}
.label-info {
  background-color: #0D6EFD;
  color: white;
}
.label-warning {
  background-color: #FFC107;
  color: black;
}
.close {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close:hover,
.close:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.breadcrumb > .active {
  color: #6C6C6C;
  font-weight: bold;
}
@media (max-width: 979px) {
  .nav-collapse.collapse:not(.in) > * {
    display: none;
  }
  .nav-collapse .open > .dropdown-menu {
    position: relative;
  }
}
footer a {
  text-decoration: underline;
  color: #027090;
}
html,
body {
  height: 100%;
}
body {
  overflow-y: scroll;
}
/*input[type="text"] {
    &::placeholder, &:-ms-input-placeholder, &::-ms-input-placeholder {
        color: @green;
        opacity: 1;
    }
}*/
::placeholder {
  color: green;
  opacity: 1;
}
div.header {
  /*
    padding-top: 25px;
    padding-bottom: 15px;
    */
  height: 10px;
  background-color: #253D57;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
div.header a,
div.header a:hover {
  color: #fff;
  text-decoration: none;
}
div.header a img,
div.header a:hover img {
  padding-right: 20px;
}
div.navbar-inner {
  border: none;
  font-size: 15px;
}
div.navbar-inner .active {
  margin-top: -4px;
  border-top: 4px solid #46a546;
}
div.navbar-inner .nav > .active > a:focus {
  color: white;
  background-color: #005770;
}
div.navbar-inner .nav > li > a {
  text-shadow: none;
  color: #FCFCFC;
}
div.navbar-inner .nav > li > a:focus {
  background-color: #005770;
}
div.filter-panel {
  color: #fff;
  padding-top: 5px;
}
.ajax-progress {
  background-image: url('/img/ajax32.gif');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1060;
}
.conflict-checkbox-container {
  display: inline-block;
}
.ajax-progress-container {
  background-image: url('/img/ajax16-3.gif');
  background-position: center;
  background-repeat: no-repeat;
}
.ajax-progress-container.conflict {
  margin-left: -20px;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.ajax-progress-container > * {
  opacity: 0;
}
.left-menu .well {
  padding: 0;
  margin-top: 20px;
}
.left-menu .menu-group {
  padding: 3px 5px;
  font-weight: bold;
  background-color: #d5d5d5;
}
.left-menu .menu-group[data-toggle="collapse"] {
  cursor: pointer;
}
.left-menu .menu-group > a {
  color: #333;
}
.left-menu .nav > .disabled > a {
  color: #707070;
}
.left-menu .controls {
  padding: 10px;
  padding-bottom: 0;
}
.left-menu .controls select,
.left-menu .controls input,
.left-menu .controls textarea {
  width: 100%;
}
div.messages {
  bottom: 10px;
  position: fixed;
  z-index: 1070;
  width: 940px;
}
div.messages iframe {
  display: block;
  width: 880px;
  height: 300px;
  background: white;
}
@media (min-width: 1200px) {
  div.messages {
    width: 1170px;
  }
  div.messages iframe {
    width: 1100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  div.messages {
    width: 724px;
  }
  div.messages iframe {
    width: 682px;
  }
}
@media (max-width: 767px) {
  div.messages {
    width: auto;
    margin-right: 20px;
  }
  div.messages iframe {
    width: auto;
  }
}
@media print {
  a[href]:after {
    content: none;
  }
}
.form-settings .controls {
  margin-left: 410px;
}
.form-settings .control-label {
  width: 400px;
}
.form-horizontal h1,
.view-horizontal h1 {
  border-bottom: 1px solid #6c757d;
  font-size: 17.5px;
  line-height: 20px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 5px;
}
.form-horizontal h2,
.view-horizontal h2 {
  font-size: 11.9px;
  line-height: 20px;
  color: #555;
  background: #f5f5f5;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.form-horizontal .controls.control-text,
.view-horizontal .controls.control-text {
  padding-top: 5px;
}
.error .control-label,
.error .help-block,
.error .help-inline {
  color: #b94a48;
}
.error .checkbox,
.error .radio,
.error input,
.error select,
.error textarea {
  color: #b94a48;
}
.error input,
.error select,
.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error input:focus,
.error select:focus,
.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.error .input-prepend .add-on,
.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.warning .control-label,
.warning .help-block,
.warning .help-inline {
  color: #c09853;
}
.warning .checkbox,
.warning .radio,
.warning input,
.warning select,
.warning textarea {
  color: #c09853;
}
.warning input,
.warning select,
.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.warning input:focus,
.warning select:focus,
.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.warning .input-prepend .add-on,
.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.success .control-label,
.success .help-block,
.success .help-inline {
  color: #417e42;
}
.success .checkbox,
.success .radio,
.success input,
.success select,
.success textarea {
  color: #417e42;
}
.success input,
.success select,
.success textarea {
  border-color: #417e42;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.success input:focus,
.success select:focus,
.success textarea:focus {
  border-color: #2f5c30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70b571;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70b571;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #70b571;
}
.success .input-prepend .add-on,
.success .input-append .add-on {
  color: #417e42;
  background-color: #dff0d8;
  border-color: #417e42;
}
.info .control-label,
.info .help-block,
.info .help-inline {
  color: #2d6987;
}
.info .checkbox,
.info .radio,
.info input,
.info select,
.info textarea {
  color: #2d6987;
}
.info input,
.info select,
.info textarea {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.info input:focus,
.info select:focus,
.info textarea:focus {
  border-color: #204b61;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #54a0c6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #54a0c6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #54a0c6;
}
.info .input-prepend .add-on,
.info .input-append .add-on {
  color: #2d6987;
  background-color: #eef7fb;
  border-color: #2d6987;
}
@media (max-width: 480px) {
  .form-settings .controls {
    margin-left: 0;
  }
  .controls.control-text {
    padding-top: 0;
  }
}
.form-actions a,
.form-actions button {
  margin-left: 40px;
}
.form-actions .alert {
  margin-bottom: 0;
}
.modal-with-dropdown-menu {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  position: absolute;
}
.modal-with-dropdown-menu.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal-with-dropdown-menu.fade.in {
  top: 10%;
}
.modal-with-dropdown-menu > form {
  margin: 0;
}
.modal-with-dropdown-menu .modal-body {
  overflow: visible;
  max-height: none;
}
.modal {
  overflow: auto;
  max-height: 80vh;
  /*.modal-body {
        // For dropdowns inside modal to work
        overflow: visible;
        // Modal grows down and scrolls with window
        max-height: none;
    }*/
}
.modal > form {
  margin: 0;
}
.modal .modal-header {
  background-color: #f5f5f5;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 767px) {
  .modal {
    position: absolute;
  }
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.table thead th {
  vertical-align: middle;
}
tr.highlight > td {
  background-color: #f9f9f9;
}
span.tree-symbol {
  font-size: 22px;
  margin-top: -4px;
  display: inline-table;
}
.child-item {
  font-size: 10.5px;
  padding-left: 15px;
}
td.button-column {
  text-align: center;
}
.button-column {
  width: 1px;
  white-space: nowrap;
}
.first-button-column th:first-child,
.first-button-column td:first-child {
  width: 1px;
  white-space: nowrap;
}
.last-button-column th:last-child,
.last-button-column td:last-child {
  width: 1px;
  white-space: nowrap;
}
td.label-column {
  text-align: right;
  font-weight: bold;
}
td.custom-column,
th.custom-column {
  background-color: #f5f5f5;
}
td > input[type="radio"],
td > input[type="checkbox"] {
  margin: 0;
}
td > label {
  display: inline;
  margin: 0;
}
div.showMore {
  text-align: right;
  margin-top: 0;
  padding-bottom: 20px;
}
.view-horizontal > div.row {
  padding-top: 2px;
  padding-bottom: 4px;
}
.view-horizontal > div.row > div:first-child:not(.no-bold) {
  font-weight: bold;
}
.view-striped > div.row {
  border-bottom: 1px solid #ddd;
  margin-left: 0;
}
.view-striped > div.row > div {
  margin-left: 0;
}
@media (min-width: 768px) {
  .view-striped > div.row > div:first-child {
    padding-left: 20px;
  }
}
.view-striped > div.row:nth-of-type(odd) {
  background-color: #f9f9f9;
}
ul.dropdown-menu.dropdown-form {
  padding: 10px;
}
ul.dropdown-menu a {
  cursor: pointer;
}
/*
.dropdown-menu > li > a.no-icon {
    padding-left: 35px;
}
*/
.icon-disabled {
  opacity: 0.25;
}
.small {
  color: #6c757d;
  font-size: 10.5px;
}
.like-h2 .small {
  color: inherit;
}
h1.small {
  color: inherit;
  font-size: 24.5px;
}
h2.small {
  color: inherit;
  font-size: 17.5px;
}
.actions .pagination {
  margin: 0;
}
.nowrap-small-link {
  font-size: 11.9px;
  white-space: nowrap;
}
ul.inline-list {
  margin: 0;
  list-style-type: none;
}
ul.inline > li {
  display: inline-block;
}
ul.inline > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
ul.inline > li > label {
  display: inline-block;
}
ul,
ul ul {
  list-style-type: disc;
  margin-bottom: 0;
}
.questionheading {
  color: #555;
  background-color: #f5f5f5;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.small-subjectarea-section {
  height: 150px;
  overflow-y: auto;
}
.large-subjectarea-section {
  height: 350px;
  overflow-y: auto;
}
.dropTarget {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-style: dashed;
  border-width: 4px;
}
.dropTarget blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.dragOver {
  border-color: #000;
}
div#but-footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -68px;
}
div#push-footer {
  height: 102px;
}
div.footer {
  border-top: 3px solid #007EA3;
  height: 45px;
  padding-top: 20px;
  background-color: #eee;
}
@media (max-width: 767px) {
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .footer-copyright,
  .footer .footer-links-container,
  .footer .social-media-icon {
    clear: both;
    float: left;
  }
  .footer .footer-links-container {
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .footer .footer-links-container {
    margin-left: 20px;
    display: unset;
  }
  .footer .social-media-icon {
    float: right;
    margin-left: 16px;
  }
}
legend {
  color: #007EA3 !important;
}
.validation-summary-errors,
.field-validation-valid {
  color: #b94a48;
}
* {
  padding: 0;
  margin: 0;
}
div#SubmissionListForm table {
  padding-right: 25px;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
div#ExternalReviewForm tbody .id,
div#ReferenceForm tbody .id,
div#MetaBiddingForm tbody .id,
div#BiddingForm tbody .id,
div#submissionListForm tbody .id,
div#emailMessagesForm tbody .id,
div#auditForm tbody .id,
div#DeletedSubmissionListForm tbody .id,
#SuggestionForm tbody .id {
  width: 35px;
}
div#ExternalReviewForm tbody .abstract,
div#ReferenceForm tbody .abstract,
div#MetaBiddingForm tbody .abstract,
div#BiddingForm tbody .abstract,
div#submissionListForm tbody .abstract,
div#emailMessagesForm tbody .abstract,
div#auditForm tbody .abstract,
div#DeletedSubmissionListForm tbody .abstract,
#SuggestionForm tbody .abstract {
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
}
.table-common-container header,
div#ProceedingEditorSubmissions header,
div#divUserDisputeConflicts header,
div#metaReviewerListForm header,
div#reviewerListForm header,
div#DeletedSubmissionListForm header,
div#SuggestionForm header,
div#MetaBiddingForm header,
div#ExternalReviewForm header,
div#ReferenceForm header,
div#BiddingForm header,
div#SubmissionListForm header,
div#EmailMessagesForm header,
div#AuditForm header,
div#ReviewerInvitationListForm header,
div#ReviewerInvitationForSubmissionListForm header,
div#userListForm header,
div#AutoAssignmentPapers header,
div#AutoAssignmentReviewers header,
div#AutoAssignmentSettings header,
div#AutoAssignmentConfirmation header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  margin: 20px 0 10px 0;
  min-height: 40px;
  padding: 0;
  background-color: #ffffff;
  background-image: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.table-common-container header.no-margin-top,
div#ProceedingEditorSubmissions header.no-margin-top,
div#divUserDisputeConflicts header.no-margin-top,
div#metaReviewerListForm header.no-margin-top,
div#reviewerListForm header.no-margin-top,
div#DeletedSubmissionListForm header.no-margin-top,
div#SuggestionForm header.no-margin-top,
div#MetaBiddingForm header.no-margin-top,
div#ExternalReviewForm header.no-margin-top,
div#ReferenceForm header.no-margin-top,
div#BiddingForm header.no-margin-top,
div#SubmissionListForm header.no-margin-top,
div#EmailMessagesForm header.no-margin-top,
div#AuditForm header.no-margin-top,
div#ReviewerInvitationListForm header.no-margin-top,
div#ReviewerInvitationForSubmissionListForm header.no-margin-top,
div#userListForm header.no-margin-top,
div#AutoAssignmentPapers header.no-margin-top,
div#AutoAssignmentReviewers header.no-margin-top,
div#AutoAssignmentSettings header.no-margin-top,
div#AutoAssignmentConfirmation header.no-margin-top {
  margin-top: 0;
}
.table-common-container header .no-margin,
div#ProceedingEditorSubmissions header .no-margin,
div#divUserDisputeConflicts header .no-margin,
div#metaReviewerListForm header .no-margin,
div#reviewerListForm header .no-margin,
div#DeletedSubmissionListForm header .no-margin,
div#SuggestionForm header .no-margin,
div#MetaBiddingForm header .no-margin,
div#ExternalReviewForm header .no-margin,
div#ReferenceForm header .no-margin,
div#BiddingForm header .no-margin,
div#SubmissionListForm header .no-margin,
div#EmailMessagesForm header .no-margin,
div#AuditForm header .no-margin,
div#ReviewerInvitationListForm header .no-margin,
div#ReviewerInvitationForSubmissionListForm header .no-margin,
div#userListForm header .no-margin,
div#AutoAssignmentPapers header .no-margin,
div#AutoAssignmentReviewers header .no-margin,
div#AutoAssignmentSettings header .no-margin,
div#AutoAssignmentConfirmation header .no-margin {
  margin: 0;
}
.table-common-container header h1,
div#ProceedingEditorSubmissions header h1,
div#divUserDisputeConflicts header h1,
div#metaReviewerListForm header h1,
div#reviewerListForm header h1,
div#DeletedSubmissionListForm header h1,
div#SuggestionForm header h1,
div#MetaBiddingForm header h1,
div#ExternalReviewForm header h1,
div#ReferenceForm header h1,
div#BiddingForm header h1,
div#SubmissionListForm header h1,
div#EmailMessagesForm header h1,
div#AuditForm header h1,
div#ReviewerInvitationListForm header h1,
div#ReviewerInvitationForSubmissionListForm header h1,
div#userListForm header h1,
div#AutoAssignmentPapers header h1,
div#AutoAssignmentReviewers header h1,
div#AutoAssignmentSettings header h1,
div#AutoAssignmentConfirmation header h1,
.table-common-container header h2,
div#ProceedingEditorSubmissions header h2,
div#divUserDisputeConflicts header h2,
div#metaReviewerListForm header h2,
div#reviewerListForm header h2,
div#DeletedSubmissionListForm header h2,
div#SuggestionForm header h2,
div#MetaBiddingForm header h2,
div#ExternalReviewForm header h2,
div#ReferenceForm header h2,
div#BiddingForm header h2,
div#SubmissionListForm header h2,
div#EmailMessagesForm header h2,
div#AuditForm header h2,
div#ReviewerInvitationListForm header h2,
div#ReviewerInvitationForSubmissionListForm header h2,
div#userListForm header h2,
div#AutoAssignmentPapers header h2,
div#AutoAssignmentReviewers header h2,
div#AutoAssignmentSettings header h2,
div#AutoAssignmentConfirmation header h2,
.table-common-container header h3,
div#ProceedingEditorSubmissions header h3,
div#divUserDisputeConflicts header h3,
div#metaReviewerListForm header h3,
div#reviewerListForm header h3,
div#DeletedSubmissionListForm header h3,
div#SuggestionForm header h3,
div#MetaBiddingForm header h3,
div#ExternalReviewForm header h3,
div#ReferenceForm header h3,
div#BiddingForm header h3,
div#SubmissionListForm header h3,
div#EmailMessagesForm header h3,
div#AuditForm header h3,
div#ReviewerInvitationListForm header h3,
div#ReviewerInvitationForSubmissionListForm header h3,
div#userListForm header h3,
div#AutoAssignmentPapers header h3,
div#AutoAssignmentReviewers header h3,
div#AutoAssignmentSettings header h3,
div#AutoAssignmentConfirmation header h3,
.table-common-container header h4,
div#ProceedingEditorSubmissions header h4,
div#divUserDisputeConflicts header h4,
div#metaReviewerListForm header h4,
div#reviewerListForm header h4,
div#DeletedSubmissionListForm header h4,
div#SuggestionForm header h4,
div#MetaBiddingForm header h4,
div#ExternalReviewForm header h4,
div#ReferenceForm header h4,
div#BiddingForm header h4,
div#SubmissionListForm header h4,
div#EmailMessagesForm header h4,
div#AuditForm header h4,
div#ReviewerInvitationListForm header h4,
div#ReviewerInvitationForSubmissionListForm header h4,
div#userListForm header h4,
div#AutoAssignmentPapers header h4,
div#AutoAssignmentReviewers header h4,
div#AutoAssignmentSettings header h4,
div#AutoAssignmentConfirmation header h4,
.table-common-container header h5,
div#ProceedingEditorSubmissions header h5,
div#divUserDisputeConflicts header h5,
div#metaReviewerListForm header h5,
div#reviewerListForm header h5,
div#DeletedSubmissionListForm header h5,
div#SuggestionForm header h5,
div#MetaBiddingForm header h5,
div#ExternalReviewForm header h5,
div#ReferenceForm header h5,
div#BiddingForm header h5,
div#SubmissionListForm header h5,
div#EmailMessagesForm header h5,
div#AuditForm header h5,
div#ReviewerInvitationListForm header h5,
div#ReviewerInvitationForSubmissionListForm header h5,
div#userListForm header h5,
div#AutoAssignmentPapers header h5,
div#AutoAssignmentReviewers header h5,
div#AutoAssignmentSettings header h5,
div#AutoAssignmentConfirmation header h5,
.table-common-container header h6,
div#ProceedingEditorSubmissions header h6,
div#divUserDisputeConflicts header h6,
div#metaReviewerListForm header h6,
div#reviewerListForm header h6,
div#DeletedSubmissionListForm header h6,
div#SuggestionForm header h6,
div#MetaBiddingForm header h6,
div#ExternalReviewForm header h6,
div#ReferenceForm header h6,
div#BiddingForm header h6,
div#SubmissionListForm header h6,
div#EmailMessagesForm header h6,
div#AuditForm header h6,
div#ReviewerInvitationListForm header h6,
div#ReviewerInvitationForSubmissionListForm header h6,
div#userListForm header h6,
div#AutoAssignmentPapers header h6,
div#AutoAssignmentReviewers header h6,
div#AutoAssignmentSettings header h6,
div#AutoAssignmentConfirmation header h6 {
  line-height: initial;
}
.table-common-container header .title,
div#ProceedingEditorSubmissions header .title,
div#divUserDisputeConflicts header .title,
div#metaReviewerListForm header .title,
div#reviewerListForm header .title,
div#DeletedSubmissionListForm header .title,
div#SuggestionForm header .title,
div#MetaBiddingForm header .title,
div#ExternalReviewForm header .title,
div#ReferenceForm header .title,
div#BiddingForm header .title,
div#SubmissionListForm header .title,
div#EmailMessagesForm header .title,
div#AuditForm header .title,
div#ReviewerInvitationListForm header .title,
div#ReviewerInvitationForSubmissionListForm header .title,
div#userListForm header .title,
div#AutoAssignmentPapers header .title,
div#AutoAssignmentReviewers header .title,
div#AutoAssignmentSettings header .title,
div#AutoAssignmentConfirmation header .title {
  color: #007EA3;
  font-size: 17px;
  font-weight: bold;
}
.table-common-container header .actions,
div#ProceedingEditorSubmissions header .actions,
div#divUserDisputeConflicts header .actions,
div#metaReviewerListForm header .actions,
div#reviewerListForm header .actions,
div#DeletedSubmissionListForm header .actions,
div#SuggestionForm header .actions,
div#MetaBiddingForm header .actions,
div#ExternalReviewForm header .actions,
div#ReferenceForm header .actions,
div#BiddingForm header .actions,
div#SubmissionListForm header .actions,
div#EmailMessagesForm header .actions,
div#AuditForm header .actions,
div#ReviewerInvitationListForm header .actions,
div#ReviewerInvitationForSubmissionListForm header .actions,
div#userListForm header .actions,
div#AutoAssignmentPapers header .actions,
div#AutoAssignmentReviewers header .actions,
div#AutoAssignmentSettings header .actions,
div#AutoAssignmentConfirmation header .actions {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  font-size: 12px;
  margin-left: auto;
}
.table-common-container header .actions > *:not(:last-child),
div#ProceedingEditorSubmissions header .actions > *:not(:last-child),
div#divUserDisputeConflicts header .actions > *:not(:last-child),
div#metaReviewerListForm header .actions > *:not(:last-child),
div#reviewerListForm header .actions > *:not(:last-child),
div#DeletedSubmissionListForm header .actions > *:not(:last-child),
div#SuggestionForm header .actions > *:not(:last-child),
div#MetaBiddingForm header .actions > *:not(:last-child),
div#ExternalReviewForm header .actions > *:not(:last-child),
div#ReferenceForm header .actions > *:not(:last-child),
div#BiddingForm header .actions > *:not(:last-child),
div#SubmissionListForm header .actions > *:not(:last-child),
div#EmailMessagesForm header .actions > *:not(:last-child),
div#AuditForm header .actions > *:not(:last-child),
div#ReviewerInvitationListForm header .actions > *:not(:last-child),
div#ReviewerInvitationForSubmissionListForm header .actions > *:not(:last-child),
div#userListForm header .actions > *:not(:last-child),
div#AutoAssignmentPapers header .actions > *:not(:last-child),
div#AutoAssignmentReviewers header .actions > *:not(:last-child),
div#AutoAssignmentSettings header .actions > *:not(:last-child),
div#AutoAssignmentConfirmation header .actions > *:not(:last-child) {
  margin-right: 20px;
}
.table-common-container header .actions .box,
div#ProceedingEditorSubmissions header .actions .box,
div#divUserDisputeConflicts header .actions .box,
div#metaReviewerListForm header .actions .box,
div#reviewerListForm header .actions .box,
div#DeletedSubmissionListForm header .actions .box,
div#SuggestionForm header .actions .box,
div#MetaBiddingForm header .actions .box,
div#ExternalReviewForm header .actions .box,
div#ReferenceForm header .actions .box,
div#BiddingForm header .actions .box,
div#SubmissionListForm header .actions .box,
div#EmailMessagesForm header .actions .box,
div#AuditForm header .actions .box,
div#ReviewerInvitationListForm header .actions .box,
div#ReviewerInvitationForSubmissionListForm header .actions .box,
div#userListForm header .actions .box,
div#AutoAssignmentPapers header .actions .box,
div#AutoAssignmentReviewers header .actions .box,
div#AutoAssignmentSettings header .actions .box,
div#AutoAssignmentConfirmation header .actions .box {
  line-height: 40px;
  vertical-align: middle;
}
.table-common-container header .actions .box span,
div#ProceedingEditorSubmissions header .actions .box span,
div#divUserDisputeConflicts header .actions .box span,
div#metaReviewerListForm header .actions .box span,
div#reviewerListForm header .actions .box span,
div#DeletedSubmissionListForm header .actions .box span,
div#SuggestionForm header .actions .box span,
div#MetaBiddingForm header .actions .box span,
div#ExternalReviewForm header .actions .box span,
div#ReferenceForm header .actions .box span,
div#BiddingForm header .actions .box span,
div#SubmissionListForm header .actions .box span,
div#EmailMessagesForm header .actions .box span,
div#AuditForm header .actions .box span,
div#ReviewerInvitationListForm header .actions .box span,
div#ReviewerInvitationForSubmissionListForm header .actions .box span,
div#userListForm header .actions .box span,
div#AutoAssignmentPapers header .actions .box span,
div#AutoAssignmentReviewers header .actions .box span,
div#AutoAssignmentSettings header .actions .box span,
div#AutoAssignmentConfirmation header .actions .box span {
  /* color: white; */
  color: #007EA3;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.table-common-container header .actions .box small,
div#ProceedingEditorSubmissions header .actions .box small,
div#divUserDisputeConflicts header .actions .box small,
div#metaReviewerListForm header .actions .box small,
div#reviewerListForm header .actions .box small,
div#DeletedSubmissionListForm header .actions .box small,
div#SuggestionForm header .actions .box small,
div#MetaBiddingForm header .actions .box small,
div#ExternalReviewForm header .actions .box small,
div#ReferenceForm header .actions .box small,
div#BiddingForm header .actions .box small,
div#SubmissionListForm header .actions .box small,
div#EmailMessagesForm header .actions .box small,
div#AuditForm header .actions .box small,
div#ReviewerInvitationListForm header .actions .box small,
div#ReviewerInvitationForSubmissionListForm header .actions .box small,
div#userListForm header .actions .box small,
div#AutoAssignmentPapers header .actions .box small,
div#AutoAssignmentReviewers header .actions .box small,
div#AutoAssignmentSettings header .actions .box small,
div#AutoAssignmentConfirmation header .actions .box small {
  width: 30px;
}
.table-common-container header .actions .box a,
div#ProceedingEditorSubmissions header .actions .box a,
div#divUserDisputeConflicts header .actions .box a,
div#metaReviewerListForm header .actions .box a,
div#reviewerListForm header .actions .box a,
div#DeletedSubmissionListForm header .actions .box a,
div#SuggestionForm header .actions .box a,
div#MetaBiddingForm header .actions .box a,
div#ExternalReviewForm header .actions .box a,
div#ReferenceForm header .actions .box a,
div#BiddingForm header .actions .box a,
div#SubmissionListForm header .actions .box a,
div#EmailMessagesForm header .actions .box a,
div#AuditForm header .actions .box a,
div#ReviewerInvitationListForm header .actions .box a,
div#ReviewerInvitationForSubmissionListForm header .actions .box a,
div#userListForm header .actions .box a,
div#AutoAssignmentPapers header .actions .box a,
div#AutoAssignmentReviewers header .actions .box a,
div#AutoAssignmentSettings header .actions .box a,
div#AutoAssignmentConfirmation header .actions .box a {
  width: 30px;
  margin: 0 2px;
}
.table-common-container header .actions .box.show .btn-success,
div#ProceedingEditorSubmissions header .actions .box.show .btn-success,
div#divUserDisputeConflicts header .actions .box.show .btn-success,
div#metaReviewerListForm header .actions .box.show .btn-success,
div#reviewerListForm header .actions .box.show .btn-success,
div#DeletedSubmissionListForm header .actions .box.show .btn-success,
div#SuggestionForm header .actions .box.show .btn-success,
div#MetaBiddingForm header .actions .box.show .btn-success,
div#ExternalReviewForm header .actions .box.show .btn-success,
div#ReferenceForm header .actions .box.show .btn-success,
div#BiddingForm header .actions .box.show .btn-success,
div#SubmissionListForm header .actions .box.show .btn-success,
div#EmailMessagesForm header .actions .box.show .btn-success,
div#AuditForm header .actions .box.show .btn-success,
div#ReviewerInvitationListForm header .actions .box.show .btn-success,
div#ReviewerInvitationForSubmissionListForm header .actions .box.show .btn-success,
div#userListForm header .actions .box.show .btn-success,
div#AutoAssignmentPapers header .actions .box.show .btn-success,
div#AutoAssignmentReviewers header .actions .box.show .btn-success,
div#AutoAssignmentSettings header .actions .box.show .btn-success,
div#AutoAssignmentConfirmation header .actions .box.show .btn-success {
  color: white;
}
.table-common-container header .actions .box.other,
div#ProceedingEditorSubmissions header .actions .box.other,
div#divUserDisputeConflicts header .actions .box.other,
div#metaReviewerListForm header .actions .box.other,
div#reviewerListForm header .actions .box.other,
div#DeletedSubmissionListForm header .actions .box.other,
div#SuggestionForm header .actions .box.other,
div#MetaBiddingForm header .actions .box.other,
div#ExternalReviewForm header .actions .box.other,
div#ReferenceForm header .actions .box.other,
div#BiddingForm header .actions .box.other,
div#SubmissionListForm header .actions .box.other,
div#EmailMessagesForm header .actions .box.other,
div#AuditForm header .actions .box.other,
div#ReviewerInvitationListForm header .actions .box.other,
div#ReviewerInvitationForSubmissionListForm header .actions .box.other,
div#userListForm header .actions .box.other,
div#AutoAssignmentPapers header .actions .box.other,
div#AutoAssignmentReviewers header .actions .box.other,
div#AutoAssignmentSettings header .actions .box.other,
div#AutoAssignmentConfirmation header .actions .box.other {
  margin-right: 0;
}
.table-common-container header .actions .box.other .act-title,
div#ProceedingEditorSubmissions header .actions .box.other .act-title,
div#divUserDisputeConflicts header .actions .box.other .act-title,
div#metaReviewerListForm header .actions .box.other .act-title,
div#reviewerListForm header .actions .box.other .act-title,
div#DeletedSubmissionListForm header .actions .box.other .act-title,
div#SuggestionForm header .actions .box.other .act-title,
div#MetaBiddingForm header .actions .box.other .act-title,
div#ExternalReviewForm header .actions .box.other .act-title,
div#ReferenceForm header .actions .box.other .act-title,
div#BiddingForm header .actions .box.other .act-title,
div#SubmissionListForm header .actions .box.other .act-title,
div#EmailMessagesForm header .actions .box.other .act-title,
div#AuditForm header .actions .box.other .act-title,
div#ReviewerInvitationListForm header .actions .box.other .act-title,
div#ReviewerInvitationForSubmissionListForm header .actions .box.other .act-title,
div#userListForm header .actions .box.other .act-title,
div#AutoAssignmentPapers header .actions .box.other .act-title,
div#AutoAssignmentReviewers header .actions .box.other .act-title,
div#AutoAssignmentSettings header .actions .box.other .act-title,
div#AutoAssignmentConfirmation header .actions .box.other .act-title {
  width: 60px;
}
.table-common-container header .actions .box.other .dropdown-menu a,
div#ProceedingEditorSubmissions header .actions .box.other .dropdown-menu a,
div#divUserDisputeConflicts header .actions .box.other .dropdown-menu a,
div#metaReviewerListForm header .actions .box.other .dropdown-menu a,
div#reviewerListForm header .actions .box.other .dropdown-menu a,
div#DeletedSubmissionListForm header .actions .box.other .dropdown-menu a,
div#SuggestionForm header .actions .box.other .dropdown-menu a,
div#MetaBiddingForm header .actions .box.other .dropdown-menu a,
div#ExternalReviewForm header .actions .box.other .dropdown-menu a,
div#ReferenceForm header .actions .box.other .dropdown-menu a,
div#BiddingForm header .actions .box.other .dropdown-menu a,
div#SubmissionListForm header .actions .box.other .dropdown-menu a,
div#EmailMessagesForm header .actions .box.other .dropdown-menu a,
div#AuditForm header .actions .box.other .dropdown-menu a,
div#ReviewerInvitationListForm header .actions .box.other .dropdown-menu a,
div#ReviewerInvitationForSubmissionListForm header .actions .box.other .dropdown-menu a,
div#userListForm header .actions .box.other .dropdown-menu a,
div#AutoAssignmentPapers header .actions .box.other .dropdown-menu a,
div#AutoAssignmentReviewers header .actions .box.other .dropdown-menu a,
div#AutoAssignmentSettings header .actions .box.other .dropdown-menu a,
div#AutoAssignmentConfirmation header .actions .box.other .dropdown-menu a {
  width: inherit;
}
.table-common-container header .actions .box.reset a,
div#ProceedingEditorSubmissions header .actions .box.reset a,
div#divUserDisputeConflicts header .actions .box.reset a,
div#metaReviewerListForm header .actions .box.reset a,
div#reviewerListForm header .actions .box.reset a,
div#DeletedSubmissionListForm header .actions .box.reset a,
div#SuggestionForm header .actions .box.reset a,
div#MetaBiddingForm header .actions .box.reset a,
div#ExternalReviewForm header .actions .box.reset a,
div#ReferenceForm header .actions .box.reset a,
div#BiddingForm header .actions .box.reset a,
div#SubmissionListForm header .actions .box.reset a,
div#EmailMessagesForm header .actions .box.reset a,
div#AuditForm header .actions .box.reset a,
div#ReviewerInvitationListForm header .actions .box.reset a,
div#ReviewerInvitationForSubmissionListForm header .actions .box.reset a,
div#userListForm header .actions .box.reset a,
div#AutoAssignmentPapers header .actions .box.reset a,
div#AutoAssignmentReviewers header .actions .box.reset a,
div#AutoAssignmentSettings header .actions .box.reset a,
div#AutoAssignmentConfirmation header .actions .box.reset a {
  width: 90px;
}
.table-common-container header .actions .dropdown-menu a,
div#ProceedingEditorSubmissions header .actions .dropdown-menu a,
div#divUserDisputeConflicts header .actions .dropdown-menu a,
div#metaReviewerListForm header .actions .dropdown-menu a,
div#reviewerListForm header .actions .dropdown-menu a,
div#DeletedSubmissionListForm header .actions .dropdown-menu a,
div#SuggestionForm header .actions .dropdown-menu a,
div#MetaBiddingForm header .actions .dropdown-menu a,
div#ExternalReviewForm header .actions .dropdown-menu a,
div#ReferenceForm header .actions .dropdown-menu a,
div#BiddingForm header .actions .dropdown-menu a,
div#SubmissionListForm header .actions .dropdown-menu a,
div#EmailMessagesForm header .actions .dropdown-menu a,
div#AuditForm header .actions .dropdown-menu a,
div#ReviewerInvitationListForm header .actions .dropdown-menu a,
div#ReviewerInvitationForSubmissionListForm header .actions .dropdown-menu a,
div#userListForm header .actions .dropdown-menu a,
div#AutoAssignmentPapers header .actions .dropdown-menu a,
div#AutoAssignmentReviewers header .actions .dropdown-menu a,
div#AutoAssignmentSettings header .actions .dropdown-menu a,
div#AutoAssignmentConfirmation header .actions .dropdown-menu a {
  font-size: 15px;
  color: black;
}
.table-common-container header .actions .dropdown-menu a:hover,
div#ProceedingEditorSubmissions header .actions .dropdown-menu a:hover,
div#divUserDisputeConflicts header .actions .dropdown-menu a:hover,
div#metaReviewerListForm header .actions .dropdown-menu a:hover,
div#reviewerListForm header .actions .dropdown-menu a:hover,
div#DeletedSubmissionListForm header .actions .dropdown-menu a:hover,
div#SuggestionForm header .actions .dropdown-menu a:hover,
div#MetaBiddingForm header .actions .dropdown-menu a:hover,
div#ExternalReviewForm header .actions .dropdown-menu a:hover,
div#ReferenceForm header .actions .dropdown-menu a:hover,
div#BiddingForm header .actions .dropdown-menu a:hover,
div#SubmissionListForm header .actions .dropdown-menu a:hover,
div#EmailMessagesForm header .actions .dropdown-menu a:hover,
div#AuditForm header .actions .dropdown-menu a:hover,
div#ReviewerInvitationListForm header .actions .dropdown-menu a:hover,
div#ReviewerInvitationForSubmissionListForm header .actions .dropdown-menu a:hover,
div#userListForm header .actions .dropdown-menu a:hover,
div#AutoAssignmentPapers header .actions .dropdown-menu a:hover,
div#AutoAssignmentReviewers header .actions .dropdown-menu a:hover,
div#AutoAssignmentSettings header .actions .dropdown-menu a:hover,
div#AutoAssignmentConfirmation header .actions .dropdown-menu a:hover {
  color: whitesmoke;
  text-decoration: none;
}
.table-common-container header .actions .dropdown-menu li.disabled a,
div#ProceedingEditorSubmissions header .actions .dropdown-menu li.disabled a,
div#divUserDisputeConflicts header .actions .dropdown-menu li.disabled a,
div#metaReviewerListForm header .actions .dropdown-menu li.disabled a,
div#reviewerListForm header .actions .dropdown-menu li.disabled a,
div#DeletedSubmissionListForm header .actions .dropdown-menu li.disabled a,
div#SuggestionForm header .actions .dropdown-menu li.disabled a,
div#MetaBiddingForm header .actions .dropdown-menu li.disabled a,
div#ExternalReviewForm header .actions .dropdown-menu li.disabled a,
div#ReferenceForm header .actions .dropdown-menu li.disabled a,
div#BiddingForm header .actions .dropdown-menu li.disabled a,
div#SubmissionListForm header .actions .dropdown-menu li.disabled a,
div#EmailMessagesForm header .actions .dropdown-menu li.disabled a,
div#AuditForm header .actions .dropdown-menu li.disabled a,
div#ReviewerInvitationListForm header .actions .dropdown-menu li.disabled a,
div#ReviewerInvitationForSubmissionListForm header .actions .dropdown-menu li.disabled a,
div#userListForm header .actions .dropdown-menu li.disabled a,
div#AutoAssignmentPapers header .actions .dropdown-menu li.disabled a,
div#AutoAssignmentReviewers header .actions .dropdown-menu li.disabled a,
div#AutoAssignmentSettings header .actions .dropdown-menu li.disabled a,
div#AutoAssignmentConfirmation header .actions .dropdown-menu li.disabled a {
  color: #999;
}
.table-common-container header .actions .paging a.number,
div#ProceedingEditorSubmissions header .actions .paging a.number,
div#divUserDisputeConflicts header .actions .paging a.number,
div#metaReviewerListForm header .actions .paging a.number,
div#reviewerListForm header .actions .paging a.number,
div#DeletedSubmissionListForm header .actions .paging a.number,
div#SuggestionForm header .actions .paging a.number,
div#MetaBiddingForm header .actions .paging a.number,
div#ExternalReviewForm header .actions .paging a.number,
div#ReferenceForm header .actions .paging a.number,
div#BiddingForm header .actions .paging a.number,
div#SubmissionListForm header .actions .paging a.number,
div#EmailMessagesForm header .actions .paging a.number,
div#AuditForm header .actions .paging a.number,
div#ReviewerInvitationListForm header .actions .paging a.number,
div#ReviewerInvitationForSubmissionListForm header .actions .paging a.number,
div#userListForm header .actions .paging a.number,
div#AutoAssignmentPapers header .actions .paging a.number,
div#AutoAssignmentReviewers header .actions .paging a.number,
div#AutoAssignmentSettings header .actions .paging a.number,
div#AutoAssignmentConfirmation header .actions .paging a.number {
  color: white;
  border-radius: 3px;
  padding: 2px 10px 5px 10px;
}
.table-common-container header .actions .paging a.number:hover,
div#ProceedingEditorSubmissions header .actions .paging a.number:hover,
div#divUserDisputeConflicts header .actions .paging a.number:hover,
div#metaReviewerListForm header .actions .paging a.number:hover,
div#reviewerListForm header .actions .paging a.number:hover,
div#DeletedSubmissionListForm header .actions .paging a.number:hover,
div#SuggestionForm header .actions .paging a.number:hover,
div#MetaBiddingForm header .actions .paging a.number:hover,
div#ExternalReviewForm header .actions .paging a.number:hover,
div#ReferenceForm header .actions .paging a.number:hover,
div#BiddingForm header .actions .paging a.number:hover,
div#SubmissionListForm header .actions .paging a.number:hover,
div#EmailMessagesForm header .actions .paging a.number:hover,
div#AuditForm header .actions .paging a.number:hover,
div#ReviewerInvitationListForm header .actions .paging a.number:hover,
div#ReviewerInvitationForSubmissionListForm header .actions .paging a.number:hover,
div#userListForm header .actions .paging a.number:hover,
div#AutoAssignmentPapers header .actions .paging a.number:hover,
div#AutoAssignmentReviewers header .actions .paging a.number:hover,
div#AutoAssignmentSettings header .actions .paging a.number:hover,
div#AutoAssignmentConfirmation header .actions .paging a.number:hover {
  border-radius: 4px;
  background-color: whitesmoke;
  color: #007EA3;
}
.table-common-container header .actions .paging .prev,
div#ProceedingEditorSubmissions header .actions .paging .prev,
div#divUserDisputeConflicts header .actions .paging .prev,
div#metaReviewerListForm header .actions .paging .prev,
div#reviewerListForm header .actions .paging .prev,
div#DeletedSubmissionListForm header .actions .paging .prev,
div#SuggestionForm header .actions .paging .prev,
div#MetaBiddingForm header .actions .paging .prev,
div#ExternalReviewForm header .actions .paging .prev,
div#ReferenceForm header .actions .paging .prev,
div#BiddingForm header .actions .paging .prev,
div#SubmissionListForm header .actions .paging .prev,
div#EmailMessagesForm header .actions .paging .prev,
div#AuditForm header .actions .paging .prev,
div#ReviewerInvitationListForm header .actions .paging .prev,
div#ReviewerInvitationForSubmissionListForm header .actions .paging .prev,
div#userListForm header .actions .paging .prev,
div#AutoAssignmentPapers header .actions .paging .prev,
div#AutoAssignmentReviewers header .actions .paging .prev,
div#AutoAssignmentSettings header .actions .paging .prev,
div#AutoAssignmentConfirmation header .actions .paging .prev,
.table-common-container header .actions .paging .next,
div#ProceedingEditorSubmissions header .actions .paging .next,
div#divUserDisputeConflicts header .actions .paging .next,
div#metaReviewerListForm header .actions .paging .next,
div#reviewerListForm header .actions .paging .next,
div#DeletedSubmissionListForm header .actions .paging .next,
div#SuggestionForm header .actions .paging .next,
div#MetaBiddingForm header .actions .paging .next,
div#ExternalReviewForm header .actions .paging .next,
div#ReferenceForm header .actions .paging .next,
div#BiddingForm header .actions .paging .next,
div#SubmissionListForm header .actions .paging .next,
div#EmailMessagesForm header .actions .paging .next,
div#AuditForm header .actions .paging .next,
div#ReviewerInvitationListForm header .actions .paging .next,
div#ReviewerInvitationForSubmissionListForm header .actions .paging .next,
div#userListForm header .actions .paging .next,
div#AutoAssignmentPapers header .actions .paging .next,
div#AutoAssignmentReviewers header .actions .paging .next,
div#AutoAssignmentSettings header .actions .paging .next,
div#AutoAssignmentConfirmation header .actions .paging .next {
  width: 10px;
}
.table-common-container header .actions .paging .cur,
div#ProceedingEditorSubmissions header .actions .paging .cur,
div#divUserDisputeConflicts header .actions .paging .cur,
div#metaReviewerListForm header .actions .paging .cur,
div#reviewerListForm header .actions .paging .cur,
div#DeletedSubmissionListForm header .actions .paging .cur,
div#SuggestionForm header .actions .paging .cur,
div#MetaBiddingForm header .actions .paging .cur,
div#ExternalReviewForm header .actions .paging .cur,
div#ReferenceForm header .actions .paging .cur,
div#BiddingForm header .actions .paging .cur,
div#SubmissionListForm header .actions .paging .cur,
div#EmailMessagesForm header .actions .paging .cur,
div#AuditForm header .actions .paging .cur,
div#ReviewerInvitationListForm header .actions .paging .cur,
div#ReviewerInvitationForSubmissionListForm header .actions .paging .cur,
div#userListForm header .actions .paging .cur,
div#AutoAssignmentPapers header .actions .paging .cur,
div#AutoAssignmentReviewers header .actions .paging .cur,
div#AutoAssignmentSettings header .actions .paging .cur,
div#AutoAssignmentConfirmation header .actions .paging .cur {
  font-weight: bold;
  font-size: large;
}
.table-common-container header .actions .act-title,
div#ProceedingEditorSubmissions header .actions .act-title,
div#divUserDisputeConflicts header .actions .act-title,
div#metaReviewerListForm header .actions .act-title,
div#reviewerListForm header .actions .act-title,
div#DeletedSubmissionListForm header .actions .act-title,
div#SuggestionForm header .actions .act-title,
div#MetaBiddingForm header .actions .act-title,
div#ExternalReviewForm header .actions .act-title,
div#ReferenceForm header .actions .act-title,
div#BiddingForm header .actions .act-title,
div#SubmissionListForm header .actions .act-title,
div#EmailMessagesForm header .actions .act-title,
div#AuditForm header .actions .act-title,
div#ReviewerInvitationListForm header .actions .act-title,
div#ReviewerInvitationForSubmissionListForm header .actions .act-title,
div#userListForm header .actions .act-title,
div#AutoAssignmentPapers header .actions .act-title,
div#AutoAssignmentReviewers header .actions .act-title,
div#AutoAssignmentSettings header .actions .act-title,
div#AutoAssignmentConfirmation header .actions .act-title {
  font-weight: normal;
}
.table-common-container header .actions .act-title span,
div#ProceedingEditorSubmissions header .actions .act-title span,
div#divUserDisputeConflicts header .actions .act-title span,
div#metaReviewerListForm header .actions .act-title span,
div#reviewerListForm header .actions .act-title span,
div#DeletedSubmissionListForm header .actions .act-title span,
div#SuggestionForm header .actions .act-title span,
div#MetaBiddingForm header .actions .act-title span,
div#ExternalReviewForm header .actions .act-title span,
div#ReferenceForm header .actions .act-title span,
div#BiddingForm header .actions .act-title span,
div#SubmissionListForm header .actions .act-title span,
div#EmailMessagesForm header .actions .act-title span,
div#AuditForm header .actions .act-title span,
div#ReviewerInvitationListForm header .actions .act-title span,
div#ReviewerInvitationForSubmissionListForm header .actions .act-title span,
div#userListForm header .actions .act-title span,
div#AutoAssignmentPapers header .actions .act-title span,
div#AutoAssignmentReviewers header .actions .act-title span,
div#AutoAssignmentSettings header .actions .act-title span,
div#AutoAssignmentConfirmation header .actions .act-title span {
  height: 9px;
}
.table-common-container table th,
div#ProceedingEditorSubmissions table th,
div#divUserDisputeConflicts table th,
div#metaReviewerListForm table th,
div#reviewerListForm table th,
div#DeletedSubmissionListForm table th,
div#SuggestionForm table th,
div#MetaBiddingForm table th,
div#ExternalReviewForm table th,
div#ReferenceForm table th,
div#BiddingForm table th,
div#SubmissionListForm table th,
div#EmailMessagesForm table th,
div#AuditForm table th,
div#ReviewerInvitationListForm table th,
div#ReviewerInvitationForSubmissionListForm table th,
div#userListForm table th,
div#AutoAssignmentPapers table th,
div#AutoAssignmentReviewers table th,
div#AutoAssignmentSettings table th,
div#AutoAssignmentConfirmation table th {
  text-align: center;
  font-weight: normal;
}
.table-common-container table td.narrower,
div#ProceedingEditorSubmissions table td.narrower,
div#divUserDisputeConflicts table td.narrower,
div#metaReviewerListForm table td.narrower,
div#reviewerListForm table td.narrower,
div#DeletedSubmissionListForm table td.narrower,
div#SuggestionForm table td.narrower,
div#MetaBiddingForm table td.narrower,
div#ExternalReviewForm table td.narrower,
div#ReferenceForm table td.narrower,
div#BiddingForm table td.narrower,
div#SubmissionListForm table td.narrower,
div#EmailMessagesForm table td.narrower,
div#AuditForm table td.narrower,
div#ReviewerInvitationListForm table td.narrower,
div#ReviewerInvitationForSubmissionListForm table td.narrower,
div#userListForm table td.narrower,
div#AutoAssignmentPapers table td.narrower,
div#AutoAssignmentReviewers table td.narrower,
div#AutoAssignmentSettings table td.narrower,
div#AutoAssignmentConfirmation table td.narrower,
.table-common-container table th.narrower,
div#ProceedingEditorSubmissions table th.narrower,
div#divUserDisputeConflicts table th.narrower,
div#metaReviewerListForm table th.narrower,
div#reviewerListForm table th.narrower,
div#DeletedSubmissionListForm table th.narrower,
div#SuggestionForm table th.narrower,
div#MetaBiddingForm table th.narrower,
div#ExternalReviewForm table th.narrower,
div#ReferenceForm table th.narrower,
div#BiddingForm table th.narrower,
div#SubmissionListForm table th.narrower,
div#EmailMessagesForm table th.narrower,
div#AuditForm table th.narrower,
div#ReviewerInvitationListForm table th.narrower,
div#ReviewerInvitationForSubmissionListForm table th.narrower,
div#userListForm table th.narrower,
div#AutoAssignmentPapers table th.narrower,
div#AutoAssignmentReviewers table th.narrower,
div#AutoAssignmentSettings table th.narrower,
div#AutoAssignmentConfirmation table th.narrower {
  width: 75px;
}
.table-common-container table td.narrow,
div#ProceedingEditorSubmissions table td.narrow,
div#divUserDisputeConflicts table td.narrow,
div#metaReviewerListForm table td.narrow,
div#reviewerListForm table td.narrow,
div#DeletedSubmissionListForm table td.narrow,
div#SuggestionForm table td.narrow,
div#MetaBiddingForm table td.narrow,
div#ExternalReviewForm table td.narrow,
div#ReferenceForm table td.narrow,
div#BiddingForm table td.narrow,
div#SubmissionListForm table td.narrow,
div#EmailMessagesForm table td.narrow,
div#AuditForm table td.narrow,
div#ReviewerInvitationListForm table td.narrow,
div#ReviewerInvitationForSubmissionListForm table td.narrow,
div#userListForm table td.narrow,
div#AutoAssignmentPapers table td.narrow,
div#AutoAssignmentReviewers table td.narrow,
div#AutoAssignmentSettings table td.narrow,
div#AutoAssignmentConfirmation table td.narrow,
.table-common-container table th.narrow,
div#ProceedingEditorSubmissions table th.narrow,
div#divUserDisputeConflicts table th.narrow,
div#metaReviewerListForm table th.narrow,
div#reviewerListForm table th.narrow,
div#DeletedSubmissionListForm table th.narrow,
div#SuggestionForm table th.narrow,
div#MetaBiddingForm table th.narrow,
div#ExternalReviewForm table th.narrow,
div#ReferenceForm table th.narrow,
div#BiddingForm table th.narrow,
div#SubmissionListForm table th.narrow,
div#EmailMessagesForm table th.narrow,
div#AuditForm table th.narrow,
div#ReviewerInvitationListForm table th.narrow,
div#ReviewerInvitationForSubmissionListForm table th.narrow,
div#userListForm table th.narrow,
div#AutoAssignmentPapers table th.narrow,
div#AutoAssignmentReviewers table th.narrow,
div#AutoAssignmentSettings table th.narrow,
div#AutoAssignmentConfirmation table th.narrow {
  width: 100px;
}
.table-common-container table thead tr:first-child th,
div#ProceedingEditorSubmissions table thead tr:first-child th,
div#divUserDisputeConflicts table thead tr:first-child th,
div#metaReviewerListForm table thead tr:first-child th,
div#reviewerListForm table thead tr:first-child th,
div#DeletedSubmissionListForm table thead tr:first-child th,
div#SuggestionForm table thead tr:first-child th,
div#MetaBiddingForm table thead tr:first-child th,
div#ExternalReviewForm table thead tr:first-child th,
div#ReferenceForm table thead tr:first-child th,
div#BiddingForm table thead tr:first-child th,
div#SubmissionListForm table thead tr:first-child th,
div#EmailMessagesForm table thead tr:first-child th,
div#AuditForm table thead tr:first-child th,
div#ReviewerInvitationListForm table thead tr:first-child th,
div#ReviewerInvitationForSubmissionListForm table thead tr:first-child th,
div#userListForm table thead tr:first-child th,
div#AutoAssignmentPapers table thead tr:first-child th,
div#AutoAssignmentReviewers table thead tr:first-child th,
div#AutoAssignmentSettings table thead tr:first-child th,
div#AutoAssignmentConfirmation table thead tr:first-child th {
  border-top: 2px solid #ededed;
}
.table-common-container table thead tr:last-child th,
div#ProceedingEditorSubmissions table thead tr:last-child th,
div#divUserDisputeConflicts table thead tr:last-child th,
div#metaReviewerListForm table thead tr:last-child th,
div#reviewerListForm table thead tr:last-child th,
div#DeletedSubmissionListForm table thead tr:last-child th,
div#SuggestionForm table thead tr:last-child th,
div#MetaBiddingForm table thead tr:last-child th,
div#ExternalReviewForm table thead tr:last-child th,
div#ReferenceForm table thead tr:last-child th,
div#BiddingForm table thead tr:last-child th,
div#SubmissionListForm table thead tr:last-child th,
div#EmailMessagesForm table thead tr:last-child th,
div#AuditForm table thead tr:last-child th,
div#ReviewerInvitationListForm table thead tr:last-child th,
div#ReviewerInvitationForSubmissionListForm table thead tr:last-child th,
div#userListForm table thead tr:last-child th,
div#AutoAssignmentPapers table thead tr:last-child th,
div#AutoAssignmentReviewers table thead tr:last-child th,
div#AutoAssignmentSettings table thead tr:last-child th,
div#AutoAssignmentConfirmation table thead tr:last-child th {
  border-bottom: 2px solid #ededed;
}
.table-common-container table thead th,
div#ProceedingEditorSubmissions table thead th,
div#divUserDisputeConflicts table thead th,
div#metaReviewerListForm table thead th,
div#reviewerListForm table thead th,
div#DeletedSubmissionListForm table thead th,
div#SuggestionForm table thead th,
div#MetaBiddingForm table thead th,
div#ExternalReviewForm table thead th,
div#ReferenceForm table thead th,
div#BiddingForm table thead th,
div#SubmissionListForm table thead th,
div#EmailMessagesForm table thead th,
div#AuditForm table thead th,
div#ReviewerInvitationListForm table thead th,
div#ReviewerInvitationForSubmissionListForm table thead th,
div#userListForm table thead th,
div#AutoAssignmentPapers table thead th,
div#AutoAssignmentReviewers table thead th,
div#AutoAssignmentSettings table thead th,
div#AutoAssignmentConfirmation table thead th {
  background-color: #efefef;
  color: #666666;
}
.table-common-container table thead th.txt > a.sortlink,
div#ProceedingEditorSubmissions table thead th.txt > a.sortlink,
div#divUserDisputeConflicts table thead th.txt > a.sortlink,
div#metaReviewerListForm table thead th.txt > a.sortlink,
div#reviewerListForm table thead th.txt > a.sortlink,
div#DeletedSubmissionListForm table thead th.txt > a.sortlink,
div#SuggestionForm table thead th.txt > a.sortlink,
div#MetaBiddingForm table thead th.txt > a.sortlink,
div#ExternalReviewForm table thead th.txt > a.sortlink,
div#ReferenceForm table thead th.txt > a.sortlink,
div#BiddingForm table thead th.txt > a.sortlink,
div#SubmissionListForm table thead th.txt > a.sortlink,
div#EmailMessagesForm table thead th.txt > a.sortlink,
div#AuditForm table thead th.txt > a.sortlink,
div#ReviewerInvitationListForm table thead th.txt > a.sortlink,
div#ReviewerInvitationForSubmissionListForm table thead th.txt > a.sortlink,
div#userListForm table thead th.txt > a.sortlink,
div#AutoAssignmentPapers table thead th.txt > a.sortlink,
div#AutoAssignmentReviewers table thead th.txt > a.sortlink,
div#AutoAssignmentSettings table thead th.txt > a.sortlink,
div#AutoAssignmentConfirmation table thead th.txt > a.sortlink {
  text-decoration: none;
  color: inherit;
}
.table-common-container table thead th.txt:hover,
div#ProceedingEditorSubmissions table thead th.txt:hover,
div#divUserDisputeConflicts table thead th.txt:hover,
div#metaReviewerListForm table thead th.txt:hover,
div#reviewerListForm table thead th.txt:hover,
div#DeletedSubmissionListForm table thead th.txt:hover,
div#SuggestionForm table thead th.txt:hover,
div#MetaBiddingForm table thead th.txt:hover,
div#ExternalReviewForm table thead th.txt:hover,
div#ReferenceForm table thead th.txt:hover,
div#BiddingForm table thead th.txt:hover,
div#SubmissionListForm table thead th.txt:hover,
div#EmailMessagesForm table thead th.txt:hover,
div#AuditForm table thead th.txt:hover,
div#ReviewerInvitationListForm table thead th.txt:hover,
div#ReviewerInvitationForSubmissionListForm table thead th.txt:hover,
div#userListForm table thead th.txt:hover,
div#AutoAssignmentPapers table thead th.txt:hover,
div#AutoAssignmentReviewers table thead th.txt:hover,
div#AutoAssignmentSettings table thead th.txt:hover,
div#AutoAssignmentConfirmation table thead th.txt:hover {
  cursor: pointer;
  text-decoration: underline;
}
.table-common-container table #filters .query,
div#ProceedingEditorSubmissions table #filters .query,
div#divUserDisputeConflicts table #filters .query,
div#metaReviewerListForm table #filters .query,
div#reviewerListForm table #filters .query,
div#DeletedSubmissionListForm table #filters .query,
div#SuggestionForm table #filters .query,
div#MetaBiddingForm table #filters .query,
div#ExternalReviewForm table #filters .query,
div#ReferenceForm table #filters .query,
div#BiddingForm table #filters .query,
div#SubmissionListForm table #filters .query,
div#EmailMessagesForm table #filters .query,
div#AuditForm table #filters .query,
div#ReviewerInvitationListForm table #filters .query,
div#ReviewerInvitationForSubmissionListForm table #filters .query,
div#userListForm table #filters .query,
div#AutoAssignmentPapers table #filters .query,
div#AutoAssignmentReviewers table #filters .query,
div#AutoAssignmentSettings table #filters .query,
div#AutoAssignmentConfirmation table #filters .query {
  width: 100%;
  height: 40px;
  position: relative;
}
.table-common-container table #filters .query input,
div#ProceedingEditorSubmissions table #filters .query input,
div#divUserDisputeConflicts table #filters .query input,
div#metaReviewerListForm table #filters .query input,
div#reviewerListForm table #filters .query input,
div#DeletedSubmissionListForm table #filters .query input,
div#SuggestionForm table #filters .query input,
div#MetaBiddingForm table #filters .query input,
div#ExternalReviewForm table #filters .query input,
div#ReferenceForm table #filters .query input,
div#BiddingForm table #filters .query input,
div#SubmissionListForm table #filters .query input,
div#EmailMessagesForm table #filters .query input,
div#AuditForm table #filters .query input,
div#ReviewerInvitationListForm table #filters .query input,
div#ReviewerInvitationForSubmissionListForm table #filters .query input,
div#userListForm table #filters .query input,
div#AutoAssignmentPapers table #filters .query input,
div#AutoAssignmentReviewers table #filters .query input,
div#AutoAssignmentSettings table #filters .query input,
div#AutoAssignmentConfirmation table #filters .query input {
  width: calc(100% - 12px);
  border-radius: 10px;
}
.table-common-container table #filters .query input.error,
div#ProceedingEditorSubmissions table #filters .query input.error,
div#divUserDisputeConflicts table #filters .query input.error,
div#metaReviewerListForm table #filters .query input.error,
div#reviewerListForm table #filters .query input.error,
div#DeletedSubmissionListForm table #filters .query input.error,
div#SuggestionForm table #filters .query input.error,
div#MetaBiddingForm table #filters .query input.error,
div#ExternalReviewForm table #filters .query input.error,
div#ReferenceForm table #filters .query input.error,
div#BiddingForm table #filters .query input.error,
div#SubmissionListForm table #filters .query input.error,
div#EmailMessagesForm table #filters .query input.error,
div#AuditForm table #filters .query input.error,
div#ReviewerInvitationListForm table #filters .query input.error,
div#ReviewerInvitationForSubmissionListForm table #filters .query input.error,
div#userListForm table #filters .query input.error,
div#AutoAssignmentPapers table #filters .query input.error,
div#AutoAssignmentReviewers table #filters .query input.error,
div#AutoAssignmentSettings table #filters .query input.error,
div#AutoAssignmentConfirmation table #filters .query input.error {
  color: #861313;
  background-color: #f5b7b7;
}
.table-common-container table #filters .query input:not(.error):not(:focus),
div#ProceedingEditorSubmissions table #filters .query input:not(.error):not(:focus),
div#divUserDisputeConflicts table #filters .query input:not(.error):not(:focus),
div#metaReviewerListForm table #filters .query input:not(.error):not(:focus),
div#reviewerListForm table #filters .query input:not(.error):not(:focus),
div#DeletedSubmissionListForm table #filters .query input:not(.error):not(:focus),
div#SuggestionForm table #filters .query input:not(.error):not(:focus),
div#MetaBiddingForm table #filters .query input:not(.error):not(:focus),
div#ExternalReviewForm table #filters .query input:not(.error):not(:focus),
div#ReferenceForm table #filters .query input:not(.error):not(:focus),
div#BiddingForm table #filters .query input:not(.error):not(:focus),
div#SubmissionListForm table #filters .query input:not(.error):not(:focus),
div#EmailMessagesForm table #filters .query input:not(.error):not(:focus),
div#AuditForm table #filters .query input:not(.error):not(:focus),
div#ReviewerInvitationListForm table #filters .query input:not(.error):not(:focus),
div#ReviewerInvitationForSubmissionListForm table #filters .query input:not(.error):not(:focus),
div#userListForm table #filters .query input:not(.error):not(:focus),
div#AutoAssignmentPapers table #filters .query input:not(.error):not(:focus),
div#AutoAssignmentReviewers table #filters .query input:not(.error):not(:focus),
div#AutoAssignmentSettings table #filters .query input:not(.error):not(:focus),
div#AutoAssignmentConfirmation table #filters .query input:not(.error):not(:focus) {
  color: #707070;
}
.table-common-container table #filters .query i,
div#ProceedingEditorSubmissions table #filters .query i,
div#divUserDisputeConflicts table #filters .query i,
div#metaReviewerListForm table #filters .query i,
div#reviewerListForm table #filters .query i,
div#DeletedSubmissionListForm table #filters .query i,
div#SuggestionForm table #filters .query i,
div#MetaBiddingForm table #filters .query i,
div#ExternalReviewForm table #filters .query i,
div#ReferenceForm table #filters .query i,
div#BiddingForm table #filters .query i,
div#SubmissionListForm table #filters .query i,
div#EmailMessagesForm table #filters .query i,
div#AuditForm table #filters .query i,
div#ReviewerInvitationListForm table #filters .query i,
div#ReviewerInvitationForSubmissionListForm table #filters .query i,
div#userListForm table #filters .query i,
div#AutoAssignmentPapers table #filters .query i,
div#AutoAssignmentReviewers table #filters .query i,
div#AutoAssignmentSettings table #filters .query i,
div#AutoAssignmentConfirmation table #filters .query i {
  position: absolute;
  top: 7px;
  right: 5px;
  cursor: pointer;
}
.table-common-container table #filters .query .link-remove,
div#ProceedingEditorSubmissions table #filters .query .link-remove,
div#divUserDisputeConflicts table #filters .query .link-remove,
div#metaReviewerListForm table #filters .query .link-remove,
div#reviewerListForm table #filters .query .link-remove,
div#DeletedSubmissionListForm table #filters .query .link-remove,
div#SuggestionForm table #filters .query .link-remove,
div#MetaBiddingForm table #filters .query .link-remove,
div#ExternalReviewForm table #filters .query .link-remove,
div#ReferenceForm table #filters .query .link-remove,
div#BiddingForm table #filters .query .link-remove,
div#SubmissionListForm table #filters .query .link-remove,
div#EmailMessagesForm table #filters .query .link-remove,
div#AuditForm table #filters .query .link-remove,
div#ReviewerInvitationListForm table #filters .query .link-remove,
div#ReviewerInvitationForSubmissionListForm table #filters .query .link-remove,
div#userListForm table #filters .query .link-remove,
div#AutoAssignmentPapers table #filters .query .link-remove,
div#AutoAssignmentReviewers table #filters .query .link-remove,
div#AutoAssignmentSettings table #filters .query .link-remove,
div#AutoAssignmentConfirmation table #filters .query .link-remove {
  position: absolute;
  top: 29px;
  right: 5px;
  font-size: 8px;
  font-family: Arial;
  font-style: italic;
  cursor: pointer;
}
.table-common-container table #filters .query .link-remove a,
div#ProceedingEditorSubmissions table #filters .query .link-remove a,
div#divUserDisputeConflicts table #filters .query .link-remove a,
div#metaReviewerListForm table #filters .query .link-remove a,
div#reviewerListForm table #filters .query .link-remove a,
div#DeletedSubmissionListForm table #filters .query .link-remove a,
div#SuggestionForm table #filters .query .link-remove a,
div#MetaBiddingForm table #filters .query .link-remove a,
div#ExternalReviewForm table #filters .query .link-remove a,
div#ReferenceForm table #filters .query .link-remove a,
div#BiddingForm table #filters .query .link-remove a,
div#SubmissionListForm table #filters .query .link-remove a,
div#EmailMessagesForm table #filters .query .link-remove a,
div#AuditForm table #filters .query .link-remove a,
div#ReviewerInvitationListForm table #filters .query .link-remove a,
div#ReviewerInvitationForSubmissionListForm table #filters .query .link-remove a,
div#userListForm table #filters .query .link-remove a,
div#AutoAssignmentPapers table #filters .query .link-remove a,
div#AutoAssignmentReviewers table #filters .query .link-remove a,
div#AutoAssignmentSettings table #filters .query .link-remove a,
div#AutoAssignmentConfirmation table #filters .query .link-remove a {
  color: #027090;
}
.table-common-container table #filters .selector,
div#ProceedingEditorSubmissions table #filters .selector,
div#divUserDisputeConflicts table #filters .selector,
div#metaReviewerListForm table #filters .selector,
div#reviewerListForm table #filters .selector,
div#DeletedSubmissionListForm table #filters .selector,
div#SuggestionForm table #filters .selector,
div#MetaBiddingForm table #filters .selector,
div#ExternalReviewForm table #filters .selector,
div#ReferenceForm table #filters .selector,
div#BiddingForm table #filters .selector,
div#SubmissionListForm table #filters .selector,
div#EmailMessagesForm table #filters .selector,
div#AuditForm table #filters .selector,
div#ReviewerInvitationListForm table #filters .selector,
div#ReviewerInvitationForSubmissionListForm table #filters .selector,
div#userListForm table #filters .selector,
div#AutoAssignmentPapers table #filters .selector,
div#AutoAssignmentReviewers table #filters .selector,
div#AutoAssignmentSettings table #filters .selector,
div#AutoAssignmentConfirmation table #filters .selector {
  background-color: white;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  width: 150%;
}
.table-common-container table #filters .selector .selected .all,
div#ProceedingEditorSubmissions table #filters .selector .selected .all,
div#divUserDisputeConflicts table #filters .selector .selected .all,
div#metaReviewerListForm table #filters .selector .selected .all,
div#reviewerListForm table #filters .selector .selected .all,
div#DeletedSubmissionListForm table #filters .selector .selected .all,
div#SuggestionForm table #filters .selector .selected .all,
div#MetaBiddingForm table #filters .selector .selected .all,
div#ExternalReviewForm table #filters .selector .selected .all,
div#ReferenceForm table #filters .selector .selected .all,
div#BiddingForm table #filters .selector .selected .all,
div#SubmissionListForm table #filters .selector .selected .all,
div#EmailMessagesForm table #filters .selector .selected .all,
div#AuditForm table #filters .selector .selected .all,
div#ReviewerInvitationListForm table #filters .selector .selected .all,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .all,
div#userListForm table #filters .selector .selected .all,
div#AutoAssignmentPapers table #filters .selector .selected .all,
div#AutoAssignmentReviewers table #filters .selector .selected .all,
div#AutoAssignmentSettings table #filters .selector .selected .all,
div#AutoAssignmentConfirmation table #filters .selector .selected .all,
.table-common-container table #filters .selector .found .all,
div#ProceedingEditorSubmissions table #filters .selector .found .all,
div#divUserDisputeConflicts table #filters .selector .found .all,
div#metaReviewerListForm table #filters .selector .found .all,
div#reviewerListForm table #filters .selector .found .all,
div#DeletedSubmissionListForm table #filters .selector .found .all,
div#SuggestionForm table #filters .selector .found .all,
div#MetaBiddingForm table #filters .selector .found .all,
div#ExternalReviewForm table #filters .selector .found .all,
div#ReferenceForm table #filters .selector .found .all,
div#BiddingForm table #filters .selector .found .all,
div#SubmissionListForm table #filters .selector .found .all,
div#EmailMessagesForm table #filters .selector .found .all,
div#AuditForm table #filters .selector .found .all,
div#ReviewerInvitationListForm table #filters .selector .found .all,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .all,
div#userListForm table #filters .selector .found .all,
div#AutoAssignmentPapers table #filters .selector .found .all,
div#AutoAssignmentReviewers table #filters .selector .found .all,
div#AutoAssignmentSettings table #filters .selector .found .all,
div#AutoAssignmentConfirmation table #filters .selector .found .all {
  border-bottom: 1px solid #dddddd;
  background-color: #dddddd;
  border-radius: 5px 5px 0 0;
  padding-top: 3px;
}
.table-common-container table #filters .selector .selected .all input,
div#ProceedingEditorSubmissions table #filters .selector .selected .all input,
div#divUserDisputeConflicts table #filters .selector .selected .all input,
div#metaReviewerListForm table #filters .selector .selected .all input,
div#reviewerListForm table #filters .selector .selected .all input,
div#DeletedSubmissionListForm table #filters .selector .selected .all input,
div#SuggestionForm table #filters .selector .selected .all input,
div#MetaBiddingForm table #filters .selector .selected .all input,
div#ExternalReviewForm table #filters .selector .selected .all input,
div#ReferenceForm table #filters .selector .selected .all input,
div#BiddingForm table #filters .selector .selected .all input,
div#SubmissionListForm table #filters .selector .selected .all input,
div#EmailMessagesForm table #filters .selector .selected .all input,
div#AuditForm table #filters .selector .selected .all input,
div#ReviewerInvitationListForm table #filters .selector .selected .all input,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .all input,
div#userListForm table #filters .selector .selected .all input,
div#AutoAssignmentPapers table #filters .selector .selected .all input,
div#AutoAssignmentReviewers table #filters .selector .selected .all input,
div#AutoAssignmentSettings table #filters .selector .selected .all input,
div#AutoAssignmentConfirmation table #filters .selector .selected .all input,
.table-common-container table #filters .selector .found .all input,
div#ProceedingEditorSubmissions table #filters .selector .found .all input,
div#divUserDisputeConflicts table #filters .selector .found .all input,
div#metaReviewerListForm table #filters .selector .found .all input,
div#reviewerListForm table #filters .selector .found .all input,
div#DeletedSubmissionListForm table #filters .selector .found .all input,
div#SuggestionForm table #filters .selector .found .all input,
div#MetaBiddingForm table #filters .selector .found .all input,
div#ExternalReviewForm table #filters .selector .found .all input,
div#ReferenceForm table #filters .selector .found .all input,
div#BiddingForm table #filters .selector .found .all input,
div#SubmissionListForm table #filters .selector .found .all input,
div#EmailMessagesForm table #filters .selector .found .all input,
div#AuditForm table #filters .selector .found .all input,
div#ReviewerInvitationListForm table #filters .selector .found .all input,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .all input,
div#userListForm table #filters .selector .found .all input,
div#AutoAssignmentPapers table #filters .selector .found .all input,
div#AutoAssignmentReviewers table #filters .selector .found .all input,
div#AutoAssignmentSettings table #filters .selector .found .all input,
div#AutoAssignmentConfirmation table #filters .selector .found .all input {
  width: 20px;
  margin: 0;
}
.table-common-container table #filters .selector .selected .all label,
div#ProceedingEditorSubmissions table #filters .selector .selected .all label,
div#divUserDisputeConflicts table #filters .selector .selected .all label,
div#metaReviewerListForm table #filters .selector .selected .all label,
div#reviewerListForm table #filters .selector .selected .all label,
div#DeletedSubmissionListForm table #filters .selector .selected .all label,
div#SuggestionForm table #filters .selector .selected .all label,
div#MetaBiddingForm table #filters .selector .selected .all label,
div#ExternalReviewForm table #filters .selector .selected .all label,
div#ReferenceForm table #filters .selector .selected .all label,
div#BiddingForm table #filters .selector .selected .all label,
div#SubmissionListForm table #filters .selector .selected .all label,
div#EmailMessagesForm table #filters .selector .selected .all label,
div#AuditForm table #filters .selector .selected .all label,
div#ReviewerInvitationListForm table #filters .selector .selected .all label,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .all label,
div#userListForm table #filters .selector .selected .all label,
div#AutoAssignmentPapers table #filters .selector .selected .all label,
div#AutoAssignmentReviewers table #filters .selector .selected .all label,
div#AutoAssignmentSettings table #filters .selector .selected .all label,
div#AutoAssignmentConfirmation table #filters .selector .selected .all label,
.table-common-container table #filters .selector .found .all label,
div#ProceedingEditorSubmissions table #filters .selector .found .all label,
div#divUserDisputeConflicts table #filters .selector .found .all label,
div#metaReviewerListForm table #filters .selector .found .all label,
div#reviewerListForm table #filters .selector .found .all label,
div#DeletedSubmissionListForm table #filters .selector .found .all label,
div#SuggestionForm table #filters .selector .found .all label,
div#MetaBiddingForm table #filters .selector .found .all label,
div#ExternalReviewForm table #filters .selector .found .all label,
div#ReferenceForm table #filters .selector .found .all label,
div#BiddingForm table #filters .selector .found .all label,
div#SubmissionListForm table #filters .selector .found .all label,
div#EmailMessagesForm table #filters .selector .found .all label,
div#AuditForm table #filters .selector .found .all label,
div#ReviewerInvitationListForm table #filters .selector .found .all label,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .all label,
div#userListForm table #filters .selector .found .all label,
div#AutoAssignmentPapers table #filters .selector .found .all label,
div#AutoAssignmentReviewers table #filters .selector .found .all label,
div#AutoAssignmentSettings table #filters .selector .found .all label,
div#AutoAssignmentConfirmation table #filters .selector .found .all label {
  background-color: #dddddd;
  color: black;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
}
.table-common-container table #filters .selector .selected .list,
div#ProceedingEditorSubmissions table #filters .selector .selected .list,
div#divUserDisputeConflicts table #filters .selector .selected .list,
div#metaReviewerListForm table #filters .selector .selected .list,
div#reviewerListForm table #filters .selector .selected .list,
div#DeletedSubmissionListForm table #filters .selector .selected .list,
div#SuggestionForm table #filters .selector .selected .list,
div#MetaBiddingForm table #filters .selector .selected .list,
div#ExternalReviewForm table #filters .selector .selected .list,
div#ReferenceForm table #filters .selector .selected .list,
div#BiddingForm table #filters .selector .selected .list,
div#SubmissionListForm table #filters .selector .selected .list,
div#EmailMessagesForm table #filters .selector .selected .list,
div#AuditForm table #filters .selector .selected .list,
div#ReviewerInvitationListForm table #filters .selector .selected .list,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .list,
div#userListForm table #filters .selector .selected .list,
div#AutoAssignmentPapers table #filters .selector .selected .list,
div#AutoAssignmentReviewers table #filters .selector .selected .list,
div#AutoAssignmentSettings table #filters .selector .selected .list,
div#AutoAssignmentConfirmation table #filters .selector .selected .list,
.table-common-container table #filters .selector .found .list,
div#ProceedingEditorSubmissions table #filters .selector .found .list,
div#divUserDisputeConflicts table #filters .selector .found .list,
div#metaReviewerListForm table #filters .selector .found .list,
div#reviewerListForm table #filters .selector .found .list,
div#DeletedSubmissionListForm table #filters .selector .found .list,
div#SuggestionForm table #filters .selector .found .list,
div#MetaBiddingForm table #filters .selector .found .list,
div#ExternalReviewForm table #filters .selector .found .list,
div#ReferenceForm table #filters .selector .found .list,
div#BiddingForm table #filters .selector .found .list,
div#SubmissionListForm table #filters .selector .found .list,
div#EmailMessagesForm table #filters .selector .found .list,
div#AuditForm table #filters .selector .found .list,
div#ReviewerInvitationListForm table #filters .selector .found .list,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .list,
div#userListForm table #filters .selector .found .list,
div#AutoAssignmentPapers table #filters .selector .found .list,
div#AutoAssignmentReviewers table #filters .selector .found .list,
div#AutoAssignmentSettings table #filters .selector .found .list,
div#AutoAssignmentConfirmation table #filters .selector .found .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 30vh;
  overflow-y: auto;
}
.table-common-container table #filters .selector .selected .list li,
div#ProceedingEditorSubmissions table #filters .selector .selected .list li,
div#divUserDisputeConflicts table #filters .selector .selected .list li,
div#metaReviewerListForm table #filters .selector .selected .list li,
div#reviewerListForm table #filters .selector .selected .list li,
div#DeletedSubmissionListForm table #filters .selector .selected .list li,
div#SuggestionForm table #filters .selector .selected .list li,
div#MetaBiddingForm table #filters .selector .selected .list li,
div#ExternalReviewForm table #filters .selector .selected .list li,
div#ReferenceForm table #filters .selector .selected .list li,
div#BiddingForm table #filters .selector .selected .list li,
div#SubmissionListForm table #filters .selector .selected .list li,
div#EmailMessagesForm table #filters .selector .selected .list li,
div#AuditForm table #filters .selector .selected .list li,
div#ReviewerInvitationListForm table #filters .selector .selected .list li,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .list li,
div#userListForm table #filters .selector .selected .list li,
div#AutoAssignmentPapers table #filters .selector .selected .list li,
div#AutoAssignmentReviewers table #filters .selector .selected .list li,
div#AutoAssignmentSettings table #filters .selector .selected .list li,
div#AutoAssignmentConfirmation table #filters .selector .selected .list li,
.table-common-container table #filters .selector .found .list li,
div#ProceedingEditorSubmissions table #filters .selector .found .list li,
div#divUserDisputeConflicts table #filters .selector .found .list li,
div#metaReviewerListForm table #filters .selector .found .list li,
div#reviewerListForm table #filters .selector .found .list li,
div#DeletedSubmissionListForm table #filters .selector .found .list li,
div#SuggestionForm table #filters .selector .found .list li,
div#MetaBiddingForm table #filters .selector .found .list li,
div#ExternalReviewForm table #filters .selector .found .list li,
div#ReferenceForm table #filters .selector .found .list li,
div#BiddingForm table #filters .selector .found .list li,
div#SubmissionListForm table #filters .selector .found .list li,
div#EmailMessagesForm table #filters .selector .found .list li,
div#AuditForm table #filters .selector .found .list li,
div#ReviewerInvitationListForm table #filters .selector .found .list li,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .list li,
div#userListForm table #filters .selector .found .list li,
div#AutoAssignmentPapers table #filters .selector .found .list li,
div#AutoAssignmentReviewers table #filters .selector .found .list li,
div#AutoAssignmentSettings table #filters .selector .found .list li,
div#AutoAssignmentConfirmation table #filters .selector .found .list li {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.table-common-container table #filters .selector .selected .list li:hover,
div#ProceedingEditorSubmissions table #filters .selector .selected .list li:hover,
div#divUserDisputeConflicts table #filters .selector .selected .list li:hover,
div#metaReviewerListForm table #filters .selector .selected .list li:hover,
div#reviewerListForm table #filters .selector .selected .list li:hover,
div#DeletedSubmissionListForm table #filters .selector .selected .list li:hover,
div#SuggestionForm table #filters .selector .selected .list li:hover,
div#MetaBiddingForm table #filters .selector .selected .list li:hover,
div#ExternalReviewForm table #filters .selector .selected .list li:hover,
div#ReferenceForm table #filters .selector .selected .list li:hover,
div#BiddingForm table #filters .selector .selected .list li:hover,
div#SubmissionListForm table #filters .selector .selected .list li:hover,
div#EmailMessagesForm table #filters .selector .selected .list li:hover,
div#AuditForm table #filters .selector .selected .list li:hover,
div#ReviewerInvitationListForm table #filters .selector .selected .list li:hover,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .list li:hover,
div#userListForm table #filters .selector .selected .list li:hover,
div#AutoAssignmentPapers table #filters .selector .selected .list li:hover,
div#AutoAssignmentReviewers table #filters .selector .selected .list li:hover,
div#AutoAssignmentSettings table #filters .selector .selected .list li:hover,
div#AutoAssignmentConfirmation table #filters .selector .selected .list li:hover,
.table-common-container table #filters .selector .found .list li:hover,
div#ProceedingEditorSubmissions table #filters .selector .found .list li:hover,
div#divUserDisputeConflicts table #filters .selector .found .list li:hover,
div#metaReviewerListForm table #filters .selector .found .list li:hover,
div#reviewerListForm table #filters .selector .found .list li:hover,
div#DeletedSubmissionListForm table #filters .selector .found .list li:hover,
div#SuggestionForm table #filters .selector .found .list li:hover,
div#MetaBiddingForm table #filters .selector .found .list li:hover,
div#ExternalReviewForm table #filters .selector .found .list li:hover,
div#ReferenceForm table #filters .selector .found .list li:hover,
div#BiddingForm table #filters .selector .found .list li:hover,
div#SubmissionListForm table #filters .selector .found .list li:hover,
div#EmailMessagesForm table #filters .selector .found .list li:hover,
div#AuditForm table #filters .selector .found .list li:hover,
div#ReviewerInvitationListForm table #filters .selector .found .list li:hover,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .list li:hover,
div#userListForm table #filters .selector .found .list li:hover,
div#AutoAssignmentPapers table #filters .selector .found .list li:hover,
div#AutoAssignmentReviewers table #filters .selector .found .list li:hover,
div#AutoAssignmentSettings table #filters .selector .found .list li:hover,
div#AutoAssignmentConfirmation table #filters .selector .found .list li:hover {
  text-decoration: none;
  color: #fff;
  background-color: #007699;
  background-image: -moz-linear-gradient(top, #007EA3, #006a8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007EA3), to(#006a8a));
  background-image: -webkit-linear-gradient(top, #007EA3, #006a8a);
  background-image: -o-linear-gradient(top, #007EA3, #006a8a);
  background-image: linear-gradient(to bottom, #007EA3, #006a8a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007ea3', endColorstr='#ff006a8a', GradientType=0);
  cursor: pointer;
}
.table-common-container table #filters .selector .selected .list .item input,
div#ProceedingEditorSubmissions table #filters .selector .selected .list .item input,
div#divUserDisputeConflicts table #filters .selector .selected .list .item input,
div#metaReviewerListForm table #filters .selector .selected .list .item input,
div#reviewerListForm table #filters .selector .selected .list .item input,
div#DeletedSubmissionListForm table #filters .selector .selected .list .item input,
div#SuggestionForm table #filters .selector .selected .list .item input,
div#MetaBiddingForm table #filters .selector .selected .list .item input,
div#ExternalReviewForm table #filters .selector .selected .list .item input,
div#ReferenceForm table #filters .selector .selected .list .item input,
div#BiddingForm table #filters .selector .selected .list .item input,
div#SubmissionListForm table #filters .selector .selected .list .item input,
div#EmailMessagesForm table #filters .selector .selected .list .item input,
div#AuditForm table #filters .selector .selected .list .item input,
div#ReviewerInvitationListForm table #filters .selector .selected .list .item input,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .list .item input,
div#userListForm table #filters .selector .selected .list .item input,
div#AutoAssignmentPapers table #filters .selector .selected .list .item input,
div#AutoAssignmentReviewers table #filters .selector .selected .list .item input,
div#AutoAssignmentSettings table #filters .selector .selected .list .item input,
div#AutoAssignmentConfirmation table #filters .selector .selected .list .item input,
.table-common-container table #filters .selector .found .list .item input,
div#ProceedingEditorSubmissions table #filters .selector .found .list .item input,
div#divUserDisputeConflicts table #filters .selector .found .list .item input,
div#metaReviewerListForm table #filters .selector .found .list .item input,
div#reviewerListForm table #filters .selector .found .list .item input,
div#DeletedSubmissionListForm table #filters .selector .found .list .item input,
div#SuggestionForm table #filters .selector .found .list .item input,
div#MetaBiddingForm table #filters .selector .found .list .item input,
div#ExternalReviewForm table #filters .selector .found .list .item input,
div#ReferenceForm table #filters .selector .found .list .item input,
div#BiddingForm table #filters .selector .found .list .item input,
div#SubmissionListForm table #filters .selector .found .list .item input,
div#EmailMessagesForm table #filters .selector .found .list .item input,
div#AuditForm table #filters .selector .found .list .item input,
div#ReviewerInvitationListForm table #filters .selector .found .list .item input,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .list .item input,
div#userListForm table #filters .selector .found .list .item input,
div#AutoAssignmentPapers table #filters .selector .found .list .item input,
div#AutoAssignmentReviewers table #filters .selector .found .list .item input,
div#AutoAssignmentSettings table #filters .selector .found .list .item input,
div#AutoAssignmentConfirmation table #filters .selector .found .list .item input {
  width: 20px;
  margin: 0;
}
.table-common-container table #filters .selector .selected .list .item span,
div#ProceedingEditorSubmissions table #filters .selector .selected .list .item span,
div#divUserDisputeConflicts table #filters .selector .selected .list .item span,
div#metaReviewerListForm table #filters .selector .selected .list .item span,
div#reviewerListForm table #filters .selector .selected .list .item span,
div#DeletedSubmissionListForm table #filters .selector .selected .list .item span,
div#SuggestionForm table #filters .selector .selected .list .item span,
div#MetaBiddingForm table #filters .selector .selected .list .item span,
div#ExternalReviewForm table #filters .selector .selected .list .item span,
div#ReferenceForm table #filters .selector .selected .list .item span,
div#BiddingForm table #filters .selector .selected .list .item span,
div#SubmissionListForm table #filters .selector .selected .list .item span,
div#EmailMessagesForm table #filters .selector .selected .list .item span,
div#AuditForm table #filters .selector .selected .list .item span,
div#ReviewerInvitationListForm table #filters .selector .selected .list .item span,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .selected .list .item span,
div#userListForm table #filters .selector .selected .list .item span,
div#AutoAssignmentPapers table #filters .selector .selected .list .item span,
div#AutoAssignmentReviewers table #filters .selector .selected .list .item span,
div#AutoAssignmentSettings table #filters .selector .selected .list .item span,
div#AutoAssignmentConfirmation table #filters .selector .selected .list .item span,
.table-common-container table #filters .selector .found .list .item span,
div#ProceedingEditorSubmissions table #filters .selector .found .list .item span,
div#divUserDisputeConflicts table #filters .selector .found .list .item span,
div#metaReviewerListForm table #filters .selector .found .list .item span,
div#reviewerListForm table #filters .selector .found .list .item span,
div#DeletedSubmissionListForm table #filters .selector .found .list .item span,
div#SuggestionForm table #filters .selector .found .list .item span,
div#MetaBiddingForm table #filters .selector .found .list .item span,
div#ExternalReviewForm table #filters .selector .found .list .item span,
div#ReferenceForm table #filters .selector .found .list .item span,
div#BiddingForm table #filters .selector .found .list .item span,
div#SubmissionListForm table #filters .selector .found .list .item span,
div#EmailMessagesForm table #filters .selector .found .list .item span,
div#AuditForm table #filters .selector .found .list .item span,
div#ReviewerInvitationListForm table #filters .selector .found .list .item span,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .list .item span,
div#userListForm table #filters .selector .found .list .item span,
div#AutoAssignmentPapers table #filters .selector .found .list .item span,
div#AutoAssignmentReviewers table #filters .selector .found .list .item span,
div#AutoAssignmentSettings table #filters .selector .found .list .item span,
div#AutoAssignmentConfirmation table #filters .selector .found .list .item span {
  position: initial;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
.table-common-container table #filters .selector .found .all,
div#ProceedingEditorSubmissions table #filters .selector .found .all,
div#divUserDisputeConflicts table #filters .selector .found .all,
div#metaReviewerListForm table #filters .selector .found .all,
div#reviewerListForm table #filters .selector .found .all,
div#DeletedSubmissionListForm table #filters .selector .found .all,
div#SuggestionForm table #filters .selector .found .all,
div#MetaBiddingForm table #filters .selector .found .all,
div#ExternalReviewForm table #filters .selector .found .all,
div#ReferenceForm table #filters .selector .found .all,
div#BiddingForm table #filters .selector .found .all,
div#SubmissionListForm table #filters .selector .found .all,
div#EmailMessagesForm table #filters .selector .found .all,
div#AuditForm table #filters .selector .found .all,
div#ReviewerInvitationListForm table #filters .selector .found .all,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .found .all,
div#userListForm table #filters .selector .found .all,
div#AutoAssignmentPapers table #filters .selector .found .all,
div#AutoAssignmentReviewers table #filters .selector .found .all,
div#AutoAssignmentSettings table #filters .selector .found .all,
div#AutoAssignmentConfirmation table #filters .selector .found .all {
  border-radius: 0;
}
.table-common-container table #filters .selector .actions,
div#ProceedingEditorSubmissions table #filters .selector .actions,
div#divUserDisputeConflicts table #filters .selector .actions,
div#metaReviewerListForm table #filters .selector .actions,
div#reviewerListForm table #filters .selector .actions,
div#DeletedSubmissionListForm table #filters .selector .actions,
div#SuggestionForm table #filters .selector .actions,
div#MetaBiddingForm table #filters .selector .actions,
div#ExternalReviewForm table #filters .selector .actions,
div#ReferenceForm table #filters .selector .actions,
div#BiddingForm table #filters .selector .actions,
div#SubmissionListForm table #filters .selector .actions,
div#EmailMessagesForm table #filters .selector .actions,
div#AuditForm table #filters .selector .actions,
div#ReviewerInvitationListForm table #filters .selector .actions,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .actions,
div#userListForm table #filters .selector .actions,
div#AutoAssignmentPapers table #filters .selector .actions,
div#AutoAssignmentReviewers table #filters .selector .actions,
div#AutoAssignmentSettings table #filters .selector .actions,
div#AutoAssignmentConfirmation table #filters .selector .actions {
  padding: 3px 0;
  position: relative;
  text-align: center;
  background-color: #007EA3;
  border-radius: 0 0 5px 5px;
}
.table-common-container table #filters .selector .actions a,
div#ProceedingEditorSubmissions table #filters .selector .actions a,
div#divUserDisputeConflicts table #filters .selector .actions a,
div#metaReviewerListForm table #filters .selector .actions a,
div#reviewerListForm table #filters .selector .actions a,
div#DeletedSubmissionListForm table #filters .selector .actions a,
div#SuggestionForm table #filters .selector .actions a,
div#MetaBiddingForm table #filters .selector .actions a,
div#ExternalReviewForm table #filters .selector .actions a,
div#ReferenceForm table #filters .selector .actions a,
div#BiddingForm table #filters .selector .actions a,
div#SubmissionListForm table #filters .selector .actions a,
div#EmailMessagesForm table #filters .selector .actions a,
div#AuditForm table #filters .selector .actions a,
div#ReviewerInvitationListForm table #filters .selector .actions a,
div#ReviewerInvitationForSubmissionListForm table #filters .selector .actions a,
div#userListForm table #filters .selector .actions a,
div#AutoAssignmentPapers table #filters .selector .actions a,
div#AutoAssignmentReviewers table #filters .selector .actions a,
div#AutoAssignmentSettings table #filters .selector .actions a,
div#AutoAssignmentConfirmation table #filters .selector .actions a {
  margin: 0 5px;
  font-size: 12px;
}
.table-common-container table .marked,
div#ProceedingEditorSubmissions table .marked,
div#divUserDisputeConflicts table .marked,
div#metaReviewerListForm table .marked,
div#reviewerListForm table .marked,
div#DeletedSubmissionListForm table .marked,
div#SuggestionForm table .marked,
div#MetaBiddingForm table .marked,
div#ExternalReviewForm table .marked,
div#ReferenceForm table .marked,
div#BiddingForm table .marked,
div#SubmissionListForm table .marked,
div#EmailMessagesForm table .marked,
div#AuditForm table .marked,
div#ReviewerInvitationListForm table .marked,
div#ReviewerInvitationForSubmissionListForm table .marked,
div#userListForm table .marked,
div#AutoAssignmentPapers table .marked,
div#AutoAssignmentReviewers table .marked,
div#AutoAssignmentSettings table .marked,
div#AutoAssignmentConfirmation table .marked {
  color: #007EA3;
}
.table-common-container table thead,
div#ProceedingEditorSubmissions table thead,
div#divUserDisputeConflicts table thead,
div#metaReviewerListForm table thead,
div#reviewerListForm table thead,
div#DeletedSubmissionListForm table thead,
div#SuggestionForm table thead,
div#MetaBiddingForm table thead,
div#ExternalReviewForm table thead,
div#ReferenceForm table thead,
div#BiddingForm table thead,
div#SubmissionListForm table thead,
div#EmailMessagesForm table thead,
div#AuditForm table thead,
div#ReviewerInvitationListForm table thead,
div#ReviewerInvitationForSubmissionListForm table thead,
div#userListForm table thead,
div#AutoAssignmentPapers table thead,
div#AutoAssignmentReviewers table thead,
div#AutoAssignmentSettings table thead,
div#AutoAssignmentConfirmation table thead {
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: normal !important;
  background-color: #e6e6e6;
}
.table-common-container table th.id,
div#ProceedingEditorSubmissions table th.id,
div#divUserDisputeConflicts table th.id,
div#metaReviewerListForm table th.id,
div#reviewerListForm table th.id,
div#DeletedSubmissionListForm table th.id,
div#SuggestionForm table th.id,
div#MetaBiddingForm table th.id,
div#ExternalReviewForm table th.id,
div#ReferenceForm table th.id,
div#BiddingForm table th.id,
div#SubmissionListForm table th.id,
div#EmailMessagesForm table th.id,
div#AuditForm table th.id,
div#ReviewerInvitationListForm table th.id,
div#ReviewerInvitationForSubmissionListForm table th.id,
div#userListForm table th.id,
div#AutoAssignmentPapers table th.id,
div#AutoAssignmentReviewers table th.id,
div#AutoAssignmentSettings table th.id,
div#AutoAssignmentConfirmation table th.id,
.table-common-container table th.status,
div#ProceedingEditorSubmissions table th.status,
div#divUserDisputeConflicts table th.status,
div#metaReviewerListForm table th.status,
div#reviewerListForm table th.status,
div#DeletedSubmissionListForm table th.status,
div#SuggestionForm table th.status,
div#MetaBiddingForm table th.status,
div#ExternalReviewForm table th.status,
div#ReferenceForm table th.status,
div#BiddingForm table th.status,
div#SubmissionListForm table th.status,
div#EmailMessagesForm table th.status,
div#AuditForm table th.status,
div#ReviewerInvitationListForm table th.status,
div#ReviewerInvitationForSubmissionListForm table th.status,
div#userListForm table th.status,
div#AutoAssignmentPapers table th.status,
div#AutoAssignmentReviewers table th.status,
div#AutoAssignmentSettings table th.status,
div#AutoAssignmentConfirmation table th.status,
.table-common-container table th.completed,
div#ProceedingEditorSubmissions table th.completed,
div#divUserDisputeConflicts table th.completed,
div#metaReviewerListForm table th.completed,
div#reviewerListForm table th.completed,
div#DeletedSubmissionListForm table th.completed,
div#SuggestionForm table th.completed,
div#MetaBiddingForm table th.completed,
div#ExternalReviewForm table th.completed,
div#ReferenceForm table th.completed,
div#BiddingForm table th.completed,
div#SubmissionListForm table th.completed,
div#EmailMessagesForm table th.completed,
div#AuditForm table th.completed,
div#ReviewerInvitationListForm table th.completed,
div#ReviewerInvitationForSubmissionListForm table th.completed,
div#userListForm table th.completed,
div#AutoAssignmentPapers table th.completed,
div#AutoAssignmentReviewers table th.completed,
div#AutoAssignmentSettings table th.completed,
div#AutoAssignmentConfirmation table th.completed,
.table-common-container table th.assigned,
div#ProceedingEditorSubmissions table th.assigned,
div#divUserDisputeConflicts table th.assigned,
div#metaReviewerListForm table th.assigned,
div#reviewerListForm table th.assigned,
div#DeletedSubmissionListForm table th.assigned,
div#SuggestionForm table th.assigned,
div#MetaBiddingForm table th.assigned,
div#ExternalReviewForm table th.assigned,
div#ReferenceForm table th.assigned,
div#BiddingForm table th.assigned,
div#SubmissionListForm table th.assigned,
div#EmailMessagesForm table th.assigned,
div#AuditForm table th.assigned,
div#ReviewerInvitationListForm table th.assigned,
div#ReviewerInvitationForSubmissionListForm table th.assigned,
div#userListForm table th.assigned,
div#AutoAssignmentPapers table th.assigned,
div#AutoAssignmentReviewers table th.assigned,
div#AutoAssignmentSettings table th.assigned,
div#AutoAssignmentConfirmation table th.assigned,
.table-common-container table th.discussion,
div#ProceedingEditorSubmissions table th.discussion,
div#divUserDisputeConflicts table th.discussion,
div#metaReviewerListForm table th.discussion,
div#reviewerListForm table th.discussion,
div#DeletedSubmissionListForm table th.discussion,
div#SuggestionForm table th.discussion,
div#MetaBiddingForm table th.discussion,
div#ExternalReviewForm table th.discussion,
div#ReferenceForm table th.discussion,
div#BiddingForm table th.discussion,
div#SubmissionListForm table th.discussion,
div#EmailMessagesForm table th.discussion,
div#AuditForm table th.discussion,
div#ReviewerInvitationListForm table th.discussion,
div#ReviewerInvitationForSubmissionListForm table th.discussion,
div#userListForm table th.discussion,
div#AutoAssignmentPapers table th.discussion,
div#AutoAssignmentReviewers table th.discussion,
div#AutoAssignmentSettings table th.discussion,
div#AutoAssignmentConfirmation table th.discussion,
.table-common-container table th.percentage,
div#ProceedingEditorSubmissions table th.percentage,
div#divUserDisputeConflicts table th.percentage,
div#metaReviewerListForm table th.percentage,
div#reviewerListForm table th.percentage,
div#DeletedSubmissionListForm table th.percentage,
div#SuggestionForm table th.percentage,
div#MetaBiddingForm table th.percentage,
div#ExternalReviewForm table th.percentage,
div#ReferenceForm table th.percentage,
div#BiddingForm table th.percentage,
div#SubmissionListForm table th.percentage,
div#EmailMessagesForm table th.percentage,
div#AuditForm table th.percentage,
div#ReviewerInvitationListForm table th.percentage,
div#ReviewerInvitationForSubmissionListForm table th.percentage,
div#userListForm table th.percentage,
div#AutoAssignmentPapers table th.percentage,
div#AutoAssignmentReviewers table th.percentage,
div#AutoAssignmentSettings table th.percentage,
div#AutoAssignmentConfirmation table th.percentage,
.table-common-container table th.conflicts,
div#ProceedingEditorSubmissions table th.conflicts,
div#divUserDisputeConflicts table th.conflicts,
div#metaReviewerListForm table th.conflicts,
div#reviewerListForm table th.conflicts,
div#DeletedSubmissionListForm table th.conflicts,
div#SuggestionForm table th.conflicts,
div#MetaBiddingForm table th.conflicts,
div#ExternalReviewForm table th.conflicts,
div#ReferenceForm table th.conflicts,
div#BiddingForm table th.conflicts,
div#SubmissionListForm table th.conflicts,
div#EmailMessagesForm table th.conflicts,
div#AuditForm table th.conflicts,
div#ReviewerInvitationListForm table th.conflicts,
div#ReviewerInvitationForSubmissionListForm table th.conflicts,
div#userListForm table th.conflicts,
div#AutoAssignmentPapers table th.conflicts,
div#AutoAssignmentReviewers table th.conflicts,
div#AutoAssignmentSettings table th.conflicts,
div#AutoAssignmentConfirmation table th.conflicts {
  width: 80px;
}
.table-common-container table th.conflictReasons,
div#ProceedingEditorSubmissions table th.conflictReasons,
div#divUserDisputeConflicts table th.conflictReasons,
div#metaReviewerListForm table th.conflictReasons,
div#reviewerListForm table th.conflictReasons,
div#DeletedSubmissionListForm table th.conflictReasons,
div#SuggestionForm table th.conflictReasons,
div#MetaBiddingForm table th.conflictReasons,
div#ExternalReviewForm table th.conflictReasons,
div#ReferenceForm table th.conflictReasons,
div#BiddingForm table th.conflictReasons,
div#SubmissionListForm table th.conflictReasons,
div#EmailMessagesForm table th.conflictReasons,
div#AuditForm table th.conflictReasons,
div#ReviewerInvitationListForm table th.conflictReasons,
div#ReviewerInvitationForSubmissionListForm table th.conflictReasons,
div#userListForm table th.conflictReasons,
div#AutoAssignmentPapers table th.conflictReasons,
div#AutoAssignmentReviewers table th.conflictReasons,
div#AutoAssignmentSettings table th.conflictReasons,
div#AutoAssignmentConfirmation table th.conflictReasons {
  width: 300px;
}
.table-common-container table th.conflictDisputeReason,
div#ProceedingEditorSubmissions table th.conflictDisputeReason,
div#divUserDisputeConflicts table th.conflictDisputeReason,
div#metaReviewerListForm table th.conflictDisputeReason,
div#reviewerListForm table th.conflictDisputeReason,
div#DeletedSubmissionListForm table th.conflictDisputeReason,
div#SuggestionForm table th.conflictDisputeReason,
div#MetaBiddingForm table th.conflictDisputeReason,
div#ExternalReviewForm table th.conflictDisputeReason,
div#ReferenceForm table th.conflictDisputeReason,
div#BiddingForm table th.conflictDisputeReason,
div#SubmissionListForm table th.conflictDisputeReason,
div#EmailMessagesForm table th.conflictDisputeReason,
div#AuditForm table th.conflictDisputeReason,
div#ReviewerInvitationListForm table th.conflictDisputeReason,
div#ReviewerInvitationForSubmissionListForm table th.conflictDisputeReason,
div#userListForm table th.conflictDisputeReason,
div#AutoAssignmentPapers table th.conflictDisputeReason,
div#AutoAssignmentReviewers table th.conflictDisputeReason,
div#AutoAssignmentSettings table th.conflictDisputeReason,
div#AutoAssignmentConfirmation table th.conflictDisputeReason,
.table-common-container table td.conflictDisputeReason,
div#ProceedingEditorSubmissions table td.conflictDisputeReason,
div#divUserDisputeConflicts table td.conflictDisputeReason,
div#metaReviewerListForm table td.conflictDisputeReason,
div#reviewerListForm table td.conflictDisputeReason,
div#DeletedSubmissionListForm table td.conflictDisputeReason,
div#SuggestionForm table td.conflictDisputeReason,
div#MetaBiddingForm table td.conflictDisputeReason,
div#ExternalReviewForm table td.conflictDisputeReason,
div#ReferenceForm table td.conflictDisputeReason,
div#BiddingForm table td.conflictDisputeReason,
div#SubmissionListForm table td.conflictDisputeReason,
div#EmailMessagesForm table td.conflictDisputeReason,
div#AuditForm table td.conflictDisputeReason,
div#ReviewerInvitationListForm table td.conflictDisputeReason,
div#ReviewerInvitationForSubmissionListForm table td.conflictDisputeReason,
div#userListForm table td.conflictDisputeReason,
div#AutoAssignmentPapers table td.conflictDisputeReason,
div#AutoAssignmentReviewers table td.conflictDisputeReason,
div#AutoAssignmentSettings table td.conflictDisputeReason,
div#AutoAssignmentConfirmation table td.conflictDisputeReason {
  width: 300px;
}
.table-common-container table th.conflictDisputeStatus,
div#ProceedingEditorSubmissions table th.conflictDisputeStatus,
div#divUserDisputeConflicts table th.conflictDisputeStatus,
div#metaReviewerListForm table th.conflictDisputeStatus,
div#reviewerListForm table th.conflictDisputeStatus,
div#DeletedSubmissionListForm table th.conflictDisputeStatus,
div#SuggestionForm table th.conflictDisputeStatus,
div#MetaBiddingForm table th.conflictDisputeStatus,
div#ExternalReviewForm table th.conflictDisputeStatus,
div#ReferenceForm table th.conflictDisputeStatus,
div#BiddingForm table th.conflictDisputeStatus,
div#SubmissionListForm table th.conflictDisputeStatus,
div#EmailMessagesForm table th.conflictDisputeStatus,
div#AuditForm table th.conflictDisputeStatus,
div#ReviewerInvitationListForm table th.conflictDisputeStatus,
div#ReviewerInvitationForSubmissionListForm table th.conflictDisputeStatus,
div#userListForm table th.conflictDisputeStatus,
div#AutoAssignmentPapers table th.conflictDisputeStatus,
div#AutoAssignmentReviewers table th.conflictDisputeStatus,
div#AutoAssignmentSettings table th.conflictDisputeStatus,
div#AutoAssignmentConfirmation table th.conflictDisputeStatus,
.table-common-container table td.conflictDisputeStatus,
div#ProceedingEditorSubmissions table td.conflictDisputeStatus,
div#divUserDisputeConflicts table td.conflictDisputeStatus,
div#metaReviewerListForm table td.conflictDisputeStatus,
div#reviewerListForm table td.conflictDisputeStatus,
div#DeletedSubmissionListForm table td.conflictDisputeStatus,
div#SuggestionForm table td.conflictDisputeStatus,
div#MetaBiddingForm table td.conflictDisputeStatus,
div#ExternalReviewForm table td.conflictDisputeStatus,
div#ReferenceForm table td.conflictDisputeStatus,
div#BiddingForm table td.conflictDisputeStatus,
div#SubmissionListForm table td.conflictDisputeStatus,
div#EmailMessagesForm table td.conflictDisputeStatus,
div#AuditForm table td.conflictDisputeStatus,
div#ReviewerInvitationListForm table td.conflictDisputeStatus,
div#ReviewerInvitationForSubmissionListForm table td.conflictDisputeStatus,
div#userListForm table td.conflictDisputeStatus,
div#AutoAssignmentPapers table td.conflictDisputeStatus,
div#AutoAssignmentReviewers table td.conflictDisputeStatus,
div#AutoAssignmentSettings table td.conflictDisputeStatus,
div#AutoAssignmentConfirmation table td.conflictDisputeStatus {
  width: 110px;
}
.table-common-container table th[sortby]:hover,
div#ProceedingEditorSubmissions table th[sortby]:hover,
div#divUserDisputeConflicts table th[sortby]:hover,
div#metaReviewerListForm table th[sortby]:hover,
div#reviewerListForm table th[sortby]:hover,
div#DeletedSubmissionListForm table th[sortby]:hover,
div#SuggestionForm table th[sortby]:hover,
div#MetaBiddingForm table th[sortby]:hover,
div#ExternalReviewForm table th[sortby]:hover,
div#ReferenceForm table th[sortby]:hover,
div#BiddingForm table th[sortby]:hover,
div#SubmissionListForm table th[sortby]:hover,
div#EmailMessagesForm table th[sortby]:hover,
div#AuditForm table th[sortby]:hover,
div#ReviewerInvitationListForm table th[sortby]:hover,
div#ReviewerInvitationForSubmissionListForm table th[sortby]:hover,
div#userListForm table th[sortby]:hover,
div#AutoAssignmentPapers table th[sortby]:hover,
div#AutoAssignmentReviewers table th[sortby]:hover,
div#AutoAssignmentSettings table th[sortby]:hover,
div#AutoAssignmentConfirmation table th[sortby]:hover,
.table-common-container table th[sortby].selected,
div#ProceedingEditorSubmissions table th[sortby].selected,
div#divUserDisputeConflicts table th[sortby].selected,
div#metaReviewerListForm table th[sortby].selected,
div#reviewerListForm table th[sortby].selected,
div#DeletedSubmissionListForm table th[sortby].selected,
div#SuggestionForm table th[sortby].selected,
div#MetaBiddingForm table th[sortby].selected,
div#ExternalReviewForm table th[sortby].selected,
div#ReferenceForm table th[sortby].selected,
div#BiddingForm table th[sortby].selected,
div#SubmissionListForm table th[sortby].selected,
div#EmailMessagesForm table th[sortby].selected,
div#AuditForm table th[sortby].selected,
div#ReviewerInvitationListForm table th[sortby].selected,
div#ReviewerInvitationForSubmissionListForm table th[sortby].selected,
div#userListForm table th[sortby].selected,
div#AutoAssignmentPapers table th[sortby].selected,
div#AutoAssignmentReviewers table th[sortby].selected,
div#AutoAssignmentSettings table th[sortby].selected,
div#AutoAssignmentConfirmation table th[sortby].selected {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-top: 1px solid #eceac2;
}
.table-common-container table tbody tr:nth-child(2n+1),
div#ProceedingEditorSubmissions table tbody tr:nth-child(2n+1),
div#divUserDisputeConflicts table tbody tr:nth-child(2n+1),
div#metaReviewerListForm table tbody tr:nth-child(2n+1),
div#reviewerListForm table tbody tr:nth-child(2n+1),
div#DeletedSubmissionListForm table tbody tr:nth-child(2n+1),
div#SuggestionForm table tbody tr:nth-child(2n+1),
div#MetaBiddingForm table tbody tr:nth-child(2n+1),
div#ExternalReviewForm table tbody tr:nth-child(2n+1),
div#ReferenceForm table tbody tr:nth-child(2n+1),
div#BiddingForm table tbody tr:nth-child(2n+1),
div#SubmissionListForm table tbody tr:nth-child(2n+1),
div#EmailMessagesForm table tbody tr:nth-child(2n+1),
div#AuditForm table tbody tr:nth-child(2n+1),
div#ReviewerInvitationListForm table tbody tr:nth-child(2n+1),
div#ReviewerInvitationForSubmissionListForm table tbody tr:nth-child(2n+1),
div#userListForm table tbody tr:nth-child(2n+1),
div#AutoAssignmentPapers table tbody tr:nth-child(2n+1),
div#AutoAssignmentReviewers table tbody tr:nth-child(2n+1),
div#AutoAssignmentSettings table tbody tr:nth-child(2n+1),
div#AutoAssignmentConfirmation table tbody tr:nth-child(2n+1) {
  background-color: #f7fcff;
}
.table-common-container table tbody tr:hover,
div#ProceedingEditorSubmissions table tbody tr:hover,
div#divUserDisputeConflicts table tbody tr:hover,
div#metaReviewerListForm table tbody tr:hover,
div#reviewerListForm table tbody tr:hover,
div#DeletedSubmissionListForm table tbody tr:hover,
div#SuggestionForm table tbody tr:hover,
div#MetaBiddingForm table tbody tr:hover,
div#ExternalReviewForm table tbody tr:hover,
div#ReferenceForm table tbody tr:hover,
div#BiddingForm table tbody tr:hover,
div#SubmissionListForm table tbody tr:hover,
div#EmailMessagesForm table tbody tr:hover,
div#AuditForm table tbody tr:hover,
div#ReviewerInvitationListForm table tbody tr:hover,
div#ReviewerInvitationForSubmissionListForm table tbody tr:hover,
div#userListForm table tbody tr:hover,
div#AutoAssignmentPapers table tbody tr:hover,
div#AutoAssignmentReviewers table tbody tr:hover,
div#AutoAssignmentSettings table tbody tr:hover,
div#AutoAssignmentConfirmation table tbody tr:hover {
  background-color: #98d4ee;
}
.table-common-container table td,
div#ProceedingEditorSubmissions table td,
div#divUserDisputeConflicts table td,
div#metaReviewerListForm table td,
div#reviewerListForm table td,
div#DeletedSubmissionListForm table td,
div#SuggestionForm table td,
div#MetaBiddingForm table td,
div#ExternalReviewForm table td,
div#ReferenceForm table td,
div#BiddingForm table td,
div#SubmissionListForm table td,
div#EmailMessagesForm table td,
div#AuditForm table td,
div#ReviewerInvitationListForm table td,
div#ReviewerInvitationForSubmissionListForm table td,
div#userListForm table td,
div#AutoAssignmentPapers table td,
div#AutoAssignmentReviewers table td,
div#AutoAssignmentSettings table td,
div#AutoAssignmentConfirmation table td {
  vertical-align: middle;
  text-align: center;
}
.table-common-container table tbody .submission,
div#ProceedingEditorSubmissions table tbody .submission,
div#divUserDisputeConflicts table tbody .submission,
div#metaReviewerListForm table tbody .submission,
div#reviewerListForm table tbody .submission,
div#DeletedSubmissionListForm table tbody .submission,
div#SuggestionForm table tbody .submission,
div#MetaBiddingForm table tbody .submission,
div#ExternalReviewForm table tbody .submission,
div#ReferenceForm table tbody .submission,
div#BiddingForm table tbody .submission,
div#SubmissionListForm table tbody .submission,
div#EmailMessagesForm table tbody .submission,
div#AuditForm table tbody .submission,
div#ReviewerInvitationListForm table tbody .submission,
div#ReviewerInvitationForSubmissionListForm table tbody .submission,
div#userListForm table tbody .submission,
div#AutoAssignmentPapers table tbody .submission,
div#AutoAssignmentReviewers table tbody .submission,
div#AutoAssignmentSettings table tbody .submission,
div#AutoAssignmentConfirmation table tbody .submission {
  position: relative;
  text-align: left;
  vertical-align: top;
}
.table-common-container table tbody .submission .abstract,
div#ProceedingEditorSubmissions table tbody .submission .abstract,
div#divUserDisputeConflicts table tbody .submission .abstract,
div#metaReviewerListForm table tbody .submission .abstract,
div#reviewerListForm table tbody .submission .abstract,
div#DeletedSubmissionListForm table tbody .submission .abstract,
div#SuggestionForm table tbody .submission .abstract,
div#MetaBiddingForm table tbody .submission .abstract,
div#ExternalReviewForm table tbody .submission .abstract,
div#ReferenceForm table tbody .submission .abstract,
div#BiddingForm table tbody .submission .abstract,
div#SubmissionListForm table tbody .submission .abstract,
div#EmailMessagesForm table tbody .submission .abstract,
div#AuditForm table tbody .submission .abstract,
div#ReviewerInvitationListForm table tbody .submission .abstract,
div#ReviewerInvitationForSubmissionListForm table tbody .submission .abstract,
div#userListForm table tbody .submission .abstract,
div#AutoAssignmentPapers table tbody .submission .abstract,
div#AutoAssignmentReviewers table tbody .submission .abstract,
div#AutoAssignmentSettings table tbody .submission .abstract,
div#AutoAssignmentConfirmation table tbody .submission .abstract {
  /*position: relative;*/
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
}
.table-common-container table .status a,
div#ProceedingEditorSubmissions table .status a,
div#divUserDisputeConflicts table .status a,
div#metaReviewerListForm table .status a,
div#reviewerListForm table .status a,
div#DeletedSubmissionListForm table .status a,
div#SuggestionForm table .status a,
div#MetaBiddingForm table .status a,
div#ExternalReviewForm table .status a,
div#ReferenceForm table .status a,
div#BiddingForm table .status a,
div#SubmissionListForm table .status a,
div#EmailMessagesForm table .status a,
div#AuditForm table .status a,
div#ReviewerInvitationListForm table .status a,
div#ReviewerInvitationForSubmissionListForm table .status a,
div#userListForm table .status a,
div#AutoAssignmentPapers table .status a,
div#AutoAssignmentReviewers table .status a,
div#AutoAssignmentSettings table .status a,
div#AutoAssignmentConfirmation table .status a {
  cursor: pointer;
}
.table-common-container table tbody .btn-group .dropdown-menu li,
div#ProceedingEditorSubmissions table tbody .btn-group .dropdown-menu li,
div#divUserDisputeConflicts table tbody .btn-group .dropdown-menu li,
div#metaReviewerListForm table tbody .btn-group .dropdown-menu li,
div#reviewerListForm table tbody .btn-group .dropdown-menu li,
div#DeletedSubmissionListForm table tbody .btn-group .dropdown-menu li,
div#SuggestionForm table tbody .btn-group .dropdown-menu li,
div#MetaBiddingForm table tbody .btn-group .dropdown-menu li,
div#ExternalReviewForm table tbody .btn-group .dropdown-menu li,
div#ReferenceForm table tbody .btn-group .dropdown-menu li,
div#BiddingForm table tbody .btn-group .dropdown-menu li,
div#SubmissionListForm table tbody .btn-group .dropdown-menu li,
div#EmailMessagesForm table tbody .btn-group .dropdown-menu li,
div#AuditForm table tbody .btn-group .dropdown-menu li,
div#ReviewerInvitationListForm table tbody .btn-group .dropdown-menu li,
div#ReviewerInvitationForSubmissionListForm table tbody .btn-group .dropdown-menu li,
div#userListForm table tbody .btn-group .dropdown-menu li,
div#AutoAssignmentPapers table tbody .btn-group .dropdown-menu li,
div#AutoAssignmentReviewers table tbody .btn-group .dropdown-menu li,
div#AutoAssignmentSettings table tbody .btn-group .dropdown-menu li,
div#AutoAssignmentConfirmation table tbody .btn-group .dropdown-menu li {
  text-align: left;
}
.table-common-container table table.inline-review,
div#ProceedingEditorSubmissions table table.inline-review,
div#divUserDisputeConflicts table table.inline-review,
div#metaReviewerListForm table table.inline-review,
div#reviewerListForm table table.inline-review,
div#DeletedSubmissionListForm table table.inline-review,
div#SuggestionForm table table.inline-review,
div#MetaBiddingForm table table.inline-review,
div#ExternalReviewForm table table.inline-review,
div#ReferenceForm table table.inline-review,
div#BiddingForm table table.inline-review,
div#SubmissionListForm table table.inline-review,
div#EmailMessagesForm table table.inline-review,
div#AuditForm table table.inline-review,
div#ReviewerInvitationListForm table table.inline-review,
div#ReviewerInvitationForSubmissionListForm table table.inline-review,
div#userListForm table table.inline-review,
div#AutoAssignmentPapers table table.inline-review,
div#AutoAssignmentReviewers table table.inline-review,
div#AutoAssignmentSettings table table.inline-review,
div#AutoAssignmentConfirmation table table.inline-review {
  border: none;
}
.table-common-container table table.inline-review thead,
div#ProceedingEditorSubmissions table table.inline-review thead,
div#divUserDisputeConflicts table table.inline-review thead,
div#metaReviewerListForm table table.inline-review thead,
div#reviewerListForm table table.inline-review thead,
div#DeletedSubmissionListForm table table.inline-review thead,
div#SuggestionForm table table.inline-review thead,
div#MetaBiddingForm table table.inline-review thead,
div#ExternalReviewForm table table.inline-review thead,
div#ReferenceForm table table.inline-review thead,
div#BiddingForm table table.inline-review thead,
div#SubmissionListForm table table.inline-review thead,
div#EmailMessagesForm table table.inline-review thead,
div#AuditForm table table.inline-review thead,
div#ReviewerInvitationListForm table table.inline-review thead,
div#ReviewerInvitationForSubmissionListForm table table.inline-review thead,
div#userListForm table table.inline-review thead,
div#AutoAssignmentPapers table table.inline-review thead,
div#AutoAssignmentReviewers table table.inline-review thead,
div#AutoAssignmentSettings table table.inline-review thead,
div#AutoAssignmentConfirmation table table.inline-review thead,
.table-common-container table table.inline-review tbody,
div#ProceedingEditorSubmissions table table.inline-review tbody,
div#divUserDisputeConflicts table table.inline-review tbody,
div#metaReviewerListForm table table.inline-review tbody,
div#reviewerListForm table table.inline-review tbody,
div#DeletedSubmissionListForm table table.inline-review tbody,
div#SuggestionForm table table.inline-review tbody,
div#MetaBiddingForm table table.inline-review tbody,
div#ExternalReviewForm table table.inline-review tbody,
div#ReferenceForm table table.inline-review tbody,
div#BiddingForm table table.inline-review tbody,
div#SubmissionListForm table table.inline-review tbody,
div#EmailMessagesForm table table.inline-review tbody,
div#AuditForm table table.inline-review tbody,
div#ReviewerInvitationListForm table table.inline-review tbody,
div#ReviewerInvitationForSubmissionListForm table table.inline-review tbody,
div#userListForm table table.inline-review tbody,
div#AutoAssignmentPapers table table.inline-review tbody,
div#AutoAssignmentReviewers table table.inline-review tbody,
div#AutoAssignmentSettings table table.inline-review tbody,
div#AutoAssignmentConfirmation table table.inline-review tbody,
.table-common-container table table.inline-review tr,
div#ProceedingEditorSubmissions table table.inline-review tr,
div#divUserDisputeConflicts table table.inline-review tr,
div#metaReviewerListForm table table.inline-review tr,
div#reviewerListForm table table.inline-review tr,
div#DeletedSubmissionListForm table table.inline-review tr,
div#SuggestionForm table table.inline-review tr,
div#MetaBiddingForm table table.inline-review tr,
div#ExternalReviewForm table table.inline-review tr,
div#ReferenceForm table table.inline-review tr,
div#BiddingForm table table.inline-review tr,
div#SubmissionListForm table table.inline-review tr,
div#EmailMessagesForm table table.inline-review tr,
div#AuditForm table table.inline-review tr,
div#ReviewerInvitationListForm table table.inline-review tr,
div#ReviewerInvitationForSubmissionListForm table table.inline-review tr,
div#userListForm table table.inline-review tr,
div#AutoAssignmentPapers table table.inline-review tr,
div#AutoAssignmentReviewers table table.inline-review tr,
div#AutoAssignmentSettings table table.inline-review tr,
div#AutoAssignmentConfirmation table table.inline-review tr,
.table-common-container table table.inline-review td,
div#ProceedingEditorSubmissions table table.inline-review td,
div#divUserDisputeConflicts table table.inline-review td,
div#metaReviewerListForm table table.inline-review td,
div#reviewerListForm table table.inline-review td,
div#DeletedSubmissionListForm table table.inline-review td,
div#SuggestionForm table table.inline-review td,
div#MetaBiddingForm table table.inline-review td,
div#ExternalReviewForm table table.inline-review td,
div#ReferenceForm table table.inline-review td,
div#BiddingForm table table.inline-review td,
div#SubmissionListForm table table.inline-review td,
div#EmailMessagesForm table table.inline-review td,
div#AuditForm table table.inline-review td,
div#ReviewerInvitationListForm table table.inline-review td,
div#ReviewerInvitationForSubmissionListForm table table.inline-review td,
div#userListForm table table.inline-review td,
div#AutoAssignmentPapers table table.inline-review td,
div#AutoAssignmentReviewers table table.inline-review td,
div#AutoAssignmentSettings table table.inline-review td,
div#AutoAssignmentConfirmation table table.inline-review td,
.table-common-container table table.inline-review th,
div#ProceedingEditorSubmissions table table.inline-review th,
div#divUserDisputeConflicts table table.inline-review th,
div#metaReviewerListForm table table.inline-review th,
div#reviewerListForm table table.inline-review th,
div#DeletedSubmissionListForm table table.inline-review th,
div#SuggestionForm table table.inline-review th,
div#MetaBiddingForm table table.inline-review th,
div#ExternalReviewForm table table.inline-review th,
div#ReferenceForm table table.inline-review th,
div#BiddingForm table table.inline-review th,
div#SubmissionListForm table table.inline-review th,
div#EmailMessagesForm table table.inline-review th,
div#AuditForm table table.inline-review th,
div#ReviewerInvitationListForm table table.inline-review th,
div#ReviewerInvitationForSubmissionListForm table table.inline-review th,
div#userListForm table table.inline-review th,
div#AutoAssignmentPapers table table.inline-review th,
div#AutoAssignmentReviewers table table.inline-review th,
div#AutoAssignmentSettings table table.inline-review th,
div#AutoAssignmentConfirmation table table.inline-review th {
  background-color: transparent;
  border: none;
}
.table-common-container table table.inline-review thead > tr:first-child > th,
div#ProceedingEditorSubmissions table table.inline-review thead > tr:first-child > th,
div#divUserDisputeConflicts table table.inline-review thead > tr:first-child > th,
div#metaReviewerListForm table table.inline-review thead > tr:first-child > th,
div#reviewerListForm table table.inline-review thead > tr:first-child > th,
div#DeletedSubmissionListForm table table.inline-review thead > tr:first-child > th,
div#SuggestionForm table table.inline-review thead > tr:first-child > th,
div#MetaBiddingForm table table.inline-review thead > tr:first-child > th,
div#ExternalReviewForm table table.inline-review thead > tr:first-child > th,
div#ReferenceForm table table.inline-review thead > tr:first-child > th,
div#BiddingForm table table.inline-review thead > tr:first-child > th,
div#SubmissionListForm table table.inline-review thead > tr:first-child > th,
div#EmailMessagesForm table table.inline-review thead > tr:first-child > th,
div#AuditForm table table.inline-review thead > tr:first-child > th,
div#ReviewerInvitationListForm table table.inline-review thead > tr:first-child > th,
div#ReviewerInvitationForSubmissionListForm table table.inline-review thead > tr:first-child > th,
div#userListForm table table.inline-review thead > tr:first-child > th,
div#AutoAssignmentPapers table table.inline-review thead > tr:first-child > th,
div#AutoAssignmentReviewers table table.inline-review thead > tr:first-child > th,
div#AutoAssignmentSettings table table.inline-review thead > tr:first-child > th,
div#AutoAssignmentConfirmation table table.inline-review thead > tr:first-child > th {
  border-top: none;
}
.table-common-container table table.inline-review thead > tr:last-child > th,
div#ProceedingEditorSubmissions table table.inline-review thead > tr:last-child > th,
div#divUserDisputeConflicts table table.inline-review thead > tr:last-child > th,
div#metaReviewerListForm table table.inline-review thead > tr:last-child > th,
div#reviewerListForm table table.inline-review thead > tr:last-child > th,
div#DeletedSubmissionListForm table table.inline-review thead > tr:last-child > th,
div#SuggestionForm table table.inline-review thead > tr:last-child > th,
div#MetaBiddingForm table table.inline-review thead > tr:last-child > th,
div#ExternalReviewForm table table.inline-review thead > tr:last-child > th,
div#ReferenceForm table table.inline-review thead > tr:last-child > th,
div#BiddingForm table table.inline-review thead > tr:last-child > th,
div#SubmissionListForm table table.inline-review thead > tr:last-child > th,
div#EmailMessagesForm table table.inline-review thead > tr:last-child > th,
div#AuditForm table table.inline-review thead > tr:last-child > th,
div#ReviewerInvitationListForm table table.inline-review thead > tr:last-child > th,
div#ReviewerInvitationForSubmissionListForm table table.inline-review thead > tr:last-child > th,
div#userListForm table table.inline-review thead > tr:last-child > th,
div#AutoAssignmentPapers table table.inline-review thead > tr:last-child > th,
div#AutoAssignmentReviewers table table.inline-review thead > tr:last-child > th,
div#AutoAssignmentSettings table table.inline-review thead > tr:last-child > th,
div#AutoAssignmentConfirmation table table.inline-review thead > tr:last-child > th {
  border-bottom: none;
}
.table-common-container table table.inline-review thead > tr:last-child,
div#ProceedingEditorSubmissions table table.inline-review thead > tr:last-child,
div#divUserDisputeConflicts table table.inline-review thead > tr:last-child,
div#metaReviewerListForm table table.inline-review thead > tr:last-child,
div#reviewerListForm table table.inline-review thead > tr:last-child,
div#DeletedSubmissionListForm table table.inline-review thead > tr:last-child,
div#SuggestionForm table table.inline-review thead > tr:last-child,
div#MetaBiddingForm table table.inline-review thead > tr:last-child,
div#ExternalReviewForm table table.inline-review thead > tr:last-child,
div#ReferenceForm table table.inline-review thead > tr:last-child,
div#BiddingForm table table.inline-review thead > tr:last-child,
div#SubmissionListForm table table.inline-review thead > tr:last-child,
div#EmailMessagesForm table table.inline-review thead > tr:last-child,
div#AuditForm table table.inline-review thead > tr:last-child,
div#ReviewerInvitationListForm table table.inline-review thead > tr:last-child,
div#ReviewerInvitationForSubmissionListForm table table.inline-review thead > tr:last-child,
div#userListForm table table.inline-review thead > tr:last-child,
div#AutoAssignmentPapers table table.inline-review thead > tr:last-child,
div#AutoAssignmentReviewers table table.inline-review thead > tr:last-child,
div#AutoAssignmentSettings table table.inline-review thead > tr:last-child,
div#AutoAssignmentConfirmation table table.inline-review thead > tr:last-child {
  border-bottom: 1px solid #ddd;
}
.table-common-container table table.inline-review thead > tr > th,
div#ProceedingEditorSubmissions table table.inline-review thead > tr > th,
div#divUserDisputeConflicts table table.inline-review thead > tr > th,
div#metaReviewerListForm table table.inline-review thead > tr > th,
div#reviewerListForm table table.inline-review thead > tr > th,
div#DeletedSubmissionListForm table table.inline-review thead > tr > th,
div#SuggestionForm table table.inline-review thead > tr > th,
div#MetaBiddingForm table table.inline-review thead > tr > th,
div#ExternalReviewForm table table.inline-review thead > tr > th,
div#ReferenceForm table table.inline-review thead > tr > th,
div#BiddingForm table table.inline-review thead > tr > th,
div#SubmissionListForm table table.inline-review thead > tr > th,
div#EmailMessagesForm table table.inline-review thead > tr > th,
div#AuditForm table table.inline-review thead > tr > th,
div#ReviewerInvitationListForm table table.inline-review thead > tr > th,
div#ReviewerInvitationForSubmissionListForm table table.inline-review thead > tr > th,
div#userListForm table table.inline-review thead > tr > th,
div#AutoAssignmentPapers table table.inline-review thead > tr > th,
div#AutoAssignmentReviewers table table.inline-review thead > tr > th,
div#AutoAssignmentSettings table table.inline-review thead > tr > th,
div#AutoAssignmentConfirmation table table.inline-review thead > tr > th {
  font-weight: bold;
}
.table-common-container table table.inline-review td.inline-review-answers,
div#ProceedingEditorSubmissions table table.inline-review td.inline-review-answers,
div#divUserDisputeConflicts table table.inline-review td.inline-review-answers,
div#metaReviewerListForm table table.inline-review td.inline-review-answers,
div#reviewerListForm table table.inline-review td.inline-review-answers,
div#DeletedSubmissionListForm table table.inline-review td.inline-review-answers,
div#SuggestionForm table table.inline-review td.inline-review-answers,
div#MetaBiddingForm table table.inline-review td.inline-review-answers,
div#ExternalReviewForm table table.inline-review td.inline-review-answers,
div#ReferenceForm table table.inline-review td.inline-review-answers,
div#BiddingForm table table.inline-review td.inline-review-answers,
div#SubmissionListForm table table.inline-review td.inline-review-answers,
div#EmailMessagesForm table table.inline-review td.inline-review-answers,
div#AuditForm table table.inline-review td.inline-review-answers,
div#ReviewerInvitationListForm table table.inline-review td.inline-review-answers,
div#ReviewerInvitationForSubmissionListForm table table.inline-review td.inline-review-answers,
div#userListForm table table.inline-review td.inline-review-answers,
div#AutoAssignmentPapers table table.inline-review td.inline-review-answers,
div#AutoAssignmentReviewers table table.inline-review td.inline-review-answers,
div#AutoAssignmentSettings table table.inline-review td.inline-review-answers,
div#AutoAssignmentConfirmation table table.inline-review td.inline-review-answers {
  white-space: nowrap;
}
.table-common-container table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#ProceedingEditorSubmissions table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#divUserDisputeConflicts table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#metaReviewerListForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#reviewerListForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#DeletedSubmissionListForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#SuggestionForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#MetaBiddingForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#ExternalReviewForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#ReferenceForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#BiddingForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#SubmissionListForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#EmailMessagesForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#AuditForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#ReviewerInvitationListForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#ReviewerInvitationForSubmissionListForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#userListForm table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#AutoAssignmentPapers table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#AutoAssignmentReviewers table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#AutoAssignmentSettings table table.inline-review td.inline-review-answers span:not(:last-child)::after,
div#AutoAssignmentConfirmation table table.inline-review td.inline-review-answers span:not(:last-child)::after {
  content: ",";
}
.table-common-container table table.inline-recommendation,
div#ProceedingEditorSubmissions table table.inline-recommendation,
div#divUserDisputeConflicts table table.inline-recommendation,
div#metaReviewerListForm table table.inline-recommendation,
div#reviewerListForm table table.inline-recommendation,
div#DeletedSubmissionListForm table table.inline-recommendation,
div#SuggestionForm table table.inline-recommendation,
div#MetaBiddingForm table table.inline-recommendation,
div#ExternalReviewForm table table.inline-recommendation,
div#ReferenceForm table table.inline-recommendation,
div#BiddingForm table table.inline-recommendation,
div#SubmissionListForm table table.inline-recommendation,
div#EmailMessagesForm table table.inline-recommendation,
div#AuditForm table table.inline-recommendation,
div#ReviewerInvitationListForm table table.inline-recommendation,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation,
div#userListForm table table.inline-recommendation,
div#AutoAssignmentPapers table table.inline-recommendation,
div#AutoAssignmentReviewers table table.inline-recommendation,
div#AutoAssignmentSettings table table.inline-recommendation,
div#AutoAssignmentConfirmation table table.inline-recommendation {
  border: none;
}
.table-common-container table table.inline-recommendation thead,
div#ProceedingEditorSubmissions table table.inline-recommendation thead,
div#divUserDisputeConflicts table table.inline-recommendation thead,
div#metaReviewerListForm table table.inline-recommendation thead,
div#reviewerListForm table table.inline-recommendation thead,
div#DeletedSubmissionListForm table table.inline-recommendation thead,
div#SuggestionForm table table.inline-recommendation thead,
div#MetaBiddingForm table table.inline-recommendation thead,
div#ExternalReviewForm table table.inline-recommendation thead,
div#ReferenceForm table table.inline-recommendation thead,
div#BiddingForm table table.inline-recommendation thead,
div#SubmissionListForm table table.inline-recommendation thead,
div#EmailMessagesForm table table.inline-recommendation thead,
div#AuditForm table table.inline-recommendation thead,
div#ReviewerInvitationListForm table table.inline-recommendation thead,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation thead,
div#userListForm table table.inline-recommendation thead,
div#AutoAssignmentPapers table table.inline-recommendation thead,
div#AutoAssignmentReviewers table table.inline-recommendation thead,
div#AutoAssignmentSettings table table.inline-recommendation thead,
div#AutoAssignmentConfirmation table table.inline-recommendation thead,
.table-common-container table table.inline-recommendation tbody,
div#ProceedingEditorSubmissions table table.inline-recommendation tbody,
div#divUserDisputeConflicts table table.inline-recommendation tbody,
div#metaReviewerListForm table table.inline-recommendation tbody,
div#reviewerListForm table table.inline-recommendation tbody,
div#DeletedSubmissionListForm table table.inline-recommendation tbody,
div#SuggestionForm table table.inline-recommendation tbody,
div#MetaBiddingForm table table.inline-recommendation tbody,
div#ExternalReviewForm table table.inline-recommendation tbody,
div#ReferenceForm table table.inline-recommendation tbody,
div#BiddingForm table table.inline-recommendation tbody,
div#SubmissionListForm table table.inline-recommendation tbody,
div#EmailMessagesForm table table.inline-recommendation tbody,
div#AuditForm table table.inline-recommendation tbody,
div#ReviewerInvitationListForm table table.inline-recommendation tbody,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation tbody,
div#userListForm table table.inline-recommendation tbody,
div#AutoAssignmentPapers table table.inline-recommendation tbody,
div#AutoAssignmentReviewers table table.inline-recommendation tbody,
div#AutoAssignmentSettings table table.inline-recommendation tbody,
div#AutoAssignmentConfirmation table table.inline-recommendation tbody,
.table-common-container table table.inline-recommendation tr,
div#ProceedingEditorSubmissions table table.inline-recommendation tr,
div#divUserDisputeConflicts table table.inline-recommendation tr,
div#metaReviewerListForm table table.inline-recommendation tr,
div#reviewerListForm table table.inline-recommendation tr,
div#DeletedSubmissionListForm table table.inline-recommendation tr,
div#SuggestionForm table table.inline-recommendation tr,
div#MetaBiddingForm table table.inline-recommendation tr,
div#ExternalReviewForm table table.inline-recommendation tr,
div#ReferenceForm table table.inline-recommendation tr,
div#BiddingForm table table.inline-recommendation tr,
div#SubmissionListForm table table.inline-recommendation tr,
div#EmailMessagesForm table table.inline-recommendation tr,
div#AuditForm table table.inline-recommendation tr,
div#ReviewerInvitationListForm table table.inline-recommendation tr,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation tr,
div#userListForm table table.inline-recommendation tr,
div#AutoAssignmentPapers table table.inline-recommendation tr,
div#AutoAssignmentReviewers table table.inline-recommendation tr,
div#AutoAssignmentSettings table table.inline-recommendation tr,
div#AutoAssignmentConfirmation table table.inline-recommendation tr,
.table-common-container table table.inline-recommendation td,
div#ProceedingEditorSubmissions table table.inline-recommendation td,
div#divUserDisputeConflicts table table.inline-recommendation td,
div#metaReviewerListForm table table.inline-recommendation td,
div#reviewerListForm table table.inline-recommendation td,
div#DeletedSubmissionListForm table table.inline-recommendation td,
div#SuggestionForm table table.inline-recommendation td,
div#MetaBiddingForm table table.inline-recommendation td,
div#ExternalReviewForm table table.inline-recommendation td,
div#ReferenceForm table table.inline-recommendation td,
div#BiddingForm table table.inline-recommendation td,
div#SubmissionListForm table table.inline-recommendation td,
div#EmailMessagesForm table table.inline-recommendation td,
div#AuditForm table table.inline-recommendation td,
div#ReviewerInvitationListForm table table.inline-recommendation td,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation td,
div#userListForm table table.inline-recommendation td,
div#AutoAssignmentPapers table table.inline-recommendation td,
div#AutoAssignmentReviewers table table.inline-recommendation td,
div#AutoAssignmentSettings table table.inline-recommendation td,
div#AutoAssignmentConfirmation table table.inline-recommendation td,
.table-common-container table table.inline-recommendation th,
div#ProceedingEditorSubmissions table table.inline-recommendation th,
div#divUserDisputeConflicts table table.inline-recommendation th,
div#metaReviewerListForm table table.inline-recommendation th,
div#reviewerListForm table table.inline-recommendation th,
div#DeletedSubmissionListForm table table.inline-recommendation th,
div#SuggestionForm table table.inline-recommendation th,
div#MetaBiddingForm table table.inline-recommendation th,
div#ExternalReviewForm table table.inline-recommendation th,
div#ReferenceForm table table.inline-recommendation th,
div#BiddingForm table table.inline-recommendation th,
div#SubmissionListForm table table.inline-recommendation th,
div#EmailMessagesForm table table.inline-recommendation th,
div#AuditForm table table.inline-recommendation th,
div#ReviewerInvitationListForm table table.inline-recommendation th,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation th,
div#userListForm table table.inline-recommendation th,
div#AutoAssignmentPapers table table.inline-recommendation th,
div#AutoAssignmentReviewers table table.inline-recommendation th,
div#AutoAssignmentSettings table table.inline-recommendation th,
div#AutoAssignmentConfirmation table table.inline-recommendation th {
  background-color: transparent;
  border: none;
}
.table-common-container table table.inline-recommendation thead > tr:first-child > th,
div#ProceedingEditorSubmissions table table.inline-recommendation thead > tr:first-child > th,
div#divUserDisputeConflicts table table.inline-recommendation thead > tr:first-child > th,
div#metaReviewerListForm table table.inline-recommendation thead > tr:first-child > th,
div#reviewerListForm table table.inline-recommendation thead > tr:first-child > th,
div#DeletedSubmissionListForm table table.inline-recommendation thead > tr:first-child > th,
div#SuggestionForm table table.inline-recommendation thead > tr:first-child > th,
div#MetaBiddingForm table table.inline-recommendation thead > tr:first-child > th,
div#ExternalReviewForm table table.inline-recommendation thead > tr:first-child > th,
div#ReferenceForm table table.inline-recommendation thead > tr:first-child > th,
div#BiddingForm table table.inline-recommendation thead > tr:first-child > th,
div#SubmissionListForm table table.inline-recommendation thead > tr:first-child > th,
div#EmailMessagesForm table table.inline-recommendation thead > tr:first-child > th,
div#AuditForm table table.inline-recommendation thead > tr:first-child > th,
div#ReviewerInvitationListForm table table.inline-recommendation thead > tr:first-child > th,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation thead > tr:first-child > th,
div#userListForm table table.inline-recommendation thead > tr:first-child > th,
div#AutoAssignmentPapers table table.inline-recommendation thead > tr:first-child > th,
div#AutoAssignmentReviewers table table.inline-recommendation thead > tr:first-child > th,
div#AutoAssignmentSettings table table.inline-recommendation thead > tr:first-child > th,
div#AutoAssignmentConfirmation table table.inline-recommendation thead > tr:first-child > th {
  border-top: none;
}
.table-common-container table table.inline-recommendation thead > tr:last-child > th,
div#ProceedingEditorSubmissions table table.inline-recommendation thead > tr:last-child > th,
div#divUserDisputeConflicts table table.inline-recommendation thead > tr:last-child > th,
div#metaReviewerListForm table table.inline-recommendation thead > tr:last-child > th,
div#reviewerListForm table table.inline-recommendation thead > tr:last-child > th,
div#DeletedSubmissionListForm table table.inline-recommendation thead > tr:last-child > th,
div#SuggestionForm table table.inline-recommendation thead > tr:last-child > th,
div#MetaBiddingForm table table.inline-recommendation thead > tr:last-child > th,
div#ExternalReviewForm table table.inline-recommendation thead > tr:last-child > th,
div#ReferenceForm table table.inline-recommendation thead > tr:last-child > th,
div#BiddingForm table table.inline-recommendation thead > tr:last-child > th,
div#SubmissionListForm table table.inline-recommendation thead > tr:last-child > th,
div#EmailMessagesForm table table.inline-recommendation thead > tr:last-child > th,
div#AuditForm table table.inline-recommendation thead > tr:last-child > th,
div#ReviewerInvitationListForm table table.inline-recommendation thead > tr:last-child > th,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation thead > tr:last-child > th,
div#userListForm table table.inline-recommendation thead > tr:last-child > th,
div#AutoAssignmentPapers table table.inline-recommendation thead > tr:last-child > th,
div#AutoAssignmentReviewers table table.inline-recommendation thead > tr:last-child > th,
div#AutoAssignmentSettings table table.inline-recommendation thead > tr:last-child > th,
div#AutoAssignmentConfirmation table table.inline-recommendation thead > tr:last-child > th {
  border-bottom: none;
}
.table-common-container table table.inline-recommendation thead > tr:last-child,
div#ProceedingEditorSubmissions table table.inline-recommendation thead > tr:last-child,
div#divUserDisputeConflicts table table.inline-recommendation thead > tr:last-child,
div#metaReviewerListForm table table.inline-recommendation thead > tr:last-child,
div#reviewerListForm table table.inline-recommendation thead > tr:last-child,
div#DeletedSubmissionListForm table table.inline-recommendation thead > tr:last-child,
div#SuggestionForm table table.inline-recommendation thead > tr:last-child,
div#MetaBiddingForm table table.inline-recommendation thead > tr:last-child,
div#ExternalReviewForm table table.inline-recommendation thead > tr:last-child,
div#ReferenceForm table table.inline-recommendation thead > tr:last-child,
div#BiddingForm table table.inline-recommendation thead > tr:last-child,
div#SubmissionListForm table table.inline-recommendation thead > tr:last-child,
div#EmailMessagesForm table table.inline-recommendation thead > tr:last-child,
div#AuditForm table table.inline-recommendation thead > tr:last-child,
div#ReviewerInvitationListForm table table.inline-recommendation thead > tr:last-child,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation thead > tr:last-child,
div#userListForm table table.inline-recommendation thead > tr:last-child,
div#AutoAssignmentPapers table table.inline-recommendation thead > tr:last-child,
div#AutoAssignmentReviewers table table.inline-recommendation thead > tr:last-child,
div#AutoAssignmentSettings table table.inline-recommendation thead > tr:last-child,
div#AutoAssignmentConfirmation table table.inline-recommendation thead > tr:last-child {
  border-bottom: 1px solid #ddd;
}
.table-common-container table table.inline-recommendation thead > tr > th,
div#ProceedingEditorSubmissions table table.inline-recommendation thead > tr > th,
div#divUserDisputeConflicts table table.inline-recommendation thead > tr > th,
div#metaReviewerListForm table table.inline-recommendation thead > tr > th,
div#reviewerListForm table table.inline-recommendation thead > tr > th,
div#DeletedSubmissionListForm table table.inline-recommendation thead > tr > th,
div#SuggestionForm table table.inline-recommendation thead > tr > th,
div#MetaBiddingForm table table.inline-recommendation thead > tr > th,
div#ExternalReviewForm table table.inline-recommendation thead > tr > th,
div#ReferenceForm table table.inline-recommendation thead > tr > th,
div#BiddingForm table table.inline-recommendation thead > tr > th,
div#SubmissionListForm table table.inline-recommendation thead > tr > th,
div#EmailMessagesForm table table.inline-recommendation thead > tr > th,
div#AuditForm table table.inline-recommendation thead > tr > th,
div#ReviewerInvitationListForm table table.inline-recommendation thead > tr > th,
div#ReviewerInvitationForSubmissionListForm table table.inline-recommendation thead > tr > th,
div#userListForm table table.inline-recommendation thead > tr > th,
div#AutoAssignmentPapers table table.inline-recommendation thead > tr > th,
div#AutoAssignmentReviewers table table.inline-recommendation thead > tr > th,
div#AutoAssignmentSettings table table.inline-recommendation thead > tr > th,
div#AutoAssignmentConfirmation table table.inline-recommendation thead > tr > th {
  font-size: small;
  font-weight: bold;
}
.table-common-container table table.shared-from,
div#ProceedingEditorSubmissions table table.shared-from,
div#divUserDisputeConflicts table table.shared-from,
div#metaReviewerListForm table table.shared-from,
div#reviewerListForm table table.shared-from,
div#DeletedSubmissionListForm table table.shared-from,
div#SuggestionForm table table.shared-from,
div#MetaBiddingForm table table.shared-from,
div#ExternalReviewForm table table.shared-from,
div#ReferenceForm table table.shared-from,
div#BiddingForm table table.shared-from,
div#SubmissionListForm table table.shared-from,
div#EmailMessagesForm table table.shared-from,
div#AuditForm table table.shared-from,
div#ReviewerInvitationListForm table table.shared-from,
div#ReviewerInvitationForSubmissionListForm table table.shared-from,
div#userListForm table table.shared-from,
div#AutoAssignmentPapers table table.shared-from,
div#AutoAssignmentReviewers table table.shared-from,
div#AutoAssignmentSettings table table.shared-from,
div#AutoAssignmentConfirmation table table.shared-from {
  border: none;
}
.table-common-container table table.shared-from tbody,
div#ProceedingEditorSubmissions table table.shared-from tbody,
div#divUserDisputeConflicts table table.shared-from tbody,
div#metaReviewerListForm table table.shared-from tbody,
div#reviewerListForm table table.shared-from tbody,
div#DeletedSubmissionListForm table table.shared-from tbody,
div#SuggestionForm table table.shared-from tbody,
div#MetaBiddingForm table table.shared-from tbody,
div#ExternalReviewForm table table.shared-from tbody,
div#ReferenceForm table table.shared-from tbody,
div#BiddingForm table table.shared-from tbody,
div#SubmissionListForm table table.shared-from tbody,
div#EmailMessagesForm table table.shared-from tbody,
div#AuditForm table table.shared-from tbody,
div#ReviewerInvitationListForm table table.shared-from tbody,
div#ReviewerInvitationForSubmissionListForm table table.shared-from tbody,
div#userListForm table table.shared-from tbody,
div#AutoAssignmentPapers table table.shared-from tbody,
div#AutoAssignmentReviewers table table.shared-from tbody,
div#AutoAssignmentSettings table table.shared-from tbody,
div#AutoAssignmentConfirmation table table.shared-from tbody,
.table-common-container table table.shared-from tr,
div#ProceedingEditorSubmissions table table.shared-from tr,
div#divUserDisputeConflicts table table.shared-from tr,
div#metaReviewerListForm table table.shared-from tr,
div#reviewerListForm table table.shared-from tr,
div#DeletedSubmissionListForm table table.shared-from tr,
div#SuggestionForm table table.shared-from tr,
div#MetaBiddingForm table table.shared-from tr,
div#ExternalReviewForm table table.shared-from tr,
div#ReferenceForm table table.shared-from tr,
div#BiddingForm table table.shared-from tr,
div#SubmissionListForm table table.shared-from tr,
div#EmailMessagesForm table table.shared-from tr,
div#AuditForm table table.shared-from tr,
div#ReviewerInvitationListForm table table.shared-from tr,
div#ReviewerInvitationForSubmissionListForm table table.shared-from tr,
div#userListForm table table.shared-from tr,
div#AutoAssignmentPapers table table.shared-from tr,
div#AutoAssignmentReviewers table table.shared-from tr,
div#AutoAssignmentSettings table table.shared-from tr,
div#AutoAssignmentConfirmation table table.shared-from tr,
.table-common-container table table.shared-from td,
div#ProceedingEditorSubmissions table table.shared-from td,
div#divUserDisputeConflicts table table.shared-from td,
div#metaReviewerListForm table table.shared-from td,
div#reviewerListForm table table.shared-from td,
div#DeletedSubmissionListForm table table.shared-from td,
div#SuggestionForm table table.shared-from td,
div#MetaBiddingForm table table.shared-from td,
div#ExternalReviewForm table table.shared-from td,
div#ReferenceForm table table.shared-from td,
div#BiddingForm table table.shared-from td,
div#SubmissionListForm table table.shared-from td,
div#EmailMessagesForm table table.shared-from td,
div#AuditForm table table.shared-from td,
div#ReviewerInvitationListForm table table.shared-from td,
div#ReviewerInvitationForSubmissionListForm table table.shared-from td,
div#userListForm table table.shared-from td,
div#AutoAssignmentPapers table table.shared-from td,
div#AutoAssignmentReviewers table table.shared-from td,
div#AutoAssignmentSettings table table.shared-from td,
div#AutoAssignmentConfirmation table table.shared-from td {
  background-color: transparent;
  border: none;
}
.table-common-container table table.shared-from td,
div#ProceedingEditorSubmissions table table.shared-from td,
div#divUserDisputeConflicts table table.shared-from td,
div#metaReviewerListForm table table.shared-from td,
div#reviewerListForm table table.shared-from td,
div#DeletedSubmissionListForm table table.shared-from td,
div#SuggestionForm table table.shared-from td,
div#MetaBiddingForm table table.shared-from td,
div#ExternalReviewForm table table.shared-from td,
div#ReferenceForm table table.shared-from td,
div#BiddingForm table table.shared-from td,
div#SubmissionListForm table table.shared-from td,
div#EmailMessagesForm table table.shared-from td,
div#AuditForm table table.shared-from td,
div#ReviewerInvitationListForm table table.shared-from td,
div#ReviewerInvitationForSubmissionListForm table table.shared-from td,
div#userListForm table table.shared-from td,
div#AutoAssignmentPapers table table.shared-from td,
div#AutoAssignmentReviewers table table.shared-from td,
div#AutoAssignmentSettings table table.shared-from td,
div#AutoAssignmentConfirmation table table.shared-from td {
  white-space: nowrap;
  text-align: left;
}
.table-common-container table table.smr-name-rating,
div#ProceedingEditorSubmissions table table.smr-name-rating,
div#divUserDisputeConflicts table table.smr-name-rating,
div#metaReviewerListForm table table.smr-name-rating,
div#reviewerListForm table table.smr-name-rating,
div#DeletedSubmissionListForm table table.smr-name-rating,
div#SuggestionForm table table.smr-name-rating,
div#MetaBiddingForm table table.smr-name-rating,
div#ExternalReviewForm table table.smr-name-rating,
div#ReferenceForm table table.smr-name-rating,
div#BiddingForm table table.smr-name-rating,
div#SubmissionListForm table table.smr-name-rating,
div#EmailMessagesForm table table.smr-name-rating,
div#AuditForm table table.smr-name-rating,
div#ReviewerInvitationListForm table table.smr-name-rating,
div#ReviewerInvitationForSubmissionListForm table table.smr-name-rating,
div#userListForm table table.smr-name-rating,
div#AutoAssignmentPapers table table.smr-name-rating,
div#AutoAssignmentReviewers table table.smr-name-rating,
div#AutoAssignmentSettings table table.smr-name-rating,
div#AutoAssignmentConfirmation table table.smr-name-rating {
  border: none;
}
.table-common-container table table.smr-name-rating tbody,
div#ProceedingEditorSubmissions table table.smr-name-rating tbody,
div#divUserDisputeConflicts table table.smr-name-rating tbody,
div#metaReviewerListForm table table.smr-name-rating tbody,
div#reviewerListForm table table.smr-name-rating tbody,
div#DeletedSubmissionListForm table table.smr-name-rating tbody,
div#SuggestionForm table table.smr-name-rating tbody,
div#MetaBiddingForm table table.smr-name-rating tbody,
div#ExternalReviewForm table table.smr-name-rating tbody,
div#ReferenceForm table table.smr-name-rating tbody,
div#BiddingForm table table.smr-name-rating tbody,
div#SubmissionListForm table table.smr-name-rating tbody,
div#EmailMessagesForm table table.smr-name-rating tbody,
div#AuditForm table table.smr-name-rating tbody,
div#ReviewerInvitationListForm table table.smr-name-rating tbody,
div#ReviewerInvitationForSubmissionListForm table table.smr-name-rating tbody,
div#userListForm table table.smr-name-rating tbody,
div#AutoAssignmentPapers table table.smr-name-rating tbody,
div#AutoAssignmentReviewers table table.smr-name-rating tbody,
div#AutoAssignmentSettings table table.smr-name-rating tbody,
div#AutoAssignmentConfirmation table table.smr-name-rating tbody,
.table-common-container table table.smr-name-rating tr,
div#ProceedingEditorSubmissions table table.smr-name-rating tr,
div#divUserDisputeConflicts table table.smr-name-rating tr,
div#metaReviewerListForm table table.smr-name-rating tr,
div#reviewerListForm table table.smr-name-rating tr,
div#DeletedSubmissionListForm table table.smr-name-rating tr,
div#SuggestionForm table table.smr-name-rating tr,
div#MetaBiddingForm table table.smr-name-rating tr,
div#ExternalReviewForm table table.smr-name-rating tr,
div#ReferenceForm table table.smr-name-rating tr,
div#BiddingForm table table.smr-name-rating tr,
div#SubmissionListForm table table.smr-name-rating tr,
div#EmailMessagesForm table table.smr-name-rating tr,
div#AuditForm table table.smr-name-rating tr,
div#ReviewerInvitationListForm table table.smr-name-rating tr,
div#ReviewerInvitationForSubmissionListForm table table.smr-name-rating tr,
div#userListForm table table.smr-name-rating tr,
div#AutoAssignmentPapers table table.smr-name-rating tr,
div#AutoAssignmentReviewers table table.smr-name-rating tr,
div#AutoAssignmentSettings table table.smr-name-rating tr,
div#AutoAssignmentConfirmation table table.smr-name-rating tr,
.table-common-container table table.smr-name-rating td,
div#ProceedingEditorSubmissions table table.smr-name-rating td,
div#divUserDisputeConflicts table table.smr-name-rating td,
div#metaReviewerListForm table table.smr-name-rating td,
div#reviewerListForm table table.smr-name-rating td,
div#DeletedSubmissionListForm table table.smr-name-rating td,
div#SuggestionForm table table.smr-name-rating td,
div#MetaBiddingForm table table.smr-name-rating td,
div#ExternalReviewForm table table.smr-name-rating td,
div#ReferenceForm table table.smr-name-rating td,
div#BiddingForm table table.smr-name-rating td,
div#SubmissionListForm table table.smr-name-rating td,
div#EmailMessagesForm table table.smr-name-rating td,
div#AuditForm table table.smr-name-rating td,
div#ReviewerInvitationListForm table table.smr-name-rating td,
div#ReviewerInvitationForSubmissionListForm table table.smr-name-rating td,
div#userListForm table table.smr-name-rating td,
div#AutoAssignmentPapers table table.smr-name-rating td,
div#AutoAssignmentReviewers table table.smr-name-rating td,
div#AutoAssignmentSettings table table.smr-name-rating td,
div#AutoAssignmentConfirmation table table.smr-name-rating td {
  background-color: transparent;
  border: none;
}
.table-common-container table table.smr-name-rating td,
div#ProceedingEditorSubmissions table table.smr-name-rating td,
div#divUserDisputeConflicts table table.smr-name-rating td,
div#metaReviewerListForm table table.smr-name-rating td,
div#reviewerListForm table table.smr-name-rating td,
div#DeletedSubmissionListForm table table.smr-name-rating td,
div#SuggestionForm table table.smr-name-rating td,
div#MetaBiddingForm table table.smr-name-rating td,
div#ExternalReviewForm table table.smr-name-rating td,
div#ReferenceForm table table.smr-name-rating td,
div#BiddingForm table table.smr-name-rating td,
div#SubmissionListForm table table.smr-name-rating td,
div#EmailMessagesForm table table.smr-name-rating td,
div#AuditForm table table.smr-name-rating td,
div#ReviewerInvitationListForm table table.smr-name-rating td,
div#ReviewerInvitationForSubmissionListForm table table.smr-name-rating td,
div#userListForm table table.smr-name-rating td,
div#AutoAssignmentPapers table table.smr-name-rating td,
div#AutoAssignmentReviewers table table.smr-name-rating td,
div#AutoAssignmentSettings table table.smr-name-rating td,
div#AutoAssignmentConfirmation table table.smr-name-rating td {
  text-align: left;
}
div.truncate {
  width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#AutoAssignmentPapers td.id,
div#AutoAssignmentPapers th.id {
  width: 60px;
}
div#AutoAssignmentPapers td.id {
  font-weight: bold;
}
div#AutoAssignmentPapers td.title {
  text-align: left;
}
div#AutoAssignmentPapers td.track {
  width: 80px;
}
div#AutoAssignmentPapers td.assigned,
div#AutoAssignmentPapers th.assigned {
  width: 100px;
}
div#AutoAssignmentPapers td.completed,
div#AutoAssignmentPapers th.completed {
  width: 100px;
}
div#AutoAssignmentPapers td.reviewers,
div#AutoAssignmentPapers th.reviewers {
  width: 240px;
}
div#AutoAssignmentPapers .reviewers input {
  width: calc(100% - 70%);
  text-align: center;
  margin: 3px;
  border-radius: 10px;
}
div#AutoAssignmentPapers td {
  padding: 0 10px;
}
div#AutoAssignmentPapers .min-title {
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: bold;
}
div#AutoAssignmentPapers .min-row-title {
  display: inline-block;
  width: 80px;
  text-align: left;
  font-size: 13px;
  text-transform: none;
}
div#AutoAssignmentPapers .mon-row-field {
  width: 20px;
  margin: 0;
  border-radius: 10px;
}
div#AutoAssignmentPapers input.error {
  color: #861313;
  background-color: #f5b7b7;
  border: dashed 1px red;
  border-radius: 10px;
}
div#AutoAssignmentPapers .assigned.error {
  font-weight: bold;
  color: green;
}
div#AutoAssignmentReviewers td.id,
div#AutoAssignmentReviewers th.id {
  width: 60px;
}
div#AutoAssignmentReviewers td.id {
  font-weight: bold;
}
div#AutoAssignmentReviewers td.papers,
div#AutoAssignmentReviewers th.papers {
  width: 240px;
}
div#AutoAssignmentReviewers td.comleted,
div#AutoAssignmentReviewers th.completed,
div#AutoAssignmentReviewers td.assigned,
div#AutoAssignmentReviewers th.assigned,
div#AutoAssignmentReviewers td.percentage,
div#AutoAssignmentReviewers th.percentage {
  width: 80px;
}
div#AutoAssignmentReviewers td.name,
div#AutoAssignmentReviewers th.name,
div#AutoAssignmentReviewers td.surname,
div#AutoAssignmentReviewers th.surname {
  width: 100px;
}
div#AutoAssignmentReviewers .papers input {
  width: calc(100% - 70%);
  text-align: center;
  margin: 3px;
  border-radius: 10px;
}
div#AutoAssignmentReviewers td {
  padding: 0 10px;
}
div#AutoAssignmentReviewers .max-title {
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: bold;
}
div#AutoAssignmentReviewers .min-row-title {
  display: inline-block;
  width: 80px;
  text-align: left;
  font-size: 13px;
  text-transform: none;
}
div#AutoAssignmentReviewers .mon-row-field {
  width: 20px;
  margin: 0;
  border-radius: 10px;
}
div#AutoAssignmentReviewers input.error {
  color: #861313;
  background-color: #f5b7b7;
  border: dashed 1px red;
}
.infoHeader tr > td:first-child {
  font-weight: bold;
  width: 90px;
  vertical-align: top;
}
.infoHeader td {
  padding-bottom: 5px;
}
.dropdown-menu-extra-size {
  min-width: 300px;
}
.dropdown-menu-extra-size a {
  width: 260px !important;
}
.dropdown-menu-small-size {
  min-width: 180px;
}
.dropdown-menu-small-size a {
  width: 130px !important;
}
#divDisputeDialog .control-group {
  margin-bottom: 5px;
}
#divDisputeDialog .control-group > .control-label {
  font-weight: bold;
  padding-top: 0px;
}
#divDisputeDialog .control-group > .controls.value {
  padding-top: 0px;
}
#divDisputeDialog .control-group > .controls.value ul {
  list-style: none;
  margin: 0;
}
div#accountMerging table {
  margin-top: 20px;
}
div#accountMerging table td.mergingwith,
div#accountMerging table td.merge,
div#accountMerging table td.cancel {
  font-style: italic;
}
.reviews-container .review-card {
  margin: 10px 0;
}
.reviews-container .review-card .heading {
  background-color: whitesmoke;
  border-bottom: 1px lightgray solid;
  overflow: auto;
  padding: 10px;
  page-break-inside: avoid;
}
.reviews-container .review-card .heading .title {
  margin: 0;
  line-height: 30px;
}
.reviews-container .review-card .heading .rating-select {
  margin: 0;
  width: auto;
}
.reviews-container .review-card .body {
  padding: 10px;
}
.reviews-container .review-card .body ul.files,
.reviews-container .review-card .body ul.ratings,
.reviews-container .review-card .body ul.questions {
  list-style-type: none;
  margin: 0;
}
.reviews-container .review-card .body ul.questions > li {
  margin: 5px 0;
}
fieldset .return-button,
fieldset .submission-info,
fieldset .download-link,
fieldset .command-box,
fieldset .new-topic-button {
  margin-bottom: 10px;
}
fieldset .submission-info div {
  padding: 2px 0;
}
fieldset .submission-info label {
  font-weight: bold;
}
fieldset .submission-info .title,
fieldset .submission-info label {
  display: inline-block;
  width: 150px;
}
fieldset .topic-content label {
  display: inline-block;
  width: 150px;
}
fieldset .topic-content input,
fieldset .topic-content textarea {
  display: inline-block;
  width: 100%;
}
fieldset .command-box {
  height: 40px;
  border-radius: 5px;
  background-color: lightgray;
}
fieldset .command-box table {
  height: 40px;
}
fieldset .command-box td {
  vertical-align: middle;
}
fieldset .command-box .search {
  margin: 0;
  margin-left: 20px;
  font-style: italic;
  color: gray;
  font-size: 12px;
}
fieldset .command-box .view-change a {
  cursor: pointer;
}
fieldset #discussion-feed .discussion-feed-panel {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  min-height: 40px;
  border-radius: 5px;
  background-color: #eee;
  row-gap: 4px;
  padding: 8px 5px;
  margin-bottom: 20px;
}
fieldset #discussion-feed .discussion-feed-panel a {
  color: #027090;
}
fieldset #discussion-feed .discussion-feed-panel .search-box {
  flex-grow: 1;
}
fieldset #discussion-feed .discussion-feed-panel .search-box .search {
  width: 438px;
  max-width: 80vw;
  margin: 0;
}
fieldset #discussion-feed .sorting {
  padding-right: 20px;
}
fieldset #discussion-feed .sorting span,
fieldset #discussion-feed .sorting ul,
fieldset #discussion-feed .sorting li {
  display: inline-block;
  min-height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
fieldset #discussion-feed .sorting ul {
  margin: 0;
  list-style-type: none;
}
fieldset #discussion-feed .sorting li {
  float: left;
  padding: 0 7px;
  cursor: pointer;
}
fieldset #discussion-feed .sizer select {
  width: 70px;
  margin: 0;
}
fieldset #discussion-feed #messages {
  list-style-type: none;
}
fieldset #discussion-feed #messages li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
fieldset #discussion-feed #messages .item-reviewer .reviewer-name {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
fieldset #discussion-feed #messages .item-reviewer .date-title,
fieldset #discussion-feed #messages .item-reviewer .date-value {
  font-style: italic;
  color: #555;
}
fieldset #discussion-feed #messages .item-topic,
fieldset #discussion-feed #messages .item-message {
  margin: 5px;
}
fieldset #discussion-feed #messages .item-commands a {
  cursor: pointer;
}
fieldset #discussion-feed #messages .reply-form textarea {
  width: 100%;
}
.datepiker {
  min-width: 100px;
  width: calc(100% - 40px);
  margin-right: 10px;
  cursor: pointer;
}
table a i + span:not(.caret) {
  padding-left: 3px;
}
.like-h2 {
  color: #555;
  background: #f5f5f5;
  padding: 7px 0 7px 10px;
  font-size: 11.9px;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
}
.form-horizontal h2.like-h2 {
  text-transform: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.disabled {
  pointer-events: none;
}
.strike {
  text-decoration: line-through;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.padding-top-2 {
  padding-top: 2px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-vertical-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-top-7 {
  padding-top: 7px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
  width: 150px;
}
.padding-0 {
  padding: 0;
}
.strong {
  font-weight: bold;
}
.sortable {
  cursor: pointer;
}
.sortable i.icon-arrow-down,
.sortable i.icon-arrow-up {
  margin-left: 5px;
}
.sortable .sortlink {
  text-decoration: none;
  color: inherit;
}
.sortable:hover {
  text-decoration: underline;
}
.large {
  font-size: 17.5px;
}
.larger {
  font-size: 16.1px;
}
.font-size-normal {
  font-size: 14px;
}
.orange {
  color: #d43900;
}
.green {
  color: green;
}
.alert_no_backgroud {
  color: #2d6987;
  font-style: italic;
}
.header_10px_margin {
  font-size: small;
  margin: 10px 0;
}
.error_text {
  color: #b94a48;
}
.inline-block {
  display: inline-block;
}
.messages-top {
  position: relative;
}
.messages-above-overlay {
  z-index: 1050;
  position: relative;
}
.just-small {
  font-size: 10.5px;
}
.just-tiny {
  font-size: 9.1px;
}
.left {
  text-align: left;
}
.hour {
  height: 60px;
  border-bottom: solid black 1px;
}
ul.session-planning-sessions {
  list-style-type: none;
  margin-left: 0;
}
ul.session-planning-sessions > li {
  margin-bottom: 30px;
}
ul.session-planning-sessions > li .session-planning-session-details {
  margin-bottom: 10px;
}
ul.session-planning-sessions > li ul.session-planning-presentations > li {
  margin-bottom: 10px;
}
ul.session-planning-sessions > li ul.session-planning-presentations > li ul.session-planning-presenters {
  margin-left: 0;
  list-style-type: none;
}
ul.session-planning-sessions > li ul.session-planning-presentations > li ul.session-planning-presenters > li {
  display: inline-block;
}
ul.session-planning-sessions > li ul.session-planning-presentations > li ul.session-planning-presenters > li:after {
  content: "; ";
}
ul.session-planning-sessions > li ul.session-planning-presentations > li ul.session-planning-presenters > li:last-child:after {
  content: "";
}
.session-planning-conflict-candidates > ul {
  list-style: none;
  display: inline;
  margin-left: 0;
  margin-right: 10px;
}
.session-planning-conflict-candidates > ul > li {
  display: inline-block;
  margin-right: inherit;
}
.session-planning-conflict-candidates > ul > li > .close {
  margin-left: 5px;
}
ul.session-planning-conflict-results {
  list-style: none;
}
ul.session-planning-conflict-results > li {
  margin-bottom: 30px;
}
.menusection {
  margin-top: 5px;
  padding: 5px;
  background-color: #98d4ee;
  color: #333333;
  text-align: center;
}
.italic {
  font-style: italic;
}
.nowrap_inline_block {
  display: inline-block;
  white-space: nowrap;
}
.toggleable-column {
  position: relative;
}
.toggleable-column .column-visibility-button {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 2px 2px;
  display: none;
  border-radius: 0 0 0 2px;
  background-color: #007EA3;
  color: white;
}
.toggleable-column:hover .column-visibility-button,
.toggleable-column:focus-within .column-visibility-button {
  display: block;
}
.app-download-icon {
  margin-left: 16px;
  display: inline-block;
}
.app-download-icon a {
  outline-offset: 3px;
}
.app-download-icon img {
  height: 36px;
  width: 120px;
}
.question + .tooltip > .tooltip-inner {
  max-width: 350px;
  border: 1px solid green;
  padding: 10px;
  font-size: 1.2em;
  text-align: left;
}
.login-box {
  background-color: white;
  margin: 2em auto;
  border: solid 1px #999;
  border-radius: 3px;
}
.login-box .login-box-content {
  padding: 1em;
}
.login-box header {
  padding: 0.5em;
  font-size: 21px;
  line-height: 40px;
  background-color: #007EA3;
  color: white;
  text-align: center;
}
.login-box header h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.login-box .login-providers {
  margin-top: 0.75em;
}
.login-box form {
  padding: 0;
  margin: 0;
}
.login-box form input,
.login-box form button[type="submit"],
.login-box form a.btn {
  height: 3em;
  line-height: 2.25em;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media (max-width: 767px) {
  .login-box {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
@media (min-width: 768px) {
  .login-box {
    width: 400px;
    max-width: 400px;
  }
}
.text-preline {
  white-space: pre-line;
}
.disabled-question,
.disabled-text {
  opacity: 0.7;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.edit-domains {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 0;
}
.previewEmail {
  width: 620px;
}
.af-comment-form input,
.af-comment-form textarea {
  width: 100%;
}
.af-comment {
  padding-top: 10px;
}
.af-comment + .af-comment {
  padding-left: 10px;
}
.af-comment + .af-comment > div {
  border-left: 4px solid grey;
  padding-left: 5px;
}
.inline-editable > i.icon-edit {
  display: none;
  margin-left: 5px;
}
.inline-editable:hover > i.icon-edit {
  display: inline-block;
}
button.ui-datepicker-trigger {
  border: none;
  background-color: transparent;
}
.activity-row td.activty-name {
  width: 200px;
}
.activity-row span.label-info {
  display: none;
}
.activity-row:hover span.label-info,
.activity-row:focus-within span.label-info {
  display: inline-block;
}
a > i.fa,
a > i.fas,
a > i.far,
a > i.fal,
a > i.fad,
a > i.fab {
  color: #333;
  min-width: 14px;
  min-height: 14px;
  text-align: center;
  font-size: 16px;
}
button.transparent {
  border: 0;
  background-color: transparent;
}
.dropdown-submenu > a:focus + .dropdown-menu,
.dropdown-submenu:focus-within > .dropdown-menu,
.dropdown-menu:focus-within {
  display: block;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.menu-group + .in.collapse {
  visibility: visible;
}
.menu-group + :not(.in).collapse {
  visibility: hidden;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.settings-form-navbar {
  display: flex;
  justify-content: start;
  gap: 5px;
}
.settings-form-navbar::before,
.settings-form-navbar::after {
  content: none;
}
.settings-form-navbar > .btn {
  height: 20px;
}
.settings-form-navbar > .navbar-form {
  flex-grow: 1;
  text-align: right;
}
.skip-to-main {
  position: absolute;
  top: auto;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 10px;
  z-index: -999;
  overflow: hidden;
  text-align: center;
  background-color: #eee;
  color: #02627E;
}
.skip-to-main:focus,
.skip-to-main:active {
  position: fixed;
  top: 10px;
  left: 0px;
  width: auto;
  height: auto;
  z-index: 999;
  border: 1px dashed #02627E;
  border-radius: 0 4px 4px 0;
  overflow: auto;
}
