/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error); }

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%); }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%); }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0); }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0); }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
  flex: 1; }

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex; }

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s; }

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0; } }

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark); }

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light); }

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light); }

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info); }

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success); }

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning); }

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error); }

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light); }

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark); }

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info); }

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success); }

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning); }

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error); }

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent); }

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3; }

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px; }

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform 0.2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right; }

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite; }

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

body.react-confirm-alert-body-element {
  overflow: hidden; }

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards; }

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666; }

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0; }

.react-confirm-alert-body > h1 {
  margin-top: 0; }

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px; }

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px; }

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer; }

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0; }

[data-tippy-root] {
  max-width: calc(100vw - 10px); }

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity; }

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top; }

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom; }

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left; }

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right; }

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

@charset "UTF-8";
/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.10
 */
/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
html, body {
  height: 100%;
  position: relative; }

body {
  margin: 0;
  padding: 0; }

[tabindex='-1']:focus {
  outline: none; }

.inset {
  padding: 10px; }

a.md-no-style,
button.md-no-style,
.md-no-style.btn,
input.md-no-style[type=button],
tags-input .tags .md-no-style.tag-item {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0; }

select,
button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item,
textarea,
input {
  vertical-align: baseline; }

input[type="reset"],
input[type="submit"],
html input[type="button"],
button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="reset"][disabled],
input[type="submit"][disabled],
html input[type="button"][disabled],
button[disabled],
.btn[disabled],
input[disabled][type=button],
tags-input .tags .tag-item[disabled] {
  cursor: default; }

textarea {
  vertical-align: top;
  overflow: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input:-webkit-autofill {
  text-shadow: none; }

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px; }

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none; }

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }

.md-shadow-animated.md-shadow {
  -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-ripple {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%; }

.md-ripple.md-ripple-placed {
  -webkit-transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-ripple.md-ripple-scaled {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: 0.20; }

.md-ripple.md-ripple-remove {
  -webkit-animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }

@-webkit-keyframes md-remove-ripple {
  0% {
    opacity: .15; }
  100% {
    opacity: 0; } }

@keyframes md-remove-ripple {
  0% {
    opacity: .15; }
  100% {
    opacity: 0; } }

.md-padding {
  padding: 8px; }

.md-margin {
  margin: 8px; }

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50; }

.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }

.md-no-momentum {
  -webkit-overflow-scrolling: auto; }

.md-no-flicker {
  -webkit-filter: blur(0px); }

@media (min-width: 960px) {
  .md-padding {
    padding: 16px; } }

html[dir=rtl], html[dir=ltr], body[dir=rtl], body[dir=ltr] {
  unicode-bidi: embed; }

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/************
 * Headings
 ************/
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.010em;
  line-height: 112px; }

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px; }

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px; }

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px; }

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; }

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em; }

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 24px; }

/************
 * Body Copy
 ************/
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 20px; }

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  line-height: 24px; }

.md-caption {
  font-size: 12px;
  letter-spacing: 0.020em; }

.md-button {
  letter-spacing: 0.010em; }

/************
 * Defaults
 ************/

button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item,
select,
html,
textarea,
input {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

select,
button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item,
textarea,
input {
  font-size: 100%; }

/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }

/*
 *  Apply Mixins to create Layout/Flexbox styles
 */
.flex-order {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  order: 0; }

.flex-order--20 {
  -webkit-box-ordinal-group: -19;
  -webkit-order: -20;
  order: -20; }

.flex-order--19 {
  -webkit-box-ordinal-group: -18;
  -webkit-order: -19;
  order: -19; }

.flex-order--18 {
  -webkit-box-ordinal-group: -17;
  -webkit-order: -18;
  order: -18; }

.flex-order--17 {
  -webkit-box-ordinal-group: -16;
  -webkit-order: -17;
  order: -17; }

.flex-order--16 {
  -webkit-box-ordinal-group: -15;
  -webkit-order: -16;
  order: -16; }

.flex-order--15 {
  -webkit-box-ordinal-group: -14;
  -webkit-order: -15;
  order: -15; }

.flex-order--14 {
  -webkit-box-ordinal-group: -13;
  -webkit-order: -14;
  order: -14; }

.flex-order--13 {
  -webkit-box-ordinal-group: -12;
  -webkit-order: -13;
  order: -13; }

.flex-order--12 {
  -webkit-box-ordinal-group: -11;
  -webkit-order: -12;
  order: -12; }

.flex-order--11 {
  -webkit-box-ordinal-group: -10;
  -webkit-order: -11;
  order: -11; }

.flex-order--10 {
  -webkit-box-ordinal-group: -9;
  -webkit-order: -10;
  order: -10; }

.flex-order--9 {
  -webkit-box-ordinal-group: -8;
  -webkit-order: -9;
  order: -9; }

.flex-order--8 {
  -webkit-box-ordinal-group: -7;
  -webkit-order: -8;
  order: -8; }

.flex-order--7 {
  -webkit-box-ordinal-group: -6;
  -webkit-order: -7;
  order: -7; }

.flex-order--6 {
  -webkit-box-ordinal-group: -5;
  -webkit-order: -6;
  order: -6; }

.flex-order--5 {
  -webkit-box-ordinal-group: -4;
  -webkit-order: -5;
  order: -5; }

.flex-order--4 {
  -webkit-box-ordinal-group: -3;
  -webkit-order: -4;
  order: -4; }

.flex-order--3 {
  -webkit-box-ordinal-group: -2;
  -webkit-order: -3;
  order: -3; }

.flex-order--2 {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  order: -2; }

.flex-order--1 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1; }

.flex-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  order: 0; }

.flex-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

.flex-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2; }

.flex-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3; }

.flex-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4; }

.flex-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5; }

.flex-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6; }

.flex-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  order: 7; }

.flex-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  order: 8; }

.flex-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  order: 9; }

.flex-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  order: 10; }

.flex-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  order: 11; }

.flex-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  order: 12; }

.flex-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  order: 13; }

.flex-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  order: 14; }

.flex-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  order: 15; }

.flex-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  order: 16; }

.flex-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  order: 17; }

.flex-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  order: 18; }

.flex-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  order: 19; }

.flex-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  order: 20; }

.offset-0, .flex-offset-0, .layout-margin .flex-offset-0, .layout-margin .offset-0 {
  margin-left: 0; }

[dir=rtl] .offset-0, [dir=rtl] .flex-offset-0, [dir=rtl] .layout-margin .flex-offset-0, [dir=rtl] .layout-margin .offset-0 {
  margin-left: auto;
  margin-right: 0; }

.offset-5, .flex-offset-5, .layout-margin .flex-offset-5, .layout-margin .offset-5 {
  margin-left: 5%; }

[dir=rtl] .offset-5, [dir=rtl] .flex-offset-5, [dir=rtl] .layout-margin .flex-offset-5, [dir=rtl] .layout-margin .offset-5 {
  margin-left: auto;
  margin-right: 5%; }

.offset-10, .flex-offset-10, .layout-margin .flex-offset-10, .layout-margin .offset-10 {
  margin-left: 10%; }

[dir=rtl] .offset-10, [dir=rtl] .flex-offset-10, [dir=rtl] .layout-margin .flex-offset-10, [dir=rtl] .layout-margin .offset-10 {
  margin-left: auto;
  margin-right: 10%; }

.offset-15, .flex-offset-15, .layout-margin .flex-offset-15, .layout-margin .offset-15 {
  margin-left: 15%; }

[dir=rtl] .offset-15, [dir=rtl] .flex-offset-15, [dir=rtl] .layout-margin .flex-offset-15, [dir=rtl] .layout-margin .offset-15 {
  margin-left: auto;
  margin-right: 15%; }

.offset-20, .flex-offset-20, .layout-margin .flex-offset-20, .layout-margin .offset-20 {
  margin-left: 20%; }

[dir=rtl] .offset-20, [dir=rtl] .flex-offset-20, [dir=rtl] .layout-margin .flex-offset-20, [dir=rtl] .layout-margin .offset-20 {
  margin-left: auto;
  margin-right: 20%; }

.offset-25, .flex-offset-25, .layout-margin .flex-offset-25, .layout-margin .offset-25 {
  margin-left: 25%; }

[dir=rtl] .offset-25, [dir=rtl] .flex-offset-25, [dir=rtl] .layout-margin .flex-offset-25, [dir=rtl] .layout-margin .offset-25 {
  margin-left: auto;
  margin-right: 25%; }

.offset-30, .flex-offset-30, .layout-margin .flex-offset-30, .layout-margin .offset-30 {
  margin-left: 30%; }

[dir=rtl] .offset-30, [dir=rtl] .flex-offset-30, [dir=rtl] .layout-margin .flex-offset-30, [dir=rtl] .layout-margin .offset-30 {
  margin-left: auto;
  margin-right: 30%; }

.offset-35, .flex-offset-35, .layout-margin .flex-offset-35, .layout-margin .offset-35 {
  margin-left: 35%; }

[dir=rtl] .offset-35, [dir=rtl] .flex-offset-35, [dir=rtl] .layout-margin .flex-offset-35, [dir=rtl] .layout-margin .offset-35 {
  margin-left: auto;
  margin-right: 35%; }

.offset-40, .flex-offset-40, .layout-margin .flex-offset-40, .layout-margin .offset-40 {
  margin-left: 40%; }

[dir=rtl] .offset-40, [dir=rtl] .flex-offset-40, [dir=rtl] .layout-margin .flex-offset-40, [dir=rtl] .layout-margin .offset-40 {
  margin-left: auto;
  margin-right: 40%; }

.offset-45, .flex-offset-45, .layout-margin .flex-offset-45, .layout-margin .offset-45 {
  margin-left: 45%; }

[dir=rtl] .offset-45, [dir=rtl] .flex-offset-45, [dir=rtl] .layout-margin .flex-offset-45, [dir=rtl] .layout-margin .offset-45 {
  margin-left: auto;
  margin-right: 45%; }

.offset-50, .flex-offset-50, .layout-margin .flex-offset-50, .layout-margin .offset-50 {
  margin-left: 50%; }

[dir=rtl] .offset-50, [dir=rtl] .flex-offset-50, [dir=rtl] .layout-margin .flex-offset-50, [dir=rtl] .layout-margin .offset-50 {
  margin-left: auto;
  margin-right: 50%; }

.offset-55, .flex-offset-55, .layout-margin .flex-offset-55, .layout-margin .offset-55 {
  margin-left: 55%; }

[dir=rtl] .offset-55, [dir=rtl] .flex-offset-55, [dir=rtl] .layout-margin .flex-offset-55, [dir=rtl] .layout-margin .offset-55 {
  margin-left: auto;
  margin-right: 55%; }

.offset-60, .flex-offset-60, .layout-margin .flex-offset-60, .layout-margin .offset-60 {
  margin-left: 60%; }

[dir=rtl] .offset-60, [dir=rtl] .flex-offset-60, [dir=rtl] .layout-margin .flex-offset-60, [dir=rtl] .layout-margin .offset-60 {
  margin-left: auto;
  margin-right: 60%; }

.offset-65, .flex-offset-65, .layout-margin .flex-offset-65, .layout-margin .offset-65 {
  margin-left: 65%; }

[dir=rtl] .offset-65, [dir=rtl] .flex-offset-65, [dir=rtl] .layout-margin .flex-offset-65, [dir=rtl] .layout-margin .offset-65 {
  margin-left: auto;
  margin-right: 65%; }

.offset-70, .flex-offset-70, .layout-margin .flex-offset-70, .layout-margin .offset-70 {
  margin-left: 70%; }

[dir=rtl] .offset-70, [dir=rtl] .flex-offset-70, [dir=rtl] .layout-margin .flex-offset-70, [dir=rtl] .layout-margin .offset-70 {
  margin-left: auto;
  margin-right: 70%; }

.offset-75, .flex-offset-75, .layout-margin .flex-offset-75, .layout-margin .offset-75 {
  margin-left: 75%; }

[dir=rtl] .offset-75, [dir=rtl] .flex-offset-75, [dir=rtl] .layout-margin .flex-offset-75, [dir=rtl] .layout-margin .offset-75 {
  margin-left: auto;
  margin-right: 75%; }

.offset-80, .flex-offset-80, .layout-margin .flex-offset-80, .layout-margin .offset-80 {
  margin-left: 80%; }

[dir=rtl] .offset-80, [dir=rtl] .flex-offset-80, [dir=rtl] .layout-margin .flex-offset-80, [dir=rtl] .layout-margin .offset-80 {
  margin-left: auto;
  margin-right: 80%; }

.offset-85, .flex-offset-85, .layout-margin .flex-offset-85, .layout-margin .offset-85 {
  margin-left: 85%; }

[dir=rtl] .offset-85, [dir=rtl] .flex-offset-85, [dir=rtl] .layout-margin .flex-offset-85, [dir=rtl] .layout-margin .offset-85 {
  margin-left: auto;
  margin-right: 85%; }

.offset-90, .flex-offset-90, .layout-margin .flex-offset-90, .layout-margin .offset-90 {
  margin-left: 90%; }

[dir=rtl] .offset-90, [dir=rtl] .flex-offset-90, [dir=rtl] .layout-margin .flex-offset-90, [dir=rtl] .layout-margin .offset-90 {
  margin-left: auto;
  margin-right: 90%; }

.offset-95, .flex-offset-95, .layout-margin .flex-offset-95, .layout-margin .offset-95 {
  margin-left: 95%; }

[dir=rtl] .offset-95, [dir=rtl] .flex-offset-95, [dir=rtl] .layout-margin .flex-offset-95, [dir=rtl] .layout-margin .offset-95 {
  margin-left: auto;
  margin-right: 95%; }

.offset-33, .flex-offset-33, .layout-margin .flex-offset-33, .layout-margin .offset-33 {
  margin-left: calc(100% / 3); }

.offset-66, .flex-offset-66, .layout-margin .flex-offset-66, .layout-margin .offset-66 {
  margin-left: calc(200% / 3); }

[dir=rtl] .offset-66, [dir=rtl] .flex-offset-66, [dir=rtl] .layout-margin .flex-offset-66, [dir=rtl] .layout-margin .offset-66 {
  margin-left: auto;
  margin-right: calc(200% / 3); }

.layout-align,
.layout-align-start-stretch {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.layout-align-start,
.layout-align-start-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-stretch {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.layout-align-center,
.layout-align-center-start,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-stretch {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end,
.layout-align-space-around-stretch {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end,
.layout-align-space-between-stretch {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.layout-align-start-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.layout-align-start-center,
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 100%; }

.layout-align-start-center > *,
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-between-center > *,
.layout-align-space-around-center > * {
  max-width: 100%;
  box-sizing: border-box; }

.layout-align-start-end,
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.layout-align-start-stretch,
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-between-stretch,
.layout-align-space-around-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch; }

.flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box; }

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  box-sizing: border-box; }

.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box; }

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box; }

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box; }

.flex-noshrink {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  box-sizing: border-box; }

.flex-nogrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box; }

.flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0; }

.layout-column > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box; }

.layout-row > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0; }

.layout-column > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
  min-height: 0; }

.flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

.layout-row > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

.flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

.layout-row > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

.flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

.layout-row > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

.flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

.layout-row > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

.flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

.layout-row > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

.flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

.layout-row > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

.flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

.layout-row > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

.flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

.layout-row > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

.flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

.layout-row > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

.flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

.layout-row > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

.flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

.layout-row > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

.flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

.layout-row > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

.flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

.layout-row > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

.flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

.layout-row > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

.flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

.layout-row > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

.flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

.layout-row > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

.flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

.layout-row > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

.flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

.layout-row > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

.flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

.layout-row > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

.flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box; }

.flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 66.66%;
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box; }

.layout-column > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 66.66%;
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box; }

.layout-row > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex {
  min-width: 0; }

.layout-column > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box; }

.layout-column > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box; }

.layout-column > .flex {
  min-height: 0; }

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.layout-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

.layout-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row; }

.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px; }

.layout-padding,
.layout-padding-gt-sm,
.layout-padding-md,
.layout-padding > *,
.layout-padding-gt-sm > *,
.layout-padding-md > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px; }

.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding-gt-lg > *,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg,
.layout-padding > .flex-lg,
.layout-padding > .flex-gt-lg {
  padding: 16px; }

.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px; }

.layout-margin,
.layout-margin-gt-sm,
.layout-margin-md,
.layout-margin > *,
.layout-margin-gt-sm > *,
.layout-margin-md > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px; }

.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin-gt-lg > *,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg,
.layout-margin > .flex-gt-lg {
  margin: 16px; }

.layout-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.layout-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%; }

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none; }
  .flex-order-xs--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-xs--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-xs--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-xs--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-xs--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-xs--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-xs--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-xs--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-xs--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-xs--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-xs--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-xs--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-xs--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-xs--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-xs--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-xs--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-xs--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-xs--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-xs--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-xs--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-xs-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-xs-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-xs-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-xs-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-xs-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-xs-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-xs-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-xs-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-xs-0, .flex-offset-xs-0, .layout-margin .flex-offset-xs-0, .layout-margin .offset-xs-0 {
    margin-left: 0; }
  [dir=rtl] .offset-xs-0, [dir=rtl] .flex-offset-xs-0, [dir=rtl] .layout-margin .flex-offset-xs-0, [dir=rtl] .layout-margin .offset-xs-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-xs-5, .flex-offset-xs-5, .layout-margin .flex-offset-xs-5, .layout-margin .offset-xs-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-xs-5, [dir=rtl] .flex-offset-xs-5, [dir=rtl] .layout-margin .flex-offset-xs-5, [dir=rtl] .layout-margin .offset-xs-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-xs-10, .flex-offset-xs-10, .layout-margin .flex-offset-xs-10, .layout-margin .offset-xs-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-xs-10, [dir=rtl] .flex-offset-xs-10, [dir=rtl] .layout-margin .flex-offset-xs-10, [dir=rtl] .layout-margin .offset-xs-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-xs-15, .flex-offset-xs-15, .layout-margin .flex-offset-xs-15, .layout-margin .offset-xs-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-xs-15, [dir=rtl] .flex-offset-xs-15, [dir=rtl] .layout-margin .flex-offset-xs-15, [dir=rtl] .layout-margin .offset-xs-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-xs-20, .flex-offset-xs-20, .layout-margin .flex-offset-xs-20, .layout-margin .offset-xs-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-xs-20, [dir=rtl] .flex-offset-xs-20, [dir=rtl] .layout-margin .flex-offset-xs-20, [dir=rtl] .layout-margin .offset-xs-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-xs-25, .flex-offset-xs-25, .layout-margin .flex-offset-xs-25, .layout-margin .offset-xs-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-xs-25, [dir=rtl] .flex-offset-xs-25, [dir=rtl] .layout-margin .flex-offset-xs-25, [dir=rtl] .layout-margin .offset-xs-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-xs-30, .flex-offset-xs-30, .layout-margin .flex-offset-xs-30, .layout-margin .offset-xs-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-xs-30, [dir=rtl] .flex-offset-xs-30, [dir=rtl] .layout-margin .flex-offset-xs-30, [dir=rtl] .layout-margin .offset-xs-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-xs-35, .flex-offset-xs-35, .layout-margin .flex-offset-xs-35, .layout-margin .offset-xs-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-xs-35, [dir=rtl] .flex-offset-xs-35, [dir=rtl] .layout-margin .flex-offset-xs-35, [dir=rtl] .layout-margin .offset-xs-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-xs-40, .flex-offset-xs-40, .layout-margin .flex-offset-xs-40, .layout-margin .offset-xs-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-xs-40, [dir=rtl] .flex-offset-xs-40, [dir=rtl] .layout-margin .flex-offset-xs-40, [dir=rtl] .layout-margin .offset-xs-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-xs-45, .flex-offset-xs-45, .layout-margin .flex-offset-xs-45, .layout-margin .offset-xs-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-xs-45, [dir=rtl] .flex-offset-xs-45, [dir=rtl] .layout-margin .flex-offset-xs-45, [dir=rtl] .layout-margin .offset-xs-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-xs-50, .flex-offset-xs-50, .layout-margin .flex-offset-xs-50, .layout-margin .offset-xs-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-xs-50, [dir=rtl] .flex-offset-xs-50, [dir=rtl] .layout-margin .flex-offset-xs-50, [dir=rtl] .layout-margin .offset-xs-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-xs-55, .flex-offset-xs-55, .layout-margin .flex-offset-xs-55, .layout-margin .offset-xs-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-xs-55, [dir=rtl] .flex-offset-xs-55, [dir=rtl] .layout-margin .flex-offset-xs-55, [dir=rtl] .layout-margin .offset-xs-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-xs-60, .flex-offset-xs-60, .layout-margin .flex-offset-xs-60, .layout-margin .offset-xs-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-xs-60, [dir=rtl] .flex-offset-xs-60, [dir=rtl] .layout-margin .flex-offset-xs-60, [dir=rtl] .layout-margin .offset-xs-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-xs-65, .flex-offset-xs-65, .layout-margin .flex-offset-xs-65, .layout-margin .offset-xs-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-xs-65, [dir=rtl] .flex-offset-xs-65, [dir=rtl] .layout-margin .flex-offset-xs-65, [dir=rtl] .layout-margin .offset-xs-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-xs-70, .flex-offset-xs-70, .layout-margin .flex-offset-xs-70, .layout-margin .offset-xs-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-xs-70, [dir=rtl] .flex-offset-xs-70, [dir=rtl] .layout-margin .flex-offset-xs-70, [dir=rtl] .layout-margin .offset-xs-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-xs-75, .flex-offset-xs-75, .layout-margin .flex-offset-xs-75, .layout-margin .offset-xs-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-xs-75, [dir=rtl] .flex-offset-xs-75, [dir=rtl] .layout-margin .flex-offset-xs-75, [dir=rtl] .layout-margin .offset-xs-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-xs-80, .flex-offset-xs-80, .layout-margin .flex-offset-xs-80, .layout-margin .offset-xs-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-xs-80, [dir=rtl] .flex-offset-xs-80, [dir=rtl] .layout-margin .flex-offset-xs-80, [dir=rtl] .layout-margin .offset-xs-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-xs-85, .flex-offset-xs-85, .layout-margin .flex-offset-xs-85, .layout-margin .offset-xs-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-xs-85, [dir=rtl] .flex-offset-xs-85, [dir=rtl] .layout-margin .flex-offset-xs-85, [dir=rtl] .layout-margin .offset-xs-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-xs-90, .flex-offset-xs-90, .layout-margin .flex-offset-xs-90, .layout-margin .offset-xs-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-xs-90, [dir=rtl] .flex-offset-xs-90, [dir=rtl] .layout-margin .flex-offset-xs-90, [dir=rtl] .layout-margin .offset-xs-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-xs-95, .flex-offset-xs-95, .layout-margin .flex-offset-xs-95, .layout-margin .offset-xs-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-xs-95, [dir=rtl] .flex-offset-xs-95, [dir=rtl] .layout-margin .flex-offset-xs-95, [dir=rtl] .layout-margin .offset-xs-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-xs-33, .flex-offset-xs-33, .layout-margin .flex-offset-xs-33, .layout-margin .offset-xs-33 {
    margin-left: calc(100% / 3); }
  .offset-xs-66, .flex-offset-xs-66, .layout-margin .flex-offset-xs-66, .layout-margin .offset-xs-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-xs-66, [dir=rtl] .flex-offset-xs-66, [dir=rtl] .layout-margin .flex-offset-xs-66, [dir=rtl] .layout-margin .offset-xs-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-xs,
  .layout-align-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-xs-start,
  .layout-align-xs-start-start,
  .layout-align-xs-start-center,
  .layout-align-xs-start-end,
  .layout-align-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-xs-center,
  .layout-align-xs-center-start,
  .layout-align-xs-center-center,
  .layout-align-xs-center-end,
  .layout-align-xs-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-xs-end,
  .layout-align-xs-end-start,
  .layout-align-xs-end-center,
  .layout-align-xs-end-end,
  .layout-align-xs-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-xs-space-around,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-xs-space-between,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-xs-start-start,
  .layout-align-xs-center-start,
  .layout-align-xs-end-start,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-xs-start-center,
  .layout-align-xs-center-center,
  .layout-align-xs-end-center,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-xs-start-center > *,
  .layout-align-xs-center-center > *,
  .layout-align-xs-end-center > *,
  .layout-align-xs-space-between-center > *,
  .layout-align-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-xs-start-end,
  .layout-align-xs-center-end,
  .layout-align-xs-end-end,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-xs-start-stretch,
  .layout-align-xs-center-stretch,
  .layout-align-xs-end-stretch,
  .layout-align-xs-space-between-stretch,
  .layout-align-xs-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-xs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-xs-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-xs-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xs-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-xs-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-xs-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-xs-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-xs-column > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-row > .flex {
    min-width: 0; }
  .layout-xs-column > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xs-column > .flex {
    min-height: 0; }
  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-gt-xs--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-gt-xs--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-gt-xs--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-gt-xs--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-gt-xs--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-gt-xs--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-gt-xs--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-gt-xs--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-gt-xs--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-gt-xs--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-gt-xs--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-gt-xs--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-gt-xs--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-gt-xs--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-gt-xs--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-gt-xs--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-gt-xs--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-gt-xs--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-gt-xs--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-gt-xs-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-gt-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-gt-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-gt-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-gt-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-gt-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-gt-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-gt-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-gt-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-gt-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-gt-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-gt-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-gt-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-gt-xs-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-gt-xs-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-gt-xs-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-gt-xs-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-gt-xs-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-gt-xs-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-gt-xs-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-gt-xs-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-gt-xs-0, .flex-offset-gt-xs-0, .layout-margin .flex-offset-gt-xs-0, .layout-margin .offset-gt-xs-0 {
    margin-left: 0; }
  [dir=rtl] .offset-gt-xs-0, [dir=rtl] .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .offset-gt-xs-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-gt-xs-5, .flex-offset-gt-xs-5, .layout-margin .flex-offset-gt-xs-5, .layout-margin .offset-gt-xs-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-gt-xs-5, [dir=rtl] .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .offset-gt-xs-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-gt-xs-10, .flex-offset-gt-xs-10, .layout-margin .flex-offset-gt-xs-10, .layout-margin .offset-gt-xs-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-gt-xs-10, [dir=rtl] .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .offset-gt-xs-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-gt-xs-15, .flex-offset-gt-xs-15, .layout-margin .flex-offset-gt-xs-15, .layout-margin .offset-gt-xs-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-gt-xs-15, [dir=rtl] .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .offset-gt-xs-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-gt-xs-20, .flex-offset-gt-xs-20, .layout-margin .flex-offset-gt-xs-20, .layout-margin .offset-gt-xs-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-gt-xs-20, [dir=rtl] .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .offset-gt-xs-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-gt-xs-25, .flex-offset-gt-xs-25, .layout-margin .flex-offset-gt-xs-25, .layout-margin .offset-gt-xs-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-gt-xs-25, [dir=rtl] .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .offset-gt-xs-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-gt-xs-30, .flex-offset-gt-xs-30, .layout-margin .flex-offset-gt-xs-30, .layout-margin .offset-gt-xs-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-gt-xs-30, [dir=rtl] .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .offset-gt-xs-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-gt-xs-35, .flex-offset-gt-xs-35, .layout-margin .flex-offset-gt-xs-35, .layout-margin .offset-gt-xs-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-gt-xs-35, [dir=rtl] .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .offset-gt-xs-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-gt-xs-40, .flex-offset-gt-xs-40, .layout-margin .flex-offset-gt-xs-40, .layout-margin .offset-gt-xs-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-gt-xs-40, [dir=rtl] .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .offset-gt-xs-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-gt-xs-45, .flex-offset-gt-xs-45, .layout-margin .flex-offset-gt-xs-45, .layout-margin .offset-gt-xs-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-gt-xs-45, [dir=rtl] .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .offset-gt-xs-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-gt-xs-50, .flex-offset-gt-xs-50, .layout-margin .flex-offset-gt-xs-50, .layout-margin .offset-gt-xs-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-gt-xs-50, [dir=rtl] .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .offset-gt-xs-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-gt-xs-55, .flex-offset-gt-xs-55, .layout-margin .flex-offset-gt-xs-55, .layout-margin .offset-gt-xs-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-gt-xs-55, [dir=rtl] .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .offset-gt-xs-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-gt-xs-60, .flex-offset-gt-xs-60, .layout-margin .flex-offset-gt-xs-60, .layout-margin .offset-gt-xs-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-gt-xs-60, [dir=rtl] .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .offset-gt-xs-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-gt-xs-65, .flex-offset-gt-xs-65, .layout-margin .flex-offset-gt-xs-65, .layout-margin .offset-gt-xs-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-gt-xs-65, [dir=rtl] .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .offset-gt-xs-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-gt-xs-70, .flex-offset-gt-xs-70, .layout-margin .flex-offset-gt-xs-70, .layout-margin .offset-gt-xs-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-gt-xs-70, [dir=rtl] .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .offset-gt-xs-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-gt-xs-75, .flex-offset-gt-xs-75, .layout-margin .flex-offset-gt-xs-75, .layout-margin .offset-gt-xs-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-gt-xs-75, [dir=rtl] .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .offset-gt-xs-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-gt-xs-80, .flex-offset-gt-xs-80, .layout-margin .flex-offset-gt-xs-80, .layout-margin .offset-gt-xs-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-gt-xs-80, [dir=rtl] .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .offset-gt-xs-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-gt-xs-85, .flex-offset-gt-xs-85, .layout-margin .flex-offset-gt-xs-85, .layout-margin .offset-gt-xs-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-gt-xs-85, [dir=rtl] .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .offset-gt-xs-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-gt-xs-90, .flex-offset-gt-xs-90, .layout-margin .flex-offset-gt-xs-90, .layout-margin .offset-gt-xs-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-gt-xs-90, [dir=rtl] .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .offset-gt-xs-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-gt-xs-95, .flex-offset-gt-xs-95, .layout-margin .flex-offset-gt-xs-95, .layout-margin .offset-gt-xs-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-gt-xs-95, [dir=rtl] .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .offset-gt-xs-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-gt-xs-33, .flex-offset-gt-xs-33, .layout-margin .flex-offset-gt-xs-33, .layout-margin .offset-gt-xs-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-xs-66, .flex-offset-gt-xs-66, .layout-margin .flex-offset-gt-xs-66, .layout-margin .offset-gt-xs-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-gt-xs-66, [dir=rtl] .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-gt-xs,
  .layout-align-gt-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-gt-xs-start,
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-gt-xs-center,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-gt-xs-end,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-gt-xs-space-around,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-gt-xs-space-between,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-xs-start-center > *,
  .layout-align-gt-xs-center-center > *,
  .layout-align-gt-xs-end-center > *,
  .layout-align-gt-xs-space-between-center > *,
  .layout-align-gt-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-gt-xs-start-stretch,
  .layout-align-gt-xs-center-stretch,
  .layout-align-gt-xs-end-stretch,
  .layout-align-gt-xs-space-between-stretch,
  .layout-align-gt-xs-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-gt-xs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-gt-xs-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-xs-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-xs-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-xs-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-xs-column > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex {
    min-width: 0; }
  .layout-gt-xs-column > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex {
    min-height: 0; }
  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-gt-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 600px) and (max-width: 959px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none; }
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none; }
  .flex-order-sm--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-sm--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-sm--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-sm--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-sm--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-sm--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-sm--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-sm--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-sm--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-sm--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-sm--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-sm--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-sm--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-sm--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-sm--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-sm--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-sm--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-sm--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-sm--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-sm--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-sm-0, .flex-offset-sm-0, .layout-margin .flex-offset-sm-0, .layout-margin .offset-sm-0 {
    margin-left: 0; }
  [dir=rtl] .offset-sm-0, [dir=rtl] .flex-offset-sm-0, [dir=rtl] .layout-margin .flex-offset-sm-0, [dir=rtl] .layout-margin .offset-sm-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-sm-5, .flex-offset-sm-5, .layout-margin .flex-offset-sm-5, .layout-margin .offset-sm-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-sm-5, [dir=rtl] .flex-offset-sm-5, [dir=rtl] .layout-margin .flex-offset-sm-5, [dir=rtl] .layout-margin .offset-sm-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-sm-10, .flex-offset-sm-10, .layout-margin .flex-offset-sm-10, .layout-margin .offset-sm-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-sm-10, [dir=rtl] .flex-offset-sm-10, [dir=rtl] .layout-margin .flex-offset-sm-10, [dir=rtl] .layout-margin .offset-sm-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-sm-15, .flex-offset-sm-15, .layout-margin .flex-offset-sm-15, .layout-margin .offset-sm-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-sm-15, [dir=rtl] .flex-offset-sm-15, [dir=rtl] .layout-margin .flex-offset-sm-15, [dir=rtl] .layout-margin .offset-sm-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-sm-20, .flex-offset-sm-20, .layout-margin .flex-offset-sm-20, .layout-margin .offset-sm-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-sm-20, [dir=rtl] .flex-offset-sm-20, [dir=rtl] .layout-margin .flex-offset-sm-20, [dir=rtl] .layout-margin .offset-sm-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-sm-25, .flex-offset-sm-25, .layout-margin .flex-offset-sm-25, .layout-margin .offset-sm-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-sm-25, [dir=rtl] .flex-offset-sm-25, [dir=rtl] .layout-margin .flex-offset-sm-25, [dir=rtl] .layout-margin .offset-sm-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-sm-30, .flex-offset-sm-30, .layout-margin .flex-offset-sm-30, .layout-margin .offset-sm-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-sm-30, [dir=rtl] .flex-offset-sm-30, [dir=rtl] .layout-margin .flex-offset-sm-30, [dir=rtl] .layout-margin .offset-sm-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-sm-35, .flex-offset-sm-35, .layout-margin .flex-offset-sm-35, .layout-margin .offset-sm-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-sm-35, [dir=rtl] .flex-offset-sm-35, [dir=rtl] .layout-margin .flex-offset-sm-35, [dir=rtl] .layout-margin .offset-sm-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-sm-40, .flex-offset-sm-40, .layout-margin .flex-offset-sm-40, .layout-margin .offset-sm-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-sm-40, [dir=rtl] .flex-offset-sm-40, [dir=rtl] .layout-margin .flex-offset-sm-40, [dir=rtl] .layout-margin .offset-sm-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-sm-45, .flex-offset-sm-45, .layout-margin .flex-offset-sm-45, .layout-margin .offset-sm-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-sm-45, [dir=rtl] .flex-offset-sm-45, [dir=rtl] .layout-margin .flex-offset-sm-45, [dir=rtl] .layout-margin .offset-sm-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-sm-50, .flex-offset-sm-50, .layout-margin .flex-offset-sm-50, .layout-margin .offset-sm-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-sm-50, [dir=rtl] .flex-offset-sm-50, [dir=rtl] .layout-margin .flex-offset-sm-50, [dir=rtl] .layout-margin .offset-sm-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-sm-55, .flex-offset-sm-55, .layout-margin .flex-offset-sm-55, .layout-margin .offset-sm-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-sm-55, [dir=rtl] .flex-offset-sm-55, [dir=rtl] .layout-margin .flex-offset-sm-55, [dir=rtl] .layout-margin .offset-sm-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-sm-60, .flex-offset-sm-60, .layout-margin .flex-offset-sm-60, .layout-margin .offset-sm-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-sm-60, [dir=rtl] .flex-offset-sm-60, [dir=rtl] .layout-margin .flex-offset-sm-60, [dir=rtl] .layout-margin .offset-sm-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-sm-65, .flex-offset-sm-65, .layout-margin .flex-offset-sm-65, .layout-margin .offset-sm-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-sm-65, [dir=rtl] .flex-offset-sm-65, [dir=rtl] .layout-margin .flex-offset-sm-65, [dir=rtl] .layout-margin .offset-sm-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-sm-70, .flex-offset-sm-70, .layout-margin .flex-offset-sm-70, .layout-margin .offset-sm-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-sm-70, [dir=rtl] .flex-offset-sm-70, [dir=rtl] .layout-margin .flex-offset-sm-70, [dir=rtl] .layout-margin .offset-sm-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-sm-75, .flex-offset-sm-75, .layout-margin .flex-offset-sm-75, .layout-margin .offset-sm-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-sm-75, [dir=rtl] .flex-offset-sm-75, [dir=rtl] .layout-margin .flex-offset-sm-75, [dir=rtl] .layout-margin .offset-sm-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-sm-80, .flex-offset-sm-80, .layout-margin .flex-offset-sm-80, .layout-margin .offset-sm-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-sm-80, [dir=rtl] .flex-offset-sm-80, [dir=rtl] .layout-margin .flex-offset-sm-80, [dir=rtl] .layout-margin .offset-sm-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-sm-85, .flex-offset-sm-85, .layout-margin .flex-offset-sm-85, .layout-margin .offset-sm-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-sm-85, [dir=rtl] .flex-offset-sm-85, [dir=rtl] .layout-margin .flex-offset-sm-85, [dir=rtl] .layout-margin .offset-sm-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-sm-90, .flex-offset-sm-90, .layout-margin .flex-offset-sm-90, .layout-margin .offset-sm-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-sm-90, [dir=rtl] .flex-offset-sm-90, [dir=rtl] .layout-margin .flex-offset-sm-90, [dir=rtl] .layout-margin .offset-sm-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-sm-95, .flex-offset-sm-95, .layout-margin .flex-offset-sm-95, .layout-margin .offset-sm-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-sm-95, [dir=rtl] .flex-offset-sm-95, [dir=rtl] .layout-margin .flex-offset-sm-95, [dir=rtl] .layout-margin .offset-sm-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-sm-33, .flex-offset-sm-33, .layout-margin .flex-offset-sm-33, .layout-margin .offset-sm-33 {
    margin-left: calc(100% / 3); }
  .offset-sm-66, .flex-offset-sm-66, .layout-margin .flex-offset-sm-66, .layout-margin .offset-sm-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-sm-66, [dir=rtl] .flex-offset-sm-66, [dir=rtl] .layout-margin .flex-offset-sm-66, [dir=rtl] .layout-margin .offset-sm-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-sm,
  .layout-align-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-sm-start,
  .layout-align-sm-start-start,
  .layout-align-sm-start-center,
  .layout-align-sm-start-end,
  .layout-align-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-sm-center,
  .layout-align-sm-center-start,
  .layout-align-sm-center-center,
  .layout-align-sm-center-end,
  .layout-align-sm-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-sm-end,
  .layout-align-sm-end-start,
  .layout-align-sm-end-center,
  .layout-align-sm-end-end,
  .layout-align-sm-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-sm-start-start,
  .layout-align-sm-center-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-sm-start-center,
  .layout-align-sm-center-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-sm-start-center > *,
  .layout-align-sm-center-center > *,
  .layout-align-sm-end-center > *,
  .layout-align-sm-space-between-center > *,
  .layout-align-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-sm-start-end,
  .layout-align-sm-center-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-sm-start-stretch,
  .layout-align-sm-center-stretch,
  .layout-align-sm-end-stretch,
  .layout-align-sm-space-between-stretch,
  .layout-align-sm-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-sm-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-sm-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-sm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-sm-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-sm-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-sm-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-sm-column > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-row > .flex {
    min-width: 0; }
  .layout-sm-column > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-sm-column > .flex {
    min-height: 0; }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-gt-sm--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-gt-sm--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-gt-sm--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-gt-sm--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-gt-sm--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-gt-sm--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-gt-sm--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-gt-sm--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-gt-sm--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-gt-sm--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-gt-sm--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-gt-sm--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-gt-sm--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-gt-sm--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-gt-sm--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-gt-sm--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-gt-sm--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-gt-sm--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-gt-sm--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-gt-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-gt-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-gt-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-gt-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-gt-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-gt-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-gt-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-gt-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-gt-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-gt-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-gt-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-gt-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-gt-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-gt-sm-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-gt-sm-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-gt-sm-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-gt-sm-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-gt-sm-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-gt-sm-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-gt-sm-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-gt-sm-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-gt-sm-0, .flex-offset-gt-sm-0, .layout-margin .flex-offset-gt-sm-0, .layout-margin .offset-gt-sm-0 {
    margin-left: 0; }
  [dir=rtl] .offset-gt-sm-0, [dir=rtl] .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .offset-gt-sm-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-gt-sm-5, .flex-offset-gt-sm-5, .layout-margin .flex-offset-gt-sm-5, .layout-margin .offset-gt-sm-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-gt-sm-5, [dir=rtl] .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .offset-gt-sm-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-gt-sm-10, .flex-offset-gt-sm-10, .layout-margin .flex-offset-gt-sm-10, .layout-margin .offset-gt-sm-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-gt-sm-10, [dir=rtl] .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .offset-gt-sm-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-gt-sm-15, .flex-offset-gt-sm-15, .layout-margin .flex-offset-gt-sm-15, .layout-margin .offset-gt-sm-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-gt-sm-15, [dir=rtl] .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .offset-gt-sm-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-gt-sm-20, .flex-offset-gt-sm-20, .layout-margin .flex-offset-gt-sm-20, .layout-margin .offset-gt-sm-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-gt-sm-20, [dir=rtl] .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .offset-gt-sm-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-gt-sm-25, .flex-offset-gt-sm-25, .layout-margin .flex-offset-gt-sm-25, .layout-margin .offset-gt-sm-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-gt-sm-25, [dir=rtl] .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .offset-gt-sm-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-gt-sm-30, .flex-offset-gt-sm-30, .layout-margin .flex-offset-gt-sm-30, .layout-margin .offset-gt-sm-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-gt-sm-30, [dir=rtl] .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .offset-gt-sm-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-gt-sm-35, .flex-offset-gt-sm-35, .layout-margin .flex-offset-gt-sm-35, .layout-margin .offset-gt-sm-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-gt-sm-35, [dir=rtl] .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .offset-gt-sm-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-gt-sm-40, .flex-offset-gt-sm-40, .layout-margin .flex-offset-gt-sm-40, .layout-margin .offset-gt-sm-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-gt-sm-40, [dir=rtl] .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .offset-gt-sm-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-gt-sm-45, .flex-offset-gt-sm-45, .layout-margin .flex-offset-gt-sm-45, .layout-margin .offset-gt-sm-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-gt-sm-45, [dir=rtl] .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .offset-gt-sm-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-gt-sm-50, .flex-offset-gt-sm-50, .layout-margin .flex-offset-gt-sm-50, .layout-margin .offset-gt-sm-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-gt-sm-50, [dir=rtl] .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .offset-gt-sm-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-gt-sm-55, .flex-offset-gt-sm-55, .layout-margin .flex-offset-gt-sm-55, .layout-margin .offset-gt-sm-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-gt-sm-55, [dir=rtl] .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .offset-gt-sm-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-gt-sm-60, .flex-offset-gt-sm-60, .layout-margin .flex-offset-gt-sm-60, .layout-margin .offset-gt-sm-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-gt-sm-60, [dir=rtl] .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .offset-gt-sm-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-gt-sm-65, .flex-offset-gt-sm-65, .layout-margin .flex-offset-gt-sm-65, .layout-margin .offset-gt-sm-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-gt-sm-65, [dir=rtl] .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .offset-gt-sm-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-gt-sm-70, .flex-offset-gt-sm-70, .layout-margin .flex-offset-gt-sm-70, .layout-margin .offset-gt-sm-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-gt-sm-70, [dir=rtl] .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .offset-gt-sm-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-gt-sm-75, .flex-offset-gt-sm-75, .layout-margin .flex-offset-gt-sm-75, .layout-margin .offset-gt-sm-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-gt-sm-75, [dir=rtl] .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .offset-gt-sm-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-gt-sm-80, .flex-offset-gt-sm-80, .layout-margin .flex-offset-gt-sm-80, .layout-margin .offset-gt-sm-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-gt-sm-80, [dir=rtl] .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .offset-gt-sm-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-gt-sm-85, .flex-offset-gt-sm-85, .layout-margin .flex-offset-gt-sm-85, .layout-margin .offset-gt-sm-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-gt-sm-85, [dir=rtl] .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .offset-gt-sm-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-gt-sm-90, .flex-offset-gt-sm-90, .layout-margin .flex-offset-gt-sm-90, .layout-margin .offset-gt-sm-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-gt-sm-90, [dir=rtl] .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .offset-gt-sm-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-gt-sm-95, .flex-offset-gt-sm-95, .layout-margin .flex-offset-gt-sm-95, .layout-margin .offset-gt-sm-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-gt-sm-95, [dir=rtl] .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .offset-gt-sm-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-gt-sm-33, .flex-offset-gt-sm-33, .layout-margin .flex-offset-gt-sm-33, .layout-margin .offset-gt-sm-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-sm-66, .flex-offset-gt-sm-66, .layout-margin .flex-offset-gt-sm-66, .layout-margin .offset-gt-sm-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-gt-sm-66, [dir=rtl] .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-gt-sm,
  .layout-align-gt-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-gt-sm-start,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-sm-start-center > *,
  .layout-align-gt-sm-center-center > *,
  .layout-align-gt-sm-end-center > *,
  .layout-align-gt-sm-space-between-center > *,
  .layout-align-gt-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-gt-sm-start-stretch,
  .layout-align-gt-sm-center-stretch,
  .layout-align-gt-sm-end-stretch,
  .layout-align-gt-sm-space-between-stretch,
  .layout-align-gt-sm-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-gt-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-gt-sm-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-sm-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-sm-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-sm-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-sm-column > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex {
    min-width: 0; }
  .layout-gt-sm-column > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex {
    min-height: 0; }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-gt-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 960px) and (max-width: 1279px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none; }
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none; }
  .flex-order-md--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-md--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-md--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-md--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-md--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-md--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-md--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-md--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-md--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-md--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-md--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-md--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-md--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-md--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-md--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-md--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-md--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-md--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-md--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-md--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-md-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-md-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-md-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-md-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-md-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-md-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-md-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-md-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-md-0, .flex-offset-md-0, .layout-margin .flex-offset-md-0, .layout-margin .offset-md-0 {
    margin-left: 0; }
  [dir=rtl] .offset-md-0, [dir=rtl] .flex-offset-md-0, [dir=rtl] .layout-margin .flex-offset-md-0, [dir=rtl] .layout-margin .offset-md-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-md-5, .flex-offset-md-5, .layout-margin .flex-offset-md-5, .layout-margin .offset-md-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-md-5, [dir=rtl] .flex-offset-md-5, [dir=rtl] .layout-margin .flex-offset-md-5, [dir=rtl] .layout-margin .offset-md-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-md-10, .flex-offset-md-10, .layout-margin .flex-offset-md-10, .layout-margin .offset-md-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-md-10, [dir=rtl] .flex-offset-md-10, [dir=rtl] .layout-margin .flex-offset-md-10, [dir=rtl] .layout-margin .offset-md-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-md-15, .flex-offset-md-15, .layout-margin .flex-offset-md-15, .layout-margin .offset-md-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-md-15, [dir=rtl] .flex-offset-md-15, [dir=rtl] .layout-margin .flex-offset-md-15, [dir=rtl] .layout-margin .offset-md-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-md-20, .flex-offset-md-20, .layout-margin .flex-offset-md-20, .layout-margin .offset-md-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-md-20, [dir=rtl] .flex-offset-md-20, [dir=rtl] .layout-margin .flex-offset-md-20, [dir=rtl] .layout-margin .offset-md-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-md-25, .flex-offset-md-25, .layout-margin .flex-offset-md-25, .layout-margin .offset-md-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-md-25, [dir=rtl] .flex-offset-md-25, [dir=rtl] .layout-margin .flex-offset-md-25, [dir=rtl] .layout-margin .offset-md-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-md-30, .flex-offset-md-30, .layout-margin .flex-offset-md-30, .layout-margin .offset-md-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-md-30, [dir=rtl] .flex-offset-md-30, [dir=rtl] .layout-margin .flex-offset-md-30, [dir=rtl] .layout-margin .offset-md-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-md-35, .flex-offset-md-35, .layout-margin .flex-offset-md-35, .layout-margin .offset-md-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-md-35, [dir=rtl] .flex-offset-md-35, [dir=rtl] .layout-margin .flex-offset-md-35, [dir=rtl] .layout-margin .offset-md-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-md-40, .flex-offset-md-40, .layout-margin .flex-offset-md-40, .layout-margin .offset-md-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-md-40, [dir=rtl] .flex-offset-md-40, [dir=rtl] .layout-margin .flex-offset-md-40, [dir=rtl] .layout-margin .offset-md-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-md-45, .flex-offset-md-45, .layout-margin .flex-offset-md-45, .layout-margin .offset-md-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-md-45, [dir=rtl] .flex-offset-md-45, [dir=rtl] .layout-margin .flex-offset-md-45, [dir=rtl] .layout-margin .offset-md-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-md-50, .flex-offset-md-50, .layout-margin .flex-offset-md-50, .layout-margin .offset-md-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-md-50, [dir=rtl] .flex-offset-md-50, [dir=rtl] .layout-margin .flex-offset-md-50, [dir=rtl] .layout-margin .offset-md-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-md-55, .flex-offset-md-55, .layout-margin .flex-offset-md-55, .layout-margin .offset-md-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-md-55, [dir=rtl] .flex-offset-md-55, [dir=rtl] .layout-margin .flex-offset-md-55, [dir=rtl] .layout-margin .offset-md-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-md-60, .flex-offset-md-60, .layout-margin .flex-offset-md-60, .layout-margin .offset-md-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-md-60, [dir=rtl] .flex-offset-md-60, [dir=rtl] .layout-margin .flex-offset-md-60, [dir=rtl] .layout-margin .offset-md-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-md-65, .flex-offset-md-65, .layout-margin .flex-offset-md-65, .layout-margin .offset-md-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-md-65, [dir=rtl] .flex-offset-md-65, [dir=rtl] .layout-margin .flex-offset-md-65, [dir=rtl] .layout-margin .offset-md-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-md-70, .flex-offset-md-70, .layout-margin .flex-offset-md-70, .layout-margin .offset-md-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-md-70, [dir=rtl] .flex-offset-md-70, [dir=rtl] .layout-margin .flex-offset-md-70, [dir=rtl] .layout-margin .offset-md-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-md-75, .flex-offset-md-75, .layout-margin .flex-offset-md-75, .layout-margin .offset-md-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-md-75, [dir=rtl] .flex-offset-md-75, [dir=rtl] .layout-margin .flex-offset-md-75, [dir=rtl] .layout-margin .offset-md-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-md-80, .flex-offset-md-80, .layout-margin .flex-offset-md-80, .layout-margin .offset-md-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-md-80, [dir=rtl] .flex-offset-md-80, [dir=rtl] .layout-margin .flex-offset-md-80, [dir=rtl] .layout-margin .offset-md-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-md-85, .flex-offset-md-85, .layout-margin .flex-offset-md-85, .layout-margin .offset-md-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-md-85, [dir=rtl] .flex-offset-md-85, [dir=rtl] .layout-margin .flex-offset-md-85, [dir=rtl] .layout-margin .offset-md-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-md-90, .flex-offset-md-90, .layout-margin .flex-offset-md-90, .layout-margin .offset-md-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-md-90, [dir=rtl] .flex-offset-md-90, [dir=rtl] .layout-margin .flex-offset-md-90, [dir=rtl] .layout-margin .offset-md-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-md-95, .flex-offset-md-95, .layout-margin .flex-offset-md-95, .layout-margin .offset-md-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-md-95, [dir=rtl] .flex-offset-md-95, [dir=rtl] .layout-margin .flex-offset-md-95, [dir=rtl] .layout-margin .offset-md-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-md-33, .flex-offset-md-33, .layout-margin .flex-offset-md-33, .layout-margin .offset-md-33 {
    margin-left: calc(100% / 3); }
  .offset-md-66, .flex-offset-md-66, .layout-margin .flex-offset-md-66, .layout-margin .offset-md-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-md-66, [dir=rtl] .flex-offset-md-66, [dir=rtl] .layout-margin .flex-offset-md-66, [dir=rtl] .layout-margin .offset-md-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-md,
  .layout-align-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-md-start,
  .layout-align-md-start-start,
  .layout-align-md-start-center,
  .layout-align-md-start-end,
  .layout-align-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-md-center,
  .layout-align-md-center-start,
  .layout-align-md-center-center,
  .layout-align-md-center-end,
  .layout-align-md-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-md-end,
  .layout-align-md-end-start,
  .layout-align-md-end-center,
  .layout-align-md-end-end,
  .layout-align-md-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-end,
  .layout-align-md-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-end,
  .layout-align-md-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-md-start-start,
  .layout-align-md-center-start,
  .layout-align-md-end-start,
  .layout-align-md-space-between-start,
  .layout-align-md-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-md-start-center,
  .layout-align-md-center-center,
  .layout-align-md-end-center,
  .layout-align-md-space-between-center,
  .layout-align-md-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-md-start-center > *,
  .layout-align-md-center-center > *,
  .layout-align-md-end-center > *,
  .layout-align-md-space-between-center > *,
  .layout-align-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-md-start-end,
  .layout-align-md-center-end,
  .layout-align-md-end-end,
  .layout-align-md-space-between-end,
  .layout-align-md-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-md-start-stretch,
  .layout-align-md-center-stretch,
  .layout-align-md-end-stretch,
  .layout-align-md-space-between-stretch,
  .layout-align-md-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-md-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-md-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-md-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-md-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-md-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-md-column > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex {
    min-width: 0; }
  .layout-md-column > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-md-column > .flex {
    min-height: 0; }
  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-gt-md--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-gt-md--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-gt-md--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-gt-md--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-gt-md--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-gt-md--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-gt-md--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-gt-md--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-gt-md--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-gt-md--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-gt-md--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-gt-md--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-gt-md--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-gt-md--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-gt-md--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-gt-md--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-gt-md--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-gt-md--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-gt-md--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-gt-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-gt-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-gt-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-gt-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-gt-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-gt-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-gt-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-gt-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-gt-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-gt-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-gt-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-gt-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-gt-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-gt-md-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-gt-md-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-gt-md-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-gt-md-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-gt-md-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-gt-md-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-gt-md-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-gt-md-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-gt-md-0, .flex-offset-gt-md-0, .layout-margin .flex-offset-gt-md-0, .layout-margin .offset-gt-md-0 {
    margin-left: 0; }
  [dir=rtl] .offset-gt-md-0, [dir=rtl] .flex-offset-gt-md-0, [dir=rtl] .layout-margin .flex-offset-gt-md-0, [dir=rtl] .layout-margin .offset-gt-md-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-gt-md-5, .flex-offset-gt-md-5, .layout-margin .flex-offset-gt-md-5, .layout-margin .offset-gt-md-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-gt-md-5, [dir=rtl] .flex-offset-gt-md-5, [dir=rtl] .layout-margin .flex-offset-gt-md-5, [dir=rtl] .layout-margin .offset-gt-md-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-gt-md-10, .flex-offset-gt-md-10, .layout-margin .flex-offset-gt-md-10, .layout-margin .offset-gt-md-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-gt-md-10, [dir=rtl] .flex-offset-gt-md-10, [dir=rtl] .layout-margin .flex-offset-gt-md-10, [dir=rtl] .layout-margin .offset-gt-md-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-gt-md-15, .flex-offset-gt-md-15, .layout-margin .flex-offset-gt-md-15, .layout-margin .offset-gt-md-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-gt-md-15, [dir=rtl] .flex-offset-gt-md-15, [dir=rtl] .layout-margin .flex-offset-gt-md-15, [dir=rtl] .layout-margin .offset-gt-md-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-gt-md-20, .flex-offset-gt-md-20, .layout-margin .flex-offset-gt-md-20, .layout-margin .offset-gt-md-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-gt-md-20, [dir=rtl] .flex-offset-gt-md-20, [dir=rtl] .layout-margin .flex-offset-gt-md-20, [dir=rtl] .layout-margin .offset-gt-md-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-gt-md-25, .flex-offset-gt-md-25, .layout-margin .flex-offset-gt-md-25, .layout-margin .offset-gt-md-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-gt-md-25, [dir=rtl] .flex-offset-gt-md-25, [dir=rtl] .layout-margin .flex-offset-gt-md-25, [dir=rtl] .layout-margin .offset-gt-md-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-gt-md-30, .flex-offset-gt-md-30, .layout-margin .flex-offset-gt-md-30, .layout-margin .offset-gt-md-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-gt-md-30, [dir=rtl] .flex-offset-gt-md-30, [dir=rtl] .layout-margin .flex-offset-gt-md-30, [dir=rtl] .layout-margin .offset-gt-md-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-gt-md-35, .flex-offset-gt-md-35, .layout-margin .flex-offset-gt-md-35, .layout-margin .offset-gt-md-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-gt-md-35, [dir=rtl] .flex-offset-gt-md-35, [dir=rtl] .layout-margin .flex-offset-gt-md-35, [dir=rtl] .layout-margin .offset-gt-md-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-gt-md-40, .flex-offset-gt-md-40, .layout-margin .flex-offset-gt-md-40, .layout-margin .offset-gt-md-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-gt-md-40, [dir=rtl] .flex-offset-gt-md-40, [dir=rtl] .layout-margin .flex-offset-gt-md-40, [dir=rtl] .layout-margin .offset-gt-md-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-gt-md-45, .flex-offset-gt-md-45, .layout-margin .flex-offset-gt-md-45, .layout-margin .offset-gt-md-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-gt-md-45, [dir=rtl] .flex-offset-gt-md-45, [dir=rtl] .layout-margin .flex-offset-gt-md-45, [dir=rtl] .layout-margin .offset-gt-md-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-gt-md-50, .flex-offset-gt-md-50, .layout-margin .flex-offset-gt-md-50, .layout-margin .offset-gt-md-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-gt-md-50, [dir=rtl] .flex-offset-gt-md-50, [dir=rtl] .layout-margin .flex-offset-gt-md-50, [dir=rtl] .layout-margin .offset-gt-md-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-gt-md-55, .flex-offset-gt-md-55, .layout-margin .flex-offset-gt-md-55, .layout-margin .offset-gt-md-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-gt-md-55, [dir=rtl] .flex-offset-gt-md-55, [dir=rtl] .layout-margin .flex-offset-gt-md-55, [dir=rtl] .layout-margin .offset-gt-md-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-gt-md-60, .flex-offset-gt-md-60, .layout-margin .flex-offset-gt-md-60, .layout-margin .offset-gt-md-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-gt-md-60, [dir=rtl] .flex-offset-gt-md-60, [dir=rtl] .layout-margin .flex-offset-gt-md-60, [dir=rtl] .layout-margin .offset-gt-md-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-gt-md-65, .flex-offset-gt-md-65, .layout-margin .flex-offset-gt-md-65, .layout-margin .offset-gt-md-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-gt-md-65, [dir=rtl] .flex-offset-gt-md-65, [dir=rtl] .layout-margin .flex-offset-gt-md-65, [dir=rtl] .layout-margin .offset-gt-md-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-gt-md-70, .flex-offset-gt-md-70, .layout-margin .flex-offset-gt-md-70, .layout-margin .offset-gt-md-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-gt-md-70, [dir=rtl] .flex-offset-gt-md-70, [dir=rtl] .layout-margin .flex-offset-gt-md-70, [dir=rtl] .layout-margin .offset-gt-md-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-gt-md-75, .flex-offset-gt-md-75, .layout-margin .flex-offset-gt-md-75, .layout-margin .offset-gt-md-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-gt-md-75, [dir=rtl] .flex-offset-gt-md-75, [dir=rtl] .layout-margin .flex-offset-gt-md-75, [dir=rtl] .layout-margin .offset-gt-md-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-gt-md-80, .flex-offset-gt-md-80, .layout-margin .flex-offset-gt-md-80, .layout-margin .offset-gt-md-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-gt-md-80, [dir=rtl] .flex-offset-gt-md-80, [dir=rtl] .layout-margin .flex-offset-gt-md-80, [dir=rtl] .layout-margin .offset-gt-md-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-gt-md-85, .flex-offset-gt-md-85, .layout-margin .flex-offset-gt-md-85, .layout-margin .offset-gt-md-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-gt-md-85, [dir=rtl] .flex-offset-gt-md-85, [dir=rtl] .layout-margin .flex-offset-gt-md-85, [dir=rtl] .layout-margin .offset-gt-md-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-gt-md-90, .flex-offset-gt-md-90, .layout-margin .flex-offset-gt-md-90, .layout-margin .offset-gt-md-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-gt-md-90, [dir=rtl] .flex-offset-gt-md-90, [dir=rtl] .layout-margin .flex-offset-gt-md-90, [dir=rtl] .layout-margin .offset-gt-md-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-gt-md-95, .flex-offset-gt-md-95, .layout-margin .flex-offset-gt-md-95, .layout-margin .offset-gt-md-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-gt-md-95, [dir=rtl] .flex-offset-gt-md-95, [dir=rtl] .layout-margin .flex-offset-gt-md-95, [dir=rtl] .layout-margin .offset-gt-md-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-gt-md-33, .flex-offset-gt-md-33, .layout-margin .flex-offset-gt-md-33, .layout-margin .offset-gt-md-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-md-66, .flex-offset-gt-md-66, .layout-margin .flex-offset-gt-md-66, .layout-margin .offset-gt-md-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-gt-md-66, [dir=rtl] .flex-offset-gt-md-66, [dir=rtl] .layout-margin .flex-offset-gt-md-66, [dir=rtl] .layout-margin .offset-gt-md-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-gt-md,
  .layout-align-gt-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-gt-md-start,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-gt-md-center,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-gt-md-end,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-md-start-center > *,
  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-gt-md-start-stretch,
  .layout-align-gt-md-center-stretch,
  .layout-align-gt-md-end-stretch,
  .layout-align-gt-md-space-between-stretch,
  .layout-align-gt-md-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-gt-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-gt-md-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-md-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-md-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-md-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-md-column > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex {
    min-width: 0; }
  .layout-gt-md-column > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex {
    min-height: 0; }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-gt-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1280px) and (max-width: 1919px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none; }
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none; }
  .flex-order-lg--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-lg--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-lg--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-lg--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-lg--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-lg--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-lg--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-lg--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-lg--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-lg--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-lg--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-lg--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-lg--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-lg--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-lg--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-lg--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-lg--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-lg--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-lg--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-lg--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-lg-0, .flex-offset-lg-0, .layout-margin .flex-offset-lg-0, .layout-margin .offset-lg-0 {
    margin-left: 0; }
  [dir=rtl] .offset-lg-0, [dir=rtl] .flex-offset-lg-0, [dir=rtl] .layout-margin .flex-offset-lg-0, [dir=rtl] .layout-margin .offset-lg-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-lg-5, .flex-offset-lg-5, .layout-margin .flex-offset-lg-5, .layout-margin .offset-lg-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-lg-5, [dir=rtl] .flex-offset-lg-5, [dir=rtl] .layout-margin .flex-offset-lg-5, [dir=rtl] .layout-margin .offset-lg-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-lg-10, .flex-offset-lg-10, .layout-margin .flex-offset-lg-10, .layout-margin .offset-lg-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-lg-10, [dir=rtl] .flex-offset-lg-10, [dir=rtl] .layout-margin .flex-offset-lg-10, [dir=rtl] .layout-margin .offset-lg-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-lg-15, .flex-offset-lg-15, .layout-margin .flex-offset-lg-15, .layout-margin .offset-lg-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-lg-15, [dir=rtl] .flex-offset-lg-15, [dir=rtl] .layout-margin .flex-offset-lg-15, [dir=rtl] .layout-margin .offset-lg-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-lg-20, .flex-offset-lg-20, .layout-margin .flex-offset-lg-20, .layout-margin .offset-lg-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-lg-20, [dir=rtl] .flex-offset-lg-20, [dir=rtl] .layout-margin .flex-offset-lg-20, [dir=rtl] .layout-margin .offset-lg-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-lg-25, .flex-offset-lg-25, .layout-margin .flex-offset-lg-25, .layout-margin .offset-lg-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-lg-25, [dir=rtl] .flex-offset-lg-25, [dir=rtl] .layout-margin .flex-offset-lg-25, [dir=rtl] .layout-margin .offset-lg-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-lg-30, .flex-offset-lg-30, .layout-margin .flex-offset-lg-30, .layout-margin .offset-lg-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-lg-30, [dir=rtl] .flex-offset-lg-30, [dir=rtl] .layout-margin .flex-offset-lg-30, [dir=rtl] .layout-margin .offset-lg-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-lg-35, .flex-offset-lg-35, .layout-margin .flex-offset-lg-35, .layout-margin .offset-lg-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-lg-35, [dir=rtl] .flex-offset-lg-35, [dir=rtl] .layout-margin .flex-offset-lg-35, [dir=rtl] .layout-margin .offset-lg-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-lg-40, .flex-offset-lg-40, .layout-margin .flex-offset-lg-40, .layout-margin .offset-lg-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-lg-40, [dir=rtl] .flex-offset-lg-40, [dir=rtl] .layout-margin .flex-offset-lg-40, [dir=rtl] .layout-margin .offset-lg-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-lg-45, .flex-offset-lg-45, .layout-margin .flex-offset-lg-45, .layout-margin .offset-lg-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-lg-45, [dir=rtl] .flex-offset-lg-45, [dir=rtl] .layout-margin .flex-offset-lg-45, [dir=rtl] .layout-margin .offset-lg-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-lg-50, .flex-offset-lg-50, .layout-margin .flex-offset-lg-50, .layout-margin .offset-lg-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-lg-50, [dir=rtl] .flex-offset-lg-50, [dir=rtl] .layout-margin .flex-offset-lg-50, [dir=rtl] .layout-margin .offset-lg-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-lg-55, .flex-offset-lg-55, .layout-margin .flex-offset-lg-55, .layout-margin .offset-lg-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-lg-55, [dir=rtl] .flex-offset-lg-55, [dir=rtl] .layout-margin .flex-offset-lg-55, [dir=rtl] .layout-margin .offset-lg-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-lg-60, .flex-offset-lg-60, .layout-margin .flex-offset-lg-60, .layout-margin .offset-lg-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-lg-60, [dir=rtl] .flex-offset-lg-60, [dir=rtl] .layout-margin .flex-offset-lg-60, [dir=rtl] .layout-margin .offset-lg-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-lg-65, .flex-offset-lg-65, .layout-margin .flex-offset-lg-65, .layout-margin .offset-lg-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-lg-65, [dir=rtl] .flex-offset-lg-65, [dir=rtl] .layout-margin .flex-offset-lg-65, [dir=rtl] .layout-margin .offset-lg-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-lg-70, .flex-offset-lg-70, .layout-margin .flex-offset-lg-70, .layout-margin .offset-lg-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-lg-70, [dir=rtl] .flex-offset-lg-70, [dir=rtl] .layout-margin .flex-offset-lg-70, [dir=rtl] .layout-margin .offset-lg-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-lg-75, .flex-offset-lg-75, .layout-margin .flex-offset-lg-75, .layout-margin .offset-lg-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-lg-75, [dir=rtl] .flex-offset-lg-75, [dir=rtl] .layout-margin .flex-offset-lg-75, [dir=rtl] .layout-margin .offset-lg-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-lg-80, .flex-offset-lg-80, .layout-margin .flex-offset-lg-80, .layout-margin .offset-lg-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-lg-80, [dir=rtl] .flex-offset-lg-80, [dir=rtl] .layout-margin .flex-offset-lg-80, [dir=rtl] .layout-margin .offset-lg-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-lg-85, .flex-offset-lg-85, .layout-margin .flex-offset-lg-85, .layout-margin .offset-lg-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-lg-85, [dir=rtl] .flex-offset-lg-85, [dir=rtl] .layout-margin .flex-offset-lg-85, [dir=rtl] .layout-margin .offset-lg-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-lg-90, .flex-offset-lg-90, .layout-margin .flex-offset-lg-90, .layout-margin .offset-lg-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-lg-90, [dir=rtl] .flex-offset-lg-90, [dir=rtl] .layout-margin .flex-offset-lg-90, [dir=rtl] .layout-margin .offset-lg-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-lg-95, .flex-offset-lg-95, .layout-margin .flex-offset-lg-95, .layout-margin .offset-lg-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-lg-95, [dir=rtl] .flex-offset-lg-95, [dir=rtl] .layout-margin .flex-offset-lg-95, [dir=rtl] .layout-margin .offset-lg-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-lg-33, .flex-offset-lg-33, .layout-margin .flex-offset-lg-33, .layout-margin .offset-lg-33 {
    margin-left: calc(100% / 3); }
  .offset-lg-66, .flex-offset-lg-66, .layout-margin .flex-offset-lg-66, .layout-margin .offset-lg-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-lg-66, [dir=rtl] .flex-offset-lg-66, [dir=rtl] .layout-margin .flex-offset-lg-66, [dir=rtl] .layout-margin .offset-lg-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-lg,
  .layout-align-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-lg-start,
  .layout-align-lg-start-start,
  .layout-align-lg-start-center,
  .layout-align-lg-start-end,
  .layout-align-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-lg-center,
  .layout-align-lg-center-start,
  .layout-align-lg-center-center,
  .layout-align-lg-center-end,
  .layout-align-lg-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-lg-end,
  .layout-align-lg-end-start,
  .layout-align-lg-end-center,
  .layout-align-lg-end-end,
  .layout-align-lg-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-lg-start-start,
  .layout-align-lg-center-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-lg-start-center,
  .layout-align-lg-center-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-lg-start-center > *,
  .layout-align-lg-center-center > *,
  .layout-align-lg-end-center > *,
  .layout-align-lg-space-between-center > *,
  .layout-align-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-lg-start-end,
  .layout-align-lg-center-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-lg-start-stretch,
  .layout-align-lg-center-stretch,
  .layout-align-lg-end-stretch,
  .layout-align-lg-space-between-stretch,
  .layout-align-lg-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-lg-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-lg-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-lg-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-lg-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-lg-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-lg-column > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex {
    min-width: 0; }
  .layout-lg-column > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-lg-column > .flex {
    min-height: 0; }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-gt-lg--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-gt-lg--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-gt-lg--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-gt-lg--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-gt-lg--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-gt-lg--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-gt-lg--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-gt-lg--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-gt-lg--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-gt-lg--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-gt-lg--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-gt-lg--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-gt-lg--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-gt-lg--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-gt-lg--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-gt-lg--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-gt-lg--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-gt-lg--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-gt-lg--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-gt-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-gt-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-gt-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-gt-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-gt-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-gt-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-gt-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-gt-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-gt-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-gt-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-gt-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-gt-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-gt-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-gt-lg-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-gt-lg-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-gt-lg-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-gt-lg-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-gt-lg-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-gt-lg-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-gt-lg-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-gt-lg-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-gt-lg-0, .flex-offset-gt-lg-0, .layout-margin .flex-offset-gt-lg-0, .layout-margin .offset-gt-lg-0 {
    margin-left: 0; }
  [dir=rtl] .offset-gt-lg-0, [dir=rtl] .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .offset-gt-lg-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-gt-lg-5, .flex-offset-gt-lg-5, .layout-margin .flex-offset-gt-lg-5, .layout-margin .offset-gt-lg-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-gt-lg-5, [dir=rtl] .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .offset-gt-lg-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-gt-lg-10, .flex-offset-gt-lg-10, .layout-margin .flex-offset-gt-lg-10, .layout-margin .offset-gt-lg-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-gt-lg-10, [dir=rtl] .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .offset-gt-lg-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-gt-lg-15, .flex-offset-gt-lg-15, .layout-margin .flex-offset-gt-lg-15, .layout-margin .offset-gt-lg-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-gt-lg-15, [dir=rtl] .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .offset-gt-lg-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-gt-lg-20, .flex-offset-gt-lg-20, .layout-margin .flex-offset-gt-lg-20, .layout-margin .offset-gt-lg-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-gt-lg-20, [dir=rtl] .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .offset-gt-lg-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-gt-lg-25, .flex-offset-gt-lg-25, .layout-margin .flex-offset-gt-lg-25, .layout-margin .offset-gt-lg-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-gt-lg-25, [dir=rtl] .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .offset-gt-lg-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-gt-lg-30, .flex-offset-gt-lg-30, .layout-margin .flex-offset-gt-lg-30, .layout-margin .offset-gt-lg-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-gt-lg-30, [dir=rtl] .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .offset-gt-lg-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-gt-lg-35, .flex-offset-gt-lg-35, .layout-margin .flex-offset-gt-lg-35, .layout-margin .offset-gt-lg-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-gt-lg-35, [dir=rtl] .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .offset-gt-lg-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-gt-lg-40, .flex-offset-gt-lg-40, .layout-margin .flex-offset-gt-lg-40, .layout-margin .offset-gt-lg-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-gt-lg-40, [dir=rtl] .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .offset-gt-lg-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-gt-lg-45, .flex-offset-gt-lg-45, .layout-margin .flex-offset-gt-lg-45, .layout-margin .offset-gt-lg-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-gt-lg-45, [dir=rtl] .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .offset-gt-lg-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-gt-lg-50, .flex-offset-gt-lg-50, .layout-margin .flex-offset-gt-lg-50, .layout-margin .offset-gt-lg-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-gt-lg-50, [dir=rtl] .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .offset-gt-lg-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-gt-lg-55, .flex-offset-gt-lg-55, .layout-margin .flex-offset-gt-lg-55, .layout-margin .offset-gt-lg-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-gt-lg-55, [dir=rtl] .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .offset-gt-lg-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-gt-lg-60, .flex-offset-gt-lg-60, .layout-margin .flex-offset-gt-lg-60, .layout-margin .offset-gt-lg-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-gt-lg-60, [dir=rtl] .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .offset-gt-lg-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-gt-lg-65, .flex-offset-gt-lg-65, .layout-margin .flex-offset-gt-lg-65, .layout-margin .offset-gt-lg-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-gt-lg-65, [dir=rtl] .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .offset-gt-lg-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-gt-lg-70, .flex-offset-gt-lg-70, .layout-margin .flex-offset-gt-lg-70, .layout-margin .offset-gt-lg-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-gt-lg-70, [dir=rtl] .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .offset-gt-lg-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-gt-lg-75, .flex-offset-gt-lg-75, .layout-margin .flex-offset-gt-lg-75, .layout-margin .offset-gt-lg-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-gt-lg-75, [dir=rtl] .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .offset-gt-lg-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-gt-lg-80, .flex-offset-gt-lg-80, .layout-margin .flex-offset-gt-lg-80, .layout-margin .offset-gt-lg-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-gt-lg-80, [dir=rtl] .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .offset-gt-lg-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-gt-lg-85, .flex-offset-gt-lg-85, .layout-margin .flex-offset-gt-lg-85, .layout-margin .offset-gt-lg-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-gt-lg-85, [dir=rtl] .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .offset-gt-lg-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-gt-lg-90, .flex-offset-gt-lg-90, .layout-margin .flex-offset-gt-lg-90, .layout-margin .offset-gt-lg-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-gt-lg-90, [dir=rtl] .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .offset-gt-lg-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-gt-lg-95, .flex-offset-gt-lg-95, .layout-margin .flex-offset-gt-lg-95, .layout-margin .offset-gt-lg-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-gt-lg-95, [dir=rtl] .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .offset-gt-lg-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-gt-lg-33, .flex-offset-gt-lg-33, .layout-margin .flex-offset-gt-lg-33, .layout-margin .offset-gt-lg-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-lg-66, .flex-offset-gt-lg-66, .layout-margin .flex-offset-gt-lg-66, .layout-margin .offset-gt-lg-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-gt-lg-66, [dir=rtl] .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-gt-lg,
  .layout-align-gt-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-gt-lg-start,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-lg-start-center > *,
  .layout-align-gt-lg-center-center > *,
  .layout-align-gt-lg-end-center > *,
  .layout-align-gt-lg-space-between-center > *,
  .layout-align-gt-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-gt-lg-start-stretch,
  .layout-align-gt-lg-center-stretch,
  .layout-align-gt-lg-end-stretch,
  .layout-align-gt-lg-space-between-stretch,
  .layout-align-gt-lg-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-gt-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-gt-lg-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-lg-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-lg-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-lg-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-lg-column > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex {
    min-width: 0; }
  .layout-gt-lg-column > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex {
    min-height: 0; }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-gt-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; }
  .flex-order-xl--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    order: -20; }
  .flex-order-xl--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
    order: -19; }
  .flex-order-xl--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
    order: -18; }
  .flex-order-xl--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
    order: -17; }
  .flex-order-xl--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
    order: -16; }
  .flex-order-xl--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
    order: -15; }
  .flex-order-xl--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
    order: -14; }
  .flex-order-xl--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
    order: -13; }
  .flex-order-xl--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
    order: -12; }
  .flex-order-xl--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
    order: -11; }
  .flex-order-xl--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    order: -10; }
  .flex-order-xl--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    order: -9; }
  .flex-order-xl--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    order: -8; }
  .flex-order-xl--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
    order: -7; }
  .flex-order-xl--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
    order: -6; }
  .flex-order-xl--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
    order: -5; }
  .flex-order-xl--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    order: -4; }
  .flex-order-xl--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    order: -3; }
  .flex-order-xl--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2; }
  .flex-order-xl--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .flex-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0; }
  .flex-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .flex-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .flex-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  .flex-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  .flex-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  .flex-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  .flex-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  .flex-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  .flex-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  .flex-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  .flex-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  .flex-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  .flex-order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13; }
  .flex-order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14; }
  .flex-order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15; }
  .flex-order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16; }
  .flex-order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17; }
  .flex-order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    order: 18; }
  .flex-order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    order: 19; }
  .flex-order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    order: 20; }
  .offset-xl-0, .flex-offset-xl-0, .layout-margin .flex-offset-xl-0, .layout-margin .offset-xl-0 {
    margin-left: 0; }
  [dir=rtl] .offset-xl-0, [dir=rtl] .flex-offset-xl-0, [dir=rtl] .layout-margin .flex-offset-xl-0, [dir=rtl] .layout-margin .offset-xl-0 {
    margin-left: auto;
    margin-right: 0; }
  .offset-xl-5, .flex-offset-xl-5, .layout-margin .flex-offset-xl-5, .layout-margin .offset-xl-5 {
    margin-left: 5%; }
  [dir=rtl] .offset-xl-5, [dir=rtl] .flex-offset-xl-5, [dir=rtl] .layout-margin .flex-offset-xl-5, [dir=rtl] .layout-margin .offset-xl-5 {
    margin-left: auto;
    margin-right: 5%; }
  .offset-xl-10, .flex-offset-xl-10, .layout-margin .flex-offset-xl-10, .layout-margin .offset-xl-10 {
    margin-left: 10%; }
  [dir=rtl] .offset-xl-10, [dir=rtl] .flex-offset-xl-10, [dir=rtl] .layout-margin .flex-offset-xl-10, [dir=rtl] .layout-margin .offset-xl-10 {
    margin-left: auto;
    margin-right: 10%; }
  .offset-xl-15, .flex-offset-xl-15, .layout-margin .flex-offset-xl-15, .layout-margin .offset-xl-15 {
    margin-left: 15%; }
  [dir=rtl] .offset-xl-15, [dir=rtl] .flex-offset-xl-15, [dir=rtl] .layout-margin .flex-offset-xl-15, [dir=rtl] .layout-margin .offset-xl-15 {
    margin-left: auto;
    margin-right: 15%; }
  .offset-xl-20, .flex-offset-xl-20, .layout-margin .flex-offset-xl-20, .layout-margin .offset-xl-20 {
    margin-left: 20%; }
  [dir=rtl] .offset-xl-20, [dir=rtl] .flex-offset-xl-20, [dir=rtl] .layout-margin .flex-offset-xl-20, [dir=rtl] .layout-margin .offset-xl-20 {
    margin-left: auto;
    margin-right: 20%; }
  .offset-xl-25, .flex-offset-xl-25, .layout-margin .flex-offset-xl-25, .layout-margin .offset-xl-25 {
    margin-left: 25%; }
  [dir=rtl] .offset-xl-25, [dir=rtl] .flex-offset-xl-25, [dir=rtl] .layout-margin .flex-offset-xl-25, [dir=rtl] .layout-margin .offset-xl-25 {
    margin-left: auto;
    margin-right: 25%; }
  .offset-xl-30, .flex-offset-xl-30, .layout-margin .flex-offset-xl-30, .layout-margin .offset-xl-30 {
    margin-left: 30%; }
  [dir=rtl] .offset-xl-30, [dir=rtl] .flex-offset-xl-30, [dir=rtl] .layout-margin .flex-offset-xl-30, [dir=rtl] .layout-margin .offset-xl-30 {
    margin-left: auto;
    margin-right: 30%; }
  .offset-xl-35, .flex-offset-xl-35, .layout-margin .flex-offset-xl-35, .layout-margin .offset-xl-35 {
    margin-left: 35%; }
  [dir=rtl] .offset-xl-35, [dir=rtl] .flex-offset-xl-35, [dir=rtl] .layout-margin .flex-offset-xl-35, [dir=rtl] .layout-margin .offset-xl-35 {
    margin-left: auto;
    margin-right: 35%; }
  .offset-xl-40, .flex-offset-xl-40, .layout-margin .flex-offset-xl-40, .layout-margin .offset-xl-40 {
    margin-left: 40%; }
  [dir=rtl] .offset-xl-40, [dir=rtl] .flex-offset-xl-40, [dir=rtl] .layout-margin .flex-offset-xl-40, [dir=rtl] .layout-margin .offset-xl-40 {
    margin-left: auto;
    margin-right: 40%; }
  .offset-xl-45, .flex-offset-xl-45, .layout-margin .flex-offset-xl-45, .layout-margin .offset-xl-45 {
    margin-left: 45%; }
  [dir=rtl] .offset-xl-45, [dir=rtl] .flex-offset-xl-45, [dir=rtl] .layout-margin .flex-offset-xl-45, [dir=rtl] .layout-margin .offset-xl-45 {
    margin-left: auto;
    margin-right: 45%; }
  .offset-xl-50, .flex-offset-xl-50, .layout-margin .flex-offset-xl-50, .layout-margin .offset-xl-50 {
    margin-left: 50%; }
  [dir=rtl] .offset-xl-50, [dir=rtl] .flex-offset-xl-50, [dir=rtl] .layout-margin .flex-offset-xl-50, [dir=rtl] .layout-margin .offset-xl-50 {
    margin-left: auto;
    margin-right: 50%; }
  .offset-xl-55, .flex-offset-xl-55, .layout-margin .flex-offset-xl-55, .layout-margin .offset-xl-55 {
    margin-left: 55%; }
  [dir=rtl] .offset-xl-55, [dir=rtl] .flex-offset-xl-55, [dir=rtl] .layout-margin .flex-offset-xl-55, [dir=rtl] .layout-margin .offset-xl-55 {
    margin-left: auto;
    margin-right: 55%; }
  .offset-xl-60, .flex-offset-xl-60, .layout-margin .flex-offset-xl-60, .layout-margin .offset-xl-60 {
    margin-left: 60%; }
  [dir=rtl] .offset-xl-60, [dir=rtl] .flex-offset-xl-60, [dir=rtl] .layout-margin .flex-offset-xl-60, [dir=rtl] .layout-margin .offset-xl-60 {
    margin-left: auto;
    margin-right: 60%; }
  .offset-xl-65, .flex-offset-xl-65, .layout-margin .flex-offset-xl-65, .layout-margin .offset-xl-65 {
    margin-left: 65%; }
  [dir=rtl] .offset-xl-65, [dir=rtl] .flex-offset-xl-65, [dir=rtl] .layout-margin .flex-offset-xl-65, [dir=rtl] .layout-margin .offset-xl-65 {
    margin-left: auto;
    margin-right: 65%; }
  .offset-xl-70, .flex-offset-xl-70, .layout-margin .flex-offset-xl-70, .layout-margin .offset-xl-70 {
    margin-left: 70%; }
  [dir=rtl] .offset-xl-70, [dir=rtl] .flex-offset-xl-70, [dir=rtl] .layout-margin .flex-offset-xl-70, [dir=rtl] .layout-margin .offset-xl-70 {
    margin-left: auto;
    margin-right: 70%; }
  .offset-xl-75, .flex-offset-xl-75, .layout-margin .flex-offset-xl-75, .layout-margin .offset-xl-75 {
    margin-left: 75%; }
  [dir=rtl] .offset-xl-75, [dir=rtl] .flex-offset-xl-75, [dir=rtl] .layout-margin .flex-offset-xl-75, [dir=rtl] .layout-margin .offset-xl-75 {
    margin-left: auto;
    margin-right: 75%; }
  .offset-xl-80, .flex-offset-xl-80, .layout-margin .flex-offset-xl-80, .layout-margin .offset-xl-80 {
    margin-left: 80%; }
  [dir=rtl] .offset-xl-80, [dir=rtl] .flex-offset-xl-80, [dir=rtl] .layout-margin .flex-offset-xl-80, [dir=rtl] .layout-margin .offset-xl-80 {
    margin-left: auto;
    margin-right: 80%; }
  .offset-xl-85, .flex-offset-xl-85, .layout-margin .flex-offset-xl-85, .layout-margin .offset-xl-85 {
    margin-left: 85%; }
  [dir=rtl] .offset-xl-85, [dir=rtl] .flex-offset-xl-85, [dir=rtl] .layout-margin .flex-offset-xl-85, [dir=rtl] .layout-margin .offset-xl-85 {
    margin-left: auto;
    margin-right: 85%; }
  .offset-xl-90, .flex-offset-xl-90, .layout-margin .flex-offset-xl-90, .layout-margin .offset-xl-90 {
    margin-left: 90%; }
  [dir=rtl] .offset-xl-90, [dir=rtl] .flex-offset-xl-90, [dir=rtl] .layout-margin .flex-offset-xl-90, [dir=rtl] .layout-margin .offset-xl-90 {
    margin-left: auto;
    margin-right: 90%; }
  .offset-xl-95, .flex-offset-xl-95, .layout-margin .flex-offset-xl-95, .layout-margin .offset-xl-95 {
    margin-left: 95%; }
  [dir=rtl] .offset-xl-95, [dir=rtl] .flex-offset-xl-95, [dir=rtl] .layout-margin .flex-offset-xl-95, [dir=rtl] .layout-margin .offset-xl-95 {
    margin-left: auto;
    margin-right: 95%; }
  .offset-xl-33, .flex-offset-xl-33, .layout-margin .flex-offset-xl-33, .layout-margin .offset-xl-33 {
    margin-left: calc(100% / 3); }
  .offset-xl-66, .flex-offset-xl-66, .layout-margin .flex-offset-xl-66, .layout-margin .offset-xl-66 {
    margin-left: calc(200% / 3); }
  [dir=rtl] .offset-xl-66, [dir=rtl] .flex-offset-xl-66, [dir=rtl] .layout-margin .flex-offset-xl-66, [dir=rtl] .layout-margin .offset-xl-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }
  .layout-align-xl,
  .layout-align-xl-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .layout-align-xl-start,
  .layout-align-xl-start-start,
  .layout-align-xl-start-center,
  .layout-align-xl-start-end,
  .layout-align-xl-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .layout-align-xl-center,
  .layout-align-xl-center-start,
  .layout-align-xl-center-center,
  .layout-align-xl-center-end,
  .layout-align-xl-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .layout-align-xl-end,
  .layout-align-xl-end-start,
  .layout-align-xl-end-center,
  .layout-align-xl-end-end,
  .layout-align-xl-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .layout-align-xl-space-around,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-around-stretch {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .layout-align-xl-space-between,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .layout-align-xl-start-start,
  .layout-align-xl-center-start,
  .layout-align-xl-end-start,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .layout-align-xl-start-center,
  .layout-align-xl-center-center,
  .layout-align-xl-end-center,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-xl-start-center > *,
  .layout-align-xl-center-center > *,
  .layout-align-xl-end-center > *,
  .layout-align-xl-space-between-center > *,
  .layout-align-xl-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-xl-start-end,
  .layout-align-xl-center-end,
  .layout-align-xl-end-end,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .layout-align-xl-start-stretch,
  .layout-align-xl-center-stretch,
  .layout-align-xl-end-stretch,
  .layout-align-xl-space-between-stretch,
  .layout-align-xl-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch; }
  .flex-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-xl-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-xl-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xl-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-xl-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-xl-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-xl-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-xl-column > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-row > .flex {
    min-width: 0; }
  .layout-xl-column > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xl-column > .flex {
    min-height: 0; }
  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .layout-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; }
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none; }
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none; } }

@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important; } }

/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.10
 */
.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px; }

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden; }

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap; }

[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: auto;
  left: auto; }

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled, .bootstrap-datetimepicker-widget .toolbar > ul, .bootstrap-datetimepicker-widget .openlmis-invalid, .bootstrap-datetimepicker-widget .select2-container .select2-dropdown ul, .select2-container .select2-dropdown .bootstrap-datetimepicker-widget ul, .bootstrap-datetimepicker-widget header > .navbar ul, header > .navbar .bootstrap-datetimepicker-widget ul {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action], .bootstrap-datetimepicker-widget .btn[data-action],
.bootstrap-datetimepicker-widget input[data-action][type=button], .bootstrap-datetimepicker-widget tags-input .tags .tag-item[data-action], tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="incrementHours"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="incrementHours"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="incrementHours"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="incrementHours"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="incrementMinutes"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="incrementMinutes"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="incrementMinutes"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="incrementMinutes"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="decrementHours"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="decrementHours"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="decrementHours"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="decrementHours"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="decrementMinutes"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="decrementMinutes"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="decrementMinutes"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="decrementMinutes"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="showHours"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="showHours"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="showHours"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="showHours"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="showHours"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="showHours"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="showMinutes"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="showMinutes"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="showMinutes"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="showMinutes"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="togglePeriod"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="togglePeriod"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="togglePeriod"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="togglePeriod"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="clear"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="clear"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="clear"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="clear"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="clear"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="clear"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .product-grid button[data-action="today"]::after, .product-grid .bootstrap-datetimepicker-widget button[data-action="today"]::after,
.bootstrap-datetimepicker-widget .product-grid input[type=button][data-action="today"]::after, .product-grid .bootstrap-datetimepicker-widget input[type=button][data-action="today"]::after, .bootstrap-datetimepicker-widget .product-grid tags-input .tags .tag-item[data-action="today"]::after, .product-grid tags-input .tags .bootstrap-datetimepicker-widget .tag-item[data-action="today"]::after, .bootstrap-datetimepicker-widget tags-input .tags .product-grid .tag-item[data-action="today"]::after, tags-input .tags .product-grid .bootstrap-datetimepicker-widget .tag-item[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only, .openlmis-file-upload input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

tags-input {
  display: block; }

tags-input *, tags-input *:before, tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%; }

tags-input .host:active {
  outline: none; }

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%; }

tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6); }

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); }

tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%); }

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858; }

tags-input .tags .tag-item .remove-button:active {
  color: #ff0000; }

tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

tags-input .tags .input.invalid-tag {
  color: #ff0000; }

tags-input .tags .input::-ms-clear {
  display: none; }

tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6); }

tags-input[disabled] .host:focus {
  outline: none; }

tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default; }

tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%); }

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default; }

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858; }

tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default; }

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative; }

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff; }

tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf; }

tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf; }

tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff; }
/*
Table mixins

Styleguide 1.0
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }


button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }


button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item {
  overflow: visible; }


button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item,
select {
  text-transform: none; }


button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }


button[disabled],
.btn[disabled],
input[disabled][type=button],
tags-input .tags .tag-item[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, .btn::-moz-focus-inner, .product-grid button::-moz-focus-inner,
input[type=button]::-moz-focus-inner, tags-input .tags .tag-item::-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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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, .product-grid button > .caret,
  .dropup > .btn > .caret,
  .product-grid .dropup > button > .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; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(5be1347c682810f199c7f486f40c5974.eot);
  src: url(5be1347c682810f199c7f486f40c5974.eot?#iefix) format("embedded-opentype"), url(be810be3a3e14c682a257d6eff341fe4.woff2) format("woff2"), url(82b1212e45a2bc35dd731913b27ad813.woff) format("woff"), url(4692b9ec53fd5972caa2f2372ae20d16.ttf) format("truetype"), url(060b2710bdbbe3dfe48b58d59bd5f1fb.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\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"; }

* {
  -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.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #3A95BC;
  text-decoration: none; }
  a:hover, a:focus {
    color: #286782;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  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, .openlmis-file-upload input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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 {
  background-color: #fcf8e3;
  padding: .2em; }

.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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #49baeb; }

a.text-primary:hover,
a.text-primary:focus {
  color: #1ba9e6; }

.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; }

.bg-primary {
  background-color: #49baeb; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1ba9e6; }

.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,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .toolbar > ul, .openlmis-invalid, .select2-container .select2-dropdown ul, header > .navbar ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  overflow-x: auto;
  min-height: 0.01%; }
  @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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #58585a; }

.form-control,
.input-control, input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea, .select2, .select2-container .select2-dropdown .select2-search > input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #58585a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bebebe;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus,
  .input-control:focus, input:focus[type="text"],
  input:focus[type="password"],
  input:focus[type="email"],
  input:focus[type="number"],
  select:focus,
  textarea:focus, .select2:focus, .select2-container .select2-dropdown .select2-search > input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder,
  .input-control::-moz-placeholder, input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder, .select2::-moz-placeholder, .select2-container .select2-dropdown .select2-search > input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder,
  .input-control:-ms-input-placeholder, input:-ms-input-placeholder[type="text"],
  input:-ms-input-placeholder[type="password"],
  input:-ms-input-placeholder[type="email"],
  input:-ms-input-placeholder[type="number"],
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder, .select2:-ms-input-placeholder, .select2-container .select2-dropdown .select2-search > input:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder,
  .input-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, .select2::-webkit-input-placeholder, .select2-container .select2-dropdown .select2-search > input::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand,
  .input-control::-ms-expand, input[type="text"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="number"]::-ms-expand,
  select::-ms-expand,
  textarea::-ms-expand, .select2::-ms-expand, .select2-container .select2-dropdown .select2-search > input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled],
  .input-control[disabled], input[disabled][type="text"],
  input[disabled][type="password"],
  input[disabled][type="email"],
  input[disabled][type="number"],
  select[disabled],
  textarea[disabled], .select2[disabled], .select2-container .select2-dropdown .select2-search > input[disabled], .form-control[readonly],
  .input-control[readonly], input[readonly][type="text"],
  input[readonly][type="password"],
  input[readonly][type="email"],
  input[readonly][type="number"],
  select[readonly],
  textarea[readonly], .select2[readonly], .select2-container .select2-dropdown .select2-search > input[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .input-control,
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] select,
  fieldset[disabled] textarea,
  fieldset[disabled] .select2,
  fieldset[disabled] .select2-container .select2-dropdown .select2-search > input,
  .select2-container .select2-dropdown fieldset[disabled] .select2-search > input {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  .input-control[disabled], input[disabled][type="text"],
  input[disabled][type="password"],
  input[disabled][type="email"],
  input[disabled][type="number"],
  select[disabled],
  textarea[disabled], .select2[disabled], .select2-container .select2-dropdown .select2-search > input[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .input-control,
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] select,
  fieldset[disabled] textarea,
  fieldset[disabled] .select2,
  fieldset[disabled] .select2-container .select2-dropdown .select2-search > input,
  .select2-container .select2-dropdown fieldset[disabled] .select2-search > input {
    cursor: not-allowed; }

textarea.form-control,
textarea.input-control,
textarea, textarea.select2 {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.input-control[type="date"], input[type="date"][type="text"],
  input[type="date"][type="password"],
  input[type="date"][type="email"],
  input[type="date"][type="number"], input.select2[type="date"], .select2-container .select2-dropdown .select2-search > input[type="date"],
  input.form-control[type="time"],
  input.input-control[type="time"],
  input[type="time"][type="text"],
  input[type="time"][type="password"],
  input[type="time"][type="email"],
  input[type="time"][type="number"],
  input.select2[type="time"],
  .select2-container .select2-dropdown .select2-search > input[type="time"],
  input.form-control[type="datetime-local"],
  input.input-control[type="datetime-local"],
  input[type="datetime-local"][type="text"],
  input[type="datetime-local"][type="password"],
  input[type="datetime-local"][type="email"],
  input[type="datetime-local"][type="number"],
  input.select2[type="datetime-local"],
  .select2-container .select2-dropdown .select2-search > input[type="datetime-local"],
  input.form-control[type="month"],
  input.input-control[type="month"],
  input[type="month"][type="text"],
  input[type="month"][type="password"],
  input[type="month"][type="email"],
  input[type="month"][type="number"],
  input.select2[type="month"],
  .select2-container .select2-dropdown .select2-search > input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-control[type="date"], .input-group-sm > input[type="date"][type="text"],
  .input-group-sm > input[type="date"][type="password"],
  .input-group-sm > input[type="date"][type="email"],
  .input-group-sm > input[type="date"][type="number"], .input-group-sm > input.select2[type="date"], .select2-container .select2-dropdown .select2-search.input-group-sm > input[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-control[type="time"],
  .input-group-sm > input[type="time"][type="text"],
  .input-group-sm > input[type="time"][type="password"],
  .input-group-sm > input[type="time"][type="email"],
  .input-group-sm > input[type="time"][type="number"],
  .input-group-sm > input.select2[type="time"],
  .select2-container .select2-dropdown .select2-search.input-group-sm > input[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-control[type="datetime-local"],
  .input-group-sm > input[type="datetime-local"][type="text"],
  .input-group-sm > input[type="datetime-local"][type="password"],
  .input-group-sm > input[type="datetime-local"][type="email"],
  .input-group-sm > input[type="datetime-local"][type="number"],
  .input-group-sm > input.select2[type="datetime-local"],
  .select2-container .select2-dropdown .select2-search.input-group-sm > input[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-control[type="month"],
  .input-group-sm > input[type="month"][type="text"],
  .input-group-sm > input[type="month"][type="password"],
  .input-group-sm > input[type="month"][type="email"],
  .input-group-sm > input[type="month"][type="number"],
  .input-group-sm > input.select2[type="month"],
  .select2-container .select2-dropdown .select2-search.input-group-sm > input[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-control[type="date"], .input-group-lg > input[type="date"][type="text"],
  .input-group-lg > input[type="date"][type="password"],
  .input-group-lg > input[type="date"][type="email"],
  .input-group-lg > input[type="date"][type="number"], .input-group-lg > input.select2[type="date"], .select2-container .select2-dropdown .select2-search.input-group-lg > input[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-control[type="time"],
  .input-group-lg > input[type="time"][type="text"],
  .input-group-lg > input[type="time"][type="password"],
  .input-group-lg > input[type="time"][type="email"],
  .input-group-lg > input[type="time"][type="number"],
  .input-group-lg > input.select2[type="time"],
  .select2-container .select2-dropdown .select2-search.input-group-lg > input[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-control[type="datetime-local"],
  .input-group-lg > input[type="datetime-local"][type="text"],
  .input-group-lg > input[type="datetime-local"][type="password"],
  .input-group-lg > input[type="datetime-local"][type="email"],
  .input-group-lg > input[type="datetime-local"][type="number"],
  .input-group-lg > input.select2[type="datetime-local"],
  .select2-container .select2-dropdown .select2-search.input-group-lg > input[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-control[type="month"],
  .input-group-lg > input[type="month"][type="text"],
  .input-group-lg > input[type="month"][type="password"],
  .input-group-lg > input[type="month"][type="email"],
  .input-group-lg > input[type="month"][type="number"],
  .input-group-lg > input.select2[type="month"],
  .select2-container .select2-dropdown .select2-search.input-group-lg > input[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 52px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-control, .input-group-lg > input.form-control-static[type="text"],
  .input-group-lg > input.form-control-static[type="password"],
  .input-group-lg > input.form-control-static[type="email"],
  .input-group-lg > input.form-control-static[type="number"],
  .input-group-lg > select.form-control-static,
  .input-group-lg > textarea.form-control-static, .input-group-lg > .form-control-static.select2, .select2-container .select2-dropdown .select2-search.input-group-lg > input.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .product-grid .input-group-lg > .input-group-btn > button.form-control-static, .product-grid .input-group-lg > .input-group-btn > .form-control-static.btn,
  .product-grid .input-group-lg > .input-group-btn > input.form-control-static[type=button], .product-grid tags-input .tags .input-group-lg > .input-group-btn > .form-control-static.tag-item, tags-input .tags .product-grid .input-group-lg > .input-group-btn > .form-control-static.tag-item, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-control, .input-group-sm > input.form-control-static[type="text"],
  .input-group-sm > input.form-control-static[type="password"],
  .input-group-sm > input.form-control-static[type="email"],
  .input-group-sm > input.form-control-static[type="number"],
  .input-group-sm > select.form-control-static,
  .input-group-sm > textarea.form-control-static, .input-group-sm > .form-control-static.select2, .select2-container .select2-dropdown .select2-search.input-group-sm > input.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .product-grid .input-group-sm > .input-group-btn > button.form-control-static, .product-grid .input-group-sm > .input-group-btn > .form-control-static.btn,
  .product-grid .input-group-sm > .input-group-btn > input.form-control-static[type=button], .product-grid tags-input .tags .input-group-sm > .input-group-btn > .form-control-static.tag-item, tags-input .tags .product-grid .input-group-sm > .input-group-btn > .form-control-static.tag-item {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-control, .input-group-sm > input[type="text"],
.input-group-sm > input[type="password"],
.input-group-sm > input[type="email"],
.input-group-sm > input[type="number"],
.input-group-sm > select,
.input-group-sm > textarea, .input-group-sm > .select2, .select2-container .select2-dropdown .select2-search.input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .product-grid .input-group-sm > .input-group-btn > button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-control,
.input-group-sm > select, .input-group-sm > select.select2,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-control,
.input-group-sm > textarea, .input-group-sm > textarea.select2,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control,
.form-group-sm .input-control, .form-group-sm input[type="text"],
.form-group-sm input[type="password"],
.form-group-sm input[type="email"],
.form-group-sm input[type="number"],
.form-group-sm select,
.form-group-sm textarea, .form-group-sm .select2, .form-group-sm .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .form-group-sm .select2-search > input {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px; }

.form-group-sm select.form-control,
.form-group-sm select.input-control,
.form-group-sm select, .form-group-sm select.select2 {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm textarea.input-control,
.form-group-sm textarea, .form-group-sm textarea.select2,
.form-group-sm select.form-control[multiple],
.form-group-sm select.input-control[multiple],
.form-group-sm select[multiple],
.form-group-sm select.select2[multiple] {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-control, .input-group-lg > input[type="text"],
.input-group-lg > input[type="password"],
.input-group-lg > input[type="email"],
.input-group-lg > input[type="number"],
.input-group-lg > select,
.input-group-lg > textarea, .input-group-lg > .select2, .select2-container .select2-dropdown .select2-search.input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .product-grid .input-group-lg > .input-group-btn > button {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 4px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-control,
.input-group-lg > select, .input-group-lg > select.select2,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 52px;
  line-height: 52px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-control,
.input-group-lg > textarea, .input-group-lg > textarea.select2,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control,
.form-group-lg .input-control, .form-group-lg input[type="text"],
.form-group-lg input[type="password"],
.form-group-lg input[type="email"],
.form-group-lg input[type="number"],
.form-group-lg select,
.form-group-lg textarea, .form-group-lg .select2, .form-group-lg .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .form-group-lg .select2-search > input {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 4px; }

.form-group-lg select.form-control,
.form-group-lg select.input-control,
.form-group-lg select, .form-group-lg select.select2 {
  height: 52px;
  line-height: 52px; }

.form-group-lg textarea.form-control,
.form-group-lg textarea.input-control,
.form-group-lg textarea, .form-group-lg textarea.select2,
.form-group-lg select.form-control[multiple],
.form-group-lg select.input-control[multiple],
.form-group-lg select[multiple],
.form-group-lg select.select2[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 52px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control,
  .has-feedback .input-control, .has-feedback input[type="text"],
  .has-feedback input[type="password"],
  .has-feedback input[type="email"],
  .has-feedback input[type="number"],
  .has-feedback select,
  .has-feedback textarea, .has-feedback .select2, .has-feedback .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .has-feedback .select2-search > input {
    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 + .form-control-feedback, .input-group-lg > .input-control + .form-control-feedback, .input-group-lg > input[type="text"] + .form-control-feedback, .input-group-lg > input[type="password"] + .form-control-feedback, .input-group-lg > input[type="email"] + .form-control-feedback, .input-group-lg > input[type="number"] + .form-control-feedback, .input-group-lg > select + .form-control-feedback, .input-group-lg > textarea + .form-control-feedback, .input-group-lg > .select2 + .form-control-feedback, .select2-container .select2-dropdown .select2-search.input-group-lg > input + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .product-grid .input-group-lg > .input-group-btn > button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .input-control + .form-control-feedback,
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg input[type="number"] + .form-control-feedback,
.form-group-lg select + .form-control-feedback,
.form-group-lg textarea + .form-control-feedback,
.form-group-lg .select2 + .form-control-feedback,
.form-group-lg .select2-container .select2-dropdown .select2-search > input + .form-control-feedback,
.select2-container .select2-dropdown .form-group-lg .select2-search > input + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-control + .form-control-feedback, .input-group-sm > input[type="text"] + .form-control-feedback, .input-group-sm > input[type="password"] + .form-control-feedback, .input-group-sm > input[type="email"] + .form-control-feedback, .input-group-sm > input[type="number"] + .form-control-feedback, .input-group-sm > select + .form-control-feedback, .input-group-sm > textarea + .form-control-feedback, .input-group-sm > .select2 + .form-control-feedback, .select2-container .select2-dropdown .select2-search.input-group-sm > input + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .product-grid .input-group-sm > .input-group-btn > button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .input-control + .form-control-feedback,
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm input[type="number"] + .form-control-feedback,
.form-group-sm select + .form-control-feedback,
.form-group-sm textarea + .form-control-feedback,
.form-group-sm .select2 + .form-control-feedback,
.form-group-sm .select2-container .select2-dropdown .select2-search > input + .form-control-feedback,
.select2-container .select2-dropdown .form-group-sm .select2-search > input + .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,
.has-success .input-control, .has-success input[type="text"],
.has-success input[type="password"],
.has-success input[type="email"],
.has-success input[type="number"],
.has-success select,
.has-success textarea, .has-success .select2, .has-success .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .has-success .select2-search > input {
  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,
  .has-success .input-control:focus, .has-success input:focus[type="text"],
  .has-success input:focus[type="password"],
  .has-success input:focus[type="email"],
  .has-success input:focus[type="number"],
  .has-success select:focus,
  .has-success textarea:focus, .has-success .select2:focus, .has-success .select2-container .select2-dropdown .select2-search > input:focus, .select2-container .select2-dropdown .has-success .select2-search > input:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control,
.has-warning .input-control, .has-warning input[type="text"],
.has-warning input[type="password"],
.has-warning input[type="email"],
.has-warning input[type="number"],
.has-warning select,
.has-warning textarea, .has-warning .select2, .has-warning .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .has-warning .select2-search > input {
  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,
  .has-warning .input-control:focus, .has-warning input:focus[type="text"],
  .has-warning input:focus[type="password"],
  .has-warning input:focus[type="email"],
  .has-warning input:focus[type="number"],
  .has-warning select:focus,
  .has-warning textarea:focus, .has-warning .select2:focus, .has-warning .select2-container .select2-dropdown .select2-search > input:focus, .select2-container .select2-dropdown .has-warning .select2-search > input:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control,
.has-error .input-control, .has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="email"],
.has-error input[type="number"],
.has-error select,
.has-error textarea, .has-error .select2, .has-error .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .has-error .select2-search > input {
  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,
  .has-error .input-control:focus, .has-error input:focus[type="text"],
  .has-error input:focus[type="password"],
  .has-error input:focus[type="email"],
  .has-error input:focus[type="number"],
  .has-error select:focus,
  .has-error textarea:focus, .has-error .select2:focus, .has-error .select2-container .select2-dropdown .select2-search > input:focus, .select2-container .select2-dropdown .has-error .select2-search > input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.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,
  .form-inline .input-control, .form-inline input[type="text"],
  .form-inline input[type="password"],
  .form-inline input[type="email"],
  .form-inline input[type="number"],
  .form-inline select,
  .form-inline textarea, .form-inline .select2, .form-inline .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .form-inline .select2-search > input {
    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,
    .form-inline .input-group .input-control,
    .form-inline .input-group input[type="text"],
    .form-inline .input-group input[type="password"],
    .form-inline .input-group input[type="email"],
    .form-inline .input-group input[type="number"],
    .form-inline .input-group select,
    .form-inline .input-group textarea,
    .form-inline .input-group .select2,
    .form-inline .input-group .select2-container .select2-dropdown .select2-search > input,
    .select2-container .select2-dropdown .form-inline .input-group .select2-search > input {
      width: auto; }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .input-control, .form-inline .input-group > input[type="text"],
  .form-inline .input-group > input[type="password"],
  .form-inline .input-group > input[type="email"],
  .form-inline .input-group > input[type="number"],
  .form-inline .input-group > select,
  .form-inline .input-group > textarea, .form-inline .input-group > .select2, .form-inline .select2-container .select2-dropdown .select2-search.input-group > input, .select2-container .select2-dropdown .form-inline .select2-search.input-group > input {
    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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.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: 22px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .product-grid button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .product-grid button:focus,
  .product-grid input:focus[type=button], .product-grid tags-input .tags .tag-item:focus, tags-input .tags .product-grid .tag-item:focus, .btn.focus, .product-grid button.focus,
  .product-grid input.focus[type=button], .product-grid tags-input .tags .focus.tag-item, tags-input .tags .product-grid .focus.tag-item, .btn:active:focus, .product-grid button:active:focus,
  .product-grid input:active:focus[type=button], .product-grid tags-input .tags .tag-item:active:focus, tags-input .tags .product-grid .tag-item:active:focus, .btn:active.focus, .product-grid button:active.focus,
  .product-grid input:active.focus[type=button], .product-grid tags-input .tags .tag-item:active.focus, tags-input .tags .product-grid .tag-item:active.focus, .btn.active:focus, .product-grid button.active:focus,
  .product-grid input.active:focus[type=button], .product-grid tags-input .tags .active.tag-item:focus, tags-input .tags .product-grid .active.tag-item:focus, .btn.active.focus, .product-grid button.active.focus,
  .product-grid input.active.focus[type=button], .product-grid tags-input .tags .active.focus.tag-item, tags-input .tags .product-grid .active.focus.tag-item {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .product-grid button:hover,
  .product-grid input:hover[type=button], .product-grid tags-input .tags .tag-item:hover, tags-input .tags .product-grid .tag-item:hover, .btn:focus, .product-grid button:focus,
  .product-grid input:focus[type=button], .product-grid tags-input .tags .tag-item:focus, tags-input .tags .product-grid .tag-item:focus, .btn.focus, .product-grid button.focus,
  .product-grid input.focus[type=button], .product-grid tags-input .tags .focus.tag-item, tags-input .tags .product-grid .focus.tag-item {
    color: #333;
    text-decoration: none; }
  .btn:active, .product-grid button:active,
  .product-grid input:active[type=button], .product-grid tags-input .tags .tag-item:active, tags-input .tags .product-grid .tag-item:active, .btn.active, .product-grid button.active,
  .product-grid input.active[type=button], .product-grid tags-input .tags .active.tag-item, tags-input .tags .product-grid .active.tag-item {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .product-grid button.disabled,
  .product-grid input.disabled[type=button], .product-grid tags-input .tags .disabled.tag-item, tags-input .tags .product-grid .disabled.tag-item, .btn[disabled], .product-grid button[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .product-grid button,
  .product-grid fieldset[disabled] button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=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 > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .datepicker .clear {
  color: #fff;
  background-color: #49baeb;
  border-color: #32b1e8; }
  .btn-primary:focus, .datepicker .clear:focus, .btn-primary.focus, .datepicker .focus.clear {
    color: #fff;
    background-color: #1ba9e6;
    border-color: #0f668c; }
  .btn-primary:hover, .datepicker .clear:hover {
    color: #fff;
    background-color: #1ba9e6;
    border-color: #1692c7; }
  .btn-primary:active, .datepicker .clear:active, .btn-primary.active, .datepicker .active.clear,
  .open > .btn-primary.dropdown-toggle,
  .datepicker .open > .dropdown-toggle.clear {
    color: #fff;
    background-color: #1ba9e6;
    border-color: #1692c7; }
    .btn-primary:active:hover, .datepicker .clear:active:hover, .btn-primary:active:focus, .datepicker .clear:active:focus, .btn-primary:active.focus, .datepicker .clear:active.focus, .btn-primary.active:hover, .datepicker .active.clear:hover, .btn-primary.active:focus, .datepicker .active.clear:focus, .btn-primary.active.focus, .datepicker .active.focus.clear,
    .open > .btn-primary.dropdown-toggle:hover,
    .datepicker .open > .dropdown-toggle.clear:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .datepicker .open > .dropdown-toggle.clear:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .datepicker .open > .dropdown-toggle.focus.clear {
      color: #fff;
      background-color: #1692c7;
      border-color: #0f668c; }
  .btn-primary:active, .datepicker .clear:active, .btn-primary.active, .datepicker .active.clear,
  .open > .btn-primary.dropdown-toggle,
  .datepicker .open > .dropdown-toggle.clear {
    background-image: none; }
  .btn-primary.disabled:hover, .datepicker .disabled.clear:hover, .btn-primary.disabled:focus, .datepicker .disabled.clear:focus, .btn-primary.disabled.focus, .datepicker .disabled.focus.clear, .btn-primary[disabled]:hover, .datepicker .clear[disabled]:hover, .btn-primary[disabled]:focus, .datepicker .clear[disabled]:focus, .btn-primary[disabled].focus, .datepicker .clear[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .datepicker .clear:hover,
  .datepicker fieldset[disabled] .clear:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .datepicker .clear:focus,
  .datepicker fieldset[disabled] .clear:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .datepicker .focus.clear,
  .datepicker fieldset[disabled] .focus.clear {
    background-color: #49baeb;
    border-color: #32b1e8; }
  .btn-primary .badge, .datepicker .clear .badge {
    color: #49baeb;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #356b6f;
  border-color: #2d5a5e; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #254a4c;
    border-color: #040707; }
  .btn-success:hover {
    color: #fff;
    background-color: #254a4c;
    border-color: #193234; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #254a4c;
    border-color: #193234; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #193234;
      border-color: #040707; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #356b6f;
    border-color: #2d5a5e; }
  .btn-success .badge {
    color: #356b6f;
    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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info: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 > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning: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: #a94442;
  border-color: #973d3b; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #843534;
    border-color: #3b1817; }
  .btn-danger:hover {
    color: #fff;
    background-color: #843534;
    border-color: #6b2b2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #843534;
    border-color: #6b2b2a; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #6b2b2a;
      border-color: #3b1817; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #a94442;
    border-color: #973d3b; }
  .btn-danger .badge {
    color: #a94442;
    background-color: #fff; }

.btn-link {
  color: #3A95BC;
  font-weight: normal;
  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: #286782;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .product-grid .btn-group-lg > button {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn, .product-grid .btn-group-sm > button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px; }

.btn-xs, .btn-group-xs > .btn, .product-grid .btn-group-xs > button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px; }

.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%; }

.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; }

.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #49baeb; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .product-grid .btn-group > button,
  .btn-group-vertical > .btn,
  .product-grid .btn-group-vertical > button {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .product-grid .btn-group > button:hover, .product-grid .btn-group > .btn:hover,
    .product-grid .btn-group > input:hover[type=button], .product-grid tags-input .tags .btn-group > .tag-item:hover, tags-input .tags .product-grid .btn-group > .tag-item:hover, .btn-group > .btn:focus, .product-grid .btn-group > button:focus, .product-grid .btn-group > .btn:focus,
    .product-grid .btn-group > input:focus[type=button], .product-grid tags-input .tags .btn-group > .tag-item:focus, tags-input .tags .product-grid .btn-group > .tag-item:focus, .btn-group > .btn:active, .product-grid .btn-group > button:active, .product-grid .btn-group > .btn:active,
    .product-grid .btn-group > input:active[type=button], .product-grid tags-input .tags .btn-group > .tag-item:active, tags-input .tags .product-grid .btn-group > .tag-item:active, .btn-group > .btn.active, .product-grid .btn-group > button.active, .product-grid .btn-group > .active.btn,
    .product-grid .btn-group > input.active[type=button], .product-grid tags-input .tags .btn-group > .active.tag-item, tags-input .tags .product-grid .btn-group > .active.tag-item,
    .btn-group-vertical > .btn:hover,
    .product-grid .btn-group-vertical > button:hover,
    .product-grid .btn-group-vertical > .btn:hover,
    .product-grid .btn-group-vertical > input:hover[type=button],
    .product-grid tags-input .tags .btn-group-vertical > .tag-item:hover,
    tags-input .tags .product-grid .btn-group-vertical > .tag-item:hover,
    .btn-group-vertical > .btn:focus,
    .product-grid .btn-group-vertical > button:focus,
    .product-grid .btn-group-vertical > .btn:focus,
    .product-grid .btn-group-vertical > input:focus[type=button],
    .product-grid tags-input .tags .btn-group-vertical > .tag-item:focus,
    tags-input .tags .product-grid .btn-group-vertical > .tag-item:focus,
    .btn-group-vertical > .btn:active,
    .product-grid .btn-group-vertical > button:active,
    .product-grid .btn-group-vertical > .btn:active,
    .product-grid .btn-group-vertical > input:active[type=button],
    .product-grid tags-input .tags .btn-group-vertical > .tag-item:active,
    tags-input .tags .product-grid .btn-group-vertical > .tag-item:active,
    .btn-group-vertical > .btn.active,
    .product-grid .btn-group-vertical > button.active,
    .product-grid .btn-group-vertical > .active.btn,
    .product-grid .btn-group-vertical > input.active[type=button],
    .product-grid tags-input .tags .btn-group-vertical > .active.tag-item,
    tags-input .tags .product-grid .btn-group-vertical > .active.tag-item {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .product-grid button + .btn, .product-grid .btn-group button + .btn, .btn-group .product-grid .btn + button, .product-grid .btn-group .btn + button, .btn-group .product-grid button + button, .product-grid .btn-group button + button,
.btn-group .btn + .btn-group,
.btn-group .product-grid button + .btn-group,
.product-grid .btn-group button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .product-grid .btn-group + button,
.product-grid .btn-group .btn-group + button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .product-grid button, .product-grid .btn-toolbar button,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .product-grid .btn-toolbar > button,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .product-grid .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .product-grid .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.product-grid .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type=button], .product-grid tags-input .tags .btn-group > .tag-item:not(:first-child):not(:last-child):not(.dropdown-toggle), tags-input .tags .product-grid .btn-group > .tag-item:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .product-grid .btn-group > button:first-child, .product-grid .btn-group > .btn:first-child,
.product-grid .btn-group > input:first-child[type=button], .product-grid tags-input .tags .btn-group > .tag-item:first-child, tags-input .tags .product-grid .btn-group > .tag-item:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .product-grid .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .product-grid .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
  .product-grid .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type=button], .product-grid tags-input .tags .btn-group > .tag-item:first-child:not(:last-child):not(.dropdown-toggle), tags-input .tags .product-grid .btn-group > .tag-item:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .product-grid .btn-group > button:last-child:not(:first-child), .product-grid .btn-group > .btn:last-child:not(:first-child),
.product-grid .btn-group > input:last-child:not(:first-child)[type=button], .product-grid tags-input .tags .btn-group > .tag-item:last-child:not(:first-child), tags-input .tags .product-grid .btn-group > .tag-item:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .product-grid .btn-group > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .product-grid .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .product-grid .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.product-grid .btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type=button], .product-grid tags-input .tags .btn-group > .btn-group:first-child:not(:last-child) > .tag-item:last-child, tags-input .tags .product-grid .btn-group > .btn-group:first-child:not(:last-child) > .tag-item:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .product-grid .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .product-grid .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.product-grid .btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type=button], .product-grid tags-input .tags .btn-group > .btn-group:last-child:not(:first-child) > .tag-item:first-child, tags-input .tags .product-grid .btn-group > .btn-group:last-child:not(:first-child) > .tag-item:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .product-grid .btn-group > button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .product-grid .btn-group-lg.btn-group > button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .product-grid button .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .product-grid .btn-group-lg > button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .product-grid .btn-group-lg > button .caret, .product-grid .dropup .btn-group-lg > button .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.product-grid .btn-group-vertical > button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.product-grid .btn-group-vertical > .btn-group > button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.product-grid .btn-group-vertical > .btn-group > button {
  float: none; }

.btn-group-vertical > .btn + .btn, .product-grid .btn-group-vertical > button + .btn, .product-grid .btn-group-vertical > .btn + button, .product-grid .btn-group-vertical > button + button,
.btn-group-vertical > .btn + .btn-group,
.product-grid .btn-group-vertical > button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.product-grid .btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .product-grid .btn-group-vertical > button:not(:first-child):not(:last-child), .product-grid .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.product-grid .btn-group-vertical > input:not(:first-child):not(:last-child)[type=button], .product-grid tags-input .tags .btn-group-vertical > .tag-item:not(:first-child):not(:last-child), tags-input .tags .product-grid .btn-group-vertical > .tag-item:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .product-grid .btn-group-vertical > button:first-child:not(:last-child), .product-grid .btn-group-vertical > .btn:first-child:not(:last-child),
.product-grid .btn-group-vertical > input:first-child:not(:last-child)[type=button], .product-grid tags-input .tags .btn-group-vertical > .tag-item:first-child:not(:last-child), tags-input .tags .product-grid .btn-group-vertical > .tag-item:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .product-grid .btn-group-vertical > button:last-child:not(:first-child), .product-grid .btn-group-vertical > .btn:last-child:not(:first-child),
.product-grid .btn-group-vertical > input:last-child:not(:first-child)[type=button], .product-grid tags-input .tags .btn-group-vertical > .tag-item:last-child:not(:first-child), tags-input .tags .product-grid .btn-group-vertical > .tag-item:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .product-grid .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .product-grid .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .product-grid .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.product-grid .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type=button], .product-grid tags-input .tags .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tag-item:last-child, tags-input .tags .product-grid .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tag-item: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, .product-grid .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .product-grid .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.product-grid .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type=button], .product-grid tags-input .tags .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tag-item:first-child, tags-input .tags .product-grid .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tag-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .product-grid .btn-group-justified > button,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .product-grid button, .product-grid .btn-group-justified > .btn-group button {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .product-grid [data-toggle="buttons"] > button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.product-grid [data-toggle="buttons"] > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.product-grid [data-toggle="buttons"] > .btn-group > button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.product-grid [data-toggle="buttons"] > .btn-group > button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control,
  .input-group .input-control, .input-group input[type="text"],
  .input-group input[type="password"],
  .input-group input[type="email"],
  .input-group input[type="number"],
  .input-group select,
  .input-group textarea, .input-group .select2, .input-group .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .input-group .select2-search > input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus,
    .input-group .input-control:focus, .input-group input:focus[type="text"],
    .input-group input:focus[type="password"],
    .input-group input:focus[type="email"],
    .input-group input:focus[type="number"],
    .input-group select:focus,
    .input-group textarea:focus, .input-group .select2:focus, .input-group .select2-container .select2-dropdown .select2-search > input:focus, .select2-container .select2-dropdown .input-group .select2-search > input:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control,
.input-group .input-control, .input-group input[type="text"],
.input-group input[type="password"],
.input-group input[type="email"],
.input-group input[type="number"],
.input-group select,
.input-group textarea, .input-group .select2, .input-group .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .input-group .select2-search > input {
  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),
  .input-group .input-control:not(:first-child):not(:last-child),
  .input-group input:not(:first-child):not(:last-child)[type="text"],
  .input-group input:not(:first-child):not(:last-child)[type="password"],
  .input-group input:not(:first-child):not(:last-child)[type="email"],
  .input-group input:not(:first-child):not(:last-child)[type="number"],
  .input-group select:not(:first-child):not(:last-child),
  .input-group textarea:not(:first-child):not(:last-child),
  .input-group .select2:not(:first-child):not(:last-child),
  .input-group .select2-container .select2-dropdown .select2-search > input:not(:first-child):not(:last-child),
  .select2-container .select2-dropdown .input-group .select2-search > input:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #58585a;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #bebebe;
  border-radius: 4px; }
  .input-group-addon.input-sm, .select2-container .select2-dropdown .select2-search.input-group-sm > input.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .product-grid .input-group-sm > .input-group-btn > button.input-group-addon, .product-grid .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .product-grid .input-group-sm > .input-group-btn > input.input-group-addon[type=button], .product-grid tags-input .tags .input-group-sm > .input-group-btn > .input-group-addon.tag-item, tags-input .tags .product-grid .input-group-sm > .input-group-btn > .input-group-addon.tag-item {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px; }
  .input-group-addon.input-lg, .select2-container .select2-dropdown .select2-search.input-group-lg > input.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .product-grid .input-group-lg > .input-group-btn > button.input-group-addon, .product-grid .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .product-grid .input-group-lg > .input-group-btn > input.input-group-addon[type=button], .product-grid tags-input .tags .input-group-lg > .input-group-btn > .input-group-addon.tag-item, tags-input .tags .product-grid .input-group-lg > .input-group-btn > .input-group-addon.tag-item {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group .input-control:first-child, .input-group input:first-child[type="text"],
.input-group input:first-child[type="password"],
.input-group input:first-child[type="email"],
.input-group input:first-child[type="number"],
.input-group select:first-child,
.input-group textarea:first-child, .input-group .select2:first-child, .input-group .select2-container .select2-dropdown .select2-search > input:first-child, .select2-container .select2-dropdown .input-group .select2-search > input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.product-grid .input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-group > .btn,
.product-grid .input-group-btn:first-child > .btn-group > button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.product-grid .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.product-grid .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.product-grid .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle)[type=button],
.product-grid tags-input .tags .input-group-btn:last-child > .tag-item:not(:last-child):not(.dropdown-toggle),
tags-input .tags .product-grid .input-group-btn:last-child > .tag-item:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.product-grid .input-group-btn:last-child > .btn-group:not(:last-child) > button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group .input-control:last-child, .input-group input:last-child[type="text"],
.input-group input:last-child[type="password"],
.input-group input:last-child[type="email"],
.input-group input:last-child[type="number"],
.input-group select:last-child,
.input-group textarea:last-child, .input-group .select2:last-child, .input-group .select2-container .select2-dropdown .select2-search > input:last-child, .select2-container .select2-dropdown .input-group .select2-search > input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.product-grid .input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-group > .btn,
.product-grid .input-group-btn:last-child > .btn-group > button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.product-grid .input-group-btn:first-child > button:not(:first-child),
.product-grid .input-group-btn:first-child > .btn:not(:first-child),
.product-grid .input-group-btn:first-child > input:not(:first-child)[type=button],
.product-grid tags-input .tags .input-group-btn:first-child > .tag-item:not(:first-child),
tags-input .tags .product-grid .input-group-btn:first-child > .tag-item:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.product-grid .input-group-btn:first-child > .btn-group:not(:first-child) > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .product-grid .input-group-btn > button {
    position: relative; }
    .input-group-btn > .btn + .btn, .product-grid .input-group-btn > button + .btn, .product-grid .input-group-btn > .btn + button, .product-grid .input-group-btn > button + button {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .product-grid .input-group-btn > button:hover, .product-grid .input-group-btn > .btn:hover,
    .product-grid .input-group-btn > input:hover[type=button], .product-grid tags-input .tags .input-group-btn > .tag-item:hover, tags-input .tags .product-grid .input-group-btn > .tag-item:hover, .input-group-btn > .btn:focus, .product-grid .input-group-btn > button:focus, .product-grid .input-group-btn > .btn:focus,
    .product-grid .input-group-btn > input:focus[type=button], .product-grid tags-input .tags .input-group-btn > .tag-item:focus, tags-input .tags .product-grid .input-group-btn > .tag-item:focus, .input-group-btn > .btn:active, .product-grid .input-group-btn > button:active, .product-grid .input-group-btn > .btn:active,
    .product-grid .input-group-btn > input:active[type=button], .product-grid tags-input .tags .input-group-btn > .tag-item:active, tags-input .tags .product-grid .input-group-btn > .tag-item:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .product-grid .input-group-btn:first-child > button,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .product-grid .input-group-btn:last-child > button,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav, .page div[ui-view] > nav > ul, .flex-page div[ui-view] > nav > ul, .batch-requisition-pane div[ui-view] > nav > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .page div[ui-view] > nav > ul:before, .flex-page div[ui-view] > nav > ul:before, .batch-requisition-pane div[ui-view] > nav > ul:before, .nav:after, .page div[ui-view] > nav > ul:after, .flex-page div[ui-view] > nav > ul:after, .batch-requisition-pane div[ui-view] > nav > ul:after {
    content: " ";
    display: table; }
  .nav:after, .page div[ui-view] > nav > ul:after, .flex-page div[ui-view] > nav > ul:after, .batch-requisition-pane div[ui-view] > nav > ul:after {
    clear: both; }
  .nav > li, .page div[ui-view] > nav > ul > li, .flex-page div[ui-view] > nav > ul > li, .batch-requisition-pane div[ui-view] > nav > ul > li {
    position: relative;
    display: block; }
    .nav > li > a, .page div[ui-view] > nav > ul > li > a, .flex-page div[ui-view] > nav > ul > li > a, .batch-requisition-pane div[ui-view] > nav > ul > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .page div[ui-view] > nav > ul > li > a:hover, .flex-page div[ui-view] > nav > ul > li > a:hover, .batch-requisition-pane div[ui-view] > nav > ul > li > a:hover, .nav > li > a:focus, .page div[ui-view] > nav > ul > li > a:focus, .flex-page div[ui-view] > nav > ul > li > a:focus, .batch-requisition-pane div[ui-view] > nav > ul > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a, .page div[ui-view] > nav > ul > li.disabled > a, .flex-page div[ui-view] > nav > ul > li.disabled > a, .batch-requisition-pane div[ui-view] > nav > ul > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .page div[ui-view] > nav > ul > li.disabled > a:hover, .flex-page div[ui-view] > nav > ul > li.disabled > a:hover, .batch-requisition-pane div[ui-view] > nav > ul > li.disabled > a:hover, .nav > li.disabled > a:focus, .page div[ui-view] > nav > ul > li.disabled > a:focus, .flex-page div[ui-view] > nav > ul > li.disabled > a:focus, .batch-requisition-pane div[ui-view] > nav > ul > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .page div[ui-view] > nav > ul .open > a, .flex-page div[ui-view] > nav > ul .open > a, .batch-requisition-pane div[ui-view] > nav > ul .open > a, .nav .open > a:hover, .page div[ui-view] > nav > ul .open > a:hover, .flex-page div[ui-view] > nav > ul .open > a:hover, .batch-requisition-pane div[ui-view] > nav > ul .open > a:hover, .nav .open > a:focus, .page div[ui-view] > nav > ul .open > a:focus, .flex-page div[ui-view] > nav > ul .open > a:focus, .batch-requisition-pane div[ui-view] > nav > ul .open > a:focus {
    background-color: #eeeeee;
    border-color: #3A95BC; }
  .nav .nav-divider, .page div[ui-view] > nav > ul .nav-divider, .flex-page div[ui-view] > nav > ul .nav-divider, .batch-requisition-pane div[ui-view] > nav > ul .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img, .page div[ui-view] > nav > ul > li > a > img, .flex-page div[ui-view] > nav > ul > li > a > img, .batch-requisition-pane div[ui-view] > nav > ul > li > a > img {
    max-width: none; }

.nav-tabs, .page div[ui-view] > nav > ul, .flex-page div[ui-view] > nav > ul, .batch-requisition-pane div[ui-view] > nav > ul {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li, .page div[ui-view] > nav > ul > li, .flex-page div[ui-view] > nav > ul > li, .batch-requisition-pane div[ui-view] > nav > ul > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a, .page div[ui-view] > nav > ul > li > a, .flex-page div[ui-view] > nav > ul > li > a, .batch-requisition-pane div[ui-view] > nav > ul > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover, .page div[ui-view] > nav > ul > li > a:hover, .flex-page div[ui-view] > nav > ul > li > a:hover, .batch-requisition-pane div[ui-view] > nav > ul > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .page div[ui-view] > nav > ul > li.active > a, .flex-page div[ui-view] > nav > ul > li.active > a, .batch-requisition-pane div[ui-view] > nav > ul > li.active > a, .nav-tabs > li.active > a:hover, .page div[ui-view] > nav > ul > li.active > a:hover, .flex-page div[ui-view] > nav > ul > li.active > a:hover, .batch-requisition-pane div[ui-view] > nav > ul > li.active > a:hover, .nav-tabs > li.active > a:focus, .page div[ui-view] > nav > ul > li.active > a:focus, .flex-page div[ui-view] > nav > ul > li.active > a:focus, .batch-requisition-pane div[ui-view] > nav > ul > li.active > a:focus {
      color: #58585a;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.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: #49baeb; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified, .page div[ui-view] > nav > ul.nav-justified, .flex-page div[ui-view] > nav > ul.nav-justified, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li, .page div[ui-view] > nav > ul.nav-justified > li, .flex-page div[ui-view] > nav > ul.nav-justified > li, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .page div[ui-view] > nav > ul.nav-justified > li > a, .flex-page div[ui-view] > nav > ul.nav-justified > li > a, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .page div[ui-view] > nav > ul.nav-justified > .dropdown .dropdown-menu, .flex-page div[ui-view] > nav > ul.nav-justified > .dropdown .dropdown-menu, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li, .page div[ui-view] > nav > ul.nav-justified > li, .flex-page div[ui-view] > nav > ul.nav-justified > li, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .page div[ui-view] > nav > ul.nav-justified > li > a, .flex-page div[ui-view] > nav > ul.nav-justified > li > a, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, .page div[ui-view] > nav > ul.nav-justified, .flex-page div[ui-view] > nav > ul.nav-justified, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .page div[ui-view] > nav > ul.nav-justified > li > a, .flex-page div[ui-view] > nav > ul.nav-justified > li > a, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .page div[ui-view] > nav > ul.nav-justified > .active > a, .flex-page div[ui-view] > nav > ul.nav-justified > .active > a, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .page div[ui-view] > nav > ul.nav-justified > .active > a:hover,
  .flex-page div[ui-view] > nav > ul.nav-justified > .active > a:hover,
  .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .page div[ui-view] > nav > ul.nav-justified > .active > a:focus,
  .flex-page div[ui-view] > nav > ul.nav-justified > .active > a:focus,
  .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .page div[ui-view] > nav > ul.nav-justified > li > a, .flex-page div[ui-view] > nav > ul.nav-justified > li > a, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .page div[ui-view] > nav > ul.nav-justified > .active > a, .flex-page div[ui-view] > nav > ul.nav-justified > .active > a, .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .page div[ui-view] > nav > ul.nav-justified > .active > a:hover,
    .flex-page div[ui-view] > nav > ul.nav-justified > .active > a:hover,
    .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus,
    .page div[ui-view] > nav > ul.nav-justified > .active > a:focus,
    .flex-page div[ui-view] > nav > ul.nav-justified > .active > a:focus,
    .batch-requisition-pane div[ui-view] > nav > ul.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu, .page div[ui-view] > nav > ul .dropdown-menu, .flex-page div[ui-view] > nav > ul .dropdown-menu, .batch-requisition-pane div[ui-view] > nav > ul .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.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; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 22px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  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: 768px) {
    .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: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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,
    .navbar-form .input-control, .navbar-form input[type="text"],
    .navbar-form input[type="password"],
    .navbar-form input[type="email"],
    .navbar-form input[type="number"],
    .navbar-form select,
    .navbar-form textarea, .navbar-form .select2, .navbar-form .select2-container .select2-dropdown .select2-search > input, .select2-container .select2-dropdown .navbar-form .select2-search > input {
      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,
      .navbar-form .input-group .input-control,
      .navbar-form .input-group input[type="text"],
      .navbar-form .input-group input[type="password"],
      .navbar-form .input-group input[type="email"],
      .navbar-form .input-group input[type="number"],
      .navbar-form .input-group select,
      .navbar-form .input-group textarea,
      .navbar-form .input-group .select2,
      .navbar-form .input-group .select2-container .select2-dropdown .select2-search > input,
      .select2-container .select2-dropdown .navbar-form .input-group .select2-search > input {
        width: auto; }
    .navbar-form .input-group > .form-control,
    .navbar-form .input-group > .input-control, .navbar-form .input-group > input[type="text"],
    .navbar-form .input-group > input[type="password"],
    .navbar-form .input-group > input[type="email"],
    .navbar-form .input-group > input[type="number"],
    .navbar-form .input-group > select,
    .navbar-form .input-group > textarea, .navbar-form .input-group > .select2, .navbar-form .select2-container .select2-dropdown .select2-search.input-group > input, .select2-container .select2-dropdown .navbar-form .select2-search.input-group > input {
      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; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .product-grid .btn-group-sm > button.navbar-btn, .product-grid .btn-group-sm > .navbar-btn.btn,
  .product-grid .btn-group-sm > input.navbar-btn[type=button], .product-grid tags-input .tags .btn-group-sm > .navbar-btn.tag-item, tags-input .tags .product-grid .btn-group-sm > .navbar-btn.tag-item {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .product-grid .btn-group-xs > button.navbar-btn, .product-grid .btn-group-xs > .navbar-btn.btn,
  .product-grid .btn-group-xs > input.navbar-btn[type=button], .product-grid tags-input .tags .btn-group-xs > .navbar-btn.tag-item, tags-input .tags .product-grid .btn-group-xs > .navbar-btn.tag-item {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default, header > .navbar {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand, header > .navbar .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, header > .navbar .navbar-brand:hover, .navbar-default .navbar-brand:focus, header > .navbar .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text, header > .navbar .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a, header > .navbar .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, header > .navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, header > .navbar .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, header > .navbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, header > .navbar .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, header > .navbar .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, header > .navbar .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, header > .navbar .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, header > .navbar .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle, header > .navbar .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, header > .navbar .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, header > .navbar .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar, header > .navbar .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse, header > .navbar .navbar-collapse,
  .navbar-default .navbar-form,
  header > .navbar .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, header > .navbar .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, header > .navbar .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, header > .navbar .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, header > .navbar .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, header > .navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, header > .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, header > .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, header > .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, header > .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, header > .navbar .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, header > .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, header > .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link, header > .navbar .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover, header > .navbar .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link, header > .navbar .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, header > .navbar .btn-link:hover, .navbar-default .btn-link:focus, header > .navbar .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, header > .navbar .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, header > .navbar .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] header > .navbar .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] header > .navbar .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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: #fff;
    background-color: #090909; }
  .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-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: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #fff;
      background-color: #090909; }
    .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-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.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 {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination, .openlmis-pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li, .openlmis-pagination > ul > li {
    display: inline; }
    .pagination > li > a, .openlmis-pagination > ul > li > a,
    .pagination > li > span,
    .openlmis-pagination > ul > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #3A95BC;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a, .openlmis-pagination > ul > li:first-child > a,
    .pagination > li:first-child > span,
    .openlmis-pagination > ul > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a, .openlmis-pagination > ul > li:last-child > a,
    .pagination > li:last-child > span,
    .openlmis-pagination > ul > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .openlmis-pagination > ul > li > a:hover, .pagination > li > a:focus, .openlmis-pagination > ul > li > a:focus,
  .pagination > li > span:hover,
  .openlmis-pagination > ul > li > span:hover,
  .pagination > li > span:focus,
  .openlmis-pagination > ul > li > span:focus {
    z-index: 2;
    color: #286782;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .openlmis-pagination > ul > .active > a, .pagination > .active > a:hover, .openlmis-pagination > ul > .active > a:hover, .pagination > .active > a:focus, .openlmis-pagination > ul > .active > a:focus,
  .pagination > .active > span,
  .openlmis-pagination > ul > .active > span,
  .pagination > .active > span:hover,
  .openlmis-pagination > ul > .active > span:hover,
  .pagination > .active > span:focus,
  .openlmis-pagination > ul > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #49baeb;
    border-color: #49baeb;
    cursor: default; }
  .pagination > .disabled > span, .openlmis-pagination > ul > .disabled > span,
  .pagination > .disabled > span:hover,
  .openlmis-pagination > ul > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .openlmis-pagination > ul > .disabled > span:focus,
  .pagination > .disabled > a,
  .openlmis-pagination > ul > .disabled > a,
  .pagination > .disabled > a:hover,
  .openlmis-pagination > ul > .disabled > a:hover,
  .pagination > .disabled > a:focus,
  .openlmis-pagination > ul > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.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-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      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: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .product-grid button .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #49baeb; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1ba9e6; }

.label-success {
  background-color: #356b6f; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #254a4c; }

.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: #a94442; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #843534; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .product-grid button .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .product-grid .btn-group-xs > button .badge,
  .btn-group-xs > .btn .badge,
  .product-grid .btn-group-xs > button .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #3A95BC;
    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; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.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 {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  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 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3A95BC; }

.alert-info, .alert, .alert.is-info, .alert-danger, .alert-success, .alert-offline, .notification, .openlmis-table > caption, .openlmis-table-container .openlmis-flex-table > table > caption, .openlmis-table-pane table > caption {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert-info h4, .alert h4, .alert.is-info h4, .alert-danger h4, .alert-success h4, .alert-offline h4, .notification h4, .openlmis-table > caption h4, .openlmis-table-container .openlmis-flex-table > table > caption h4, .openlmis-table-pane table > caption h4 {
    margin-top: 0;
    color: inherit; }
  .alert-info .alert-link, .alert .alert-link, .alert-danger .alert-link, .alert-success .alert-link, .alert-offline .alert-link, .notification .alert-link, .openlmis-table > caption .alert-link, .openlmis-table-container .openlmis-flex-table > table > caption .alert-link, .openlmis-table-pane table > caption .alert-link {
    font-weight: bold; }
  .alert-info > p, .alert > p, .alert.is-info > p, .alert-danger > p, .alert-success > p, .alert-offline > p, .notification > p, .openlmis-table > caption > p, .openlmis-table-container .openlmis-flex-table > table > caption > p, .openlmis-table-pane table > caption > p,
  .alert-info > ul,
  .alert > ul,
  .alert.is-info > ul,
  .alert-danger > ul,
  .alert-success > ul,
  .alert-offline > ul,
  .notification > ul,
  .openlmis-table > caption > ul,
  .openlmis-table-container .openlmis-flex-table > table > caption > ul,
  .openlmis-table-pane table > caption > ul {
    margin-bottom: 0; }
  .alert-info > p + p, .alert > p + p, .alert.is-info > p + p, .alert-danger > p + p, .alert-success > p + p, .alert-offline > p + p, .notification > p + p, .openlmis-table > caption > p + p, .openlmis-table-container .openlmis-flex-table > table > caption > p + p, .openlmis-table-pane table > caption > 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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info, .alert, .alert.is-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr, .alert hr, .alert.is-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link, .alert .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 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: #49baeb;
  -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: #356b6f; }
  .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: #a94442; }
  .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 {
  zoom: 1;
  overflow: hidden; }

.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 {
  margin-bottom: 20px;
  padding-left: 0; }

.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-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item,
.list-group-item.btn,
input.list-group-item[type=button],
tags-input .tags .list-group-item.tag-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading,
  .list-group-item.btn .list-group-item-heading,
  input.list-group-item[type=button] .list-group-item-heading,
  tags-input .tags .list-group-item.tag-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  .list-group-item.btn:hover,
  input.list-group-item:hover[type=button],
  tags-input .tags .list-group-item.tag-item:hover,
  button.list-group-item:focus,
  .list-group-item.btn:focus,
  input.list-group-item:focus[type=button],
  tags-input .tags .list-group-item.tag-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }


button.list-group-item,
.list-group-item.btn,
input.list-group-item[type=button],
tags-input .tags .list-group-item.tag-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #49baeb;
  border-color: #49baeb; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success,
.list-group-item-success.btn,
input.list-group-item-success[type=button],
tags-input .tags .list-group-item-success.tag-item {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading,
  .list-group-item-success.btn .list-group-item-heading,
  input.list-group-item-success[type=button] .list-group-item-heading,
  tags-input .tags .list-group-item-success.tag-item .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  .list-group-item-success.btn:hover,
  input.list-group-item-success:hover[type=button],
  tags-input .tags .list-group-item-success.tag-item:hover,
  button.list-group-item-success:focus,
  .list-group-item-success.btn:focus,
  input.list-group-item-success:focus[type=button],
  tags-input .tags .list-group-item-success.tag-item:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  .list-group-item-success.active.btn,
  input.list-group-item-success.active[type=button],
  tags-input .tags .list-group-item-success.active.tag-item,
  button.list-group-item-success.active:hover,
  .list-group-item-success.active.btn:hover,
  input.list-group-item-success.active:hover[type=button],
  tags-input .tags .list-group-item-success.active.tag-item:hover,
  button.list-group-item-success.active:focus,
  .list-group-item-success.active.btn:focus,
  input.list-group-item-success.active:focus[type=button],
  tags-input .tags .list-group-item-success.active.tag-item: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,
.list-group-item-info.btn,
input.list-group-item-info[type=button],
tags-input .tags .list-group-item-info.tag-item {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading,
  .list-group-item-info.btn .list-group-item-heading,
  input.list-group-item-info[type=button] .list-group-item-heading,
  tags-input .tags .list-group-item-info.tag-item .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  .list-group-item-info.btn:hover,
  input.list-group-item-info:hover[type=button],
  tags-input .tags .list-group-item-info.tag-item:hover,
  button.list-group-item-info:focus,
  .list-group-item-info.btn:focus,
  input.list-group-item-info:focus[type=button],
  tags-input .tags .list-group-item-info.tag-item:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  .list-group-item-info.active.btn,
  input.list-group-item-info.active[type=button],
  tags-input .tags .list-group-item-info.active.tag-item,
  button.list-group-item-info.active:hover,
  .list-group-item-info.active.btn:hover,
  input.list-group-item-info.active:hover[type=button],
  tags-input .tags .list-group-item-info.active.tag-item:hover,
  button.list-group-item-info.active:focus,
  .list-group-item-info.active.btn:focus,
  input.list-group-item-info.active:focus[type=button],
  tags-input .tags .list-group-item-info.active.tag-item: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,
.list-group-item-warning.btn,
input.list-group-item-warning[type=button],
tags-input .tags .list-group-item-warning.tag-item {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading,
  .list-group-item-warning.btn .list-group-item-heading,
  input.list-group-item-warning[type=button] .list-group-item-heading,
  tags-input .tags .list-group-item-warning.tag-item .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  .list-group-item-warning.btn:hover,
  input.list-group-item-warning:hover[type=button],
  tags-input .tags .list-group-item-warning.tag-item:hover,
  button.list-group-item-warning:focus,
  .list-group-item-warning.btn:focus,
  input.list-group-item-warning:focus[type=button],
  tags-input .tags .list-group-item-warning.tag-item:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  .list-group-item-warning.active.btn,
  input.list-group-item-warning.active[type=button],
  tags-input .tags .list-group-item-warning.active.tag-item,
  button.list-group-item-warning.active:hover,
  .list-group-item-warning.active.btn:hover,
  input.list-group-item-warning.active:hover[type=button],
  tags-input .tags .list-group-item-warning.active.tag-item:hover,
  button.list-group-item-warning.active:focus,
  .list-group-item-warning.active.btn:focus,
  input.list-group-item-warning.active:focus[type=button],
  tags-input .tags .list-group-item-warning.active.tag-item: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,
.list-group-item-danger.btn,
input.list-group-item-danger[type=button],
tags-input .tags .list-group-item-danger.tag-item {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading,
  .list-group-item-danger.btn .list-group-item-heading,
  input.list-group-item-danger[type=button] .list-group-item-heading,
  tags-input .tags .list-group-item-danger.tag-item .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  .list-group-item-danger.btn:hover,
  input.list-group-item-danger:hover[type=button],
  tags-input .tags .list-group-item-danger.tag-item:hover,
  button.list-group-item-danger:focus,
  .list-group-item-danger.btn:focus,
  input.list-group-item-danger:focus[type=button],
  tags-input .tags .list-group-item-danger.tag-item:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  .list-group-item-danger.active.btn,
  input.list-group-item-danger.active[type=button],
  tags-input .tags .list-group-item-danger.active.tag-item,
  button.list-group-item-danger.active:hover,
  .list-group-item-danger.active.btn:hover,
  input.list-group-item-danger.active:hover[type=button],
  tags-input .tags .list-group-item-danger.active.tag-item:hover,
  button.list-group-item-danger.active:focus,
  .list-group-item-danger.active.btn:focus,
  input.list-group-item-danger.active:focus[type=button],
  tags-input .tags .list-group-item-danger.active.tag-item: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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
    border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .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 > thead: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:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 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:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 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: #49baeb; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #49baeb;
    border-color: #49baeb; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #49baeb; }
    .panel-primary > .panel-heading .badge {
      color: #49baeb;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #49baeb; }

.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; }

.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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.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: 4px; }

.well-sm {
  padding: 9px;
  border-radius: 4px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close, .close.btn,
input.close[type=button], tags-input .tags .close.tag-item {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .product-grid button + .btn, .product-grid .modal-footer button + .btn, .modal-footer .product-grid .btn + button, .product-grid .modal-footer .btn + button, .modal-footer .product-grid button + button, .product-grid .modal-footer button + button {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .product-grid button + .btn, .product-grid .modal-footer .btn-group button + .btn, .modal-footer .btn-group .product-grid .btn + button, .product-grid .modal-footer .btn-group .btn + button, .modal-footer .btn-group .product-grid button + button, .product-grid .modal-footer .btn-group button + button {
    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; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  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; }

.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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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: 4px;
  -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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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); }
  .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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, 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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .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;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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, .carousel-caption .product-grid button, .product-grid .carousel-caption button {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .alert-info:before, .alert:before, .alert.is-info:before, .alert-danger:before, .alert-success:before, .alert-offline:before, .notification:before, .openlmis-table > caption:before, .openlmis-table-container .openlmis-flex-table > table > caption:before, .openlmis-table-pane table > caption:before, .button-group:before, .openlmis-toolbar:before, .toolbar:before, .modal .modal-footer:before, .message:before, .status-message:before, .clearfix:after, .alert-info:after, .alert:after, .alert.is-info:after, .alert-danger:after, .alert-success:after, .alert-offline:after, .notification:after, .openlmis-table > caption:after, .openlmis-table-container .openlmis-flex-table > table > caption:after, .openlmis-table-pane table > caption:after, .button-group:after, .openlmis-toolbar:after, .toolbar:after, .modal .modal-footer:after, .message:after, .status-message:after {
  content: " ";
  display: table; }

.clearfix:after, .alert-info:after, .alert:after, .alert.is-info:after, .alert-danger:after, .alert-success:after, .alert-offline:after, .notification:after, .openlmis-table > caption:after, .openlmis-table-container .openlmis-flex-table > table > caption:after, .openlmis-table-pane table > caption:after, .button-group:after, .openlmis-toolbar:after, .toolbar:after, .modal .modal-footer:after, .message:after, .status-message:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(8b43027f47b20503057dfbbaa9401fef.eot);
  src: url(8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"), url(f691f37e57f04c152e2315ab7dbad881.woff) format("woff"), url(1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"), url(c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .loading, .loading-view::before, .is-loading::after, .facility-cce-status.is-loading-status::before, .saving-indicator .saving, .loading-modal .loading, .glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x, .loading, .loading-view::before, .is-loading::after, .facility-cce-status.is-loading-status::before, .saving-indicator .saving, .loading-modal .loading {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw, .loading, .loading-view::before, .is-loading::after, .facility-cce-status.is-loading-status::before, .saving-indicator .saving, .loading-modal .loading {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fa-pull-left.loading, .fa-pull-left.loading-view::before, .fa-pull-left.is-loading::after, .fa-pull-left.facility-cce-status.is-loading-status::before, .saving-indicator .fa-pull-left.saving, .fa-pull-left.glyphicon {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.loading, .fa-pull-right.loading-view::before, .fa-pull-right.is-loading::after, .fa-pull-right.facility-cce-status.is-loading-status::before, .saving-indicator .fa-pull-right.saving, .fa-pull-right.glyphicon {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .pull-left.loading, .pull-left.loading-view::before, .pull-left.is-loading::after, .pull-left.facility-cce-status.is-loading-status::before, .saving-indicator .pull-left.saving, .pull-left.glyphicon {
  margin-right: .3em; }

.fa.pull-right, .pull-right.loading, .pull-right.loading-view::before, .pull-right.is-loading::after, .pull-right.facility-cce-status.is-loading-status::before, .saving-indicator .pull-right.saving, .pull-right.glyphicon {
  margin-left: .3em; }

.fa-spin, .loading, .loading-view::before, .is-loading::after, .facility-cce-status.is-loading-status::before, .saving-indicator .saving, .loading-modal .loading {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before, .openlmis-file-upload .clear:before, .view-tab .hide-line-item:before,
.fa-close:before,
.fa-times:before,
button.close:before,
.close.btn:before,
input.close[type=button]:before,
tags-input .tags .close.tag-item:before,
.select2 .select2-selection__clear:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before, .order-view button.download:before, .order-view .download.btn:before,
.order-view input.download[type=button]:before, .order-view tags-input .tags .download.tag-item:before, tags-input .tags .order-view .download.tag-item:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before, .order-view button.retry:before, .order-view .retry.btn:before,
.order-view input.retry[type=button]:before, .order-view tags-input .tags .retry.tag-item:before, tags-input .tags .order-view .retry.tag-item:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before, .page .requisition-template-admin table .lock:before, .flex-page .requisition-template-admin table .lock:before, .batch-requisition-pane .requisition-template-admin table .lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before, .order-view button.print:before, .order-view .print.btn:before,
.order-view input.print[type=button]:before, .order-view tags-input .tags .print.tag-item:before, tags-input .tags .order-view .print.tag-item:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before, aside.requisition-summary > button:before, aside.requisition-summary > .btn:before, .product-grid aside.requisition-summary > button:before,
aside.requisition-summary > input[type=button]:before, tags-input .tags aside.requisition-summary > .tag-item:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before, .cce-inventory-item-update-status:before, .order-view button.order-edit:before, .order-view .order-edit.btn:before,
.order-view input.order-edit[type=button]:before, .order-view tags-input .tags .order-edit.tag-item:before, tags-input .tags .order-view .order-edit.tag-item:before,
.fa-pencil-square-o:before,
button.edit:before,
.edit.btn:before,
input.edit[type=button]:before,
tags-input .tags .edit.tag-item:before,
td stock-reasons > button.edit:before,
td .product-grid stock-reasons > button.edit:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before, .glyphicon.glyphicon-chevron-left:before {
  content: ""; }

.fa-chevron-right:before, .glyphicon.glyphicon-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before, .is-success.alert-info:before, .is-success.alert:before, .alert-success:before, .is-info.alert-success:before, .is-success.alert-danger:before, .is-success.alert-offline:before, .is-success.notification:before, .openlmis-table > caption.is-success:before, .openlmis-table-container .openlmis-flex-table > table > caption.is-success:before, .openlmis-table-pane table > caption.is-success:before, .saving-indicator .saved:before, .alert-modal.is-success .alert-main:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before, .alert-modal.is-info .alert-main:before, .has-popover > .show-popover:before, th.has-popover:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before, button.add:before, .add.btn:before,
input.add[type=button]:before, .btn-add:before,
input.add[type=submit]:before, tags-input .tags .add.tag-item:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before, .role-assignment-invalid:before, .is-error.alert-info:before, .is-error.alert:before, .form-error:before, .openlmis-invalid > :before, .input-error:before, .characters-left.is-invalid:before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]:before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]:before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]:before,
td.has-single-input-control.is-invalid > .characters-left[input-control]:before, .input-control + .openlmis-invalid > :before, input[type="text"] + .openlmis-invalid > :before, input[type="password"] + .openlmis-invalid > :before, input[type="email"] + .openlmis-invalid > :before, input[type="number"] + .openlmis-invalid > :before, select + .openlmis-invalid > :before, textarea + .openlmis-invalid > :before,
legend + .openlmis-invalid > :before, .form-inline > .openlmis-invalid > :before, .openlmis-table > caption.error:before, .openlmis-table-container .openlmis-flex-table > table > caption.error:before, .openlmis-table-pane table > caption.error:before, .is-info.form-error:before, .openlmis-invalid > .is-info:before, .is-info.input-error:before, select + .openlmis-invalid > .is-info:before, textarea + .openlmis-invalid > .is-info:before,
legend + .openlmis-invalid > .is-info:before, .is-error.alert-danger:before, .is-error.alert-success:before, .is-error.alert-offline:before, .is-error.notification:before, .openlmis-table > caption.is-error:before, .openlmis-table-container .openlmis-flex-table > table > caption.is-error:before, .openlmis-table-pane table > caption.is-error:before, .is-danger.alert-info:before, .is-danger.alert:before, .alert-danger:before, .is-info.alert-danger:before, .is-danger.alert-success:before, .is-danger.alert-offline:before, .is-danger.notification:before, .openlmis-table > caption.is-danger:before, .openlmis-table-container .openlmis-flex-table > table > caption.is-danger:before, .openlmis-table-pane table > caption.is-danger:before, .openlmis-app-cache.outdated:before, .alert-modal.is-error .alert-main:before, .openlmis-table > tbody > tr > td.is-invalid:before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.is-invalid:before, .openlmis-table-pane table > tbody > tr > td.is-invalid:before,
td.is-invalid:before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]:before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]:before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]:before,
td.has-single-input-control.is-invalid > td[input-control]:before, td.openlmis-empty-row:before, .nav > li.is-invalid.has-popover > a:before, .page div[ui-view] > nav > ul > li.is-invalid.has-popover > a:before, .flex-page div[ui-view] > nav > ul > li.is-invalid.has-popover > a:before, .batch-requisition-pane div[ui-view] > nav > ul > li.is-invalid.has-popover > a:before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a:before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a:before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a:before, td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before, .rtm-alert-status-active:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before, button.filters:before, .filters.btn:before,
input.filters[type=button]:before, tags-input .tags .filters.tag-item:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before, .dropdown-button > button:before, .locale-container > button:before, .openlmis-sort > button:before, .dropdown-button > .btn:before, .locale-container > .btn:before, .openlmis-sort > .btn:before, .product-grid .dropdown-button > button:before, .product-grid .locale-container > button:before, .product-grid .openlmis-sort > button:before,
.dropdown-button > input[type=button]:before,
.locale-container > input[type=button]:before,
.openlmis-sort > input[type=button]:before, tags-input .tags .dropdown-button > .tag-item:before, tags-input .tags .locale-container > .tag-item:before, tags-input .tags .openlmis-sort > .tag-item:before, .select2 .select2-selection__arrow:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before,
.is-offline.alert-info:before,
.is-offline.alert:before,
.is-offline.alert-danger:before,
.is-offline.alert-success:before,
.is-offline.alert-offline:before,
.is-offline.notification:before,
.openlmis-table > caption.is-offline:before,
.openlmis-table-container .openlmis-flex-table > table > caption.is-offline:before,
.openlmis-table-pane table > caption.is-offline:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before, .rtm-alert-status-inactive:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before, .cce-inventory-item-status:before, .facility-cce-status:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before, .openlmis-file-upload button.file:before, .openlmis-file-upload .file.btn:before,
.openlmis-file-upload input.file[type=button]:before, .openlmis-file-upload .btn-file:before,
.openlmis-file-upload input.file[type=submit]:before, .openlmis-file-upload tags-input .tags .file.tag-item:before, tags-input .tags .openlmis-file-upload .file.tag-item:before, .openlmis-file-upload .file-icon:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before, .loading-modal .saving-indicator .saving:before, .saving-indicator .loading-modal .saving:before, .loading-modal .loading:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only, .openlmis-file-upload input[type=file] {
  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; }

aside.export {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5em;
  align-items: center; }

.admin-data-export {
  flex: 1 auto;
  display: flex;
  flex-direction: column; }
  .admin-data-export h2 {
    margin-bottom: 16px; }
  .admin-data-export #header-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    padding: 1rem 0;
    height: 24px; }
  .admin-data-export .field-full-width {
    width: 544px; }
    .admin-data-export .field-full-width select {
      width: 544px;
      vertical-align: middle; }
  .admin-data-export .required label:after {
    color: #e32;
    content: " *";
    display: inline; }
  .admin-data-export .page-for-export {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    margin: 1em;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
    border: 0;
    background: #ffffff;
    padding: 1em 2em; }

option:hover {
  background-color: yellow; }

nav.facility-edit > ul {
  padding: 0; }
  nav.facility-edit > ul li.tab-pane {
    padding: 1em; }
  nav.facility-edit > ul li a {
    text-decoration: none; }

nav.facility-edit div.button-group, nav.facility-edit div.openlmis-toolbar, nav.facility-edit div.toolbar, nav.facility-edit .modal div.modal-footer, .modal nav.facility-edit div.modal-footer {
  max-width: 440px; }

.edit-schedule-modal form.form-inline, .edit-schedule-modal fieldset.form-inline,
.edit-schedule-modal .form-inline.form-group {
  flex-wrap: wrap; }

.reason-assignments > .form-inline {
  flex-wrap: wrap; }

dl.type-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  dl.type-form dt {
    flex: 0 0 200px; }
    dl.type-form dt > button, dl.type-form dt > .btn, dl.type-form .product-grid dt > button,
    dl.type-form dt > input[type=button], dl.type-form tags-input .tags dt > .tag-item, tags-input .tags dl.type-form dt > .tag-item {
      width: 100%; }
  dl.type-form dd {
    flex: 1 1 calc(100% - 200px - 1em);
    margin-left: 1em; }
  dl.type-form > dt:not(:first-of-type),
  dl.type-form dd:not(:first-of-type) {
    margin-top: 1em; }

.crop-long-text {
  max-width: 30em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.page .requisition-template-admin, .flex-page .requisition-template-admin, .batch-requisition-pane .requisition-template-admin {
  overflow: hidden; }
  .page .requisition-template-admin aside, .flex-page .requisition-template-admin aside, .batch-requisition-pane .requisition-template-admin aside {
    padding-left: 1em;
    padding-top: 0.5em; }
  .page .requisition-template-admin .info-box, .flex-page .requisition-template-admin .info-box, .batch-requisition-pane .requisition-template-admin .info-box {
    display: inline-flex;
    width: 100%;
    height: 4em;
    align-items: center;
    padding: 0.5em; }
    .page .requisition-template-admin .info-box *, .flex-page .requisition-template-admin .info-box *, .batch-requisition-pane .requisition-template-admin .info-box * {
      margin: 0.3em; }
    .page .requisition-template-admin .info-box :first-child, .flex-page .requisition-template-admin .info-box :first-child, .batch-requisition-pane .requisition-template-admin .info-box :first-child {
      font-weight: bold; }
  .page .requisition-template-admin table .dndPlaceholder > td, .flex-page .requisition-template-admin table .dndPlaceholder > td, .batch-requisition-pane .requisition-template-admin table .dndPlaceholder > td {
    background-color: rgba(0, 0, 0, 0.075);
    height: 3em; }
  .page .requisition-template-admin table .error, .flex-page .requisition-template-admin table .error, .batch-requisition-pane .requisition-template-admin table .error {
    color: #a94442; }
  .page .requisition-template-admin table .dndDraggingSource, .flex-page .requisition-template-admin table .dndDraggingSource, .batch-requisition-pane .requisition-template-admin table .dndDraggingSource {
    display: none; }
  .page .requisition-template-admin table .lock, .flex-page .requisition-template-admin table .lock, .batch-requisition-pane .requisition-template-admin table .lock {
    margin: 0 1em;
    font-size: 1.2em;
    font-family: Arial, sans-serif; }
    .page .requisition-template-admin table .lock::before, .flex-page .requisition-template-admin table .lock::before, .batch-requisition-pane .requisition-template-admin table .lock::before {
      font-family: FontAwesome;
      display: inline-block; }
  .page .requisition-template-admin table .dnd-handle, .flex-page .requisition-template-admin table .dnd-handle, .batch-requisition-pane .requisition-template-admin table .dnd-handle {
    cursor: move; }
  .page .requisition-template-admin table .handle, .flex-page .requisition-template-admin table .handle, .batch-requisition-pane .requisition-template-admin table .handle {
    margin: 0 1em; }
  .page .requisition-template-admin .openlmis-table-container, .flex-page .requisition-template-admin .openlmis-table-container, .batch-requisition-pane .requisition-template-admin .openlmis-table-container {
    margin-bottom: 5em; }
  .page .requisition-template-admin .circle, .flex-page .requisition-template-admin .circle, .batch-requisition-pane .requisition-template-admin .circle {
    width: 2.4em;
    height: 2.4em;
    background: #ffffff;
    border-radius: 50%;
    border-width: thin;
    border-color: #e4e4e4;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center; }
    .page .requisition-template-admin .circle .inner-circle, .flex-page .requisition-template-admin .circle .inner-circle, .batch-requisition-pane .requisition-template-admin .circle .inner-circle {
      width: 1.7em;
      height: 1.7em;
      background: #a94442;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center; }

.user-password-modal input[type=password].number {
  text-align: left; }

.role-assignment-invalid {
  font-family: Arial, sans-serif; }
  .role-assignment-invalid::before {
    font-family: FontAwesome;
    display: inline-block; }
  .role-assignment-invalid::before {
    color: #a94442; }

.overtab-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 606px; }
  .overtab-header > * {
    margin: 0px; }

.inventory-item-details aside.cce-inventory-item-status, .inventory-item-details aside.facility-cce-status {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em; }
  .inventory-item-details aside.cce-inventory-item-status::before, .inventory-item-details aside.facility-cce-status::before {
    font-size: 2em;
    position: absolute; }
  .inventory-item-details aside.cce-inventory-item-status > p, .inventory-item-details aside.facility-cce-status > p {
    margin: 0 0 0 2.5em; }
    .inventory-item-details aside.cce-inventory-item-status > p:first-of-type, .inventory-item-details aside.facility-cce-status > p:first-of-type {
      font-weight: bold; }
  .inventory-item-details aside.cce-inventory-item-status > button, .inventory-item-details aside.facility-cce-status > button, .inventory-item-details aside.cce-inventory-item-status > .btn, .inventory-item-details aside.facility-cce-status > .btn, .inventory-item-details .product-grid aside.cce-inventory-item-status > button, .inventory-item-details .product-grid aside.facility-cce-status > button,
  .inventory-item-details aside.cce-inventory-item-status > input[type=button],
  .inventory-item-details aside.facility-cce-status > input[type=button], .inventory-item-details tags-input .tags aside.cce-inventory-item-status > .tag-item, tags-input .tags .inventory-item-details aside.cce-inventory-item-status > .tag-item, .inventory-item-details tags-input .tags aside.facility-cce-status > .tag-item, tags-input .tags .inventory-item-details aside.facility-cce-status > .tag-item {
    width: fit-content;
    right: 0;
    margin-right: 1.5em; }

.inventory-item-details .heading, .inventory-item-details .sub-heading, .inventory-item-details .page div[ui-view] > section > h3, .page .inventory-item-details div[ui-view] > section > h3, .inventory-item-details .flex-page div[ui-view] > section > h3, .flex-page .inventory-item-details div[ui-view] > section > h3, .inventory-item-details .batch-requisition-pane div[ui-view] > section > h3, .batch-requisition-pane .inventory-item-details div[ui-view] > section > h3,
.inventory-item-details .page div[ui-view] > section > header, .page .inventory-item-details div[ui-view] > section > header,
.inventory-item-details .flex-page div[ui-view] > section > header, .flex-page .inventory-item-details div[ui-view] > section > header,
.inventory-item-details .batch-requisition-pane div[ui-view] > section > header, .batch-requisition-pane .inventory-item-details div[ui-view] > section > header, .inventory-item-details .minor-heading, .inventory-item-details article > header, .inventory-item-details .page div[ui-view] > h1, .page .inventory-item-details div[ui-view] > h1, .inventory-item-details .flex-page div[ui-view] > h1, .flex-page .inventory-item-details div[ui-view] > h1, .inventory-item-details .batch-requisition-pane div[ui-view] > h1, .batch-requisition-pane .inventory-item-details div[ui-view] > h1,
.inventory-item-details .page div[ui-view] > h2, .page .inventory-item-details div[ui-view] > h2,
.inventory-item-details .flex-page div[ui-view] > h2, .flex-page .inventory-item-details div[ui-view] > h2,
.inventory-item-details .batch-requisition-pane div[ui-view] > h2, .batch-requisition-pane .inventory-item-details div[ui-view] > h2,
.inventory-item-details .page div[ui-view] > header, .page .inventory-item-details div[ui-view] > header,
.inventory-item-details .flex-page div[ui-view] > header, .flex-page .inventory-item-details div[ui-view] > header,
.inventory-item-details .batch-requisition-pane div[ui-view] > header, .batch-requisition-pane .inventory-item-details div[ui-view] > header {
  display: flex;
  flex-direction: row; }

.inventory-item-details .heading-buttons {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  margin-left: auto; }
  .inventory-item-details .heading-buttons > button, .inventory-item-details .heading-buttons > .btn, .inventory-item-details .product-grid .heading-buttons > button,
  .inventory-item-details .heading-buttons > input[type=button], .inventory-item-details tags-input .tags .heading-buttons > .tag-item, tags-input .tags .inventory-item-details .heading-buttons > .tag-item {
    margin: .2em; }

.inventory-item-details .horizontal-list dd {
  margin: 0 0 0 50%; }

.inventory-item-details dl {
  margin-bottom: 0; }

.inventory-item-details dl + div {
  margin-top: 1em; }

.inventory-item-details #additional-notes > dd {
  white-space: pre-line;
  word-break: break-word; }

.cce-inventory-item-status-box {
  display: flex; }

.cce-inventory-item-status, .facility-cce-status {
  font-family: Arial, sans-serif; }
  .cce-inventory-item-status::before, .facility-cce-status::before {
    font-family: FontAwesome;
    display: inline-block; }
  .cce-inventory-item-status::before, .facility-cce-status::before {
    margin-right: 0.5em; }
  .cce-inventory-item-status.is-functioning::before, .is-functioning.facility-cce-status::before {
    color: #356b6f; }
  .cce-inventory-item-status.is-awaiting-repair::before, .is-awaiting-repair.facility-cce-status::before, .facility-cce-status.no-cce::before, .facility-cce-status.is-non-functioning::before {
    color: #a94442; }
  .cce-inventory-item-status.is-unserviceable::before, .is-unserviceable.facility-cce-status::before, .facility-cce-status.is-unknown::before {
    color: #58585a; }

.cce-inventory-item-update-status {
  font-family: Arial, sans-serif;
  color: #333333;
  padding-left: 0.5em; }
  .cce-inventory-item-update-status::before {
    font-family: FontAwesome;
    display: inline-block; }

.cce-alert-date {
  display: block; }

.rtm-alert-status-active {
  font-family: Arial, sans-serif;
  margin-left: auto;
  padding-left: 0.5em; }
  .rtm-alert-status-active::before {
    font-family: FontAwesome;
    display: inline-block; }

.rtm-alert-status-inactive {
  font-family: Arial, sans-serif;
  margin-left: auto;
  padding-left: 0.5em; }
  .rtm-alert-status-inactive::before {
    font-family: FontAwesome;
    display: inline-block; }

.rtm-alert-status-unavailable {
  margin-left: auto; }

.cce-alert-date {
  display: block; }

.cce-alert-entry > button, .cce-alert-entry > .btn, .product-grid .cce-alert-entry > button,
.cce-alert-entry > input[type=button], tags-input .tags .cce-alert-entry > .tag-item {
  float: right;
  margin-left: 0.5em; }

#cce-active-alerts > dt > button, #cce-active-alerts > dt > .btn, .product-grid #cce-active-alerts > dt > button,
#cce-active-alerts > dt > input[type=button], tags-input .tags #cce-active-alerts > dt > .tag-item {
  clear: left;
  margin-top: 0.5em;
  font-weight: normal; }

/*
Admin resource list

OpenLMIS Administrator pages should be created in consistent way. This section presents the proper style of page with resource list.

markup:
<h2>Facilities</h2>
<section class="openlmis-table-container">
    <button id="add" class="add" onclick="openModal()">
    Add Facility
    </button>
    <form ng-submit="vm.search()">
        <fieldset class="form-group">
            <label>Facility Name</label>
            <input type="text" id="facilityName" ng-model="vm.facilityName"/>
        </fieldset>
        <fieldset class="form-group">
            <label>Geographic Zone</label>
            <select>
                <option>Neno District</option>
            </select>
        </fieldset>
        <input type="submit" value="Search"/>
    </form>
    <table>
        <thead>
            <tr>
                <th>Facility Name</th>
                <th>Facility Code</th>
                <th>Geographic Zone</th>
                <th>Facility Type</th>
                <th>Active</th>
                <th>Enabled</th>
                <th>Actions</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>Comfort Health Clinic</td>
                <td>HC01</td>
                <td>Neno District</td>
                <td>Health Center</td>
                <td>
                    <i class="icon-ok"></i>
                </td>
                <td>
                    <i class="icon-ok"></i>
                </td>
                <td>
                    <a href="section-8.html">
                        <button>Edit</button>
                    </a>
                </td>
            </tr>
        </tbody>
    </table>
</section>
<div class="modal-backdrop am-fade" style="display: none;"></div>
<div class="modal am-fade" style="display: none;">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <h1>Add Facility</h1>
            </div>
            <div class="modal-body">
                <form id="add-facility-form" ng-submit="vm.save()">
                    <label class="is-required">Facility Name</label>
                    <input type="text" ng-model="vm.facility.name" required>
                    <label class="is-required">Facility Code</label>
                    <input type="text" ng-model="vm.facility.code" required>
                    <label class="is-required">Facility Type</label>
                    <select ng-model="vm.facility.type" required>
                        <option value="" disabled="" class="placeholder" selected="selected">Select an option</option>
                        <option>Warehouse</option>
                        <option>Health Center</option>
                        <option>District Hospital</option>
                        <option>District Store</option>
                        <option>Provincial Store</option>
                    </select>
                    <label>Operational Date</label>
                    <openlmis-datepicker value="vm.facility.goLiveDate"></openlmis-datepicker>
                    <p>This is used in reporting to record the date the facility becomes operational</p>
                    <label class="checkbox">
                        <input id="active-facility" type="checkbox" ng-model="vm.facility.active">
                        Active Facility
                    </label>
                    <p>This determines whether or not the facility can submit requisitions or receive deliveries</p>
                    <label class="checkbox">
                        <input type="checkbox" ng-model="vm.facility.enabled">
                        Enabled
                    </label>
                    <p>Checked = The facility can operate</p>
                    <p>Unchecked = The facility is permanently decommissioned</p>
                    <label class="is-required">Geographic Zone</label>
                    <select required="" ng-model="vm.facility.geographicZone" required>
                        <option value="" disabled="" class="placeholder" selected="selected">Select an option</option>
                        <option>Malawi</option>
                        <option>Central Region</option>
                        <option>Northern Region</option>
                        <option>Southern Region</option>
                        <option>Dedza District</option>
                    </select>
                    <label>Description</label>
                    <textarea ng-model="vm.facility.description"></textarea>
                    <label>Facility Operator</label>
                    <select>
                        <option value="" disabled="" class="placeholder" selected="selected">Select an option</option>
                        <option>Ministry of Health</option>
                    </select>
                </form>
            </div>
            <div class="modal-footer">
                <button id="cancel" onclick="closeModal()">Cancel</button>
                <button class="primary" onclick="closeModal()">Save</button>
            </div>
        </div>
    </div>
</div>

<script>
    function openModal(){
        var modal = document.getElementsByClassName("modal")[0];
        var backdrop = document.getElementsByClassName("modal-backdrop")[0];
        backdrop.style.display = "block";
        modal.style.display = "block";
    }

    function closeModal() {
        var modal = document.getElementsByClassName("modal")[0];
        var backdrop = document.getElementsByClassName("modal-backdrop")[0];
        modal.style.display = "none";
        backdrop.style.display = "none";
    }
</script>

Styleguide 7.0
*/
/*
Admin resource edit

OpenLMIS Administrator pages should be created in consistent way. This section presents the proper style of edition page.

markup:
<h2>Facilities</h2>
<form id="facility-edit=form" name="facilityEdit">
    <label for="facilityName">Facility Name</label>
    <input class="form-control" id="facilityName" value="Comfort Health Clinic" required/>
    <label for="facilityCode">Facility Code</label>
    <input class="form-control" id="facilityCode" value="HC01" required/>
    <label class="is-required" for="facilityType">Facility Type</label>
    <select ng-model="vm.facility.type" required>
        <option>Warehouse</option>
        <option class="placeholder" selected="selected">Health Center</option>
        <option>District Hospital</option>
        <option>District Store</option>
        <option>Provincial Store</option>
    </select>
    <label class="is-required">Operational Date</label>
    <openlmis-datepicker input-id="operationalDate" value="vm.facilityDetails.goLiveDate" required></openlmis-datepicker>
    <p>This is used in reporting to record the date the facility becomes operational</p>
    <label class="is-required">Geographic Zone</label>
    <select ng-model="vm.facility.geographicZone" required>
        <option>Malawi</option>
        <option>Central Region</option>
        <option>Northern Region</option>
        <option>Southern Region</option>
        <option class="placeholder" selected="selected">Neno District</option>
    </select>
    <label for="facilityActive" class="checkbox">
       <input id="facilityActive" type="checkbox" value="true"/>
       Active Facility
    </label>
    <p>This determines whether or not the facility can submit requisitions or receive deliveries</p>
    <label for="facilityEnabled" class="checkbox">
       <input id="facilityEnabled" type="checkbox"/>
       Enabled
    </label>
    <p>Checked = The facility can operate</p>
    <p>Unchecked = The facility is permanently decommissioned</p>
    <label>Description</label>
    <textarea></textarea>
    <label for="facilityOperator">Facility Operator</label>
    <select>
        <option>Ministry of Health</option>
    </select>
</form>
<div class="openlmis-toolbar button-group ng-scope">
    <div class="button-group primary">
        <a href="section-7.html">
            <button class="primary" type="submit">Save</button>
        </a>
    </div>
    <div class="button-group">
        <a href="section-7.html">
            <button>Cancel</button>
        </a>
    </div>
</div>

Styleguide 8.0
*/
/*
Alerts

Use alerts to inform a user about system state information or brief instructions
that should be shown in a static manner on the page.

markup:
<div class="alert">This is the default alert message.</div>
<div class="alert is-error">This is an error alert message.</div>
<div class="alert is-success">This is an alert message about a successful event.</div>
<div class="alert is-offline">This is an offline alert message.</div>

Styleguide 1.6
*/
.alert-info, .alert, .alert.is-info, .alert-danger, .alert-success, .alert-offline, .notification, .openlmis-table > caption, .openlmis-table-container .openlmis-flex-table > table > caption, .openlmis-table-pane table > caption {
  position: relative;
  border: 0px;
  margin: 0px;
  padding: 1em;
  background-color: #f0f0f0;
  color: #333333;
  border: 1px #bebebe solid;
  border-radius: 4px; }
  .is-error.alert-info, .is-error.alert, .form-error, form > .alert.is-error, fieldset > .alert.is-error, .form-group > .alert.is-error, .openlmis-invalid > *, .input-error, .characters-left.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control],
  td.has-single-input-control.is-invalid > .characters-left[input-control], .input-control + .openlmis-invalid > *, input[type="text"] + .openlmis-invalid > *, input[type="password"] + .openlmis-invalid > *, input[type="email"] + .openlmis-invalid > *, input[type="number"] + .openlmis-invalid > *, select + .openlmis-invalid > *, textarea + .openlmis-invalid > *,
  legend + .openlmis-invalid > *, .form-inline > .openlmis-invalid > *,
  form.form-inline > .openlmis-invalid > *,
  fieldset.form-inline > .openlmis-invalid > *,
  .form-inline.form-group > .openlmis-invalid > *, .openlmis-table > caption.error, .openlmis-table-container .openlmis-flex-table > table > caption.error, .openlmis-table-pane table > caption.error, .is-info.form-error, .openlmis-invalid > .is-info, .is-info.input-error, .input-control + .openlmis-invalid > .is-info, input[type="text"] + .openlmis-invalid > .is-info, input[type="password"] + .openlmis-invalid > .is-info, input[type="email"] + .openlmis-invalid > .is-info, input[type="number"] + .openlmis-invalid > .is-info, select + .openlmis-invalid > .is-info, textarea + .openlmis-invalid > .is-info,
  legend + .openlmis-invalid > .is-info, .form-inline > .openlmis-invalid > .is-info, .is-error.alert-danger, .is-error.alert-success, .is-error.alert-offline, .is-error.notification, .openlmis-table > caption.is-error, .openlmis-table-container .openlmis-flex-table > table > caption.is-error, .openlmis-table-pane table > caption.is-error, .is-danger.alert-info, .is-danger.alert, .alert-danger, .is-info.alert-danger, .is-danger.alert-success, .is-danger.alert-offline, .is-danger.notification, .openlmis-table > caption.is-danger, .openlmis-table-container .openlmis-flex-table > table > caption.is-danger, .openlmis-table-pane table > caption.is-danger {
    font-family: Arial, sans-serif;
    color: #a94442;
    border-color: #a94442;
    background-color: #f1eaeb; }
    .is-error.alert-info::before, .is-error.alert::before, .form-error::before, .openlmis-invalid > ::before, .input-error::before, .characters-left.is-invalid::before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before,
    td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .input-control + .openlmis-invalid > ::before, input[type="text"] + .openlmis-invalid > ::before, input[type="password"] + .openlmis-invalid > ::before, input[type="email"] + .openlmis-invalid > ::before, input[type="number"] + .openlmis-invalid > ::before, select + .openlmis-invalid > ::before, textarea + .openlmis-invalid > ::before,
    legend + .openlmis-invalid > ::before, .form-inline > .openlmis-invalid > ::before, .openlmis-table > caption.error::before, .openlmis-table-container .openlmis-flex-table > table > caption.error::before, .openlmis-table-pane table > caption.error::before, .is-info.form-error::before, .openlmis-invalid > .is-info::before, .is-info.input-error::before, select + .openlmis-invalid > .is-info::before, textarea + .openlmis-invalid > .is-info::before,
    legend + .openlmis-invalid > .is-info::before, .is-error.alert-danger::before, .is-error.alert-success::before, .is-error.alert-offline::before, .is-error.notification::before, .openlmis-table > caption.is-error::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-error::before, .openlmis-table-pane table > caption.is-error::before, .is-danger.alert-info::before, .is-danger.alert::before, .alert-danger::before, .is-info.alert-danger::before, .is-danger.alert-success::before, .is-danger.alert-offline::before, .is-danger.notification::before, .openlmis-table > caption.is-danger::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-danger::before, .openlmis-table-pane table > caption.is-danger::before {
      font-family: FontAwesome;
      display: inline-block; }
  .is-success.alert-info, .is-success.alert, .alert-success, .is-info.alert-success, .is-success.alert-danger, .is-success.alert-offline, .is-success.notification, .openlmis-table > caption.is-success, .openlmis-table-container .openlmis-flex-table > table > caption.is-success, .openlmis-table-pane table > caption.is-success {
    font-family: Arial, sans-serif;
    color: #356b6f;
    border-color: #356b6f;
    background-color: #caebec; }
    .is-success.alert-info::before, .is-success.alert::before, .alert-success::before, .is-info.alert-success::before, .is-success.alert-danger::before, .is-success.alert-offline::before, .is-success.notification::before, .openlmis-table > caption.is-success::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-success::before, .openlmis-table-pane table > caption.is-success::before {
      font-family: FontAwesome;
      display: inline-block; }
  .is-offline.alert-info, .is-offline.alert, .is-offline.alert-danger, .is-offline.alert-success, .is-offline.alert-offline, .is-offline.notification, .openlmis-table > caption.is-offline, .openlmis-table-container .openlmis-flex-table > table > caption.is-offline, .openlmis-table-pane table > caption.is-offline {
    font-family: Arial, sans-serif;
    color: #000000;
    border-color: #8366a5;
    background-color: #e1d9e9; }
    .is-offline.alert-info::before, .is-offline.alert::before, .is-offline.alert-danger::before, .is-offline.alert-success::before, .is-offline.alert-offline::before, .is-offline.notification::before, .openlmis-table > caption.is-offline::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-offline::before, .openlmis-table-pane table > caption.is-offline::before {
      font-family: FontAwesome;
      display: inline-block; }
  .is-success.alert-info, .is-success.alert, .alert-success, .is-info.alert-success, .is-success.alert-danger, .is-success.alert-offline, .is-success.notification, .openlmis-table > caption.is-success, .openlmis-table-container .openlmis-flex-table > table > caption.is-success, .openlmis-table-pane table > caption.is-success, .is-error.alert-info, .is-error.alert, .form-error, form > .alert.is-error, fieldset > .alert.is-error, .form-group > .alert.is-error, .openlmis-invalid > *, .input-error, .characters-left.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control],
  td.has-single-input-control.is-invalid > .characters-left[input-control], .input-control + .openlmis-invalid > *, input[type="text"] + .openlmis-invalid > *, input[type="password"] + .openlmis-invalid > *, input[type="email"] + .openlmis-invalid > *, input[type="number"] + .openlmis-invalid > *, select + .openlmis-invalid > *, textarea + .openlmis-invalid > *,
  legend + .openlmis-invalid > *, .form-inline > .openlmis-invalid > *,
  form.form-inline > .openlmis-invalid > *,
  fieldset.form-inline > .openlmis-invalid > *,
  .form-inline.form-group > .openlmis-invalid > *, .openlmis-table > caption.error, .openlmis-table-container .openlmis-flex-table > table > caption.error, .openlmis-table-pane table > caption.error, .is-info.form-error, .openlmis-invalid > .is-info, .is-info.input-error, .input-control + .openlmis-invalid > .is-info, input[type="text"] + .openlmis-invalid > .is-info, input[type="password"] + .openlmis-invalid > .is-info, input[type="email"] + .openlmis-invalid > .is-info, input[type="number"] + .openlmis-invalid > .is-info, select + .openlmis-invalid > .is-info, textarea + .openlmis-invalid > .is-info,
  legend + .openlmis-invalid > .is-info, .form-inline > .openlmis-invalid > .is-info, .is-error.alert-danger, .is-error.alert-success, .is-error.alert-offline, .is-error.notification, .openlmis-table > caption.is-error, .openlmis-table-container .openlmis-flex-table > table > caption.is-error, .openlmis-table-pane table > caption.is-error, .is-danger.alert-info, .is-danger.alert, .alert-danger, .is-info.alert-danger, .is-danger.alert-success, .is-danger.alert-offline, .is-danger.notification, .openlmis-table > caption.is-danger, .openlmis-table-container .openlmis-flex-table > table > caption.is-danger, .openlmis-table-pane table > caption.is-danger, .is-offline.alert-info, .is-offline.alert, .is-offline.alert-danger, .is-offline.alert-success, .is-offline.alert-offline, .is-offline.notification, .openlmis-table > caption.is-offline, .openlmis-table-container .openlmis-flex-table > table > caption.is-offline, .openlmis-table-pane table > caption.is-offline {
    padding-left: 4em; }
    .is-success.alert-info::before, .is-success.alert::before, .alert-success::before, .is-info.alert-success::before, .is-success.alert-danger::before, .is-success.alert-offline::before, .is-success.notification::before, .openlmis-table > caption.is-success::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-success::before, .openlmis-table-pane table > caption.is-success::before, .is-error.alert-info::before, .is-error.alert::before, .form-error::before, .openlmis-invalid > ::before, .input-error::before, .characters-left.is-invalid::before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before,
    td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .input-control + .openlmis-invalid > ::before, input[type="text"] + .openlmis-invalid > ::before, input[type="password"] + .openlmis-invalid > ::before, input[type="email"] + .openlmis-invalid > ::before, input[type="number"] + .openlmis-invalid > ::before, select + .openlmis-invalid > ::before, textarea + .openlmis-invalid > ::before,
    legend + .openlmis-invalid > ::before, .form-inline > .openlmis-invalid > ::before, .openlmis-table > caption.error::before, .openlmis-table-container .openlmis-flex-table > table > caption.error::before, .openlmis-table-pane table > caption.error::before, .is-info.form-error::before, .openlmis-invalid > .is-info::before, .is-info.input-error::before, select + .openlmis-invalid > .is-info::before, textarea + .openlmis-invalid > .is-info::before,
    legend + .openlmis-invalid > .is-info::before, .is-error.alert-danger::before, .is-error.alert-success::before, .is-error.alert-offline::before, .is-error.notification::before, .openlmis-table > caption.is-error::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-error::before, .openlmis-table-pane table > caption.is-error::before, .is-danger.alert-info::before, .is-danger.alert::before, .alert-danger::before, .is-info.alert-danger::before, .is-danger.alert-success::before, .is-danger.alert-offline::before, .is-danger.notification::before, .openlmis-table > caption.is-danger::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-danger::before, .openlmis-table-pane table > caption.is-danger::before, .is-offline.alert-info::before, .is-offline.alert::before, .is-offline.alert-danger::before, .is-offline.alert-success::before, .is-offline.alert-offline::before, .is-offline.notification::before, .openlmis-table > caption.is-offline::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-offline::before, .openlmis-table-pane table > caption.is-offline::before {
      font-size: 2em;
      position: absolute;
      top: 50%;
      left: 0.5em;
      transform: translateY(-50%); }
  .is-offline.alert-info::before, .is-offline.alert::before, .is-offline.alert-danger::before, .is-offline.alert-success::before, .is-offline.alert-offline::before, .is-offline.notification::before, .openlmis-table > caption.is-offline::before, .openlmis-table-container .openlmis-flex-table > table > caption.is-offline::before, .openlmis-table-pane table > caption.is-offline::before {
    color: #8366a5;
    left: 0.75em; }
  .alert-info > button, .alert > button, .alert.is-info > button, .alert-danger > button, .alert-success > button, .alert-offline > button, .notification > button, .openlmis-table > caption > button, .openlmis-table-container .openlmis-flex-table > table > caption > button, .openlmis-table-pane table > caption > button, .alert-info > .btn, .alert > .btn, .alert-danger > .btn, .alert-success > .btn, .alert-offline > .btn, .notification > .btn, .openlmis-table > caption > .btn, .openlmis-table-container .openlmis-flex-table > table > caption > .btn, .openlmis-table-pane table > caption > .btn, .product-grid .alert-info > button, .product-grid .alert > button, .product-grid .alert-danger > button, .product-grid .alert-success > button, .product-grid .alert-offline > button, .product-grid .notification > button, .product-grid .openlmis-table > caption > button, .openlmis-table-container .product-grid .openlmis-flex-table > table > caption > button, .openlmis-table-pane .product-grid table > caption > button,
  .alert-info > input[type=button],
  .alert > input[type=button],
  .alert-danger > input[type=button],
  .alert-success > input[type=button],
  .alert-offline > input[type=button],
  .notification > input[type=button],
  .openlmis-table > caption > input[type=button],
  .openlmis-table-container .openlmis-flex-table > table > caption > input[type=button],
  .openlmis-table-pane table > caption > input[type=button], tags-input .tags .alert-info > .tag-item, tags-input .tags .alert > .tag-item, tags-input .tags .alert-danger > .tag-item, tags-input .tags .alert-success > .tag-item, tags-input .tags .alert-offline > .tag-item, tags-input .tags .notification > .tag-item, tags-input .tags .openlmis-table > caption > .tag-item, .openlmis-table-container tags-input .tags .openlmis-flex-table > table > caption > .tag-item, tags-input .tags .openlmis-table-container .openlmis-flex-table > table > caption > .tag-item, .openlmis-table-pane tags-input .tags table > caption > .tag-item, tags-input .tags .openlmis-table-pane table > caption > .tag-item {
    float: right;
    margin-top: -0.5em;
    margin-bottom: -0.5em; }

article {
  position: relative;
  border: #bebebe 1px solid; }
  article > * {
    margin: 0.5em 1em; }
  article > header {
    margin: 0px;
    margin-bottom: 0.5em; }

.page aside, .flex-page aside, .batch-requisition-pane aside {
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #bebebe;
  border-radius: 4px; }
  .page aside > button.close, .flex-page aside > button.close, .batch-requisition-pane aside > button.close, .page aside > .close.btn, .flex-page aside > .close.btn, .batch-requisition-pane aside > .close.btn, .page .product-grid aside > button.close, .flex-page .product-grid aside > button.close, .product-grid .flex-page aside > button.close, .batch-requisition-pane .product-grid aside > button.close, .product-grid .batch-requisition-pane aside > button.close,
  .page aside > input.close[type=button],
  .flex-page aside > input.close[type=button],
  .batch-requisition-pane aside > input.close[type=button], .page tags-input .tags aside > .close.tag-item, tags-input .tags .page aside > .close.tag-item, .flex-page tags-input .tags aside > .close.tag-item, tags-input .tags .flex-page aside > .close.tag-item, .batch-requisition-pane tags-input .tags aside > .close.tag-item, tags-input .tags .batch-requisition-pane aside > .close.tag-item {
    position: absolute;
    top: 0em;
    right: 0em; }
  .page aside dl, .flex-page aside dl, .batch-requisition-pane aside dl {
    display: flex;
    margin: 0em;
    flex-grow: 1;
    padding: 1.5em;
    padding-bottom: 0.5em; }
  .page aside dt, .flex-page aside dt, .batch-requisition-pane aside dt {
    width: 0;
    position: relative;
    top: -1.2em;
    white-space: nowrap; }
  .page aside dd, .flex-page aside dd, .batch-requisition-pane aside dd {
    flex: 1 0 auto;
    padding-right: 1em; }
    .page aside dd:last-child, .flex-page aside dd:last-child, .batch-requisition-pane aside dd:last-child {
      padding-right: 0; }

/*
Base

This is section about the basic styles that are used through the OpenLMIS-UI.

markup:
<p>Example paragraph that shows how copy should flow. <a >If there were a link, it would look like this.</a></p>
<p>There can also be <a disabled>disabled links.</a></p>
<p>This is the most general content style, and will be used to clearly show:</p>
<ul>
  <li>Instructions</li>
  <li>Descriptive pages</li>
</ul>

Styleguide 1.0
*/
body {
  background-color: #4d4d4d;
  font-family: Arial, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 0 !important; }

a {
  color: #3A95BC;
  text-decoration: underline;
  cursor: pointer; }
  a:hover {
    color: #286782; }
  a[disabled] {
    color: #58585a; }
  a.icon-link {
    text-decoration: none; }

ul {
  margin-bottom: 0px; }

@keyframes (fade-in) {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes (fade-out) {
  from {
    transform: scale(1); }
  to {
    transform: scale(0); } }

.fadeIn, .notification {
  animation: 500ms fade-in; }

.fadeOut {
  animation: 500ms fade-out; }

/*
Breadcrumbs

Every OpenLMIS page should have breadcrumbs at the top, allowing the user to
understand where they are in the application, and go back to a previous page.

markup:
<ol class="breadcrumb">
  <li><a href="#">Administration</a></li>
  <li><a href="#">Programs</a></li>
  <li class="active">Maternal and Child Health</li>
</ol>


Styleguide 2.1
*/
.breadcrumb {
  background-color: transparent;
  padding: 4px 0px;
  margin-bottom: 0px; }
  .breadcrumb > li + li::before {
    padding: 0px 0.5em; }

/*
Buttons

Buttons represent taking an action in OpenLMIS, juxoposed to a link which
represents navigating through OpenLMIS. Most of the buttons should be the
default color presented in section 1.1, with the exception of an edit action,
cancel, warning and disabled buttons. Disabled buttons are a little bit faded
in comparison with their enabled equivalents. They usually contain text, but
may also consist of the image and text.

Buttons should marked up using semantic HTML, where the HTML element is button.

*Note:* `<input type="submit" />` and `<input type="button" />` elements will also be styled as buttons.

### Button Groups
Buttons that change the state of an object or screen in the UI should always be
on the right side of the screen. All other buttons should be pulled to the left.
There should only be a single primary button per screen or pane.

<div class="button-group">
  <button type="button">Default Button</button>
  <button disabled="true" type="button">Default Button</button>
  <button class="primary" type="button">Default Button</button>
  <button class="danger" type="button">Remove Button</button>
  <button class="add" type="button">Add Button</button>
</div>

Button groups are semantic grouping of actions for a specific task or item, if
buttons don't act on the same object, they should not be grouped together.
Unless marked as part of a button group, all buttons are block level and take
up their own vertical space.

<div class="button-group">
  <div class="button-group primary">
    <button class="primary">Primary Button</button>
    <button class="danger">Delete Button</button>
  </div>
  <div class="button-group">
    <button>Cancel Button</button>
    <a>Inline Link</a>
  </div>
  <div class="button-group primary">
    <button>Another Action</button>
  </div>
</div>

### Close Button
<aside>
  <button class="close">Close</button>
  The only exception to these rules is the close button that must always be shown
  in the right hand corner of popovers and modal windows (if they are closable).
</aside>

### Button Icons
Only add icons to buttons through CSS. All buttons must have text that is
accessiable by a screen reader, see button grammar guidelines for rules about
how button text should be phrased. See `button.close` for an example.

### Toggle Button
Toggle can be used to give user an option of seeing certain elements in different ways.
<div class="button-toggle" ng-init="selected = 'one';">
    <label ng-class="{'selected': selected === 'one'}">
        <input ng-model="selected" value="one" type="radio">Option one
    </label>
    <label ng-class="{'selected': selected === 'two'}">
        <input ng-model="selected" value="two" type="radio">Option two
    </label>
    <label ng-class="{'selected': selected === 'three'}">
        <input ng-model="selected" value="three" type="radio">Option three
    </label>
</div>

Styleguide 1.3
*/

button,
.btn,
.product-grid button,
input[type=button],
tags-input .tags .tag-item {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  border-top: #e4e4e4 1px solid;
  border-right: #e4e4e4 1px solid;
  border-left: #e4e4e4 1px solid;
  border-bottom: #e4e4e4 1px solid;
  color: #333333;
  text-shadow: 0px 0px 0.1em #ffffff;
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fefefe, #f1f1f1 10%, #e4e4e4); }
  button:hover, .btn:hover,
  input:hover[type=button], tags-input .tags .tag-item:hover, button:active, .btn:active,
  input:active[type=button], tags-input .tags .tag-item:active, button.active, .active.btn,
  input.active[type=button], tags-input .tags .active.tag-item, button.disabled, .disabled.btn,
  input.disabled[type=button], tags-input .tags .disabled.tag-item,
  button[disabled],
  .btn[disabled],
  input[disabled][type=button],
  tags-input .tags .tag-item[disabled] {
    color: #333333;
    background: #e4e4e4;
    border-color: #e4e4e4; }
  button.primary, button.danger, .danger.btn, .product-grid .openlmis-pagination > ul .invalid a,
  input.danger[type=button], .openlmis-pagination > ul .invalid a, tags-input .tags .danger.tag-item, .view-tab .hide-line-item, button.add, .add.btn, .product-grid .btn-add,
  input.add[type=button], .btn-add,
  input.add[type=submit], tags-input .tags .add.tag-item, button.edit, .edit.btn,
  input.edit[type=button], tags-input .tags .edit.tag-item, .primary.btn, .product-grid .btn-primary, .product-grid .openlmis-file-upload .btn-file, .openlmis-file-upload .product-grid .btn-file, .product-grid .openlmis-pagination > ul .active a, .product-grid aside.requisition-summary > button,
  input.primary[type=button], .btn-primary, .datepicker .clear,
  input[type=submit], .openlmis-file-upload button.file, .openlmis-file-upload .btn-file,
  .openlmis-file-upload input.file[type=submit], .openlmis-pagination > ul .active a, tags-input .tags .primary.tag-item, aside.requisition-summary > button {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #3A95BC 1px solid;
    border-right: #3A95BC 1px solid;
    border-left: #3A95BC 1px solid;
    border-bottom: #3A95BC 1px solid;
    color: #ffffff;
    text-shadow: 0px 0px 0.1em #333333;
    background: #3A95BC;
    background-image: linear-gradient(to bottom, #5cabcd, #49a1c7 10%, #3A95BC); }
    button.primary:hover, button.danger:hover, .danger.btn:hover, .product-grid .openlmis-pagination > ul .invalid a:hover,
    input.danger:hover[type=button], .openlmis-pagination > ul .invalid a:hover, tags-input .tags .danger.tag-item:hover, .view-tab .hide-line-item:hover, button.add:hover, .add.btn:hover,
    input.add:hover[type=button], .btn-add:hover, tags-input .tags .add.tag-item:hover, button.edit:hover, .edit.btn:hover,
    input.edit:hover[type=button], tags-input .tags .edit.tag-item:hover, .primary.btn:hover, .product-grid .openlmis-pagination > ul .active a:hover, .product-grid aside.requisition-summary > button:hover,
    input.primary:hover[type=button], .btn-primary:hover, .datepicker .clear:hover,
    input:hover[type=submit], .openlmis-file-upload button.file:hover, .openlmis-file-upload .btn-file:hover,
    .openlmis-file-upload input.file:hover[type=submit], .openlmis-pagination > ul .active a:hover, tags-input .tags .primary.tag-item:hover, aside.requisition-summary > button:hover, button.primary:active, button.danger:active, .danger.btn:active, .product-grid .openlmis-pagination > ul .invalid a:active,
    input.danger:active[type=button], .openlmis-pagination > ul .invalid a:active, tags-input .tags .danger.tag-item:active, .view-tab .hide-line-item:active, button.add:active, .add.btn:active,
    input.add:active[type=button], .btn-add:active, tags-input .tags .add.tag-item:active, button.edit:active, .edit.btn:active,
    input.edit:active[type=button], tags-input .tags .edit.tag-item:active, .primary.btn:active, .product-grid .openlmis-pagination > ul .active a:active, .product-grid aside.requisition-summary > button:active,
    input.primary:active[type=button], .btn-primary:active, .datepicker .clear:active,
    input:active[type=submit], .openlmis-file-upload button.file:active, .openlmis-file-upload .btn-file:active,
    .openlmis-file-upload input.file:active[type=submit], .openlmis-pagination > ul .active a:active, tags-input .tags .primary.tag-item:active, aside.requisition-summary > button:active, button.primary.active, button.active.danger, .active.danger.btn, .product-grid .openlmis-pagination > ul .invalid a.active,
    input.active.danger[type=button], .openlmis-pagination > ul .invalid a.active, tags-input .tags .active.danger.tag-item, .view-tab .active.hide-line-item, button.active.add, .active.add.btn,
    input.active.add[type=button], .active.btn-add, tags-input .tags .active.add.tag-item, button.active.edit, .active.edit.btn,
    input.active.edit[type=button], tags-input .tags .active.edit.tag-item, .primary.active.btn, .product-grid .openlmis-pagination > ul .active a.active, .product-grid aside.requisition-summary > button.active,
    input.primary.active[type=button], .active.btn-primary, .datepicker .active.clear,
    input.active[type=submit], .openlmis-file-upload button.active.file, .openlmis-file-upload .active.btn-file,
    .openlmis-file-upload input.active.file[type=submit], .openlmis-pagination > ul .active a.active, tags-input .tags .primary.active.tag-item, aside.requisition-summary > button.active, button.primary.disabled, button.disabled.danger, .disabled.danger.btn, .product-grid .openlmis-pagination > ul .invalid a.disabled,
    input.disabled.danger[type=button], .openlmis-pagination > ul .invalid a.disabled, tags-input .tags .disabled.danger.tag-item, .view-tab .disabled.hide-line-item, button.disabled.add, .disabled.add.btn,
    input.disabled.add[type=button], .disabled.btn-add, tags-input .tags .disabled.add.tag-item, button.disabled.edit, .disabled.edit.btn,
    input.disabled.edit[type=button], tags-input .tags .disabled.edit.tag-item, .primary.disabled.btn, .product-grid .openlmis-pagination > ul .active a.disabled, .product-grid aside.requisition-summary > button.disabled,
    input.primary.disabled[type=button], .disabled.btn-primary, .datepicker .disabled.clear,
    input.disabled[type=submit], .openlmis-file-upload button.disabled.file, .openlmis-file-upload .disabled.btn-file,
    .openlmis-file-upload input.disabled.file[type=submit], .openlmis-pagination > ul .active a.disabled, tags-input .tags .primary.disabled.tag-item, aside.requisition-summary > button.disabled, button.primary[disabled], button.danger[disabled], .danger.btn[disabled], .product-grid .openlmis-pagination > ul .invalid a[disabled],
    input.danger[disabled][type=button], .openlmis-pagination > ul .invalid a[disabled], tags-input .tags .danger.tag-item[disabled], .view-tab .hide-line-item[disabled], button.add[disabled], .add.btn[disabled],
    input.add[disabled][type=button], .btn-add[disabled], tags-input .tags .add.tag-item[disabled], button.edit[disabled], .edit.btn[disabled],
    input.edit[disabled][type=button], tags-input .tags .edit.tag-item[disabled], .primary.btn[disabled], .product-grid .openlmis-pagination > ul .active a[disabled], .product-grid aside.requisition-summary > button[disabled],
    input.primary[disabled][type=button], .btn-primary[disabled], .datepicker .clear[disabled],
    input[disabled][type=submit], .openlmis-file-upload button.file[disabled], .openlmis-file-upload .btn-file[disabled],
    .openlmis-file-upload input.file[disabled][type=submit], .openlmis-pagination > ul .active a[disabled], tags-input .tags .primary.tag-item[disabled], aside.requisition-summary > button[disabled] {
      color: #ffffff;
      background: #3A95BC;
      border-color: #3A95BC; }
  button.danger, .danger.btn, .product-grid .openlmis-pagination > ul .invalid a,
  input.danger[type=button], .openlmis-pagination > ul .invalid a, tags-input .tags .danger.tag-item, .view-tab .hide-line-item {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #a94442 1px solid;
    border-right: #a94442 1px solid;
    border-left: #a94442 1px solid;
    border-bottom: #a94442 1px solid;
    color: #ffffff;
    text-shadow: 0px 0px 0.1em #333333;
    background: #a94442;
    background-image: linear-gradient(to bottom, #c0605e, #b94e4c 10%, #a94442); }
    button.danger:hover, .danger.btn:hover, .product-grid .openlmis-pagination > ul .invalid a:hover,
    input.danger:hover[type=button], .openlmis-pagination > ul .invalid a:hover, tags-input .tags .danger.tag-item:hover, .view-tab .hide-line-item:hover, button.danger:active, .danger.btn:active, .product-grid .openlmis-pagination > ul .invalid a:active,
    input.danger:active[type=button], .openlmis-pagination > ul .invalid a:active, tags-input .tags .danger.tag-item:active, .view-tab .hide-line-item:active, button.danger.active, .danger.active.btn, .product-grid .openlmis-pagination > ul .invalid a.active,
    input.danger.active[type=button], .openlmis-pagination > ul .invalid a.active, tags-input .tags .danger.active.tag-item, .view-tab .active.hide-line-item, button.danger.disabled, .danger.disabled.btn, .product-grid .openlmis-pagination > ul .invalid a.disabled,
    input.danger.disabled[type=button], .openlmis-pagination > ul .invalid a.disabled, tags-input .tags .danger.disabled.tag-item, .view-tab .disabled.hide-line-item, button.danger[disabled], .danger.btn[disabled], .product-grid .openlmis-pagination > ul .invalid a[disabled],
    input.danger[disabled][type=button], .openlmis-pagination > ul .invalid a[disabled], tags-input .tags .danger.tag-item[disabled], .view-tab .hide-line-item[disabled] {
      color: #ffffff;
      background: #a94442;
      border-color: #a94442; }
  button.add, .add.btn, .product-grid .btn-add,
  input.add[type=button], .btn-add,
  input.add[type=submit], tags-input .tags .add.tag-item {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #e4e4e4 1px solid;
    border-right: #e4e4e4 1px solid;
    border-left: #e4e4e4 1px solid;
    border-bottom: #e4e4e4 1px solid;
    color: #333333;
    text-shadow: 0px 0px 0.1em #ffffff;
    background: #e4e4e4;
    background-image: linear-gradient(to bottom, #fefefe, #f1f1f1 10%, #e4e4e4);
    font-family: Arial, sans-serif; }
    button.add:hover, .add.btn:hover,
    input.add:hover[type=button], .btn-add:hover,
    input.add:hover[type=submit], tags-input .tags .add.tag-item:hover, button.add:active, .add.btn:active,
    input.add:active[type=button], .btn-add:active,
    input.add:active[type=submit], tags-input .tags .add.tag-item:active, button.add.active, .add.active.btn,
    input.add.active[type=button], .active.btn-add,
    input.active.add[type=submit], tags-input .tags .add.active.tag-item, button.add.disabled, .add.disabled.btn,
    input.add.disabled[type=button], .disabled.btn-add,
    input.disabled.add[type=submit], tags-input .tags .add.disabled.tag-item, button.add[disabled], .add.btn[disabled],
    input.add[disabled][type=button], .btn-add[disabled],
    input.add[disabled][type=submit], tags-input .tags .add.tag-item[disabled] {
      color: #333333;
      background: #e4e4e4;
      border-color: #e4e4e4; }
    button.add::before, .add.btn::before,
    input.add[type=button]::before, .btn-add::before,
    input.add[type=submit]::before, tags-input .tags .add.tag-item::before {
      font-family: FontAwesome;
      display: inline-block; }
    button.add::before, .add.btn::before,
    input.add[type=button]::before, .btn-add::before,
    input.add[type=submit]::before, tags-input .tags .add.tag-item::before {
      margin-right: 0.5em; }
  button.edit, .edit.btn,
  input.edit[type=button], tags-input .tags .edit.tag-item {
    font-family: Arial, sans-serif;
    display: flex !important; }
    button.edit::before, .edit.btn::before,
    input.edit[type=button]::before, tags-input .tags .edit.tag-item::before {
      font-family: FontAwesome;
      display: inline-block; }
    button.edit::before, .edit.btn::before,
    input.edit[type=button]::before, tags-input .tags .edit.tag-item::before {
      margin-right: 0.5em; }

button.close, .close.btn,
input.close[type=button], tags-input .tags .close.tag-item {
  font-family: Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-indent: -20000em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: transparent;
  color: #333333; }
  button.close::before, .close.btn::before,
  input.close[type=button]::before, tags-input .tags .close.tag-item::before {
    font-family: FontAwesome;
    display: inline-block; }
  button.close::before, .close.btn::before,
  input.close[type=button]::before, tags-input .tags .close.tag-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0em;
    transform: translateX(-50%) translateY(-50%); }
  button.close::before, .close.btn::before,
  input.close[type=button]::before, tags-input .tags .close.tag-item::before {
    line-height: 2em; }

.button-group, .openlmis-toolbar, .toolbar, .modal .modal-footer {
  margin-left: -0.5em;
  margin-right: -0.5em; }
  .button-group > *, .openlmis-toolbar > *, .toolbar > *, .modal .modal-footer > *,
  .button-group > button,
  .openlmis-toolbar > button,
  .toolbar > button,
  .modal .modal-footer > button,
  .button-group > .btn,
  .openlmis-toolbar > .btn,
  .toolbar > .btn,
  .modal .modal-footer > .btn,
  .product-grid .button-group > button,
  .product-grid .openlmis-toolbar > button,
  .product-grid .toolbar > button,
  .modal .product-grid .modal-footer > button,
  .button-group > input[type=button],
  .openlmis-toolbar > input[type=button],
  .toolbar > input[type=button],
  .modal .modal-footer > input[type=button],
  tags-input .tags .button-group > .tag-item,
  tags-input .tags .openlmis-toolbar > .tag-item,
  tags-input .tags .toolbar > .tag-item,
  .modal tags-input .tags .modal-footer > .tag-item,
  tags-input .tags .modal .modal-footer > .tag-item {
    display: block;
    margin: 0px 0.5em;
    float: left; }
  .button-group > .is-primary, .openlmis-toolbar > .is-primary, .toolbar > .is-primary, .modal .modal-footer > .is-primary,
  .button-group > .button-group.primary,
  .openlmis-toolbar > .button-group.primary,
  .toolbar > .button-group.primary,
  .modal .modal-footer > .button-group.primary,
  .button-group > .primary.openlmis-toolbar,
  .openlmis-toolbar > .primary.openlmis-toolbar,
  .toolbar > .primary.openlmis-toolbar,
  .modal .modal-footer > .primary.openlmis-toolbar,
  .button-group > .primary.toolbar,
  .openlmis-toolbar > .primary.toolbar,
  .toolbar > .primary.toolbar,
  .modal .modal-footer > .primary.toolbar,
  .modal .button-group > .primary.modal-footer,
  .modal .openlmis-toolbar > .primary.modal-footer,
  .modal .toolbar > .primary.modal-footer,
  .modal .modal-footer > .primary.modal-footer,
  .button-group > button.primary,
  .openlmis-toolbar > button.primary,
  .toolbar > button.primary,
  .modal .modal-footer > button.primary,
  .button-group > button.danger,
  .openlmis-toolbar > button.danger,
  .toolbar > button.danger,
  .modal .modal-footer > button.danger,
  .button-group > .danger.btn,
  .openlmis-toolbar > .danger.btn,
  .toolbar > .danger.btn,
  .modal .modal-footer > .danger.btn,
  .product-grid .openlmis-pagination > ul .invalid .button-group > a,
  .product-grid .openlmis-pagination > ul .invalid .openlmis-toolbar > a,
  .product-grid .openlmis-pagination > ul .invalid .toolbar > a,
  .modal .product-grid .openlmis-pagination > ul .invalid .modal-footer > a,
  .product-grid .openlmis-pagination > ul .invalid .modal .modal-footer > a,
  .button-group > input.danger[type=button],
  .openlmis-toolbar > input.danger[type=button],
  .toolbar > input.danger[type=button],
  .modal .modal-footer > input.danger[type=button],
  .openlmis-pagination > ul .invalid .button-group > a,
  .openlmis-pagination > ul .invalid .openlmis-toolbar > a,
  .openlmis-pagination > ul .invalid .toolbar > a,
  .modal .openlmis-pagination > ul .invalid .modal-footer > a,
  .openlmis-pagination > ul .invalid .modal .modal-footer > a,
  tags-input .tags .button-group > .danger.tag-item,
  tags-input .tags .openlmis-toolbar > .danger.tag-item,
  tags-input .tags .toolbar > .danger.tag-item,
  .modal tags-input .tags .modal-footer > .danger.tag-item,
  tags-input .tags .modal .modal-footer > .danger.tag-item,
  .view-tab .button-group > .hide-line-item,
  .view-tab .openlmis-toolbar > .hide-line-item,
  .view-tab .toolbar > .hide-line-item,
  .modal .view-tab .modal-footer > .hide-line-item,
  .view-tab .modal .modal-footer > .hide-line-item,
  .button-group > button.add,
  .openlmis-toolbar > button.add,
  .toolbar > button.add,
  .modal .modal-footer > button.add,
  .button-group > .add.btn,
  .openlmis-toolbar > .add.btn,
  .toolbar > .add.btn,
  .modal .modal-footer > .add.btn,
  .product-grid .button-group > .btn-add,
  .product-grid .openlmis-toolbar > .btn-add,
  .product-grid .toolbar > .btn-add,
  .modal .product-grid .modal-footer > .btn-add,
  .product-grid .modal .modal-footer > .btn-add,
  .button-group > input.add[type=button],
  .openlmis-toolbar > input.add[type=button],
  .toolbar > input.add[type=button],
  .modal .modal-footer > input.add[type=button],
  .button-group > .btn-add,
  .openlmis-toolbar > .btn-add,
  .toolbar > .btn-add,
  .modal .modal-footer > .btn-add,
  .button-group > input.add[type=submit],
  .openlmis-toolbar > input.add[type=submit],
  .toolbar > input.add[type=submit],
  .modal .modal-footer > input.add[type=submit],
  tags-input .tags .button-group > .add.tag-item,
  tags-input .tags .openlmis-toolbar > .add.tag-item,
  tags-input .tags .toolbar > .add.tag-item,
  .modal tags-input .tags .modal-footer > .add.tag-item,
  tags-input .tags .modal .modal-footer > .add.tag-item,
  .button-group > button.edit,
  .openlmis-toolbar > button.edit,
  .toolbar > button.edit,
  .modal .modal-footer > button.edit,
  .button-group > .edit.btn,
  .openlmis-toolbar > .edit.btn,
  .toolbar > .edit.btn,
  .modal .modal-footer > .edit.btn,
  .button-group > input.edit[type=button],
  .openlmis-toolbar > input.edit[type=button],
  .toolbar > input.edit[type=button],
  .modal .modal-footer > input.edit[type=button],
  tags-input .tags .button-group > .edit.tag-item,
  tags-input .tags .openlmis-toolbar > .edit.tag-item,
  tags-input .tags .toolbar > .edit.tag-item,
  .modal tags-input .tags .modal-footer > .edit.tag-item,
  tags-input .tags .modal .modal-footer > .edit.tag-item,
  .button-group > .primary.btn,
  .openlmis-toolbar > .primary.btn,
  .toolbar > .primary.btn,
  .modal .modal-footer > .primary.btn,
  .product-grid .button-group > button.primary,
  .product-grid .openlmis-toolbar > button.primary,
  .product-grid .toolbar > button.primary,
  .modal .product-grid .modal-footer > button.primary,
  .product-grid .modal .modal-footer > button.primary,
  .product-grid .button-group > button.danger,
  .product-grid .openlmis-toolbar > button.danger,
  .product-grid .toolbar > button.danger,
  .modal .product-grid .modal-footer > button.danger,
  .product-grid .modal .modal-footer > button.danger,
  .product-grid .button-group > .danger.btn,
  .product-grid .openlmis-toolbar > .danger.btn,
  .product-grid .toolbar > .danger.btn,
  .modal .product-grid .modal-footer > .danger.btn,
  .product-grid .modal .modal-footer > .danger.btn,
  .product-grid .button-group > input.danger[type=button],
  .product-grid .openlmis-toolbar > input.danger[type=button],
  .product-grid .toolbar > input.danger[type=button],
  .modal .product-grid .modal-footer > input.danger[type=button],
  .product-grid .modal .modal-footer > input.danger[type=button],
  .openlmis-pagination > ul .invalid .product-grid .button-group > a,
  .openlmis-pagination > ul .invalid .product-grid .openlmis-toolbar > a,
  .openlmis-pagination > ul .invalid .product-grid .toolbar > a,
  .modal .openlmis-pagination > ul .invalid .product-grid .modal-footer > a,
  .openlmis-pagination > ul .invalid .product-grid .modal .modal-footer > a,
  .product-grid tags-input .tags .button-group > .danger.tag-item,
  .product-grid tags-input .tags .openlmis-toolbar > .danger.tag-item,
  .product-grid tags-input .tags .toolbar > .danger.tag-item,
  .modal .product-grid tags-input .tags .modal-footer > .danger.tag-item,
  .product-grid tags-input .tags .modal .modal-footer > .danger.tag-item,
  tags-input .tags .product-grid .button-group > .danger.tag-item,
  tags-input .tags .product-grid .openlmis-toolbar > .danger.tag-item,
  tags-input .tags .product-grid .toolbar > .danger.tag-item,
  .modal tags-input .tags .product-grid .modal-footer > .danger.tag-item,
  tags-input .tags .product-grid .modal .modal-footer > .danger.tag-item,
  .product-grid .view-tab .button-group > .hide-line-item,
  .product-grid .view-tab .openlmis-toolbar > .hide-line-item,
  .product-grid .view-tab .toolbar > .hide-line-item,
  .modal .product-grid .view-tab .modal-footer > .hide-line-item,
  .product-grid .view-tab .modal .modal-footer > .hide-line-item,
  .view-tab .product-grid .button-group > .hide-line-item,
  .view-tab .product-grid .openlmis-toolbar > .hide-line-item,
  .view-tab .product-grid .toolbar > .hide-line-item,
  .modal .view-tab .product-grid .modal-footer > .hide-line-item,
  .view-tab .product-grid .modal .modal-footer > .hide-line-item,
  .product-grid .button-group > button.add,
  .product-grid .openlmis-toolbar > button.add,
  .product-grid .toolbar > button.add,
  .modal .product-grid .modal-footer > button.add,
  .product-grid .modal .modal-footer > button.add,
  .product-grid .button-group > .add.btn,
  .product-grid .openlmis-toolbar > .add.btn,
  .product-grid .toolbar > .add.btn,
  .modal .product-grid .modal-footer > .add.btn,
  .product-grid .modal .modal-footer > .add.btn,
  .product-grid .button-group > input.add[type=button],
  .product-grid .openlmis-toolbar > input.add[type=button],
  .product-grid .toolbar > input.add[type=button],
  .modal .product-grid .modal-footer > input.add[type=button],
  .product-grid .modal .modal-footer > input.add[type=button],
  .product-grid tags-input .tags .button-group > .add.tag-item,
  .product-grid tags-input .tags .openlmis-toolbar > .add.tag-item,
  .product-grid tags-input .tags .toolbar > .add.tag-item,
  .modal .product-grid tags-input .tags .modal-footer > .add.tag-item,
  .product-grid tags-input .tags .modal .modal-footer > .add.tag-item,
  tags-input .tags .product-grid .button-group > .add.tag-item,
  tags-input .tags .product-grid .openlmis-toolbar > .add.tag-item,
  tags-input .tags .product-grid .toolbar > .add.tag-item,
  .modal tags-input .tags .product-grid .modal-footer > .add.tag-item,
  tags-input .tags .product-grid .modal .modal-footer > .add.tag-item,
  .product-grid .button-group > button.edit,
  .product-grid .openlmis-toolbar > button.edit,
  .product-grid .toolbar > button.edit,
  .modal .product-grid .modal-footer > button.edit,
  .product-grid .modal .modal-footer > button.edit,
  .product-grid .button-group > .edit.btn,
  .product-grid .openlmis-toolbar > .edit.btn,
  .product-grid .toolbar > .edit.btn,
  .modal .product-grid .modal-footer > .edit.btn,
  .product-grid .modal .modal-footer > .edit.btn,
  .product-grid .button-group > input.edit[type=button],
  .product-grid .openlmis-toolbar > input.edit[type=button],
  .product-grid .toolbar > input.edit[type=button],
  .modal .product-grid .modal-footer > input.edit[type=button],
  .product-grid .modal .modal-footer > input.edit[type=button],
  .product-grid tags-input .tags .button-group > .edit.tag-item,
  .product-grid tags-input .tags .openlmis-toolbar > .edit.tag-item,
  .product-grid tags-input .tags .toolbar > .edit.tag-item,
  .modal .product-grid tags-input .tags .modal-footer > .edit.tag-item,
  .product-grid tags-input .tags .modal .modal-footer > .edit.tag-item,
  tags-input .tags .product-grid .button-group > .edit.tag-item,
  tags-input .tags .product-grid .openlmis-toolbar > .edit.tag-item,
  tags-input .tags .product-grid .toolbar > .edit.tag-item,
  .modal tags-input .tags .product-grid .modal-footer > .edit.tag-item,
  tags-input .tags .product-grid .modal .modal-footer > .edit.tag-item,
  .product-grid .button-group > .btn-primary,
  .product-grid .openlmis-toolbar > .btn-primary,
  .product-grid .toolbar > .btn-primary,
  .modal .product-grid .modal-footer > .btn-primary,
  .product-grid .modal .modal-footer > .btn-primary,
  .product-grid .datepicker .button-group > .clear,
  .product-grid .datepicker .openlmis-toolbar > .clear,
  .product-grid .datepicker .toolbar > .clear,
  .modal .product-grid .datepicker .modal-footer > .clear,
  .product-grid .datepicker .modal .modal-footer > .clear,
  .datepicker .product-grid .button-group > .clear,
  .datepicker .product-grid .openlmis-toolbar > .clear,
  .datepicker .product-grid .toolbar > .clear,
  .modal .datepicker .product-grid .modal-footer > .clear,
  .datepicker .product-grid .modal .modal-footer > .clear,
  .product-grid .button-group > input[type=submit],
  .product-grid .openlmis-toolbar > input[type=submit],
  .product-grid .toolbar > input[type=submit],
  .modal .product-grid .modal-footer > input[type=submit],
  .product-grid .modal .modal-footer > input[type=submit],
  .product-grid .openlmis-file-upload .button-group > button.file,
  .product-grid .openlmis-file-upload .openlmis-toolbar > button.file,
  .product-grid .openlmis-file-upload .toolbar > button.file,
  .modal .product-grid .openlmis-file-upload .modal-footer > button.file,
  .product-grid .openlmis-file-upload .modal .modal-footer > button.file,
  .openlmis-file-upload .product-grid .button-group > button.file,
  .openlmis-file-upload .product-grid .openlmis-toolbar > button.file,
  .openlmis-file-upload .product-grid .toolbar > button.file,
  .modal .openlmis-file-upload .product-grid .modal-footer > button.file,
  .openlmis-file-upload .product-grid .modal .modal-footer > button.file,
  .product-grid .openlmis-file-upload .button-group > .btn-file,
  .product-grid .openlmis-file-upload .openlmis-toolbar > .btn-file,
  .product-grid .openlmis-file-upload .toolbar > .btn-file,
  .modal .product-grid .openlmis-file-upload .modal-footer > .btn-file,
  .product-grid .openlmis-file-upload .modal .modal-footer > .btn-file,
  .openlmis-file-upload .product-grid .button-group > .btn-file,
  .openlmis-file-upload .product-grid .openlmis-toolbar > .btn-file,
  .openlmis-file-upload .product-grid .toolbar > .btn-file,
  .modal .openlmis-file-upload .product-grid .modal-footer > .btn-file,
  .openlmis-file-upload .product-grid .modal .modal-footer > .btn-file,
  .product-grid .openlmis-file-upload .button-group > input.file[type=submit],
  .product-grid .openlmis-file-upload .openlmis-toolbar > input.file[type=submit],
  .product-grid .openlmis-file-upload .toolbar > input.file[type=submit],
  .modal .product-grid .openlmis-file-upload .modal-footer > input.file[type=submit],
  .product-grid .openlmis-file-upload .modal .modal-footer > input.file[type=submit],
  .openlmis-file-upload .product-grid .button-group > input.file[type=submit],
  .openlmis-file-upload .product-grid .openlmis-toolbar > input.file[type=submit],
  .openlmis-file-upload .product-grid .toolbar > input.file[type=submit],
  .modal .openlmis-file-upload .product-grid .modal-footer > input.file[type=submit],
  .openlmis-file-upload .product-grid .modal .modal-footer > input.file[type=submit],
  .product-grid .openlmis-pagination > ul .active .button-group > a,
  .product-grid .openlmis-pagination > ul .active .openlmis-toolbar > a,
  .product-grid .openlmis-pagination > ul .active .toolbar > a,
  .modal .product-grid .openlmis-pagination > ul .active .modal-footer > a,
  .product-grid .openlmis-pagination > ul .active .modal .modal-footer > a,
  .openlmis-pagination > ul .active .product-grid .button-group > a,
  .openlmis-pagination > ul .active .product-grid .openlmis-toolbar > a,
  .openlmis-pagination > ul .active .product-grid .toolbar > a,
  .modal .openlmis-pagination > ul .active .product-grid .modal-footer > a,
  .openlmis-pagination > ul .active .product-grid .modal .modal-footer > a,
  .product-grid aside.requisition-summary.button-group > button,
  .product-grid aside.requisition-summary.openlmis-toolbar > button,
  .product-grid aside.requisition-summary.toolbar > button,
  .modal .product-grid aside.requisition-summary.modal-footer > button,
  .product-grid .modal aside.requisition-summary.modal-footer > button,
  .button-group > input.primary[type=button],
  .openlmis-toolbar > input.primary[type=button],
  .toolbar > input.primary[type=button],
  .modal .modal-footer > input.primary[type=button],
  .button-group > .btn-primary,
  .openlmis-toolbar > .btn-primary,
  .toolbar > .btn-primary,
  .modal .modal-footer > .btn-primary,
  .datepicker .button-group > .clear,
  .datepicker .openlmis-toolbar > .clear,
  .datepicker .toolbar > .clear,
  .modal .datepicker .modal-footer > .clear,
  .datepicker .modal .modal-footer > .clear,
  .button-group > input[type=submit],
  .openlmis-toolbar > input[type=submit],
  .toolbar > input[type=submit],
  .modal .modal-footer > input[type=submit],
  .openlmis-file-upload .button-group > button.file,
  .openlmis-file-upload .openlmis-toolbar > button.file,
  .openlmis-file-upload .toolbar > button.file,
  .modal .openlmis-file-upload .modal-footer > button.file,
  .openlmis-file-upload .modal .modal-footer > button.file,
  .openlmis-file-upload .button-group > .btn-file,
  .openlmis-file-upload .openlmis-toolbar > .btn-file,
  .openlmis-file-upload .toolbar > .btn-file,
  .modal .openlmis-file-upload .modal-footer > .btn-file,
  .openlmis-file-upload .modal .modal-footer > .btn-file,
  .openlmis-file-upload .button-group > input.file[type=submit],
  .openlmis-file-upload .openlmis-toolbar > input.file[type=submit],
  .openlmis-file-upload .toolbar > input.file[type=submit],
  .modal .openlmis-file-upload .modal-footer > input.file[type=submit],
  .openlmis-file-upload .modal .modal-footer > input.file[type=submit],
  .openlmis-pagination > ul .active .button-group > a,
  .openlmis-pagination > ul .active .openlmis-toolbar > a,
  .openlmis-pagination > ul .active .toolbar > a,
  .modal .openlmis-pagination > ul .active .modal-footer > a,
  .openlmis-pagination > ul .active .modal .modal-footer > a,
  tags-input .tags .button-group > .primary.tag-item,
  tags-input .tags .openlmis-toolbar > .primary.tag-item,
  tags-input .tags .toolbar > .primary.tag-item,
  .modal tags-input .tags .modal-footer > .primary.tag-item,
  tags-input .tags .modal .modal-footer > .primary.tag-item,
  aside.requisition-summary.button-group > button,
  aside.requisition-summary.openlmis-toolbar > button,
  aside.requisition-summary.toolbar > button,
  .modal aside.requisition-summary.modal-footer > button {
    float: right; }
  .button-group > a, .openlmis-toolbar > a, .toolbar > a, .modal .modal-footer > a {
    padding: 0.5em 0em; }
  .button-group > .button-group, .openlmis-toolbar > .button-group, .toolbar > .button-group, .modal .modal-footer > .button-group, .button-group > .openlmis-toolbar, .openlmis-toolbar > .openlmis-toolbar, .toolbar > .openlmis-toolbar, .modal .modal-footer > .openlmis-toolbar, .button-group > .toolbar, .openlmis-toolbar > .toolbar, .toolbar > .toolbar, .modal .modal-footer > .toolbar, .modal .button-group > .modal-footer, .modal .openlmis-toolbar > .modal-footer, .modal .toolbar > .modal-footer, .modal .modal-footer > .modal-footer {
    margin: 0px; }

.button-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .button-toggle > label {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #e4e4e4 1px solid;
    border-right: #e4e4e4 1px solid;
    border-left: #e4e4e4 1px solid;
    border-bottom: #e4e4e4 1px solid;
    color: #333333;
    text-shadow: 0px 0px 0.1em #ffffff;
    background: #e4e4e4;
    background-image: linear-gradient(to bottom, #fefefe, #f1f1f1 10%, #e4e4e4); }
    .button-toggle > label:hover, .button-toggle > label:active, .button-toggle > label.active, .button-toggle > label.disabled, .button-toggle > label[disabled] {
      color: #333333;
      background: #e4e4e4;
      border-color: #e4e4e4; }
    .button-toggle > label:hover {
      cursor: pointer; }
    .button-toggle > label > input {
      display: none; }
    .button-toggle > label.selected {
      display: block;
      padding: 8px 16px;
      border-radius: 4px;
      border-top: #3A95BC 1px solid;
      border-right: #3A95BC 1px solid;
      border-left: #3A95BC 1px solid;
      border-bottom: #3A95BC 1px solid;
      color: #ffffff;
      text-shadow: 0px 0px 0.1em #333333;
      background: #3A95BC;
      background-image: linear-gradient(to bottom, #5cabcd, #49a1c7 10%, #3A95BC); }
      .button-toggle > label.selected:hover, .button-toggle > label.selected:active, .button-toggle > label.selected.active, .button-toggle > label.selected.disabled, .button-toggle > label.selected[disabled] {
        color: #ffffff;
        background: #3A95BC;
        border-color: #3A95BC; }
    .button-toggle > label:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .button-toggle > label:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.icon-ok::before, .is-report-only::before {
  font-family: FontAwesome;
  content: "\f00c"; }

.icon-remove::before {
  font-family: FontAwesome;
  content: "\f00d"; }

.dropdown-link, .dropdown-button > ul li a, .locale-container > ul li a, .openlmis-sort > ul li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
  color: #3A95BC; }
  .dropdown-link:hover, .dropdown-button > ul li a:hover, .locale-container > ul li a:hover, .openlmis-sort > ul li a:hover, .dropdown-link:focus, .dropdown-button > ul li a:focus, .locale-container > ul li a:focus, .openlmis-sort > ul li a:focus {
    text-decoration: none;
    color: #286782; }
  .dropdown-link[disabled], .dropdown-button > ul li a[disabled], .locale-container > ul li a[disabled], .openlmis-sort > ul li a[disabled], .dropdown-link[disabled]:hover, .dropdown-button > ul li a[disabled]:hover, .locale-container > ul li a[disabled]:hover, .openlmis-sort > ul li a[disabled]:hover, .dropdown-link[disabled]:focus, .dropdown-button > ul li a[disabled]:focus, .locale-container > ul li a[disabled]:focus, .openlmis-sort > ul li a[disabled]:focus {
    color: #595959; }

.dropdown-button > button, .locale-container > button, .openlmis-sort > button, .dropdown-button > .btn, .locale-container > .btn, .openlmis-sort > .btn, .product-grid .dropdown-button > button, .product-grid .locale-container > button, .product-grid .openlmis-sort > button,
.dropdown-button > input[type=button],
.locale-container > input[type=button],
.openlmis-sort > input[type=button], tags-input .tags .dropdown-button > .tag-item, tags-input .tags .locale-container > .tag-item, tags-input .tags .openlmis-sort > .tag-item {
  font-family: Arial, sans-serif; }
  .dropdown-button > button::before, .locale-container > button::before, .openlmis-sort > button::before, .dropdown-button > .btn::before, .locale-container > .btn::before, .openlmis-sort > .btn::before, .product-grid .dropdown-button > button::before, .product-grid .locale-container > button::before, .product-grid .openlmis-sort > button::before,
  .dropdown-button > input[type=button]::before,
  .locale-container > input[type=button]::before,
  .openlmis-sort > input[type=button]::before, tags-input .tags .dropdown-button > .tag-item::before, tags-input .tags .locale-container > .tag-item::before, tags-input .tags .openlmis-sort > .tag-item::before {
    font-family: FontAwesome;
    display: inline-block; }

.dropdown-button > ul, .locale-container > ul, .openlmis-sort > ul {
  margin-right: 1em;
  /* Arrow up */ }
  .dropdown-button > ul::before, .locale-container > ul::before, .openlmis-sort > ul::before {
    content: "";
    position: absolute;
    top: -0.4em;
    left: 2.2em;
    width: 0em;
    height: 0em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.45em solid #ffffff; }

.dropdown-button .selected, .locale-container .selected, .openlmis-sort .selected {
  background-color: #f0f0f0;
  color: #333333; }
  .dropdown-button .selected:hover, .locale-container .selected:hover, .openlmis-sort .selected:hover {
    background-color: #f0f0f0; }

/*
 * This program is part of the OpenLMIS logistics management information system platform software.
 * Copyright © 2015 VillageReach
 *
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 *  
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.
 * You should have received a copy of the GNU Affero General Public License along with this program.  If not, see http://www.gnu.org/licenses.  For additional information contact info$OpenLMIS.org. 
 */
#myFacilityRnr, #supervisedFacilityRnr {
  vertical-align: top; }

.fadeout {
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
  opacity: 1;
  color: green;
  font-weight: bold; }

.fadeout.ng-hide-add {
  display: inline !important; }

.fadeout.ng-hide {
  opacity: 0; }

#facilityApprovedProductTable th, #facilityApprovedProductTable td {
  line-height: 15px; }

#facilityApprovedProductTable .col-full-supply {
  max-width: 50px;
  min-width: 50px; }

#facilityApprovedProductTable .col-product-code {
  min-width: 100px;
  max-width: 125px; }

#facilityApprovedProductTable .col-strength, #facilityApprovedProductTable .col-unit-measure {
  min-width: 80px;
  max-width: 100px; }

#facilityApprovedProductTable .col-action {
  min-width: 125px; }

#facilityApprovedProductTable .col-max-periods-stock, #facilityApprovedProductTable .col-min-periods-stock, #facilityApprovedProductTable .col-eop {
  min-width: 60px;
  max-width: 125px; }
  #facilityApprovedProductTable .col-max-periods-stock input[type="text"], #facilityApprovedProductTable .col-min-periods-stock input[type="text"], #facilityApprovedProductTable .col-eop input[type="text"] {
    margin-bottom: 0;
    width: 85%; }

#facilityApprovedProductTable td .rnr-form-error {
  bottom: 22px;
  line-height: 20px; }

#facilityApprovedProductTable .toolbar-error {
  color: #a94442; }

#facilityApprovedProductTable input.btn-danger {
  margin-left: 3px; }

@font-face {
  font-family: 'FontAwesome';
  src: url(f691f37e57f04c152e2315ab7dbad881.woff); }

/*
Headings

This is how headings should be used.
<div>
    <h1>Primary Title</h1>
    <h2>Secondary Title</h2>
    <h3>Tritary Title</h3>
    <h4>Minor Title</h4>
    <h5>H5 Titles Probably Will Never be Used</h5>
    <h6>H6 Titles Shouldn't be Used Unless There is a Good Reason</h6>
</div>
<div class="heading">
    <div class="title">Heading Title</div>
    <button>Example Button</button>
</div>

<div class="sub-heading">
    <div class="title">Sub-heading Title</div>
    <button>Example Button</button>
</div>

<div class="minor-heading">
    <div class="title">Minor Heading Title</div>
    <button>Example Button</button>
</div>

Styleguide 1.1
*/
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  display: block;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0px;
  padding: 3.2px 0em; }

h1, h2 {
  font-size: 22px;
  line-height: 1.2em; }

h1, h3 {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  header {
    position: sticky;
    top: 0; } }

.heading, .sub-heading, .page div[ui-view] > section > h3, .flex-page div[ui-view] > section > h3, .batch-requisition-pane div[ui-view] > section > h3,
.page div[ui-view] > section > header,
.flex-page div[ui-view] > section > header,
.batch-requisition-pane div[ui-view] > section > header,
header.sub-heading, .minor-heading, article > header, .page div[ui-view] > h1, .flex-page div[ui-view] > h1, .batch-requisition-pane div[ui-view] > h1,
.page div[ui-view] > h2,
.flex-page div[ui-view] > h2,
.batch-requisition-pane div[ui-view] > h2,
.page div[ui-view] > header,
.flex-page div[ui-view] > header,
.batch-requisition-pane div[ui-view] > header {
  position: relative; }

header, .heading, .sub-heading, .page div[ui-view] > section > h3, .flex-page div[ui-view] > section > h3, .batch-requisition-pane div[ui-view] > section > h3,
.page div[ui-view] > section > header,
.flex-page div[ui-view] > section > header,
.batch-requisition-pane div[ui-view] > section > header,
header.sub-heading, .minor-heading, article > header, .page div[ui-view] > h1, .flex-page div[ui-view] > h1, .batch-requisition-pane div[ui-view] > h1,
.page div[ui-view] > h2,
.flex-page div[ui-view] > h2,
.batch-requisition-pane div[ui-view] > h2,
.page div[ui-view] > header,
.flex-page div[ui-view] > header,
.batch-requisition-pane div[ui-view] > header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  header > *,
  .heading > *,
  .sub-heading > *,
  .page div[ui-view] > section > h3 > *,
  .flex-page div[ui-view] > section > h3 > *,
  .batch-requisition-pane div[ui-view] > section > h3 > *,
  .page div[ui-view] > section > header > *,
  .flex-page div[ui-view] > section > header > *,
  .batch-requisition-pane div[ui-view] > section > header > *,
  header.sub-heading > *,
  .minor-heading > *,
  article > header > *,
  .page div[ui-view] > h1 > *,
  .flex-page div[ui-view] > h1 > *,
  .batch-requisition-pane div[ui-view] > h1 > *,
  .page div[ui-view] > h2 > *,
  .flex-page div[ui-view] > h2 > *,
  .batch-requisition-pane div[ui-view] > h2 > *,
  .page div[ui-view] > header > *,
  .flex-page div[ui-view] > header > *,
  .batch-requisition-pane div[ui-view] > header > * {
    flex: 0 0 auto;
    margin: 0em 1em; }
    header > *:first-child,
    .heading > *:first-child,
    .sub-heading > *:first-child,
    .page div[ui-view] > section > h3 > *:first-child,
    .flex-page div[ui-view] > section > h3 > *:first-child,
    .batch-requisition-pane div[ui-view] > section > h3 > *:first-child,
    .page div[ui-view] > section > header > *:first-child,
    .flex-page div[ui-view] > section > header > *:first-child,
    .batch-requisition-pane div[ui-view] > section > header > *:first-child,
    .minor-heading > *:first-child,
    article > header > *:first-child,
    .page div[ui-view] > h1 > *:first-child,
    .flex-page div[ui-view] > h1 > *:first-child,
    .batch-requisition-pane div[ui-view] > h1 > *:first-child,
    .page div[ui-view] > h2 > *:first-child,
    .flex-page div[ui-view] > h2 > *:first-child,
    .batch-requisition-pane div[ui-view] > h2 > *:first-child,
    .page div[ui-view] > header > *:first-child,
    .flex-page div[ui-view] > header > *:first-child,
    .batch-requisition-pane div[ui-view] > header > *:first-child {
      margin-left: 0em; }
    header > *:last-child,
    .heading > *:last-child,
    .sub-heading > *:last-child,
    .page div[ui-view] > section > h3 > *:last-child,
    .flex-page div[ui-view] > section > h3 > *:last-child,
    .batch-requisition-pane div[ui-view] > section > h3 > *:last-child,
    .page div[ui-view] > section > header > *:last-child,
    .flex-page div[ui-view] > section > header > *:last-child,
    .batch-requisition-pane div[ui-view] > section > header > *:last-child,
    .minor-heading > *:last-child,
    article > header > *:last-child,
    .page div[ui-view] > h1 > *:last-child,
    .flex-page div[ui-view] > h1 > *:last-child,
    .batch-requisition-pane div[ui-view] > h1 > *:last-child,
    .page div[ui-view] > h2 > *:last-child,
    .flex-page div[ui-view] > h2 > *:last-child,
    .batch-requisition-pane div[ui-view] > h2 > *:last-child,
    .page div[ui-view] > header > *:last-child,
    .flex-page div[ui-view] > header > *:last-child,
    .batch-requisition-pane div[ui-view] > header > *:last-child {
      margin-right: 0em; }
  header > h1, header > h2, header > h3, header > h4 > h5, header > h6,
  header > .title,
  .status-message > header > .status,
  .heading > h1,
  .sub-heading > h1,
  .page div[ui-view] > section > h3 > h1,
  .flex-page div[ui-view] > section > h3 > h1,
  .batch-requisition-pane div[ui-view] > section > h3 > h1,
  .page div[ui-view] > section > header > h1,
  .flex-page div[ui-view] > section > header > h1,
  .batch-requisition-pane div[ui-view] > section > header > h1,
  .minor-heading > h1,
  article > header > h1,
  .page div[ui-view] > h1 > h1,
  .flex-page div[ui-view] > h1 > h1,
  .batch-requisition-pane div[ui-view] > h1 > h1,
  .page div[ui-view] > h2 > h1,
  .flex-page div[ui-view] > h2 > h1,
  .batch-requisition-pane div[ui-view] > h2 > h1,
  .page div[ui-view] > header > h1,
  .flex-page div[ui-view] > header > h1,
  .batch-requisition-pane div[ui-view] > header > h1,
  .heading > h2,
  .sub-heading > h2,
  .page div[ui-view] > section > h3 > h2,
  .flex-page div[ui-view] > section > h3 > h2,
  .batch-requisition-pane div[ui-view] > section > h3 > h2,
  .page div[ui-view] > section > header > h2,
  .flex-page div[ui-view] > section > header > h2,
  .batch-requisition-pane div[ui-view] > section > header > h2,
  .minor-heading > h2,
  article > header > h2,
  .page div[ui-view] > h1 > h2,
  .flex-page div[ui-view] > h1 > h2,
  .batch-requisition-pane div[ui-view] > h1 > h2,
  .page div[ui-view] > h2 > h2,
  .flex-page div[ui-view] > h2 > h2,
  .batch-requisition-pane div[ui-view] > h2 > h2,
  .page div[ui-view] > header > h2,
  .flex-page div[ui-view] > header > h2,
  .batch-requisition-pane div[ui-view] > header > h2,
  .heading > h3,
  .sub-heading > h3,
  .page div[ui-view] > section > h3 > h3,
  .flex-page div[ui-view] > section > h3 > h3,
  .batch-requisition-pane div[ui-view] > section > h3 > h3,
  .page div[ui-view] > section > header > h3,
  .flex-page div[ui-view] > section > header > h3,
  .batch-requisition-pane div[ui-view] > section > header > h3,
  .minor-heading > h3,
  article > header > h3,
  .page div[ui-view] > h1 > h3,
  .flex-page div[ui-view] > h1 > h3,
  .batch-requisition-pane div[ui-view] > h1 > h3,
  .page div[ui-view] > h2 > h3,
  .flex-page div[ui-view] > h2 > h3,
  .batch-requisition-pane div[ui-view] > h2 > h3,
  .page div[ui-view] > header > h3,
  .flex-page div[ui-view] > header > h3,
  .batch-requisition-pane div[ui-view] > header > h3,
  .heading > h4 > h5,
  .sub-heading > h4 > h5,
  .page div[ui-view] > section > h3 > h4 > h5,
  .flex-page div[ui-view] > section > h3 > h4 > h5,
  .batch-requisition-pane div[ui-view] > section > h3 > h4 > h5,
  .page div[ui-view] > section > header > h4 > h5,
  .flex-page div[ui-view] > section > header > h4 > h5,
  .batch-requisition-pane div[ui-view] > section > header > h4 > h5,
  .minor-heading > h4 > h5,
  article > header > h4 > h5,
  .page div[ui-view] > h1 > h4 > h5,
  .flex-page div[ui-view] > h1 > h4 > h5,
  .batch-requisition-pane div[ui-view] > h1 > h4 > h5,
  .page div[ui-view] > h2 > h4 > h5,
  .flex-page div[ui-view] > h2 > h4 > h5,
  .batch-requisition-pane div[ui-view] > h2 > h4 > h5,
  .page div[ui-view] > header > h4 > h5,
  .flex-page div[ui-view] > header > h4 > h5,
  .batch-requisition-pane div[ui-view] > header > h4 > h5,
  .heading > h6,
  .sub-heading > h6,
  .page div[ui-view] > section > h3 > h6,
  .flex-page div[ui-view] > section > h3 > h6,
  .batch-requisition-pane div[ui-view] > section > h3 > h6,
  .page div[ui-view] > section > header > h6,
  .flex-page div[ui-view] > section > header > h6,
  .batch-requisition-pane div[ui-view] > section > header > h6,
  .minor-heading > h6,
  article > header > h6,
  .page div[ui-view] > h1 > h6,
  .flex-page div[ui-view] > h1 > h6,
  .batch-requisition-pane div[ui-view] > h1 > h6,
  .page div[ui-view] > h2 > h6,
  .flex-page div[ui-view] > h2 > h6,
  .batch-requisition-pane div[ui-view] > h2 > h6,
  .page div[ui-view] > header > h6,
  .flex-page div[ui-view] > header > h6,
  .batch-requisition-pane div[ui-view] > header > h6,
  .heading > .title,
  .sub-heading > .title,
  .page div[ui-view] > section > h3 > .title,
  .flex-page div[ui-view] > section > h3 > .title,
  .batch-requisition-pane div[ui-view] > section > h3 > .title,
  .page div[ui-view] > section > header > .title,
  .flex-page div[ui-view] > section > header > .title,
  .batch-requisition-pane div[ui-view] > section > header > .title,
  .minor-heading > .title,
  article > header > .title,
  .page div[ui-view] > h1 > .title,
  .flex-page div[ui-view] > h1 > .title,
  .batch-requisition-pane div[ui-view] > h1 > .title,
  .page div[ui-view] > h2 > .title,
  .flex-page div[ui-view] > h2 > .title,
  .batch-requisition-pane div[ui-view] > h2 > .title,
  .page div[ui-view] > header > .title,
  .flex-page div[ui-view] > header > .title,
  .batch-requisition-pane div[ui-view] > header > .title,
  .status-message > header.heading > .status,
  .page div[ui-view] > section.status-message > header > .status,
  .flex-page div[ui-view] > section.status-message > header > .status,
  .batch-requisition-pane div[ui-view] > section.status-message > header > .status,
  .status-message > header.sub-heading > .status,
  .status-message > header.minor-heading > .status,
  article.status-message > header > .status,
  .page div.status-message[ui-view] > header > .status,
  .flex-page div.status-message[ui-view] > header > .status,
  .batch-requisition-pane div.status-message[ui-view] > header > .status {
    flex-grow: 1;
    padding-top: 0px;
    padding-bottom: 0px; }

header, .heading, .sub-heading, .page div[ui-view] > section > h3, .flex-page div[ui-view] > section > h3, .batch-requisition-pane div[ui-view] > section > h3,
.page div[ui-view] > section > header,
.flex-page div[ui-view] > section > header,
.batch-requisition-pane div[ui-view] > section > header,
header.sub-heading, .minor-heading, article > header, .page div[ui-view] > h1, .flex-page div[ui-view] > h1, .batch-requisition-pane div[ui-view] > h1,
.page div[ui-view] > h2,
.flex-page div[ui-view] > h2,
.batch-requisition-pane div[ui-view] > h2,
.page div[ui-view] > header,
.flex-page div[ui-view] > header,
.batch-requisition-pane div[ui-view] > header {
  border-bottom: #bebebe 1px solid;
  padding: 3.2px 0em; }

.sub-heading, .page div[ui-view] > section > h3, .flex-page div[ui-view] > section > h3, .batch-requisition-pane div[ui-view] > section > h3,
.page div[ui-view] > section > header,
.flex-page div[ui-view] > section > header,
.batch-requisition-pane div[ui-view] > section > header,
header.sub-heading,
.page div[ui-view] > section > header,
.flex-page div[ui-view] > section > header,
.batch-requisition-pane div[ui-view] > section > header {
  border-bottom-width: 0px; }
  .sub-heading > h1, .page div[ui-view] > section > h3 > h1, .flex-page div[ui-view] > section > h3 > h1, .batch-requisition-pane div[ui-view] > section > h3 > h1, .page div[ui-view] > section > header > h1, .flex-page div[ui-view] > section > header > h1, .batch-requisition-pane div[ui-view] > section > header > h1, .sub-heading > h2, .page div[ui-view] > section > h3 > h2, .flex-page div[ui-view] > section > h3 > h2, .batch-requisition-pane div[ui-view] > section > h3 > h2, .page div[ui-view] > section > header > h2, .flex-page div[ui-view] > section > header > h2, .batch-requisition-pane div[ui-view] > section > header > h2, .sub-heading > h3, .page div[ui-view] > section > h3 > h3, .flex-page div[ui-view] > section > h3 > h3, .batch-requisition-pane div[ui-view] > section > h3 > h3, .page div[ui-view] > section > header > h3, .flex-page div[ui-view] > section > header > h3, .batch-requisition-pane div[ui-view] > section > header > h3, .sub-heading > h4 > h5, .page div[ui-view] > section > h3 > h4 > h5, .flex-page div[ui-view] > section > h3 > h4 > h5, .batch-requisition-pane div[ui-view] > section > h3 > h4 > h5, .page div[ui-view] > section > header > h4 > h5, .flex-page div[ui-view] > section > header > h4 > h5, .batch-requisition-pane div[ui-view] > section > header > h4 > h5, .sub-heading > h6, .page div[ui-view] > section > h3 > h6, .flex-page div[ui-view] > section > h3 > h6, .batch-requisition-pane div[ui-view] > section > h3 > h6, .page div[ui-view] > section > header > h6, .flex-page div[ui-view] > section > header > h6, .batch-requisition-pane div[ui-view] > section > header > h6,
  .sub-heading > .title,
  .page div[ui-view] > section > h3 > .title,
  .flex-page div[ui-view] > section > h3 > .title,
  .batch-requisition-pane div[ui-view] > section > h3 > .title,
  .page div[ui-view] > section > header > .title,
  .flex-page div[ui-view] > section > header > .title,
  .batch-requisition-pane div[ui-view] > section > header > .title,
  .status-message > header.sub-heading > .status,
  .page div[ui-view] > section.status-message > header > .status,
  .flex-page div[ui-view] > section.status-message > header > .status,
  .batch-requisition-pane div[ui-view] > section.status-message > header > .status,
  header.sub-heading > h1,
  .page div[ui-view] > section > header > h1,
  .flex-page div[ui-view] > section > header > h1,
  .batch-requisition-pane div[ui-view] > section > header > h1,
  header.sub-heading > h2,
  .page div[ui-view] > section > header > h2,
  .flex-page div[ui-view] > section > header > h2,
  .batch-requisition-pane div[ui-view] > section > header > h2,
  header.sub-heading > h3,
  .page div[ui-view] > section > header > h3,
  .flex-page div[ui-view] > section > header > h3,
  .batch-requisition-pane div[ui-view] > section > header > h3,
  header.sub-heading > h4 > h5,
  .page div[ui-view] > section > header > h4 > h5,
  .flex-page div[ui-view] > section > header > h4 > h5,
  .batch-requisition-pane div[ui-view] > section > header > h4 > h5,
  header.sub-heading > h6,
  .page div[ui-view] > section > header > h6,
  .flex-page div[ui-view] > section > header > h6,
  .batch-requisition-pane div[ui-view] > section > header > h6,
  header.sub-heading > .title,
  .page div[ui-view] > section > header > .title,
  .flex-page div[ui-view] > section > header > .title,
  .batch-requisition-pane div[ui-view] > section > header > .title,
  .status-message > header.sub-heading > .status,
  .page div[ui-view] > section.status-message > header > .status,
  .flex-page div[ui-view] > section.status-message > header > .status,
  .batch-requisition-pane div[ui-view] > section.status-message > header > .status {
    position: relative;
    z-index: 2;
    padding: 0em 1em;
    text-shadow: 0px 0px 4px #ffffff, 5px 0px 0 #ffffff, -5px 0px 0 #ffffff, -3px 0px 0 #ffffff, 3px 0px 0 #ffffff; }
    .sub-heading > h1::after, .page div[ui-view] > section > h3 > h1::after, .flex-page div[ui-view] > section > h3 > h1::after, .batch-requisition-pane div[ui-view] > section > h3 > h1::after, .page div[ui-view] > section > header > h1::after, .flex-page div[ui-view] > section > header > h1::after, .batch-requisition-pane div[ui-view] > section > header > h1::after, .sub-heading > h2::after, .page div[ui-view] > section > h3 > h2::after, .flex-page div[ui-view] > section > h3 > h2::after, .batch-requisition-pane div[ui-view] > section > h3 > h2::after, .page div[ui-view] > section > header > h2::after, .flex-page div[ui-view] > section > header > h2::after, .batch-requisition-pane div[ui-view] > section > header > h2::after, .sub-heading > h3::after, .page div[ui-view] > section > h3 > h3::after, .flex-page div[ui-view] > section > h3 > h3::after, .batch-requisition-pane div[ui-view] > section > h3 > h3::after, .page div[ui-view] > section > header > h3::after, .flex-page div[ui-view] > section > header > h3::after, .batch-requisition-pane div[ui-view] > section > header > h3::after, .sub-heading > h4 > h5::after, .page div[ui-view] > section > h3 > h4 > h5::after, .flex-page div[ui-view] > section > h3 > h4 > h5::after, .batch-requisition-pane div[ui-view] > section > h3 > h4 > h5::after, .page div[ui-view] > section > header > h4 > h5::after, .flex-page div[ui-view] > section > header > h4 > h5::after, .batch-requisition-pane div[ui-view] > section > header > h4 > h5::after, .sub-heading > h6::after, .page div[ui-view] > section > h3 > h6::after, .flex-page div[ui-view] > section > h3 > h6::after, .batch-requisition-pane div[ui-view] > section > h3 > h6::after, .page div[ui-view] > section > header > h6::after, .flex-page div[ui-view] > section > header > h6::after, .batch-requisition-pane div[ui-view] > section > header > h6::after,
    .sub-heading > .title::after,
    .page div[ui-view] > section > h3 > .title::after,
    .flex-page div[ui-view] > section > h3 > .title::after,
    .batch-requisition-pane div[ui-view] > section > h3 > .title::after,
    .page div[ui-view] > section > header > .title::after,
    .flex-page div[ui-view] > section > header > .title::after,
    .batch-requisition-pane div[ui-view] > section > header > .title::after,
    .status-message > header.sub-heading > .status::after,
    .page div[ui-view] > section.status-message > header > .status::after,
    .flex-page div[ui-view] > section.status-message > header > .status::after,
    .batch-requisition-pane div[ui-view] > section.status-message > header > .status::after,
    header.sub-heading > h1::after,
    .page div[ui-view] > section > header > h1::after,
    .flex-page div[ui-view] > section > header > h1::after,
    .batch-requisition-pane div[ui-view] > section > header > h1::after,
    header.sub-heading > h2::after,
    .page div[ui-view] > section > header > h2::after,
    .flex-page div[ui-view] > section > header > h2::after,
    .batch-requisition-pane div[ui-view] > section > header > h2::after,
    header.sub-heading > h3::after,
    .page div[ui-view] > section > header > h3::after,
    .flex-page div[ui-view] > section > header > h3::after,
    .batch-requisition-pane div[ui-view] > section > header > h3::after,
    header.sub-heading > h4 > h5::after,
    .page div[ui-view] > section > header > h4 > h5::after,
    .flex-page div[ui-view] > section > header > h4 > h5::after,
    .batch-requisition-pane div[ui-view] > section > header > h4 > h5::after,
    header.sub-heading > h6::after,
    .page div[ui-view] > section > header > h6::after,
    .flex-page div[ui-view] > section > header > h6::after,
    .batch-requisition-pane div[ui-view] > section > header > h6::after,
    header.sub-heading > .title::after,
    .page div[ui-view] > section > header > .title::after,
    .flex-page div[ui-view] > section > header > .title::after,
    .batch-requisition-pane div[ui-view] > section > header > .title::after,
    .status-message > header.sub-heading > .status::after,
    .page div[ui-view] > section.status-message > header > .status::after,
    .flex-page div[ui-view] > section.status-message > header > .status::after,
    .batch-requisition-pane div[ui-view] > section.status-message > header > .status::after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 0px;
      z-index: -1;
      width: 100%;
      border-bottom: #bebebe 1px solid; }

.minor-heading, article > header {
  background-color: #f0f0f0;
  border-bottom: 0px;
  padding: 0.5em 1em; }

dl.horizontal-list dt {
  float: left;
  clear: left;
  font-weight: bold; }

dl.horizontal-list dd {
  margin: 0 0 0 10em;
  padding: 0 0 0.5em 0; }

/*
Layout

This section describes how OpenLMIS pages should be organized to allow for
navigation and readability.

Styleguide 2.0
*/
html {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  height: initial;
  min-height: 100%; }
  body > * {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }
    body > * > * {
      flex: 1 0 auto; }
  body > footer,
  body > header {
    flex: 0 0 auto; }
  body > script {
    display: none; }

.page, .flex-page, .batch-requisition-pane {
  flex-grow: 0;
  margin: 1em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
  border: 0;
  background: #ffffff;
  padding: 1em 2em; }
  @media screen and (max-width: 576px) {
    .page, .flex-page, .batch-requisition-pane {
      margin: 1%;
      padding: 1%; } }
  .page div[ui-view] > *:not(:last-child), .flex-page div[ui-view] > *:not(:last-child), .batch-requisition-pane div[ui-view] > *:not(:last-child) {
    margin-bottom: 1em; }
  .page div[ui-view] > h1, .flex-page div[ui-view] > h1, .batch-requisition-pane div[ui-view] > h1,
  .page div[ui-view] > h2,
  .flex-page div[ui-view] > h2,
  .batch-requisition-pane div[ui-view] > h2,
  .page div[ui-view] > header,
  .flex-page div[ui-view] > header,
  .batch-requisition-pane div[ui-view] > header {
    background-color: transparent; }
  .page div[ui-view] > nav > ul > li > a, .flex-page div[ui-view] > nav > ul > li > a, .batch-requisition-pane div[ui-view] > nav > ul > li > a {
    background-color: #f0f0f0;
    text-decoration: none; }
    .page div[ui-view] > nav > ul > li > a:hover, .flex-page div[ui-view] > nav > ul > li > a:hover, .batch-requisition-pane div[ui-view] > nav > ul > li > a:hover {
      text-decoration: underline; }
  .page div[ui-view] > nav > ul > li > a.active, .flex-page div[ui-view] > nav > ul > li > a.active, .batch-requisition-pane div[ui-view] > nav > ul > li > a.active {
    background-color: #ffffff; }
    .page div[ui-view] > nav > ul > li > a.active:hover, .flex-page div[ui-view] > nav > ul > li > a.active:hover, .batch-requisition-pane div[ui-view] > nav > ul > li > a.active:hover {
      text-decoration: none; }
  .page div[ui-view] > nav > ul[bs-tabs], .flex-page div[ui-view] > nav > ul[bs-tabs], .batch-requisition-pane div[ui-view] > nav > ul[bs-tabs] {
    border-bottom: none; }
  .page .sidebar, .flex-page .sidebar, .batch-requisition-pane .sidebar {
    width: 16em;
    float: left;
    margin-right: 1em; }
    .page .sidebar .select2, .flex-page .sidebar .select2, .batch-requisition-pane .sidebar .select2 {
      width: 15em !important; }

body.no-js {
  background: radial-gradient(circle at center, #333333 0%, #1f1f1f 100%); }
  body.no-js > * {
    display: none; }
  body.no-js > .loading-view {
    display: block; }

.loading-view {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 36px;
  color: #ffffff; }
  .loading-view::before {
    font-size: 2em;
    margin-right: 0.5em; }

/*
Loading

Since the OpenLMIS-UI is a single page application, we are often loading data
and other page components. See the loading modal documentation for more details.

markup:
<div class="loading"></div>
<button class="primary is-loading">Some Button</button>

Styleguide 1.4
*/
.loading::before, .loading-view::before, .is-loading::after, .facility-cce-status.is-loading-status::before, .saving-indicator .saving::before, .loading-modal .loading {
  content: '\f1ce';
  font-size: 1em; }

p.multiline {
  white-space: pre;
  padding-top: 1em; }

/*
Toolbar

Toolbar is used for placing controls at the bottom of the screen. To move the button to the right
side `.primary-action` class should be used. Keep in mind that to move multiple button to the right
side they need to be next to each other.

markup:
<div class="openlmis-toolbar">
    <input type="button" class="btn btn-default" value="Some button"/>
    <input type="button" class="btn btn-default" value="Other button"/>
    <input type="button" class="btn btn-danger primary-action" value="Destructive action"/>
    <input type="button" class="btn btn-primary primary-action" value="Primary action"/>
</div>

Styleguide 6.0
 */
.openlmis-toolbar {
  background: rgba(0, 0, 0, 0.75);
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5em;
  position: fixed;
  z-index: 15; }

.toolbar {
  margin-left: 0;
  margin-right: 0; }
  .toolbar h1, .toolbar h2, .toolbar h3, .toolbar h4, .toolbar h5, .toolbar h6 {
    padding: 0px; }
    .toolbar h1 ~ *, .toolbar h2 ~ *, .toolbar h3 ~ *, .toolbar h4 ~ *, .toolbar h5 ~ *, .toolbar h6 ~ * {
      margin-left: 0px; }
  .toolbar > ul > * {
    display: block;
    float: left;
    margin: 0px;
    padding-right: 0.5em; }
    .toolbar > ul > *::after {
      content: "|";
      display: inline-block;
      margin-left: 0.5em; }
    .toolbar > ul > *:last-child {
      padding-right: 0px; }
      .toolbar > ul > *:last-child::after {
        content: ""; }

.page-hero, .not-found-page, .home-page {
  position: relative;
  color: #58585a;
  font-size: 3em; }
  .page-hero h1, .not-found-page h1, .home-page h1, .page-hero h2, .not-found-page h2, .home-page h2, .page-hero h3, .not-found-page h3, .home-page h3, .page-hero h4, .not-found-page h4, .home-page h4, .page-hero h5, .not-found-page h5, .home-page h5, .page-hero .title, .not-found-page .title, .home-page .title, .page-hero .status-message > header > .status, .not-found-page .status-message > header > .status, .home-page .status-message > header > .status, .page-hero .subtitle, .not-found-page .subtitle, .home-page .subtitle {
    color: #58585a;
    line-height: 1.2em;
    border-width: 0; }
  .page-hero::before, .not-found-page::before, .home-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(ellipse at center -1em, #ffffff 0%, #e4e4e4 70%); }
  .page-hero > *, .not-found-page > *, .home-page > * {
    position: relative;
    z-index: 0; }

@media (min-width: 768px) {
  .page-hero, .not-found-page, .home-page {
    padding: 1.2em; }
    .page-hero > *, .not-found-page > *, .home-page > * {
      display: block;
      width: 668px; }
    .page-hero h2 em, .not-found-page h2 em, .home-page h2 em {
      display: block;
      font-size: 0.9em; } }

.page-hero .title, .not-found-page .title, .home-page .title, .page-hero .status-message > header > .status, .not-found-page .status-message > header > .status, .home-page .status-message > header > .status {
  position: relative; }
  .page-hero .title:before, .not-found-page .title:before, .home-page .title:before, .page-hero .status-message > header > .status:before, .not-found-page .status-message > header > .status:before, .home-page .status-message > header > .status:before, .page-hero .title:after, .not-found-page .title:after, .home-page .title:after, .page-hero .status-message > header > .status:after, .not-found-page .status-message > header > .status:after, .home-page .status-message > header > .status:after {
    width: 100%;
    position: absolute;
    content: attr(title);
    opacity: 0.2;
    color: white; }
  .page-hero .title:before, .not-found-page .title:before, .home-page .title:before, .page-hero .status-message > header > .status:before, .not-found-page .status-message > header > .status:before, .home-page .status-message > header > .status:before {
    top: 0.1em;
    left: -0.1em; }
  .page-hero .title:after, .not-found-page .title:after, .home-page .title:after, .page-hero .status-message > header > .status:after, .not-found-page .status-message > header > .status:after, .home-page .status-message > header > .status:after {
    top: 0.2em;
    left: 0; }

.ui-grid input[type="button"] {
  color: #ffffff; }

.synchronization-error {
  color: #a94442; }

.synchronization-actions {
  display: flex; }
  .synchronization-actions button, .synchronization-actions .btn,
  .synchronization-actions input[type=button], .synchronization-actions tags-input .tags .tag-item, tags-input .tags .synchronization-actions .tag-item {
    margin-right: 0.5em; }

.facility-cce-status {
  margin: 0; }
  .facility-cce-status::before {
    font-size: 1.5em; }
  .facility-cce-status.is-not-fully-functioning::before {
    color: #e6ba13; }
  .facility-cce-status.is-loading-status::before {
    color: #49baeb;
    font-size: 1.5em; }

.not-found-page::after {
  font-family: FontAwesome;
  content: "\f14e";
  font-size: 4.8em;
  position: absolute;
  bottom: 0.1em;
  right: 0.4em; }

.adjustments-modal dl {
  display: flex;
  margin-top: 1em; }
  .adjustments-modal dl dt {
    margin-right: 0.5em; }
    .adjustments-modal dl dt:after {
      font-weight: bold;
      content: ':'; }
  .adjustments-modal dl dd:not(:last-of-type) {
    margin-right: auto; }

.adjustments-modal form, .adjustments-modal fieldset,
.adjustments-modal .form-group {
  max-width: 100%; }

.openlmis-app-cache.outdated {
  font-family: Arial, sans-serif; }
  .openlmis-app-cache.outdated::before {
    font-family: FontAwesome;
    display: inline-block; }
  .openlmis-app-cache.outdated::before {
    color: #a94442; }

.auth-modal {
  background-color: #333333; }
  .auth-modal .modal-content {
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 48%, #e4e4e4 100%); }
  .auth-modal .modal-dialog {
    margin-top: 15%;
    max-width: 700px; }
    @media screen and (min-width: 768px) {
      .auth-modal .modal-dialog {
        width: 700px; } }
    @media screen and (max-width: 768px) {
      .auth-modal .modal-dialog {
        margin-right: 3%;
        margin-left: 3%; } }
  .auth-modal .modal-header {
    align-items: center;
    background-image: linear-gradient(to bottom, #ffffff 30%, #e4e4e4 100%);
    border-bottom: 1px solid #e4e4e4;
    border-radius: 4px 4px 0 0;
    display: flex;
    padding: 0.5em 1em !important;
    overflow: hidden; }
    .auth-modal .modal-header > h1 {
      margin-right: auto;
      word-break: normal !important; }
    .auth-modal .modal-header button, .auth-modal .modal-header .btn,
    .auth-modal .modal-header input[type=button], .auth-modal .modal-header tags-input .tags .tag-item, tags-input .tags .auth-modal .modal-header .tag-item {
      margin: 0px 1em;
      min-width: 92px; }
      @media screen and (max-width: 320px) {
        .auth-modal .modal-header button, .auth-modal .modal-header .btn,
        .auth-modal .modal-header input[type=button], .auth-modal .modal-header tags-input .tags .tag-item, tags-input .tags .auth-modal .modal-header .tag-item {
          display: flex;
          min-width: 12px; } }
  .auth-modal .modal-body {
    background-image: url(a4188294e6fdd7aa0e3a62030ae269db.svg);
    background-size: 40% auto;
    background-position: 2em 45%;
    background-repeat: no-repeat;
    padding: 1em 1em 1em 50% !important; }
    @media screen and (max-width: 576px) {
      .auth-modal .modal-body {
        background-size: 30% auto; } }
    .auth-modal .modal-body > .form-desc,
    .auth-modal .modal-body > form > fieldset,
    .auth-modal .modal-body > fieldset > fieldset,
    .auth-modal .modal-body > .form-group > fieldset {
      width: 100%; }
    .auth-modal .modal-body > form > .alert-info, .auth-modal .modal-body > fieldset > .alert-info, .auth-modal .modal-body > .form-group > .alert-info, .auth-modal .modal-body > form > .alert, .auth-modal .modal-body > fieldset > .alert, .auth-modal .modal-body > .form-group > .alert, .auth-modal .modal-body > form > .alert-danger, .auth-modal .modal-body > fieldset > .alert-danger, .auth-modal .modal-body > .form-group > .alert-danger, .auth-modal .modal-body > form > .alert-success, .auth-modal .modal-body > fieldset > .alert-success, .auth-modal .modal-body > .form-group > .alert-success, .auth-modal .modal-body > form > .alert-offline, .auth-modal .modal-body > fieldset > .alert-offline, .auth-modal .modal-body > .form-group > .alert-offline, .auth-modal .modal-body > form > .notification, .auth-modal .modal-body > fieldset > .notification, .auth-modal .modal-body > .form-group > .notification, .auth-modal .modal-body > form.openlmis-table > caption, .auth-modal .modal-body > fieldset.openlmis-table > caption, .auth-modal .modal-body > .openlmis-table.form-group > caption, .auth-modal .openlmis-table-container .openlmis-flex-table.modal-body > table.form-group > caption, .openlmis-table-container .auth-modal .openlmis-flex-table.modal-body > table.form-group > caption, .auth-modal .openlmis-table-pane .modal-body > table.form-group > caption, .openlmis-table-pane .auth-modal .modal-body > table.form-group > caption {
      flex: initial; }
    .auth-modal .modal-body > form > .input-control, .auth-modal .modal-body > fieldset > .input-control, .auth-modal .modal-body > .form-group > .input-control, .auth-modal .modal-body > form > input[type="text"], .auth-modal .modal-body > fieldset > input[type="text"], .auth-modal .modal-body > .form-group > input[type="text"],
    .auth-modal .modal-body > form > input[type="password"],
    .auth-modal .modal-body > fieldset > input[type="password"],
    .auth-modal .modal-body > .form-group > input[type="password"],
    .auth-modal .modal-body > form > input[type="email"],
    .auth-modal .modal-body > fieldset > input[type="email"],
    .auth-modal .modal-body > .form-group > input[type="email"],
    .auth-modal .modal-body > form > input[type="number"],
    .auth-modal .modal-body > fieldset > input[type="number"],
    .auth-modal .modal-body > .form-group > input[type="number"],
    .auth-modal .modal-body > form > select,
    .auth-modal .modal-body > fieldset > select,
    .auth-modal .modal-body > .form-group > select,
    .auth-modal .modal-body > form > textarea,
    .auth-modal .modal-body > fieldset > textarea,
    .auth-modal .modal-body > .form-group > textarea {
      width: 100%; }
    @media screen and (max-width: 576px) {
      .auth-modal .modal-body .form-group .input-control, .auth-modal .modal-body .form-group input[type="text"],
      .auth-modal .modal-body .form-group input[type="password"],
      .auth-modal .modal-body .form-group input[type="email"],
      .auth-modal .modal-body .form-group input[type="number"],
      .auth-modal .modal-body .form-group select,
      .auth-modal .modal-body .form-group textarea {
        width: 100%; } }
    @media screen and (max-width: 576px) {
      .auth-modal .modal-body .button-group, .auth-modal .modal-body .openlmis-toolbar, .auth-modal .modal-body .toolbar, .auth-modal .modal-body .modal .modal-footer, .modal .auth-modal .modal-body .modal-footer {
        overflow: hidden;
        display: grid; } }
    @media screen and (max-width: 320px) {
      .auth-modal .modal-body .button-group, .auth-modal .modal-body .openlmis-toolbar, .auth-modal .modal-body .toolbar, .auth-modal .modal-body .modal .modal-footer, .modal .auth-modal .modal-body .modal-footer {
        position: relative;
        right: 0px;
        bottom: 0px; } }
  .auth-modal .modal-footer {
    border-top: none;
    text-align: right;
    padding: 0 !important;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    color: #58585a; }

body {
  background: #333333; }

.auth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50em;
  margin-left: -24em;
  margin-top: -15.5em;
  box-shadow: 0 0 1em #333333;
  border: 0.1em solid white;
  border-radius: 0.5em; }

.openlmis-cron-selection {
  display: flex;
  align-items: center; }
  .openlmis-cron-selection > * {
    margin-right: 0.5em; }
  .openlmis-cron-selection .input-control > input, .openlmis-cron-selection input[type="text"] > input, .openlmis-cron-selection input[type="password"] > input, .openlmis-cron-selection input[type="email"] > input, .openlmis-cron-selection input[type="number"] > input, .openlmis-cron-selection select > input, .openlmis-cron-selection textarea > input {
    width: 2em;
    text-align: right; }

.bootstrap-datetimepicker-widget a.btn {
  background-color: white;
  background-image: none;
  border: none; }

.bootstrap-datetimepicker-widget table td {
  border-color: red !important; }

openlmis-facility-program-select {
  width: 100%; }
  openlmis-facility-program-select .select2 {
    width: 100% !important; }

/*
File Picker

Use input with "file" type to add file picker functionality.

markup:
<form>
    <label for="file-input">File</label>
    <input id="file-input" type="file" ng-model="vm.file" accept="image/jpg"/>
</form>


Styleguide 3.6
*/
.openlmis-file-upload {
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  .openlmis-file-upload button.file, .openlmis-file-upload .file.btn, .product-grid .openlmis-file-upload .btn-file, .openlmis-file-upload .product-grid .btn-file,
  .openlmis-file-upload input.file[type=button], .openlmis-file-upload .btn-file,
  .openlmis-file-upload input.file[type=submit], .openlmis-file-upload tags-input .tags .file.tag-item, tags-input .tags .openlmis-file-upload .file.tag-item {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #e4e4e4 1px solid;
    border-right: #e4e4e4 1px solid;
    border-left: #e4e4e4 1px solid;
    border-bottom: #e4e4e4 1px solid;
    color: #333333;
    text-shadow: 0px 0px 0.1em #ffffff;
    background: #e4e4e4;
    background-image: linear-gradient(to bottom, #fefefe, #f1f1f1 10%, #e4e4e4);
    font-family: Arial, sans-serif; }
    .openlmis-file-upload button.file:hover, .openlmis-file-upload .file.btn:hover,
    .openlmis-file-upload input.file:hover[type=button], .openlmis-file-upload .btn-file:hover,
    .openlmis-file-upload input.file:hover[type=submit], .openlmis-file-upload tags-input .tags .file.tag-item:hover, tags-input .tags .openlmis-file-upload .file.tag-item:hover, .openlmis-file-upload button.file:active, .openlmis-file-upload .file.btn:active,
    .openlmis-file-upload input.file:active[type=button], .openlmis-file-upload .btn-file:active,
    .openlmis-file-upload input.file:active[type=submit], .openlmis-file-upload tags-input .tags .file.tag-item:active, tags-input .tags .openlmis-file-upload .file.tag-item:active, .openlmis-file-upload button.file.active, .openlmis-file-upload .file.active.btn,
    .openlmis-file-upload input.file.active[type=button], .openlmis-file-upload .active.btn-file,
    .openlmis-file-upload input.active.file[type=submit], .openlmis-file-upload tags-input .tags .file.active.tag-item, tags-input .tags .openlmis-file-upload .file.active.tag-item, .openlmis-file-upload button.file.disabled, .openlmis-file-upload .file.disabled.btn,
    .openlmis-file-upload input.file.disabled[type=button], .openlmis-file-upload .disabled.btn-file,
    .openlmis-file-upload input.disabled.file[type=submit], .openlmis-file-upload tags-input .tags .file.disabled.tag-item, tags-input .tags .openlmis-file-upload .file.disabled.tag-item, .openlmis-file-upload button.file[disabled], .openlmis-file-upload .file.btn[disabled],
    .openlmis-file-upload input.file[disabled][type=button], .openlmis-file-upload .btn-file[disabled],
    .openlmis-file-upload input.file[disabled][type=submit], .openlmis-file-upload tags-input .tags .file.tag-item[disabled], tags-input .tags .openlmis-file-upload .file.tag-item[disabled] {
      color: #333333;
      background: #e4e4e4;
      border-color: #e4e4e4; }
    .openlmis-file-upload button.file::before, .openlmis-file-upload .file.btn::before,
    .openlmis-file-upload input.file[type=button]::before, .openlmis-file-upload .btn-file::before,
    .openlmis-file-upload input.file[type=submit]::before, .openlmis-file-upload tags-input .tags .file.tag-item::before, tags-input .tags .openlmis-file-upload .file.tag-item::before {
      font-family: FontAwesome;
      display: inline-block; }
    .openlmis-file-upload button.file::before, .openlmis-file-upload .file.btn::before,
    .openlmis-file-upload input.file[type=button]::before, .openlmis-file-upload .btn-file::before,
    .openlmis-file-upload input.file[type=submit]::before, .openlmis-file-upload tags-input .tags .file.tag-item::before, tags-input .tags .openlmis-file-upload .file.tag-item::before {
      margin-right: 0.5em; }
  .openlmis-file-upload button.file, .openlmis-file-upload .file.btn, .product-grid .openlmis-file-upload .btn-file, .openlmis-file-upload .product-grid .btn-file,
  .openlmis-file-upload input.file[type=button], .openlmis-file-upload .btn-file,
  .openlmis-file-upload input.file[type=submit], .openlmis-file-upload tags-input .tags .file.tag-item, tags-input .tags .openlmis-file-upload .file.tag-item {
    margin-right: 0.5em; }
  .openlmis-file-upload .clear {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #e4e4e4;
    font-family: Arial, sans-serif; }
    .openlmis-file-upload .clear::before {
      font-family: FontAwesome;
      display: inline-block; }
  .openlmis-file-upload p {
    margin: 0 1em; }
  .openlmis-file-upload .file-icon {
    font-family: Arial, sans-serif; }
    .openlmis-file-upload .file-icon::before {
      font-family: FontAwesome;
      display: inline-block; }

.openlmis-file-upload.is-empty {
  box-shadow: none;
  border: none; }

.openlmis-file-upload.is-invalid .clear, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .openlmis-file-upload[input-control] .clear, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .openlmis-file-upload[input-control] .clear, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .openlmis-file-upload[input-control] .clear, td.has-single-input-control.is-invalid > .openlmis-file-upload[input-control] .clear {
  right: 2em; }

/*
Form Errors

There are two types of error messages in a form, input-level messages and
form-level messages.

Form-level messages are shown to the user immedately after the form submission
fails. This is done with an alert modal to explain the error to the user, then
return the user's focus to the form that needs correction. See the
form-server-validation directive for a pattern of how to display form-level
errors.

Input-level messages must be shown on every form control input that is invalid
and contains an error. Error messages related to an input must use the ARIA
described by label to make sure the error accessible.

The OpenLMIS-UI provides easy ways to display form-control error messages, by
either reading Angular's FormController or the error-span factory.

markup:
<form openlmis-invalid="This is an example form with errors">
	<label for="invalidExampleText">Example invalid input</label>
	<input id="invalidExampleText" type="text" ng-model="invalidExampleText" ng-maxlength="10" required />
</form>
<br /><br />
<form name="errorForm">
	<p ng-if="!errorForm.$submitted" class="alert">Error messages are shown after the form is submitted.</p>
	<label for="invalidExamplePermanent">Example invalid input</label>
	<input id="invalidExamplePermanent" ng-model="invalidExamplePermanent" type="text" openlmis-invalid="Persistant error message" />
	<label for="invalidExampleSelect">Example invalid select</label>
	<select id="invalidExampleSelect" ng-model="invalidExampleSelect" required></select>
	<fieldset class="form-group">
		<legend>Invalid radio buttons work like this</legend>
		<label class="radio">
			<input type="radio" name="invalidExampleRadio" ng-model="invalidExampleRadio"
				value="Yes"
				required />
			Yes
		</label>
		<label class="radio">
			<input type="radio" name="invalidExampleRadio" ng-model="invalidExampleRadio"
				value="No"
				required />
			No
		</label>
	</fieldset>
	<input type="submit" value="Validate Form" />
	<button ng-click="errorForm.$setPristine()">Reset Form</button>
</form>
<br /><br />
<form class="form-inline" openlmis-invalid="Inline form errors should look like this">
	<div class="form-group">
		<label for="inlineInvalidExample">Invalid inline input</label>
		<input id="inlineInvalidExample" ng-model="inlineErrorExample" type="text" required />
	</div>
	<div class="form-group">
		<label for="inlineInvalidSelect">Invalid inline select</label>
		<select id="inlineInvalidSelect" required ng-model="inlineErrorSelect"></select>
	</div>
	<input type="submit" value="Submit Inline Form" />
</form>

Styleguide 3.3
*/
.form-error, form > .alert.is-error, fieldset > .alert.is-error, .form-group > .alert.is-error, .openlmis-invalid > * {
  position: relative;
  background-color: #a94442;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  padding: 1em;
  padding-left: 4em; }

.input-error, .characters-left.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control],
td.has-single-input-control.is-invalid > .characters-left[input-control], .input-control + .openlmis-invalid > *, input[type="text"] + .openlmis-invalid > *, input[type="password"] + .openlmis-invalid > *, input[type="email"] + .openlmis-invalid > *, input[type="number"] + .openlmis-invalid > *, select + .openlmis-invalid > *, textarea + .openlmis-invalid > *,
legend + .openlmis-invalid > *, .form-inline > .openlmis-invalid > *,
form.form-inline > .openlmis-invalid > *,
fieldset.form-inline > .openlmis-invalid > *,
.form-inline.form-group > .openlmis-invalid > * {
  background: transparent;
  position: relative;
  padding: 0em;
  padding-left: 0.5em;
  border-left: #a94442 0.25em solid;
  border-radius: 0px; }
  .input-error::before, .characters-left.is-invalid::before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .characters-left[input-control]::before,
  td.has-single-input-control.is-invalid > .characters-left[input-control]::before, .input-control + .openlmis-invalid > ::before, input[type="text"] + .openlmis-invalid > ::before, input[type="password"] + .openlmis-invalid > ::before, input[type="email"] + .openlmis-invalid > ::before, input[type="number"] + .openlmis-invalid > ::before, select + .openlmis-invalid > ::before, textarea + .openlmis-invalid > ::before,
  legend + .openlmis-invalid > ::before, .form-inline > .openlmis-invalid > ::before {
    content: ""; }

.unstyled-error, .popover .openlmis-invalid > * {
  position: static;
  background: transparent;
  color: #333333;
  font-weight: normal;
  padding: 0em;
  padding-left: 0em;
  border-left-width: 0px;
  border-radius: 0px; }
  .unstyled-error::before, .popover .openlmis-invalid > ::before {
    content: ""; }

.form-inline > .openlmis-invalid,
form.form-inline > .openlmis-invalid,
fieldset.form-inline > .openlmis-invalid,
.form-inline.form-group > .openlmis-invalid {
  min-width: 100%; }

form.filters, fieldset.filters,
.filters.form-group, .openlmis-table-container > .row > form, .openlmis-table-container > .row > fieldset,
.openlmis-table-container > .row > .form-group {
  width: 16em; }

/*
Inline Forms

Inline forms should be used in compressed places, they can also be used to
group complex controls together within a form.

markup:
<form class="form-inline">
	<label for="example-input">Example input</label>
	<input id="example-input" type="text" required />
	<div class="form-group">
		<label for="input-above">Label above element (recommended)</label>
		<input id="input-above" type="text" />
	</div>
	<div class="form-group">
		<label for="example-select">Example select</label>
		<select id="example-select" >
			<option value="0">Example option 1</option>
			<option value="1">Example option 2</option>
			<option value="2">Example option 3</option>
		</select>
	</div>
	<label>
		<input type="checkbox" />
		Example checkbox
	</label>
	<input type="submit" />
</form>

Styleguide 3.1
*/
form.form-inline, fieldset.form-inline,
.form-inline.form-group,
.form-inline {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  max-width: none;
  margin-left: -1em; }
  form.form-inline > *, fieldset.form-inline > *, .form-inline.form-group > *,
  .form-inline > * {
    flex: 0 0 auto;
    width: auto;
    min-width: auto;
    margin: 0px;
    margin-left: 1em; }
  form.form-inline > label, fieldset.form-inline > label, .form-inline.form-group > label,
  .form-inline > label {
    margin-bottom: 0.5em; }
  form.form-inline > label + input, fieldset.form-inline > label + input, .form-inline.form-group > label + input,
  form.form-inline > label + select,
  fieldset.form-inline > label + select,
  .form-inline.form-group > label + select,
  form.form-inline > label + textarea,
  fieldset.form-inline > label + textarea,
  .form-inline.form-group > label + textarea,
  .form-inline > label + input,
  .form-inline > label + select,
  .form-inline > label + textarea {
    margin-left: 0.2em; }
  form.form-inline > label + input[type="submit"], fieldset.form-inline > label + input[type="submit"], .form-inline.form-group > label + input[type="submit"],
  form.form-inline > label + input[type="button"],
  fieldset.form-inline > label + input[type="button"],
  .form-inline.form-group > label + input[type="button"],
  .form-inline > label + input[type="submit"],
  .form-inline > label + input[type="button"] {
    margin-left: 1em; }
  form.form-inline > .form-group > *:last-child, fieldset.form-inline > .form-group > *:last-child, .form-inline.form-group > .form-group > *:last-child,
  .form-inline > .form-group > *:last-child {
    margin-bottom: 0em; }
  form.form-inline > .form-group > .input-control, fieldset.form-inline > .form-group > .input-control, .form-inline.form-group > .form-group > .input-control, form.form-inline > .form-group > input[type="text"], fieldset.form-inline > .form-group > input[type="text"], .form-inline.form-group > .form-group > input[type="text"],
  form.form-inline > .form-group > input[type="password"],
  fieldset.form-inline > .form-group > input[type="password"],
  .form-inline.form-group > .form-group > input[type="password"],
  form.form-inline > .form-group > input[type="email"],
  fieldset.form-inline > .form-group > input[type="email"],
  .form-inline.form-group > .form-group > input[type="email"],
  form.form-inline > .form-group > input[type="number"],
  fieldset.form-inline > .form-group > input[type="number"],
  .form-inline.form-group > .form-group > input[type="number"],
  form.form-inline > .form-group > select,
  fieldset.form-inline > .form-group > select,
  .form-inline.form-group > .form-group > select,
  form.form-inline > .form-group > textarea,
  fieldset.form-inline > .form-group > textarea,
  .form-inline.form-group > .form-group > textarea,
  .form-inline > .form-group > .input-control,
  .form-inline > .form-group > input[type="text"],
  .form-inline > .form-group > input[type="password"],
  .form-inline > .form-group > input[type="email"],
  .form-inline > .form-group > input[type="number"],
  .form-inline > .form-group > select,
  .form-inline > .form-group > textarea {
    width: 100%; }

.form-inline + .form-inline {
  padding-top: 1em; }

.action-buttons {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 3.6em;
  z-index: 15; }
  .action-buttons .delete-button {
    margin-left: 0.7em;
    margin-top: 0.7em; }
  .action-buttons .save-button {
    margin-left: 0.7em;
    margin-top: 0.7em; }
  .action-buttons .primary-action {
    float: right;
    margin-right: 0.7em;
    margin-top: 0.7em; }

/*
Forms

## General Rules
When creating a form in OpenLMIS-UI, our approach is to keep the markup as simple
as possible. Additional styles and functionality should be added through semantic
CSS or AngularJS directives.

*Note:* All form styles are based off the Bootstrap 3 guidelines, and all
Bootstrap 3 markup will work.

**Conventions:**
* Don't use disabled states, hide form controls when not needed
  * Only form elements such as `<input type="text">` or `<select>` can be disabled
* Form actions happen on form submit or button click (not magically)
  * Only internal form actions may 'magically' update (ie a `<select>` filter)
  * Always include a submit button with an action label (ie 'Search' or 'Save')
* Labels for form elements must always be visible
  * Radio and checkboxes must be surrounded in a fieldset (with a legend)
* Required fields must always be marked
* No placeholders
  * Unless the element is `<select>`

## Error Messages
There are two types of error messages in a form, input-level messages and
form-level messages.

Form-level messages should be shown at the top for the form. These elements are
only shown after a form is submitted, and recieve focus when the form
submission fails. Once a form is resubmitted the error is removed.

Input-level messages are shown below the input element that has an error. All
error messages must use ARIA labels so they are associated with the input
element.

<form>
	<!-- Form headings should be an appropriate heading level -->
	<h3>Full Example Form</h3>
  <p>To see details and exceptions, please see other form styleguide sections.</p>
	<label for="exampleTextInput" >Example text input</label>
	<input id="exampleTextInput" type="text" required />
  <label for="disabledTextInput" >Disabled text input</label>
  <input id="disabledTextInput" type="text" disabled value="Disabled" />
	<label for="exampleSelect">Example combo box element</label>
	<select id="exampleSelect" required>
		<option value="0">EPI</option>
		<option value="1">ART</option>
		<option value="2">Essential Medicines</option>
		<option value="3">Family Planning</option>
		<option value="4">Malaria</option>
	</select>
	<label class="checkbox">
		<input type="checkbox" ng-value="true" />
		Boolean checkbox, used to turn a value on or off
	</label>
  <p>Our aim is to keep checkbox and radio selection markup simple and accessiable. We also allow for additional content in forms, like paragraphs.</p>
	<fieldset class="form-group">
		<legend>Radio elements</legend>
		<label class="radio">
			<input type="radio" name="radioOptions" ng-model="radioOptions" value="0" />
			Radio 1
		</label>
		<label class="radio">
			<input type="radio" name="radioOptions" ng-model="radioOptions" value="1" />
			Radio 2
		</label>
	</fieldset>
  <fieldset>
    <legend>Bootstrap v3 Examples</legend>
    <div class="form-group">
      <label id="bootstrap-text">Bootstrap text box</label>
      <input for="bootstrap-text" type="text" />
    </div>
    <div class="form-group">
      <label for="bootstrap-textarea">Textarea</label>
      <textarea id="bootstrap-textarea" ng-model="exampleTextarea" required></textarea>
    </div>
    <div class="checkbox">
      <label>
        <input type="checkbox" checked="checked" disabled />
        Bootstrap checkbox works
      </label>
    </div>
  </fieldset>
	<input type="submit" value="Save" />
  <button>Reset</button>
</form>

Styleguide 3.0
*/
form, fieldset,
.form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 440px; }
  form > *, fieldset > *, .form-group > * {
    display: block;
    flex: 1 0 100%;
    margin: 0.2em 0; }
  form > fieldset, fieldset > fieldset, .form-group > fieldset {
    margin: 0em;
    margin-top: 0.5em; }
  form > label, fieldset > label, .form-group > label,
  form > div > label,
  fieldset > div > label,
  .form-group > div > label,
  form > fieldset > legend,
  fieldset > fieldset > legend,
  .form-group > fieldset > legend {
    margin-top: 0.5em;
    margin-bottom: 0.2em; }
    form > label.is-required:after, fieldset > label.is-required:after, .form-group > label.is-required:after,
    form > div > label.is-required:after,
    fieldset > div > label.is-required:after,
    .form-group > div > label.is-required:after,
    form > fieldset > legend.is-required:after,
    fieldset > fieldset > legend.is-required:after,
    .form-group > fieldset > legend.is-required:after {
      color: #a94442;
      content: '*';
      margin-left: 0.25em; }
  form.form-inline > div > label, fieldset.form-inline > div > label, .form-inline.form-group > div > label {
    margin-right: 0.25em; }
  form > input[type="button"], fieldset > input[type="button"], .form-group > input[type="button"],
  form > input[type="submit"],
  fieldset > input[type="submit"],
  .form-group > input[type="submit"],
  form > button,
  fieldset > button,
  .form-group > button,
  form > .btn,
  fieldset > .btn,
  .form-group > .btn,
  .product-grid form > button,
  .product-grid fieldset > button,
  .product-grid .form-group > button,
  form > input[type=button],
  fieldset > input[type=button],
  .form-group > input[type=button],
  tags-input .tags form > .tag-item,
  tags-input .tags fieldset > .tag-item,
  tags-input .tags .form-group > .tag-item {
    flex: 0 0 auto;
    min-width: auto; }
  form > fieldset.form-group > label.checkbox, fieldset > fieldset.form-group > label.checkbox, .form-group > fieldset.form-group > label.checkbox,
  form > fieldset.form-group > label.radio,
  fieldset > fieldset.form-group > label.radio,
  .form-group > fieldset.form-group > label.radio {
    margin-top: 0.2em; }
  form div.checkbox > label, fieldset div.checkbox > label, .form-group div.checkbox > label {
    width: 100%; }

.form-label, form > label, fieldset > label, .form-group > label, fieldset > legend {
  font-weight: bold;
  font-size: 14px; }

.form-group {
  margin-bottom: 0px; }

fieldset fieldset.form-control > legend, form fieldset.form-control > legend, fieldset fieldset.form-control > legend, .form-group fieldset.form-control > legend, form fieldset.input-control > legend, fieldset fieldset.input-control > legend, .form-group fieldset.input-control > legend, form fieldset.select2 > legend, fieldset fieldset.select2 > legend, .form-group fieldset.select2 > legend,
form fieldset.form-group > legend,
fieldset fieldset.form-group > legend,
.form-group fieldset.form-group > legend {
  color: #333333;
  font-weight: bold; }

form > input, fieldset > input, .form-group > input,
form > textarea,
fieldset > textarea,
.form-group > textarea,
form > select,
fieldset > select,
.form-group > select {
  outline: none; }

fieldset > legend {
  padding: 0px;
  border-bottom-width: 0; }

textarea {
  resize: none; }

input.number,
input[type="number"] {
  text-align: right; }

input.date {
  text-align: left; }

.note {
  font-size: 1em;
  font-style: italic; }

form + label, fieldset + label, .form-group + label,
section + label {
  margin-top: 0.5em;
  margin-bottom: 0.2em; }

/*
Input Controls

Individual form controls have different layouts. Form controls should be used
within a form with a proper label, but that might not always happen...

markup:
<form>
	<label for="exampleTextFormControl" >Example text input</label>
	<input id="exampleTextFormControl" type="text" required />
	<label for="disabledTextFormControl" >Disabled text input</label>
	<input id="disabledTextFormControl" type="text" disabled value="Disabled" />
	<label for="exampleNumberFormControl" >Example number input</label>
	<input id="exampleNumberFormControl" type="number" required />
	<label for="examplePasswordFormControl" >Example password input</label>
	<input id="examplePasswordFormControl" type="password" required />
	<label id="exampleTextareaFormControl">Textarea</label>
	<textarea for="exampleTextareaFormControl" required></textarea>
</form>

Styleguide 3.2
*/
.form-control,
.input-control, input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea, .select2, .select2-container .select2-dropdown .select2-search > input,
.input-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
  width: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.5em;
  height: auto;
  border-color: #bebebe;
  border-style: solid;
  border-radius: 4px;
  box-shadow: inset 0 0 0.5em #bebebe;
  color: #333333; }
  .form-control:focus,
  .input-control:focus, input:focus[type="text"],
  input:focus[type="password"],
  input:focus[type="email"],
  input:focus[type="number"],
  select:focus,
  textarea:focus, .select2:focus, .select2-container .select2-dropdown .select2-search > input:focus, .is-focused.form-control, .select2.select2-container--open, .select2.select2-container--focus,
  .is-focused.input-control, input.is-focused[type="text"],
  input.is-focused[type="password"],
  input.is-focused[type="email"],
  input.is-focused[type="number"],
  select.is-focused,
  textarea.is-focused, .is-focused.select2, .select2-container .select2-dropdown .select2-search > input.is-focused, .is-focused.is-invalid.form-control, .is-invalid.select2.select2-container--open, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .select2.select2-container--open[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .select2.select2-container--open[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .select2.select2-container--open[input-control],
  td.has-single-input-control.is-invalid > .select2.select2-container--open[input-control], .is-invalid.select2.select2-container--focus, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .select2.select2-container--focus[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .select2.select2-container--focus[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .select2.select2-container--focus[input-control],
  td.has-single-input-control.is-invalid > .select2.select2-container--focus[input-control], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.form-control[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.form-control[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.form-control[input-control],
  td.has-single-input-control.is-invalid > .is-focused.form-control[input-control],
  .is-focused.is-invalid.input-control, input.is-focused.is-invalid[type="text"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control],
  input.is-focused.is-invalid[type="password"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control],
  input.is-focused.is-invalid[type="email"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control],
  input.is-focused.is-invalid[type="number"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control],
  select.is-focused.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > select.is-focused[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > select.is-focused[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > select.is-focused[input-control],
  td.has-single-input-control.is-invalid > select.is-focused[input-control],
  textarea.is-focused.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > textarea.is-focused[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > textarea.is-focused[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > textarea.is-focused[input-control],
  td.has-single-input-control.is-invalid > textarea.is-focused[input-control], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.input-control[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.input-control[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.input-control[input-control],
  td.has-single-input-control.is-invalid > .is-focused.input-control[input-control], .is-focused.is-invalid.select2, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.select2[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.select2[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .is-focused.select2[input-control],
  td.has-single-input-control.is-invalid > .is-focused.select2[input-control], .select2-container .select2-dropdown .select2-search > input.is-focused.is-invalid, .select2-container .select2-dropdown .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input.is-focused[input-control], .select2-container .select2-dropdown .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input.is-focused[input-control], .openlmis-table-container .select2-container .select2-dropdown .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input.is-focused[input-control], .select2-container .select2-dropdown .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input.is-focused[input-control], .openlmis-table-pane .select2-container .select2-dropdown table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input.is-focused[input-control],
  .select2-container .select2-dropdown td.has-single-input-control.is-invalid.select2-search > input.is-focused[input-control],
  .input-control:focus,
  input:focus[type="text"],
  input:focus[type="password"],
  input:focus[type="email"],
  input:focus[type="number"],
  select:focus,
  textarea:focus,
  .input-control.is-focused,
  input.is-focused[type="text"],
  input.is-focused[type="password"],
  input.is-focused[type="email"],
  input.is-focused[type="number"],
  select.is-focused,
  textarea.is-focused,
  .input-control.is-focused.is-invalid,
  input.is-focused.is-invalid[type="text"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="text"][input-control],
  input.is-focused.is-invalid[type="password"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="password"][input-control],
  input.is-focused.is-invalid[type="email"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="email"][input-control],
  input.is-focused.is-invalid[type="number"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control],
  td.has-single-input-control.is-invalid > input.is-focused[type="number"][input-control],
  select.is-focused.is-invalid,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > select.is-focused[input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > select.is-focused[input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > select.is-focused[input-control],
  td.has-single-input-control.is-invalid > select.is-focused[input-control],
  textarea.is-focused.is-invalid,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > textarea.is-focused[input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > textarea.is-focused[input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > textarea.is-focused[input-control],
  td.has-single-input-control.is-invalid > textarea.is-focused[input-control],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .input-control.is-focused[input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .input-control.is-focused[input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .input-control.is-focused[input-control],
  td.has-single-input-control.is-invalid > .input-control.is-focused[input-control] {
    border-color: #49baeb;
    box-shadow: inset 0 0 0.5em #49baeb; }
  .form-control:disabled,
  .input-control:disabled, input:disabled[type="text"],
  input:disabled[type="password"],
  input:disabled[type="email"],
  input:disabled[type="number"],
  select:disabled,
  textarea:disabled, .select2:disabled, .select2-container .select2-dropdown .select2-search > input:disabled, .is-disabled.form-control, .select2.select2-container--disabled,
  .is-disabled.input-control, input.is-disabled[type="text"],
  input.is-disabled[type="password"],
  input.is-disabled[type="email"],
  input.is-disabled[type="number"],
  select.is-disabled,
  textarea.is-disabled, .is-disabled.select2, .select2-container .select2-dropdown .select2-search > input.is-disabled,
  .input-control:disabled,
  input:disabled[type="text"],
  input:disabled[type="password"],
  input:disabled[type="email"],
  input:disabled[type="number"],
  select:disabled,
  textarea:disabled,
  .input-control.is-disabled,
  input.is-disabled[type="text"],
  input.is-disabled[type="password"],
  input.is-disabled[type="email"],
  input.is-disabled[type="number"],
  select.is-disabled,
  textarea.is-disabled {
    box-shadow: 0 0 0 #bebebe;
    color: #595959;
    background-color: transparent;
    cursor: not-allowed; }
  .is-invalid.form-control, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .form-control[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .form-control[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .form-control[input-control],
  td.has-single-input-control.is-invalid > .form-control[input-control],
  .is-invalid.input-control, input.is-invalid[type="text"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="text"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="text"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="text"][input-control],
  td.has-single-input-control.is-invalid > input[type="text"][input-control],
  input.is-invalid[type="password"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="password"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="password"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="password"][input-control],
  td.has-single-input-control.is-invalid > input[type="password"][input-control],
  input.is-invalid[type="email"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="email"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="email"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="email"][input-control],
  td.has-single-input-control.is-invalid > input[type="email"][input-control],
  input.is-invalid[type="number"], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="number"][input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="number"][input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="number"][input-control],
  td.has-single-input-control.is-invalid > input[type="number"][input-control],
  select.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control],
  td.has-single-input-control.is-invalid > select[input-control],
  textarea.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control],
  td.has-single-input-control.is-invalid > textarea[input-control], .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control],
  td.has-single-input-control.is-invalid > .input-control[input-control], .is-invalid.select2, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .select2[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .select2[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .select2[input-control],
  td.has-single-input-control.is-invalid > .select2[input-control], .select2-container .select2-dropdown .select2-search > input.is-invalid, .select2-container .select2-dropdown .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control], .select2-container .select2-dropdown .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control], .openlmis-table-container .select2-container .select2-dropdown .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control], .select2-container .select2-dropdown .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control], .openlmis-table-pane .select2-container .select2-dropdown table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control],
  .select2-container .select2-dropdown td.has-single-input-control.is-invalid.select2-search > input[input-control],
  .input-control.is-invalid,
  input.is-invalid[type="text"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="text"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="text"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="text"][input-control],
  td.has-single-input-control.is-invalid > input[type="text"][input-control],
  input.is-invalid[type="password"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="password"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="password"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="password"][input-control],
  td.has-single-input-control.is-invalid > input[type="password"][input-control],
  input.is-invalid[type="email"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="email"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="email"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="email"][input-control],
  td.has-single-input-control.is-invalid > input[type="email"][input-control],
  input.is-invalid[type="number"],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[type="number"][input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[type="number"][input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[type="number"][input-control],
  td.has-single-input-control.is-invalid > input[type="number"][input-control],
  select.is-invalid,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control],
  td.has-single-input-control.is-invalid > select[input-control],
  textarea.is-invalid,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control],
  td.has-single-input-control.is-invalid > textarea[input-control],
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control],
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control],
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control],
  td.has-single-input-control.is-invalid > .input-control[input-control] {
    box-shadow: inset 0 0 0.5em #a94442;
    padding-right: 2em; }
    .is-invalid.form-control::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .form-control[input-control]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .form-control[input-control]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .form-control[input-control]::after,
    td.has-single-input-control.is-invalid > .form-control[input-control]::after,
    .is-invalid.input-control::after, input.is-invalid[type="text"]::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="text"]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="text"]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="text"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="text"]::after,
    input.is-invalid[type="password"]::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="password"]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="password"]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="password"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="password"]::after,
    input.is-invalid[type="email"]::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="email"]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="email"]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="email"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="email"]::after,
    input.is-invalid[type="number"]::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="number"]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="number"]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="number"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="number"]::after,
    select.is-invalid::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control]::after,
    td.has-single-input-control.is-invalid > select[input-control]::after,
    textarea.is-invalid::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control]::after,
    td.has-single-input-control.is-invalid > textarea[input-control]::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control]::after,
    td.has-single-input-control.is-invalid > .input-control[input-control]::after, .is-invalid.select2::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .select2[input-control]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .select2[input-control]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .select2[input-control]::after,
    td.has-single-input-control.is-invalid > .select2[input-control]::after, .select2-container .select2-dropdown .select2-search > input.is-invalid::after, .select2-container .select2-dropdown .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control]::after, .select2-container .select2-dropdown .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control]::after, .openlmis-table-container .select2-container .select2-dropdown .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control]::after, .select2-container .select2-dropdown .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control]::after, .openlmis-table-pane .select2-container .select2-dropdown table > tbody > tr > td.has-single-input-control.is-invalid.select2-search > input[input-control]::after,
    .select2-container .select2-dropdown td.has-single-input-control.is-invalid.select2-search > input[input-control]::after,
    .input-control.is-invalid::after,
    input.is-invalid[type="text"]::after,
    .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="text"]::after,
    .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="text"]::after,
    .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="text"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="text"]::after,
    input.is-invalid[type="password"]::after,
    .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="password"]::after,
    .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="password"]::after,
    .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="password"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="password"]::after,
    input.is-invalid[type="email"]::after,
    .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="email"]::after,
    .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="email"]::after,
    .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="email"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="email"]::after,
    input.is-invalid[type="number"]::after,
    .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="number"]::after,
    .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="number"]::after,
    .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > input[input-control][type="number"]::after,
    td.has-single-input-control.is-invalid > input[input-control][type="number"]::after,
    select.is-invalid::after,
    .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control]::after,
    .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control]::after,
    .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > select[input-control]::after,
    td.has-single-input-control.is-invalid > select[input-control]::after,
    textarea.is-invalid::after,
    .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control]::after,
    .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control]::after,
    .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > textarea[input-control]::after,
    td.has-single-input-control.is-invalid > textarea[input-control]::after,
    .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control]::after,
    .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control]::after,
    .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .input-control[input-control]::after,
    td.has-single-input-control.is-invalid > .input-control[input-control]::after {
      content: "\f06a";
      color: #a94442;
      font: normal normal normal 14px/1 FontAwesome;
      display: block;
      height: 1em;
      width: 1em;
      position: absolute;
      top: 50%;
      right: 0.5em;
      transform: translateY(-50%); }
  .form-control > *, .input-control > *, input[type="text"] > *, input[type="password"] > *, input[type="email"] > *, input[type="number"] > *, select > *, textarea > *, .select2 > *, .select2-container .select2-dropdown .select2-search > input > *,
  .input-control > *,
  input[type="text"] > *,
  input[type="password"] > *,
  input[type="email"] > *,
  input[type="number"] > *,
  select > *,
  textarea > * {
    flex: 0 0 auto; }
  .form-control > .input-control, .input-control > .input-control, input[type="text"] > .input-control, input[type="password"] > .input-control, input[type="email"] > .input-control, input[type="number"] > .input-control, select > .input-control, textarea > .input-control, .select2 > .input-control, .select2-container .select2-dropdown .select2-search > input > .input-control, .form-control > input[type="text"], .input-control > input[type="text"], input[type="text"] > input[type="text"], input[type="password"] > input[type="text"], input[type="email"] > input[type="text"], input[type="number"] > input[type="text"], select > input[type="text"], textarea > input[type="text"], .select2 > input[type="text"], .select2-container .select2-dropdown .select2-search > input > input[type="text"],
  .form-control > input[type="password"],
  .input-control > input[type="password"],
  input[type="text"] > input[type="password"],
  input[type="password"] > input[type="password"],
  input[type="email"] > input[type="password"],
  input[type="number"] > input[type="password"],
  select > input[type="password"],
  textarea > input[type="password"],
  .select2 > input[type="password"],
  .select2-container .select2-dropdown .select2-search > input > input[type="password"],
  .form-control > input[type="email"],
  .input-control > input[type="email"],
  input[type="text"] > input[type="email"],
  input[type="password"] > input[type="email"],
  input[type="email"] > input[type="email"],
  input[type="number"] > input[type="email"],
  select > input[type="email"],
  textarea > input[type="email"],
  .select2 > input[type="email"],
  .select2-container .select2-dropdown .select2-search > input > input[type="email"],
  .form-control > input[type="number"],
  .input-control > input[type="number"],
  input[type="text"] > input[type="number"],
  input[type="password"] > input[type="number"],
  input[type="email"] > input[type="number"],
  input[type="number"] > input[type="number"],
  select > input[type="number"],
  textarea > input[type="number"],
  .select2 > input[type="number"],
  .select2-container .select2-dropdown .select2-search > input > input[type="number"],
  .form-control > select,
  .input-control > select,
  input[type="text"] > select,
  input[type="password"] > select,
  input[type="email"] > select,
  input[type="number"] > select,
  select > select,
  textarea > select,
  .select2 > select,
  .select2-container .select2-dropdown .select2-search > input > select,
  .form-control > textarea,
  .input-control > textarea,
  input[type="text"] > textarea,
  input[type="password"] > textarea,
  input[type="email"] > textarea,
  input[type="number"] > textarea,
  select > textarea,
  textarea > textarea,
  .select2 > textarea,
  .select2-container .select2-dropdown .select2-search > input > textarea,
  .form-control > .form-control,
  .form-control > .form-control,
  .input-control > .form-control,
  input[type="text"] > .form-control,
  input[type="password"] > .form-control,
  input[type="email"] > .form-control,
  input[type="number"] > .form-control,
  select > .form-control,
  textarea > .form-control,
  .select2 > .form-control,
  .select2-container .select2-dropdown .select2-search > input > .form-control,
  .form-control > .form-control,
  .form-control > .form-control,
  .input-control > .form-control,
  input[type="text"] > .form-control,
  input[type="password"] > .form-control,
  input[type="email"] > .form-control,
  input[type="number"] > .form-control,
  select > .form-control,
  textarea > .form-control,
  .select2 > .form-control,
  .select2-container .select2-dropdown .select2-search > input > .form-control,
  .form-control > .input-control,
  .form-control > .input-control,
  .input-control > .input-control,
  input[type="text"] > .input-control,
  input[type="password"] > .input-control,
  input[type="email"] > .input-control,
  input[type="number"] > .input-control,
  select > .input-control,
  textarea > .input-control,
  .select2 > .input-control,
  .select2-container .select2-dropdown .select2-search > input > .input-control,
  .form-control > input[type="text"],
  .form-control > input[type="text"],
  .input-control > input[type="text"],
  input[type="text"] > input[type="text"],
  input[type="password"] > input[type="text"],
  input[type="email"] > input[type="text"],
  input[type="number"] > input[type="text"],
  select > input[type="text"],
  textarea > input[type="text"],
  .select2 > input[type="text"],
  .select2-container .select2-dropdown .select2-search > input > input[type="text"],
  .form-control > input[type="password"],
  .form-control > input[type="password"],
  .input-control > input[type="password"],
  input[type="text"] > input[type="password"],
  input[type="password"] > input[type="password"],
  input[type="email"] > input[type="password"],
  input[type="number"] > input[type="password"],
  select > input[type="password"],
  textarea > input[type="password"],
  .select2 > input[type="password"],
  .select2-container .select2-dropdown .select2-search > input > input[type="password"],
  .form-control > input[type="email"],
  .form-control > input[type="email"],
  .input-control > input[type="email"],
  input[type="text"] > input[type="email"],
  input[type="password"] > input[type="email"],
  input[type="email"] > input[type="email"],
  input[type="number"] > input[type="email"],
  select > input[type="email"],
  textarea > input[type="email"],
  .select2 > input[type="email"],
  .select2-container .select2-dropdown .select2-search > input > input[type="email"],
  .form-control > input[type="number"],
  .form-control > input[type="number"],
  .input-control > input[type="number"],
  input[type="text"] > input[type="number"],
  input[type="password"] > input[type="number"],
  input[type="email"] > input[type="number"],
  input[type="number"] > input[type="number"],
  select > input[type="number"],
  textarea > input[type="number"],
  .select2 > input[type="number"],
  .select2-container .select2-dropdown .select2-search > input > input[type="number"],
  .form-control > select,
  .form-control > select,
  .input-control > select,
  input[type="text"] > select,
  input[type="password"] > select,
  input[type="email"] > select,
  input[type="number"] > select,
  select > select,
  textarea > select,
  .select2 > select,
  .select2-container .select2-dropdown .select2-search > input > select,
  .form-control > textarea,
  .form-control > textarea,
  .input-control > textarea,
  input[type="text"] > textarea,
  input[type="password"] > textarea,
  input[type="email"] > textarea,
  input[type="number"] > textarea,
  select > textarea,
  textarea > textarea,
  .select2 > textarea,
  .select2-container .select2-dropdown .select2-search > input > textarea,
  .form-control > .select2,
  .form-control > .select2,
  .input-control > .select2,
  input[type="text"] > .select2,
  input[type="password"] > .select2,
  input[type="email"] > .select2,
  input[type="number"] > .select2,
  select > .select2,
  textarea > .select2,
  .select2 > .select2,
  .select2-container .select2-dropdown .select2-search > input > .select2,
  .select2-container .select2-dropdown .select2-search.form-control > input,
  .select2-container .select2-dropdown .select2-search.form-control > input,
  .select2-container .select2-dropdown .select2-search.input-control > input,
  .select2-container .select2-dropdown input.select2-search[type="text"] > input,
  .select2-container .select2-dropdown input.select2-search[type="password"] > input,
  .select2-container .select2-dropdown input.select2-search[type="email"] > input,
  .select2-container .select2-dropdown input.select2-search[type="number"] > input,
  .select2-container .select2-dropdown select.select2-search > input,
  .select2-container .select2-dropdown textarea.select2-search > input,
  .select2-container .select2-dropdown .select2-search.select2 > input,
  .select2-container .select2-dropdown .select2-search > input.select2-search > input,
  .input-control > .input-control,
  input[type="text"] > .input-control,
  input[type="password"] > .input-control,
  input[type="email"] > .input-control,
  input[type="number"] > .input-control,
  select > .input-control,
  textarea > .input-control,
  .input-control > input[type="text"],
  input[type="text"] > input[type="text"],
  input[type="password"] > input[type="text"],
  input[type="email"] > input[type="text"],
  input[type="number"] > input[type="text"],
  select > input[type="text"],
  textarea > input[type="text"],
  .input-control > input[type="password"],
  input[type="text"] > input[type="password"],
  input[type="password"] > input[type="password"],
  input[type="email"] > input[type="password"],
  input[type="number"] > input[type="password"],
  select > input[type="password"],
  textarea > input[type="password"],
  .input-control > input[type="email"],
  input[type="text"] > input[type="email"],
  input[type="password"] > input[type="email"],
  input[type="email"] > input[type="email"],
  input[type="number"] > input[type="email"],
  select > input[type="email"],
  textarea > input[type="email"],
  .input-control > input[type="number"],
  input[type="text"] > input[type="number"],
  input[type="password"] > input[type="number"],
  input[type="email"] > input[type="number"],
  input[type="number"] > input[type="number"],
  select > input[type="number"],
  textarea > input[type="number"],
  .input-control > select,
  input[type="text"] > select,
  input[type="password"] > select,
  input[type="email"] > select,
  input[type="number"] > select,
  select > select,
  textarea > select,
  .input-control > textarea,
  input[type="text"] > textarea,
  input[type="password"] > textarea,
  input[type="email"] > textarea,
  input[type="number"] > textarea,
  select > textarea,
  textarea > textarea,
  select > .form-control,
  textarea > .form-control,
  .input-control > .form-control,
  input[type="text"] > .form-control,
  input[type="password"] > .form-control,
  input[type="email"] > .form-control,
  input[type="number"] > .form-control,
  .input-control > .input-control,
  input[type="text"] > .input-control,
  input[type="password"] > .input-control,
  input[type="email"] > .input-control,
  input[type="number"] > .input-control,
  select > .input-control,
  textarea > .input-control,
  .input-control > input[type="text"],
  input[type="text"] > input[type="text"],
  input[type="password"] > input[type="text"],
  input[type="email"] > input[type="text"],
  input[type="number"] > input[type="text"],
  select > input[type="text"],
  textarea > input[type="text"],
  .input-control > input[type="password"],
  input[type="text"] > input[type="password"],
  input[type="password"] > input[type="password"],
  input[type="email"] > input[type="password"],
  input[type="number"] > input[type="password"],
  select > input[type="password"],
  textarea > input[type="password"],
  .input-control > input[type="email"],
  input[type="text"] > input[type="email"],
  input[type="password"] > input[type="email"],
  input[type="email"] > input[type="email"],
  input[type="number"] > input[type="email"],
  select > input[type="email"],
  textarea > input[type="email"],
  .input-control > input[type="number"],
  input[type="text"] > input[type="number"],
  input[type="password"] > input[type="number"],
  input[type="email"] > input[type="number"],
  input[type="number"] > input[type="number"],
  select > input[type="number"],
  textarea > input[type="number"],
  .input-control > select,
  input[type="text"] > select,
  input[type="password"] > select,
  input[type="email"] > select,
  input[type="number"] > select,
  select > select,
  textarea > select,
  .input-control > textarea,
  input[type="text"] > textarea,
  input[type="password"] > textarea,
  input[type="email"] > textarea,
  input[type="number"] > textarea,
  select > textarea,
  textarea > textarea,
  .input-control > .select2,
  input[type="text"] > .select2,
  input[type="password"] > .select2,
  input[type="email"] > .select2,
  input[type="number"] > .select2,
  select > .select2,
  textarea > .select2,
  .select2-container .select2-dropdown .select2-search.input-control > input,
  .select2-container .select2-dropdown input.select2-search[type="text"] > input,
  .select2-container .select2-dropdown input.select2-search[type="password"] > input,
  .select2-container .select2-dropdown input.select2-search[type="email"] > input,
  .select2-container .select2-dropdown input.select2-search[type="number"] > input,
  .select2-container .select2-dropdown select.select2-search > input,
  .select2-container .select2-dropdown textarea.select2-search > input {
    flex: 1 0 auto; }

.input-control-unstyled, .form-control > .input-control, .input-control > .input-control, input[type="text"] > .input-control, input[type="password"] > .input-control, input[type="email"] > .input-control, input[type="number"] > .input-control, select > .input-control, textarea > .input-control, .select2 > .input-control, .select2-container .select2-dropdown .select2-search > input > .input-control, .form-control > input[type="text"], .input-control > input[type="text"], input[type="text"] > input[type="text"], input[type="password"] > input[type="text"], input[type="email"] > input[type="text"], input[type="number"] > input[type="text"], select > input[type="text"], textarea > input[type="text"], .select2 > input[type="text"], .select2-container .select2-dropdown .select2-search > input > input[type="text"],
.form-control > input[type="password"],
.input-control > input[type="password"],
input[type="text"] > input[type="password"],
input[type="password"] > input[type="password"],
input[type="email"] > input[type="password"],
input[type="number"] > input[type="password"],
select > input[type="password"],
textarea > input[type="password"],
.select2 > input[type="password"],
.select2-container .select2-dropdown .select2-search > input > input[type="password"],
.form-control > input[type="email"],
.input-control > input[type="email"],
input[type="text"] > input[type="email"],
input[type="password"] > input[type="email"],
input[type="email"] > input[type="email"],
input[type="number"] > input[type="email"],
select > input[type="email"],
textarea > input[type="email"],
.select2 > input[type="email"],
.select2-container .select2-dropdown .select2-search > input > input[type="email"],
.form-control > input[type="number"],
.input-control > input[type="number"],
input[type="text"] > input[type="number"],
input[type="password"] > input[type="number"],
input[type="email"] > input[type="number"],
input[type="number"] > input[type="number"],
select > input[type="number"],
textarea > input[type="number"],
.select2 > input[type="number"],
.select2-container .select2-dropdown .select2-search > input > input[type="number"],
.form-control > select,
.input-control > select,
input[type="text"] > select,
input[type="password"] > select,
input[type="email"] > select,
input[type="number"] > select,
select > select,
textarea > select,
.select2 > select,
.select2-container .select2-dropdown .select2-search > input > select,
.form-control > textarea,
.input-control > textarea,
input[type="text"] > textarea,
input[type="password"] > textarea,
input[type="email"] > textarea,
input[type="number"] > textarea,
select > textarea,
textarea > textarea,
.select2 > textarea,
.select2-container .select2-dropdown .select2-search > input > textarea,
.form-control > .form-control,
.input-control > .form-control,
input[type="text"] > .form-control,
input[type="password"] > .form-control,
input[type="email"] > .form-control,
input[type="number"] > .form-control,
select > .form-control,
textarea > .form-control,
.select2 > .form-control,
.select2-container .select2-dropdown .select2-search > input > .form-control, .form-control > .select2, .input-control > .select2, input[type="text"] > .select2, input[type="password"] > .select2, input[type="email"] > .select2, input[type="number"] > .select2, select > .select2, textarea > .select2, .select2 > .select2, .select2-container .select2-dropdown .select2-search > input > .select2, .select2-container .select2-dropdown .select2-search.form-control > input, .select2-container .select2-dropdown .select2-search.input-control > input, .select2-container .select2-dropdown input.select2-search[type="text"] > input, .select2-container .select2-dropdown input.select2-search[type="password"] > input, .select2-container .select2-dropdown input.select2-search[type="email"] > input, .select2-container .select2-dropdown input.select2-search[type="number"] > input, .select2-container .select2-dropdown select.select2-search > input, .select2-container .select2-dropdown textarea.select2-search > input, .select2-container .select2-dropdown .select2-search.select2 > input, .select2-container .select2-dropdown .select2-search > input.select2-search > input, .input-control-unstyled.is-focused, .input-control-unstyled.is-invalid, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .input-control-unstyled[input-control], .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .input-control-unstyled[input-control], .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .input-control-unstyled[input-control],
td.has-single-input-control.is-invalid > .input-control-unstyled[input-control], .input-control-unstyled.is-disabled {
  display: block;
  background: transparent;
  box-shadow: 0 0 0 transparent;
  border: 0px;
  border-radius: 0px;
  padding: 0px; }
  .input-control-unstyled::after, .form-control > .input-control::after, .input-control > .input-control::after, input[type="text"] > .input-control::after, input[type="password"] > .input-control::after, input[type="email"] > .input-control::after, input[type="number"] > .input-control::after, select > .input-control::after, textarea > .input-control::after, .select2 > .input-control::after, .select2-container .select2-dropdown .select2-search > input > .input-control::after, .form-control > input[type="text"]::after, .input-control > input[type="text"]::after, input[type="text"] > input[type="text"]::after, input[type="password"] > input[type="text"]::after, input[type="email"] > input[type="text"]::after, input[type="number"] > input[type="text"]::after, select > input[type="text"]::after, textarea > input[type="text"]::after, .select2 > input[type="text"]::after, .select2-container .select2-dropdown .select2-search > input > input[type="text"]::after,
  .form-control > input[type="password"]::after,
  .input-control > input[type="password"]::after,
  input[type="text"] > input[type="password"]::after,
  input[type="password"] > input[type="password"]::after,
  input[type="email"] > input[type="password"]::after,
  input[type="number"] > input[type="password"]::after,
  select > input[type="password"]::after,
  textarea > input[type="password"]::after,
  .select2 > input[type="password"]::after,
  .select2-container .select2-dropdown .select2-search > input > input[type="password"]::after,
  .form-control > input[type="email"]::after,
  .input-control > input[type="email"]::after,
  input[type="text"] > input[type="email"]::after,
  input[type="password"] > input[type="email"]::after,
  input[type="email"] > input[type="email"]::after,
  input[type="number"] > input[type="email"]::after,
  select > input[type="email"]::after,
  textarea > input[type="email"]::after,
  .select2 > input[type="email"]::after,
  .select2-container .select2-dropdown .select2-search > input > input[type="email"]::after,
  .form-control > input[type="number"]::after,
  .input-control > input[type="number"]::after,
  input[type="text"] > input[type="number"]::after,
  input[type="password"] > input[type="number"]::after,
  input[type="email"] > input[type="number"]::after,
  input[type="number"] > input[type="number"]::after,
  select > input[type="number"]::after,
  textarea > input[type="number"]::after,
  .select2 > input[type="number"]::after,
  .select2-container .select2-dropdown .select2-search > input > input[type="number"]::after,
  .form-control > select::after,
  .input-control > select::after,
  input[type="text"] > select::after,
  input[type="password"] > select::after,
  input[type="email"] > select::after,
  input[type="number"] > select::after,
  select > select::after,
  textarea > select::after,
  .select2 > select::after,
  .select2-container .select2-dropdown .select2-search > input > select::after,
  .form-control > textarea::after,
  .input-control > textarea::after,
  input[type="text"] > textarea::after,
  input[type="password"] > textarea::after,
  input[type="email"] > textarea::after,
  input[type="number"] > textarea::after,
  select > textarea::after,
  textarea > textarea::after,
  .select2 > textarea::after,
  .select2-container .select2-dropdown .select2-search > input > textarea::after,
  .form-control > .form-control::after,
  .input-control > .form-control::after,
  input[type="text"] > .form-control::after,
  input[type="password"] > .form-control::after,
  input[type="email"] > .form-control::after,
  input[type="number"] > .form-control::after,
  select > .form-control::after,
  textarea > .form-control::after,
  .select2 > .form-control::after,
  .select2-container .select2-dropdown .select2-search > input > .form-control::after, .form-control > .select2::after, .input-control > .select2::after, input[type="text"] > .select2::after, input[type="password"] > .select2::after, input[type="email"] > .select2::after, input[type="number"] > .select2::after, select > .select2::after, textarea > .select2::after, .select2 > .select2::after, .select2-container .select2-dropdown .select2-search > input > .select2::after, .select2-container .select2-dropdown .select2-search.form-control > input::after, .select2-container .select2-dropdown .select2-search.input-control > input::after, .select2-container .select2-dropdown input.select2-search[type="text"] > input::after, .select2-container .select2-dropdown input.select2-search[type="password"] > input::after, .select2-container .select2-dropdown input.select2-search[type="email"] > input::after, .select2-container .select2-dropdown input.select2-search[type="number"] > input::after, .select2-container .select2-dropdown select.select2-search > input::after, .select2-container .select2-dropdown textarea.select2-search > input::after, .select2-container .select2-dropdown .select2-search.select2 > input::after, .select2-container .select2-dropdown .select2-search > input.select2-search > input::after, .input-control-unstyled.is-focused::after, .input-control-unstyled.is-invalid::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > .input-control-unstyled[input-control]::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > .input-control-unstyled[input-control]::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > .input-control-unstyled[input-control]::after,
  td.has-single-input-control.is-invalid > .input-control-unstyled[input-control]::after, .input-control-unstyled.is-disabled::after {
    content: ""; }

.input-control > textarea, input[type="text"] > textarea, input[type="password"] > textarea, input[type="email"] > textarea, input[type="number"] > textarea, select > textarea, textarea > textarea {
  width: 100%; }

/*
Input Groups

An input group is either a set of radio or checkbox inputs that together are a
single input control element.

Checkbox groups are used to allow a user to select multiple values. There is no
specific guidance in how a checkbox group should be displayed, but a list of
more than 10 checkbox elements should be considered long, compilcated, and in
need of being redesigned.

Radio button groups should be used when the user needs to pick an item from a
short list of 3-5 options. If there are more options, a select element should
be used. Radio button groups with two choices should be reformatted as a
binary checkbox.

**Radio Group Guidelines:**
* always include a fieldset and legend around the list of options
* if not required, *never pre-select an option*
* when required, always pre-select an option
* sort the options in alphabetical order (the label's alphabetical order), *unless there is a clear reason to use another order*  

When making any type of input group, **always include a fieldset legend as the
label for the list of options.

markup:
<form>
	<fieldset>
		<legend>Radio Group</legend>
		<label ng-repeat="option in ['Apple', 'Bannana', 'Chocolate']">
			<input type="radio" ng-model="example" name="example" ng-value="option" />
			<span ng-bind="option"></span>
		</label>
	</fieldset>
	<fieldset>
		<legend>Required Example Group</legend>
		<label ng-repeat="option in ['Dirt', 'Earth', 'Foil']">
			<input type="radio" ng-model="requiredExample" name="requiredExample" ng-value="option" required />
			<span ng-bind="option"></span>
		</label>
	</fieldset>
	<fieldset>
		<legend>Checkbox Group</legend>
		<label ng-repeat="option in ['Example', 'Test', 'Zebra']">
			<input type="checkbox" ng-model="checkboxExample" checkbox="checkboxExample" ng-value="option" required />
			<span ng-bind="option"></span>
		</label>
	</fieldset>
	<input type="submit" />
</form>

Styleguide 3.7
*/
.input-group-item, form > fieldset[input-control] > label, fieldset > fieldset[input-control] > label, .form-group > fieldset[input-control] > label,
form > label.checkbox,
fieldset > label.checkbox,
.form-group > label.checkbox,
form > label.radio,
fieldset > label.radio,
.form-group > label.radio {
  display: flex;
  align-items: baseline;
  margin: 0.2em 0;
  font-weight: normal; }
  .input-group-item > *, form > fieldset[input-control] > label > *, fieldset > fieldset[input-control] > label > *, .form-group > fieldset[input-control] > label > *, form > label.checkbox > *, fieldset > label.checkbox > *, .form-group > label.checkbox > *, form > label.radio > *, fieldset > label.radio > *, .form-group > label.radio > * {
    flex: 0 0 auto; }
  .input-group-item > input[type="radio"], form > fieldset[input-control] > label > input[type="radio"], fieldset > fieldset[input-control] > label > input[type="radio"], .form-group > fieldset[input-control] > label > input[type="radio"], form > label.checkbox > input[type="radio"], fieldset > label.checkbox > input[type="radio"], .form-group > label.checkbox > input[type="radio"], form > label.radio > input[type="radio"], fieldset > label.radio > input[type="radio"], .form-group > label.radio > input[type="radio"],
  .input-group-item > input[type="checkbox"],
  form > fieldset[input-control] > label > input[type="checkbox"],
  fieldset > fieldset[input-control] > label > input[type="checkbox"],
  .form-group > fieldset[input-control] > label > input[type="checkbox"],
  form > label.checkbox > input[type="checkbox"],
  fieldset > label.checkbox > input[type="checkbox"],
  .form-group > label.checkbox > input[type="checkbox"],
  form > label.radio > input[type="checkbox"],
  fieldset > label.radio > input[type="checkbox"],
  .form-group > label.radio > input[type="checkbox"] {
    order: -1;
    position: relative;
    margin-left: 0.5em;
    margin-right: 0.5em; }

/*
Date Picker

User the openlmis-datepicker to show an input that allows the user to select a date.

markup:
<form>
	<label for="example-datepicker">Select with no selection</label>
	<input id="example-datepicker" type="date" ng-model="startDate"/>
</form>


Styleguide 3.5
*/
.openlmis-datepicker::after {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%); }

.datepicker .today:not(.active) {
  background-color: rgba(0, 0, 0, 0.075) !important; }
  .datepicker .today:not(.active):hover {
    background-color: #e4e4e4 !important; }

.datepicker .clear {
  border: 0px;
  font-size: 14px; }
  .datepicker .clear:hover {
    background-color: #49baeb;
    color: #ffffff; }

.saving-indicator {
  text-align: right; }
  .saving-indicator .icon, .saving-indicator .saved, .saving-indicator .saving {
    margin: 0 1em; }
  .saving-indicator .saved {
    font-family: Arial, sans-serif;
    color: #356b6f; }
    .saving-indicator .saved::before {
      font-family: FontAwesome;
      display: inline-block; }
  .saving-indicator .saving {
    font-size: 1em; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2 {
  overflow: hidden;
  width: auto !important;
  cursor: pointer; }
  .select2 .select2-selection--single {
    background-color: transparent;
    border-width: 0px;
    display: block;
    position: relative;
    white-space: pre;
    overflow: hidden;
    padding: 0em 1.25em; }
    .select2 .select2-selection--single:focus {
      outline: 0px; }
    .select2 .select2-selection--single > * {
      display: block;
      flex: 1 1 auto;
      padding: 0px;
      height: auto;
      position: static;
      order: 2; }
    .select2 .select2-selection--single > .select2-selection__rendered {
      overflow: hidden;
      text-overflow: ellipsis; }
    .select2 .select2-selection--single .select2-selection__clear {
      position: absolute;
      top: 0px;
      right: 0px; }
    .select2 .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 0px;
      left: 0px; }
  .select2 .select2-selection__arrow {
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 1em;
    width: 1.2em;
    height: 1.2em;
    text-indent: -20000em;
    flex-grow: 0;
    order: 1;
    color: #bebebe; }
    .select2 .select2-selection__arrow::before {
      font-family: FontAwesome;
      display: inline-block; }
    .select2 .select2-selection__arrow::before {
      position: absolute;
      top: 50%;
      left: 50%;
      text-indent: 0em;
      transform: translateX(-50%) translateY(-50%); }
  .select2 .select2-selection__clear {
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 1em;
    width: 1.2em;
    height: 1.2em;
    text-indent: -20000em;
    color: #bebebe; }
    .select2 .select2-selection__clear::before {
      font-family: FontAwesome;
      display: inline-block; }
    .select2 .select2-selection__clear::before {
      position: absolute;
      top: 50%;
      left: 50%;
      text-indent: 0em;
      transform: translateX(-50%) translateY(-50%); }
    .select2 .select2-selection__clear:hover {
      color: #a94442; }
  .select2.select2-container--open .select2-selection--single > .select2-selection__arrow, .select2.select2-container--focus .select2-selection--single > .select2-selection__arrow {
    color: #49baeb; }

.select2-container.select2-container--open {
  z-index: 1071; }

.select2-container .select2-dropdown {
  display: block;
  border: #bebebe 1px solid;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0em 0.25em 1em #e4e4e4;
  padding: 0.5em 0em;
  width: auto !important;
  min-width: 56px; }
  .select2-container .select2-dropdown .select2-search {
    display: block;
    padding: 0.5em;
    padding-top: 0em; }
    .select2-container .select2-dropdown .select2-search > input {
      width: 100%;
      box-sizing: border-box; }
    .select2-container .select2-dropdown .select2-search.select2-search--hide {
      display: none; }
  .select2-container .select2-dropdown ul {
    padding: 0px;
    margin: 0px;
    max-height: 20em;
    overflow-y: auto; }
  .select2-container .select2-dropdown .select2-results__option {
    cursor: pointer;
    padding: 0.25em 0.5em; }
    .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
      background-color: #f0f0f0; }
  .select2-container .select2-dropdown .select2-results__option[aria-disabled="true"] {
    display: none; }
    .select2-container .select2-dropdown .select2-results__option[aria-disabled="true"]:first-child:last-child {
      display: block; }
  .select2-container .select2-dropdown .select2-results__option--highlighted,
  .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected=true] {
    background-color: #49baeb;
    color: #ffffff; }
  .select2-container .select2-dropdown.select2-dropdown--below, .select2-container .select2-dropdown.select2-dropdown--above {
    position: relative; }
    .select2-container .select2-dropdown.select2-dropdown--below:after, .select2-container .select2-dropdown.select2-dropdown--below:before, .select2-container .select2-dropdown.select2-dropdown--above:after, .select2-container .select2-dropdown.select2-dropdown--above:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      left: 28px;
      pointer-events: none;
      border-width: 14px;
      margin-left: -14px; }
    .select2-container .select2-dropdown.select2-dropdown--below:before, .select2-container .select2-dropdown.select2-dropdown--above:before {
      border-width: 15px;
      margin-left: -15px; }
  .select2-container .select2-dropdown.select2-dropdown--below {
    margin-top: 7px; }
    .select2-container .select2-dropdown.select2-dropdown--below:after, .select2-container .select2-dropdown.select2-dropdown--below:before {
      bottom: 100%; }
    .select2-container .select2-dropdown.select2-dropdown--below:after {
      border-bottom-color: #ffffff; }
    .select2-container .select2-dropdown.select2-dropdown--below:before {
      border-bottom-color: #bebebe; }
  .select2-container .select2-dropdown.select2-dropdown--above {
    margin-top: -7px; }
    .select2-container .select2-dropdown.select2-dropdown--above:after, .select2-container .select2-dropdown.select2-dropdown--above:before {
      top: 100%; }
    .select2-container .select2-dropdown.select2-dropdown--above:after {
      border-top-color: #ffffff; }
    .select2-container .select2-dropdown.select2-dropdown--above:before {
      border-top-color: #bebebe; }

/*
Selects

Select boxes should be used only when a list of radio buttons or checkboxes
would take up too much space. The reason for this is that select boxes hide
options, which adds a cognative step for a user.

Every select box will show a "clear selection" button after a selection has
been made.

All select boxes should implement a placeholder message, and start with their
value unset. Implementers should use specific and tailored language as their
select element placeholder.

markup:
<form ng-init="selectUnknown='foo';">
	<label for="select-empty">Empty select</label>
	<select id="select-empty"></select>
	<label for="select-unknown">Select with an unknown value</label>
	<select id="select-unknown" ng-model="selectUnknown"></select>
	<label for="select-single-option">Select with no selection</label>
	<select id="select-single-option" required>
	  <option value="selected-default-option">Default option (already selected)</option>
	</select>
</form>
<form class="form-inline" ng-init="
	selectValue;
	secondOption;
	options = [
		{
			name: 'Animals that do not exist',
			options: ['Unicorn']
		},
		{
			name: 'Variables that do not exist',
			options: ['foo', 'barbarbar bar bar', 'baz']
		}
	];
	">
	<div class="form-group">
		<label for="select-ng-options">Select using ngOptions</label>
		<select id="select-ng-options" required
			ng-model="selectValue"
			ng-options="option as option.name for option in options"
		>
			<option value="">Select a non-existant thing</option>
		</select>
	</div>
		<div class="form-group">
		<label for="select-updated">Select with dynamic options</label>
		<select id="select-updated" required
			placeholder="Pick something"
			ng-model="secondOption"
			ng-options="value for value in selectValue.options"
			>
		</select>
	</div>
	<button ng-click="selectValue=undefined">Reset</button>
</form>
<form ng-init="
	shortOptionsList = ['Blue', 'Purple', 'Red', 'Yellow', 'Green', 'Teal'];
	longOptionsList = ['Silver', 'Slate Blue', 'Blue', 'Lavender', 'Violet', 'Purple', 'Rebecca Purple', 'Plum', 'Maroon', 'Red', 'Peach', 'Yellow', 'Lime', 'Green', 'Seafoam', 'Teal', 'Aquamarine'];
	searchOptions = shortOptionsList;
">
	<label for="select-more-than-10">Select if there is more than 10 items</label>
	<select id="select-more-than-10" ng-model="selectColor" ng-options="color for color in searchOptions">
	</select>
	<label class="checkbox">
		<input type="checkbox" ng-model="listLength" value="long" ng-change="searchOptions = listLength? longOptionsList : shortOptionsList" />
		List length is long
	</label>
</form>


Styleguide 3.4

*/
select[disabled] + a.clear {
  display: none; }

select > option[disabled] {
  display: none; }

select {
  padding-left: 1.7em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: 10px 1em, 14px 1em;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat; }

select:focus {
  padding-left: 1.7em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: 14px 1em, 10px 1em;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat; }

select.pop-out:disabled {
  box-shadow: inset 0 0 0.5em #ddd;
  background-color: #fff; }

body > header {
  border: 0px;
  padding: 0px; }
  body > header > * {
    width: 100%;
    margin: 0px; }

.openlmis-header {
  align-items: flex-end;
  background: linear-gradient(to top, #e4e4e4 0%, white 80%, #ffffff 100%);
  display: flex;
  flex-wrap: nowrap;
  padding: 1em 2em;
  z-index: 1; }
  @media screen and (max-width: 320px) {
    .openlmis-header {
      padding: 1em 0.5em; } }
  .openlmis-header > * {
    flex: 0 0 auto;
    align-items: flex-end; }
  .openlmis-header > .title, .status-message > header.openlmis-header > .status {
    display: block;
    text-indent: -30000em;
    overflow: hidden;
    background-image: url(1119670bd61f1095a0c71b48a6dfda92.svg);
    background-repeat: no-repeat;
    background-size: auto 36px;
    flex-grow: 1;
    font-size: 36px;
    height: 36px; }
    @media screen and (max-width: 576px) {
      .openlmis-header > .title, .status-message > header.openlmis-header > .status {
        background-size: auto 24px; } }
    @media screen and (max-width: 320px) {
      .openlmis-header > .title, .status-message > header.openlmis-header > .status {
        background-size: auto 20px; } }

.openlmis-header.is-offline {
  background: transparent;
  color: #e4e4e4; }
  .openlmis-header.is-offline > .title, .status-message > header.openlmis-header.is-offline > .status {
    background-image: url(823c25e87f0d75273d2a19dcbcb61584.svg); }

.openlmis-header-actions > * {
  display: flex;
  justify-content: flex-end; }
  .openlmis-header-actions > * > * {
    flex: 0 0 auto;
    margin: 0px;
    margin-right: 1em; }
    .openlmis-header-actions > * > *:last-child {
      margin-right: 0em; }

@media screen and (max-width: 576px) {
  .openlmis-header-actions a {
    margin-right: 0em; } }

.status-offline {
  margin-right: 0; }
  @media screen and (max-width: 576px) {
    .status-offline span {
      display: none; } }

.openlmis-header-info {
  display: flex;
  flex-direction: row; }
  .openlmis-header-info > * {
    flex: 0 0 auto; }
  @media screen and (max-width: 576px) {
    .openlmis-header-info .openlmis-app-cache {
      display: none; } }

.navbar {
  width: 100%; }
  .navbar .navbar-right {
    float: right !important; }
    @media screen and (max-width: 768px) {
      .navbar .navbar-right {
        margin-left: auto !important; } }
  .navbar .nav.navbar-nav, .navbar .page div[ui-view] > nav > ul.navbar-nav, .page .navbar div[ui-view] > nav > ul.navbar-nav, .navbar .flex-page div[ui-view] > nav > ul.navbar-nav, .flex-page .navbar div[ui-view] > nav > ul.navbar-nav, .navbar .batch-requisition-pane div[ui-view] > nav > ul.navbar-nav, .batch-requisition-pane .navbar div[ui-view] > nav > ul.navbar-nav {
    flex-direction: row; }

@media screen and (max-width: 320px) {
  header > .navbar {
    padding: 0% 1% !important; } }

@media screen and (max-width: 320px) {
  header > .navbar {
    padding: 0% 1% !important; } }

header > .navbar.display-in-browser {
  display: block; }
  @media screen and (max-width: 768px) {
    header > .navbar.display-in-browser {
      display: none; } }

header > .navbar.display-in-browser {
  display: block; }
  @media screen and (max-width: 768px) {
    header > .navbar.display-in-browser {
      display: none !important; } }

header > .navbar.display-in-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    header > .navbar.display-in-mobile {
      display: flex; } }

.navbar {
  margin: 0em; }

.navbar-header {
  display: flex;
  padding: 10px 0px; }
  @media screen and (max-width: 768px) {
    .navbar-header .locale-container {
      margin: 10px;
      margin-bottom: 7.5px; } }
  .navbar-header .openlmis-button-group {
    display: flex;
    margin-left: auto; }
  .navbar-header .navbar-toggler {
    padding: 0px 20px; }

header > .navbar .navbar-nav > li > a {
  color: #ffffff;
  font-weight: bold; }

.home-page {
  padding-bottom: 4em;
  display: flex;
  align-items: flex-start; }
  .home-page::after {
    content: "";
    width: 100%;
    height: 136px;
    position: absolute;
    bottom: 0.5em;
    left: 0em;
    background: url(f7d176100e22b85c62bfc22206eb5a6f.png) no-repeat right bottom; }
    @media screen and (max-width: 576px) {
      .home-page::after {
        height: 100%;
        background-size: 1200%; } }
  @media screen and (max-width: 576px) {
    .home-page .system-notification-list > h2 {
      font-size: 16px; } }

.home-page > h2 {
  white-space: pre-line; }
  @media screen and (max-width: 576px) {
    .home-page > h2 {
      font-size: 16px; } }

.scroll {
  width: 100%;
  float: left;
  overflow-y: auto;
  max-height: 60vh;
  padding-bottom: 1em; }

body.no-js > noscript {
  display: block; }
  body.no-js > noscript > .disabled-js-view {
    display: block; }

.disabled-js-view {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 36px;
  color: #ffffff; }

.flex-page {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }
  .flex-page > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }

.message {
  margin-top: 14px;
  padding-bottom: 14px;
  font-size: 14px; }
  .message > header {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: nowrap; }
    .message > header > * {
      flex: 0 0 auto;
      align-items: flex-end; }
    .message > header > .title, .status-message.message > header > .status {
      font-weight: bold;
      max-width: 65%; }
      .message > header > .title > p, .status-message.message > header > .status > p {
        overflow-wrap: break-word;
        word-break: break-all; }
    .message > header > .date {
      font-style: italic; }
  .message > .content {
    word-wrap: break-word;
    white-space: pre-wrap; }

.alert-modal .alert-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.7em; }
  .alert-modal .alert-main:before {
    font-size: 2.6em;
    margin: 0.2em; }

.alert-modal .alert-message {
  padding: 0.3em; }
  .alert-modal .alert-message > p {
    font-size: 0.7em; }

.alert-modal .modal-footer > button, .alert-modal .modal-footer > .btn, .alert-modal .product-grid .modal-footer > button,
.alert-modal .modal-footer > input[type=button], .alert-modal tags-input .tags .modal-footer > .tag-item, tags-input .tags .alert-modal .modal-footer > .tag-item {
  float: right; }

.alert-modal.is-error .alert-main {
  font-family: Arial, sans-serif; }
  .alert-modal.is-error .alert-main::before {
    font-family: FontAwesome;
    display: inline-block; }
  .alert-modal.is-error .alert-main:before {
    color: #a94442; }

.alert-modal.is-success .alert-main {
  font-family: Arial, sans-serif; }
  .alert-modal.is-success .alert-main::before {
    font-family: FontAwesome;
    display: inline-block; }
  .alert-modal.is-success .alert-main:before {
    color: #356b6f; }

.alert-modal.is-info .alert-main {
  font-family: Arial, sans-serif; }
  .alert-modal.is-info .alert-main::before {
    font-family: FontAwesome;
    display: inline-block; }
  .alert-modal.is-info .alert-main:before {
    color: #49baeb; }

.loading-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .loading-modal .loading-view::before, .loading-modal .is-loading::after, .loading-modal .facility-cce-status.is-loading-status::before, .loading-modal .saving-indicator .saving, .saving-indicator .loading-modal .saving, .loading-modal .loading {
    color: #ffffff;
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%; }

.modal form, .modal fieldset,
.modal .form-group {
  max-width: 100%; }

.modal form.form-inline > .form-group, .modal fieldset.form-inline > .form-group, .modal .form-inline.form-group > .form-group {
  max-width: 50%; }

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 0.5em 2em; }

.modal .modal-header {
  background-color: #f0f0f0;
  color: #49baeb; }
  .modal .modal-header > h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6 {
    padding: 0px;
    font-weight: bold; }

.modal .modal-body > p,
.modal .modal-header > h1 {
  overflow-wrap: break-word;
  word-break: break-word; }

.modal .modal-footer {
  margin: 0px; }

.modal button.close, .modal .close.btn,
.modal input.close[type=button], .modal tags-input .tags .close.tag-item, tags-input .tags .modal .close.tag-item {
  position: absolute;
  top: 0em;
  right: 0em;
  margin-top: 0px !important; }

.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear; }
  .modal-backdrop.am-fade.ng-enter {
    opacity: 0; }
    .modal-backdrop.am-fade.ng-enter.ng-enter-active {
      opacity: .5; }
  .modal-backdrop.am-fade.ng-leave {
    opacity: .5; }
    .modal-backdrop.am-fade.ng-leave.ng-leave-active {
      opacity: 0; }

.notification-container {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 15; }
  .notification-container > * {
    margin: 1em 2em; }

.notification {
  background-color: #4d4d4d;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0em 0em 0.5em #333333;
  width: 350px;
  position: relative; }
  .notification.is-error, .notification.is-success, .notification.is-offline {
    padding-left: 4em; }
    .notification.is-error::before, .notification.is-success::before, .notification.is-offline::before {
      font-size: 2em;
      position: absolute;
      top: 50%;
      left: 0.5em;
      transform: translateY(-50%); }
  .notification.is-error {
    background-color: #a94442;
    color: #ffffff; }
  .notification.is-success {
    background-color: #356b6f;
    color: #ffffff; }
  .notification.is-offline {
    background-color: #8366a5;
    color: #ffffff; }
    .notification.is-offline::before {
      color: #ffffff;
      left: 0.75em; }

.notification:first-child {
  margin-top: 1em; }

.hide-notification {
  right: 0px;
  -webkit-animation: slide-out 0.5s forwards;
  animation: slide-out 0.5s forwards; }

@-webkit-keyframes slide-out {
  100% {
    right: -400px; } }

@keyframes slide-out {
  100% {
    right: -400px; } }

/*
Header navigation bar

Navigation bar in OpenLMIS can include links, lists of links called submenu and headings providing description for these items.

markup:
<header style="height: 200px;">
  <div class="navbar">
    <ul class="nav navbar-nav">
      <li class="dropdown">
        <a href="">Home</a>
      </li>
      <li class="dropdown">
        <a href="" bs-dropdown="dropdown">Requisition</a>
          <ul class="dropdown-menu">
            <li class="dropdown">
              <a href="">Create / Authorize</a>
            </li>
            <li class="dropdown">
              <a href="">Approve</a>
            </li>
            <li class="dropdown">
              <a href="">Convert to Order</a>
            </li>
            <li class="dropdown">
              <a href="">View</a>
            </li>
            <li class="beak"></li>
          </ul>
      </li>
      <li class="dropdown">
        <a href="" bs-dropdown="dropdown">Administration</a>
          <ul class="dropdown-menu">
            <li class="dropdown">
              <a href="">Upload</a>
            </li>
            <li class="dropdown-submenu dropdown">
              <a href="">Configure</a>
	          <ul class="dropdown-menu">
                <li class="dropdown">
                  <a href="">R & R Template</a>
                </li>
                <li class="dropdown">
                  <a href="">Regimen Template</a>
                </li>
                <li class="dropdown">
                  <a href="">Program Product ISA</a>
                </li>
                <li class="dropdown">
                  <a href="">System Settings</a>
                </li>
                <li class="dropdown">
                  <a href="">Other Settings</a>
                </li>
                <li class="beak"></li>
              </ul>
            </li>
            <li class="beak"></li>
          </ul>
      </li>
    </ul>
  </div>
</header>

Styleguide 2.2
*/
header > .navbar {
  background-image: linear-gradient(to bottom, #77cbf0 0%, #49baeb 10%, #1ba9e6 100%);
  margin-bottom: 0em;
  box-shadow: 0 0 0.4em 0.1em rgba(0, 0, 0, 0.75);
  border-width: 0em;
  border-radius: 0em;
  padding: 0em 1em;
  /*  GENERAL RESETS  */
  /* TOP LEVEL ITEMS */
  /* SECOND LEVEL DROPDOWN */ }
  header > .navbar:before, header > .navbar:after {
    content: " ";
    display: table; }
  header > .navbar:after {
    clear: both; }
  header > .navbar a {
    color: #ffffff;
    text-decoration: none; }
    header > .navbar a:hover {
      color: #d9d9d9; }
  header > .navbar li {
    position: relative; }
  header > .navbar .navbar-right {
    margin-top: 10px;
    margin-right: 0em;
    margin-left: 1em; }
  header > .navbar > .navbar-nav a {
    display: block;
    text-decoration: none;
    padding: 0.5em 1em;
    color: #3A95BC; }
    header > .navbar > .navbar-nav a:hover, header > .navbar > .navbar-nav a:focus {
      text-decoration: none;
      color: #286782; }
    header > .navbar > .navbar-nav a[disabled], header > .navbar > .navbar-nav a[disabled]:hover, header > .navbar > .navbar-nav a[disabled]:focus {
      color: #595959; }
  header > .navbar > .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0em 0em 1px rgba(0, 0, 0, 0.75);
    padding: 0.5em 1em;
    margin: 0.5em; }
    header > .navbar > .navbar-nav > li > a:hover, header > .navbar > .navbar-nav > li > a:focus {
      color: #ffffff; }
    header > .navbar > .navbar-nav > li > a[disabled], header > .navbar > .navbar-nav > li > a[disabled]:hover, header > .navbar > .navbar-nav > li > a[disabled]:focus {
      color: #d9d9d9; }
  header > .navbar > .navbar-nav > li.open > a,
  header > .navbar > .navbar-nav > li.open > a:hover,
  header > .navbar > .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #3A95BC;
    box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.075);
    border-radius: 0.3em; }
  header > .navbar > .navbar-nav > li > ul {
    /* Arrow up */ }
    header > .navbar > .navbar-nav > li > ul::before {
      content: "";
      position: absolute;
      top: -0.4em;
      left: 2.2em;
      width: 0em;
      height: 0em;
      border-left: 0.4em solid transparent;
      border-right: 0.4em solid transparent;
      border-bottom: 0.45em solid #ffffff; }
  header > .navbar .dropdown-menu {
    top: 90%;
    background-image: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 100%); }
    header > .navbar .dropdown-menu li > a:hover {
      background-color: transparent;
      text-decoration: underline; }
  header > .navbar .dropdown-submenu {
    position: relative; }
    header > .navbar .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px; }
    header > .navbar .dropdown-submenu > a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #cccccc;
      margin-top: 5px;
      margin-right: -10px; }
  header > .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  header > .navbar .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff; }
  header > .navbar .dropdown-submenu.pull-left {
    float: none; }
    header > .navbar .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }

.synchronization-error {
  color: #a94442; }

.offline-ui {
  display: none; }

/*
Offline

When the UI is offline, any actions that were possible will be shown as disabled.

markup:
<a class="is-offline">This is an offline link</a>
<button class="is-offline">Offline Button</button>

Styleguide 5.0
*/
a.is-offline::before, .status-offline::before,
button.is-offline::before,
.is-offline.btn::before,
input.is-offline[type=button]::before,
tags-input .tags .is-offline.tag-item::before {
  content: "\f0e7";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 8px; }

/*
Pagination

The pagination component can be added to any list or table that has paginatied
content. We recommend using a paginated list for any list longer than 20 items.

See the documentation for the [openlmis-pagination directive](../docs/index.html#/api/openlmis-pagination.directive:openlmisPagination)
for information about how to use the component.

Example:

<openlmis-pagination
    ng-model="vm.stateParams.page"
    total-items="100"
    items="5"
    page-size="10">
</openlmis-pagination>

Styleguide 2.3
*/
.openlmis-pagination {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  align-items: center;
  margin-bottom: 16px; }
  .openlmis-pagination > * {
    flex: 0 0 auto; }
    .openlmis-pagination > *:first-child {
      flex-grow: 1; }
  .openlmis-pagination > ul {
    margin: 0px 0px 0px 1em;
    border-color: #bebebe; }
    .openlmis-pagination > ul > li:last-child > a {
      border-right-width: 1px; }
    .openlmis-pagination > ul .active.invalid a {
      background: #a94442; }
    .openlmis-pagination > ul li:last-child a::after {
      content: " >>"; }
    .openlmis-pagination > ul li:first-child a::before {
      content: "<< "; }

.openlmis-pagination-link, .openlmis-pagination > ul > li > a, .openlmis-pagination > ul .active a, .openlmis-pagination > ul .invalid a {
  padding: 0.5em 1em;
  border-radius: 0px;
  border: #bebebe 1px solid;
  border-right-width: 0px; }
  .openlmis-pagination-link:hover, .openlmis-pagination > ul > li > a:hover, .openlmis-pagination > ul .active a:hover, .openlmis-pagination > ul .invalid a:hover {
    border-color: #bebebe; }

/*
Popovers

Popovers are used to provide additional content to a user on pages that have
limited space. Content elements, such as paragraphs, divs, or table cells,
will have an icon inserted at the end of the element automatically to provide
an obvious interaction point for a user.

Action elements, such as buttons, links, or inputs, will have a popup on focus
or hover, but it is up to the implementer to provide an icon.

markup:
<div class="button-group">
	<button popover="Look a popover!">Sample Popover</button>
    <button popover popover-title="Example Popover Title" popover="This is a popover with a title">Popover With Title</button>
    <button popover popover-template="">Complex Popover</button>
 </div>
<p popover="Some extra information about this paragraph" popover-title="Sample Title">
	Very soon the Rabbit noticed Alice, as she went hunting about, and called out to her in an angry tone, `Why, Mary Ann, what are you doing out here? Run home this moment, and fetch me a pair of gloves and a fan! Quick, now!' And Alice was so much frightened that she ran off at once in the direction it pointed to, without trying to explain the mistake it had made.
</p>
<form>
	<label for="examplePopoverInput">Example Input Popover</label>
	<input id="examplePopoverInput" type="text" popover="This is how an input popover looks" />
	<!-- <label><input type="checkbox" ng-value="disableInputPopover" />Disable input popover</label> -->
</form>

Styleguide 1.5
*/
.popover {
  max-width: 20em; }
  .popover > button.close, .popover > .close.btn, .product-grid .popover > button.close,
  .popover > input.close[type=button], tags-input .tags .popover > .close.tag-item {
    position: absolute;
    top: 0px;
    right: 0px; }
  .popover > h3 {
    background-color: #f0f0f0;
    font-size: 1em;
    line-height: 1em;
    padding: 0.5em;
    padding-right: 2em;
    margin: 0em; }
  .popover > .popover-content {
    overflow: hidden;
    padding: 0.5em;
    padding-right: 2em; }
    .popover > .popover-content .select2 {
      max-width: 17.5em !important; }
  .popover > h3 + > .popover-content {
    padding-right: 0.5em; }
    .popover > h3 + > .popover-content .select2 {
      max-width: 19em !important; }

.has-popover > .show-popover {
  font-family: Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-indent: -20000em; }
  .has-popover > .show-popover::before {
    font-family: FontAwesome;
    display: inline-block; }
  .has-popover > .show-popover::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0em;
    transform: translateX(-50%) translateY(-50%); }

.progress-bar-container .progress {
  margin-bottom: 0; }
  .progress-bar-container .progress .progress-bar {
    min-width: 2em; }

/*
Sorting

The sorting component can be added to any list or table.

See the documentation for the [openlmis-sort directive](../docs/index.html#/api/openlmis-sort.directive:openlmisSort)
for information about how to use the component.

Example:

<openlmis-sort
    list="[
        {
            name: 'aaa',
            code: 'b-code'
        },
        {
            name: 'bbb',
            code: 'a-code'
        }
    ]"
    sort-options="[
        {
            value: 'name',
            display: 'Name'
        },
        {
            value: 'code',
            display: 'Code'
        }
    ]">
</openlmis-sort>

Styleguide 2.4
*/
.openlmis-sort {
  display: flex;
  align-items: center; }
  .openlmis-sort > * {
    float: left;
    margin-right: 1em; }

/*
Filters

The filter component can be added to the table by including "openlmis-table-filter" attribute in any
element that should be displayed as filter. Adding the attribute to a submit(or element that has a
submit element descendant) will result in overring the defauly "Update" button.

See the documentation for the [openlmis-table-filters directive](../docs/index.html#/api/openlmis-table-filter.directive:openlmisTableFilters)
for information about how to use the component.

markup:
<section class="openlmis-table-container">
    <form openlmis-table-filter>
        <fieldset class="form-group">
            <label for="firstName">First Name</label>
            <input id="firstName" type="text" name="firstName" ng-model="firstName" required/>
        </fieldset>
        <fieldset class="form-group">
            <label for="lastName">Last Name</label>
            <input id="lastName" type="text" name="lastName" ng-model="lastName" required/>
        </fieldset>
        <fieldset class="form-group">
            <label for="children">Children</label>
            <input id="children" name="children" type="number" ng-model="children" required/>
        </fieldset>
        <label for=birthdate>Birth Date</label>
        <openlmis-datepicker input-id="birthdate" value="birthdate"></openlmis-datepicker>
        <input type="submit" value="Custom submit button"/>
    </form>
    <table>
        <thead>
            <tr>
                <th>First name</th>
                <th>Last name</th>
                <th>Birth date</th>
                <th>Children</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>John</td>
                <td>Doe</td>
                <td>14-02-1995</td>
                <td>0</td>
            </tr>
            <tr>
                <td>Anakin</td>
                <td>Skywalker</td>
                <td>25-05-1977</td>
                <td>0</td>
            </tr>
            <tr>
                <td>Harry</td>
                <td>Potter</td>
                <td>31-07-1980</td>
                <td>2</td>
        </tbody>
    </table>
</section>


Styleguide 2.5
*/
.popover.openlmis-table-filters {
  z-index: 1070; }
  .popover.openlmis-table-filters .popover-content {
    padding-right: 0.5em; }

button.filters, .filters.btn,
input.filters[type=button], tags-input .tags .filters.tag-item {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  border-top: #e4e4e4 1px solid;
  border-right: #e4e4e4 1px solid;
  border-left: #e4e4e4 1px solid;
  border-bottom: #e4e4e4 1px solid;
  color: #333333;
  text-shadow: 0px 0px 0.1em #ffffff;
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fefefe, #f1f1f1 10%, #e4e4e4);
  font-family: Arial, sans-serif; }
  button.filters:hover, .filters.btn:hover,
  input.filters:hover[type=button], tags-input .tags .filters.tag-item:hover, button.filters:active, .filters.btn:active,
  input.filters:active[type=button], tags-input .tags .filters.tag-item:active, button.filters.active, .filters.active.btn,
  input.filters.active[type=button], tags-input .tags .filters.active.tag-item, button.filters.disabled, .filters.disabled.btn,
  input.filters.disabled[type=button], tags-input .tags .filters.disabled.tag-item, button.filters[disabled], .filters.btn[disabled],
  input.filters[disabled][type=button], tags-input .tags .filters.tag-item[disabled] {
    color: #333333;
    background: #e4e4e4;
    border-color: #e4e4e4; }
  button.filters::before, .filters.btn::before,
  input.filters[type=button]::before, tags-input .tags .filters.tag-item::before {
    font-family: FontAwesome;
    display: inline-block; }
  button.filters::before, .filters.btn::before,
  input.filters[type=button]::before, tags-input .tags .filters.tag-item::before {
    margin-right: 0.5em; }
  button.filters > span, .filters.btn > span, .product-grid button.filters > span, input.filters[type=button] > span, tags-input .tags .filters.tag-item > span {
    margin-left: 0.25em; }
  button.filters.is-active, .filters.is-active.btn,
  input.filters.is-active[type=button], tags-input .tags .filters.is-active.tag-item {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #3A95BC 1px solid;
    border-right: #3A95BC 1px solid;
    border-left: #3A95BC 1px solid;
    border-bottom: #3A95BC 1px solid;
    color: #ffffff;
    text-shadow: 0px 0px 0.1em #333333;
    background: #3A95BC;
    background-image: linear-gradient(to bottom, #5cabcd, #49a1c7 10%, #3A95BC); }
    button.filters.is-active:hover, .filters.is-active.btn:hover,
    input.filters.is-active:hover[type=button], tags-input .tags .filters.is-active.tag-item:hover, button.filters.is-active:active, .filters.is-active.btn:active,
    input.filters.is-active:active[type=button], tags-input .tags .filters.is-active.tag-item:active, button.filters.is-active.active, .filters.is-active.active.btn,
    input.filters.is-active.active[type=button], tags-input .tags .filters.is-active.active.tag-item, button.filters.is-active.disabled, .filters.is-active.disabled.btn,
    input.filters.is-active.disabled[type=button], tags-input .tags .filters.is-active.disabled.tag-item, button.filters.is-active[disabled], .filters.is-active.btn[disabled],
    input.filters.is-active[disabled][type=button], tags-input .tags .filters.is-active.tag-item[disabled] {
      color: #ffffff;
      background: #3A95BC;
      border-color: #3A95BC; }

/*
Table Forms

When tables contain form control elements - such as inputs, selects, or checkboxes -
they should adhere to the following conventions.

* Form control elements that are the only item should be flush with the table cell
* Labels for single elements should be hidden (but still entered for accessibility)
* Any table cells with more than one form control element should use a fieldset

Ideally a table element would be surrounded by a form as the example shows, but
that is not nessicarry.

<h3>Example Table Form</h3>
<table class="openlmis-table">
  <thead>
    <tr>
      <th>Skip</th>
      <th>Code</th>
      <th>Empty Cell</th>
      <th>Name</th>
      <th>Strength</th>
      <th>Unit of measure</th>
      <th popover="Yes, nothing in this row is allowed to be valid">Summary</th>
    </tr>
  </thead>
  <tbody>
    <tr ng-repeat="i in [{code:'123'},{code:'456'},{code:'789'},{code:'abc'}]" ng-disabled="i.skip">
      <td>
        <label class="checkbox">
          <input type="checkbox" ng-model="i.skip" />
          Skip item
        </label>
      </td>
      <td>
        <label for="inputCode">Item Code</label>
        <input id="inputCode" type="text" ng-model="i.code" required ng-disabled="i.skip" />
      </td>
      <td>
        <p>Intentionally left blank</p>
      </td>
      <td>
        <label for="inputName">Item Name</label>
        <input id="inputName" type="text" ng-model="i.name" ng-disabled="i.skip" ng-maxlength="5" />
      </td>
      <td>
        <label for="inputStrength">Item Strength</label>
        <input id="inputStrength" type="number" ng-model="i.strength" required ng-disabled="i.skip" />
      </td>
      <td>
        <label for="inputUnit">Item unit of measure</label>
        <select id="inputUnit" ng-model="i.unit" required ng-disabled="i.skip" >
          <option value="kg">Kilograms</option>
          <option value="g">Grams</option>
          <option value="mg">Milligrams</option>
        </select>
      </td>
      <td openlmis-invalid="Forcing this to be invalid">
        <em>{{i.code}}</em>
        <strong ng-if="i.name">{{i.name}}</strong>
        <span>({{i.strength}} {{i.unit}})</span>
      </td>
    </tr>
  </tbody>
</table>

Styleguide 4.5
*/
th.has-popover {
  font-family: Arial, sans-serif;
  padding-right: 2em !important; }
  th.has-popover::before {
    font-family: FontAwesome;
    display: inline-block; }
  th.has-popover::before {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%); }

.openlmis-table > tbody > tr > td.is-invalid, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.is-invalid, .openlmis-table-pane table > tbody > tr > td.is-invalid,
td.is-invalid,
.openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control],
.openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control],
.openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control],
td.has-single-input-control.is-invalid > td[input-control] {
  font-family: Arial, sans-serif;
  padding-right: 2em; }
  .openlmis-table > tbody > tr > td.is-invalid::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.is-invalid::before, .openlmis-table-pane table > tbody > tr > td.is-invalid::before,
  td.is-invalid::before,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]::before,
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]::before,
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]::before,
  td.has-single-input-control.is-invalid > td[input-control]::before {
    font-family: FontAwesome;
    display: inline-block; }
  .openlmis-table > tbody > tr > td.is-invalid::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.is-invalid::before, .openlmis-table-pane table > tbody > tr > td.is-invalid::before,
  td.is-invalid::before,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]::before,
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]::before,
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > td[input-control]::before,
  td.has-single-input-control.is-invalid > td[input-control]::before {
    color: #a94442;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%); }

td > input[type="checkbox"]:first-child + > label:last-child,
td > input[type="checkbox"]:last-child + > label:first-child,
td > div:first-child:last-child > input[type="checkbox"]:first-child + > label:last-child,
td > div:first-child:last-child > input[type="checkbox"]:last-child + > label:first-child,
th > input[type="checkbox"]:first-child + > label:last-child,
th > input[type="checkbox"]:last-child + > label:first-child {
  position: absolute;
  top: -100em; }

td > label:last-child + > input[type="checkbox"]:first-child,
td > label:first-child + > input[type="checkbox"]:last-child,
td > input[type="checkbox"]:first-child:last-child,
td > div:first-child:last-child > label:last-child + > input[type="checkbox"]:first-child,
td > div:first-child:last-child > label:first-child + > input[type="checkbox"]:last-child,
td > div:first-child:last-child > input[type="checkbox"]:first-child:last-child,
th > label:last-child + > input[type="checkbox"]:first-child,
th > label:first-child + > input[type="checkbox"]:last-child,
th > input[type="checkbox"]:first-child:last-child {
  display: block;
  margin: 0px auto; }

td > div:first-child:last-child > label.checkbox:first-child:last-child,
td > label.checkbox:first-child:last-child {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -30000em; }
  td > div:first-child:last-child > label.checkbox:first-child:last-child > input[type="checkbox"],
  td > label.checkbox:first-child:last-child > input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0px; }

.openlmis-table td > div.input-control > input[type="text"], .openlmis-table-container .openlmis-flex-table > table td > div.input-control > input[type="text"], .openlmis-table-pane table td > div.input-control > input[type="text"] {
  min-width: 2em;
  width: 100%; }

/*
Tables

Tables in the OpenLMIS-UI should be used to edit data across multiple items and
those item's specific attributes. If there isn't a need to edit multiple items,
use a list to style and display the items.

*Tables must include:*
* `thead` that defines the column titles
* `tbody` which will hold groups of items
* Have an equal number of cells in each row
* One cell in each row must be a title cell [(scope attributes are automatically added)](../../docs/#/api/openlmis.table:tableHeaderCell)
*NOTE:* If a column is number of any type, right align the column.

*Tables do not:*
* Include a title for the table, this should be styles as a page heading or
sub-heading
* Have an 'on click' action for the entire row, links or buttons may be placed
in specifc cell
* *Don't use tables for styling purposes.*

*Types of Table Rows*
There are 4 types of table rows that are supported in the OpenLMIS-UI. When designing
a table, please use these row types.
* _Normal_ is a row that is primary to the task being done
* _Child_ is additional sub categories of the "parent" normal row
* _Secondary_ is a row that is related to a subset of normal rows, as isn't directly editable
* _Title_ rows group large numbers of rows, and only consist of a title that doesn't correspond to any table column

<table class="openlmis-table" >
  <thead>
    <tr>
      <th>Name</th>
      <th>Value</th>
      <th>Another Value</th>
      <th>Total</th>
    </tr>
  </thead>
  <tbody tbody-title="Example Title Row">
    <tr>
      <td>Example Normal Row</td>
      <td><input type="number" ng-model="value1a" /></td>
      <td><input type="number" ng-model="value1b" /></td>
      <td class="is-numeric">{{value1a + value1b}}</td>
    </tr>
    <tr class="is-secondary">
        <td>Example Secondary Row</td>
        <td class="is-numeric">{{value3a + value4a + value2a}}</td>
        <td class="is-numeric">{{value3b + value4b + value2b}}</td>
        <td class="is-numeric">{{value3a + value3b + value4a + value4b + value2a + value2b}}</td>
    </tr>
    <tr>
      <td>Another Normal Row</td>
      <td><input type="number" ng-model="value2a" /></td>
      <td><input type="number" ng-model="value2b" /></td>
      <td class="is-numeric">{{value2a + value2b}}</td>
    </tr>
    <tr>
      <td>Normal row with children</td>
      <td class="is-numeric">{{value3a + value4a}}</td>
      <td class="is-numeric">{{value3b + value4b}}</td>
      <td class="is-numeric">{{value3a + value3b + value4a + value4b}}</td>
    </tr>
    <tr class="is-child">
      <td>Child Row</td>
      <td><input type="number" ng-model="value3a" /></td>
      <td><input type="number" ng-model="value3b" /></td>
      <td class="is-numeric">{{value3a + value3b}}</td>
    </tr>
    <tr class="is-child">
      <td>Second child row</td>
      <td><input type="number" ng-model="value4a" /></td>
      <td><input type="number" ng-model="value4b" /></td>
      <td class="is-numeric">{{value4a + value4b}}</td>
    </tr>

  </tbody>
</table>

Styleguide 4.0
*/
.openlmis-table, .openlmis-table-container .openlmis-flex-table > table, .openlmis-table-pane table {
  border: #ddd 1px solid;
  border-collapse: separate; }
  .openlmis-table td, .openlmis-table-container .openlmis-flex-table > table td, .openlmis-table-pane table td, .openlmis-table th, .openlmis-table-container .openlmis-flex-table > table th, .openlmis-table-pane table th {
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid; }
    .openlmis-table td:first-child, .openlmis-table-container .openlmis-flex-table > table td:first-child, .openlmis-table-pane table td:first-child, .openlmis-table th:first-child, .openlmis-table-container .openlmis-flex-table > table th:first-child, .openlmis-table-pane table th:first-child {
      border-left-width: 0px; }
  .openlmis-table tr:first-child > td, .openlmis-table-container .openlmis-flex-table > table tr:first-child > td, .openlmis-table-pane table tr:first-child > td {
    border-top-width: 0px; }

.openlmis-table td, .openlmis-table-container .openlmis-flex-table > table td, .openlmis-table-pane table td, .openlmis-table th, .openlmis-table-container .openlmis-flex-table > table th, .openlmis-table-pane table th {
  position: relative;
  vertical-align: middle;
  padding: 8px; }
  .openlmis-table td .collapsable, .openlmis-table-container .openlmis-flex-table > table td .collapsable, .openlmis-table-pane table td .collapsable,
  .openlmis-table th .collapsable,
  .openlmis-table-container .openlmis-flex-table > table th .collapsable,
  .openlmis-table-pane table th .collapsable {
    width: 16em;
    white-space: normal; }
  .openlmis-table td button, .openlmis-table-container .openlmis-flex-table > table td button, .openlmis-table-pane table td button, .openlmis-table td .btn, .openlmis-table-container .openlmis-flex-table > table td .btn, .openlmis-table-pane table td .btn,
  .openlmis-table td input[type=button],
  .openlmis-table-container .openlmis-flex-table > table td input[type=button],
  .openlmis-table-pane table td input[type=button], .openlmis-table td tags-input .tags .tag-item, tags-input .tags .openlmis-table td .tag-item, .openlmis-table-container .openlmis-flex-table > table td tags-input .tags .tag-item, tags-input .tags .openlmis-table-container .openlmis-flex-table > table td .tag-item, .openlmis-table-pane table td tags-input .tags .tag-item, tags-input .tags .openlmis-table-pane table td .tag-item,
  .openlmis-table th button,
  .openlmis-table-container .openlmis-flex-table > table th button,
  .openlmis-table-pane table th button,
  .openlmis-table th .btn,
  .openlmis-table-container .openlmis-flex-table > table th .btn,
  .openlmis-table-pane table th .btn,
  .openlmis-table th input[type=button],
  .openlmis-table-container .openlmis-flex-table > table th input[type=button],
  .openlmis-table-pane table th input[type=button],
  .openlmis-table th tags-input .tags .tag-item,
  tags-input .tags .openlmis-table th .tag-item,
  .openlmis-table-container .openlmis-flex-table > table th tags-input .tags .tag-item,
  tags-input .tags .openlmis-table-container .openlmis-flex-table > table th .tag-item,
  .openlmis-table-pane table th tags-input .tags .tag-item,
  tags-input .tags .openlmis-table-pane table th .tag-item {
    display: inline-block; }
  .openlmis-table td.is-numeric, .openlmis-table-container .openlmis-flex-table > table td.is-numeric, .openlmis-table-pane table td.is-numeric,
  .openlmis-table th.is-numeric,
  .openlmis-table-container .openlmis-flex-table > table th.is-numeric,
  .openlmis-table-pane table th.is-numeric {
    text-align: right; }

.openlmis-table tr > *, .openlmis-table-container .openlmis-flex-table > table tr > *, .openlmis-table-pane table tr > * {
  background: #ffffff; }

.openlmis-table tr:hover > *, .openlmis-table-container .openlmis-flex-table > table tr:hover > *, .openlmis-table-pane table tr:hover > *,
.openlmis-table tr.is-highlighted > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-highlighted > *,
.openlmis-table-pane table tr.is-highlighted > * {
  background: #DAF3FF; }

.openlmis-table tr.is-secondary > *, .openlmis-table-container .openlmis-flex-table > table tr.is-secondary > *, .openlmis-table-pane table tr.is-secondary > *,
.openlmis-table tr.is-disabled > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-disabled > *,
.openlmis-table-pane table tr.is-disabled > * {
  background: #f0f0f0; }

.openlmis-table tr.is-secondary:hover > *, .openlmis-table-container .openlmis-flex-table > table tr.is-secondary:hover > *, .openlmis-table-pane table tr.is-secondary:hover > *,
.openlmis-table tr.is-secondary.is-highlighted > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-secondary.is-highlighted > *,
.openlmis-table-pane table tr.is-secondary.is-highlighted > *,
.openlmis-table tr.is-disabled:hover > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-disabled:hover > *,
.openlmis-table-pane table tr.is-disabled:hover > *,
.openlmis-table tr.is-disabled.is-highlighted > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-disabled.is-highlighted > *,
.openlmis-table-pane table tr.is-disabled.is-highlighted > * {
  background: #f0f0f0; }

.openlmis-table tr.is-child > td, .openlmis-table-container .openlmis-flex-table > table tr.is-child > td, .openlmis-table-pane table tr.is-child > td {
  padding: 4px 8px;
  border-top-width: 0px; }

.openlmis-table thead > tr, .openlmis-table-container .openlmis-flex-table > table thead > tr, .openlmis-table-pane table thead > tr,
.openlmis-table tfoot > tr,
.openlmis-table-container .openlmis-flex-table > table tfoot > tr,
.openlmis-table-pane table tfoot > tr {
  color: #ffffff; }
  .openlmis-table thead > tr > *, .openlmis-table-container .openlmis-flex-table > table thead > tr > *, .openlmis-table-pane table thead > tr > *,
  .openlmis-table tfoot > tr > *,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr > *,
  .openlmis-table-pane table tfoot > tr > * {
    background: #4d4d4d; }
  .openlmis-table thead > tr:hover > *, .openlmis-table-container .openlmis-flex-table > table thead > tr:hover > *, .openlmis-table-pane table thead > tr:hover > *,
  .openlmis-table thead > tr.is-highlighted > *,
  .openlmis-table-container .openlmis-flex-table > table thead > tr.is-highlighted > *,
  .openlmis-table-pane table thead > tr.is-highlighted > *,
  .openlmis-table tfoot > tr:hover > *,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr:hover > *,
  .openlmis-table-pane table tfoot > tr:hover > *,
  .openlmis-table tfoot > tr.is-highlighted > *,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr.is-highlighted > *,
  .openlmis-table-pane table tfoot > tr.is-highlighted > * {
    background: #4d4d4d; }
  .openlmis-table thead > tr a, .openlmis-table-container .openlmis-flex-table > table thead > tr a, .openlmis-table-pane table thead > tr a,
  .openlmis-table tfoot > tr a,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr a,
  .openlmis-table-pane table tfoot > tr a {
    color: #ffffff; }

.openlmis-table thead > tr:last-child > *, .openlmis-table-container .openlmis-flex-table > table thead > tr:last-child > *, .openlmis-table-pane table thead > tr:last-child > * {
  background-image: linear-gradient(to bottom, #4d4d4d, #262626); }

td:focus {
  outline: none;
  box-shadow: inset 0em 0em 0.5em #49baeb; }

td.has-single-input-control > label {
  display: none; }

.openlmis-table > tbody > tr > td.has-single-input-control.is-invalid, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid,
td.has-single-input-control.is-invalid,
.openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > td.has-single-input-control[input-control],
.openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > td.has-single-input-control[input-control],
.openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > td.has-single-input-control[input-control],
td.has-single-input-control.is-invalid > td.has-single-input-control[input-control] {
  padding-right: 8px; }
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid::before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid::before,
  td.has-single-input-control.is-invalid::before,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > td.has-single-input-control[input-control]::before,
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > td.has-single-input-control[input-control]::before,
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > td.has-single-input-control[input-control]::before,
  td.has-single-input-control.is-invalid > td.has-single-input-control[input-control]::before {
    content: ""; }

.openlmis-table-container .ps-scrollbar-x {
  z-index: 5;
  height: 10px !important;
  background-color: #333 !important; }

.openlmis-table-container .ps-scrollbar-x-rail, .openlmis-table-container .ps-scrollbar-x-rail:not(hover) {
  bottom: calc(var(--bottom-offset) * 1px) !important;
  background-color: #d7d7d7 !important;
  height: 14px !important;
  opacity: 1.0 !important;
  z-index: 10;
  border-radius: unset; }

html {
  --bottom-offset: 0; }

/*
Table Containers

**NOTE: It's recommended that OpenLMIS screens use a table-container**

To create complex tables that are horizontally scrollable and search
functionality, wrap the table within a table container, which will constrain
the layout of form elements and captions within a table. **Any table wider than
the display area will horizontally scroll.**

All child elements of the `.openlmis-table-container` element will be placed
inside the `.toolbar` element inside the table container, except for any `<form>`
or `<openlmis-pagination>` which have unique behaviors.

`<form>` elements will be placed to the left of the table.

`<openlmis-pagination>` will be placed immedately below the `<table>` element.

*NOTE:* Don't use `ng-if` to show or hide immediate child elements of
*`.openlmis-table-container` — it will break the layout.

### Form Guidelines
Any form that modifies a table should use the `aria-described-by` attribute. This
will ensure that accessiable technologies will be able to detect the relationship
between a table and the forms that modify that table.

Forms  will enable or disable the primary form button if the form doesn't match
the current state of the table. *This feature still needs to be implemented.*

A table could have two form elements, a form displaying the current sort order
of the items and a form that modifies the rows displayed within the form. Tables
with container don't have to implement two forms, but *an element that describes
the current table sort order is recommended.*

<h2>Example Items</h2>
<section class="openlmis-table-container">
  <p>This list is sorted with love.</p>
  <button class="primary">Add</button>
  <form id="example-search-form">
    <fieldset>
      <legend>Show categories</legend>
      <label class="checkbox">
        <input type="checkbox" checked="checked" />
        Anti-malarials
      </label>
      <label class="checkbox">
        <input type="checkbox" />
        Anti-patterns
      </label>
      <label class="checkbox">
        <input type="checkbox" checked="checked" />
        Anti-pyretics
      </label>
    </fieldset>
    <input class="btn btn-primary" type="submit" value="Search" />
  </form>
  <table aria-describedby="example-search-form example-sort-form" >
    <thead>
      <tr>
        <th>Fully Supply</th>
        <th>Code</th>
        <th>Name</th>
        <th>Strength</th>
        <th>Unit of measure</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>
          <i class="icon-ok"/>
        </td>
        <td>P00833</td>
        <td>Quinine Sulphate</td>
        <td>300</td>
        <td>mg</td>
      </tr>
      <tr>
        <td class="center-justified">
          <i class="icon-ok"/>
        </td>
        <td>N-378013</td>
        <td>Tramedol</td>
        <td>50mg/ml</td>
        <td>mg</td>
      </tr>
      <tr>
        <td>
          <i class="icon-ok"/>
        </td>
        <td>A41099</td>
        <td>Doxycycline</td>
        <td>100</td>
        <td>mg</td>
      </tr>
      <tr>
        <td>
          <i class="icon-ok"/>
        </td>
        <td>KM3375-2</td>
        <td>Malaria Rapid Diagnostic Test</td>
        <td>1</td>
        <td>each</td>
      </tr>
    </tbody>
  </table>
  <openlmis-pagination ng-model="foo" total-items="100" page-size="20"></openlmis-pagination>
</section>

Styleguide 4.1
*/
.ps-container {
  overflow: hidden !important; }

.openlmis-table-container {
  position: relative;
  overflow: hidden; }
  .openlmis-table-container > * {
    margin-bottom: 0.5em; }
    .openlmis-table-container > *:last-child {
      margin-bottom: 0em; }
  .openlmis-table-container > .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-right: 0px; }
    .openlmis-table-container > .row > * {
      margin: 0em 0.5em; }
      .openlmis-table-container > .row > *:first-child {
        margin-left: 0em; }
      .openlmis-table-container > .row > *:last-child {
        margin-right: 0em; }
  .openlmis-table-container > .row > .main {
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .openlmis-table-container > .row > .main > * {
      flex: 0 0 auto;
      width: 100%;
      margin-bottom: 0.5em; }
      .openlmis-table-container > .row > .main > *:last-child {
        margin-bottom: 0em; }
    .openlmis-table-container > .row > .main > .toolbar {
      padding-top: 0.5em; }
  .openlmis-table-container .openlmis-flex-table {
    overflow: auto;
    position: relative; }
    .openlmis-table-container .openlmis-flex-table > table {
      width: 100%; }
  .openlmis-table-container .toolbar {
    overflow: hidden; }
    .openlmis-table-container .toolbar *:last-child {
      margin-right: 0; }

form.openlmis-table-container, fieldset.openlmis-table-container,
.openlmis-table-container.form-group {
  max-width: initial; }

/*
Table Panes

A table pine is a fitted way to display a large table, that will implement
virtual scrolling so that extremely large lists and pages can be rendered.

<section ng-init="
  columns=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20];
  rows=[
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
    {},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}
  ];"
  style="display:flex; flex-direction: column; height: 600px;">
  <dl>
    <dt>Rows</dt>
    <dd>{{rows.length}}</dd>
    <dt>Columns</dt>
    <dd>{{columns.length}}</dd>
  </dl>
  <div class="openlmis-table-pane">
    <table>
      <thead>
        <tr>
          <th class="col-sticky">Sample</th>
          <th class="col-sticky">Data</th>
          <th ng-repeat="column in ::columns track by $index">Column {{$index + 1}}</th>
          <th class="col-sticky col-sticky-right">Total</th>
        </tr>
      </thead>
      <tbody>
        <tr ng-repeat="row in ::rows">
          <td class="col-sticky">Sample</td>
          <td class="col-sticky">Data</td>
          <td ng-repeat="column in ::columns track by $index">
            <input requied positive-integer ng-model="row[column]" />
          </td>
          <td class="col-sticky col-sticky-right">MEH</td>
        </tr>
      </tbody>
      <tfoot>
        <tr>
          <td class="col-sticky">Foot 1</td>
          <td class="col-sticky">Foot 2</td>
          <td ng-repeat="column in ::columns track by $index">
          <td class="col-sticky col-sticky-right"></td>
        </tr>
      </tfoot>
    </table>
  </div>
</section>

Styleguide 4.6
*/
.openlmis-table-pane {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex-grow: 1; }
  .openlmis-table-pane .md-virtual-repeat-container {
    flex-grow: 1; }
  .openlmis-table-pane .ps > .ps-scrollbar-x-rail,
  .openlmis-table-pane .ps > .ps-scrollbar-y-rail {
    z-index: 20; }
  .openlmis-table-pane table th, .openlmis-table-pane table td {
    padding: 8px; }
  .openlmis-table-pane table td[openlmis-sticky-column],
  .openlmis-table-pane table th[openlmis-sticky-column] {
    border-right: 1px #bebebe solid !important; }
  .openlmis-table-pane table td[openlmis-sticky-column][openlmis-sticky-column-right],
  .openlmis-table-pane table th[openlmis-sticky-column][openlmis-sticky-column-right] {
    border-left: 1px #bebebe solid !important;
    border-right-width: 0px !important; }
    .openlmis-table-pane table td[openlmis-sticky-column][openlmis-sticky-column-right]:last-child,
    .openlmis-table-pane table th[openlmis-sticky-column][openlmis-sticky-column-right]:last-child {
      border-right-width: 1px; }
  .openlmis-table-pane table td[openlmis-sticky-column]:after,
  .openlmis-table-pane table th[openlmis-sticky-column]:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 4px;
    height: 100%;
    background: transparent;
    background-image: linear-gradient(to right, #333333, transparent);
    right: -5px; }
  .openlmis-table-pane table td[openlmis-sticky-column][openlmis-sticky-column-right]:after,
  .openlmis-table-pane table th[openlmis-sticky-column][openlmis-sticky-column-right]:after {
    background-image: linear-gradient(to left, #333333, transparent);
    right: unset;
    left: -5px; }
  .openlmis-table-pane table td[openlmis-sticky-column][openlmis-sticky-column-right] + td[openlmis-sticky-column][openlmis-sticky-column-right]:after {
    content: unset; }
  .openlmis-table-pane table thead:last-child td[openlmis-table-sticky-cell]:before, .openlmis-table-pane table thead:last-child th[openlmis-table-sticky-cell]:before, .openlmis-table-pane table tfoot tr:first-child td[openlmis-table-sticky-cell]:before, .openlmis-table-pane table tfoot tr:first-child th[openlmis-table-sticky-cell]:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    z-index: -1;
    height: 4px;
    width: 100%;
    background: transparent; }
  .openlmis-table-pane table thead td[openlmis-table-sticky-cell]:before,
  .openlmis-table-pane table thead th[openlmis-table-sticky-cell]:before {
    background-image: linear-gradient(to bottom, #333333, transparent);
    bottom: -5px; }
  .openlmis-table-pane table tfoot td[openlmis-table-sticky-cell]:before,
  .openlmis-table-pane table tfoot th[openlmis-table-sticky-cell]:before {
    background-image: linear-gradient(to top, #333333, transparent);
    bottom: unset;
    top: -5px; }
  .openlmis-table-pane td[openlmis-table-sticky-cell], .openlmis-table-pane th[openlmis-table-sticky-cell] {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9;
    transform: translate3d(0px, 0px, 0px); }
  .openlmis-table-pane td[openlmis-table-sticky-cell][openlmis-sticky-top], .openlmis-table-pane td[openlmis-table-sticky-cell][openlmis-sticky-bottom], .openlmis-table-pane th[openlmis-table-sticky-cell][openlmis-sticky-top], .openlmis-table-pane th[openlmis-table-sticky-cell][openlmis-sticky-bottom] {
    z-index: 10; }
    .openlmis-table-pane td[openlmis-table-sticky-cell][openlmis-sticky-top][openlmis-sticky-column], .openlmis-table-pane td[openlmis-table-sticky-cell][openlmis-sticky-bottom][openlmis-sticky-column], .openlmis-table-pane th[openlmis-table-sticky-cell][openlmis-sticky-top][openlmis-sticky-column], .openlmis-table-pane th[openlmis-table-sticky-cell][openlmis-sticky-bottom][openlmis-sticky-column] {
      z-index: 11; }
  .openlmis-table-pane .ps table tfoot tr:last-child td, .openlmis-table-pane .ps table tfoot tr:last-child th {
    padding-bottom: 16px; }
  .openlmis-table-pane .ps table tr td:last-child,
  .openlmis-table-pane .ps table tr th:last-child {
    padding-right: 16px; }

/*
Sticky Columns

Tables can have sticky columns to keep important elements within view.

  <div class="openlmis-table-container" ng-init="rows=[1,2,3,4,5,6,7,8,9,10];groups=[1,2];columns=[1,2,3];">
    <div class="button-group primary">
      <button ng-show="groups.length === 2" ng-click="columns=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15];groups=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20];">Make Table Huge</button>
      <button ng-show="groups.length !== 2" ng-click="columns=[1,2,3];groups=[1,2]">Make Table Shorter</button>
    </div>
    <table>
      <thead>
        <tr>
          <th class="col-sticky">Checkbox</th>
          <th class="col-sticky">Code</th>
          <th ng-repeat="column in columns">Column {{column}}</th>
          <th class="col-sticky sticky-right">Actions</th>
        </tr>
      </thead>
      <tbody ng-repeat="group in groups" tbody-title="Group {{group}}">
        <tr ng-repeat="row in rows">
          <td ><input type="checkbox" /></td>
          <td>1f3c89b213e44a729ef2228302cc5a25</td>
          <td ng-repeat="column in columns">{{column}}-abcdefghijklmnopqrstuvwxyz</td>
          <td ><button>Action</button>
        </tr>
      </tbody>
    </table>
  </div>


Styleguide 4.4
*/
td.stuck,
th.stuck,
tr.title > td > div.stuck,
.status-message > header > tr.status > td > div.stuck {
  position: relative;
  z-index: 10; }

td.stuck:after,
th.stuck:after,
tr.title > td > div.stuck:after,
.status-message > header > tr.status > td > div.stuck:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 4px;
  height: 100%;
  background: transparent; }

td.stuck-left:after,
th.stuck-left:after,
tr.title > td > div.stuck-left:after,
.status-message > header > tr.status > td > div.stuck-left:after {
  right: -4px;
  background-image: linear-gradient(to right, #e4e4e4, transparent); }

td.stuck-right:after,
th.stuck-right:after,
tr.title > td > div.stuck-right:after,
.status-message > header > tr.status > td > div.stuck-right:after {
  left: -4px;
  background-image: linear-gradient(to left, #e4e4e4, transparent); }

td.stuck-top,
th.stuck-top,
tr.title > td > div.stuck-top,
.status-message > header > tr.status > td > div.stuck-top {
  z-index: 12; }

td.stuck-top.stuck-left, td.stuck-top.stuck-right,
th.stuck-top.stuck-left,
th.stuck-top.stuck-right,
tr.title > td > div.stuck-top.stuck-left,
.status-message > header > tr.status > td > div.stuck-top.stuck-left,
tr.title > td > div.stuck-top.stuck-right,
.status-message > header > tr.status > td > div.stuck-top.stuck-right {
  z-index: 13; }

/*
Table Captions

Table captions should be used to describe the state of the table. The caption
element is a simple way to add a message to table in an accessiable way. Captions
also allow for flexiable styling as they are simple to reposition.

*There should only be one caption on a table at a time.*

In the OpenLMIS-UI, there are two types of captions that can be applied to a table,
blocking messages and informational messages.

Informational messages should be shown at the top of the table, and stay pinned
above the table headers. Informational messages would be anything to do with a
table's state when there is information displayed in the table. This could
include:
* The number of rows in the table
* The sort order of the table (but this should be displayed with table-sort-order)
* If the table is being altered by a state beyond the user's control. _When the
table is being modified by a form, the form should be linked by an
`aria-described-by` attribute._

<h3>An empty table</h3>
<div class="openlmis-table-container">
  <form>
    <label>Search</label>
    <input type="text" />
    <input type="submit" value="Search" />
  </form>
  <table class="openlmis-table">
    <caption>To view results, search for items.</caption>
    <thead>
      <tr>
        <th>Fully Supply</th>
        <th>Code</th>
        <th>Name</th>
        <th>Strength</th>
        <th>Unit of measure</th>
      </tr>
    </thead>
    <!-- This is an empty table -->
  </table>
</div>

### Blocking Captions

Blocking captions are only shown if there are no results that are available in
the table. In this case we only want to show the header of the table and an
informational message so a user will understand the content they would have
gotten if there was a result.

Blocking messages should be shown if:
* A user has not entered any search terms
* A search query returned no results
* An error stopped data from being loaded.

<h3>A table with an error</h3>
<div class="openlmis-table-container">
  <form>
    <label>Search</label>
    <input type="text" />
    <input type="submit" value="Search" />
  </form>
  <table class="openlmis-table">
    <caption class="error">There was an error. Contact the administrator.</caption>
    <thead>
      <tr>
        <th>Fully Supply</th>
        <th>Code</th>
        <th>Name</th>
        <th>Strength</th>
        <th>Unit of measure</th>
      </tr>
    </thead>
    <!-- This is an empty table -->
  </table>
</div>

Styleguide 4.2
*/
.openlmis-table, .openlmis-table-container .openlmis-flex-table > table, .openlmis-table-pane table {
  caption-side: bottom; }

.openlmis-table > caption, .openlmis-table-container .openlmis-flex-table > table > caption, .openlmis-table-pane table > caption {
  display: table-caption;
  margin: 1em 0em; }
  .openlmis-table > caption.error, .openlmis-table-container .openlmis-flex-table > table > caption.error, .openlmis-table-pane table > caption.error {
    display: table-caption; }

/*
Tables

Tables in the OpenLMIS-UI should be used to edit data across multiple items and
those item's specific attributes. If there isn't a need to edit multiple items,
use a list to style and display the items.

*Tables must include:*
* `thead` that defines the column titles
* `tbody` which will hold groups of items
* Have an equal number of cells in each row
* One cell in each row must be a title cell [(scope attributes are automatically added)](../../docs/#/api/openlmis.table:tableHeaderCell)
*NOTE:* If a column is number of any type, right align the column.

*Tables do not:*
* Include a title for the table, this should be styles as a page heading or
sub-heading
* Have an 'on click' action for the entire row, links or buttons may be placed
in specifc cell
* *Don't use tables for styling purposes.*

*Types of Table Rows*
There are 4 types of table rows that are supported in the OpenLMIS-UI. When designing
a table, please use these row types.
* _Normal_ is a row that is primary to the task being done
* _Child_ is additional sub categories of the "parent" normal row
* _Secondary_ is a row that is related to a subset of normal rows, as isn't directly editable
* _Title_ rows group large numbers of rows, and only consist of a title that doesn't correspond to any table column

<table class="openlmis-table" >
  <thead>
    <tr>
      <th>Name</th>
      <th>Value</th>
      <th>Another Value</th>
      <th>Total</th>
    </tr>
  </thead>
  <tbody tbody-title="Example Title Row">
    <tr>
      <td>Example Normal Row</td>
      <td><input type="number" ng-model="value1a" /></td>
      <td><input type="number" ng-model="value1b" /></td>
      <td class="is-numeric">{{value1a + value1b}}</td>
    </tr>
    <tr class="is-secondary">
        <td>Example Secondary Row</td>
        <td class="is-numeric">{{value3a + value4a + value2a}}</td>
        <td class="is-numeric">{{value3b + value4b + value2b}}</td>
        <td class="is-numeric">{{value3a + value3b + value4a + value4b + value2a + value2b}}</td>
    </tr>
    <tr>
      <td>Another Normal Row</td>
      <td><input type="number" ng-model="value2a" /></td>
      <td><input type="number" ng-model="value2b" /></td>
      <td class="is-numeric">{{value2a + value2b}}</td>
    </tr>
    <tr>
      <td>Normal row with children</td>
      <td class="is-numeric">{{value3a + value4a}}</td>
      <td class="is-numeric">{{value3b + value4b}}</td>
      <td class="is-numeric">{{value3a + value3b + value4a + value4b}}</td>
    </tr>
    <tr class="is-child">
      <td>Child Row</td>
      <td><input type="number" ng-model="value3a" /></td>
      <td><input type="number" ng-model="value3b" /></td>
      <td class="is-numeric">{{value3a + value3b}}</td>
    </tr>
    <tr class="is-child">
      <td>Second child row</td>
      <td><input type="number" ng-model="value4a" /></td>
      <td><input type="number" ng-model="value4b" /></td>
      <td class="is-numeric">{{value4a + value4b}}</td>
    </tr>

  </tbody>
</table>

Styleguide 4.0
*/
.openlmis-table, .openlmis-table-container .openlmis-flex-table > table, .openlmis-table-pane table {
  border: #ddd 1px solid;
  border-collapse: separate; }
  .openlmis-table td, .openlmis-table-container .openlmis-flex-table > table td, .openlmis-table-pane table td, .openlmis-table th, .openlmis-table-container .openlmis-flex-table > table th, .openlmis-table-pane table th {
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid; }
    .openlmis-table td:first-child, .openlmis-table-container .openlmis-flex-table > table td:first-child, .openlmis-table-pane table td:first-child, .openlmis-table th:first-child, .openlmis-table-container .openlmis-flex-table > table th:first-child, .openlmis-table-pane table th:first-child {
      border-left-width: 0px; }
  .openlmis-table tr:first-child > td, .openlmis-table-container .openlmis-flex-table > table tr:first-child > td, .openlmis-table-pane table tr:first-child > td {
    border-top-width: 0px; }

.openlmis-table td, .openlmis-table-container .openlmis-flex-table > table td, .openlmis-table-pane table td, .openlmis-table th, .openlmis-table-container .openlmis-flex-table > table th, .openlmis-table-pane table th {
  position: relative;
  vertical-align: middle;
  padding: 8px; }
  .openlmis-table td .collapsable, .openlmis-table-container .openlmis-flex-table > table td .collapsable, .openlmis-table-pane table td .collapsable,
  .openlmis-table th .collapsable,
  .openlmis-table-container .openlmis-flex-table > table th .collapsable,
  .openlmis-table-pane table th .collapsable {
    width: 16em;
    white-space: normal; }
  .openlmis-table td button, .openlmis-table-container .openlmis-flex-table > table td button, .openlmis-table-pane table td button, .openlmis-table td .btn, .openlmis-table-container .openlmis-flex-table > table td .btn, .openlmis-table-pane table td .btn,
  .openlmis-table td input[type=button],
  .openlmis-table-container .openlmis-flex-table > table td input[type=button],
  .openlmis-table-pane table td input[type=button], .openlmis-table td tags-input .tags .tag-item, tags-input .tags .openlmis-table td .tag-item, .openlmis-table-container .openlmis-flex-table > table td tags-input .tags .tag-item, tags-input .tags .openlmis-table-container .openlmis-flex-table > table td .tag-item, .openlmis-table-pane table td tags-input .tags .tag-item, tags-input .tags .openlmis-table-pane table td .tag-item,
  .openlmis-table th button,
  .openlmis-table-container .openlmis-flex-table > table th button,
  .openlmis-table-pane table th button,
  .openlmis-table th .btn,
  .openlmis-table-container .openlmis-flex-table > table th .btn,
  .openlmis-table-pane table th .btn,
  .openlmis-table th input[type=button],
  .openlmis-table-container .openlmis-flex-table > table th input[type=button],
  .openlmis-table-pane table th input[type=button],
  .openlmis-table th tags-input .tags .tag-item,
  tags-input .tags .openlmis-table th .tag-item,
  .openlmis-table-container .openlmis-flex-table > table th tags-input .tags .tag-item,
  tags-input .tags .openlmis-table-container .openlmis-flex-table > table th .tag-item,
  .openlmis-table-pane table th tags-input .tags .tag-item,
  tags-input .tags .openlmis-table-pane table th .tag-item {
    display: inline-block; }
  .openlmis-table td.is-numeric, .openlmis-table-container .openlmis-flex-table > table td.is-numeric, .openlmis-table-pane table td.is-numeric,
  .openlmis-table th.is-numeric,
  .openlmis-table-container .openlmis-flex-table > table th.is-numeric,
  .openlmis-table-pane table th.is-numeric {
    text-align: right; }

.openlmis-table tr > *, .openlmis-table-container .openlmis-flex-table > table tr > *, .openlmis-table-pane table tr > * {
  background: #ffffff; }

.openlmis-table tr:hover > *, .openlmis-table-container .openlmis-flex-table > table tr:hover > *, .openlmis-table-pane table tr:hover > *,
.openlmis-table tr.is-highlighted > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-highlighted > *,
.openlmis-table-pane table tr.is-highlighted > * {
  background: #DAF3FF; }

.openlmis-table tr.is-secondary > *, .openlmis-table-container .openlmis-flex-table > table tr.is-secondary > *, .openlmis-table-pane table tr.is-secondary > *,
.openlmis-table tr.is-disabled > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-disabled > *,
.openlmis-table-pane table tr.is-disabled > * {
  background: #f0f0f0; }

.openlmis-table tr.is-secondary:hover > *, .openlmis-table-container .openlmis-flex-table > table tr.is-secondary:hover > *, .openlmis-table-pane table tr.is-secondary:hover > *,
.openlmis-table tr.is-secondary.is-highlighted > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-secondary.is-highlighted > *,
.openlmis-table-pane table tr.is-secondary.is-highlighted > *,
.openlmis-table tr.is-disabled:hover > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-disabled:hover > *,
.openlmis-table-pane table tr.is-disabled:hover > *,
.openlmis-table tr.is-disabled.is-highlighted > *,
.openlmis-table-container .openlmis-flex-table > table tr.is-disabled.is-highlighted > *,
.openlmis-table-pane table tr.is-disabled.is-highlighted > * {
  background: #f0f0f0; }

.openlmis-table tr.is-child > td, .openlmis-table-container .openlmis-flex-table > table tr.is-child > td, .openlmis-table-pane table tr.is-child > td {
  padding: 4px 8px;
  border-top-width: 0px; }

.openlmis-table thead > tr, .openlmis-table-container .openlmis-flex-table > table thead > tr, .openlmis-table-pane table thead > tr,
.openlmis-table tfoot > tr,
.openlmis-table-container .openlmis-flex-table > table tfoot > tr,
.openlmis-table-pane table tfoot > tr {
  color: #ffffff; }
  .openlmis-table thead > tr > *, .openlmis-table-container .openlmis-flex-table > table thead > tr > *, .openlmis-table-pane table thead > tr > *,
  .openlmis-table tfoot > tr > *,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr > *,
  .openlmis-table-pane table tfoot > tr > * {
    background: #4d4d4d; }
  .openlmis-table thead > tr:hover > *, .openlmis-table-container .openlmis-flex-table > table thead > tr:hover > *, .openlmis-table-pane table thead > tr:hover > *,
  .openlmis-table thead > tr.is-highlighted > *,
  .openlmis-table-container .openlmis-flex-table > table thead > tr.is-highlighted > *,
  .openlmis-table-pane table thead > tr.is-highlighted > *,
  .openlmis-table tfoot > tr:hover > *,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr:hover > *,
  .openlmis-table-pane table tfoot > tr:hover > *,
  .openlmis-table tfoot > tr.is-highlighted > *,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr.is-highlighted > *,
  .openlmis-table-pane table tfoot > tr.is-highlighted > * {
    background: #4d4d4d; }
  .openlmis-table thead > tr a, .openlmis-table-container .openlmis-flex-table > table thead > tr a, .openlmis-table-pane table thead > tr a,
  .openlmis-table tfoot > tr a,
  .openlmis-table-container .openlmis-flex-table > table tfoot > tr a,
  .openlmis-table-pane table tfoot > tr a {
    color: #ffffff; }

.openlmis-table thead > tr:last-child > *, .openlmis-table-container .openlmis-flex-table > table thead > tr:last-child > *, .openlmis-table-pane table thead > tr:last-child > * {
  background-image: linear-gradient(to bottom, #4d4d4d, #262626); }

/*
Table Section Titles

If there are clear categories or sets of rows that should be displayed as a
group, use a `<tbody>` element to group the items together.

`<tbody>` elements will have their title properties transformed into the first
row of the table, which will be treated as a title element. See the [tbody-title
directive for more details.](../../docs/#/api/openlmis.table:tbodyTitle)

<table class="openlmis-table">
  <thead>
    <tr>
      <th>Fully Supply</th>
      <th>Code</th>
      <th>Name</th>
      <th>Strength</th>
      <th>Unit of measure</th>
      <th>Actions</th>
    </tr>
  </thead>
  <tbody tbody-title="Table section title #1">
    <tr>
      <td class="center-justified">
        <i class="icon-ok"/>
      </td>
      <td>N-378013</td>
      <td>Tramedol</td>
      <td>50mg/ml</td>
      <td>mg</td>
      <td>
        <button>Action</button>
      </td>
    </tr>
    <tr>
      <td>
        <i class="icon-ok"/>
      </td>
      <td>A41099</td>
      <td>Doxycycline</td>
      <td>100</td>
      <td>mg</td>
      <td>
        <button>Action</button>
        <button>Other Action</button>
      </td>
    </tr>
  </tbody>
  <tbody tbody-title="Another table section title">
    <tr>
      <td>
        <i class="icon-ok"/>
      </td>
      <td>KM3375-2</td>
      <td>Malaria Rapid Diagnostic Test</td>
      <td>1</td>
      <td>each</td>
      <td>
        <button>Action</button>
        <button>Other Action</button>
      </td>
    </tr>
    <tr>
      <td class="center-justified">
        <i class="icon-ok"/>
      </td>
      <td>N-378013</td>
      <td>Tramedol</td>
      <td>50mg/ml</td>
      <td>mg</td>
      <td>
        <button>Action</button>
      </td>
    </tr>
  </tbody>
</table>

Styleguide 4.3
*/
.openlmis-table > tbody > tr.title:first-child > td, .openlmis-table-container .openlmis-flex-table > table > tbody > tr.title:first-child > td, .openlmis-table-pane table > tbody > tr.title:first-child > td {
  margin: 0px;
  padding: 0px;
  background-color: #3A95BC;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0em 0em 1px #000000; }
  .openlmis-table > tbody > tr.title:first-child > td > div, .openlmis-table-container .openlmis-flex-table > table > tbody > tr.title:first-child > td > div, .openlmis-table-pane table > tbody > tr.title:first-child > td > div {
    position: relative;
    padding: 0.25em 2em; }

td.openlmis-empty-row {
  font-family: Arial, sans-serif; }
  td.openlmis-empty-row::before {
    font-family: FontAwesome;
    display: inline-block; }
  td.openlmis-empty-row:before {
    color: #a94442;
    margin-right: 0.5em; }

/*
Openlmis Tags Input

Component responsible for managing (adding, selecting) tags throughout the OpenLMIS system.

Styleguide 3.8
*/
/*
Base

Basic component with no options set. It will allow adding new tags and will not

markup:
<form>
    <label>Tags</label>
    <openlmis-tags-input ng-model="tags"></openlmis-tags-input>
    <input type="submit"/>
</form>

Styleguide 3.8.1
*/
/*
With available-tags attribute

Setting this option will make the input autocomplete tag names as user types them.

markup:
<form ng-init="tags = ['tagOne', 'tagsTwo']; availableTags = ['tagOne', 'tagTwo', 'tagThree', 'tagFour'];">
    <label>Tags</label>
    <openlmis-tags-input ng-model="tags" available-tags="availableTags"></openlmis-tags-input>
    <input type="submit"/>
</form>

Styleguide 3.8.2
*/
/*
With [allow-new-tags="false"]

Setting this option to false (it is true by default) will prevent user from entering new tags (only tags which are in
the list of available tags can be used).

markup:
<form ng-init="availableTags = ['tagOne', 'tagTwo', 'tagThree', 'tagFour']">
    <label>Tags</label>
    <openlmis-tags-input ng-model="tags" available-tags="availableTags" allow-new-tags="false"></openlmis-tags-input>
    <input type="submit"/>
</form>

Styleguide 3.8.3
*/
tags-input {
  width: 100%; }
  tags-input .host {
    margin: 0; }
  tags-input .tags,
  tags-input .tags.focused,
  tags-input.ng-invalid .tags,
  tags-input .tags input,
  tags-input .tags input:focus {
    box-shadow: none; }
  tags-input .tags {
    border: none;
    width: 100%; }
    tags-input .tags .input.invalid-tag {
      color: #000000; }
    tags-input .tags .tag-item {
      padding: 0 0.5em; }
  tags-input div.input-control {
    padding: 2px; }

openlmis-tags-input div.input-control {
  padding: 0.3em; }

tags-input .autocomplete .suggestion-item,
tags-input .autocomplete .suggestion-item em,
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  font-size: 14px; }

tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  background-color: #49baeb;
  color: #ffffff; }

.order-view button.print, .order-view .print.btn,
.order-view input.print[type=button], .order-view tags-input .tags .print.tag-item, tags-input .tags .order-view .print.tag-item {
  font-family: Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-indent: -20000em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  height: inherit;
  width: inherit;
  line-height: inherit; }
  .order-view button.print::before, .order-view .print.btn::before,
  .order-view input.print[type=button]::before, .order-view tags-input .tags .print.tag-item::before, tags-input .tags .order-view .print.tag-item::before {
    font-family: FontAwesome;
    display: inline-block; }
  .order-view button.print::before, .order-view .print.btn::before,
  .order-view input.print[type=button]::before, .order-view tags-input .tags .print.tag-item::before, tags-input .tags .order-view .print.tag-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0em;
    transform: translateX(-50%) translateY(-50%); }
  .order-view button.print::before, .order-view .print.btn::before,
  .order-view input.print[type=button]::before, .order-view tags-input .tags .print.tag-item::before, tags-input .tags .order-view .print.tag-item::before {
    line-height: 2em; }

.order-view button.download, .order-view .download.btn,
.order-view input.download[type=button], .order-view tags-input .tags .download.tag-item, tags-input .tags .order-view .download.tag-item {
  font-family: Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-indent: -20000em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  height: inherit;
  width: inherit;
  line-height: inherit; }
  .order-view button.download::before, .order-view .download.btn::before,
  .order-view input.download[type=button]::before, .order-view tags-input .tags .download.tag-item::before, tags-input .tags .order-view .download.tag-item::before {
    font-family: FontAwesome;
    display: inline-block; }
  .order-view button.download::before, .order-view .download.btn::before,
  .order-view input.download[type=button]::before, .order-view tags-input .tags .download.tag-item::before, tags-input .tags .order-view .download.tag-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0em;
    transform: translateX(-50%) translateY(-50%); }
  .order-view button.download::before, .order-view .download.btn::before,
  .order-view input.download[type=button]::before, .order-view tags-input .tags .download.tag-item::before, tags-input .tags .order-view .download.tag-item::before {
    line-height: 2em; }

.order-view button.retry, .order-view .retry.btn,
.order-view input.retry[type=button], .order-view tags-input .tags .retry.tag-item, tags-input .tags .order-view .retry.tag-item {
  font-family: Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-indent: -20000em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  height: inherit;
  width: inherit;
  line-height: inherit; }
  .order-view button.retry::before, .order-view .retry.btn::before,
  .order-view input.retry[type=button]::before, .order-view tags-input .tags .retry.tag-item::before, tags-input .tags .order-view .retry.tag-item::before {
    font-family: FontAwesome;
    display: inline-block; }
  .order-view button.retry::before, .order-view .retry.btn::before,
  .order-view input.retry[type=button]::before, .order-view tags-input .tags .retry.tag-item::before, tags-input .tags .order-view .retry.tag-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0em;
    transform: translateX(-50%) translateY(-50%); }
  .order-view button.retry::before, .order-view .retry.btn::before,
  .order-view input.retry[type=button]::before, .order-view tags-input .tags .retry.tag-item::before, tags-input .tags .order-view .retry.tag-item::before {
    line-height: 2em; }

.order-view button.order-edit, .order-view .order-edit.btn,
.order-view input.order-edit[type=button], .order-view tags-input .tags .order-edit.tag-item, tags-input .tags .order-view .order-edit.tag-item {
  font-family: Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-indent: -20000em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  height: inherit;
  width: inherit;
  line-height: inherit; }
  .order-view button.order-edit::before, .order-view .order-edit.btn::before,
  .order-view input.order-edit[type=button]::before, .order-view tags-input .tags .order-edit.tag-item::before, tags-input .tags .order-view .order-edit.tag-item::before {
    font-family: FontAwesome;
    display: inline-block; }
  .order-view button.order-edit::before, .order-view .order-edit.btn::before,
  .order-view input.order-edit[type=button]::before, .order-view tags-input .tags .order-edit.tag-item::before, tags-input .tags .order-view .order-edit.tag-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0em;
    transform: translateX(-50%) translateY(-50%); }
  .order-view button.order-edit::before, .order-view .order-edit.btn::before,
  .order-view input.order-edit[type=button]::before, .order-view tags-input .tags .order-edit.tag-item::before, tags-input .tags .order-view .order-edit.tag-item::before {
    line-height: 2em; }

#proof-of-delivery-form {
  max-width: initial; }

@media (max-width: 576px) {
  .confirmation-dialog-overlay {
    align-items: flex-end; } }

.confirmation-dialog-overlay .confirmation-dialog {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  padding: 2em;
  background-color: #ffffff; }
  @media (max-width: 576px) {
    .confirmation-dialog-overlay .confirmation-dialog {
      width: 100vw;
      box-shadow: 0 -0.5em 0.5em -0.5em rgba(0, 0, 0, 0.75);
      border-radius: 0; } }
  .confirmation-dialog-overlay .confirmation-dialog .confirmation-dialog-title {
    text-align: center;
    font-size: 1.4em; }
  .confirmation-dialog-overlay .confirmation-dialog .confirmation-dialog-buttons {
    padding: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }

.page-responsive {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin: 1em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
  border: 0;
  background: #ffffff; }
  .page-responsive .page-container {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }
  .page-responsive .breadcrumb {
    padding-top: 1.5em;
    padding-left: 1em; }
  .page-responsive .page-header-responsive {
    padding: 0.5em 1em 1em; }
    .page-responsive .page-header-responsive h2 {
      border-bottom: #bebebe 1px solid; }
  .page-responsive .page-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 1em; }
    .page-responsive .page-content aside {
      background-color: #f0f0f0;
      border: 1px solid #bebebe;
      border-radius: 4px;
      margin-bottom: 1em; }
  .page-responsive .page-footer {
    flex: 0;
    display: flex;
    padding: 1em;
    background-color: #f0f0f0; }

.form-container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 100%; }
  .form-container .form-header {
    flex: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0 1em; }
    .form-container .form-header .progress {
      width: 100%;
      margin: 0 1em 0 0; }
  .form-container .form-body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 1em; }
    .form-container .form-body .form-element {
      display: flex;
      flex-direction: column; }
  .form-container .form-footer {
    flex: 0;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background-color: #f0f0f0; }

.form-field {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  padding: 0.5em 0; }

.number-field {
  max-width: 100px !important; }

.inline-field {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0.5em 0; }
  .inline-field .form-field {
    flex: 1 0 auto;
    padding: 0;
    margin-right: 0.5em; }
  .inline-field .button-inline-container {
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 0.5em; }

label.is-required:after,
strong.is-required:after {
  color: #a94442;
  content: '*';
  margin-left: 0.25em; }

.responsive-button .show-text {
  margin-right: 0.5em; }

.responsive-button .show-text-left {
  margin-left: 0.5em; }

@media (min-width: 576px) {
  .responsive-button .has-text {
    margin-right: 0.5em; }
  .responsive-button .has-text-left {
    margin-left: 0.5em; } }

@media (max-width: 576px) {
  .responsive-button .button-text {
    display: none; } }

.pagination-responsive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1em;
  width: 100%;
  margin-bottom: 0.5em; }
  .pagination-responsive span {
    margin-right: 0.5em; }
  .pagination-responsive .page-btn {
    padding: 0.5em 1em !important; }

.react-table-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto; }
  .react-table-container .react-table-content {
    overflow: auto;
    width: 100%;
    margin-bottom: 0.5em; }

.react-table {
  width: 100%;
  border: #ddd 1px solid;
  border-collapse: separate; }
  .react-table td, .react-table th {
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    vertical-align: middle;
    padding: 8px; }
    .react-table td:first-child, .react-table th:first-child {
      border-left-width: 0; }
  .react-table tr:first-child > td {
    border-top-width: 0; }
  .react-table tbody > tr > * {
    background: #ffffff; }
  .react-table tbody > tr:hover > *,
  .react-table tbody > tr.is-highlighted > * {
    background: #DAF3FF; }
  .react-table thead > tr {
    color: #ffffff; }
    .react-table thead > tr th {
      background-image: linear-gradient(to bottom, #4d4d4d, #262626); }

.multiselect {
  width: 544px;
  box-shadow: inset 0 0 0.5em #bebebe;
  border-radius: 4px; }
  .multiselect .multiselect-selected {
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center; }
    .multiselect .multiselect-selected i {
      color: grey; }
  .multiselect .multiselect-options {
    display: block;
    box-sizing: border-box;
    left: 0;
    list-style: none;
    padding-left: 0px;
    border: solid 1px #eee;
    padding: 5px 0px; }
  .multiselect .multiselect-option {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    cursor: pointer; }
    .multiselect .multiselect-option:hover {
      background-color: #49BAEB;
      color: white; }
    .multiselect .multiselect-option-checkbox {
      margin-right: 6px; }

.suggestions-input {
  border: 1px #bebebe solid;
  border-radius: 4px;
  box-shadow: inset 0 0 0.5em #bebebe;
  width: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 50px; }
  .suggestions-input input {
    all: unset;
    text-indent: 25px; }
    .suggestions-input input:focus {
      box-shadow: none;
      text-indent: 25px; }
  .suggestions-input input.not-selected {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: 10px 1em, 14px 1em;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat; }
  .suggestions-input input.selected {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
    background-position: 14px 1em, 10px 1em;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat; }
  .suggestions-input input::placeholder {
    color: #333333;
    opacity: 1; }
  .suggestions-input button, .suggestions-input .btn,
  .suggestions-input input[type=button], .suggestions-input tags-input .tags .tag-item, tags-input .tags .suggestions-input .tag-item {
    all: unset;
    margin-right: 10px;
    color: #bebebe; }
  .suggestions-input:focus-within {
    box-shadow: inset 0 0 0.5em #49baeb; }

.suggestions-results {
  max-height: 150px;
  overflow: auto; }
  .suggestions-results .suggestions-result {
    background: transparent;
    border: 1px 1px 1px 0px solid #bebebe;
    text-align: left;
    min-height: 50px;
    overflow-wrap: break-word; }

.filter-component .filters {
  width: 30%;
  margin-left: 10px; }

.filter-component .popover.openlmis-table-filters .popover-content {
  padding-right: 1em; }

.filter-component .popover {
  width: 100%;
  max-width: unset;
  display: block;
  position: relative; }
  .filter-component .popover .popover-content {
    padding: 1em; }
    .filter-component .popover .popover-content i {
      color: #bebebe; }
  .filter-component .popover .clear-icon {
    width: 100%;
    text-align: right;
    font-size: x-large;
    color: #4D4D4D; }
  .filter-component .popover .clear {
    font-size: small; }

.filter-component .container-filter {
  position: relative;
  width: 100%; }

.filter-component .popover.bottom .arrow {
  left: 30px; }

.filter-component #filter-form fieldset {
  margin-top: 0; }
  .filter-component #filter-form fieldset label {
    display: flex;
    align-items: center; }
  .filter-component #filter-form fieldset input[type=checkbox] {
    margin-top: 0;
    margin-right: 0.1em; }
  .filter-component #filter-form fieldset .filter-checkbox, .filter-component #filter-form fieldset .input-with-clear-icon {
    margin-bottom: 20px; }

.filter-component #filter-form .button-group, .filter-component #filter-form .openlmis-toolbar, .filter-component #filter-form .toolbar, .filter-component #filter-form .modal .modal-footer, .modal .filter-component #filter-form .modal-footer {
  margin-top: 10px; }
  .filter-component #filter-form .button-group .clear-filters, .filter-component #filter-form .openlmis-toolbar .clear-filters, .filter-component #filter-form .toolbar .clear-filters, .filter-component #filter-form .modal .modal-footer .clear-filters, .modal .filter-component #filter-form .modal-footer .clear-filters {
    border: none;
    background-image: none;
    margin: 0;
    padding: 0.5em;
    background-color: transparent;
    text-decoration: underline;
    color: #4D4D4D; }

.input-with-clear-icon {
  border: 1px #bebebe solid;
  border-radius: 4px;
  box-shadow: inset 0 0 0.5em #bebebe;
  width: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .input-with-clear-icon input {
    all: unset;
    width: 90%;
    height: 40px;
    text-indent: 10px; }
    .input-with-clear-icon input:focus {
      box-shadow: none;
      height: 40px; }
  .input-with-clear-icon input::placeholder {
    color: #333333;
    opacity: 1; }
  .input-with-clear-icon button, .input-with-clear-icon .btn,
  .input-with-clear-icon input[type=button], .input-with-clear-icon tags-input .tags .tag-item, tags-input .tags .input-with-clear-icon .tag-item {
    all: unset;
    margin-right: 10px; }
  .input-with-clear-icon:focus-within {
    box-shadow: inset 0 0 0.5em #49baeb; }

.param-info {
  font-style: italic; }

.superset-oauth-login-modal {
  background-color: transparent !important; }
  .superset-oauth-login-modal .modal-content {
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #e4e4e4 100%) !important; }
  .superset-oauth-login-modal .modal-body {
    background-image: url(927ab7ae047f990eeee4c71e5467451d.png) !important;
    background-size: 30% auto !important;
    background-position: 1.5em 35% !important;
    background-repeat: no-repeat !important;
    padding: 1.5em 4em 1em 35% !important; }

iframe {
  flex: 1 0 auto; }

.requisition-error {
  background: #a94442 !important; }

#batch-approval-form {
  max-width: none; }

.batch-requisition-pane {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px; }
  .batch-requisition-pane .breadcrumb {
    margin: 0px;
    padding: 8px 16px;
    border-bottom-width: 0px; }
  .batch-requisition-pane h2 {
    margin: 0px 16px 8px;
    border-bottom: 1px #bebebe solid; }
  .batch-requisition-pane #batch-approval-form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0px 20px; }
    .batch-requisition-pane #batch-approval-form > * {
      flex: 0 0 auto; }
    .batch-requisition-pane #batch-approval-form > .openlmis-table-pane {
      flex-grow: 1; }
  .batch-requisition-pane .openlmis-toolbar {
    position: static;
    margin: 0px;
    padding: 8px 16px; }

.grid-init-rnr {
  width: 51.4em;
  margin: 1.5em 0; }

.losses-and-adjustments {
  display: flex;
  font-weight: bold;
  width: 100%; }
  .losses-and-adjustments::before {
    content: '\f044';
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: auto; }
  .losses-and-adjustments:hover {
    text-decoration: none; }
  .losses-and-adjustments[disabled]::before {
    content: '\f08e'; }

.order-create-page .order-create-form .section {
  margin: 0.5em 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em; }

.order-create-page .order-create-form .select-search .input {
  min-width: 400px; }

.order-create-page .order-create-form .select-search .options {
  min-width: 400px; }

.order-create-page .order-create-table-container {
  display: flex; }
  .order-create-page .order-create-table-container .order-create-table {
    display: flex;
    flex-direction: column; }
    .order-create-page .order-create-table-container .order-create-table .order-create-table-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 1em; }

.order-create-page .page-footer {
  justify-content: flex-end; }
  .order-create-page .page-footer button, .order-create-page .page-footer .btn,
  .order-create-page .page-footer input[type=button], .order-create-page .page-footer tags-input .tags .tag-item, tags-input .tags .order-create-page .page-footer .tag-item {
    margin-right: 1em; }

.order-create-page .select-search {
  background: #fff;
  display: inline-block;
  max-height: 40vh; }
  .order-create-page .select-search .search .input-wrapper {
    display: inline-block;
    position: relative; }
    .order-create-page .select-search .search .input-wrapper:before {
      font-family: 'FONTAWESOME';
      content: '\f0d7';
      position: absolute;
      left: 1em;
      color: #bebebe;
      top: 50%;
      transform: translateY(-50%); }
    .order-create-page .select-search .search .input-wrapper .input {
      box-shadow: inset 0 0 0.5em #bebebe;
      border: 1px solid #bebebe;
      background-color: inherit;
      border-radius: 4px;
      padding: 0.5em 0.5em 0.5em 2em; }
      .order-create-page .select-search .search .input-wrapper .input:focus {
        outline: none;
        border-color: #49baeb;
        box-shadow: inset 0 0 0.5em #49baeb; }
    .order-create-page .select-search .search .input-wrapper .clear-icon {
      margin-left: -2em;
      color: #bebebe; }
      .order-create-page .select-search .search .input-wrapper .clear-icon:hover {
        color: #a94442; }
  .order-create-page .select-search.is-disabled .input {
    box-shadow: 0 0 0 #bebebe;
    cursor: not-allowed; }
  .order-create-page .select-search .select {
    position: absolute;
    z-index: 100;
    border: #bebebe 1px solid;
    box-shadow: 0 0.25em 1em #e4e4e4;
    background-color: #fff;
    overflow-y: auto;
    max-height: 40vh; }
    .order-create-page .select-search .select .options {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .order-create-page .select-search .select .options li {
        cursor: pointer;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
        .order-create-page .select-search .select .options li:hover {
          background-color: #49baeb;
          color: #fff; }
        .order-create-page .select-search .select .options li.not-found {
          padding: 0.5em; }
        .order-create-page .select-search .select .options li .option {
          background: none;
          border: none;
          color: inherit;
          cursor: pointer;
          font: inherit;
          outline: inherit;
          padding: 0.5em;
          text-align: left;
          width: 100%; }
          .order-create-page .select-search .select .options li .option.is-selected {
            background-color: #49baeb;
            color: #fff; }

.product-grid {
  overflow: auto;
  position: relative; }
  .product-grid .skip {
    margin: 0 auto;
    display: table; }
  .product-grid .skipped-line-item {
    background: #e4e4e4; }
  .product-grid .add-product.btn, .product-grid button.add-product,
  .product-grid input.add-product[type=button], .product-grid tags-input .tags .add-product.tag-item, tags-input .tags .product-grid .add-product.tag-item {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #356b6f 1px solid;
    border-right: #356b6f 1px solid;
    border-left: #356b6f 1px solid;
    border-bottom: #356b6f 1px solid;
    color: #ffffff;
    text-shadow: 0px 0px 0.1em #333333;
    background: #356b6f;
    background-image: linear-gradient(to bottom, #458c92, #3d7c80 10%, #356b6f);
    float: right; }
    .product-grid .add-product.btn:hover, .product-grid button.add-product:hover,
    .product-grid input.add-product:hover[type=button], .product-grid tags-input .tags .add-product.tag-item:hover, tags-input .tags .product-grid .add-product.tag-item:hover, .product-grid .add-product.btn:active, .product-grid button.add-product:active,
    .product-grid input.add-product:active[type=button], .product-grid tags-input .tags .add-product.tag-item:active, tags-input .tags .product-grid .add-product.tag-item:active, .product-grid .add-product.active.btn, .product-grid button.add-product.active,
    .product-grid input.add-product.active[type=button], .product-grid tags-input .tags .add-product.active.tag-item, tags-input .tags .product-grid .add-product.active.tag-item, .product-grid .add-product.disabled.btn, .product-grid button.add-product.disabled,
    .product-grid input.add-product.disabled[type=button], .product-grid tags-input .tags .add-product.disabled.tag-item, tags-input .tags .product-grid .add-product.disabled.tag-item, .product-grid .add-product.btn[disabled], .product-grid button.add-product[disabled],
    .product-grid input.add-product[disabled][type=button], .product-grid tags-input .tags .add-product.tag-item[disabled], tags-input .tags .product-grid .add-product.tag-item[disabled] {
      color: #ffffff;
      background: #356b6f;
      border-color: #356b6f; }
  .product-grid .hide-line-item.btn, .product-grid button.hide-line-item,
  .product-grid input.hide-line-item[type=button], .product-grid tags-input .tags .hide-line-item.tag-item, tags-input .tags .product-grid .hide-line-item.tag-item {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-top: #a94442 1px solid;
    border-right: #a94442 1px solid;
    border-left: #a94442 1px solid;
    border-bottom: #a94442 1px solid;
    color: #ffffff;
    text-shadow: 0px 0px 0.1em #333333;
    background: #a94442;
    background-image: linear-gradient(to bottom, #c0605e, #b94e4c 10%, #a94442); }
    .product-grid .hide-line-item.btn:hover, .product-grid button.hide-line-item:hover,
    .product-grid input.hide-line-item:hover[type=button], .product-grid tags-input .tags .hide-line-item.tag-item:hover, tags-input .tags .product-grid .hide-line-item.tag-item:hover, .product-grid .hide-line-item.btn:active, .product-grid button.hide-line-item:active,
    .product-grid input.hide-line-item:active[type=button], .product-grid tags-input .tags .hide-line-item.tag-item:active, tags-input .tags .product-grid .hide-line-item.tag-item:active, .product-grid .hide-line-item.active.btn, .product-grid button.hide-line-item.active,
    .product-grid input.hide-line-item.active[type=button], .product-grid tags-input .tags .hide-line-item.active.tag-item, tags-input .tags .product-grid .hide-line-item.active.tag-item, .product-grid .hide-line-item.disabled.btn, .product-grid button.hide-line-item.disabled,
    .product-grid input.hide-line-item.disabled[type=button], .product-grid tags-input .tags .hide-line-item.disabled.tag-item, tags-input .tags .product-grid .hide-line-item.disabled.tag-item, .product-grid .hide-line-item.btn[disabled], .product-grid button.hide-line-item[disabled],
    .product-grid input.hide-line-item[disabled][type=button], .product-grid tags-input .tags .hide-line-item.tag-item[disabled], tags-input .tags .product-grid .hide-line-item.tag-item[disabled] {
      color: #ffffff;
      background: #a94442;
      border-color: #a94442; }
  .product-grid .openlmis-pagination {
    flex: 0 1 auto;
    width: inherit; }

.requisition-product-grid-cell.has-popover {
  padding-right: 2em !important; }

.status-message > header {
  margin-bottom: 1em; }
  .status-message > header > .status {
    font-weight: bold; }
  .status-message > header > .date {
    font-style: italic; }

.status-message > .content {
  word-wrap: break-word;
  white-space: pre-wrap; }

.status-message + .status-message {
  margin-top: 1em; }

.status-message-list {
  padding: 1.5em 0; }

.info-no-comments {
  font-style: italic; }

.requisition-summary dl > dt::after {
  content: ":"; }

aside.requisition-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px; }
  aside.requisition-summary:before, aside.requisition-summary:after {
    content: " ";
    display: table; }
  aside.requisition-summary:after {
    clear: both; }
  aside.requisition-summary > * {
    display: block;
    flex: 1 0 auto; }
  aside.requisition-summary > button, aside.requisition-summary > .btn, .product-grid aside.requisition-summary > button,
  aside.requisition-summary > input[type=button], tags-input .tags aside.requisition-summary > .tag-item {
    flex-grow: 0; }
  aside.requisition-summary > dl {
    justify-content: flex-end;
    padding: 0 16px 0 0; }
    aside.requisition-summary > dl > dt {
      width: auto;
      position: relative;
      top: 0;
      margin-right: 0.5em; }
    aside.requisition-summary > dl > dd {
      flex-grow: 0; }
  aside.requisition-summary > button, aside.requisition-summary > .btn, .product-grid aside.requisition-summary > button,
  aside.requisition-summary > input[type=button], tags-input .tags aside.requisition-summary > .tag-item {
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 1em;
    width: 1.2em;
    height: 1.2em;
    text-indent: -20000em;
    width: 2em;
    height: 2em;
    line-height: 2em; }
    aside.requisition-summary > button::before, aside.requisition-summary > .btn::before, .product-grid aside.requisition-summary > button::before,
    aside.requisition-summary > input[type=button]::before, tags-input .tags aside.requisition-summary > .tag-item::before {
      font-family: FontAwesome;
      display: inline-block; }
    aside.requisition-summary > button::before, aside.requisition-summary > .btn::before, .product-grid aside.requisition-summary > button::before,
    aside.requisition-summary > input[type=button]::before, tags-input .tags aside.requisition-summary > .tag-item::before {
      position: absolute;
      top: 50%;
      left: 50%;
      text-indent: 0em;
      transform: translateX(-50%) translateY(-50%); }
    aside.requisition-summary > button::before, aside.requisition-summary > .btn::before, .product-grid aside.requisition-summary > button::before,
    aside.requisition-summary > input[type=button]::before, tags-input .tags aside.requisition-summary > .tag-item::before {
      line-height: 2em; }

.popover.requisition-summary {
  width: auto;
  max-width: none; }
  .popover.requisition-summary dl {
    display: flex;
    flex-wrap: wrap; }
  .popover.requisition-summary dl > dt {
    white-space: normal;
    flex: 1 0 auto; }
  .popover.requisition-summary dl > dd {
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right; }

.view-tab .openlmis-table-controls {
  flex-direction: row-reverse; }

.view-tab .hide-line-item {
  font-family: Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-indent: -20000em; }
  .view-tab .hide-line-item::before {
    font-family: FontAwesome;
    display: inline-block; }
  .view-tab .hide-line-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0em;
    transform: translateX(-50%) translateY(-50%); }

.requisition-info, .pod-info {
  display: flex;
  align-items: stretch;
  padding: 2px; }
  .requisition-info ul, .pod-info ul {
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5em; }
    .requisition-info ul li, .pod-info ul li {
      display: flex;
      flex-direction: column;
      padding-right: 2em;
      padding-bottom: 0.2em; }
    .requisition-info ul strong, .pod-info ul strong {
      white-space: nowrap; }

.requisition-type, .pod-regular, .pod-emergency {
  padding: 1em;
  font-weight: bold;
  display: flex;
  align-items: center; }
  .requisition-type.regular, .pod-regular, .regular.pod-emergency {
    background-color: #e4e4e4; }
  .requisition-type.emergency, .emergency.pod-regular, .pod-emergency {
    background-color: #a94442;
    color: #ffffff; }
  .requisition-type.report-only, .report-only.pod-regular, .report-only.pod-emergency {
    background-color: #f0ad4e; }

.nav > li.is-invalid.has-popover > a, .page div[ui-view] > nav > ul > li.is-invalid.has-popover > a, .flex-page div[ui-view] > nav > ul > li.is-invalid.has-popover > a, .batch-requisition-pane div[ui-view] > nav > ul > li.is-invalid.has-popover > a, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a, td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a {
  padding-right: 2em !important;
  font-family: Arial, sans-serif; }
  .nav > li.is-invalid.has-popover > a::before, .page div[ui-view] > nav > ul > li.is-invalid.has-popover > a::before, .flex-page div[ui-view] > nav > ul > li.is-invalid.has-popover > a::before, .batch-requisition-pane div[ui-view] > nav > ul > li.is-invalid.has-popover > a::before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before, td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before {
    font-family: FontAwesome;
    display: inline-block; }
  .nav > li.is-invalid.has-popover > a::before, .page div[ui-view] > nav > ul > li.is-invalid.has-popover > a::before, .flex-page div[ui-view] > nav > ul > li.is-invalid.has-popover > a::before, .batch-requisition-pane div[ui-view] > nav > ul > li.is-invalid.has-popover > a::before, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before, td.has-single-input-control.is-invalid.nav > li.has-popover[input-control] > a::before {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    color: #a94442;
    border-left: none; }

.requisition-indicator {
  display: block;
  float: right; }

span.emergency {
  font-weight: bold; }

.order-cce-status {
  padding: 0.5em; }
  .order-cce-status > p:first-of-type {
    font-weight: bold; }

td.openlmis-empty-row {
  font-family: Arial, sans-serif; }
  td.openlmis-empty-row::before {
    font-family: FontAwesome;
    display: inline-block; }
  td.openlmis-empty-row:before {
    color: #a94442;
    margin-right: 0.5em; }

.adjustment-mobile, .issue-mobile, .receive-mobile, .stock-on-hand-mobile {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column; }
  .adjustment-mobile .confirmation-dialog, .issue-mobile .confirmation-dialog, .receive-mobile .confirmation-dialog, .stock-on-hand-mobile .confirmation-dialog {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    padding: 2em;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    top: 50%;
    left: 50%; }
  .adjustment-mobile .add-products-button, .issue-mobile .add-products-button, .receive-mobile .add-products-button, .stock-on-hand-mobile .add-products-button {
    margin-left: auto; }
  .adjustment-mobile #program-select-header, .issue-mobile #program-select-header, .receive-mobile #program-select-header, .stock-on-hand-mobile #program-select-header {
    font-size: 16px; }
  .adjustment-mobile #product-add-header, .issue-mobile #product-add-header, .receive-mobile #product-add-header, .stock-on-hand-mobile #product-add-header {
    font-size: 16px;
    text-align: left;
    margin-left: 0; }
  .adjustment-mobile .react-table-readonly, .issue-mobile .react-table-readonly, .receive-mobile .react-table-readonly, .stock-on-hand-mobile .react-table-readonly {
    width: 100%;
    border: #ddd 1px solid;
    border-collapse: separate; }
    .adjustment-mobile .react-table-readonly td, .adjustment-mobile .react-table-readonly th, .issue-mobile .react-table-readonly td, .issue-mobile .react-table-readonly th, .receive-mobile .react-table-readonly td, .receive-mobile .react-table-readonly th, .stock-on-hand-mobile .react-table-readonly td, .stock-on-hand-mobile .react-table-readonly th {
      border-top: #ddd 1px solid;
      border-left: none;
      border-right: none;
      vertical-align: middle;
      padding: 8px; }
      .adjustment-mobile .react-table-readonly td:first-child, .adjustment-mobile .react-table-readonly th:first-child, .issue-mobile .react-table-readonly td:first-child, .issue-mobile .react-table-readonly th:first-child, .receive-mobile .react-table-readonly td:first-child, .receive-mobile .react-table-readonly th:first-child, .stock-on-hand-mobile .react-table-readonly td:first-child, .stock-on-hand-mobile .react-table-readonly th:first-child {
        border-left-width: 0; }
    .adjustment-mobile .react-table-readonly tr:first-child > td, .issue-mobile .react-table-readonly tr:first-child > td, .receive-mobile .react-table-readonly tr:first-child > td, .stock-on-hand-mobile .react-table-readonly tr:first-child > td {
      border-top-width: 0; }
    .adjustment-mobile .react-table-readonly tbody > tr > *, .issue-mobile .react-table-readonly tbody > tr > *, .receive-mobile .react-table-readonly tbody > tr > *, .stock-on-hand-mobile .react-table-readonly tbody > tr > * {
      background: #ffffff; }
    .adjustment-mobile .react-table-readonly tbody > tr:hover > *,
    .adjustment-mobile .react-table-readonly tbody > tr.is-highlighted > *, .issue-mobile .react-table-readonly tbody > tr:hover > *,
    .issue-mobile .react-table-readonly tbody > tr.is-highlighted > *, .receive-mobile .react-table-readonly tbody > tr:hover > *,
    .receive-mobile .react-table-readonly tbody > tr.is-highlighted > *, .stock-on-hand-mobile .react-table-readonly tbody > tr:hover > *,
    .stock-on-hand-mobile .react-table-readonly tbody > tr.is-highlighted > * {
      background: #DAF3FF; }
    .adjustment-mobile .react-table-readonly thead > tr, .issue-mobile .react-table-readonly thead > tr, .receive-mobile .react-table-readonly thead > tr, .stock-on-hand-mobile .react-table-readonly thead > tr {
      color: #ffffff; }
      .adjustment-mobile .react-table-readonly thead > tr th, .issue-mobile .react-table-readonly thead > tr th, .receive-mobile .react-table-readonly thead > tr th, .stock-on-hand-mobile .react-table-readonly thead > tr th {
        background-image: linear-gradient(to bottom, #4d4d4d, #262626); }
  .adjustment-mobile .react-table-list, .issue-mobile .react-table-list, .receive-mobile .react-table-list, .stock-on-hand-mobile .react-table-list {
    width: 100%;
    border: #ddd 1px solid;
    border-collapse: separate; }
    .adjustment-mobile .react-table-list td, .adjustment-mobile .react-table-list th, .issue-mobile .react-table-list td, .issue-mobile .react-table-list th, .receive-mobile .react-table-list td, .receive-mobile .react-table-list th, .stock-on-hand-mobile .react-table-list td, .stock-on-hand-mobile .react-table-list th {
      border-top: #ddd 1px solid;
      border-left: #ddd 1px solid;
      vertical-align: middle;
      padding: 8px; }
      .adjustment-mobile .react-table-list td:first-child, .adjustment-mobile .react-table-list th:first-child, .issue-mobile .react-table-list td:first-child, .issue-mobile .react-table-list th:first-child, .receive-mobile .react-table-list td:first-child, .receive-mobile .react-table-list th:first-child, .stock-on-hand-mobile .react-table-list td:first-child, .stock-on-hand-mobile .react-table-list th:first-child {
        border-left-width: 0; }
  .adjustment-mobile .navbar, .issue-mobile .navbar, .receive-mobile .navbar, .stock-on-hand-mobile .navbar {
    overflow: hidden;
    background-color: #f2f2f2;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px; }
    .adjustment-mobile .navbar #navbar-wrap, .issue-mobile .navbar #navbar-wrap, .receive-mobile .navbar #navbar-wrap, .stock-on-hand-mobile .navbar #navbar-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .adjustment-mobile .navbar button, .adjustment-mobile .navbar .btn,
    .adjustment-mobile .navbar input[type=button], .adjustment-mobile .navbar tags-input .tags .tag-item, tags-input .tags .adjustment-mobile .navbar .tag-item, .issue-mobile .navbar button, .issue-mobile .navbar .btn,
    .issue-mobile .navbar input[type=button], .issue-mobile .navbar tags-input .tags .tag-item, tags-input .tags .issue-mobile .navbar .tag-item, .receive-mobile .navbar button, .receive-mobile .navbar .btn,
    .receive-mobile .navbar input[type=button], .receive-mobile .navbar tags-input .tags .tag-item, tags-input .tags .receive-mobile .navbar .tag-item, .stock-on-hand-mobile .navbar button, .stock-on-hand-mobile .navbar .btn,
    .stock-on-hand-mobile .navbar input[type=button], .stock-on-hand-mobile .navbar tags-input .tags .tag-item, tags-input .tags .stock-on-hand-mobile .navbar .tag-item {
      float: left;
      height: 32px;
      width: 80px;
      margin-top: 3.5%;
      padding: 0; }
  .adjustment-mobile .form-field, .issue-mobile .form-field, .receive-mobile .form-field, .stock-on-hand-mobile .form-field {
    max-width: none; }
    .adjustment-mobile .form-field .form-field-full-width, .issue-mobile .form-field .form-field-full-width, .receive-mobile .form-field .form-field-full-width, .stock-on-hand-mobile .form-field .form-field-full-width {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0.5em 0; }
      .adjustment-mobile .form-field .form-field-full-width input, .issue-mobile .form-field .form-field-full-width input, .receive-mobile .form-field .form-field-full-width input, .stock-on-hand-mobile .form-field .form-field-full-width input {
        width: 100%;
        height: 50px; }
      .adjustment-mobile .form-field .form-field-full-width select, .issue-mobile .form-field .form-field-full-width select, .receive-mobile .form-field .form-field-full-width select, .stock-on-hand-mobile .form-field .form-field-full-width select {
        width: 100%;
        height: 50px;
        vertical-align: middle; }
    .adjustment-mobile .form-field .form-field-with-button, .issue-mobile .form-field .form-field-with-button, .receive-mobile .form-field .form-field-with-button, .stock-on-hand-mobile .form-field .form-field-with-button {
      display: flex;
      flex-direction: column;
      width: 80%;
      padding: 0.5em 0; }
      .adjustment-mobile .form-field .form-field-with-button input, .issue-mobile .form-field .form-field-with-button input, .receive-mobile .form-field .form-field-with-button input, .stock-on-hand-mobile .form-field .form-field-with-button input {
        height: 50px;
        width: 80%; }
      .adjustment-mobile .form-field .form-field-with-button select, .issue-mobile .form-field .form-field-with-button select, .receive-mobile .form-field .form-field-with-button select, .stock-on-hand-mobile .form-field .form-field-with-button select {
        height: 50px;
        width: 80%;
        vertical-align: middle; }
    .adjustment-mobile .form-field .field-full-width-last, .issue-mobile .form-field .field-full-width-last, .receive-mobile .form-field .field-full-width-last, .stock-on-hand-mobile .form-field .field-full-width-last {
      margin-bottom: 16px; }
  .adjustment-mobile .field-full-width, .issue-mobile .field-full-width, .receive-mobile .field-full-width, .stock-on-hand-mobile .field-full-width {
    width: 100%; }
    .adjustment-mobile .field-full-width input, .issue-mobile .field-full-width input, .receive-mobile .field-full-width input, .stock-on-hand-mobile .field-full-width input {
      width: 100%;
      height: 50px; }
    .adjustment-mobile .field-full-width select, .issue-mobile .field-full-width select, .receive-mobile .field-full-width select, .stock-on-hand-mobile .field-full-width select {
      width: 100%;
      height: 50px;
      vertical-align: middle; }
  .adjustment-mobile #header-wrap, .issue-mobile #header-wrap, .receive-mobile #header-wrap, .stock-on-hand-mobile #header-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    padding: 1rem 0;
    height: 24px; }
  .adjustment-mobile .required label:after, .issue-mobile .required label:after, .receive-mobile .required label:after, .stock-on-hand-mobile .required label:after {
    color: #e32;
    content: " *";
    display: inline; }
  .adjustment-mobile .page-responsive-without-box, .issue-mobile .page-responsive-without-box, .receive-mobile .page-responsive-without-box, .stock-on-hand-mobile .page-responsive-without-box {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    border: 0;
    background: #ffffff; }
    .adjustment-mobile .page-responsive-without-box .page-container, .issue-mobile .page-responsive-without-box .page-container, .receive-mobile .page-responsive-without-box .page-container, .stock-on-hand-mobile .page-responsive-without-box .page-container {
      flex: 1 0 auto;
      display: flex;
      flex-direction: column; }
    .adjustment-mobile .page-responsive-without-box .breadcrumb, .issue-mobile .page-responsive-without-box .breadcrumb, .receive-mobile .page-responsive-without-box .breadcrumb, .stock-on-hand-mobile .page-responsive-without-box .breadcrumb {
      padding-top: 1.5em;
      padding-left: 1em; }
    .adjustment-mobile .page-responsive-without-box .page-header-responsive, .issue-mobile .page-responsive-without-box .page-header-responsive, .receive-mobile .page-responsive-without-box .page-header-responsive, .stock-on-hand-mobile .page-responsive-without-box .page-header-responsive {
      padding: 0.5em 1em 1em; }
      .adjustment-mobile .page-responsive-without-box .page-header-responsive h2, .issue-mobile .page-responsive-without-box .page-header-responsive h2, .receive-mobile .page-responsive-without-box .page-header-responsive h2, .stock-on-hand-mobile .page-responsive-without-box .page-header-responsive h2 {
        border-bottom: #bebebe 1px solid; }
    .adjustment-mobile .page-responsive-without-box .page-content, .issue-mobile .page-responsive-without-box .page-content, .receive-mobile .page-responsive-without-box .page-content, .stock-on-hand-mobile .page-responsive-without-box .page-content {
      flex: 1 0 auto;
      display: flex;
      flex-direction: column;
      padding: 1em; }
      .adjustment-mobile .page-responsive-without-box .page-content aside, .issue-mobile .page-responsive-without-box .page-content aside, .receive-mobile .page-responsive-without-box .page-content aside, .stock-on-hand-mobile .page-responsive-without-box .page-content aside {
        background-color: #f0f0f0;
        border: 1px solid #bebebe;
        border-radius: 4px;
        margin-bottom: 1em; }

.number-field {
  max-width: none !important; }
  .number-field input {
    text-align: right;
    height: 50px; }

.stock-card-info {
  display: flex;
  align-items: stretch;
  padding: 2px; }
  .stock-card-info ul {
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5em; }
    .stock-card-info ul li {
      display: flex;
      flex-direction: column;
      padding-right: 2em;
      padding-bottom: 0.2em; }
    .stock-card-info ul strong {
      white-space: nowrap; }

.product-name-header {
  padding: 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #e4e4e4; }

.datepicker {
  z-index: 1151 !important; }

#dateForm span.info {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  color: #333333; }

#facility-type-header {
  margin-bottom: 4px;
  font-family: Arial;
  font-size: 16px; }

.facility-program-select {
  margin-top: 8px;
  margin-bottom: 8px; }
  .facility-program-select .field-with-bottom-margin {
    margin-bottom: 8px; }

.with-back-button {
  display: flex;
  align-items: center;
  background-color: white;
  position: sticky;
  top: 142px;
  height: 66px; }
  .with-back-button h2 {
    margin-left: 10px;
    max-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }

.no-products-found {
  background-color: #e2f8ff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 10px;
  font-size: 16px; }

.stock-on-hand-table {
  width: 100%;
  font-size: 18px; }
  .stock-on-hand-table th {
    position: sticky;
    top: 251px;
    color: white;
    padding: 10px;
    font-weight: normal;
    background-color: #77cbf0; }
    .stock-on-hand-table th:first-child {
      width: 90px; }
    .stock-on-hand-table th:nth-child(3) {
      width: 120px; }
    .stock-on-hand-table th:first-child, .stock-on-hand-table th:nth-child(2) {
      border-right: 1pt solid white; }
  .stock-on-hand-table tbody {
    background-color: #e2f8ff; }
    .stock-on-hand-table tbody td {
      height: 70px;
      padding: 10px;
      overflow-wrap: anywhere; }
    .stock-on-hand-table tbody .cell-not-expanded {
      border-bottom: 1pt solid white; }
      .stock-on-hand-table tbody .cell-not-expanded:first-child {
        text-align: left; }
      .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .fa, .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .loading, .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .loading-view::before, .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .is-loading::after, .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .facility-cce-status.is-loading-status::before, .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .saving-indicator .saving, .saving-indicator .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .saving, .stock-on-hand-table tbody .cell-not-expanded .stock-on-hand-value .glyphicon {
          margin-left: 10px; }
    .stock-on-hand-table tbody .row-expanded {
      border-top: 1pt solid #a4a4a4;
      background-color: white; }
      .stock-on-hand-table tbody .row-expanded .cell-expanded {
        margin-bottom: 10px;
        font-size: 16px; }
        .stock-on-hand-table tbody .row-expanded .cell-expanded:last-child {
          text-align: right; }
        .stock-on-hand-table tbody .row-expanded .cell-expanded .info-cell {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%; }
          .stock-on-hand-table tbody .row-expanded .cell-expanded .info-cell div:first-child {
            margin-bottom: 15px; }
          .stock-on-hand-table tbody .row-expanded .cell-expanded .info-cell div:last-child {
            justify-self: flex-end; }

.filter-soh {
  position: sticky;
  top: 205px;
  background: white;
  padding-bottom: 10px; }

.display-unset {
  position: unset; }

.bin-card-table {
  margin-top: 0;
  font-size: 14px; }
  .bin-card-table th {
    position: sticky;
    top: 241px; }
    .bin-card-table th:first-child {
      width: 95px; }
    .bin-card-table th:nth-child(3) {
      width: 90px;
      text-align: center;
      padding: 5px; }
    .bin-card-table th:nth-child(n + 1) {
      border-left: 1pt solid white; }
    .bin-card-table th .popover {
      background: #A4A4A4;
      border: none;
      color: white;
      width: 100vw;
      margin-top: 20px;
      margin-left: 20px;
      position: absolute;
      top: auto;
      left: -60vw;
      display: unset; }
      .bin-card-table th .popover .arrow {
        left: 90%; }
        .bin-card-table th .popover .arrow::after {
          border-bottom-color: #A4A4A4; }
      .bin-card-table th .popover .popover-content {
        padding: 1.5em; }
  .bin-card-table tbody {
    background-color: transparent; }
    .bin-card-table tbody .row-with-info-expanded {
      background-color: #E2F8FF;
      border-top: 1pt solid white; }
      .bin-card-table tbody .row-with-info-expanded .cell-not-expanded {
        border-bottom: 1pt solid white;
        border-right: 1pt solid white; }
    .bin-card-table tbody .cell-not-expanded {
      border-bottom: 1pt solid #d9d9d9;
      border-right: 1pt solid #d9d9d9; }
      .bin-card-table tbody .cell-not-expanded:nth-child(4) {
        text-align: center;
        width: 60px; }
      .bin-card-table tbody .cell-not-expanded .stock-on-hand {
        display: flex;
        gap: 1em;
        justify-content: flex-end; }
        .bin-card-table tbody .cell-not-expanded .stock-on-hand div:nth-child(2) {
          color: #A4A4A4;
          margin-left: 0.1em; }
    .bin-card-table tbody .row-expanded {
      border: none;
      background-color: #E2F8FF; }
      .bin-card-table tbody .row-expanded .cell-expanded {
        height: unset;
        padding: 5px 10px 5px 10px;
        font-size: 14px; }

.hidden {
  display: none; }

.product-main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }
  .product-main #program-select-header {
    width: 100%; }
  .product-main .product-nav {
    display: flex;
    flex-basis: 50%;
    flex-grow: 0;
    text-transform: uppercase;
    position: sticky;
    top: 189px;
    background: white;
    overflow-wrap: anywhere; }
    .product-main .product-nav .nav-button {
      display: flex;
      align-self: center;
      padding: 20px 0 10px 0;
      width: 50%;
      justify-content: center; }
    .product-main .product-nav .nav-button:hover {
      cursor: pointer; }
    .product-main .product-nav .active {
      color: #3A95BC;
      border-bottom: #3A95BC 2px solid; }
  .product-main .swipe {
    height: 100%;
    display: flex;
    flex-grow: 1; }
    .product-main .swipe .fill-swipe {
      width: 100%; }
    .product-main .swipe .product-info {
      background-color: #F1F1F1;
      display: flex;
      flex: 1 0 auto;
      flex-direction: column; }
      .product-main .swipe .product-info .product-title {
        margin: 0 auto;
        padding: 20px 0 10px 0;
        color: #3A95BC;
        font-size: 18px; }
      .product-main .swipe .product-info .product-info-row {
        display: flex;
        justify-content: flex-start;
        padding: 0 20px 0 10px;
        overflow-wrap: anywhere; }
        .product-main .swipe .product-info .product-info-row .left-column {
          display: flex;
          justify-content: flex-end;
          padding: 12px 10px 12px 20px;
          width: 50%;
          color: #707070; }
        .product-main .swipe .product-info .product-info-row .right-column {
          display: flex;
          justify-content: flex-start;
          width: 50%;
          padding: 12px 20px 12px 10px; }
        .product-main .swipe .product-info .product-info-row .text-ellipsis {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }

.physical-inventory-draft-progress {
  margin-left: 0; }

.reasons-cell {
  padding-right: 0.5em !important; }
  .reasons-cell:before {
    content: '' !important; }

.draft-indicator {
  display: block;
  float: right;
  margin-top: 1em; }

@media screen and (max-width: 576px) {
  .openlmis-physical-inventory th {
    width: 33%; }
  .openlmis-physical-inventory table td.ng-scope {
    text-align: center; }
    .openlmis-physical-inventory table td.ng-scope input {
      padding: 8px; } }

.physical-inventory-mobile {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column; }
  .physical-inventory-mobile .add-products-button {
    margin-left: auto; }

.stock-reasons-popover {
  width: auto;
  max-width: none; }
  .stock-reasons-popover dl {
    display: flex;
    flex-wrap: wrap; }
  .stock-reasons-popover dl > dt {
    white-space: normal;
    flex: 1 0 auto; }
  .stock-reasons-popover dl > dd {
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right; }

td stock-reasons > button, td stock-reasons > .btn, td .product-grid stock-reasons > button, .product-grid td stock-reasons > button,
td stock-reasons > input[type=button], td tags-input .tags stock-reasons > .tag-item, tags-input .tags td stock-reasons > .tag-item {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start; }
  td stock-reasons > button.add::before, td stock-reasons > .add.btn::before, td .product-grid stock-reasons > button.add::before, td .product-grid stock-reasons > .btn-add::before, .product-grid td stock-reasons > .btn-add::before,
  td .product-grid stock-reasons > input.add[type=submit]::before,
  td stock-reasons > input.add[type=button]::before, td stock-reasons > .btn-add::before,
  td stock-reasons > input.add[type=submit]::before, td tags-input .tags stock-reasons > .add.tag-item::before, tags-input .tags td stock-reasons > .add.tag-item::before, td stock-reasons > button.edit::before, td stock-reasons > .edit.btn::before, td .product-grid stock-reasons > button.edit::before,
  td stock-reasons > input.edit[type=button]::before, td tags-input .tags stock-reasons > .edit.tag-item::before, tags-input .tags td stock-reasons > .edit.tag-item::before {
    text-align: left; }
  td stock-reasons > button.edit, td stock-reasons > .edit.btn, td .product-grid stock-reasons > button.edit,
  td stock-reasons > input.edit[type=button], td tags-input .tags stock-reasons > .edit.tag-item, tags-input .tags td stock-reasons > .edit.tag-item {
    font-family: Arial, sans-serif; }
    td stock-reasons > button.edit::before, td stock-reasons > .edit.btn::before, td .product-grid stock-reasons > button.edit::before,
    td stock-reasons > input.edit[type=button]::before, td tags-input .tags stock-reasons > .edit.tag-item::before, tags-input .tags td stock-reasons > .edit.tag-item::before {
      font-family: FontAwesome;
      display: inline-block; }
    td stock-reasons > button.edit::before, td stock-reasons > .edit.btn::before, td .product-grid stock-reasons > button.edit::before,
    td stock-reasons > input.edit[type=button]::before, td tags-input .tags stock-reasons > .edit.tag-item::before, tags-input .tags td stock-reasons > .edit.tag-item::before {
      margin-right: 0.5em; }

.is-invalid stock-reasons button, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button, td.has-single-input-control.is-invalid > [input-control] stock-reasons button, .is-invalid stock-reasons .btn, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn, td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn, .product-grid .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button, .product-grid td.has-single-input-control.is-invalid > [input-control] stock-reasons button,
.is-invalid stock-reasons input[type=button],
.openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button],
.openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button],
.openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button],
td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button], .is-invalid stock-reasons tags-input .tags .tag-item, tags-input .tags .is-invalid stock-reasons .tag-item, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons tags-input .tags .tag-item, tags-input .tags .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .tag-item, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons tags-input .tags .tag-item, tags-input .tags .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .tag-item, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons tags-input .tags .tag-item, tags-input .tags .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .tag-item {
  font-family: Arial, sans-serif; }
  .is-invalid stock-reasons button::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button::after, td.has-single-input-control.is-invalid > [input-control] stock-reasons button::after, .is-invalid stock-reasons .btn::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn::after, td.has-single-input-control.is-invalid > [input-control] stock-reasons .btn::after, .product-grid .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons button::after, .product-grid td.has-single-input-control.is-invalid > [input-control] stock-reasons button::after,
  .is-invalid stock-reasons input[type=button]::after,
  .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button]::after,
  .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button]::after,
  .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button]::after,
  td.has-single-input-control.is-invalid > [input-control] stock-reasons input[type=button]::after, .is-invalid stock-reasons tags-input .tags .tag-item::after, tags-input .tags .is-invalid stock-reasons .tag-item::after, .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons tags-input .tags .tag-item::after, tags-input .tags .openlmis-table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .tag-item::after, .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons tags-input .tags .tag-item::after, tags-input .tags .openlmis-table-container .openlmis-flex-table > table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .tag-item::after, .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons tags-input .tags .tag-item::after, tags-input .tags .openlmis-table-pane table > tbody > tr > td.has-single-input-control.is-invalid > [input-control] stock-reasons .tag-item::after {
    color: #a94442;
    content: "\f06a";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.5em;
    flex-grow: 1;
    text-align: right; }


/*# sourceMappingURL=openlmis.css.map*/