/*@import "libs/classic.css";
@import "libs/classic.date.css";*/
@import "libs/jquery-ui.css";
@import "libs/jquery-ui-1.10.3.custom.min.css";
@import "libs/indigo-pink.css";
.form-control {
  display: block;
  width: 100%;
  background-image: none;
  border: 1px solid #867d74;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
.form-control:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
}
/* auto-suggest */
div.erms-as {
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 0px;
  box-shadow: none;
  color: #404040;
  display: block;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  min-width: 12em;
  padding: 0px;
  position: absolute;
  z-index: 1000000;
}
div.erms-as > ol {
  margin: 0px;
  padding: 0px;
}
div.erms-as > ol > li {
  color: #222;
  display: block;
  line-height: 1.3em;
  list-style-type: none;
  padding: 2px 0em 2px 0em;
  vertical-align: middle;
  cursor: default;
}
div.erms-as > ol > li.erms-sh {
  padding-bottom: 1.25em;
}
div.erms-as > ol > li.erms-qualifier.selected {
  background-color: #0e5667;
  color: #ffffff;
}
div.erms-as > ol > li.erms-qualifier.selected a {
  color: #F3F781;
  visibility: visible;
}
div.erms-as > ol > li.erms-qualifier.selected a:hover {
  cursor: pointer;
  text-decoration: underline;
}
div.erms-as > ol > li.erms-suggestion.selected {
  background-color: #0e5667;
  color: #ffffff;
}
div.erms-as > ol > li > span {
  white-space: nowrap;
}
/* drag overlay */
div.erms-do {
  background-color: #000;
  height: 100% !important;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
div.erms-flyout {
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 1.25em;
  position: fixed !important;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1000001;
}
div.erms-flyout > p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  margin: 1em 0;
  padding: 0;
}
div.erms-flyout > p > i.erms-icon-spinner {
  margin-right: 0.5em;
  font-size: 16px;
}
div.erms-flyout > p:first-child {
  margin-top: 0;
}
div.erms-flyout > p.erms-progress {
  text-align: center;
}
div.erms-flyout > p.erms-progress > i {
  font-size: 21px;
}
div.erms-flyout > p.erms-error-message {
  color: #d9534f;
}
div.erms-flyout input[type="text"] {
  border-radius: 2px;
  display: block;
  height: 34px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #867d74;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin: 4px 0px;
  padding: 6px 12px;
  position: relative;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  vertical-align: middle;
  width: 100%;
}
div.erms-flyout input[type="text"]:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
div.erms-flyout input[type="text"]:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
}
div.erms-flyout input[type="text"]:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
div.erms-flyout input[type="text"]:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
}
div.erms-flyout input[type="text"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
div.erms-flyout input[type="text"]:-ms-input-placeholder {
  color: #999;
}
div.erms-flyout input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
div.erms-flyout input[type="text"]::-ms-expand {
  background-color: transparent;
  border: 0;
}
div.erms-flyout input[type="text"][disabled],
div.erms-flyout input[type="text"][readonly],
fieldset[disabled] div.erms-flyout input[type="text"] {
  background-color: #eeeeee;
  opacity: 1;
}
div.erms-flyout input[type="text"][disabled],
fieldset[disabled] div.erms-flyout input[type="text"] {
  cursor: not-allowed;
}
textareadiv.erms-flyout input[type="text"] {
  height: auto;
}
div.erms-flyout div.erms-flyout-information {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0;
}
div.erms-flyout div.erms-flyout-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}
div.erms-flyout div.erms-button-group {
  margin-top: 1em;
  width: 100%;
}
div.erms-flyout div.erms-button-group > button {
  float: right;
}
div.erms-flyout div.erms-button-group button + button {
  margin-right: 1em;
}
div.erms-flyout div.erms-choice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 0 1em 0;
  padding: 0;
  position: relative;
  width: 100%;
}
div.erms-flyout div.erms-choice input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0.15em 0 0 0;
  padding: 0;
}
div.erms-flyout div.erms-choice label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  font-weight: normal !important;
  line-height: 1.3em;
  margin-left: 1.5em;
}
div.erms-flyout div.erms-option {
  clear: both;
  float: left;
  padding-top: 0.5em;
  position: relative;
  width: 100%;
}
div.erms-flyout div.erms-option hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
div.erms-flyout div.erms-option input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0.15em 0 0 0;
  padding: 0;
}
div.erms-flyout div.erms-option label {
  display: block;
  line-height: 1.3em;
  margin-left: 1.5em;
}
div.erms-flyout textarea {
  border: 1px solid #867d74;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  width: 100%;
}
div.erms-flyout div.erms-pending-changes {
  clear: both;
  display: none;
  float: left;
  margin-top: 1em;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}
div.erms-flyout div.erms-pending-changes tr.erms-property-name:not(:first-of-type) td {
  padding-top: 0.8em;
}
div.erms-flyout div.erms-pending-changes tr.erms-current-value td:first-of-type,
div.erms-flyout div.erms-pending-changes tr.erms-saved-value td:first-of-type {
  color: #888;
  padding-left: 1em;
  padding-right: 0.5em;
  margin: 0;
}
div.erms-flyout > ol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0 0.5em;
  padding: 0;
}
div.erms-flyout > ol > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  list-style-type: none;
  margin: 0;
  padding: 0.5em;
}
div.erms-flyout > ol > li > a {
  color: #3a6e7a;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 4px;
  border-style: solid;
  outline: none;
  padding: 0.3em;
  text-decoration: none;
}
div.erms-flyout > ol > li > a:hover {
  text-decoration: underline;
}
div.erms-flyout > ol > li > a:focus {
  border-color: #333333;
}
div.erms-scrollable-container {
  display: block;
  position: relative;
  width: 100%;
}
div.erms-lv-hscroll-bar {
  background-color: transparent;
  border: 1px solid #ccc;
  border-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  overflow-x: scroll;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
div.erms-lv-hscroll-bar > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 0.1px;
  position: relative;
}
div.erms-ft div.erms-search-panel {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}
div.erms-ft div.erms-search-panel div.erms-navigation-bar {
  padding-left: 1em;
}
div.erms-ft div.erms-search-panel div.erms-rebar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  height: 3em;
  margin: 1px 0px;
  padding: 0px;
  width: 100%;
}
div.erms-ft div.erms-search-panel div.erms-button-group {
  display: table-cell;
  line-height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 1%;
}
div.erms-ft div.erms-search-panel div.erms-button-group > ol.erms-options-menu {
  right: 0px;
}
div.erms-ft div.erms-search-panel div.erms-button-group > ol.erms-options-menu > li {
  line-height: 1.3em;
}
div.erms-ft div.erms-search-panel input.erms-primary.erms-search-input {
  margin: 0;
  padding: 0.5em 0;
}
div.erms-ft div.erms-search-panel .erms-ft-footer {
  border: 0px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 3em;
  margin: 1em 0em;
  padding: 0em 1em;
  width: 100%;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-open-button {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  display: table-cell;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #0e5667;
  color: #ffffff;
  display: inline-block;
  float: right;
  margin-left: 0.5em;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-open-button:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-open-button.erms-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-open-button.erms-danger:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-open-button.erms-success {
  color: #fff;
  background-color: #378637;
  border-color: #398439;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-open-button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-close-button {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  display: table-cell;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-left: 0.5em;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-close-button:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-close-button.erms-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-close-button.erms-danger:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-close-button.erms-success {
  color: #fff;
  background-color: #378637;
  border-color: #398439;
}
div.erms-ft div.erms-search-panel .erms-ft-footer > .erms-close-button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.erms-ft-rl,
div.erms-progress-list {
  margin: 5px 16px 20px 16px;
}
div.erms-progress-list {
  padding-top: 1.25em;
}
button.erms-ft-options {
  border: 0;
  color: #666;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
button.erms-ft-options:hover {
  color: #222;
}
button.erms-ft-options > i.erms-icon-bars {
  font-size: 21px;
}
div.erms-property-grid {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  height: 100%;
  position: relative;
  width: 100%;
}
div.erms-property-grid:focus {
  outline: none;
}
div.erms-property-grid:focus > div.erms-viewport > table > tr.erms-selected > td:first-child {
  background-color: #0e5667;
  color: #ffffff;
}
div.erms-property-grid > div.erms-viewport {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
}
div.erms-property-grid > div.erms-viewport > table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  width: 100%;
}
div.erms-property-grid > div.erms-viewport > table > colgroup > col:first-child {
  width: 45%;
}
div.erms-property-grid > div.erms-viewport > table > colgroup > col:last-child {
  width: 55%;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td {
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  height: 1.3em;
  line-height: 1.3em;
  vertical-align: middle;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:first-child {
  border-right: 1px solid #eee;
  padding: 5px 12px 5px 6px;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:last-child {
  border-right: 1px solid #eee;
  padding: 0 6px;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:last-child > input[type="text"] {
  background-color: #fff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  font-size: inherit;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 0 6px;
  width: 100%;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:last-child > input[type="text"]:focus {
  outline: none;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:last-child > input[type="text"][readonly] {
  color: #666;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:last-child > select {
  background: #fff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  font-size: inherit;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 4px 6px;
  width: 100%;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:last-child > select:focus {
  outline: none;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td:last-child.erms-invalid {
  outline: 1px solid #d9534f;
  box-shadow: none;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr > td.erms-read-only {
  color: #666;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr.erms-selected > td:first-child {
  background-color: #eee;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr.erms-selected > td:last-child {
  padding: 0;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr.erms-focused.erms-selected > td:first-child {
  background-color: #0e5667;
  color: #ffffff;
}
div.erms-property-grid > div.erms-viewport > table > tbody > tr.erms-focused.erms-selected > td:last-child {
  color: green;
  padding: 0;
}
div.erms-property-grid div.erms-description {
  background-color: #f3f3f3;
  border-top: 1px solid #ccc;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  display: block;
  height: 6.5em;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.2em;
  position: absolute;
  width: 100%;
}
div.erms-property-grid div.erms-description > p {
  padding: 4px 6px;
  line-height: 1.2em;
  margin: 0;
}
div.erms-property-grid div.erms-description > p:first-child {
  font-weight: bold;
  padding-bottom: 0px;
}
div.erms-property-grid:focus,
div.erms-property-grid:active {
  outline: none;
}
div.erms-column-settings-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.erms-column-settings-panel div.erms-rebar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  height: 3em;
  margin: 1px 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
div.erms-column-settings-panel div.erms-rebar > div.erms-band {
  display: inline-block;
  line-height: 3em;
  vertical-align: middle;
}
div.erms-column-settings-panel div.erms-rebar > div.erms-band > a.erms-revert {
  background-color: transparent !important;
  border: 0;
  color: #666 !important;
  font-size: 21px;
}
div.erms-column-settings-panel div.erms-rebar > div.erms-band > a.erms-revert > i {
  font-size: 21px;
}
div.erms-column-settings-panel div.erms-rebar > div.erms-band > a.erms-revert:hover > i {
  cursor: pointer;
  color: #222;
}
div.erms-column-settings-panel div.erms-rebar > div.erms-band > span {
  color: #666;
  font-weight: bold;
}
div.erms-column-settings-panel div.erms-rebar > div.erms-band:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 1em;
  line-height: 3em;
  position: absolute;
}
div.erms-column-settings-panel div.erms-rebar > div.erms-band:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 1em;
  line-height: 3em;
  position: absolute;
}
div.erms-column-settings-panel > div.erms-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.erms-column-settings-panel > div.erms-container > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 40%;
}
div.erms-column-settings-panel > div.erms-container > div:first-child > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25em 0.75em 1.25em 1.25em;
}
div.erms-column-settings-panel > div.erms-container > div:first-child > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.erms-column-settings-panel > div.erms-container > div:first-child > div:last-child > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
}
div.erms-column-settings-panel > div.erms-container > div:first-child > div:last-child > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 0.5em 0 1.25em;
}
div.erms-column-settings-panel > div.erms-container > div:first-child > div:last-child > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding: 0 0.75em 0 0.5em;
}
div.erms-column-settings-panel > div.erms-container > div:first-child > div:last-child > div > button.erms-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  min-height: 2.5em;
}
div.erms-column-settings-panel > div.erms-container > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  float: right;
}
div.erms-column-settings-panel > div.erms-container > div:last-child > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25em 1.25em 0 0.75em;
  width: 100%;
}
div.erms-column-settings-panel > div.erms-container > div:last-child > div > ol.erms-list-box {
  max-width: none;
  max-height: none;
}
div.erms-column-settings-panel > div.erms-container > div:last-child > div > ol.erms-list-box > li > i {
  float: right;
  margin-right: 0.5em;
}
div.erms-databases-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.erms-databases-panel div.erms-rebar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  height: 3em;
  margin: 1px 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
div.erms-databases-panel div.erms-rebar > div.erms-band {
  display: inline-block;
  line-height: 3em;
  vertical-align: middle;
}
div.erms-databases-panel div.erms-rebar > div.erms-band > a.erms-clear-all-databases {
  background-color: transparent !important;
  border: 0;
  color: #666 !important;
  font-size: 21px;
}
div.erms-databases-panel div.erms-rebar > div.erms-band > a.erms-clear-all-databases.erms-back > i {
  font-size: 21px;
}
div.erms-databases-panel div.erms-rebar > div.erms-band > a.erms-clear-all-databases.erms-remove-all-conditions > i {
  font-size: 21px;
  margin-right: 0.5em;
}
div.erms-databases-panel div.erms-rebar > div.erms-band > a.erms-clear-all-databases.erms-preview > i {
  font-size: 21px;
}
div.erms-databases-panel div.erms-rebar > div.erms-band > a.erms-clear-all-databases:hover > i {
  cursor: pointer;
  color: #222;
}
div.erms-databases-panel div.erms-rebar > div.erms-band:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 1em;
  line-height: 3em;
  position: absolute;
}
div.erms-databases-panel > div.erms-container {
  padding: 1.2em;
}
div.erms-databases-panel > div.erms-container > div.erms-alert {
  display: inline-block;
  height: 2.4em;
  line-height: 2.4em;
  margin: auto;
  overflow: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
div.erms-databases-panel > div.erms-container > div.erms-alert.erms-danger {
  color: #fff;
  background-color: #d9534f;
}
div.erms-databases-panel > div.erms-window > div.erms-viewport {
  height: 100%;
  padding: 0 1.2em 0;
}
div.erms-databases-panel > div.erms-window > div.erms-viewport > ol.erms-list-box {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
div.erms-search-status-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.erms-search-status-panel div.erms-rebar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  height: 3em;
  margin: 1px 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
div.erms-search-status-panel div.erms-rebar > div.erms-band {
  display: inline-block;
  line-height: 3em;
  vertical-align: middle;
}
div.erms-search-status-panel > div.erms-window > div.erms-viewport {
  height: 100%;
  padding: 0;
}
div.erms-search-status-panel > div.erms-window > div.erms-viewport .erms-lv-bvp > li.erms-selected,
div.erms-search-status-panel > div.erms-window > div.erms-viewport .erms-lv-bvp > li.erms-selected:hover {
  background-color: #eee;
  color: #333;
}
div.erms-search-status-panel > div.erms-window > div.erms-viewport .erms-lv-bvp > li.erms-selected dl > dt,
div.erms-search-status-panel > div.erms-window > div.erms-viewport .erms-lv-bvp > li.erms-selected:hover dl > dt {
  color: #d8d8d8;
}
div.erms-search-status-panel > div.erms-window > div.erms-viewport ol.erms-lv-bvp > li span:nth-of-type(1),
div.erms-search-status-panel > div.erms-window > div.erms-viewport ol.erms-lv-hvp > li span:nth-of-type(1) {
  display: none;
}
div.erms-search-status-panel > div.erms-window > div.erms-viewport div.erms-lv-fw {
  display: none;
}
div.erms-search-filter-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.erms-search-filter-panel div.erms-rebar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  height: 3em;
  margin: 1px 0px 20px 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band {
  display: inline-block;
  line-height: 3em;
  vertical-align: middle;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-remove-all-conditions,
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-preview {
  background-color: transparent !important;
  border: 0;
  color: #666 !important;
  font-size: 21px;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-remove-all-conditions.erms-back > i,
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-preview.erms-back > i {
  font-size: 21px;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-remove-all-conditions.erms-remove-all-conditions > i,
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-preview.erms-remove-all-conditions > i {
  font-size: 21px;
  margin-right: 0.5em;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-remove-all-conditions.erms-preview > i,
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-preview.erms-preview > i {
  font-size: 21px;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-remove-all-conditions:hover > i,
div.erms-search-filter-panel div.erms-rebar > div.erms-band > a.erms-preview:hover > i {
  cursor: pointer;
  color: #222;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band > span {
  color: #666;
  font-weight: bold;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 1em;
  line-height: 3em;
  position: absolute;
}
div.erms-search-filter-panel div.erms-rebar > div.erms-band:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 1em;
  line-height: 3em;
  position: absolute;
}
div.erms-search-filter-panel > div.erms-window {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: normal;
  margin: 0px 16px;
  padding: 1.25em;
  overflow: auto;
  width: auto;
}
div.erms-search-filter-panel > div.erms-window.erms-required {
  border: 0px;
  height: 215px;
  margin-left: 5em;
  margin-top: -0.5em;
  overflow: hidden;
  padding: 0 0.5em;
}
div.erms-search-filter-panel > div.erms-window.erms-required button {
  display: none !important;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport {
  display: inline-block;
  height: 1000px;
  overflow: hidden;
  position: relative;
  width: 1000px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas {
  display: inline-block;
  height: 10000px;
  overflow: hidden;
  position: relative;
  width: 10000px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-search-input {
  font-size: 14px;
  min-width: 24em;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas > button > i {
  padding-right: 12px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas table {
  border-collapse: separate;
  table-layout: fixed;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2em;
  line-height: normal;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td > select,
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td > input[type='text'],
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td > button {
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  color: #222;
  margin: 0;
  height: 27px;
  font-size: 14px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td input[type='text'] {
  height: 22px;
  margin-top: 4px;
  outline: none;
  width: 100%;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td div.erms-search-input {
  padding: 0 4px !important;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas input[type='text'] {
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  margin: 0;
  padding: 4px;
  width: 100%;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas select {
  border: 1px solid #888;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  height: 32px;
  margin: 0;
  padding: 4px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-search-input > select,
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-search-input > select:focus {
  border-color: transparent;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child {
  vertical-align: top;
  width: auto;
  padding-right: 0;
  position: relative;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child > select {
  position: relative;
  height: 32px;
  width: auto;
  float: left;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child > span:nth-of-type(1) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  float: left;
  height: 1px;
  margin-left: 0.2em;
  position: relative;
  width: 1em;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child > span:nth-of-type(2) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-right: 0;
  float: left;
  height: 100%;
  position: relative;
  width: 1em;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-relational-condition {
  display: inline-block;
  margin-right: 1em;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-relational-condition div.erms-search-input {
  height: 2.5em;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-relational-condition div.erms-search-input a.erms-button i {
  padding: 0;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-relational-condition select {
  height: 32px;
  min-width: 5em !important;
  max-width: 196px !important;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-relational-condition table {
  border-spacing: 1px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-add-condition {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  display: table-cell;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #378637;
  color: #fff;
  display: inline-block;
  float: right;
  height: 32px;
  padding: 4px 6px;
  width: 32px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-add-condition:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-add-condition.erms-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-add-condition.erms-danger:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-add-condition.erms-success {
  color: #fff;
  background-color: #378637;
  border-color: #398439;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-add-condition[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-add-condition:hover {
  background-color: #398439;
  color: #fff;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-remove-condition {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  display: table-cell;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #d9534f;
  color: #fff;
  display: inline-block;
  float: right;
  height: 32px;
  padding: 4px 4px;
  width: 32px;
  margin-left: 10px;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-remove-condition:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-remove-condition.erms-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-remove-condition.erms-danger:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-remove-condition.erms-success {
  color: #fff;
  background-color: #378637;
  border-color: #398439;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-remove-condition[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.erms-search-filter-panel > div.erms-window > div.erms-viewport > div.erms-canvas button.erms-remove-condition:hover {
  background-color: #d43f3a;
  color: #fff;
}
div.erms-recordset-options-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div.erms-recordset-options-panel div.erms-rebar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline-block;
  height: 3em;
  margin: 1px 0px 20px 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
div.erms-recordset-options-panel div.erms-rebar > div.erms-band {
  display: inline-block;
  line-height: 3em;
  vertical-align: middle;
}
div.erms-recordset-options-panel div.erms-rebar > div.erms-band > span {
  color: #666;
  font-weight: bold;
}
div.erms-recordset-options-panel div.erms-rebar > div.erms-band:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 1em;
  line-height: 3em;
  position: absolute;
}
div.erms-recordset-options-panel div.erms-rebar > div.erms-band:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 1em;
  line-height: 3em;
  position: absolute;
}
div.erms-recordset-options-panel > div.erms-window {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: normal;
  margin: 0px 16px;
  padding: 1.25em;
  overflow: auto;
  width: auto;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport {
  display: inline-block;
  height: 1000px;
  overflow: hidden;
  position: relative;
  width: 1000px;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas {
  display: inline-block;
  height: 10000px;
  overflow: hidden;
  position: relative;
  width: 10000px;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-search-input {
  font-size: 14px;
  width: 10em;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas > button > i {
  padding-right: 12px;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table {
  border-collapse: separate;
  table-layout: fixed;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2em;
  line-height: normal;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td > select,
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td > input[type='text'],
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td > button {
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  color: #222;
  margin: 0;
  height: 27px;
  font-size: 14px;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td input[type='text'] {
  height: 22px;
  outline: none;
  width: 100%;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td div.erms-search-input {
  padding: 0;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td div.erms-search-input > select,
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas table > tbody > tr > td div.erms-search-input > select:focus {
  border-color: transparent;
  box-shadow: none;
  margin-left: -4px;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas input[type='text'] {
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  margin: 0;
  padding: 4px;
  width: 100%;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas select {
  border: 1px solid #888;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  height: 32px;
  margin: 0;
  padding: 4px;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child {
  vertical-align: top;
  width: auto;
  padding-right: 0;
  position: relative;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child > select {
  position: relative;
  height: 32px;
  width: auto;
  float: left;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child > span:nth-of-type(1) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  float: left;
  height: 1px;
  margin-left: 0.2em;
  position: relative;
  width: 1em;
}
div.erms-recordset-options-panel > div.erms-window > div.erms-viewport > div.erms-canvas div.erms-logical-condition > table > tbody > tr:first-child > td[rowspan='2']:first-child > span:nth-of-type(2) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-right: 0;
  float: left;
  height: 100%;
  position: relative;
  width: 1em;
}
.erms-button {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  display: table-cell;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
.erms-button.erms-action-btn {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.erms-button:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.erms-button.erms-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.erms-button.erms-danger:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
.erms-button.erms-success {
  color: #ffffff;
  background-color: #378637;
  border-color: #398439;
}
.erms-button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.erms-back {
  border: 0;
  color: #0e5667 !important;
  background-color: #fff !important;
}
/* list view */
div.erms-lv {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative !important;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.erms-lv:focus {
  outline: none;
}
div.erms-lv > div.erms-lv-fw {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 28px;
  margin: 0px;
  padding: 0px 1em;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.erms-lv > div.erms-lv-fw a.erms-add-pending-results:hover {
  cursor: pointer;
}
div.erms-lv > div.erms-lv-fw > button.erms-async-cancel {
  background-color: transparent;
  border: 0px solid;
  clear: none;
  color: #d94a38;
  cursor: default;
  display: none;
  margin-left: -4px;
  margin-right: 4px;
  opacity: 0.9;
  overflow: hidden;
  padding: 0px 4px;
  vertical-align: middle;
}
div.erms-lv > div.erms-lv-fw > button.erms-async-cancel:hover {
  opacity: 1;
}
div.erms-lv > div.erms-lv-fw > span:nth-of-type(1) {
  clear: none;
  color: #666666;
  display: inline-block;
  line-height: normal;
  overflow: hidden;
  padding: 6px 0px;
  vertical-align: middle;
  width: auto;
}
div.erms-lv > div.erms-lv-fw > span:nth-of-type(2) {
  clear: none;
  color: #666666;
  display: inline-block;
  float: right;
  line-height: normal;
  overflow: hidden;
  padding: 6px 0px;
  vertical-align: middle;
  width: auto;
}
/* list view - column divider */
div.erms-lv-cd {
  background-color: #fff;
  border-left: 1px solid #2d578e;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 1px;
  z-index: 10000;
}
/* list view - pinned column divider */
div.erms-lv-pcd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  height: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 1px;
  z-index: 10000;
}
ol.erms-choice > li > hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding-top: 1em;
}
/* list view - body view port */
ol.erms-lv-bvp {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-height: 1px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ol.erms-lv-bvp > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  line-height: 32px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
}
ol.erms-lv-bvp > li.erms-selected,
ol.erms-lv-bvp > li.erms-selected:hover {
  background-color: #eee;
}
ol.erms-lv-bvp > li:hover > span > input[type="checkbox"] {
  line-height: 100%;
  opacity: 1;
}
ol.erms-lv-bvp > li > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  line-height: 32px;
  padding: 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.erms-lv-bvp > li > span:nth-child(1) {
  padding: 0;
}
ol.erms-lv-bvp > li > span input[type="checkbox"] {
  background-color: #fff;
  line-height: 100%;
  margin: 0 0.5em;
  opacity: 0;
  padding: 0;
  vertical-align: middle;
}
ol.erms-lv-bvp > li > span input[type="checkbox"]:checked,
ol.erms-lv-bvp > li > span input[type="checkbox"]:hover {
  line-height: 100%;
  opacity: 1;
}
ol.erms-lv-bvp > li > span i.glyphicon {
  cursor: pointer;
  padding: 0.2em;
}
ol.erms-lv-bvp > li > dl,
ol.erms-lv-bvp > li dl:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  display: block;
  font-size: 11px;
  margin: 0 0 0 3em;
  overflow: hidden;
  padding: 0;
  text-align: top;
}
ol.erms-lv-bvp > li > dl > dd,
ol.erms-lv-bvp > li dl:hover > dd,
ol.erms-lv-bvp > li > dl dd:hover,
ol.erms-lv-bvp > li dl:hover dd:hover,
ol.erms-lv-bvp > li > dl dt,
ol.erms-lv-bvp > li dl:hover dt,
ol.erms-lv-bvp > li > dl dt:hover,
ol.erms-lv-bvp > li dl:hover dt:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
ol.erms-lv-bvp > li > dl dt,
ol.erms-lv-bvp > li dl:hover dt {
  color: #888;
}
ol.erms-lv-bvp > li > dl > dt:not(:first-of-type):before,
ol.erms-lv-bvp > li dl:hover > dt:not(:first-of-type):before {
  content: "\A0\2014\A0";
}
/* list view - body window */
div.erms-lv-bw {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
div.erms-lv-bw:focus {
  outline: none;
}
div.erms-lv-bw:focus > .erms-lv-bvp > li.erms-focused,
div.erms-lv-bw:focus > .erms-lv-bvp > li.erms-focused:hover {
  border-color: #1970cd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(25, 112, 205, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
div.erms-lv-bw:focus > .erms-lv-bvp > li.erms-focused > span > input[type="checkbox"] {
  line-height: 100%;
  opacity: 1;
}
div.erms-lv-bw:focus > .erms-lv-bvp > li.erms-selected,
div.erms-lv-bw:focus > .erms-lv-bvp > li.erms-selected:hover {
  background-color: #0e5667;
  color: #ffffff;
}
div.erms-lv-bw:focus > .erms-lv-bvp > li.erms-selected dl > dt,
div.erms-lv-bw:focus > .erms-lv-bvp > li.erms-selected:hover dl > dt {
  color: #d8d8d8;
}
div.erms-lv-bw i.erms-icon-ban {
  color: #d7d7d7;
  display: none;
  font-size: 48px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
}
/* list view - header view port */
ol.erms-lv-hvp {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
ol.erms-lv-hvp > li {
  background-color: #f3f3f3;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 32px;
}
ol.erms-lv-hvp > li > span {
  background-color: #f3f3f3;
  border-right: 1px solid #ccc;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 64px;
  line-height: 32px;
  margin: 0px;
  overflow: hidden;
  padding: 0px 5px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
ol.erms-lv-hvp > li > span > i[class^="erms-icon-"] {
  color: #666;
  margin: 0px;
}
ol.erms-lv-hvp > li > span > i:nth-last-of-type(2) {
  margin-left: 0.5em;
}
ol.erms-lv-hvp > li > span > i[class^="erms-icon-"] + i {
  margin-left: 0 !important;
}
ol.erms-lv-hvp > li > span > i:nth-last-of-type(1) {
  color: #bbb;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: 4px;
}
/* list view - header window */
div.erms-lv-hw {
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  border-radius: 1px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0px;
  height: 100% !important;
  overflow: hidden;
}
div.erms-navigation-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  padding: 0px;
  overflow: hidden;
}
div.erms-navigation-bar > ol {
  background-color: #f3f3f3;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
div.erms-navigation-bar > ol > li {
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
  display: table-cell;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
div.erms-navigation-bar > ol > li.erms-dd,
div.erms-navigation-bar > ol > li:hover:enabled {
  background-color: #eee;
  color: #222;
}
div.erms-navigation-bar > ol > li.erms-dd > button,
div.erms-navigation-bar > ol > li:hover:enabled > button {
  background-color: #fff;
  color: #222;
  margin: 1px;
  outline: 1px dotted #666;
  cursor: default;
}
div.erms-navigation-bar > ol > li.erms-dd > button > i,
div.erms-navigation-bar > ol > li:hover:enabled > button > i {
  transform: rotate(90deg);
  transform-origin: center center;
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -o-transform: rotate(90deg);
  /* Opera */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
}
div.erms-navigation-bar > ol > li > button {
  border: 0px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: inherit;
  color: inherit;
  cursor: default;
  display: inline-block;
  height: 100%;
  margin: 1px;
  padding: 0px 0.5em;
  vertical-align: middle;
}
div.erms-navigation-bar > ol > li > button > a {
  background-color: inherit;
  color: inherit;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  padding-right: 0.5em;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
div.erms-navigation-bar > ol > li > button > i {
  vertical-align: middle;
}
div.erms-navigation-bar > ol > li > button:disabled {
  color: #666;
}
ol.erms-list-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #898989;
  cursor: default;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  opacity: 1;
  padding: 0px;
  position: relative;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  max-height: 300px;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-touch-callout: none;
}
ol.erms-list-box:focus {
  outline: none;
}
ol.erms-list-box:focus:not(.erms-selection-mode-one) > li.erms-selected {
  background-color: #eee;
}
ol.erms-list-box:focus.erms-selection-mode-one > li.erms-selected {
  background-color: #0e5667;
  color: #ffffff;
}
ol.erms-list-box > li {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  cursor: default;
  display: inline-block;
  line-height: 1.3em;
  padding: 5px 12px 4px 6px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
ol.erms-list-box > li > a {
  background-color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  line-height: 1.3em;
  padding: 5px 6px 5px 6px;
  text-decoration: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: auto;
}
ol.erms-list-box > li > a > i {
  margin-right: 0.5em;
  width: 1em;
}
ol.erms-list-box > li > i {
  font-size: 14px;
  position: absolute;
  padding-right: 0.5em;
  padding-top: auto;
  right: 0px;
  margin-right: 0.5em;
  opacity: 0.7;
  vertical-align: middle;
}
ol.erms-list-box > li > i:hover {
  color: #000;
  cursor: pointer;
  opacity: 1;
}
ol.erms-list-box > li.erms-selected {
  background-color: #eee;
}
ol.erms-list-box > li input[type="checkbox"] {
  background-color: #fff;
  margin: 0;
  padding: 2px;
  vertical-align: middle;
}
div.erms-panel-hub {
  border: 0;
  overflow: hidden;
  position: relative;
  padding: 0px;
}
ol.erms-popup-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.075);
  color: #898989;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style-type: none;
  margin: 0px;
  max-height: 225px;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  padding: 0px;
  position: absolute;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  z-index: 10000;
  -webkit-touch-callout: none;
}
ol.erms-popup-menu.erms-align-right {
  right: 0px;
}
ol.erms-popup-menu > li {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  cursor: default;
  display: block;
  padding: 4px 6px 4px 6px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  z-index: 10000;
}
ol.erms-popup-menu > li.erms-disabled {
  color: #666;
}
ol.erms-popup-menu > li:not(.erms-disabled):hover {
  background-color: #ebebeb;
}
ol.erms-popup-menu > li.erms-selected,
ol.erms-popup-menu > li.erms-selected:focus,
ol.erms-popup-menu > li.erms-selected:hover {
  background-color: #0e5667;
  border-color: transparent;
  color: #ffffff;
}
ol.erms-popup-menu > li > a {
  background-color: inherit;
  color: inherit;
  cursor: default;
  margin-right: 2em;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ol.erms-popup-menu > li a,
ol.erms-popup-menu > li a:focus,
ol.erms-popup-menu > li a:hover {
  outline-color: transparent;
}
ol.erms-popup-menu > li > i {
  font-size: 14px;
  position: absolute;
  padding-right: 0.5em;
  padding-top: auto;
  right: 0px;
}
li.erms-ft-database ol.erms-popup-list {
  min-width: 400px;
}
ol.erms-popup-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #898989;
  cursor: default;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style-type: none;
  margin: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  position: absolute;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  z-index: 10002;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  min-width: 205px;
}
ol.erms-popup-list a.erms-icon-plus,
ol.erms-popup-list a.erms-icon-minus {
  background-color: #444;
  border: 1px solid #444;
  border-radius: 2px;
  color: #fff;
  margin: 0 0.5em 1px 2em;
  padding: 1px 2px;
  vertical-align: middle;
}
ol.erms-popup-list a.erms-icon-plus:hover,
ol.erms-popup-list a.erms-icon-minus:hover {
  border: 1px solid #000;
  background-color: #000;
}
ol.erms-popup-list a.erms-icon-plus.erms-hidden,
ol.erms-popup-list a.erms-icon-minus.erms-hidden {
  visibility: hidden;
}
ol.erms-popup-list li {
  background-color: #fff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  padding: 4px 12px 4px 6px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  z-index: 10002;
}
ol.erms-popup-list li.erms-disabled {
  color: #666;
}
ol.erms-popup-list li.erms-success,
ol.erms-popup-list li.erms-danger {
  opacity: 1;
  color: #000;
  border: 2px solid #000;
}
ol.erms-popup-list li > a {
  background-color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
  vertical-align: middle;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ol.erms-popup-list li > a.erms-none {
  color: #888;
}
ol.erms-popup-list li > a:focus {
  outline: 0px;
}
ol.erms-popup-list li.erms-popup-list {
  margin: 0;
  padding: 0;
}
ol.erms-popup-list li > i {
  font-size: 14px;
  position: absolute;
  padding-right: 0.5em;
  padding-top: auto;
  right: 0px;
  opacity: 0.6;
}
ol.erms-popup-list li > i:hover {
  color: #000;
  cursor: pointer;
  opacity: 1;
}
ol.erms-popup-list li > i.erms-danger,
ol.erms-popup-list li > i.erms-success {
  opacity: 1;
  color: #000;
  font-weight: bold;
}
ol.erms-popup-list li > i.erms-icon-star {
  color: #ffb900 !important;
}
ol.erms-popup-list li > input[type="checkbox"] {
  vertical-align: middle;
}
ol.erms-popup-list li > ol {
  background-color: #fff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style-type: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}
ol.erms-popup-list li > ol > li > input[type='checkbox'] {
  margin-left: 2em;
}
ol.erms-popup-list li > ol > li > a.erms-icon-plus + input[type='checkbox'],
ol.erms-popup-list li > ol > li > a.erms-icon-minus + input[type='checkbox'] {
  margin-left: 0;
}
ol.erms-popup-list li > ol > li > a.erms-icon-plus input[type='checkbox'],
ol.erms-popup-list li > ol > li > a.erms-icon-minus input[type='checkbox'] {
  margin-left: 3em;
}
ol.erms-popup-list li:not(.erms-disabled):hover {
  background-color: #ebebeb;
}
ol.erms-popup-list li.erms-selected,
ol.erms-popup-list li.erms-selected:hover {
  background-color: #0e5667;
  color: #ffffff;
}
ol.erms-popup-list li.erms-collapsed {
  display: none;
}
ol.erms-popup-list.erms-defaultable > li > a {
  overflow: hidden;
  padding-right: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.erms-popup-list.erms-defaultable > li > a + i {
  right: 5px;
}
ol.erms-popup-list.erms-editable > li > a {
  overflow: hidden;
  padding-right: 72px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.erms-popup-list.erms-editable > li > a + i {
  right: 35px;
}
ol.erms-popup-list.erms-editable > li > a + i + i {
  right: 5px;
}
li.erms-qualifier > span:nth-child(1) {
  display: inline-block;
  margin-left: 1em;
  margin-right: 0em;
  text-align: left;
  min-width: 10em;
}
li.erms-qualifier > span:nth-child(2) {
  display: inline-block;
  float: right;
  margin-left: 0.5em;
  margin-right: 2em;
  text-align: right;
  min-width: 7em;
}
li.erms-qualifier > a {
  display: inline;
  float: right;
  visibility: hidden;
  margin-left: 0.5em;
  margin-right: 1em;
  text-align: left;
  white-space: nowrap;
}
/* section header */
div.erms-sh {
  border-bottom: solid 1px #ccc;
  height: 0.6em;
  padding-left: 0.8em;
  margin: 0.5em 0.25em 0em 0.25em;
}
/* section text */
div.erms-st {
  background-color: #fff;
  border: solid 0px #a8a8a8;
  color: #a8a8a8;
  float: left;
  height: 1em;
  padding: 0em 0.25em 0em 0.25em;
}
textarea.erms-text-extender {
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa;
  display: none;
  font-family: Monaco, 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
  font-size: 14px;
  height: 16em;
  margin-top: -1px;
  padding: 10px;
  position: absolute;
  resize: none;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  z-index: 10001;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
div.erms-search-input,
div.erms-text-input {
  background-color: #fff;
  border: 1px solid #867d74;
  border-radius: 0px;
  border-spacing: 1px;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 32px;
  line-height: none;
  padding: 2px 2px 2px 8px !important;
  position: relative;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
div.erms-search-input.erms-disabled,
div.erms-text-input.erms-disabled {
  background-color: #f0f0f0;
}
div.erms-search-input.erms-disabled > a,
div.erms-text-input.erms-disabled > a {
  visibility: hidden;
}
div.erms-search-input.erms-focused,
div.erms-text-input.erms-focused {
  border-color: #1970cd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(25, 112, 205, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
div.erms-search-input > a,
div.erms-text-input > a {
  background-color: #fff;
  border: 0px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  display: table-cell;
  margin: 1px 0px;
  position: relative;
  vertical-align: middle;
  width: 1%;
  min-width: 25px;
  text-align: center;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
div.erms-search-input > a.erms-disabled,
div.erms-text-input > a.erms-disabled {
  color: #ddd;
  cursor: not-allowed;
}
div.erms-search-input > a.erms-hidden,
div.erms-text-input > a.erms-hidden {
  visibility: hidden;
}
div.erms-search-input > a:hover:not(.erms-disabled) > i,
div.erms-text-input > a:hover:not(.erms-disabled) > i {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}
div.erms-search-input > a:hover:not(.erms-disabled) > i.erms-icon-chevron-down,
div.erms-text-input > a:hover:not(.erms-disabled) > i.erms-icon-chevron-down {
  cursor: default;
}
div.erms-search-input > a > i,
div.erms-text-input > a > i {
  font-size: 18px;
  opacity: 0.6;
  color: #323232;
}
div.erms-search-input > a > i.erms-icon-search,
div.erms-text-input > a > i.erms-icon-search {
  opacity: 1;
  color: #ffffff;
}
div.erms-search-input > a.erms-search,
div.erms-text-input > a.erms-search {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #ffffff;
  background-color: #147b94;
  border-color: #147b94;
  cursor: pointer;
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
  margin-left: 1em;
  opacity: 1;
  padding: 0px 4px;
  text-transform: uppercase;
  vertical-align: middle;
}
div.erms-search-input > a.erms-search:hover,
div.erms-text-input > a.erms-search:hover {
  background-color: #11697d;
  border-color: #11697d;
  opacity: 1;
}
div.erms-search-input > a.erms-search > i.erms-icon-search,
div.erms-text-input > a.erms-search > i.erms-icon-search {
  font-size: 18px;
}
div.erms-search-input > input[type="text"],
div.erms-text-input > input[type="text"] {
  background-color: transparent;
  border: 0px solid;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  display: table-cell;
  font-size: 14px;
  height: auto;
  outline: none;
  padding: 0px 2px;
  position: relative;
  line-height: normal;
  margin: 4px 0px;
  vertical-align: middle;
  width: 100%;
}
div.erms-search-input > input[type="text"]:disabled,
div.erms-text-input > input[type="text"]:disabled {
  background-color: transparent;
  color: #666;
  cursor: default;
}
div.erms-search-input > input[type="text"]:focus,
div.erms-text-input > input[type="text"]:focus {
  border: 0px solid;
  box-shadow: none;
}
div.erms-search-input > input[type="text"]::-ms-clear,
div.erms-text-input > input[type="text"]::-ms-clear {
  display: none;
  height: 0px;
  width: 0px;
}
div.erms-search-input span,
div.erms-text-input span {
  background-color: transparent;
  border: 0px solid;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  outline: none;
  padding: 0px 2px;
  position: relative;
  line-height: normal;
  margin: 4px 0px;
  vertical-align: middle;
  width: 100%;
}
div.erms-search-input span:focus,
div.erms-text-input span:focus {
  border: 0px solid;
  box-shadow: none;
}
div.erms-search-input span::-ms-clear,
div.erms-text-input span::-ms-clear {
  display: none;
  height: 0px;
  width: 0px;
}
div.erms-search-input > div,
div.erms-text-input > div {
  position: relative;
}
div.erms-search-input > div.erms-tag-list,
div.erms-text-input > div.erms-tag-list {
  display: none;
  outline: 0;
  width: 100%;
}
div.erms-search-input > div ul,
div.erms-text-input > div ul {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 14px;
  height: 26px;
  line-height: 14px;
  margin: 3px 0px 0px -6px;
  overflow-x: hidden;
  padding: 0px 4px;
  position: absolute;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
div.erms-search-input > div ul li,
div.erms-text-input > div ul li {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  margin-right: 6px;
  padding: 4px;
}
div.erms-search-input > div ul li > i,
div.erms-text-input > div ul li > i {
  cursor: pointer;
}
div.erms-search-input > div ul li > i:hover:not(.erms-disabled),
div.erms-text-input > div ul li > i:hover:not(.erms-disabled) {
  color: #d9534f;
}
div.erms-search-input > div.erms-date-range,
div.erms-text-input > div.erms-date-range,
div.erms-search-input > div.erms-numeric-range,
div.erms-text-input > div.erms-numeric-range {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  display: table-cell;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
div.erms-search-input > div.erms-date-range:focus,
div.erms-text-input > div.erms-date-range:focus,
div.erms-search-input > div.erms-numeric-range:focus,
div.erms-text-input > div.erms-numeric-range:focus {
  border: 0px solid;
  box-shadow: none;
  outline: 0;
}
div.erms-search-input > div.erms-date-range > label,
div.erms-text-input > div.erms-date-range > label,
div.erms-search-input > div.erms-numeric-range > label,
div.erms-text-input > div.erms-numeric-range > label {
  border: 0;
  color: #666;
  display: inline;
  font-weight: normal;
  height: auto;
  margin: 0 !important;
  padding: 0 0.5em 0 0;
  vertical-align: baseline;
}
div.erms-search-input > div.erms-date-range > label:last-of-type,
div.erms-text-input > div.erms-date-range > label:last-of-type,
div.erms-search-input > div.erms-numeric-range > label:last-of-type,
div.erms-text-input > div.erms-numeric-range > label:last-of-type {
  margin-left: 0.5em !important;
}
div.erms-search-input > div.erms-date-range > input[type="text"],
div.erms-text-input > div.erms-date-range > input[type="text"],
div.erms-search-input > div.erms-numeric-range > input[type="text"],
div.erms-text-input > div.erms-numeric-range > input[type="text"] {
  border: 1px solid #867d74;
  border-radius: 0px;
  color: #222;
  height: auto;
  margin: 0 !important;
  padding: 2px 4px;
  width: auto !important;
}
li.erms-suggestion > div {
  margin-left: 0.5em;
  margin-right: 0.5em;
  cursor: default;
}
li.erms-suggestion > div > span {
  color: #999;
  cursor: default;
}
/* utilities */
.erms-addon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  width: 1%;
  white-space: nowrap;
}
.erms-form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  width: 100%;
}
.erms-inline-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25em;
  width: 100%;
}
.erms-input-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  line-height: 100%;
  margin: 0px;
  position: relative;
  width: 100%;
}
.erms-spacer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  width: 1em;
  white-space: nowrap;
}
.erms-half-spacer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  width: 0.5em;
  white-space: nowrap;
}
.erms-wrapper {
  background-color: inherit;
  color: inherit;
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.erms-golden {
  color: #ffb900 !important;
}
.erms-enabled {
  color: green !important;
  opacity: 1;
}
.erms-under-construction {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  height: 100%;
  margin-top: 25%;
  text-align: center;
  vertical-align: middle;
}
.erms-start-date,
.erms-end-date {
  display: inline-block;
}
.erms-start-date + .erms-end-date {
  margin-left: 1em;
}
.erms-spin {
  -webkit-animation: erms-spin 2s infinite linear;
  -moz-animation: erms-spin 2s infinite linear;
  -o-animation: erms-spin 2s infinite linear;
  animation: erms-spin 2s infinite linear;
}
@-moz-keyframes erms-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes erms-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes erms-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes erms-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes erms-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.erms-icon-blank {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-blank:before {
  content: "\0020";
}
.erms-icon-search {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-search:before {
  content: "\f002";
}
.erms-icon-star {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-star:before {
  content: "\f005";
}
.erms-icon-star-o {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-star-o:before {
  content: "\f006";
}
.erms-icon-check {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-check:before {
  content: "\f00c";
}
.erms-icon-times {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-times:before {
  content: "\f00d";
}
.erms-icon-arrow-circle-o-down {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.erms-icon-arrow-circle-o-up {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.erms-icon-arrow-circle-o-up:before {
  content: "\f01a";
}
.erms-icon-arrow-circle-o-left {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.erms-icon-arrow-circle-o-left:before {
  content: "\f01a";
}
.erms-icon-arrow-circle-o-right {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.erms-icon-arrow-circle-o-right:before {
  content: "\f01a";
}
.erms-icon-gear {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-gear:before {
  content: "\f013";
}
.erms-icon-trash-o {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-trash-o:before {
  content: "\f014";
}
.erms-icon-pencil {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-pencil:before {
  content: "\f040";
}
.erms-icon-chevron-left {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-chevron-left:before {
  content: "\f053";
}
.erms-icon-chevron-up {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.erms-icon-chevron-up:before {
  content: "\f053";
}
.erms-icon-chevron-right {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-chevron-right:before {
  content: "\f054";
}
.erms-icon-chevron-down {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.erms-icon-chevron-down:before {
  content: "\f054";
}
.erms-icon-times-circle {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-times-circle:before {
  content: "\f057";
}
.erms-icon-check-circle-o {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-check-circle-o:before {
  content: "\f05d";
}
.erms-icon-ban {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-ban:before {
  content: "\f05e";
}
.erms-icon-plus {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-plus:before {
  content: "\f067";
}
.erms-icon-minus {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-minus:before {
  content: "\f068";
}
.erms-icon-eye {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-eye:before {
  content: "\f06e";
}
.erms-icon-thumb-tack {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-thumb-tack:before {
  content: "\f08d";
}
.erms-icon-filter {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-filter:before {
  content: "\f0b0";
}
.erms-icon-bag {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-bag:before {
  content: "\ea07";
}
.erms-icon-save {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-save:before {
  content: "\f0c7";
}
.erms-icon-bars {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-bars:before {
  content: "\f0c9";
}
.erms-icon-list-ul {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-list-ul:before {
  content: "\f0ca";
}
.erms-icon-caret-down {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-caret-down:before {
  content: "\f0d7";
}
.erms-icon-caret-up {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-caret-up:before {
  content: "\f0d8";
}
.erms-icon-caret-left {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-caret-left:before {
  content: "\f0d9";
}
.erms-icon-caret-right {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-caret-right:before {
  content: "\f0da";
}
.erms-icon-undo {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-undo:before {
  content: "\f0e2";
}
.erms-icon-spinner {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erms-icon-spinner:before {
  content: "\f110";
}
.erms-icon-fold {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.erms-icon-fold:before {
  content: "\f112";
}
.erms-icon-black-exclamation-mark {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.erms-icon-black-exclamation-mark:before {
  content: "\e61e";
}
.erms-icon-red-exclamation-mark {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d9534f;
}
.erms-icon-red-exclamation-mark:before {
  content: "\e61e";
}
div.erms-ft + .modal-footer {
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 1.25em;
}
div.erms-ft + .modal-footer .btn {
  min-width: 7em;
  margin-left: 5px;
}
div.input-block-level,
input[type="text"].input-block-level,
input[type="password"].input-block-level,
select.input-block-level {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 34px;
  width: 100%;
}
.gray-darker {
  color: #222222;
}
.gray-dark {
  color: #333333;
}
.gray {
  color: #555555;
}
.gray-light {
  color: #767676;
}
.gray-light-mid {
  color: #cccccc;
}
.gray-lighter {
  color: #eeeeee;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #e5e3e1;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #367888;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #204851;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e5e3e1;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
body {
  min-width: 1023px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023.98px) {
  body {
    width: 100% !important;
    min-width: 100% !important;
  }
}
#app-view {
  background: #fff;
  border: 1px solid #767676;
  left: 0px;
  margin: 0px 2% 50px 2%;
  padding: 30px;
  right: 0px;
  width: auto;
}
#app-view.clear-box {
  background: transparent;
  border: 0px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
#app-view.full-box {
  border: 0;
  margin: 0;
  padding: 0;
  background: #767676;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.overflow-block-250 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 250px;
}
.overflow-block-250 .table {
  margin-bottom: 0;
  border: 0;
}
.overflow-block-350 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 350px;
}
.overflow-block-350 .table {
  margin-bottom: 0;
  border: 0;
}
.table-container {
  overflow: auto;
  max-height: 112px;
  border: 1px solid #ddd;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.table-container .table {
  margin-bottom: 0;
  border: 0;
}
.table-container .table td {
  font-size: 13px;
  font-weight: 400;
}
.table-container .table td.selected {
  color: #267385;
  font-weight: 600;
  border-right: 3px solid #267385;
}
.table-container.large {
  max-height: 220px;
  border: 1px solid #ddd;
}
.table-container.large .table td {
  font-size: 14px;
  font-weight: 400;
}
.table-container.larger {
  max-height: 320px;
}
.table-container.suppressed {
  max-height: 0px;
}
.table-container.solo {
  max-height: 220px;
}
.modal-open .modal:focus,
.modal {
  outline: none!important;
}
.anchor {
  cursor: pointer;
}
img {
  border: 0px;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #767676;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #767676;
}
.text-primary {
  color: #367888;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #285863;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #367888;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #285863;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 32px) {
  .dl-horizontal dt {
    float: left;
    width: 230px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 250px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #767676;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #767676;
}
h1 {
  font-size: 28px;
  line-height: 2.85714286;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 2.85714286;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.14285714;
}
h3 small {
  font-size: 14px;
}
h3.title {
  color: #267385;
}
h4,
h5,
h6 {
  line-height: 1.42857143;
}
h4 {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #767676;
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
div.container.container-inset {
  width: 100%;
}
div.container.container-inset .row {
  padding: 0px 4%;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #767676;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #e5e3e1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #e8e8e8;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #dbdbdb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.sticky-header {
  font-weight: normal;
  color: #333333;
  background: #eeeeee;
  padding: 5px;
}
.sticky-header a {
  padding: 1px 8px 1px;
}
.sticky-header-blue {
  font-weight: normal;
  color: #267385;
  padding: 5px;
}
.sticky-header-blue a {
  padding: 1px 8px 1px;
}
.table-scroller {
  clear: both;
  overflow-x: auto;
}
.table tr th,
.table tr td {
  cursor: pointer;
}
.table th {
  background: #eeeeee;
  color: #555555;
  font-weight: bold;
  text-transform: uppercase;
}
.table th.down:after {
  content: '\00a0\25BC';
  font-size: 12px;
}
.table th.up:after {
  content: '\00a0\25B2';
  font-size: 12px;
}
.table-bordered thead th {
  border-bottom: 2px solid #ddd;
}
.table-striped tbody tr td,
.table-striped tbody tr th {
  border-top: none;
}
.table-striped-third tbody tr td,
.table-striped-third tbody tr th {
  border-top: none;
}
.table-striped-third tbody tr:nth-child(4n+1) td,
.table-striped-third tbody tr:nth-child(4n+1) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th,
.table tbody tr.selected {
  background-color: #e8e8e8;
}
.table tbody tr:hover td td,
.table tbody tr:hover th td,
.table tbody tr.selected td {
  background-color: #e8e8e8;
}
.table tbody tr.no-hover-effect:hover td,
.table tbody tr.no-hover-effect:hover th,
.table tbody tr.selected {
  background-color: transparent;
}
.table tbody tr.no-hover-effect:hover td td,
.table tbody tr.no-hover-effect:hover th td,
.table tbody tr.selected td {
  background-color: transparent;
}
.table tbody tr[disabled] {
  color: #555555;
  background-color: #eeeeee;
}
.table tbody tr[disabled] td {
  background-color: #eeeeee;
}
.table tbody tr.disabled {
  color: #555555;
  background-color: #eeeeee;
}
.table tbody tr.disabled td {
  background-color: #eeeeee;
}
.form-inline .form-group textarea.width-100 {
  width: 100%;
}
.width-70 {
  width: 70%;
}
.th-cell {
  background: #eeeeee;
  border-top: 1px solid #dddddd;
  border-bottom: 2px solid #dddddd !important;
  color: #555555;
  font-weight: bold;
  line-height: 1.42857143;
  padding: 8px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}
.th-cell-valign-bottom {
  vertical-align: bottom !important;
}
table > tbody > tr > td.table-cell--visible-xl,
table > thead > tr > td.table-cell--visible-xl,
table > tbody > tr > th.table-cell--visible-xl,
table > thead > tr > th.table-cell--visible-xl {
  display: none !important;
}
@media (min-width: 1400px) {
  table > tbody > tr > td.table-cell--visible-xl,
  table > thead > tr > td.table-cell--visible-xl,
  table > tbody > tr > th.table-cell--visible-xl,
  table > thead > tr > th.table-cell--visible-xl {
    display: table-cell !important;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #867d74;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
.form-control:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
label {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
label .radio {
  font-weight: normal;
}
.validation-summary {
  color: #a62413;
  margin-top: 10px;
  margin-bottom: 10px;
}
.validation-summary h4 {
  color: #a62413;
}
input[type="text"],
input[type="password"],
textarea,
select,
.uneditable-input {
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #867d74;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  margin-bottom: 20px;
  width: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.uneditable-input:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.uneditable-input:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.uneditable-input:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 112, 205, 0.6);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.uneditable-input:focus {
  border-color: #1970cd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 112, 205, 0.6);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
.uneditable-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled],
.uneditable-input[disabled],
input[type="text"][readonly],
input[type="password"][readonly],
textarea[readonly],
select[readonly],
.uneditable-input[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] .uneditable-input {
  background-color: #eeeeee;
  opacity: 1;
}
input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled],
.uneditable-input[disabled],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
}
textareainput[type="text"],
textareainput[type="password"],
textareatextarea,
textareaselect,
textarea.uneditable-input {
  height: auto;
}
input[type="text"] .input-mini,
input[type="password"] .input-mini,
textarea .input-mini,
select .input-mini,
.uneditable-input .input-mini {
  width: 60px;
}
input[type="text"] .input-small,
input[type="password"] .input-small,
textarea .input-small,
select .input-small,
.uneditable-input .input-small {
  width: 90px;
}
input[type="text"] .input-medium,
input[type="password"] .input-medium,
textarea .input-medium,
select .input-medium,
.uneditable-input .input-medium {
  width: 150px;
}
input[type="text"] .input-large,
input[type="password"] .input-large,
textarea .input-large,
select .input-large,
.uneditable-input .input-large {
  width: 210px;
}
input[type="text"] .input-xlarge,
input[type="password"] .input-xlarge,
textarea .input-xlarge,
select .input-xlarge,
.uneditable-input .input-xlarge {
  width: 270px;
}
input[type="text"] .input-xxlarge,
input[type="password"] .input-xxlarge,
textarea .input-xxlarge,
select .input-xxlarge,
.uneditable-input .input-xxlarge {
  width: 530px;
}
input[type="text"].input-width-100,
input[type="password"].input-width-100,
textarea.input-width-100,
select.input-width-100,
.uneditable-input.input-width-100 {
  width: 100%;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search label,
.form-inline label,
.form-horizontal label,
.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,
.form-search .form-control,
.form-inline .form-control,
.form-horizontal .form-control {
  display: inline-block;
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-horizontal:last-child {
  margin-bottom: 0;
}
input.warning,
select.warning,
textarea.warning,
.warning {
  border: 2px solid #a62413;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin: 0px 0px 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
@media (max-width: 1264px) {
  .radio-inline.verbose + .radio-inline.verbose,
  .checkbox-inline.verbose + .checkbox-inline.verbose {
    display: block;
    margin-left: 0;
  }
}
.validation-summary {
  color: #a62413;
  margin-top: 10px;
  margin-bottom: 10px;
}
.validation-summary h4 {
  color: #a62413;
}
.checkbox {
  clear: both;
}
.checkbox.no-top-margin {
  margin-top: 0px !important;
}
.checkbox label {
  display: block;
  float: left;
}
.checkbox label.no-top-margin {
  margin-top: 0px !important;
}
.checkbox label.bold {
  font-weight: bold;
}
.checkbox input {
  width: auto;
  height: auto;
  float: left;
}
input[type="checkbox"].fat-finger {
  border: 0px currentColor;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}
input[type="checkbox"].fat-finger + label {
  display: inline-block;
  margin-bottom: 1.5%;
  cursor: default;
  vertical-align: middle;
  width: auto;
}
input[type="checkbox"].fat-finger + label:before {
  background-color: #fff;
  border: 1px solid currentColor;
  color: #555555;
  content: "\A";
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-right: 0.5em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
input[type="checkbox"].fat-finger + label:before {
  border-radius: 0px;
}
input[type="checkbox"].fat-finger:checked + label:before {
  line-height: 1.42857143;
  font-size: 1.42857143;
  content: "✔";
}
input[type="checkbox"].fat-finger:active + label:before {
  background-color: #555555;
  color: #fff;
}
input[type="checkbox"].fat-finger:focus + label:before,
input[type="checkbox"].fat-finger:hover + label:before {
  border-color: #1970cd;
}
input[type="radio"].fat-finger {
  border: 0px currentColor;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}
input[type="radio"].fat-finger + label {
  display: inline-block;
  margin-bottom: 1.5%;
  cursor: default;
  vertical-align: middle;
  width: auto;
}
input[type="radio"].fat-finger + label:before {
  background-color: #fff;
  border: 1px solid currentColor;
  color: #555555;
  content: "\A";
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-right: 0.5em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
input[type="radio"].fat-finger + label:before {
  border-radius: 20px;
}
input[type="radio"].fat-finger:checked + label:before {
  line-height: 1.42857143;
  font-size: 1.42857143;
  content: "●";
}
input[type="radio"].fat-finger:active + label:before {
  background-color: #555555;
  color: #fff;
}
input[type="radio"].fat-finger:focus + label:before,
input[type="radio"].fat-finger:hover + label:before {
  border-color: #1970cd;
}
input.invalidInputBorder,
select.invalidInputBorder {
  border-color: #e24e42;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #367888;
  border-color: #2f6876;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #285863;
  border-color: #0b171a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #285863;
  border-color: #1d414a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #285863;
  background-image: none;
  border-color: #1d414a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1d414a;
  border-color: #0b171a;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #367888;
  border-color: #2f6876;
}
.btn-primary .badge {
  color: #367888;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #378637;
  border-color: #307430;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #286228;
  border-color: #0a1a0a;
}
.btn-success:hover {
  color: #fff;
  background-color: #286228;
  border-color: #1e491e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #286228;
  background-image: none;
  border-color: #1e491e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1e491e;
  border-color: #0a1a0a;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #378637;
  border-color: #307430;
}
.btn-success .badge {
  color: #378637;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #a62413;
  border-color: #8f1f10;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #781a0e;
  border-color: #1d0603;
}
.btn-danger:hover {
  color: #fff;
  background-color: #781a0e;
  border-color: #58130a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #781a0e;
  background-image: none;
  border-color: #58130a;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #58130a;
  border-color: #1d0603;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #a62413;
  border-color: #8f1f10;
}
.btn-danger .badge {
  color: #a62413;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #367888;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #204851;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #767676;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
label.btn-camera-upload {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #367888;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  float: left;
  padding: 6px 20px 6px;
}
label.btn-camera-upload [type=file] {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.my-links-sidebar .info-sidebar {
  list-style: none;
  margin-top: 20px;
}
.my-links-sidebar .info-sidebar li {
  margin-bottom: 10px;
  text-align: left;
}
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  padding: 6px 20px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .btn.verbose {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn-blank {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.btn-blank:hover {
  background-color: transparent;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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%;
}
li.active > i.glyphicon-caret-up {
  bottom: -5px;
  color: white;
  font-size: 14px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.tooltip-wrapper {
  display: inline-block;
}
.tooltip-wrapper button {
  margin-right: -5px;
}
.actionbar .btn {
  font-weight: normal;
  text-transform: capitalize;
  padding: 6px 15px;
}
@media (max-width: 1440px) {
  .actionbar .btn.verbose,
  .actions-bar .btn.verbose {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.actionbar .more-dropdown a {
  text-transform: capitalize;
}
.actionbar .search-query {
  min-width: 150px;
}
input.search-query.filter {
  padding-right: 20px;
}
input.filter::placeholder {
  color: #767676;
}
.ui-state-highlight.ui-state-active,
.ui-widget-content .ui-state-highlight.ui-state-active,
.ui-widget-header .ui-state-highlight.ui-state-active {
  border: 1px solid #5897fb;
  background: #528dc8 url(images/ui-bg_glass_20_528dc8_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
@font-face {
  font-family: 'polaris-iconfont';
  src: url('../fonts/polaris-iconfont.ttf?58nx2') format('truetype'), url('../fonts/polaris-iconfont.woff?58nx2') format('woff'), url('../fonts/polaris-iconfont.svg?58nx2#polaris-iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="glyphicon-"],
[class*=" glyphicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'polaris-iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-file-check2:before {
  content: "\e9aa";
}
.glyphicon-file-eye2:before {
  content: "\e9ac";
}
.glyphicon-database-check:before {
  content: "\eaa1";
}
.glyphicon-bin4:before {
  content: "\ec00";
}
.glyphicon-stack-minus:before {
  content: "\ed3e";
}
.glyphicon-split:before {
  content: "\e917";
}
.glyphicon-loop2:before {
  content: "\eda9";
}
.glyphicon-cart4:before {
  content: "\ea01";
}
.glyphicon-paperplane:before {
  content: "\ec09";
}
.glyphicon-equalizer4:before {
  content: "\eb5e";
}
.glyphicon-bookmark4:before {
  content: "\ecba";
}
.glyphicon-cash4:before {
  content: "\ea14";
}
.glyphicon-cart5:before {
  content: "\ea02";
}
.glyphicon-newspaper:before {
  content: "\e915";
}
.glyphicon-magazine:before {
  content: "\e913";
}
.glyphicon-pen:before {
  content: "\e91c";
}
.glyphicon-file-text2:before {
  content: "\e9ad";
}
.glyphicon-cash2:before {
  content: "\ea12";
}
.glyphicon-pencil-ruler:before {
  content: "\ee83";
}
.glyphicon-pen-plus:before {
  content: "\e91d";
}
.glyphicon-database:before {
  content: "\ea93";
}
.glyphicon-cataloging-processing:before {
  content: "\ea9d";
}
.glyphicon-stack:before {
  content: "\e9cd";
}
.glyphicon-stack-empty:before {
  content: "\ed3b";
}
.glyphicon-file-stats:before {
  content: "\e9c1";
}
.glyphicon-folder2:before {
  content: "\e9db";
}
.glyphicon-folder-open1:before {
  content: "\e9dc";
}
.glyphicon-arrow-right6:before {
  content: "\edce";
}
.glyphicon-arrow-left6:before {
  content: "\edd2";
}
.glyphicon-checkmark1:before {
  content: "\e90e";
}
.glyphicon-checkmark2:before {
  content: "\e90f";
}
.glyphicon-checkmark3:before {
  content: "\ed71";
}
.glyphicon-checkmark4:before {
  content: "\ed72";
}
.glyphicon-checkmark5:before {
  content: "\ed73";
}
.glyphicon-vcard:before {
  content: "\eb11";
}
.glyphicon-equalizer3:before {
  content: "\eb5d";
}
.glyphicon-clipboard3:before {
  content: "\ec52";
}
.glyphicon-checkbox-checked1:before {
  content: "\ee66";
}
.glyphicon-thumbs-up1:before {
  content: "\ecf4";
}
.glyphicon-thumbs-up2:before {
  content: "\ecf5";
}
.glyphicon-home6:before {
  content: "\e90d";
}
.glyphicon-price-tag:before {
  content: "\e9ed";
}
.glyphicon-cash1:before {
  content: "\ea11";
}
.glyphicon-cash:before {
  content: "\e90c";
}
.glyphicon-money:before {
  content: "\e90c";
}
.glyphicon-dollar-bill:before {
  content: "\e90c";
}
.glyphicon-payment:before {
  content: "\e90c";
}
.glyphicon-ecommerce:before {
  content: "\e90c";
}
.glyphicon-archive1:before {
  content: "\e996";
}
.glyphicon-puzzle3:before {
  content: "\ec21";
}
.glyphicon-calendar5:before {
  content: "\ea63";
}
.glyphicon-user3:before {
  content: "\eb08";
}
.glyphicon-user6:before {
  content: "\eb0b";
}
.glyphicon-notification2:before {
  content: "\ed52";
}
.glyphicon-insert-template:before {
  content: "\eeb0";
}
.glyphicon-transmission:before {
  content: "\ee46";
}
.glyphicon-transmission2:before {
  content: "\ee47";
}
.glyphicon-office:before {
  content: "\e90b";
}
.glyphicon-pencil42:before {
  content: "\e912";
}
.glyphicon-compass5:before {
  content: "\ea43";
}
.glyphicon-earth:before {
  content: "\ec96";
}
.glyphicon-stack-plus:before {
  content: "\e90a";
}
.glyphicon-files:before {
  content: "\e90a";
}
.glyphicon-papers:before {
  content: "\e90a";
}
.glyphicon-pages:before {
  content: "\e90a";
}
.glyphicon-bag:before {
  content: "\ea07";
}
.glyphicon-italic2:before {
  content: "\ee9f";
}
.glyphicon-grid:before {
  content: "\ec5d";
}
.glyphicon-pencil4:before {
  content: "\e911";
}
.glyphicon-file-plus:before {
  content: "\e9a1";
}
.glyphicon-copy3:before {
  content: "\e9c7";
}
.glyphicon-folder-plus:before {
  content: "\e9d4";
}
.glyphicon-bag2:before {
  content: "\ea08";
}
.glyphicon-coin-dollar:before {
  content: "\ea0b";
}
.glyphicon-undo2:before {
  content: "\eabf";
}
.glyphicon-tree6:before {
  content: "\ec65";
}
.glyphicon-tree7:before {
  content: "\ec66";
}
.glyphicon-import:before {
  content: "\ec81";
}
.glyphicon-import2:before {
  content: "\ec82";
}
.glyphicon-minus2:before {
  content: "\ed5c";
}
.glyphicon-bold:before {
  content: "\ee97";
}
.glyphicon-arrow-up2:before {
  content: "\e900";
}
.glyphicon-arrow-up3:before {
  content: "\e901";
}
.glyphicon-arrow-down2:before {
  content: "\e902";
}
.glyphicon-arrow-down3:before {
  content: "\e903";
}
.glyphicon-mailbox:before {
  content: "\e905";
}
.glyphicon-database-insert:before {
  content: "\e906";
}
.glyphicon-database-export:before {
  content: "\e907";
}
.glyphicon-city:before {
  content: "\e908";
}
.glyphicon-home5:before {
  content: "\e904";
}
.glyphicon-pencil7:before {
  content: "\e914";
}
.glyphicon-stack3:before {
  content: "\e9cf";
}
.glyphicon-location2:before {
  content: "\ea39";
}
.glyphicon-direction:before {
  content: "\ea4a";
}
.glyphicon-alarm:before {
  content: "\ea53";
}
.glyphicon-truck2:before {
  content: "\ec0c";
}
.glyphicon-checkbox-checked:before {
  content: "\ee63";
}
.glyphicon-profile:before {
  content: "\e620";
}
.glyphicon-eraser2:before {
  content: "\e916";
}
.glyphicon-hammer-wrench:before {
  content: "\eb66";
}
.glyphicon-stack-down:before {
  content: "\ed3d";
}
.glyphicon-user-block:before {
  content: "\e61c";
  color: #444;
}
.glyphicon-user-check:before {
  content: "\e61d";
  color: #444;
}
.glyphicon-zoom-out2:before {
  content: "\e61b";
}
.glyphicon-bubble-plus:before {
  content: "\e619";
}
.glyphicon-bubble-square:before {
  content: "\e61a";
}
.glyphicon-signup:before {
  content: "\e618";
}
.glyphicon-settings:before {
  content: "\e615";
}
.glyphicon-bubble-locked:before {
  content: "\e616";
}
.glyphicon-spinner11:before {
  content: "\e617";
}
.glyphicon-file:before {
  content: "\e078";
}
.glyphicon-file2:before {
  content: "\e079";
}
.glyphicon-file3:before {
  content: "\e07a";
}
.glyphicon-file4:before {
  content: "\e07b";
}
.glyphicon-file5:before {
  content: "\e07c";
}
.glyphicon-file6:before {
  content: "\e07d";
}
.glyphicon-file7:before {
  content: "\e085";
}
.glyphicon-file8:before {
  content: "\e086";
}
.glyphicon-file9:before {
  content: "\e08d";
}
.glyphicon-cancel-circle:before {
  content: "\e365";
}
.glyphicon-cancel-circle2:before {
  content: "\e366";
}
.glyphicon-cancel:before {
  content: "\e369";
}
.glyphicon-close:before {
  content: "\e36e";
}
.glyphicon-close2:before {
  content: "\e36f";
}
.glyphicon-close3:before {
  content: "\e371";
}
.glyphicon-stackoverflow:before {
  content: "\e613";
}
.glyphicon-notebook:before {
  content: "\e0ea";
}
.glyphicon-mail-send:before {
  content: "\e0ed";
}
.glyphicon-popout:before {
  content: "\e612";
}
.glyphicon-loop-rounded:before {
  content: "\e605";
}
.glyphicon-book:before {
  content: "\e071";
}
.glyphicon-books:before {
  content: "\e072";
}
.glyphicon-file10:before {
  content: "\e077";
}
.glyphicon-cart-remove:before {
  content: "\e0cb";
}
.glyphicon-coin:before {
  content: "\e0d3";
}
.glyphicon-coins:before {
  content: "\e0d4";
}
.glyphicon-calculate:before {
  content: "\e0d7";
}
.glyphicon-calculate2:before {
  content: "\e0d8";
}
.glyphicon-envelop:before {
  content: "\e0ef";
}
.glyphicon-history:before {
  content: "\e0ff";
}
.glyphicon-clock:before {
  content: "\e101";
}
.glyphicon-forward:before {
  content: "\e14d";
}
.glyphicon-bubble:before {
  content: "\e150";
}
.glyphicon-users:before {
  content: "\e186";
}
.glyphicon-user-plus:before {
  content: "\e188";
}
.glyphicon-user-minus:before {
  content: "\e18a";
}
.glyphicon-users2:before {
  content: "\e18d";
}
.glyphicon-spinner:before {
  content: "\e1b0";
}
.glyphicon-spinner2:before {
  content: "\e1b2";
}
.glyphicon-binoculars:before {
  content: "\e1b4";
}
.glyphicon-zoomout:before {
  content: "\e1bd";
}
.glyphicon-lock:before {
  content: "\e1d5";
}
.glyphicon-unlocked:before {
  content: "\e1d6";
}
.glyphicon-wand:before {
  content: "\e1ec";
}
.glyphicon-globe:before {
  content: "\e2c4";
}
.glyphicon-link:before {
  content: "\e2c9";
}
.glyphicon-link2:before {
  content: "\e2ca";
}
.glyphicon-attachment:before {
  content: "\e2d7";
}
.glyphicon-weather-lightning:before {
  content: "\e2ec";
}
.glyphicon-wondering:before {
  content: "\e336";
}
.glyphicon-question2:before {
  content: "\e35b";
}
.glyphicon-blocked:before {
  content: "\e364";
}
.glyphicon-close4:before {
  content: "\e36d";
}
.glyphicon-checkmark:before {
  content: "\e370";
}
.glyphicon-forward2:before {
  content: "\e384";
}
.glyphicon-enter:before {
  content: "\e41c";
}
.glyphicon-filter:before {
  content: "\e443";
}
.glyphicon-money-coins:before {
  content: "\e603";
}
.glyphicon-money-circle:before {
  content: "\e604";
}
.glyphicon-books2:before {
  content: "\e602";
}
.glyphicon-warning:before {
  content: "\e601";
}
.glyphicon-drawer:before {
  content: "\e608";
}
.glyphicon-drawer2:before {
  content: "\e609";
}
.glyphicon-undo:before {
  content: "\e610";
}
.glyphicon-numbered-list:before {
  content: "\e60a";
}
.glyphicon-cloud:before {
  content: "\e60b";
}
.glyphicon-enter2:before {
  content: "\e606";
}
.glyphicon-uniF007:before {
  content: "\f007";
}
.glyphicon-user:before {
  content: "\e000";
}
.glyphicon-user-add:before {
  content: "\e001";
}
.glyphicon-return:before {
  content: "\e002";
}
.glyphicon-trash:before {
  content: "\f014";
}
.glyphicon-fee-waive:before {
  content: "\e003";
}
.glyphicon-fee-remove:before {
  content: "\e004";
}
.glyphicon-fee-add:before {
  content: "\e007";
}
.glyphicon-book-audio:before {
  content: "\e008";
}
.glyphicon-box-add:before {
  content: "\e005";
}
.glyphicon-box-remove:before {
  content: "\e006";
}
.glyphicon-glass:before {
  content: "\f000";
}
.glyphicon-music:before {
  content: "\f001";
}
.glyphicon-search:before {
  content: "\f002";
}
.glyphicon-envelope:before {
  content: "\f003";
}
.glyphicon-heart:before {
  content: "\f004";
}
.glyphicon-star:before {
  content: "\f005";
}
.glyphicon-star-empty:before {
  content: "\f006";
}
.glyphicon-film:before {
  content: "\f008";
}
.glyphicon-th-large:before {
  content: "\f009";
}
.glyphicon-th:before {
  content: "\f00a";
}
.glyphicon-th-list:before {
  content: "\f00b";
}
.glyphicon-ok:before {
  content: "\f00c";
}
.glyphicon-remove:before {
  content: "\f00d";
}
.glyphicon-zoom-in:before {
  content: "\f00e";
}
.glyphicon-zoom-out:before {
  content: "\f010";
}
.glyphicon-off:before {
  content: "\f011";
}
.glyphicon-cog:before {
  content: "\f013";
}
.glyphicon-file22:before {
  content: "\f016";
}
.glyphicon-time:before {
  content: "\f017";
}
.glyphicon-road:before {
  content: "\f018";
}
.glyphicon-download:before {
  content: "\f01a";
}
.glyphicon-upload:before {
  content: "\f01b";
}
.glyphicon-inbox:before {
  content: "\f01c";
}
.glyphicon-play-circle:before {
  content: "\f01d";
}
.glyphicon-repeat:before {
  content: "\f01e";
}
.glyphicon-refresh:before {
  content: "\f021";
}
.glyphicon-list-alt:before {
  content: "\f022";
}
.glyphicon-flag:before {
  content: "\f024";
}
.glyphicon-headphones:before {
  content: "\f025";
}
.glyphicon-volume-off:before {
  content: "\f026";
}
.glyphicon-volume-down:before {
  content: "\f027";
}
.glyphicon-volume-up:before {
  content: "\f028";
}
.glyphicon-qrcode:before {
  content: "\f029";
}
.glyphicon-barcode:before {
  content: "\f02a";
}
.glyphicon-tag:before {
  content: "\f02b";
}
.glyphicon-book2:before {
  content: "\f02d";
}
.glyphicon-bookmark:before {
  content: "\f02e";
}
.glyphicon-print:before {
  content: "\f02f";
}
.glyphicon-camera:before {
  content: "\f030";
}
.glyphicon-font:before {
  content: "\f031";
}
.glyphicon-bold2:before {
  content: "\f032";
}
.glyphicon-italic:before {
  content: "\f033";
}
.glyphicon-text-height:before {
  content: "\f034";
}
.glyphicon-text-width:before {
  content: "\f035";
}
.glyphicon-align-left:before {
  content: "\f036";
}
.glyphicon-align-center:before {
  content: "\f037";
}
.glyphicon-align-right:before {
  content: "\f038";
}
.glyphicon-align-justify:before {
  content: "\f039";
}
.glyphicon-list:before {
  content: "\f03a";
}
.glyphicon-indent-left:before {
  content: "\f03b";
}
.glyphicon-indent-right:before {
  content: "\f03c";
}
.glyphicon-facetime-video:before {
  content: "\f03d";
}
.glyphicon-picture:before {
  content: "\f03e";
}
.glyphicon-pencil:before {
  content: "\f040";
}
.glyphicon-map-marker:before {
  content: "\f041";
}
.glyphicon-tint:before {
  content: "\f043";
}
.glyphicon-edit:before {
  content: "\f044";
}
.glyphicon-share:before {
  content: "\f045";
}
.glyphicon-check:before {
  content: "\f046";
}
.glyphicon-move:before {
  content: "\f047";
}
.glyphicon-step-backward:before {
  content: "\f048";
}
.glyphicon-fast-backward:before {
  content: "\f049";
}
.glyphicon-backward:before {
  content: "\f04a";
}
.glyphicon-play:before {
  content: "\f04b";
}
.glyphicon-pause:before {
  content: "\f04c";
}
.glyphicon-stop:before {
  content: "\f04d";
}
.glyphicon-forward22:before {
  content: "\f04e";
}
.glyphicon-fast-forward:before {
  content: "\f050";
}
.glyphicon-step-forward:before {
  content: "\f051";
}
.glyphicon-eject:before {
  content: "\f052";
}
.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}
.glyphicon-plus-sign:before {
  content: "\f055";
}
.glyphicon-minus-sign:before {
  content: "\f056";
}
.glyphicon-remove-sign:before {
  content: "\f057";
}
.glyphicon-question-sign:before {
  content: "\f059";
}
.glyphicon-info-sign:before {
  content: "\f05a";
}
.glyphicon-screenshot:before {
  content: "\f05b";
}
.glyphicon-remove-circle:before {
  content: "\f05c";
}
.glyphicon-ok-circle:before {
  content: "\f05d";
}
.glyphicon-ban-circle:before {
  content: "\f05e";
}
.glyphicon-arrow-left:before {
  content: "\f060";
}
.glyphicon-arrow-right:before {
  content: "\f061";
}
.glyphicon-arrow-up:before {
  content: "\f062";
}
.glyphicon-arrow-down:before {
  content: "\f063";
}
.glyphicon-share-alt:before {
  content: "\f064";
}
.glyphicon-resize-full:before {
  content: "\f065";
}
.glyphicon-resize-small:before {
  content: "\f066";
}
.glyphicon-plus:before {
  content: "\f067";
}
.glyphicon-minus:before {
  content: "\f068";
}
.glyphicon-asterisk:before {
  content: "\f069";
}
.glyphicon-exclamation-sign:before {
  content: "\f06a";
}
.glyphicon-gift:before {
  content: "\f06b";
}
.glyphicon-leaf:before {
  content: "\f06c";
}
.glyphicon-fire:before {
  content: "\f06d";
}
.glyphicon-eye-close:before {
  content: "\f070";
}
.glyphicon-calendar:before {
  content: "\f073";
}
.glyphicon-random:before {
  content: "\f074";
}
.glyphicon-comment:before {
  content: "\f075";
}
.glyphicon-magnet:before {
  content: "\f076";
}
.glyphicon-chevron-up:before {
  content: "\f077";
}
.glyphicon-chevron-down:before {
  content: "\f078";
}
.glyphicon-retweet:before {
  content: "\f079";
}
.glyphicon-shopping-cart:before {
  content: "\f07a";
}
.glyphicon-folder-close:before {
  content: "\f07b";
}
.glyphicon-folder-open:before {
  content: "\f07c";
}
.glyphicon-resize-vertical:before {
  content: "\f07d";
}
.glyphicon-resize-horizontal:before {
  content: "\f07e";
}
.glyphicon-bar-chart:before {
  content: "\f080";
}
.glyphicon-camera-retro:before {
  content: "\f083";
}
.glyphicon-key:before {
  content: "\f084";
}
.glyphicon-comments:before {
  content: "\f086";
}
.glyphicon-thumbs-up:before {
  content: "\f087";
}
.glyphicon-thumbs-down:before {
  content: "\f088";
}
.glyphicon-heart-empty:before {
  content: "\f08a";
}
.glyphicon-signout:before {
  content: "\f08b";
}
.glyphicon-pushpin:before {
  content: "\f08d";
}
.glyphicon-external-link:before {
  content: "\f08e";
}
.glyphicon-signin:before {
  content: "\f090";
}
.glyphicon-trophy:before {
  content: "\f091";
}
.glyphicon-upload-alt:before {
  content: "\f093";
}
.glyphicon-lemon:before {
  content: "\f094";
}
.glyphicon-phone:before {
  content: "\f095";
}
.glyphicon-check-empty:before {
  content: "\f096";
}
.glyphicon-bookmark-empty:before {
  content: "\f097";
}
.glyphicon-phone-sign:before {
  content: "\f098";
}
.glyphicon-unlock:before {
  content: "\f09c";
}
.glyphicon-rss:before {
  content: "\f09e";
}
.glyphicon-hdd:before {
  content: "\f0a0";
}
.glyphicon-bullhorn:before {
  content: "\f0a1";
}
.glyphicon-bell:before {
  content: "\f0a2";
}
.glyphicon-certificate:before {
  content: "\f0a3";
}
.glyphicon-hand-right:before {
  content: "\f0a4";
}
.glyphicon-hand-left:before {
  content: "\f0a5";
}
.glyphicon-hand-up:before {
  content: "\f0a6";
}
.glyphicon-hand-down:before {
  content: "\f0a7";
}
.glyphicon-circle-arrow-left:before {
  content: "\f0a8";
}
.glyphicon-circle-arrow-right:before {
  content: "\f0a9";
}
.glyphicon-circle-arrow-up:before {
  content: "\f0aa";
}
.glyphicon-circle-arrow-down:before {
  content: "\f0ab";
}
.glyphicon-globe2:before {
  content: "\f0ac";
}
.glyphicon-wrench:before {
  content: "\f0ad";
}
.glyphicon-tasks:before {
  content: "\f0ae";
}
.glyphicon-filter2:before {
  content: "\f0b0";
}
.glyphicon-briefcase:before {
  content: "\f0b1";
}
.glyphicon-link22:before {
  content: "\f0c1";
}
.glyphicon-cloud2:before {
  content: "\f0c2";
}
.glyphicon-beaker:before {
  content: "\f0c3";
}
.glyphicon-cut:before {
  content: "\f0c4";
}
.glyphicon-copy:before {
  content: "\f0c5";
}
.glyphicon-paper-clip:before {
  content: "\f0c6";
}
.glyphicon-save:before {
  content: "\f0c7";
}
.glyphicon-sign-blank:before {
  content: "\f0c8";
}
.glyphicon-reorder:before {
  content: "\f0c9";
}
.glyphicon-list-ul:before {
  content: "\f0ca";
}
.glyphicon-list-ol:before {
  content: "\f0cb";
}
.glyphicon-strikethrough:before {
  content: "\f0cc";
}
.glyphicon-underline:before {
  content: "\f0cd";
}
.glyphicon-table:before {
  content: "\f0ce";
}
.glyphicon-magic:before {
  content: "\f0d0";
}
.glyphicon-truck:before {
  content: "\f0d1";
}
.glyphicon-money1:before {
  content: "\f0d6";
}
.glyphicon-caret-down:before {
  content: "\f0d7";
}
.glyphicon-caret-up:before {
  content: "\f0d8";
}
.glyphicon-caret-left:before {
  content: "\f0d9";
}
.glyphicon-caret-right:before {
  content: "\f0da";
}
.glyphicon-columns:before {
  content: "\f0db";
}
.glyphicon-sort:before {
  content: "\f0dc";
}
.glyphicon-sort-down:before {
  content: "\f0dd";
}
.glyphicon-sort-up:before {
  content: "\f0de";
}
.glyphicon-envelope-alt:before {
  content: "\f0e0";
}
.glyphicon-linkedin:before {
  content: "\f0e1";
}
.glyphicon-undo22:before {
  content: "\f0e2";
}
.glyphicon-legal:before {
  content: "\f0e3";
}
.glyphicon-dashboard:before {
  content: "\f0e4";
}
.glyphicon-comment-alt:before {
  content: "\f0e5";
}
.glyphicon-comments-alt:before {
  content: "\f0e6";
}
.glyphicon-sitemap:before {
  content: "\f0e8";
}
.glyphicon-paste:before {
  content: "\f0ea";
}
.glyphicon-exchange:before {
  content: "\f0ec";
}
.glyphicon-cloud-download:before {
  content: "\f0ed";
}
.glyphicon-cloud-upload:before {
  content: "\f0ee";
}
.glyphicon-suitcase:before {
  content: "\f0f2";
}
.glyphicon-bell-alt:before {
  content: "\f0f3";
}
.glyphicon-coffee:before {
  content: "\f0f4";
}
.glyphicon-food:before {
  content: "\f0f5";
}
.glyphicon-file-alt:before {
  content: "\f0f6";
}
.glyphicon-building:before {
  content: "\f0f7";
}
.glyphicon-plus-sign2:before {
  content: "\f0fe";
}
.glyphicon-double-angle-left:before {
  content: "\f100";
}
.glyphicon-double-angle-right:before {
  content: "\f101";
}
.glyphicon-double-angle-down:before {
  content: "\f103";
}
.glyphicon-angle-left:before {
  content: "\f104";
}
.glyphicon-angle-right:before {
  content: "\f105";
}
.glyphicon-angle-up:before {
  content: "\f106";
}
.glyphicon-angle-down:before {
  content: "\f107";
}
.glyphicon-desktop:before {
  content: "\f108";
}
.glyphicon-laptop:before {
  content: "\f109";
}
.glyphicon-tablet:before {
  content: "\f10a";
}
.glyphicon-mobile:before {
  content: "\f10b";
}
.glyphicon-circle-blank:before {
  content: "\f10c";
}
.glyphicon-quote-left:before {
  content: "\f10d";
}
.glyphicon-quote-right:before {
  content: "\f10e";
}
.glyphicon-spinner3:before {
  content: "\f110";
}
.glyphicon-circle:before {
  content: "\f111";
}
.glyphicon-reply:before {
  content: "\f112";
}
.glyphicon-folder-close-alt:before {
  content: "\f114";
}
.glyphicon-folder-open-alt:before {
  content: "\f115";
}
.glyphicon-adjust:before {
  content: "\f042";
}
.glyphicon-ok-sign:before {
  content: "\f058";
}
.glyphicon-eye-open:before {
  content: "\f06e";
}
.glyphicon-cogs:before {
  content: "\f085";
}
.glyphicon-fullscreen:before {
  content: "\f0b2";
}
.glyphicon-lightbulb:before {
  content: "\f0eb";
}
.glyphicon-double-angle-up:before {
  content: "\f102";
}
.glyphicon-home:before {
  content: "\f015";
}
.glyphicon-tags:before {
  content: "\f02c";
}
.glyphicon-beer:before {
  content: "\f0fc";
}
.glyphicon-lock2:before {
  content: "\f023";
}
.glyphicon-link-broken:before {
  content: "\e00a";
}
.glyphicon-star-half:before {
  content: "\f089";
}
.glyphicon-flag-new:before {
  content: "\e009";
}
.glyphicon-flag-deny:before {
  content: "\e00b";
}
.glyphicon-flag-remove:before {
  content: "\e00c";
}
.glyphicon-flag-activate:before {
  content: "\e00d";
}
.glyphicon-download-alt:before {
  content: "\f019";
}
.glyphicon-credit:before {
  content: "\f09d";
}
.glyphicon-fax:before {
  content: "\e00e";
}
.glyphicon-power:before {
  content: "\e909";
}
.glyphicon-serials-checkin:before {
  content: "\e910";
}
.glyphicon-secured-patron:before {
  content: "\e61f";
}
.glyphicon-banknote:before {
  content: "\e607";
}
.glyphicon-users3:before {
  content: "\e611";
}
.glyphicon-thunder:before {
  content: "\e60c";
}
.glyphicon-bucket:before {
  content: "\e60d";
}
.glyphicon-archive:before {
  content: "\e60e";
}
.glyphicon-cloud3:before {
  content: "\e60f";
}
.glyphicon-publish:before {
  content: "\e614";
}
.glyphicon-exclamation:before {
  content: "\e61e";
}
.glyphicon-question:before {
  content: "\f128";
}
.glyphicon-dollar:before {
  content: "\e600";
}
.glyphicon-notification2-overlay:before {
  content: "\ed52";
  margin-right: -0.65em;
}
.glyphicon-notification2-overlay:after {
  content: "\e61e";
  /* Overlay the  exclamtion */
  color: white;
  margin-right: 0.7em;
  font-size: 0.95em;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #222;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #08313a;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #367888;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #767676;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #767676;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 32px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul.dropdown-menu li button {
  background-color: transparent;
  border-color: transparent;
  padding: 0 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
ul.dropdown-menu li button:focus,
ul.dropdown-menu li button:hover {
  color: white;
}
ul.dropdown-menu li a,
ul.dropdown-menu li button {
  cursor: pointer;
}
ul.dropdown-menu li a:focus,
ul.dropdown-menu li button:focus,
ul.dropdown-menu li a:hover,
ul.dropdown-menu li button:hover {
  background-image: -webkit-linear-gradient(top, #08313a 0%, #051e24 100%);
  background-image: -o-linear-gradient(top, #08313a 0%, #051e24 100%);
  background-image: linear-gradient(to bottom, #08313a 0%, #051e24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff08313a', endColorstr='#ff051e24', GradientType=0);
  background-repeat: repeat-x;
  background-color: #051e24;
}
ul.dropdown-menu li a.disabled,
ul.dropdown-menu li button.disabled,
ul.dropdown-menu li a[disabled],
ul.dropdown-menu li button[disabled] {
  cursor: default;
  color: #767676;
  opacity: 0.5;
  pointer-events: none;
}
select.ui-datepicker-month {
  height: 21px;
  padding: 0;
}
select.ui-datepicker-year {
  height: 21px;
  padding: 0;
}
.flyout {
  position: relative;
}
.flyout .dropdown-menu {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.flyout:hover > .dropdown-menu,
.flyout:focus > .dropdown-menu,
.flyout:focus-within > .dropdown-menu,
.flyout:focus-visible > .dropdown-menu {
  display: block;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-group.pull-right {
  margin-left: 5px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #867d74;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-addon,
.input-group-btn {
  width: auto;
}
.filter::-ms-clear {
  width: 0;
  height: 0;
}
.clear-filter {
  bottom: 0;
  color: #ccc;
  cursor: pointer;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: auto;
  padding-right: 4px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #767676;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #767676;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #367888;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #e5e3e1;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #e5e3e1;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #367888;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #e5e3e1;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 32px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 32px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 32px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 32px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 32px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 32px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 32px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 32px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 31px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 32px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form input,
.navbar-form label,
.navbar-form textarea,
.navbar-form select,
.navbar-form .help-inline,
.navbar-form .uneditable-input,
.navbar-form .input-prepend,
.navbar-form .input-append,
.navbar-form .form-control {
  display: inline-block;
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.navbar-form .hide {
  display: none;
}
@media (max-width: 31px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 32px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 32px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 32px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 31px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #0e5667;
  border-color: #08313a;
}
.navbar-inverse .navbar-brand {
  color: #e0e0e0;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9c9c9c;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e0e0e0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #282828;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #282828;
  background-color: #fff;
}
@media (max-width: 31px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #08313a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #08313a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #282828;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0a3c48;
}
.navbar-inverse .navbar-link {
  color: #e0e0e0;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #e0e0e0;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: inherit;
  line-height: inherit;
  padding: 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  outline: 0;
}
.navbar-brand > img {
  padding: 11px 15px 10px;
}
@media (min-width: 32px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-notification {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  bottom: 2px;
}
.notification-warning {
  color: #a62413;
}
.menu-icon-container {
  width: 20px;
  display: inline-block;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #767676;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #367888;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #204851;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #367888;
  border-color: #367888;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #767676;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #767676;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #767676;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5c5c5c;
}
.label-primary {
  background-color: #367888;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #285863;
}
.label-success {
  background-color: #378637;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #286228;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #a62413;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #781a0e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #767676;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #367888;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #e5e3e1;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #367888;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #367888;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #378637;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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-bar-danger {
  background-color: #a62413;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #767676;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #767676;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #367888;
  border-color: #367888;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #acd4de;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #367888;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #367888;
  border-color: #367888;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #367888;
}
.panel-primary > .panel-heading .badge {
  color: #367888;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #367888;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well-white {
  border-color: #767676;
  background-color: #fff;
}
.form-wrapper {
  padding: 10px;
  margin-bottom: 0;
}
.form-wrapper .well {
  padding: 15px 20px;
  margin-bottom: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-open .modal {
  padding-right: 0px !important;
}
.modal {
  background-color: #fff;
  bottom: auto;
  left: 50%;
  margin: -250px 0 0 -403px;
  overflow: visible;
  position: fixed;
  top: 50%;
  width: 806px;
  z-index: 1050;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.modal.confirm {
  width: 400px;
  margin: -250px 0 0 -200px;
}
.modal.confirm.verbose {
  left: 45%;
  width: 500px;
}
.modal.prompt-small {
  width: 500px;
  margin: -250px 0 0 -250px;
}
.modal.prompt-medium {
  width: 600px;
  margin: -250px 0 0 -300px;
}
.modal.prompt {
  min-height: 150px;
  width: 758px;
  margin: -250px 0 0 -379px;
}
.modal.fade {
  -webkit-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: 50%;
}
.modal .dark-header-full {
  background: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
}
.modal .dark-gray-header-full {
  background: #eeeeee;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
.modal .dark-header-full,
.modal .dark-gray-header-full {
  padding: 15px;
}
.modal .dark-header-full p,
.modal .dark-gray-header-full p {
  margin-bottom: 0;
  font-size: 14px;
}
.modal.xlarge {
  top: 40%;
}
.modal.xlarge .panel {
  margin-bottom: 0;
}
.modal.error {
  border-color: #c00020;
  border-style: solid;
  border-width: 2px;
}
.modal.search {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: -300px 0 0 -487px;
  width: 974px;
}
.modal.search .modal-footer {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 974px;
}
.modal.xwidth {
  width: 806px;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eeeeee;
}
.modal-header .secondary-header {
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-header .secondary-header:empty {
  padding: 0;
}
.modal-header .modal-title {
  color: #267385;
}
.modal-body {
  overflow-y: auto;
  max-height: 500px;
  padding: 15px;
}
.modal-body .white-body {
  background: #fff;
}
.modal-body .dark-content {
  margin-top: 30px;
}
.modal-body .dark-header-full,
.modal-body .dark-gray-header-full {
  margin: -15px -15px 15px -15px;
}
.modal-body .dropdown {
  width: 200px;
}
.modal-body .wider-input {
  width: 315px;
}
.modal-body .section-header {
  padding: 4px 12px;
  background: #eeeeee;
  margin-bottom: 10px;
}
.modal-body .section-header h3 {
  margin-top: 2px;
}
.modal-body .list-header {
  background: #eeeeee;
  margin-bottom: 0px;
  padding-left: 10px;
}
.modal-body .list-header > p {
  margin: 0px;
  padding: 5px;
}
.modal-body .list-header > h4 {
  padding-left: 5px;
  padding-top: 5px;
}
.modal-body .patron-table {
  display: block;
  overflow-y: auto;
  border: 1px solid #eeeeee;
}
.modal-body .patron-table > thead > tr > th,
.modal-body .patron-table > tbody > tr > th,
.modal-body .patron-table > tfoot > tr > th,
.modal-body .patron-table > thead > tr > td,
.modal-body .patron-table > tbody > tr > td,
.modal-body .patron-table > tfoot > tr > td {
  padding: 1px;
  border: 0px;
}
.modal-body .td-btn {
  padding: 5px;
  margin: 5px;
  text-transform: none;
  border: 1px solid #767676;
  color: #000;
}
.modal-body .td-btn:hover {
  background-color: #eeeeee;
}
.modal-body .td-btn:focus {
  text-decoration: none;
  border: 1px solid #1970cd;
}
.modal-body .td-label {
  width: 40%;
  text-align: right;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 1px;
  color: #767676;
}
.modal-body .patron-table .td-value {
  width: 60%;
  padding-left: 5px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-top: 1px;
}
.modal-footer {
  background-color: #eeeeee;
}
.modal-side-bar {
  float: left;
  width: 32%;
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: -15px;
  border-right: 1px solid #eeeeee;
}
.modal-side-content {
  width: 67%;
  float: right;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover {
  min-width: 225px;
  max-width: 550px;
  width: auto;
}
.popover-divider {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #eeeeee;
  height: 1px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.no-margin {
  margin: 0;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-15 {
  margin-top: 15px;
}
.padding-10 {
  padding: 10px;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-10 {
  padding-top: 10px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
body:not(.pinned) .visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  body:not(.pinned) .visible-xs {
    display: block !important;
  }
  tablebody:not(.pinned) .visible-xs {
    display: table !important;
  }
  trbody:not(.pinned) .visible-xs {
    display: table-row !important;
  }
  thbody:not(.pinned) .visible-xs,
  tdbody:not(.pinned) .visible-xs {
    display: table-cell !important;
  }
}
body:not(.pinned) .visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.pinned) .visible-sm {
    display: block !important;
  }
  tablebody:not(.pinned) .visible-sm {
    display: table !important;
  }
  trbody:not(.pinned) .visible-sm {
    display: table-row !important;
  }
  thbody:not(.pinned) .visible-sm,
  tdbody:not(.pinned) .visible-sm {
    display: table-cell !important;
  }
}
body:not(.pinned) .visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.pinned) .visible-md {
    display: block !important;
  }
  tablebody:not(.pinned) .visible-md {
    display: table !important;
  }
  trbody:not(.pinned) .visible-md {
    display: table-row !important;
  }
  thbody:not(.pinned) .visible-md,
  tdbody:not(.pinned) .visible-md {
    display: table-cell !important;
  }
}
body:not(.pinned) .visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  body:not(.pinned) .visible-lg {
    display: block !important;
  }
  tablebody:not(.pinned) .visible-lg {
    display: table !important;
  }
  trbody:not(.pinned) .visible-lg {
    display: table-row !important;
  }
  thbody:not(.pinned) .visible-lg,
  tdbody:not(.pinned) .visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  body:not(.pinned) .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.pinned) .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.pinned) .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body:not(.pinned) .hidden-lg {
    display: none !important;
  }
}
body.pinned .visible-xs {
  display: none !important;
}
@media (max-width: 1007px) {
  body.pinned .visible-xs {
    display: block !important;
  }
  tablebody.pinned .visible-xs {
    display: table !important;
  }
  trbody.pinned .visible-xs {
    display: table-row !important;
  }
  thbody.pinned .visible-xs,
  tdbody.pinned .visible-xs {
    display: table-cell !important;
  }
}
body.pinned .visible-sm {
  display: none !important;
}
@media (min-width: 1008px) and (max-width: 1231px) {
  body.pinned .visible-sm {
    display: block !important;
  }
  tablebody.pinned .visible-sm {
    display: table !important;
  }
  trbody.pinned .visible-sm {
    display: table-row !important;
  }
  thbody.pinned .visible-sm,
  tdbody.pinned .visible-sm {
    display: table-cell !important;
  }
}
body.pinned .visible-md {
  display: none !important;
}
@media (min-width: 1232px) and (max-width: 1439px) {
  body.pinned .visible-md {
    display: block !important;
  }
  tablebody.pinned .visible-md {
    display: table !important;
  }
  trbody.pinned .visible-md {
    display: table-row !important;
  }
  thbody.pinned .visible-md,
  tdbody.pinned .visible-md {
    display: table-cell !important;
  }
}
body.pinned .visible-lg {
  display: none !important;
}
@media (min-width: 1440px) {
  body.pinned .visible-lg {
    display: block !important;
  }
  tablebody.pinned .visible-lg {
    display: table !important;
  }
  trbody.pinned .visible-lg {
    display: table-row !important;
  }
  thbody.pinned .visible-lg,
  tdbody.pinned .visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 1007px) {
  body.pinned .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1008px) and (max-width: 1231px) {
  body.pinned .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1232px) and (max-width: 1439px) {
  body.pinned .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  body.pinned .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.deprecated-form-actions {
  padding: 10px 0 10px;
  background-color: transparent;
}
.deprecated-form-actions:before,
.deprecated-form-actions:after {
  display: table;
  content: " ";
}
.deprecated-form-actions:after {
  clear: both;
}
.deprecated-form-actions:before,
.deprecated-form-actions:after {
  display: table;
  content: " ";
}
.deprecated-form-actions:after {
  clear: both;
}
.deprecated-controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.deprecated-controls :first-child {
  *padding-left: 160px;
}
.deprecated-navbar-inner {
  min-height: 50px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
body {
  padding-top: 50px;
  min-width: 1023px;
}
@media screen and (max-width: 1023.98px) {
  .body {
    width: 100% !important;
    min-width: 100% !important;
  }
}
@media screen {
  body.pinned {
    margin-left: 240px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1023.98px) {
  .displayFullSize {
    display: none !important;
  }
  .displayTabletSize {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .displayFullSize {
    display: block !important;
  }
  .displayTabletSize {
    display: none !important;
  }
  .displayFlex {
    display: none !important;
  }
}
.pr-15 {
  padding-right: 15px !important;
}
#top-header {
  margin: 0px;
  padding: 0px !important;
  /* POL-11577: Override dialog causes Leap header to shift */
  height: 50px;
  /*.quick-search {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        margin-right: 0px;
        width: 250px;
    }*/
}
#top-header .input-group {
  margin-top: 8px;
}
#top-header .input-group input {
  padding: 7px 13px;
}
#top-header .input-group input:focus {
  padding: 6px 12px;
  border-color: #47a0ff;
  border-width: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(71, 160, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(71, 160, 255, 0.6);
}
@media (max-width: 1199px) {
  #top-header .quick-search {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 0px;
    width: 210px;
  }
  #top-header ::placeholder {
    color: #767676;
  }
}
@media (min-width: 1200px) {
  #top-header .quick-search {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 0px;
    width: 300px;
  }
  #top-header ::placeholder {
    color: #767676;
  }
}
#top-header .advanced-search {
  margin: 0;
  padding: 5px;
}
#top-header .tabletSearch {
  width: 100%;
  background-color: white;
  z-index: 9999;
  padding-bottom: 5px;
  margin: -2px 0px 0px 0px;
}
#top-header .tabletSearch .form-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 6px 0;
}
#top-header .tabletSearch .form-group .input-group {
  display: flex;
}
#top-header .tabletSearch .form-group .input-group:first-child {
  width: 90%;
}
#top-header .tabletSearch .form-group .input-group .quick-search {
  width: 100%;
}
#top-header .tabletSearch .form-group .input-group ::placeholder {
  color: #767676;
}
#top-header .tabletSearch .form-group .input-group .m-0 {
  margin: 0 !important;
}
#top-header .tabletSearch .navbar-find-link,
#top-header .tabletSearch .navbar-qr-link {
  color: #0a3c48;
  background-color: white;
}
#top-header .tabletSearch .navbar-find-link:hover,
#top-header .tabletSearch .navbar-qr-link:hover {
  color: #0a3c48;
  cursor: pointer;
  background-color: white;
  font-weight: bold;
  text-decoration: underline;
}
#top-header .navbar-form {
  margin: 0px 15px 0px 0px;
}
#top-header .navbar-link {
  color: #999;
  margin-left: 15px;
}
#top-header .navbar-link:hover {
  color: #fff;
  cursor: pointer;
}
#top-header .navbar-find-link {
  color: #e0e0e0;
  margin-left: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  border: 0px;
}
#top-header .navbar-find-link:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
#top-header .navbar-qr-link {
  color: #e0e0e0;
  margin-left: 15px;
  font-weight: 700;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  border: 0px;
}
#top-header .navbar-qr-link:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
#top-header .qr-code-icon {
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#top-header .slider-menu-btn {
  padding: 12px;
}
#top-header .slider-menu-btn:hover,
#top-header .slider-menu-btn:focus {
  outline: 0;
}
#top-header .slider-menu-btn .slider-icon {
  color: #ffffff;
  font-size: 24px;
}
#keyboard-shortcuts {
  padding: 0;
}
#help_proxy {
  display: none !important;
  height: 0;
  width: 0;
}
div.workform-heading button:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
@media screen and (max-width: 1200px) {
  body:not(.pinned) div.workform-heading button.restore-search-context > span,
  body:not(.pinned) div.workform-heading button.refresh > span {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  body:not(.pinned) div.workform-heading button.refresh.verbose > span {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  body.pinned div.workform-heading button.restore-search-context > span,
  body.pinned div.workform-heading button.refresh > span {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  body.pinned div.workform-heading button.refresh.verbose > span {
    display: none;
  }
}
.static-content-label {
  color: #767676;
  font-weight: normal;
}
.static-content-label + span {
  color: #767676;
  font-weight: 600;
}
.static-content {
  color: #767676;
  font-weight: 600;
}
.keyboard-shortcuts-modal {
  width: 760px;
  margin-left: -380px;
}
.keyboard-shortcuts {
  margin-bottom: 10px;
}
.keyboard-shortcuts-description {
  color: #9d9d9d;
  font-style: italic;
}
.keyboard-shortcuts-group {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  width: 200px;
}
.keyboard-shortcuts-header {
  color: #282828;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.keyboard-shortcuts-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.keyboard-shortcuts-list-item {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.keyboard-shortcuts-command {
  float: right;
}
.rfid-indicator {
  font-size: x-small;
  vertical-align: text-top;
}
a.focus-outline:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#loading {
  position: fixed;
  left: 50%;
  top: 38px;
  height: 30px;
  min-width: 150px;
  padding: 0 10px;
  margin-left: -75px;
  background: #fff176;
  border: 1px solid #282828;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#loading p {
  color: #333333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
#loading {
  position: fixed;
  left: 50%;
  top: 38px;
  height: 30px;
  min-width: 150px;
  padding: 0 10px;
  margin-left: -75px;
  background: #fff176;
  border: 1px solid #282828;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#loading p {
  color: #333333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
#notifications {
  position: fixed;
  left: 50%;
  top: 75px;
  width: 500px;
  margin-left: -250px;
  z-index: 99999;
}
#notifications .notification {
  width: 458px;
  background: #fff176;
  display: inline-block;
  opacity: 0;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #dcc600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#notifications .notification i {
  color: rgba(0, 0, 0, 0.4);
  text-shadow: none;
}
#notifications .notification.success {
  background: #378637;
  color: #fff;
  border: 1px solid #0a1a0a;
}
#notifications .notification.success .close i {
  color: rgba(255, 255, 255, 0.9);
}
#notifications .notification.success .close:hover i,
#notifications .notification.success .close:focus i,
#notifications .notification.success .close:active i {
  color: #fff;
}
#notifications .notification.danger {
  background: #a62413;
  color: #fff;
  border: 1px solid #1d0603;
}
#notifications .notification.danger .close i {
  color: rgba(255, 255, 255, 0.9);
}
#notifications .notification.danger .close:hover i,
#notifications .notification.danger .close:focus i,
#notifications .notification.danger .close:active i {
  color: #fff;
}
#notifications .notification.large {
  max-height: 500px;
  overflow-y: auto;
}
#notifications .notification p.message {
  line-height: 1.42857143;
  margin: 0px;
  padding-right: 15px;
}
#notifications .notification .btn {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 10px;
}
#notifications .notification .close {
  margin-top: -3.5px;
  opacity: 1;
}
#notifications .notification .close i {
  color: rgba(0, 0, 0, 0.5);
}
#notifications .notification .close:hover i,
#notifications .notification .close:focus i,
#notifications .notification .close:active i {
  color: rgba(0, 0, 0, 0.7);
}
#errorNotification {
  position: fixed;
  left: 50%;
  top: 75px;
  width: 600px;
  margin-left: -300px;
  z-index: 99999;
}
#errorNotification .notification {
  width: 558px;
  background: #fff176;
  display: inline-block;
  opacity: 0;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #dcc600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#errorNotification .notification a {
  color: #e0e0e0;
}
#errorNotification .notification a:hover {
  color: #fff;
}
#errorNotification .notification h4 {
  font-weight: bold;
  color: #000;
  padding-top: 15px;
}
#errorNotification .notification i {
  color: rgba(0, 0, 0, 0.4);
  text-shadow: none;
}
#errorNotification .notification.success {
  background: #378637;
  color: #fff;
  border: 1px solid #0a1a0a;
}
#errorNotification .notification.success .close i {
  color: rgba(255, 255, 255, 0.9);
}
#errorNotification .notification.success .close:hover i,
#errorNotification .notification.success .close:focus i,
#errorNotification .notification.success .close:active i {
  color: #fff;
}
#errorNotification .notification.danger {
  background: #a62413;
  color: #fff;
  border: 1px solid #1d0603;
}
#errorNotification .notification.danger .close i {
  color: rgba(255, 255, 255, 0.9);
}
#errorNotification .notification.danger .close:hover i,
#errorNotification .notification.danger .close:focus i,
#errorNotification .notification.danger .close:active i {
  color: #fff;
}
#errorNotification .notification p.message {
  line-height: 1.42857143;
  margin: 0px;
  padding-right: 15px;
}
#errorNotification .notification p.error-details {
  padding-left: 15px;
}
#errorNotification .notification .btn {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 10px;
}
#errorNotification .notification .close {
  margin-top: -3.5px;
  opacity: 1;
}
#errorNotification .notification .close i {
  color: rgba(0, 0, 0, 0.5);
}
#errorNotification .notification .close:hover i,
#errorNotification .notification .close:focus i,
#errorNotification .notification .close:active i {
  color: rgba(0, 0, 0, 0.7);
}
#errorNotificationDetails {
  max-height: 500px;
  overflow: auto;
}
div.actionbar {
  background-color: #fff;
}
div.actionbar.fixed {
  min-width: 923.5px;
  position: fixed;
  top: 50px;
  width: calc(96% - 62px);
  z-index: 900;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
div.actionbar.fixed.pinned {
  width: calc(96% - 292px);
}
div.actionbar div.row {
  padding-top: 15px;
}
div.actionbar .btn-group + .btn-group {
  margin-left: 5px;
}
@media screen and (max-width: 1023.98px) {
  div.actionbar div.row {
    padding-top: 20px;
  }
}
div.actionbar-placeholder {
  height: 0px;
}
.actions-bar-wrapper {
  margin-bottom: 5px;
  width: auto;
}
.actions-bar-wrapper .slide-down-wrapper .form-inline .form-group {
  padding-bottom: 6px;
}
.actions-bar-wrapper .slide-down-wrapper .form-inline label {
  display: inline-block;
  font-weight: normal;
}
.actions-bar-wrapper .slide-down-wrapper .form-inline label.small {
  font-size: 13px;
}
.actions-bar-wrapper .slide-down-wrapper .form-inline label.label-right {
  margin-right: 10px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .actions-bar-wrapper {
    margin-bottom: 5px;
    width: auto;
    position: sticky;
    top: 106px;
    z-index: 1;
  }
  .actions-bar-wrapper .slide-down-wrapper .form-inline .form-group {
    padding-bottom: 6px;
  }
  .actions-bar-wrapper .slide-down-wrapper .form-inline label {
    display: inline-block;
    font-weight: normal;
  }
  .actions-bar-wrapper .slide-down-wrapper .form-inline label.small {
    font-size: 13px;
  }
  .actions-bar-wrapper .slide-down-wrapper .form-inline label.label-right {
    margin-right: 10px;
    text-align: right;
    width: 100%;
  }
}
.actions-bar-responsive {
  background-color: #fff;
  min-height: 34px;
}
.actions-bar-responsive .counts-row {
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
}
.actions-bar-responsive.fixed {
  min-width: 923.5px;
  position: fixed;
  top: 50px;
  z-index: 900;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.actions-bar-responsive li {
  display: inline-block;
}
.actions-bar-responsive li .btn {
  font-weight: normal;
  padding: 6px 15px;
  text-transform: capitalize;
}
.actions-bar-responsive li + li {
  margin-left: 5px;
}
.actions-bar-responsive ul.dropdown-menu li {
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
}
.actions-bar-responsive ul.dropdown-menu li .btn {
  border-color: transparent;
  display: inline-block;
}
.actions-bar-responsive ul.dropdown-menu li .btn-group {
  width: 100%;
}
.actions-bar-responsive ul.dropdown-menu li .btn-group .btn + .btn {
  margin-left: 0;
}
.actions-bar-responsive .form-inline {
  margin-right: 10px;
}
.actions-bar-responsive .form-inline:last-of-type,
.actions-bar-responsive .form-inline.pull-right {
  margin-right: 0;
}
.actions-bar-responsive .form-inline:last-of-type input,
.actions-bar-responsive .form-inline.pull-right input {
  margin-right: 0;
}
.actions-bar-responsive .form-inline:last-of-type ::placeholder,
.actions-bar-responsive .form-inline.pull-right ::placeholder {
  color: #767676;
}
.actions-bar-responsive .nav-overflow:not([hidden]),
.actions-bar-responsive .nav-filter:not([hidden]) {
  margin-left: 20px;
}
.actions-bar-responsive .nav-primary:not([hidden]),
.actions-bar-responsive .nav-overflow:not([hidden]),
.actions-bar-responsive .nav-filter:not([hidden]) {
  display: inline-block;
}
.actions-bar-responsive .nav-filter .search-query.filter {
  margin-bottom: 0;
  min-width: 150px;
}
@media screen and (max-width: 1023.98px) {
  #picklist_panel input.filter {
    margin-right: 10px !important;
  }
  .fixed {
    min-width: auto !important;
    top: 86px !important;
  }
}
body:not(.pinned) .actions-bar-responsive.fixed {
  width: calc(96% - 62px);
}
body.pinned .actions-bar-responsive.fixed {
  width: calc(96% - 52px - 240px);
}
.actions-bar {
  background: #fff;
  padding: 10px 0;
}
.actions-bar:before,
.actions-bar:after {
  display: table;
  content: " ";
}
.actions-bar:after {
  clear: both;
}
.actions-bar:before,
.actions-bar:after {
  display: table;
  content: " ";
}
.actions-bar:after {
  clear: both;
}
.actions-bar.affix {
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.actions-bar.affix .form-well {
  margin-bottom: 0;
}
.actions-bar input {
  margin-bottom: 0;
}
.actions-bar .form-inline {
  margin-right: 10px;
}
.actions-bar .form-inline:last-of-type,
.actions-bar .form-inline.pull-right {
  margin-right: 0;
}
.actions-bar .form-inline:last-of-type input,
.actions-bar .form-inline.pull-right input {
  margin-right: 0;
}
.actions-bar .form-search label,
.actions-bar .form-inline label {
  margin-right: 10px;
}
.actions-bar .form-inline .label-right {
  margin-right: 10px;
  text-align: right;
  width: 100%;
}
.actions-bar .form-inline .form-group {
  padding-bottom: 6px;
}
.actions-bar .form-inline .patron-account-amount-input,
.actions-bar .form-inline .note-input,
.actions-bar .form-inline .patron-account-payment-options {
  width: 100%;
  height: 100%;
  margin-bottom: 4px;
}
.actions-bar label {
  display: inline-block;
  font-weight: normal;
}
.actions-bar label.small {
  font-size: 13px;
}
.actions-bar > .btn:first-child {
  margin-right: 20px;
  float: left;
}
.actions-bar .btn-group + .btn-group {
  margin-left: 5px;
}
.actions-slide {
  margin-top: 15px;
  /*&.show{
		    display:block;
	    }*/
}
.summary-bar-wrapper {
  margin-bottom: 5px;
}
.actionbar .btn-default[disabled],
.actionbar .btn-default.disabled,
.actions-bar .btn-default[disabled],
.actions-bar .btn-default.disabled,
.actions-bar-responsive .btn-default[disabled],
.actions-bar-responsive .btn-default.disabled {
  background-color: #f5f5f5;
  color: #bdbdbd;
  opacity: 0.5;
  filter: alpha(opacity=5);
}
.actionbar .btn-primary[disabled],
.actionbar .btn-primary.disabled,
.actions-bar .btn-primary[disabled],
.actions-bar .btn-primary.disabled,
.actions-bar-responsive .btn-primary[disabled],
.actions-bar-responsive .btn-primary.disabled {
  background-color: #367888;
  color: #fff;
}
.actionbar .btn-danger[disabled],
.actionbar .btn-danger.disabled,
.actions-bar .btn-danger[disabled],
.actions-bar .btn-danger.disabled,
.actions-bar-responsive .btn-danger[disabled],
.actions-bar-responsive .btn-danger.disabled {
  background-color: #a62413;
  color: #fff;
}
.actions-bar-responsive.checkout-actions .btn {
  font-weight: normal;
  text-transform: capitalize;
  padding: 6px 15px;
}
.actions-bar-responsive.checkout-actions .deprecated-form-actions .btn {
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 20px;
}
.actions-bar-responsive.checkout-actions .search-query {
  width: 120px;
}
.actions-bar-wrapper > .actions-slide .btn {
  font-weight: normal;
  text-transform: capitalize;
  padding: 6px 15px;
}
.actions-bar-wrapper > .actions-slide .deprecated-form-actions .btn {
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 20px;
}
.views-bar {
  border-bottom: 1px solid #767676;
  border-top: 1px solid #767676;
  margin: 0 -30px 20px -30px;
  padding: 0px 15px;
}
.views-bar li {
  float: left;
  margin: auto 12px 5px 12px;
}
.views-bar li a {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  padding: 10px 0 2px 0;
  border-bottom: solid 3px transparent;
}
.views-bar li a:hover {
  background: none;
  color: #555555;
}
.views-bar li a.active {
  background: none;
  color: #267385;
  border-bottom: solid 3px #267385;
}
.views-bar li a .additional-label {
  display: inline-block;
}
.views-bar li a img {
  font-size: 15px;
  padding-right: 3px;
  display: inline-block;
  height: 15px;
  margin-bottom: -2px;
  line-height: 15px;
  vertical-align: text-top;
}
.views-bar li.xsmallmargin {
  margin: auto 8px 5px 8px;
}
.views-bar li.pull-right {
  float: right;
}
.views-bar li.last a {
  margin-right: 0;
}
.views-bar ul.dropdown-menu li {
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
}
.views-bar ul.dropdown-menu li a {
  border-bottom: solid 3px transparent;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 10px 0 10px;
}
.views-bar ul.dropdown-menu li a:not(.active):focus,
.views-bar ul.dropdown-menu li a:not(.active):hover {
  background-color: transparent;
  background-image: none;
}
.views-bar ul.dropdown-menu li a.active {
  background: none;
  color: #267385;
}
.views-bar ul.dropdown-menu li a .additional-label {
  display: none;
}
.views-bar .nav-primary:not([hidden]),
.views-bar .nav-overflow:not([hidden]) {
  display: inline-block;
}
.views-bar .nav-overflow:not([hidden]) .btn-more {
  background: none !important;
  border: none;
  margin: auto 8px 5px 8px;
  padding: 10px 2px 2px 2px;
}
.views-bar .nav-overflow:not([hidden]) .btn-more:not(.active):focus,
.views-bar .nav-overflow:not([hidden]) .btn-more:not(.active):hover {
  background-color: transparent;
  background-image: none;
}
.views-bar .nav-overflow:not([hidden]) .btn-more.active {
  background: none;
  color: #267385;
  border-bottom: solid 3px #267385;
}
#circulation-header {
  background: #e5e3e1;
  z-index: 1;
  padding: 20px 0;
}
#circulation-header .actions a,
#circulation-header .actions span {
  display: inline-block;
  float: left;
  padding-top: 7px;
  padding-left: 14px;
  margin-right: 25px;
}
#circulation-header .actions .dropdown {
  display: inline;
}
#circulation-header .btn.check-in img {
  padding-right: 10px;
}
@media screen and (max-width: 1023.98px) {
  #circulation-header {
    margin-top: 50px;
  }
  #circulation-header .button-row {
    display: flex;
    width: 100%;
  }
  #circulation-header .button1-col {
    width: 70%;
  }
  #circulation-header .button2-col {
    width: 30%;
  }
}
div[id^="patron-index-"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.patron-header {
  background: #fff;
}
.patron-info {
  text-transform: uppercase;
}
.patron-info h1,
.patron-info h4 {
  line-height: 50px;
}
.patron-info .patron-photo {
  height: 49px;
  width: 49px;
  border: 1px solid #555555;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.patron-info .title {
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 26px;
}
.patron-info .patron-info-box {
  margin: 0;
  height: 20px;
}
.patron-info .number {
  color: #767676;
  font-size: 16px;
  padding-left: 15px;
}
.patron-info hr.hr {
  margin: 10px 0;
  padding: 0;
}
.patron-info .patron-block-indicator {
  margin-left: 30px;
}
.patron-info ul {
  text-transform: none;
}
.patron-info ul i {
  height: 14px;
  width: 14px;
}
.patron-sections .items-overdue,
.patron-sections .fees-charge {
  color: #a62413;
}
.patron-actions {
  padding-top: 0;
  position: absolute;
  right: 0px;
}
.patron-actions .edit-patron {
  padding-left: 20px;
  padding-right: 20px;
}
.patron-actions .edit-patron img {
  padding-right: 5px;
}
.patron-actions .print img {
  padding-top: 5px;
  margin-left: 15px;
}
.patron-blocked {
  color: #a62413;
  font-weight: bold;
}
.patron-blocked-icon {
  color: #a62413;
}
.blocked-notes {
  color: #a62413;
}
.btn-block.no-top-margin {
  margin-top: 0px;
}
.patron-secured {
  color: #a62413 !important;
}
.selectable-text {
  -webkit-touch-callout: initial;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.patron-has-held-items {
  color: #a62413;
}
.nameOnIDWellLabel {
  position: relative;
  left: 10px;
  top: 15px;
  background: white;
  width: 164px;
  padding: 0px 0px 0px 2px;
}
.firstAfterWellLabel {
  padding-top: 10px;
}
#select-view {
  height: auto;
  margin: 0;
  padding: 0;
  color: #367888;
  font-weight: bold;
}
#select-view:not(:focus) {
  border-color: transparent;
  box-shadow: none;
}
#select-view option {
  color: black;
  font-weight: normal;
}
#select-label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}
.patron-reg_useLegalNameOnNotices {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#patron-search select {
  margin-right: 5px;
}
#search-form {
  margin-top: 129px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.example {
  color: #ccc;
}
.quote .quoteText {
  display: block;
  font-size: 2em;
  margin-top: 160px;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #666;
  line-height: 1.42857143;
}
.quote .quoteAuthor {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 160px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 1023.98px) {
  body {
    min-width: auto;
  }
}
@media screen and (width: 768px) {
  .quote {
    margin-right: 50px !important;
  }
}
.info-popup .info-sidebar {
  list-style: none;
  margin-top: 20px;
}
.info-popup .info-sidebar li {
  margin-bottom: 10px;
  text-align: left;
}
.info-popup .info-sidebar li .due-on {
  text-align: left;
  font-weight: bold;
  color: #222222;
}
.info-popup .info-sidebar li label {
  display: inline;
  text-align: left;
}
.info-popup .info-sidebar li span {
  text-align: right;
  float: right;
}
.info-popup .links-sidebar > div {
  display: block;
}
.info-popup .links-sidebar > div:before,
.info-popup .links-sidebar > div:after {
  display: table;
  content: " ";
}
.info-popup .links-sidebar > div:after {
  clear: both;
}
.info-popup .links-sidebar > div:before,
.info-popup .links-sidebar > div:after {
  display: table;
  content: " ";
}
.info-popup .links-sidebar > div:after {
  clear: both;
}
.info-popup .links-sidebar .btn {
  margin-top: 20px;
  float: right;
}
div.calander-control {
  display: table;
}
button.btn-set-special-loan {
  margin-left: 5px;
}
button.disableRFIDSecurity {
  margin-right: 5px;
}
.checkout-qr-scan-button {
  font-weight: 700;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  border: 0px;
}
.checkout-qr-code-icon {
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
p#items-table tbody td.type {
  text-align: center;
}
.four-margin {
  margin-top: 324px;
}
.four-margin.collapsed {
  margin-top: 266px;
}
.book-jacket {
  max-height: 200px;
  max-width: 130px;
  float: right;
  margin-top: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.itemstatusbanner {
  display: block;
  font-size: 1.17em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  background-color: #267385;
  color: #fff;
  font-size: 14px;
}
.normal-overdue {
  color: #ffb900;
}
.long-overdue {
  color: #e24e42;
}
.banner {
  background-color: #267385;
  color: #fff;
  font-size: 14px;
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.swing:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.spin {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.spin:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.holds-form .btn {
  margin-top: 10px;
  width: 96px;
}
.holds-form textarea {
  width: 85%;
  height: 70px;
  resize: none;
}
.modal-holds-new {
  width: 1000px;
  margin: -350px 0 0 -500px;
}
.holds-form-group {
  height: 1em;
  margin-bottom: 1.5em;
}
.holds-form-group-input-checkbox {
  margin-top: 0.1em;
}
.holds-create-container {
  background-color: #fff;
}
.holds-new-form .form-horizontal .inline-label-text {
  display: inline-block;
  padding-top: 7px;
  padding-right: 7px;
}
.holds-new-form .form-horizontal .control-label-radio {
  vertical-align: top;
  text-align: left;
  height: 25px;
}
.holds-new-form .form-horizontal .control-label {
  vertical-align: top;
  text-align: left;
  width: 85px;
}
.holds-new-form .form-horizontal .control-group {
  padding-bottom: 10px;
}
.holds-new-form .form-horizontal .controls {
  margin-left: 1px;
}
.holds-new-form .btn-find-tool {
  margin-left: 10px;
  margin-top: 25px;
  min-width: 90%;
}
.holds-new-header {
  padding-bottom: 15px;
}
.fill-width {
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.holds-fixed-width {
  width: 220px !important;
}
.holds-dialog-patron-select-scroll {
  display: block;
  height: 260px;
  overflow-y: scroll;
}
input.hold-field-title {
  width: 100%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 0px;
}
input.hold-field-sm {
  width: 100%;
}
input.hold-field-md {
  width: 100%;
}
input.hold-field-lg {
  width: 100%;
}
input.hold-field-barcode {
  width: 100%;
}
select.hold-volume-list {
  width: 90%;
  margin-left: 22px;
}
input.hold-field-date {
  width: 110px;
}
@media (max-width: 1200px) {
  input.hold-field-date.verbose {
    width: 100px !important;
  }
}
.hold-label {
  white-space: nowrap;
}
span.btn-title-search {
  width: 1%;
}
div.hold-queue-header div .control-number {
  padding-left: 30px;
}
div.hold-queue-header div.row:not(:first-child) {
  margin-bottom: 15px;
}
table.hold-queue-entries tr th {
  cursor: default;
}
#add-associations h4,
#add-associations h5 {
  float: left;
}
.associated-list {
  height: 90px;
  border: solid 1px #aaa;
  margin-top: 15px;
  overflow-y: scroll;
  padding: 6px;
}
.associated-list-modify {
  height: 90px;
  border: solid 1px #aaa;
  margin-top: 15px;
  overflow-y: scroll;
  padding: 6px;
}
input.association-barcode-input {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 0px;
  width: 200px;
}
textarea.association-notes {
  margin-top: 15px;
  width: 100%;
  height: 90px;
  resize: none;
}
textarea.association-notes-modify {
  margin-top: 15px;
  width: 100%;
  height: 90px;
  resize: none;
}
th.secured {
  text-align: center;
}
td.secured {
  text-align: center;
}
td.secured > i.glyphicon-exclamation {
  color: #a62413;
}
#checkin-header {
  padding-bottom: 20px;
}
#checkin-header .toggle-title {
  float: right;
  display: block;
  font-size: 16px;
  color: #767676;
  padding: 6px 10px 0;
}
#checkin-header .btn-group {
  float: right;
  margin-right: 15px;
}
#checkin-header .title {
  margin-left: 15px;
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 26px;
}
#checkin-header .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.checkin-actions .narrow-Margin {
  margin-right: 5px;
}
.checkin-actions .freedays-form {
  margin-left: 60px;
}
.checkin-actions .freedays-input {
  width: 80px;
  text-align: center;
}
.checkin-actions i.checkin-search {
  padding-top: 2px;
  line-height: 34px;
}
.checkin-actions i.action-menu-icon {
  width: 14px;
  margin-right: 4px;
}
@media (max-width: 1440px) {
  .checkin-actions .freedays-form.verbose {
    margin-left: 20px;
  }
}
#checkin-fines-slide {
  position: fixed;
  bottom: -274px;
  left: 0;
  width: auto;
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
}
#checkin-fines-slide h4 {
  margin: 10px 0;
}
#checkin-fines-slide .overflow-wrap {
  max-height: 150px;
  overflow-y: scroll;
  margin-left: -1px;
  margin-right: -1px;
  width: 100%;
}
#checkin-fines-slide .actions-bar {
  width: 100% !important;
}
#checkin-fines-slide .form-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e5e3e1;
}
.checkin-qr-scan-button {
  margin-left: 20px;
  margin-right: 10px;
  font-weight: 700;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  border: 0px;
}
.checkin-qr-code-icon {
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.pinned #checkin-fines-slide {
  margin-left: 240px;
}
#fees-table tbody tr.total td {
  background: #fff;
}
#fees-table tbody tr.total .amount {
  border-top: 2px solid #767676;
  font-size: 16px;
}
#fees-table tbody tr.total .outstanding {
  border-top: 2px solid #000;
  font-size: 16px;
  font-weight: 900;
}
#fees-table tbody td.type {
  text-align: center;
}
#pay-fee h4,
#pay-fee h5 {
  float: left;
}
#accrued-fines-table tbody tr.total td {
  background: #fff;
}
#accrued-fines-table tbody tr.total .amount {
  border-top: 2px solid #767676;
  font-size: 16px;
}
#accrued-fines-table tbody tr.total .outstanding {
  border-top: 2px solid #000;
  font-size: 16px;
  font-weight: 900;
}
#accrued-fines-table tbody td.type {
  text-align: center;
}
#pay-slider input[type="text"],
#pay-slider input[type="password"],
#pay-slider textarea,
#pay-slider select,
#pay-slider .uneditable-input {
  margin-bottom: 10px;
}
.history-table tbody td.type {
  text-align: center;
}
.notes-table td {
  text-align: center;
}
.nonblocking-notes,
.blocking-notes,
.textarea90 {
  width: 90%;
  height: 150px;
  resize: none;
}
.clear-blocking,
.clear-nonblocking {
  margin-left: 2%;
}
.notes-table .td-final {
  border-top: 1px solid grey;
  text-align: right;
}
.message-view-create {
  resize: none;
  width: 737px;
  height: 100px;
  margin: 14px;
}
.message-prop-label {
  color: #767676;
  font-weight: normal;
}
.note-text-wrap {
  word-wrap: break-word;
}
.message-view-create:focus {
  border-color: #267385;
}
.record-index {
  margin-bottom: -30px;
}
.record-nav-wrapper {
  padding-right: 0px;
  position: relative;
}
#nav-scrollspy {
  width: 150px;
  padding: 0px;
}
.active-section-link {
  position: relative;
  background: #fff;
  color: #267385;
  text-shadow: none;
  padding: 6px 0 6px 9px;
  border-left: 1px solid #767676;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  z-index: 99;
}
#record-nav {
  font-size: 15px;
  list-style: none;
  top: 56px;
  z-index: 99;
  width: 150px;
}
#record-nav.affix-top > li:first-child > a {
  position: relative;
  background: #fff;
  color: #267385;
  text-shadow: none;
  padding: 6px 0 6px 9px;
  border-left: 1px solid #767676;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  z-index: 99;
}
#record-nav li a {
  padding: 6px 0 6px 9px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#record-nav li a:focus {
  background-color: inherit;
  outline: 0px;
}
#record-nav li a:focus.nav-underline {
  text-decoration: underline;
}
#record-nav li:hover a {
  background-color: transparent;
  color: #267385;
  text-shadow: none;
}
#record-nav li:hover a .tag {
  width: 4px;
  background: #eeeeee;
  margin-right: 7px;
}
#record-nav li.active a {
  position: relative;
  background: #fff;
  color: #267385;
  text-shadow: none;
  padding: 6px 0 6px 9px;
  border-left: 1px solid #767676;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  z-index: 99;
}
#record-nav li.record-only,
#record-nav li.registration-only {
  display: none;
}
.record-only {
  display: none;
}
.registration-only {
  display: none;
}
.record-form-new-reg {
  margin-top: -20px !important;
  padding-top: 20px !important;
}
.record-form {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding-top: 20px;
  margin-left: -1px;
  border-left: 1px solid #767676;
  margin-bottom: 0;
}
.record-form .record-form-wrapper {
  padding-bottom: 330px;
  padding-left: 15px;
}
.record-form .record-section {
  background: #fff;
  margin-top: -16px;
  padding-bottom: 60px;
  padding-top: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.record-form .record-section > .row {
  width: auto;
  border: 1px solid #767676;
  padding: 16px 16px 16px 16px;
  margin: 0px;
}
.record-form .record-section .record-section-header {
  padding: 4px 12px;
  background: #eeeeee;
  margin-bottom: 0px;
  border: 1px solid #767676;
  border-bottom: 0px;
}
.record-form .record-section .record-section-header h5 {
  margin-top: 10px;
}
.record-form .record-section.record-only,
.record-form .record-section.registration-only {
  display: none;
}
.record-form .record-section label {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}
.record-form .record-section ::placeholder {
  color: #767676;
}
.record-form .address {
  margin-bottom: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eeeeee;
}
.record-form .add-address {
  margin-right: 210px;
  min-width: 115px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.record-form .sub-actions {
  margin-bottom: 2px;
  margin-bottom: 30px;
}
.record-form .add-sub {
  display: none;
}
.form-actions-fixed {
  position: fixed;
  width: 1020px;
  margin-left: 12px;
}
.form-actions-fixed .btn {
  width: 145px;
}
.form-actions-fixed .renew-record {
  margin-top: 10px;
}
.form-actions-fixed .cancel-reg {
  margin-top: 10px;
}
.record-actions {
  padding-right: 0px;
  position: relative;
  width: 225px;
}
.record-actions .well {
  top: 56px;
  width: 225px;
}
.record-actions .patron-record-alerts {
  top: 155px;
  margin-top: 20px;
}
.record-actions .patron-record-alerts .alert {
  top: 0;
}
@media screen and (max-width: 1023.98px) {
  .record-actions {
    padding-right: 0px;
    position: relative;
    width: 225px;
  }
  .record-actions .well {
    top: 106px;
    width: 225px;
  }
  .record-actions .patron-record-alerts {
    top: 155px;
    margin-top: 20px;
  }
  .record-actions .patron-record-alerts .alert {
    top: 0;
  }
}
.missing-warning {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
  color: #a62413;
}
#renew-patron-content .renew-select {
  margin-left: 15px;
}
#registration-index {
  position: relative;
}
#registration-index .form-header {
  width: auto;
  line-height: 70px;
  height: 70px;
  padding: 0 30px;
  margin: -30px -30px 0;
  background: #ffffff;
  border-bottom: 1px solid #767676;
}
#registration-index .record-index-row {
  margin-top: 20px;
}
#registration-actions {
  position: fixed;
  right: 0;
  z-index: 99;
}
#registration-actions .cancel-edit {
  display: none;
}
.address-column2 {
  padding-top: 79px;
}
hr.dark-border {
  border-top-color: #cccccc;
}
.container-styleguide {
  padding-bottom: 50px;
}
.tubman-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tubman-example::after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.masthead {
  min-height: 290px;
  padding-top: 110px;
  overflow: hidden;
  position: relative;
  background: url(../images/banner_styleguide_dark.jpg) no-repeat;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
.masthead-styleguide h1 {
  text-align: center;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  letter-spacing: 30px;
}
.masthead-styleguide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
}
.container-bootstrap .btn {
  margin-top: 40px;
}
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.tubman-btn-example .btn {
  margin-bottom: 10px;
}
#picklist_panel {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
#picklist_panel > div.actionbar {
  display: block;
}
#picklist_panel input.filter {
  margin-right: 0px;
}
#picklist_panel ::placeholder {
  color: #767676;
}
#picklist_panel .organization-select {
  width: 300px;
}
#picklist_prompt_not_supplied_reason_modal_body {
  margin: 0px;
  padding: 15px 0px 0px;
}
#picklist-prompt-not-supplied-reason-modal-view > div.modal {
  left: 0%;
  right: 0%;
  /*top: 300px;*/
  /*top: auto;
    bottom: auto;*/
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 30px;
    margin-bottom: auto;*/
  position: fixed;
  width: 500px;
}
#picklist_prompt_detail {
  cursor: default;
}
#picklist_prompt_detail tr td:first-child {
  width: 25%;
}
#picklist_prompt_detail tr td[colspan="2"],
#picklist_prompt_detail tr:hover td[colspan="2"] {
  background-color: #eeeeee;
}
#picklist_prompt_detail tr:hover td,
#picklist_prompt_detail tr:hover th {
  background-color: inherit;
}
#picklist_prompt_detail tr:hover td td,
#picklist_prompt_detail tr:hover th td {
  background-color: inherit;
}
#picklist-prompt-detail-modal-view > div.modal {
  left: 0%;
  right: 0%;
  top: 300px;
  /*top: auto;
    bottom: auto;*/
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 30px;
    margin-bottom: auto;*/
  position: fixed;
  width: 700px;
}
#picklist-prompt-detail-modal-view > div.modal .modal-body {
  height: 300px;
}
#picklist_sections {
  background-color: #fff;
  border-bottom: 1px solid #767676;
  padding: 5px 0px 55px 0px;
  top: 0px;
}
#picklist_sections > p > a {
  color: #898989;
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  padding: 4px;
  text-decoration: none;
}
#picklist_sections > p > a:hover {
  background: none;
  border-bottom: 2px solid #898989;
  text-decoration: none;
}
#picklist_sections > p > a.active {
  background: none;
  border-bottom: 2px solid #5299c8;
  color: #0c69bb;
  text-decoration: none;
}
#picklist_sections > p > a img {
  display: inline-block;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  margin-bottom: -2px;
  padding-right: 3px;
  vertical-align: text-top;
}
#picklist_table {
  /*.fixed-header-table(1000px; 168px; 40px;);*/
  /*.fixed-header-table(1000px; 0px; 40px;);*/
  /* Checkbox */
  /* Collection */
  /* Shelf location */
  /* Call Number */
  /* Author */
  /* Title */
  /* Format */
  /* Pickup branch */
  /* Item barcode */
}
#picklist_table tbody > tr {
  border-bottom: 1px solid #767676;
}
#picklist_table tbody > tr td > i {
  margin-right: 0.5em;
}
#picklist_table thead > tr > th:nth-child(1),
#picklist_table tbody > tr > td:nth-child(1) {
  width: 30px;
}
#picklist_table thead > tr > th:nth-child(2),
#picklist_table tbody > tr > td:nth-child(2) {
  width: 100px;
}
#picklist_table thead > tr > th:nth-child(3),
#picklist_table tbody > tr > td:nth-child(3) {
  width: 130px;
}
#picklist_table thead > tr > th:nth-child(4),
#picklist_table tbody > tr > td:nth-child(4) {
  width: 120px;
}
#picklist_table thead > tr > th:nth-child(5),
#picklist_table tbody > tr > td:nth-child(5) {
  width: 120px;
}
#picklist_table thead > tr > th:nth-child(6),
#picklist_table tbody > tr > td:nth-child(6) {
  width: 150px;
}
#picklist_table thead > tr > th:nth-child(7),
#picklist_table tbody > tr > td:nth-child(7) {
  width: 90px;
}
#picklist_table thead > tr > th:nth-child(8),
#picklist_table tbody > tr > td:nth-child(8) {
  width: 100px;
}
#picklist_table thead > tr > th:nth-child(9),
#picklist_table tbody > tr > td:nth-child(9) {
  width: 105px;
}
div.picklist-action-bar {
  display: inline-block;
  margin: 0px;
  width: 100%;
}
div.picklist-action-bar div.form-inline input {
  margin: 0;
}
div.picklist-header {
  background-color: #fff;
  height: 178px;
  padding: 10px;
  /*position: fixed;*/
  top: 0;
  /*width: 1000px;*/
  z-index: 1;
}
div.picklist-header > div.actions-bar {
  background-color: #fff;
  padding: 15px;
}
div.picklist-header > div.container {
  border-bottom: 1px solid #a7a7a7;
  margin: 0;
  padding: 0 0 15px 0;
  width: 100%;
}
div.picklist-header > div.row {
  margin: 10px 0;
}
div.picklist-header > div.row > div.col-md-12 {
  padding: 0;
}
span.picklist_select_label {
  display: inline;
  line-height: 26px;
  margin-bottom: 24px;
  padding: 12px 6px 6px 6px;
  vertical-align: middle;
}
/* General styles for all menus */
@media only screen {
  .cbp-spmenu {
    background: #333333;
    position: fixed;
    opacity: 0.95;
  }
  .cbp-spmenu > div.cbp-spmenu-header {
    font-size: 0;
    margin: 5px 0 0px 0;
  }
  .cbp-spmenu > div.cbp-spmenu-header > div.left-tab-spacer {
    border-bottom: 1px solid #767676;
    display: inline-block;
    width: 10px;
    vertical-align: bottom;
  }
  .cbp-spmenu > div.cbp-spmenu-header > div.right-tab-spacer {
    border-bottom: 1px solid #767676;
    display: inline-block;
    width: 40px;
    vertical-align: bottom;
  }
  .cbp-spmenu > div.cbp-spmenu-header > div.workform-filter {
    display: inline-block;
    margin: 10px;
    padding: 0px;
    position: relative;
    width: 220px;
  }
  .cbp-spmenu > div.cbp-spmenu-header > div.workform-filter > input {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 7px 13px;
  }
  .cbp-spmenu > div.cbp-spmenu-header > div.workform-filter > input::-ms-clear {
    display: none;
    height: 0px;
    width: 0px;
  }
  .cbp-spmenu > div.cbp-spmenu-header > div.workform-filter > input:focus {
    padding: 6px 12px;
    border-color: #47a0ff;
    border-width: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(71, 160, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(71, 160, 255, 0.6);
  }
  .cbp-spmenu > div.cbp-spmenu-header > input.workform-tab {
    background: transparent;
    border-radius: 10px 10px 0 0;
    border: 1px solid #767676;
    color: #767676;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0px 5px;
    padding: 5px;
    text-align: center;
    width: 95px;
  }
  .cbp-spmenu > div.cbp-spmenu-header > input.workform-tab.tab-active {
    border: 1px solid #767676;
    border-bottom: 0;
    color: white;
  }
  .cbp-spmenu > div.cbp-spmenu-header > input.workform-tab:focus {
    border-radius: 10px 10px 0 0;
    border: 1px solid #47a0ff;
    outline: none;
  }
  .cbp-spmenu > div.cbp-spmenu-header > input + input {
    margin-left: -1px;
  }
  .cbp-spmenu > div.cbp-spmenu-header > a {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 28px;
  }
  .cbp-spmenu > div.cbp-spmenu-header > a > i.glyphicon-pushpin {
    color: #fff;
    cursor: default;
    display: none;
    height: 100%;
    opacity: 0.6;
    padding: 7px;
    text-align: center;
    width: 100%;
  }
  .cbp-spmenu > div.cbp-spmenu-header > a > i.glyphicon-pushpin:hover {
    opacity: 1;
    outline: 0;
  }
  .cbp-spmenu > div.cbp-spmenu-header > a > i.glyphicon-pushpin.auto-hide {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cbp-spmenu > div.cbp-spmenu-body {
    display: block;
    height: auto;
    margin: 0;
    min-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel {
    margin: 0 10px;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container {
    width: 100%;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container > h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #333333;
    width: 100%;
    display: inline-block;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div {
    width: 100%;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div > a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div > a:hover {
    background: #767676;
    text-decoration: none;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div > a:active {
    background: #afdefa;
    color: #555555;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div > a span.image {
    display: flex;
    float: left;
    justify-content: center;
    margin-right: 0.5em;
    width: 40px;
  }
  .cbp-spmenu > div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div > a span.title {
    display: table-cell;
    width: 150px;
    height: 41px;
    vertical-align: middle;
    padding-left: 2px;
  }
  .cbp-spmenu > div.cbp-spmenu-footer {
    height: 85px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
  }
  .cbp-spmenu > div.cbp-spmenu-footer > a {
    color: #fff;
  }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 50px;
    z-index: 1000;
  }
  .cbp-spmenu-vertical div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div > a {
    border-bottom: 1px solid #333333;
    padding: 1em;
  }
  .cbp-spmenu-vertical div.cbp-spmenu-body div.workform-panel > div.workform-list-container > div:last-of-type {
    padding-bottom: 20px;
  }
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -240px;
  }
  .cbp-spmenu-right {
    right: -240px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
    top: 50px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    left: 0;
    top: 50px;
    font-size: 14px;
    padding-right: 0px !important;
  }
  .cbp-spmenu-push-toright {
    left: 240px;
  }
  .cbp-spmenu-push-toleft {
    left: -240px;
  }
  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* Desktops and laptops */
@media screen and (max-width: 1023.98px) {
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
    z-index: 9999;
  }
}
@media only screen and (min-width: 1264px) {
  nav.cbp-spmenu > div.cbp-spmenu-header > a > .glyphicon-pushpin {
    display: inline-block;
    outline: 0;
  }
}
#cbp-spmenu-views.pinned {
  opacity: 1;
  outline: 0;
}
.item-form {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding-top: 60px;
  margin-bottom: 0;
}
.item-form .item-form-wrapper {
  padding-bottom: 330px;
  padding-left: 1px;
}
.item-form .item-section {
  background: #fff;
  margin-top: -36px;
  padding-bottom: 60px;
  padding-top: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.item-form .item-section > .row {
  border: 1px solid #767676;
  padding: 1px 1px 1px 1px;
  margin: 0px;
}
.item-form .item-section .item-section-header {
  background: #eeeeee;
  margin-bottom: 0px;
  border: 1px solid #767676;
  border-bottom: 0px;
}
.item-form .item-section .item-section-header h5 {
  margin-top: 10px;
}
.item-info .object-overview {
  padding: 5px;
}
.item-info .object-overview .overview-icon {
  margin-top: -3px;
}
.item-info ul {
  text-transform: none;
}
.item-info ul i {
  height: 14px;
  width: 14px;
}
.item-info h3 {
  text-transform: uppercase;
}
.item-asterisk {
  color: #a62413;
  font-weight: bolder;
}
.loader-container {
  display: none;
  position: absolute;
  top: 100px;
  left: 370px;
  z-index: 2;
}
.loader-backdrop-opaque {
  opacity: 0.5;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #367888;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 1em auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.manage-item-chk {
  margin-left: 0px !important;
}
.recordset-form {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding-top: 60px;
  margin-bottom: 0;
}
.recordset-form .recordset-form-wrapper {
  padding-bottom: 330px;
  padding-left: 1px;
}
.recordset-form .recordset-section {
  background: #fff;
  margin-top: -36px;
  padding-bottom: 60px;
  padding-top: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.recordset-form .recordset-section > .row {
  border: 1px solid #767676;
  padding: 1px 1px 1px 1px;
  margin: 0px;
}
.recordset-form .recordset-section .recordset-section-header {
  background: #eeeeee;
  margin-bottom: 0px;
  border: 1px solid #767676;
  border-bottom: 0px;
}
.recordset-form .recordset-section .recordset-section-header h5 {
  margin-top: 10px;
}
.recordset-info {
  padding-left: 0px;
  padding-right: 0px;
}
.recordset-info .object-overview {
  padding: 5px;
}
.recordset-info .object-overview .overview-icon {
  margin-top: -3px;
}
.recordset-info ul {
  text-transform: none;
}
.recordset-info ul i {
  height: 14px;
  width: 14px;
}
#recordset-actions .narrow-Margin {
  margin-right: 5px;
}
#recordset-actions .freedays-form {
  margin-left: 60px;
}
#recordset-actions .freedays-input {
  width: 60px;
  text-align: center;
}
#recordset-actions i.checkin-search {
  padding-top: 2px;
  line-height: 34px;
}
#recordset-actions i.action-menu-icon {
  width: 14px;
  margin-right: 4px;
}
.item-record-set-qr-scan-button {
  font-weight: 700;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
}
.item-record-set-qr-code-icon {
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.narrow-margin {
  margin-bottom: 5px;
}
.dialog-separator {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.item-title {
  font-weight: bold;
  font-style: italic;
}
.border-right {
  border-right: 1px solid;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.bold {
  font-weight: bold;
}
.padding-left-40 {
  padding-left: 40px;
}
.font-weight-normal {
  font-weight: normal;
}
.text-center {
  text-align: center;
}
.narrow-margin {
  margin-bottom: 5px;
}
div.modal-footer label {
  margin-top: 6px;
  font-weight: normal;
}
div.modal-footer label input {
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
div.modal.search {
  overflow: visible;
}
#settings-header .btn {
  margin-bottom: 15px;
}
#settings-header .title {
  margin-left: 15px;
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 26px;
}
.settings-sections {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: 1px solid #767676;
  border-top: 1px solid #767676;
}
.settings-sections li {
  float: left;
  margin-bottom: 5px;
}
.settings-sections li a {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  margin-right: 10px;
}
.settings-sections li a:hover {
  background: none;
  color: #555555;
}
.settings-sections li a.active {
  background: none;
  color: #267385;
  border-bottom: solid 3px #267385;
  padding: 10px 0 2px 0;
  margin-right: 25px;
  margin-left: 15px;
}
.settings-sections li a img {
  font-size: 15px;
  padding-right: 3px;
  display: inline-block;
  height: 15px;
  margin-bottom: -2px;
  line-height: 15px;
  vertical-align: text-top;
}
.settings-sections li.pull-right {
  float: right;
}
.settings-sections li.last a {
  margin-right: 0;
}
#settings-section .col-md-4 {
  margin-top: 20px;
}
#settings-section .col-sm-6 {
  margin-top: 20px;
}
#settings-section input[type='checkbox'] {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
}
#settings-section .radio {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 25px;
}
#settings-section .applyToAllCheckouts {
  position: relative;
}
#settings-section div.subsection-header {
  background-color: #eee;
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.3125em;
  width: 100%;
}
#settings-section div.label-options-subsection .col-md-8 {
  margin-top: 20px;
}
#settings-section div.label-options-subsection .col-md-1 {
  margin-top: 20px;
}
#settings-section div.label-options-subsection .col-md-5 {
  padding-left: 0px;
}
#settings-section div.label-options-subsection .col-md-6 {
  padding-left: 0px;
}
#settings-section div.label-options-subsection .div.div.col-md-5 {
  padding-left: 0px;
}
#settings-section div.label-options-subsection .col-md-3 {
  margin-top: 20px;
}
#settings-section div.label-options-subsection select {
  width: 100%;
}
#settings-section div.default-label-options-subsection {
  margin-top: 3em;
}
#settings-section div.default-label-options-subsection .col-md-3 {
  margin-top: 20px;
}
#settings-section div.default-label-options-subsection .col-md-1 {
  padding-left: 0px;
}
#settings-section div.default-label-options-subsection select {
  width: 100%;
}
div.recent-recs {
  display: flex;
  margin-top: 5px;
}
div.recent-recs input {
  margin-left: 5px;
  width: 60px;
}
div.recent-recs label {
  margin: auto 0 auto 0;
  font-weight: normal;
  width: 140px;
  height: 100%;
}
div.settings-inline-filter {
  display: flex;
  margin-top: 5px;
  padding-right: 0px;
}
div.settings-inline-filter select {
  margin: auto 0 auto 0;
  min-width: 130px;
  width: 150px;
}
div.settings-inline-filter select.maxwidth {
  width: 100%;
}
div.settings-inline-filter label {
  margin: auto 0 auto 0;
  font-weight: normal;
  height: 100%;
  padding-left: 25px;
  padding-top: 8px;
}
div.default-options-inline-filter {
  display: flex;
  margin-top: 20px;
}
div.default-options-inline-filter select {
  margin: auto 0 auto 0;
  min-width: 130px;
  width: 150px;
}
div.default-options-inline-filter select.maxwidth {
  width: 100%;
}
div.default-options-inline-filter label {
  margin: auto 0 auto 0;
  font-weight: normal;
  width: 180px;
  height: 100%;
  padding-top: 8px;
}
div.bib-pac-index ul.nav-pills > li > a {
  outline: none !important;
  cursor: pointer;
}
div.bib-pac-index div.bib-preview {
  border: 1px solid #867d74;
  display: block;
  text-align: center;
}
div.bib-pac-index div.bib-preview > div.bib-progress {
  color: #555555;
  background-color: #fff;
  display: inline-block;
  font-size: 1.2em;
  line-height: 4em;
  height: 4em;
  vertical-align: middle;
}
div.bib-pac-index div.bib-preview > div.bib-progress > i {
  color: #767676;
  font-size: 1.2em;
  xline-height: 4em;
  margin-right: 0.2em;
  xvertical-align: middle;
}
div.bib-pac-index div.bib-preview iframe {
  border: 0;
  margin: 0;
  padding: 1px;
  display: none;
  width: 100%;
  height: 100%;
}
.marc_table {
  font-family: monospace;
  margin: 0px;
  padding: 0px;
}
.marc_tag {
  font-family: monospace;
  font-size: 1em;
  vertical-align: top;
  padding-bottom: 0.2pt;
  color: blue;
}
.marc_ind {
  font-family: monospace;
  font-size: 1em;
  vertical-align: top;
  padding-bottom: 0.2pt;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #a62413;
}
.marc_sub {
  vertical-align: top;
  padding-bottom: 0.2pt;
  color: green;
}
.marc_data {
  word-break: break-word;
  font-family: monospace;
  vertical-align: top;
  padding-bottom: 0.2pt;
}
.marc_leader {
  white-space: pre;
}
.control_field {
  white-space: pre;
}
#marcValidationErrors {
  display: none;
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 130px;
}
#marcValidationErrorsList {
  border-top: 3px solid #A62413;
  border-bottom: 3px solid #A62413;
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
}
.marc-validate-action {
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}
.marc-edit-checkbox-touch-device:focus {
  outline: none !important;
}
.tagLabelDetails {
  border: solid;
  border-width: thin;
  padding: 5px;
  background-color: lightyellow;
}
.polaris-icon-spinner {
  display: inline-block;
  font-family: "polaris-iconfont";
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.polaris-icon-spinner:before {
  content: "\f110";
}
.polaris-progress {
  margin-top: 120px;
}
.polaris-spin {
  -webkit-animation: polaris-spin 2s infinite linear;
  -moz-animation: polaris-spin 2s infinite linear;
  -o-animation: polaris-spin 2s infinite linear;
  animation: polaris-spin 2s infinite linear;
}
@-moz-keyframes polaris-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes polaris-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes polaris-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes polaris-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes polaris-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.force-image-height {
  min-height: 310px;
}
.workform-header-title {
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 26px;
}
.workform-header-title.verbose {
  font-size: 22px;
}
.workform-header-title.x-verbose {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .workform-header-title.verbose {
    font-size: 20px;
  }
  .workform-header-title.x-verbose {
    font-size: 18px;
  }
}
.workform-popover {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  text-transform: uppercase;
}
.object-overview {
  padding: 5px;
}
.object-overview .overview-icon {
  margin-top: -3px;
}
span.object-overview:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.objectlock-icon-container {
  margin-top: -5px;
}
.objectlock-icon {
  font-size: large;
  margin-top: -5px;
}
.cc-notes {
  resize: none;
  height: 100%;
  margin-bottom: 0;
}
.cc-label {
  font-weight: normal;
  text-align: right;
}
.cc-amount {
  font-weight: normal;
  text-align: right;
  width: 100% !important;
}
.cc-total {
  font-weight: 800;
  text-align: right;
  width: 100% !important;
}
.cc-no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.cc-last-group {
  margin-bottom: 0px;
}
.disabled-barcode-list {
  display: block;
  overflow-y: scroll;
  height: 325px;
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
table.checkbox-list-table {
  width: 100%;
}
table.checkbox-list-table tbody {
  width: 100%;
  display: block;
  overflow: auto;
}
table.checkbox-list-table tbody tr {
  display: block;
  padding-left: 5px;
}
table.checkbox-list-table tbody tr td div.checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
}
.checkbox-list-table-lg tbody {
  height: 250px;
}
.checkbox-list-table-sm tbody {
  height: 125px;
}
.checkbox-list-table-bordered {
  margin-top: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
}
span.checkbox-text {
  vertical-align: middle;
}
span.checkbox-list-table-label {
  position: relative;
  top: 10px;
  left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 1;
  background: white;
}
table.ors-select-table {
  display: block;
  overflow: auto;
  height: 200px;
  width: 100%;
}
table.ors-select-table tbody {
  width: 100%;
  /*min-height: 300px;
        height: 300px !important;*/
  /*display: block;*/
  overflow: auto;
}
table.ors-select-table tbody tr {
  /*display: block;*/
  padding-left: 5px;
}
table.ors-select-table tbody tr td div.checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
}
select.ors-branch-select {
  margin-bottom: 0px;
}
.ors-Selected-flag {
  color: #267385;
  font-size: large;
}
.ors-Selected-held {
  position: relative;
  top: 2px;
  left: -17px;
  font-size: large;
  margin-right: -10px;
}
.orsTitlesCountWrapper {
  width: 100%;
  position: relative;
  top: -15px;
}
.orsTitlesCount {
  margin-right: 20px;
}
.orsWell {
  padding: 15px;
}
.orsWellLabel {
  padding-right: 0px;
  position: relative;
  left: -10px;
  top: -24px;
  background: white;
  width: 123px;
  font-weight: bold;
}
.orsWellLabelDelOpts {
  position: relative;
  left: -10px;
  top: -24px;
  background: white;
  width: 112px;
  font-weight: bold;
  padding: 0px 0px 0px 2px;
}
.orsGrouping {
  margin-top: -16px;
}
.orsCheckboxLabel {
  margin-top: 7px;
}
a.offlineLink,
a.offlineLink:visited {
  color: white;
  text-decoration: underline;
}
.cdk-overlay-container {
  /* @zindex-modal - 1; to allow find tool to show on top of dialog. */
  z-index: 1049;
}
.cdk-overlay-pane > .mat-dialog-container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.custom-dialog .mat-dialog-title {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 9px 15px;
}
.custom-dialog .mat-dialog-title .btn-close {
  display: contents;
}
.custom-dialog .mat-dialog-title h3 {
  color: #267385;
}
.custom-dialog .mat-dialog-content {
  margin: 0px;
  max-height: 600px;
  overflow-y: auto;
  padding: 15px;
}
.custom-dialog .mat-dialog-content p {
  margin: -1.2em -1em 1em -1em;
  padding: 1em;
}
.custom-dialog .mat-dialog-content .dark-header-full {
  background: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
}
.custom-dialog .mat-dialog-content .dark-gray-header-full {
  background: #eeeeee;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
.custom-dialog .mat-dialog-content .dark-header-full,
.custom-dialog .mat-dialog-content .dark-gray-header-full {
  padding: 15px;
}
.custom-dialog .mat-dialog-content .dark-header-full p,
.custom-dialog .mat-dialog-content .dark-gray-header-full p {
  margin-bottom: 0;
  font-size: 14px;
  padding: 0.5em;
}
.custom-dialog .mat-dialog-content .dark-header-full > div:first-of-type {
  margin-bottom: 15px;
}
.custom-dialog .mat-dialog-content table th {
  position: -webkit-sticky;
  position: sticky;
  top: -20px;
  z-index: 1000;
}
.custom-dialog .mat-dialog-content .scroll-body {
  max-height: 40vh;
  word-break: break-word;
}
.custom-dialog .mat-dialog-content .wider-input {
  width: 315px;
}
.custom-dialog .mat-dialog-actions {
  background-color: #eeeeee;
  justify-content: flex-end;
  padding: 15px;
  min-height: unset;
}
.custom-dialog .mat-dialog-actions a + button,
.custom-dialog .mat-dialog-actions button + button {
  margin-left: 5px;
}
.custom-dialog .mat-dialog-actions p {
  clear: both;
  text-align: left;
  width: 100%;
}
.custom-table-container .table {
  margin-bottom: 0px;
}
.custom-table-footer .mat-toolbar-row {
  display: flex;
  justify-content: flex-end;
  border: 1px solid #ddd;
}
.custom-table-footer .mat-toolbar-row .mat-paginator {
  background-color: inherit;
}
.custom-table-footer .mat-toolbar-row .mat-select .mat-select-value,
.custom-table-footer .mat-toolbar-row .mat-select .mat-select-arrow-wrapper {
  padding-top: 10px;
}
.custom-table-footer .mat-toolbar-row .mat-form-field {
  line-height: 1;
}
.custom-table-footer .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #367888;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #367888;
}
.mat-table th .mat-sort-header-content {
  text-align: left;
}
.mat-radio-group .mat-radio-button .mat-radio-label .mat-radio-label-content {
  font-weight: normal;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  color: #267385;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #267385;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #267385;
}
