body.shrink-main-sm main[property=mainContentOfPage] {
  width: 750px;
}
@media screen and (max-width: 767px) {
  body.shrink-main-sm main[property=mainContentOfPage] {
    width: 100%;
  }
}

body header {
  background-image: url("images/banner.png");
  background-size: contain;
}

#wb-bar,
#wb-bar > .container {
  background: transparent;
}

.hidden-softly,
.input-special-required {
  display: none;
}

h1 {
  font-size: 32px;
}

h3#wb-cont {
  margin-top: 20px;
  margin-bottom: 30px;
}

.alert-text {
  color: #DF2211;
  font-weight: bold;
  margin-right: 0.5em;
}

#login_reset_pass {
  float: right;
  margin-top: -28px;
}

#login_resend_verification {
  float: right;
  margin-top: 5px;
}

#wb-glb-mn .pnl-btn a {
  background: #DB3B0A;
  border-color: #bf360c;
}
#wb-glb-mn .pnl-btn a:hover {
  background: #bf360c;
}

section.error-ignored .alert-danger {
  background: #d7faff;
  border-color: #269abc;
}
section.error-ignored .alert-danger > :first-child::before {
  color: #269abc;
  content: "\e090";
}
section.error-ignored .alert-danger > h2 {
  color: rgba(0, 0, 0, 0.6);
}
section.error-ignored .alert-danger > h2 .ignore-label {
  display: inline-block;
}
section.error-ignored .alert-danger .ignore-error {
  display: none;
}

.ignore-label, .error-continue {
  display: none;
}

.flag-well {
  height: 290px;
}

#wb-sttl object {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  #wb-sttl object {
    position: relative;
    float: left;
  }
  #wb-sttl a {
    position: absolute;
    padding-top: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 475px) {
  #wb-sttl a span {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #wb-glb-mn ul.pnl-btn {
    width: 100%;
    background: #DB3B0A;
    position: absolute;
    left: 0;
    top: 60px;
  }
  #wb-glb-mn ul.pnl-btn li {
    width: auto;
    padding: 0;
    border-left: 1px solid #bf360c;
  }
  #wb-glb-mn ul.pnl-btn li a {
    border: none;
  }
}

@media screen and (max-width: 991px) {
  #wb-bnr {
    height: 100px;
  }
  #wb-bnr #wb-bar .container {
    width: 100%;
  }
  #wb-bnr #wb-bar .container #wb-sttl {
    width: 750px;
  }
}

.collapse-padding {
  margin: 10px 0;
}

.p-b-3 {
  padding-bottom: 30px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.m-b-1 {
  margin-bottom: 10px;
}

.d-block {
  display: block;
}

.form-control {
  width: 100%;
}

.help-block {
  font-size: 0.8em;
  font-style: italic;
}

.button-height {
  line-height: 36px;
}
.button-height span {
  max-width: 80%;
  display: inline-block;
  line-height: 26px;
}

.btn-pad-right {
  margin-right: 15px;
}

.inline-form-group > form {
  display: inline-block;
}

table.table-bordered-inner > tbody > tr > td {
  border: 1px solid #455664;
}

table.table-highlight-left > tbody > tr > td:first-child {
  background: #E6EAED;
}

h4.inline-title {
  margin-top: 11.5px;
}
h4.inline-title a {
  color: #fff;
}

.table-limited-height {
  max-height: 500px;
  overflow: auto;
}
.table-limited-height table {
  margin-bottom: 0px;
}

#wb-bnr > .container {
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}
#wb-bnr > .container .row {
  display: flex;
  align-items: center;
}

#wb-sm {
  background: #DB3B0A;
}
#wb-sm .sm {
  border-bottom: none;
  width: 100%;
  background-color: #455664;
}
#wb-sm .sm.open li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#wb-sm .sm.open li:first-child {
  border-top: 2px solid #fff;
}
#wb-sm .sm.open li a:hover {
  background: #bf360c;
  color: white;
}
#wb-sm ul.menu > li {
  font-size: initial;
  position: relative;
  border-right: 3px solid white;
}
#wb-sm ul.menu > li > a {
  padding: 20px;
  text-transform: uppercase;
}
#wb-sm ul.menu > li > a.wb-navcurr, #wb-sm ul.menu > li > a:hover {
  background: #bf360c;
  border-color: #bf360c;
}
#wb-sm ul.menu > li:hover {
  border-color: white;
}
#wb-sm ul.menu > li:first-child {
  border-left: 3px solid white;
}

#wb-sm.menu-user-authenticated,
#wb-glb-mn ul.menu-user-authenticated {
  background: #455664;
}
#wb-sm.menu-user-authenticated .sm.open li a:hover,
#wb-glb-mn ul.menu-user-authenticated .sm.open li a:hover {
  background: #263441;
}
#wb-sm.menu-user-authenticated ul.menu > li,
#wb-glb-mn ul.menu-user-authenticated ul.menu > li {
  border-color: white;
}
#wb-sm.menu-user-authenticated ul.menu > li.active,
#wb-glb-mn ul.menu-user-authenticated ul.menu > li.active {
  background: #263441;
}
#wb-sm.menu-user-authenticated ul.menu > li > a.wb-navcurr,
#wb-glb-mn ul.menu-user-authenticated ul.menu > li > a.wb-navcurr {
  background: #263441;
}
#wb-sm.menu-user-authenticated ul.menu > li > a:hover, #wb-sm.menu-user-authenticated ul.menu > li.active > a,
#wb-glb-mn ul.menu-user-authenticated ul.menu > li > a:hover,
#wb-glb-mn ul.menu-user-authenticated ul.menu > li.active > a {
  background: #394A59;
}
#wb-sm.menu-user-authenticated .sm a,
#wb-glb-mn ul.menu-user-authenticated .sm a {
  background: #394A59;
}
#wb-sm.menu-user-authenticated li,
#wb-glb-mn ul.menu-user-authenticated li {
  border-color: white;
}
#wb-sm.menu-user-authenticated li.active,
#wb-glb-mn ul.menu-user-authenticated li.active {
  background: #263441;
}
#wb-sm.menu-user-authenticated li > a,
#wb-glb-mn ul.menu-user-authenticated li > a {
  background: #263441;
}
#wb-sm.menu-user-authenticated li > a:hover, #wb-sm.menu-user-authenticated li.active > a,
#wb-glb-mn ul.menu-user-authenticated li > a:hover,
#wb-glb-mn ul.menu-user-authenticated li.active > a {
  background: #394A59;
}

nav#wb-sec ul.list-group.menu li a.list-group-item {
  background-color: #455664;
  padding-right: 1.8em;
}
nav#wb-sec ul.list-group.menu li a.list-group-item:hover {
  background-color: #394A59;
}
nav#wb-sec ul.list-group.menu li a.list-group-item.wb-navcurr, nav#wb-sec ul.list-group.menu li a.list-group-item:focus {
  background-color: #263441;
}

.search-subheading {
  margin-bottom: 45px;
}

.well {
  border-radius: 0;
  background-color: #E6EAED;
  border: none;
  box-shadow: none;
}

#refine-search-container {
  border-radius: 0;
  background-color: #E6EAED;
  border: none;
  box-shadow: none;
  padding: 15px 15px 15px 30px;
}
#refine-search-container .form-group {
  padding-bottom: 25px;
}
#refine-search-container .multiinput-seperator {
  line-height: 34px;
}
#refine-search-container .multiinput-input {
  padding: 0px;
  text-align: left;
}
#refine-search-container .multiinput-input:last-of-type {
  text-align: right;
}
@media screen and (max-width: 991px) {
  #refine-search-container .multiinput-input:last-of-type {
    text-align: left;
  }
}
#refine-search-container .multiinput-input .form-control {
  width: 31.5%;
  margin-right: 1.5%;
}
#refine-search-container .multiinput-input .form-control:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #refine-search-container .multiinput-input .form-control {
    width: 100%;
  }
}

h1#wb-cont {
  padding-bottom: 20px;
}

h4.sub-title {
  padding-bottom: 20px;
}

.natural-form-item {
  width: auto;
}

.inline-btn-group label {
  display: block;
}
.inline-btn-group .help-block {
  position: absolute;
}

.inline-btn-group.has-error {
  margin-bottom: 45px;
}

.input-group-extra-space {
  margin-bottom: 30px;
}

input.inline-button {
  display: inline-block;
  width: calc(100% - 180px);
}

.inline-btn-item {
  float: right;
}

.table-title {
  width: 100%;
  background-color: #455664;
  margin-bottom: 0;
  padding: 10px 10px 8px 10px;
  color: #fff;
}
.table-title + table {
  border-color: #455664;
}

.pagination > li > p {
  position: relative;
  float: left;
  margin-left: 5px;
  padding: 5px 15px;
  cursor: default;
  display: inline-block;
}

.pagination > li > a {
  border-radius: 4px;
  margin-left: 5px;
  padding: 5px 15px;
  background-color: transparent;
  border-color: transparent;
  color: #005897;
  text-transform: lowercase;
}

.pagination > li:first-child > a {
  margin-left: 0;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: #005897;
  background-color: transparent;
  border-color: #455664;
}

.pagination > li > a[rel~=prev],
.pagination > li > a[rel~=next] {
  background-color: #005897;
  color: #fff;
}

td, th {
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  max-width: none;
}

.table.table-highlight-left.table-bordered-inner td {
  white-space: normal;
  text-overflow: inherit;
}

td.wrap {
  text-overflow: inherit;
  white-space: normal;
}

.wb-clndr td {
  min-width: 10px;
  width: 14%;
}

.homepage-table td {
  width: 25%;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.diff {
  border: 1px solid #4A4A4A;
  display: flex;
  flex-direction: row;
  height: 800px;
  overflow: hidden;
}
.diff .diff__nav {
  flex: 0 0 auto;
  background-color: #455664;
  color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.diff .diff__nav title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  padding: 25px 12px 8px;
}
.diff .diff__nav p {
  font-size: 18px;
  line-height: 18px;
  padding: 0px 12px 15px;
}
.diff .diff__nav .diff__nav__section {
  background-color: #fff;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 12px;
  margin: 0;
}
.diff .diff__nav .diff__nav__other {
  overflow-y: auto;
}
.diff .diff__nav li {
  list-style: none;
}
.diff .diff__nav a {
  color: inherit;
  display: block;
  position: relative;
  padding: 8px 11px 8px 32px;
  width: 263px;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  letter-spacing: 1px;
}
.diff .diff__nav a.active {
  background-color: #394A59;
}
.diff .diff__nav a:hover {
  background-color: #263441;
}
.diff .diff__nav .diff__nav__icon {
  position: absolute;
  top: 8px;
  left: 8px;
}
.diff .diff__nav .diff__nav__title {
  font-size: 22px;
  line-height: 26px;
  text-decoration: underline;
  margin-top: 4px;
  margin-bottom: 4px;
}
.diff .diff__nav .diff__nav__date {
  text-align: right;
  font-size: 16px;
  line-height: 19px;
}
.diff .diff__content {
  margin-left: -1px;
  margin-right: -1px;
  height: 100%;
  flex: 1 1 auto;
}
@media screen and (max-width: 1200px) {
  .diff .diff__content {
    box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.25);
  }
}
.diff .table {
  border: 0;
  margin: 0;
}
.diff .table td, .diff .table th {
  padding: 10px;
  border: 1px solid #4A4A4A;
  max-width: 300px;
}
.diff .table td {
  white-space: normal;
  min-width: 300px;
}
.diff .table thead tr {
  background-color: #E6EAED;
}
.diff .table thead th span {
  float: right;
  font-weight: normal;
}
.diff .table tbody tr:nth-of-type(even) {
  background-color: #F2F2F2;
}
.diff .table tbody tr.different > td {
  background: #FFE746;
}

.well-sm p.pull-left {
  margin: 6px 0 0px;
}

hr.divider {
  border: 1px solid black;
}

#drug-shortage-reports:not(.homepage-table) tbody,
#drug-discontinuance-reports:not(.homepage-table) tbody {
  max-height: 200px;
  overflow-y: scroll;
}

#drug-shortage-reports:not(.homepage-table) thead,
#drug-discontinuance-reports:not(.homepage-table) thead {
  display: table-header-group;
}

.flag-well {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.accordion-header {
  height: 60px;
  background-color: #E6EAED;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  line-height: 60px;
  margin-bottom: 20px;
}

.search-filters {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.marker-tutorial {
  padding-left: 20px;
  padding-right: 26px;
  font-size: 24px;
}

.toggle-text {
  font-size: 14px;
}

.flag-cell {
  height: 50px;
  width: 120px;
  margin-bottom: 5px;
}
.flag-cell .flag-group {
  float: left;
  width: 68px;
}
.flag-cell a {
  line-height: 50px;
  float: right;
}

.flag-label {
  font-size: 12px;
  text-transform: uppercase;
}

.rwstotals {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.rwsprogress {
  background-color: #F9F9F9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-left: 5px;
  margin-right: 5px;
}

.rwsslider {
  background: #f9f9f9;
  height: 250px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}

/* -----------------
* Regulatory Wellness Slider
* -----------------
*/
.descriptors {
  font-size: 18px;
  width: 100%;
  padding-bottom: 10px;
}
.descriptors div {
  display: inline;
}
.descriptors div:last-child {
  float: right;
}

.range-slider {
  position: relative;
  margin-top: 40px;
  width: 80%;
  left: 8%;
}

.range {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin-top: 10px;
  transform: translate(-50%, -50%);
}

input {
  background: transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: #1d1c25; /* Old browsers */
  background: -moz-linear-gradient(left, #f15242 1%, #f4ec00 51%, #17a286 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f15242 1%, #f4ec00 51%, #17a286 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f15242 1%, #f4ec00 51%, #17a286 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+,    Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f15242", endColorstr="#17a286",GradientType=1 ); /* IE6-9 */
  height: 9px;
  border-radius: 18px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  background: #1d1c25; /* Old browsers */
  background: -moz-linear-gradient(left, #f15242 1%, #f4ec00 51%, #17a286 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f15242 1%, #f4ec00 51%, #17a286 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f15242 1%, #f4ec00 51%, #17a286 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+,    Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f15242", endColorstr="#17a286",GradientType=1 ); /* IE6-9 */
  height: 2px;
}

output {
  position: relative;
  display: block;
  border: 4.5px solid #FFFFFF;
  border-radius: 50%;
  height: 101px;
  width: 101px;
  color: white;
  background: #f15242;
  left: -15px;
  top: 3px;
  font-size: 29px;
  text-align: center;
  line-height: 82px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}

.range-numbers {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding-top: 10px;
}
.range-numbers div {
  display: inline;
}
.range-numbers div:first-child {
  color: #f15242;
}
.range-numbers div:last-child {
  color: #17a286;
  float: right;
}

/* -----------------------------------------------------
	CSS Progress Bars
-------------------------------------------------------- */
/* -----------------------------------------------------
	Main
-------------------------------------------------------- */
.progress-content {
  margin: 0 8px;
}

.progress-container {
  display: flex;
  margin-right: 8px;
  margin-bottom: 65px;
  padding-top: 75px;
  padding-bottom: 28px;
  padding-left: 3%;
  padding-right: 3%;
}
.progress-container:last-child {
  margin-bottom: 20px;
}
.progress-container h3 {
  color: #444;
  margin: 0;
  padding: 0 0 20px 0;
}

/* -----------------------------------------------------
	CSS Progress Bars
-------------------------------------------------------- */
.cssProgress {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 8px;
}
.cssProgress .progress1,
.cssProgress .progress2,
.cssProgress .progress3,
.cssProgress .compliance,
.cssProgress .late,
.cssProgress .actionable,
.cssProgress .advance,
.cssProgress .avoided {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  background: #005897;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.8s ease-in-out;
}
.cssProgress .cssProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7em;
  text-align: center;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
.cssProgress .cssProgress-info {
  background-color: #9575cd !important;
}
.cssProgress .cssProgress-danger {
  background-color: #ef5350 !important;
}
.cssProgress .cssProgress-success {
  background-color: #66bb6a !important;
}
.cssProgress .cssProgress-warning {
  background-color: #ffb74d !important;
}
.cssProgress .cssProgress-right {
  float: right !important;
}
.cssProgress .cssProgress-label-left {
  margin-left: 10px;
  text-align: left !important;
}
.cssProgress .cssProgress-label-right {
  margin-right: 10px;
  text-align: right !important;
}
.cssProgress .cssProgress-label2 {
  display: block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 0.8em;
}
.cssProgress .cssProgress-label2.cssProgress-label2-right {
  text-align: right;
}
.cssProgress .cssProgress-label2.cssProgress-label2-center {
  text-align: center;
}
.cssProgress .cssProgress-stripes,
.cssProgress .cssProgress-active,
.cssProgress .cssProgress-active-right {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
}
.cssProgress .cssProgress-active {
  -webkit-animation: cssProgressActive 2s linear infinite;
  -moz-animation: cssProgressActive 2s linear infinite;
  -ms-animation: cssProgressActive 2s linear infinite;
  -o-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}
.cssProgress .cssProgress-active-right {
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  -moz-animation: cssProgressActiveRight 2s linear infinite;
  -ms-animation: cssProgressActiveRight 2s linear infinite;
  -o-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-moz-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-ms-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-o-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@-moz-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@-ms-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@-o-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
.cssProgress p {
  text-align: center;
  font-size: 12px;
}
.cssProgress h4 {
  text-align: center;
  font-size: 18px;
}

/* -----------------------------------------------------
	Progress Bar 2
-------------------------------------------------------- */
.progress2 {
  background-color: #EEE;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.progress2 .cssProgress-bar {
  height: 6px;
  border-radius: 9px;
}
.progress2 .cssProgress-label {
  line-height: 18px;
}

/* -----------------------------------------------------
	Compliance
-------------------------------------------------------- */
.compliance {
  background-color: #EEE;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.compliance .cssProgress-bar {
  height: 6px;
  border-radius: 9px;
}
.compliance .cssProgress-label {
  line-height: 18px;
}

/* -----------------------------------------------------
	Late
-------------------------------------------------------- */
.late {
  background-color: #EEE;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.late .cssProgress-bar {
  height: 6px;
  border-radius: 9px;
  background-color: #F15242;
}
.late .cssProgress-label {
  line-height: 18px;
}

/* -----------------------------------------------------
	Actionable
-------------------------------------------------------- */
.actionable {
  background-color: #EEE;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.actionable .cssProgress-bar {
  height: 6px;
  border-radius: 9px;
  background-color: #F37C26;
}
.actionable .cssProgress-label {
  line-height: 18px;
}

/* -----------------------------------------------------
	Advance
-------------------------------------------------------- */
.advance {
  background-color: #EEE;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.advance .cssProgress-bar {
  height: 6px;
  border-radius: 9px;
  background-color: #5DBD63;
}
.advance .cssProgress-label {
  line-height: 18px;
}

/* -----------------------------------------------------
	Advance
-------------------------------------------------------- */
.avoided {
  background-color: #EEE;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.avoided .cssProgress-bar {
  height: 6px;
  border-radius: 9px;
  background-color: #17A286;
}
.avoided .cssProgress-label {
  line-height: 18px;
}

.container ol li {
  margin-bottom: 1em;
}

.container ol li img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.limit-button {
  font-size: 12px;
  line-height: 14px;
  margin-top: 16px;
}
.limit-button .dropdown-menu > .active > a {
  background-color: #263441;
  color: #ffffff;
  text-decoration: underline;
}
.limit-button .dropdown-menu > .active > a:hover, .limit-button .dropdown-menu > .active > a:focus {
  background-color: #394A59;
  color: #ffffff;
  text-decoration: underline;
}
.limit-button .dropdown-menu > li > a:hover, .limit-button .dropdown-menu > li > a:focus {
  text-decoration: underline;
}
.limit-button .btn {
  background-color: #ffffff;
  color: #3E3E3E;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid;
  border-color: #394A59 !important;
}
.limit-button .btn:hover {
  background-color: #e6e6e6;
}
.limit-button .btn:focus {
  background-color: #ffffff;
  color: #3E3E3E;
  outline: 2px solid #394A59;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(57, 74, 89, 0.3);
}
.limit-button .dropdown-menu {
  font-size: inherit;
  line-height: inherit;
}
.limit-button .limit-button__count {
  font-weight: bold;
  margin-top: 2px;
}
.limit-button.open .btn {
  background-color: #263441 !important;
}

.rws-container .table-responsive {
  overflow: scroll;
  position: relative;
  max-height: 460px;
}
.rws-container .table-responsive .rws-search-table {
  position: relative;
  border-collapse: separate;
}
.rws-container .table-responsive .rws-search-table thead th:first-child {
  left: 0;
  z-index: 1;
  background: white;
}
.rws-container .table-responsive .rws-search-table thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: white;
  border-top: 1px solid #ddd !important;
}
.rws-container .table-responsive .rws-search-table tbody tr td:first-child {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  background: #FFF;
}

#homepage-legend {
  border: 0.5px solid #979797;
  background: #F8F8F8;
  padding: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

fieldset#dpd_import_settings_import_date_date {
  display: inline-block !important;
}

legend.control-label {
  font-size: 16px !important;
}

.form-control {
  border-color: #394A59;
}
.form-control:hover {
  border-color: #394A59;
}
.form-control:focus {
  border-color: #394A59;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
}
.form-control:active {
  border-color: #394A59;
}

.has-success .form-control {
  border-color: #394A59;
}
.has-success .form-control:hover {
  border-color: #394A59;
}
.has-success .form-control:focus {
  border-color: #394A59;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
}

.has-warning .form-control {
  border-color: #394A59;
}
.has-warning .form-control:hover {
  border-color: #394A59;
}
.has-warning .form-control:focus {
  border-color: #394A59;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
}

.has-error .form-control {
  border-color: #394A59;
}
.has-error .form-control:hover {
  border-color: #394A59;
}
.has-error .form-control:focus {
  border-color: #394A59;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
}

.input-group .form-control:focus {
  border-color: #394A59;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
}

select.form-control:focus,
textarea.form-control:focus,
.form-group .form-control:focus {
  border-color: #394A59;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 74, 89, 0.6);
}

.table-no-border {
  border: none !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

/*# sourceMappingURL=pa-theme.css.map */
