@font-face {
  font-family: dropify;
  font-style: normal;
  font-weight: 400;
  src: url(../dropify/dropify.eot);
  src: url(../dropify/dropify.eot#iefix) format("embedded-opentype"),
    url(../dropify/dropify.woff) format("woff"),
    url(../dropify/dropify.ttf) format("truetype"),
    url(../dropify/dropify.svg#dropify) format("svg");
}
.dropify-font:before,
.dropify-wrapper .dropify-message span.file-icon:before,
.dropify-wrapper
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-filename
  span.file-icon:before,
[class*=" dropify-font-"]:before,
[class^="dropify-font-"]:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-family: dropify;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
}
.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  content: "\e800";
}
.dropify-font-file:before {
  content: "\e801";
}
.dropify-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 5px 10px;
  overflow: hidden;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 2px solid #e0e0e0;
}
.dropify-wrapper:hover {
  background-image: linear-gradient(
    -45deg,
    #f6f6f6 25%,
    transparent 25%,
    transparent 50%,
    #f6f6f6 50%,
    #f6f6f6 75%,
    transparent 75%,
    transparent
  );
  background-size: 30px 30px;
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}
.dropify-wrapper.has-preview .dropify-clear {
  display: block;
}
.dropify-wrapper.has-error .dropify-message .dropify-error {
  display: block;
}
.dropify-wrapper.disabled input {
  cursor: not-allowed;
}
.dropify-wrapper.disabled:hover {
  background-image: none;
  -webkit-animation: none;
  animation: none;
}
.dropify-wrapper.disabled .dropify-message {
  text-decoration: line-through;
  opacity: 0.5;
}
.dropify-wrapper.disabled .dropify-infos-message {
  display: none;
}
.dropify-wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.dropify-wrapper .dropify-message {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropify-wrapper .dropify-message span.file-icon {
  font-size: 50px;
  color: #ccc;
}
.dropify-wrapper .dropify-message p {
  margin: 5px 0 0;
}
.dropify-wrapper .dropify-message p.dropify-error {
  display: none;
  font-weight: 400;
  color: #f44336;
}
.dropify-wrapper .dropify-clear {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 7;
  display: none;
  padding: 4px 8px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: 0 0;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.15s linear;
}
.dropify-wrapper .dropify-clear:hover {
  background: rgba(255, 255, 255, 0.2);
}
.dropify-wrapper .dropify-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.dropify-wrapper .dropify-preview .dropify-render img {
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  transition: border-color 0.15s linear;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dropify-wrapper .dropify-preview .dropify-render i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70px;
  color: #777;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dropify-wrapper .dropify-preview .dropify-infos {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.15s linear;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  transition: all 0.2s ease;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 25px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropify-wrapper
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-filename
  span.file-icon {
  margin-right: 2px;
}
.dropify-wrapper
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-infos-message {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 12px;
  opacity: 0.5;
}
.dropify-wrapper
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-infos-message::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background: #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dropify-wrapper:hover .dropify-clear {
  opacity: 1;
}
.dropify-wrapper:hover .dropify-preview .dropify-infos {
  opacity: 1;
}
.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
  margin-top: -5px;
}
.dropify-wrapper.touch-fallback {
  height: auto !important;
}
.dropify-wrapper.touch-fallback:hover {
  background-image: none;
  -webkit-animation: none;
  animation: none;
}
.dropify-wrapper.touch-fallback .dropify-preview {
  position: relative;
  padding: 0;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
  position: relative;
  display: block;
}
.dropify-wrapper.touch-fallback
  .dropify-preview
  .dropify-render
  .dropify-font-file {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropify-wrapper.touch-fallback
  .dropify-preview
  .dropify-render
  .dropify-font-file::before {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
  position: relative;
  background: 0 0;
  opacity: 1;
}
.dropify-wrapper.touch-fallback
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner {
  position: relative;
  top: 0;
  padding: 5px 90px 5px 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropify-wrapper.touch-fallback
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 25px;
  color: #757575;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropify-wrapper.touch-fallback
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-filename {
  font-weight: 400;
}
.dropify-wrapper.touch-fallback
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-infos-message {
  position: relative;
  padding-top: 0;
  margin-top: 0;
  font-size: 11px;
  opacity: 1;
}
.dropify-wrapper.touch-fallback
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-infos-message::before {
  display: none;
}
.dropify-wrapper.touch-fallback .dropify-message {
  padding: 40px 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropify-wrapper.touch-fallback .dropify-clear {
  top: auto;
  bottom: 23px;
  color: #757575;
  border-color: rgba(117, 117, 117, 0.7);
  opacity: 1;
}
.dropify-wrapper.touch-fallback.has-preview .dropify-message {
  display: none;
}
.dropify-wrapper.touch-fallback:hover
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner {
  margin-top: 0;
}
@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A)
    center center no-repeat;
}
.animsition-loading:after {
  content: "Loading";
  color: #aaa;
  font-size: 16px;
  top: 50%;
  position: fixed;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.animsition-overlay-slide {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #ddd;
}
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
  }
}
@keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
@keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
  }
}
@keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
@keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
@keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
.blink-slow {
  -webkit-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-slow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
  height: 0;
  top: 0;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
  height: 100%;
  top: 0;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
  height: 0;
  bottom: 0;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
  height: 100%;
  bottom: 0;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
  width: 0;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
  width: 100%;
  left: 0;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
  width: 0;
  right: 0;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
  width: 100%;
  right: 0;
}
.scrollable.is-enabled {
  overflow: hidden !important;
}
.is-enabled .scrollable-container {
  box-sizing: content-box !important;
  overflow: hidden !important;
}
.is-enabled .scrollable-container::-webkit-scrollbar {
  width: 0;
  height: 0;
  -webkit-appearance: none;
}
.scrollable-vertical.is-enabled .scrollable-container {
  overflow-y: scroll !important;
}
.scrollable-horizontal.is-enabled .scrollable-container {
  overflow-x: scroll !important;
}
.is-enabled .scrollable-content {
  position: relative !important;
  box-sizing: border-box;
  overflow: visible !important;
}
.is-enabled .scrollable-content::after,
.is-enabled .scrollable-content::before {
  display: table;
  content: " ";
}
.is-enabled .scrollable-content::after {
  clear: both;
}
.scrollable-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  transition: opacity 0.5s;
  -webkit-touch-callout: none;
  user-input: disabled;
  user-focus: ignore;
}
.is-disabled .scrollable-bar {
  display: none;
}
.scrollable-bar-hide {
  opacity: 0;
  transition-delay: 0.4s;
}
.scrollable-bar.is-hovering {
  background: 0 0;
}
.scrollable-bar.is-dragging {
  background: 0 0 !important;
  opacity: 1;
}
.scrollable-bar.is-disabled {
  display: none;
}
.scrollable-bar-handle {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  cursor: pointer;
  background: rgba(189, 189, 189, 0.6);
  border-radius: 2px;
  transition: width, height 0.5s;
}
.scrollable-bar.is-dragging .scrollable-bar-handle {
  background: rgba(189, 189, 189, 0.8) !important;
}
.scrollable-bar.is-dragging,
.scrollable-bar.is-hovering {
  border-radius: 4px;
}
.scrollable-bar.is-dragging .scrollable-bar-handle,
.scrollable-bar.is-hovering .scrollable-bar-handle {
  border-radius: 4px;
}
.scrollable-bar-vertical {
  width: 4px;
  height: 100%;
  height: calc(100% - 8px);
  margin: 4px 2px;
}
.scrollable-bar-vertical.is-dragging,
.scrollable-bar-vertical.is-hovering {
  width: 8px;
  margin: 4px 1px;
}
.scrollable-bar-vertical .scrollable-bar-handle {
  width: 100%;
}
.scrollable-bar-horizontal {
  width: 100%;
  width: calc(100% - 8px);
  height: 4px;
  margin: 2px 4px;
}
.scrollable-bar-horizontal.is-dragging,
.scrollable-bar-horizontal.is-hovering {
  height: 8px;
  margin: 1px 4px;
}
.scrollable-bar-horizontal .scrollable-bar-handle {
  height: 100%;
}
.scrollable.is-scrolling .scrollable-bar {
  opacity: 1;
  transition: opacity 0;
}
.scrollable.is-hovering .scrollable-bar-handle {
  background: rgba(189, 189, 189, 0.8);
}
.scrollable.is-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  user-input: disabled;
  user-focus: ignore;
}
.scrollable-inverse.scrollable .scrollable-bar-handle {
  background: rgba(238, 238, 238, 0.6);
}
.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle {
  background: rgba(238, 238, 238, 0.8) !important;
}
.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
  background: rgba(238, 238, 238, 0.5);
}
.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
  background: rgba(238, 238, 238, 0.4);
}
.scrollable-content .list-group-item {
  width: calc(100% - 10px);
}
.switchery {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 45px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-clip: content-box;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}
.switchery > small {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.switchery-small {
  width: 33px;
  height: 21px;
  border-radius: 20px;
}
.switchery-small > small {
  width: 21px;
  height: 21px;
}
.switchery-large {
  width: 66px;
  height: 36px;
  border-radius: 36px;
}
.switchery-large > small {
  width: 36px;
  height: 36px;
}
.introjs-tooltipbuttons {
  text-align: left;
}
.introjs-skipbutton {
  margin-left: 5px;
}
.introjs-tooltip {
  direction: rtl;
}
.introjs-prevbutton {
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-nextbutton {
  border: 1px solid #d4d4d4;
  border-radius: 0.2em 0 0 0.2em;
}
.introjs-overlay {
  position: absolute;
  z-index: 10000;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  position: absolute !important;
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 10100 !important;
}
.introjs-disableInteraction {
  position: absolute;
  z-index: 10300 !important;
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  position: absolute;
  z-index: 10099;
  background-color: #fff;
  background-color: transparent;
  border: 1px solid #777;
  border: 1px solid #3f51b5;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer {
  position: absolute;
  z-index: 10101;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer *,
.introjs-helperLayer :after,
.introjs-helperLayer :before {
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 10400 !important;
  width: 20px;
  height: 20px;
  padding: 4px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #1e88e5;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  position: absolute;
  display: none !important;
  content: "";
  border: 5px solid #fff;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
}
.introjs-arrow.right {
  top: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
}
.introjs-arrow.right-bottom {
  right: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  top: 10px;
  left: -10px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left-bottom {
  bottom: 10px;
  left: -10px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  position: absolute;
  min-width: 300px;
  max-width: 500px;
  padding: 10px;
  font-size: 30px;
  color: #fff;
  background-color: transparent;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltip .content {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.introjs-tooltipbuttons {
  margin-top: 10px;
  text-align: right;
  white-space: nowrap;
}
.introjs-skipbutton {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  font-size: 24px;
  color: #fff !important;
  text-align: center;
  text-shadow: none;
  background: #e53935 !important;
  border: none;
  border-radius: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.introjs-skipbutton i {
  line-height: 56px;
}
.introjs-skipbutton:hover {
  color: #fff;
  border: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.introjs-skipbutton:active,
.introjs-skipbutton:focus {
  background: #e53935;
}
.introjs-nextbutton,
.introjs-prevbutton {
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #1e88e5;
  border: 1px solid transparent;
  border-radius: 1000px;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear,
    background-color 0.2s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}
.introjs-nextbutton:active,
.introjs-nextbutton:focus,
.introjs-nextbutton:hover,
.introjs-prevbutton:active,
.introjs-prevbutton:focus,
.introjs-prevbutton:hover {
  color: #fff;
  text-decoration: none;
}
.introjs-nextbutton.introjs-disabled,
.introjs-prevbutton.introjs-disabled {
  color: #bdbdbd !important;
  cursor: not-allowed;
  background: 0 0 !important;
  border: 1px solid;
}
.introjs-prevbutton {
  float: left;
}
.introjs-prevbutton i {
  margin-right: 10px;
}
.introjs-nextbutton {
  float: right;
}
.introjs-nextbutton i {
  margin-left: 10px;
}
.introjs-disabled,
.introjs-disabled:focus,
.introjs-disabled:hover {
  text-decoration: none;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  display: inline-block;
  padding: 0;
  margin: 15px auto 0;
  clear: both;
}
.introjs-bullets ul li {
  float: left;
  margin: 0 2px;
  list-style: none;
}
.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  text-decoration: none;
  background: #ccc;
  border-radius: 10px;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}
.introjs-progress {
  height: 10px;
  margin: 10px 0 5px;
  overflow: hidden;
  background-color: #ecf0f1;
  border-radius: 4px;
}
.introjs-progressbar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  position: absolute;
  width: 20px;
  height: 15px;
  background: 0 0;
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}
.introjs-hint-pulse {
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 10px;
  background-color: rgba(136, 136, 136, 0.24);
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  transition: all 0.2s ease-out;
}
.introjs-hint-dot {
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: 0 0;
  border: 10px solid rgba(146, 146, 146, 0.36);
  border-radius: 60px;
  opacity: 0;
  -webkit-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes introjspulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  25% {
    opacity: 0.1;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.1);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
.slidePanel {
  position: fixed;
  z-index: 1310;
  max-width: 100%;
  max-height: 100%;
  visibility: hidden;
  background: #fff;
  box-shadow: -5px 0 20px 0 rgba(66, 66, 66, 0.2);
}
.slidePanel-left,
.slidePanel-right {
  top: 66.01px;
  bottom: 0;
  width: 700px;
}
@media (max-width: 1199.98px) {
  .slidePanel-left,
  .slidePanel-right {
    width: calc(100% - 230px);
  }
}
@media (max-width: 767.98px) {
  .slidePanel-left,
  .slidePanel-right {
    width: 100%;
  }
}
.slidePanel-bottom,
.slidePanel-top {
  width: 100%;
  height: 500px;
}
@media (max-width: 1199.98px) {
  .slidePanel-bottom,
  .slidePanel-top {
    top: 0;
    bottom: 0;
    height: auto;
  }
}
.slidePanel-left {
  left: 0;
}
.slidePanel-right {
  right: 0;
}
.slidePanel-top {
  top: 0;
  left: 0;
}
.slidePanel-bottom {
  bottom: 0;
  left: 0;
}
.slidePanel .scrollable-container {
  height: 100%;
}
.slidePanel-show {
  visibility: visible;
}
.slidePanel-handler {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  cursor: e-resize;
  background-color: transparent;
}
.slidePanel-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  visibility: hidden;
}
.slidePanel-loading:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.slidePanel-loading .loader {
  vertical-align: middle;
}
.slidePanel-loading-show {
  visibility: visible;
}
.slidePanel-scrollable {
  height: 100%;
}
.slidePanel-header {
  position: relative;
  padding: 40px 30px;
  padding-right: 120px;
  color: #fff;
}
.slidePanel-header h1 {
  margin: 0;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
}
.slidePanel-actions {
  float: right;
  min-height: 67px;
  margin: 0;
  margin-left: 15px;
  text-align: right;
  list-style: none;
}
.slidePanel-actions .btn {
  line-height: 33px;
}
.slidePanel-action {
  border: 1px solid transparent;
  border-radius: 0.215rem;
  transition: border 0.25s linear;
}
.slidePanel-action:last-child {
  margin-right: 0;
}
.slidePanel-action.dropdown.open {
  border-color: #fff;
}
.slidePanel-action .icon {
  cursor: pointer;
}
.slidePanel-action .icon:hover {
  color: #ecf0f3;
}
.slidePanel-action .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 10px;
}
.slidePanel-action .dropdown-menu .icon {
  margin-right: 10px;
}
.slidePanel-inner {
  padding: 0 30px;
}
.slidePanel-inner-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.slidePanel-comment {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.slidePanel-comment textarea {
  margin-bottom: 5px;
}
.slidePanel-comment .reply {
  position: absolute;
  top: 10px;
  left: 10px;
}
@charset "UTF-8";
.mm-hidden {
  display: none !important;
}
.mm-panels,
.mm-panels > .mm-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  margin: 0;
  background: inherit;
}
.mm-panels {
  height: 100%;
  height: calc(100% - 65px);
  overflow: hidden;
}
.mm-panel {
  height: 100%;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
  visibility: hidden;
}
.mm-panel.mm-highest.mm-opened {
  visibility: visible;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-panel:first-child .mm-navbar {
  display: none;
}
.mm-navbar > a {
  line-height: 46px;
  color: #757575;
}
.mm-navbar .mm-prev {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-family: "Material Design Iconic";
  position: absolute;
  left: 20px;
}
.mm-navbar .mm-prev:before {
  content: "";
}
.mm-navbar .mm-title {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  text-indent: 20px;
}
.mm-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.mm-page {
  min-height: 100%;
  min-height: calc(100% - 44px);
  background-color: #f1f4f5;
}
.mm-search {
  padding: 7px 10px 10px;
}
.mm-search input {
  display: block;
  width: 100%;
  height: 2.573rem;
  padding: 0.429rem 1.072rem;
  font-size: 1rem;
  line-height: 1.57142857;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mm-search input.focus,
.mm-search input:focus {
  border-color: #3f51b5;
  box-shadow: none;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-noresultsmsg {
  display: none;
  padding: 40px 0;
  font-size: 21px;
  text-align: center;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  transition: all 0.5s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.1);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(255, 205, 210, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(225, 190, 231, 0.7);
}
.waves-effect.waves-light-blue .waves-ripple {
  background-color: rgba(179, 229, 252, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(178, 223, 219, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(200, 230, 201, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 249, 196, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 224, 178, 0.7);
}
.waves-effect.waves-brown .waves-ripple {
  background-color: rgba(215, 204, 200, 0.7);
}
.waves-effect.dropdown-item {
  display: block;
}
.waves-notransition {
  transition: none !important;
}
.waves-button,
.waves-circle,
.waves-float,
.waves-round {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.waves-circle {
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  transition: all 0.3s;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.waves-block {
  display: block;
}
a.waves-effect .waves-ripple {
  z-index: -1;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}
.addMember .avatar {
  display: inline-block;
  width: 30px;
}
.addMember-items {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
  list-style: none;
}
.addMember-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.addMember-item:hover .addMember-remove {
  display: block;
}
.addMember-remove {
  position: absolute;
  top: -2px;
  right: -2px;
  display: none;
  font-size: 10px;
  line-height: 1;
  color: #f44336;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}
.addMember-trigger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.addMember-trigger-button {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #dcdfe3;
  border-radius: 50%;
}
.addMember-trigger-button:hover {
  background-color: #e6e9ed;
}
.addMember-trigger-dropdown {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 1200;
  display: none;
  padding: 1px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.addMember-trigger-dropdown:before {
  position: absolute;
  top: 6px;
  left: -19px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10px;
}
.addMember-trigger.addMember-active .addMember-trigger-dropdown {
  display: block;
}
.addMember-list {
  max-height: 260px;
  padding-left: 0;
  margin-bottom: 0;
  overflow-y: auto;
  list-style: none;
}
.addMember-list-item {
  padding: 8px 20px;
  margin-bottom: 1px;
  white-space: nowrap;
  cursor: pointer;
}
.addMember-list-item > .avatar {
  margin-right: 10px;
}
.addMember-list-item.addMember-selected,
.addMember-list-item:hover {
  background-color: #f5f5f5;
}
.jvectormap-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jvectormap-tip {
  position: absolute;
  display: none;
  padding: 3px;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  color: #fff;
  background: #292929;
  border: solid 1px #cdcdcd;
  border-radius: 3px;
}
.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 20px;
  box-sizing: content-box;
  padding: 3px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #526069;
  border-radius: 3px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 16px;
  height: 16px;
}
.jvectormap-zoomin {
  top: 20px;
}
.jvectormap-zoomout {
  top: 20px;
  left: 50px;
}
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat
    url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.jvectormap-legend-cnt {
  position: absolute;
}
.jvectormap-legend-cnt-h {
  right: 0;
  bottom: 0;
}
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend {
  color: #fff;
  background: #000;
  border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  padding: 3px 3px 1px;
  margin: 0 10px 10px 0;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  padding: 3px;
  margin: 10px 10px 0 0;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.jvectormap-legend-tick-text {
  font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  padding-left: 3px;
  line-height: 20px;
  vertical-align: middle;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 36px;/*equipmentdropdown*/
  height: 36px !important;/*equipmentdropdown*/
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container
  .select2-primary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container
  .select2-results__otption
  .select2-results__otption--highlighted {
  color: #fff;
  background: #3f51b5;
  border-color: #3f51b5;
}
.select2-container
  .select2-primary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove,
.select2-container
  .select2-results__otption
  .select2-results__otption--highlighted
  .select2-selection__choice__remove {
  color: #fff;
}
.select2-container
  .select2-success
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #4caf50;
  color: #fff;
  border-color: #4caf50;
}
.select2-container
  .select2-success
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #fff;
}
.select2-container
  .select2-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #00bcd4;
  color: #fff;
  border-color: #00bcd4;
}
.select2-container
  .select2-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #fff;
}
.select2-container
  .select2-warning
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #ff9800;
  color: #fff;
  border-color: #ff9800;
}
.select2-container
  .select2-warning
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #fff;
}
.select2-container
  .select2-danger
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #f44336;
  color: #fff;
  border-color: #f44336;
}
.select2-container
  .select2-danger
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #fff;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1200;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 1800;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default {
  display: block;
}
.select2-container--default .select2-selection {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #9e9e9e;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  outline: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #9e9e9e;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
}
.select2-container--default .select2-search__field {
  outline: 0;
}
.select2-container--default .select2-search__field::-webkit-input-placeholder {
  color: #9e9e9e;
}
.select2-container--default .select2-search__field:-moz-placeholder {
  color: #9e9e9e;
}
.select2-container--default .select2-search__field::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.select2-container--default .select2-search__field:-ms-input-placeholder {
  color: #9e9e9e;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #bdbdbd;
  cursor: not-allowed;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #eee;
  color: #757575;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding: 0.429rem 1.072rem;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1.072rem;
  padding-left: 2.144rem;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2.144rem;
  padding-left: 3.216rem;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3.216rem;
  padding-left: 4.288rem;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4.288rem;
  padding-left: 5.36rem;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5.36rem;
  padding-left: 6.432rem;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eee;
  color: #757575;
}
.select2-container--default .select2-results__group {
  color: #424242;
  display: block;
  cursor: default;
  padding: 0.429rem 1.072rem;
  font-size: 0.858rem;
  line-height: 1.57142857;
  white-space: nowrap;
}
.select2-container--default.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px fade(#3f51b5, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #64bdbe;
}
.select2-container--default.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: transparent transparent #9e9e9e transparent;
  border-width: 0 0.286rem 0.286rem 0.286rem;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--default.input-lg,
.select2-container--default.input-sm {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}
.select2-container--default .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #64bdbe;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--default .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  height: 2.573rem;
  line-height: 1.57142857;
  padding: 0.429rem 1.93rem 0.429rem 1.072rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #9e9e9e;
  padding: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  color: #9e9e9e;
  cursor: pointer;
  float: right;
  font-weight: 500;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear:hover {
  color: #333;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #9e9e9e;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 1.072rem;
  top: 0;
  width: 0.286rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #9e9e9e transparent transparent transparent;
  border-style: solid;
  border-width: 0.286rem 0.286rem 0 0.286rem;
  height: 0;
  left: 0;
  margin-left: -0.286rem;
  margin-top: -0.143rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single {
  padding-left: 1.93rem;
  padding-right: 1.072rem;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1.072rem;
  right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-search__field {
  background-color: #eee;
}
.form-group-sm .select2-container--default .select2-selection--single,
.input-group-sm .select2-container--default .select2-selection--single,
.select2-container--default.input-sm .select2-selection--single {
  border-radius: 0.143rem;
  font-size: 0.858rem;
  height: 2.288rem;
  line-height: 1.5;
  padding: 0.429rem 1.787rem 0.429rem 0.929rem;
}
.form-group-sm
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.input-group-sm
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default.input-sm
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -0.429rem;
}
.form-group-lg .select2-container--default .select2-selection--single,
.input-group-lg .select2-container--default .select2-selection--single,
.select2-container--default.input-lg .select2-selection--single {
  border-radius: 0.286rem;
  font-size: 1.286rem;
  height: 3.2876666667rem;
  line-height: 1.3333333333;
  padding: 0.715rem 2.36rem 0.715rem 1.286rem;
}
.form-group-lg
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.input-group-lg
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container--default.input-lg
  .select2-selection--single
  .select2-selection__arrow {
  width: 0.358rem;
}
.form-group-lg
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.input-group-lg
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default.input-lg
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0.358rem 0.358rem 0 0.358rem;
  margin-left: -0.358rem;
  margin-left: -0.715rem;
  margin-top: -0.179rem;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #9e9e9e;
  float: left;
  margin-top: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #757575;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 0.215rem;
  cursor: default;
  float: left;
  margin: 0.3rem 0 0 0.536rem;
  padding: 0 0.429rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin-right: 0.2145rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.536rem;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #64bdbe 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.form-group-sm .select2-container--default .select2-selection--multiple,
.input-group-sm .select2-container--default .select2-selection--multiple,
.select2-container--default.input-sm .select2-selection--multiple {
  min-height: 2.288rem;
}
.form-group-sm
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.input-group-sm
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default.input-sm
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 0.858rem;
  line-height: 1.5;
  margin: 0.357rem 0 0 0.4645rem;
  padding: 0 0.429rem;
}
.form-group-sm
  .select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field,
.input-group-sm
  .select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field,
.select2-container--default.input-sm
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  padding: 0 0.929rem;
  font-size: 0.858rem;
  height: 2.145rem;
  line-height: 1.5;
}
.select2-container--default.input-lg.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #9e9e9e transparent;
  border-width: 0 0.358rem 0.358rem 0.358rem;
}
.input-group-lg
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #9e9e9e transparent;
  border-width: 0 0.358rem 0.358rem 0.358rem;
}
.input-group .select2-container--default {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ff9800;
}
.has-warning .select2-container--open .select2-selection {
  border-color: #ff9800;
}
.has-warning.select2-drop-active {
  border-color: #ff9800;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #ff9800;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #f44336;
}
.has-error .select2-container--open .select2-selection {
  border-color: #f44336;
}
.has-error.select2-drop-active {
  border-color: #f44336;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #f44336;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #4caf50;
}
.has-success .select2-container--open .select2-selection {
  border-color: #4caf50;
}
.has-success.select2-drop-active {
  border-color: #4caf50;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #4caf50;
}
.modal-open .select2-container {
  z-index: 1701;
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #9e9e9e;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #f44336;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #4caf50;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.429rem 0.929rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.715rem 1.286rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1200;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1201;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
  > .dropdown-toggle
  .filter-option:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
[class^="icheckbox_"] + label,
[class^="iradio_"] + label {
  margin: 0 0 0 15px;
}
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/flat.png) no-repeat;
  border: none;
}
.icheckbox_flat {
  background-position: 0 0;
}
.icheckbox_flat.checked {
  background-position: -22px 0;
}
.icheckbox_flat.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat {
  background-position: -88px 0;
}
.iradio_flat.checked {
  background-position: -110px 0;
}
.iradio_flat.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat,
  .iradio_flat {
    background-image: url(../icheck/flat@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-red,
.iradio_flat-red {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/red.png) no-repeat;
  border: none;
}
.icheckbox_flat-red {
  background-position: 0 0;
}
.icheckbox_flat-red.checked {
  background-position: -22px 0;
}
.icheckbox_flat-red.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-red.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-red {
  background-position: -88px 0;
}
.iradio_flat-red.checked {
  background-position: -110px 0;
}
.iradio_flat-red.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-red.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-red,
  .iradio_flat-red {
    background-image: url(../icheck/red@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-green,
.iradio_flat-green {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/green.png) no-repeat;
  border: none;
}
.icheckbox_flat-green {
  background-position: 0 0;
}
.icheckbox_flat-green.checked {
  background-position: -22px 0;
}
.icheckbox_flat-green.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-green.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-green {
  background-position: -88px 0;
}
.iradio_flat-green.checked {
  background-position: -110px 0;
}
.iradio_flat-green.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-green.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-green,
  .iradio_flat-green {
    background-image: url(../icheck/green@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-blue,
.iradio_flat-blue {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/blue.png) no-repeat;
  border: none;
}
.icheckbox_flat-blue {
  background-position: 0 0;
}
.icheckbox_flat-blue.checked {
  background-position: -22px 0;
}
.icheckbox_flat-blue.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-blue {
  background-position: -88px 0;
}
.iradio_flat-blue.checked {
  background-position: -110px 0;
}
.iradio_flat-blue.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-blue.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-blue,
  .iradio_flat-blue {
    background-image: url(../icheck/blue@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-aero,
.iradio_flat-aero {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/aero.png) no-repeat;
  border: none;
}
.icheckbox_flat-aero {
  background-position: 0 0;
}
.icheckbox_flat-aero.checked {
  background-position: -22px 0;
}
.icheckbox_flat-aero.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-aero.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-aero {
  background-position: -88px 0;
}
.iradio_flat-aero.checked {
  background-position: -110px 0;
}
.iradio_flat-aero.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-aero.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-aero,
  .iradio_flat-aero {
    background-image: url(../icheck/aero@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-grey,
.iradio_flat-grey {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/grey.png) no-repeat;
  border: none;
}
.icheckbox_flat-grey {
  background-position: 0 0;
}
.icheckbox_flat-grey.checked {
  background-position: -22px 0;
}
.icheckbox_flat-grey.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-grey.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-grey {
  background-position: -88px 0;
}
.iradio_flat-grey.checked {
  background-position: -110px 0;
}
.iradio_flat-grey.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-grey.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-grey,
  .iradio_flat-grey {
    background-image: url(../icheck/grey@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-orange,
.iradio_flat-orange {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/orange.png) no-repeat;
  border: none;
}
.icheckbox_flat-orange {
  background-position: 0 0;
}
.icheckbox_flat-orange.checked {
  background-position: -22px 0;
}
.icheckbox_flat-orange.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-orange.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-orange {
  background-position: -88px 0;
}
.iradio_flat-orange.checked {
  background-position: -110px 0;
}
.iradio_flat-orange.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-orange.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-orange,
  .iradio_flat-orange {
    background-image: url(../icheck/orange@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-yellow,
.iradio_flat-yellow {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/yellow.png) no-repeat;
  border: none;
}
.icheckbox_flat-yellow {
  background-position: 0 0;
}
.icheckbox_flat-yellow.checked {
  background-position: -22px 0;
}
.icheckbox_flat-yellow.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-yellow.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-yellow {
  background-position: -88px 0;
}
.iradio_flat-yellow.checked {
  background-position: -110px 0;
}
.iradio_flat-yellow.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-yellow.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-yellow,
  .iradio_flat-yellow {
    background-image: url(../icheck/yellow@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-pink,
.iradio_flat-pink {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/pink.png) no-repeat;
  border: none;
}
.icheckbox_flat-pink {
  background-position: 0 0;
}
.icheckbox_flat-pink.checked {
  background-position: -22px 0;
}
.icheckbox_flat-pink.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-pink.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-pink {
  background-position: -88px 0;
}
.iradio_flat-pink.checked {
  background-position: -110px 0;
}
.iradio_flat-pink.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-pink.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-pink,
  .iradio_flat-pink {
    background-image: url(../icheck/pink@2x.png);
    background-size: 176px 22px;
  }
}
.icheckbox_flat-purple,
.iradio_flat-purple {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../icheck/purple.png) no-repeat;
  border: none;
}
.icheckbox_flat-purple {
  background-position: 0 0;
}
.icheckbox_flat-purple.checked {
  background-position: -22px 0;
}
.icheckbox_flat-purple.disabled {
  cursor: default;
  background-position: -44px 0;
}
.icheckbox_flat-purple.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-purple {
  background-position: -88px 0;
}
.iradio_flat-purple.checked {
  background-position: -110px 0;
}
.iradio_flat-purple.disabled {
  cursor: default;
  background-position: -132px 0;
}
.iradio_flat-purple.checked.disabled {
  background-position: -154px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-purple,
  .iradio_flat-purple {
    background-image: url(../icheck/purple@2x.png);
    background-size: 176px 22px;
  }
}
@charset "UTF-8";
.ms-container:before {
  position: relative;
  top: 68px;
  left: 3.5%;
  display: inline-block;
  font-family: "Material Design Iconic";
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  content: "";
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
}

.ms-container:after {
  display: block;
  height: 0;
  min-height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
  float: left;
  width: 45%;
  color: #757575;
  background: #fff;
}

.ms-container .ms-selection {
  float: right;
}

.ms-container .ms-list {
  position: relative;
  height: 160px;
  padding: 3px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.ms-container .ms-optgroup-container {
  width: 100%;
}

.ms-container .ms-optgroup-label {
  padding: 5px 0 0 7px;
  margin: 0;
  font-weight: 400;
  color: #757575;
  cursor: pointer;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 3px 10px 3px 20px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #5c6bc0;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  color: #757575;
  cursor: text;
  background-color: #bdbdbd;
}

@media (min-width: 1200px) {
  .ms-container {
    width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ms-container {
    width: 350px;
  }
}

@media (min-width: 480px) and (max-width: 991.98px) {
  .ms-container {
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .ms-container {
    width: 100%;
  }
  .ms-container:before {
    top: 190px;
    left: 50%;
    margin-left: -8px;
  }
  .ms-container .ms-selectable,
  .ms-container .ms-selection {
    display: block;
    width: 100%;
  }
  .ms-container .ms-selectable {
    margin-bottom: 40px;
  }
}

@charset "UTF-8";
.ms-container:before {
  position: relative;
  top: 68px;
  left: 3.5%;
  display: inline-block;
  font-family: "Material Design Iconic";
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  content: "";
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
}
.ms-container:after {
  display: block;
  height: 0;
  min-height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
  float: left;
  width: 45%;
  color: #757575;
  background: #fff;
}
.ms-container .ms-selection {
  float: right;
}
.ms-container .ms-list {
  position: relative;
  height: 160px;
  padding: 3px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
.ms-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container .ms-optgroup-label {
  padding: 5px 0 0 7px;
  margin: 0;
  font-weight: 400;
  color: #757575;
  cursor: pointer;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 3px 10px 3px 20px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #5c6bc0;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  color: #757575;
  cursor: text;
  background-color: #bdbdbd;
}
@media (min-width: 1200px) {
  .ms-container {
    width: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ms-container {
    width: 350px;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .ms-container {
    width: 100%;
  }
}
@media (max-width: 479.98px) {
  .ms-container {
    width: 100%;
  }
  .ms-container:before {
    top: 190px;
    left: 50%;
    margin-left: -8px;
  }
  .ms-container .ms-selectable,
  .ms-container .ms-selection {
    display: block;
    width: 100%;
  }
  .ms-container .ms-selectable {
    margin-bottom: 40px;
  }
}
.datepicker {
  padding: 4px;
  margin: 0;
  border-radius: 0.215rem;
  direction: ltr;
}
.datepicker-inline {
  display: block !important;
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e0e0e0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}
.datepicker-dropdown:after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.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-top: 7px solid #e0e0e0;
  border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.datepicker table th {
  font-weight: 400;
}
.datepicker table tfoot th,
.datepicker table thead th {
  font-weight: 400;
  color: #757575;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 30px;
  height: 30px;
  text-align: center;
  border: none;
  border-radius: 0.215rem;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #9e9e9e;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: #eee;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #9e9e9e;
  cursor: default;
  background: 0 0;
}
.datepicker table tr td.highlighted {
  color: #fff;
  background-color: #000;
  border-color: #00bcd4;
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover {
  color: #fff;
  background-color: #00626e;
  border-color: #008fa1;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  box-shadow: 0 0 0 0.143rem rgba(0, 188, 212, 0.5);
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted:disabled {
  color: #fff;
  background-color: #000;
  border-color: #00bcd4;
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled).active,
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td.highlighted.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #008394;
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(0, 188, 212, 0.5);
}
.datepicker table tr td.highlighted.focused {
  background: #008fa1;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #9e9e9e;
  background: #00bcd4;
}
.datepicker table tr td.today {
  color: #fff;
  background-color: #000;
  border-color: #ffdb99;
}
.datepicker table tr td.today:hover {
  color: #212121;
  background-color: #ffb733;
  border-color: #ffc966;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  box-shadow: 0 0 0 0.143rem rgba(255, 219, 153, 0.5);
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:disabled {
  color: #fff;
  background-color: #000;
  border-color: #ffdb99;
}
.datepicker table tr td.today:not(:disabled):not(.disabled).active,
.datepicker table tr td.today:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td.today.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #ffc559;
}
.datepicker table tr td.today:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.today:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td.today.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(255, 219, 153, 0.5);
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #9e9e9e;
  background: #ffdb99;
}
.datepicker table tr td.range {
  color: #fff;
  background-color: #000;
  border-color: #eee;
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  color: #212121;
  background-color: #bbb;
  border-color: #d5d4d4;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  box-shadow: 0 0 0 0.143rem rgba(238, 238, 238, 0.5);
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range:disabled {
  color: #fff;
  background-color: #000;
  border-color: #eee;
}
.datepicker table tr td.range:not(:disabled):not(.disabled).active,
.datepicker table tr td.range:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td.range.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #cecece;
}
.datepicker table tr td.range:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.range:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td.range.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(238, 238, 238, 0.5);
}
.datepicker table tr td.range.focused {
  background: #d5d4d4;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  color: #9e9e9e;
  background: #eee;
}
.datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: #000;
  border-color: #77d5e1;
}
.datepicker table tr td.range.highlighted:hover {
  color: #fff;
  background-color: #2cb5c6;
  border-color: #4dc8d8;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  box-shadow: 0 0 0 0.143rem rgba(119, 213, 225, 0.5);
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted:disabled {
  color: #fff;
  background-color: #000;
  border-color: #77d5e1;
}
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active,
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td.range.highlighted.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #43c5d5;
}
.datepicker
  table
  tr
  td.range.highlighted:not(:disabled):not(.disabled).active:focus,
.datepicker
  table
  tr
  td.range.highlighted:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td.range.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(119, 213, 225, 0.5);
}
.datepicker table tr td.range.highlighted.focused {
  background: #4dc8d8;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #9e9e9e;
  background: #77d5e1;
}
.datepicker table tr td.range.today {
  color: #fff;
  background-color: #000;
  border-color: #f7ca77;
}
.datepicker table tr td.range.today:hover {
  color: #212121;
  background-color: #f1a417;
  border-color: #f4b747;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  box-shadow: 0 0 0 0.143rem rgba(247, 202, 119, 0.5);
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:disabled {
  color: #fff;
  background-color: #000;
  border-color: #f7ca77;
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled).active,
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td.range.today.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #f3b33b;
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td.range.today.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(247, 202, 119, 0.5);
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #9e9e9e;
  background: #f7ca77;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #212121;
  background-color: #fff;
  border-color: #e0e0e0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
  color: #212121;
  background-color: #bdbdbd;
  border-color: #c7c6c6;
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  box-shadow: 0 0 0 0.143rem rgba(224, 224, 224, 0.5);
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.highlighted.disabled,
.datepicker table tr td.selected.highlighted:disabled,
.datepicker table tr td.selected:disabled {
  color: #212121;
  background-color: #fff;
  border-color: #e0e0e0;
}
.datepicker
  table
  tr
  td.selected.highlighted:not(:disabled):not(.disabled).active,
.datepicker
  table
  tr
  td.selected.highlighted:not(:disabled):not(.disabled):active,
.datepicker table tr td.selected:not(:disabled):not(.disabled).active,
.datepicker table tr td.selected:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td.selected.dropdown-toggle,
.show > .datepicker table tr td.selected.highlighted.dropdown-toggle {
  color: #212121;
  background-color: #e6e5e5;
  border-color: silver;
}
.datepicker
  table
  tr
  td.selected.highlighted:not(:disabled):not(.disabled).active:focus,
.datepicker
  table
  tr
  td.selected.highlighted:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td.selected.dropdown-toggle:focus,
.show > .datepicker table tr td.selected.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(224, 224, 224, 0.5);
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #212121;
  background-color: #fff;
  border-color: #3f51b5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #3f51b5;
  border-color: #32408f;
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  box-shadow: 0 0 0 0.143rem rgba(63, 81, 181, 0.5);
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.highlighted.disabled,
.datepicker table tr td.active.highlighted:disabled,
.datepicker table tr td.active:disabled {
  color: #212121;
  background-color: #fff;
  border-color: #3f51b5;
}
.datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active,
.datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active,
.datepicker table tr td.active:not(:disabled):not(.disabled).active,
.datepicker table tr td.active:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td.active.dropdown-toggle,
.show > .datepicker table tr td.active.highlighted.dropdown-toggle {
  color: #212121;
  background-color: #e6e5e5;
  border-color: #2f3c86;
}
.datepicker
  table
  tr
  td.active.highlighted:not(:disabled):not(.disabled).active:focus,
.datepicker
  table
  tr
  td.active.highlighted:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.active:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.active:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td.active.dropdown-toggle:focus,
.show > .datepicker table tr td.active.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(63, 81, 181, 0.5);
}
.datepicker table tr td span {
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  line-height: 54px;
  cursor: pointer;
  border-radius: 0.215rem;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #9e9e9e;
  cursor: default;
  background: 0 0;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  color: #212121;
  background-color: #fff;
  border-color: #3f51b5;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #3f51b5;
  border-color: #32408f;
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  box-shadow: 0 0 0 0.143rem rgba(63, 81, 181, 0.5);
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:disabled,
.datepicker table tr td span.active:disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:disabled {
  color: #212121;
  background-color: #fff;
  border-color: #3f51b5;
}
.datepicker
  table
  tr
  td
  span.active.disabled:hover:not(:disabled):not(.disabled).active,
.datepicker
  table
  tr
  td
  span.active.disabled:hover:not(:disabled):not(.disabled):active,
.datepicker
  table
  tr
  td
  span.active.disabled:not(:disabled):not(.disabled).active,
.datepicker
  table
  tr
  td
  span.active.disabled:not(:disabled):not(.disabled):active,
.datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active,
.datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active,
.datepicker table tr td span.active:not(:disabled):not(.disabled).active,
.datepicker table tr td span.active:not(:disabled):not(.disabled):active,
.show > .datepicker table tr td span.active.disabled.dropdown-toggle,
.show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle,
.show > .datepicker table tr td span.active.dropdown-toggle,
.show > .datepicker table tr td span.active:hover.dropdown-toggle {
  color: #212121;
  background-color: #e6e5e5;
  border-color: #2f3c86;
}
.datepicker
  table
  tr
  td
  span.active.disabled:hover:not(:disabled):not(.disabled).active:focus,
.datepicker
  table
  tr
  td
  span.active.disabled:hover:not(:disabled):not(.disabled):active:focus,
.datepicker
  table
  tr
  td
  span.active.disabled:not(:disabled):not(.disabled).active:focus,
.datepicker
  table
  tr
  td
  span.active.disabled:not(:disabled):not(.disabled):active:focus,
.datepicker
  table
  tr
  td
  span.active:hover:not(:disabled):not(.disabled).active:focus,
.datepicker
  table
  tr
  td
  span.active:hover:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td span.active:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td span.active:not(:disabled):not(.disabled):active:focus,
.show > .datepicker table tr td span.active.disabled.dropdown-toggle:focus,
.show
  > .datepicker
  table
  tr
  td
  span.active.disabled:hover.dropdown-toggle:focus,
.show > .datepicker table tr td span.active.dropdown-toggle:focus,
.show > .datepicker table tr td span.active:hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.143rem rgba(63, 81, 181, 0.5);
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #9e9e9e;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange .input-group {
  float: left;
  width: 50%;
}
.input-daterange .input-group:first-child input {
  border-radius: 0;
}
.input-daterange .input-group:not(:last-child) input {
  border-radius: 0;
}
.input-daterange
  .input-group:not(:first-child):not(:last-child)
  .input-group-addon {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.input-daterange .input-group:last-child .input-group-addon {
  border-left-width: 0;
  border-radius: 0;
}
.input-daterange .input-group:last-child input {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  font-weight: 300;
  line-height: 1.57142857;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
  border: solid #e0e0e0;
  border-width: 1px 0;
}
.input-daterange .input-group-addon:first-child {
  border-left-width: 1px;
}
.input-daterange .input-group-addon:last-child {
  border-right-width: 1px;
}
.clockpicker-popover {
  z-index: 1200;
}
.clockpicker-popover .btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0 0 0.286rem 0.286rem;
}
.clockpicker-popover .btn.active:focus,
.clockpicker-popover .btn:active:focus,
.clockpicker-popover .btn:focus {
  border: 1px solid transparent;
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.clockpicker-popover .btn:focus,
.clockpicker-popover .btn:hover {
  text-decoration: none;
}
.clockpicker-popover .btn.active,
.clockpicker-popover .btn:active {
  background-image: none;
  outline: 0;
}
.clockpicker-popover .btn-default.active,
.clockpicker-popover .btn-default:active,
.clockpicker-popover .open .dropdown-toggle.btn-default {
  background-image: none;
  border: 1px solid transparent;
}
.clockpicker-popover .btn-block {
  display: block;
  width: 100%;
}
.clockpicker-popover .text-primary {
  color: #3f51b5;
}

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

.clockpicker-moving {
  cursor: move;
}

.clockpicker-align-left.popover > .arrow {
  left: 25px;
}

.clockpicker-align-top.popover > .arrow {
  top: 17px;
}

.clockpicker-align-right.popover > .arrow {
  right: 25px;
  left: auto;
}

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}

.clockpicker-popover .popover-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #757575;
  text-align: center;
  background-color: #fff;
}

.clockpicker-popover .popover-title span {
  cursor: pointer;
}

.clockpicker-popover .popover-content {
  padding: 12px;
  background-color: #f8f8f8;
}

.popover-content:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.clockpicker-plate {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  -webkit-touch-callout: none;
}

.clockpicker-canvas,
.clockpicker-dial {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 200px;
  height: 200px;
}

.clockpicker-minutes {
  visibility: hidden;
}

.clockpicker-tick {
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #666;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #7986cb;
  background-color: rgba(0, 149, 221, 0.25);
}

.clockpicker-button {
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  background-image: none;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clockpicker-button:hover {
  background-color: #f5f5f5;
  background-image: none;
}

.clockpicker-button:focus {
  outline: 0 !important;
}

.clockpicker-dial {
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

.clockpicker-dial-out {
  opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.clockpicker-canvas {
  transition: opacity 175ms;
}

.clockpicker-canvas-out {
  opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #3f51b5;
}

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c5cae9;
}

.clockpicker-canvas-bg-trans {
  fill: #7986cb;
  fill: rgba(0, 149, 221, 0.25);
}

.clockpicker-canvas line {
  stroke: #3f51b5;
  stroke-width: 1;
  stroke-linecap: round;
}

.clockpicker-button.am-button {
  padding: 5px;
  margin: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.286rem;
}

.clockpicker-button.pm-button {
  padding: 5px;
  margin: 1px 1px 1px 136px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.286rem;
}

@-webkit-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
.tokenfield {
  height: auto;
  min-height: 2.573rem;
  padding-bottom: 0;
}
.tokenfield.focus {
  border-color: #3f51b5;
  outline: 0;
}
.tokenfield .token {
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  height: 22px;
  margin: -1px 5px 5px 0;
  white-space: nowrap;
  vertical-align: top;
  cursor: default;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.tokenfield .token:hover {
  border-color: #5c6bc0;
}
.tokenfield .token.active {
  border-color: #3949ab;
  border-color: rgba(57, 73, 171, 0.8);
}
.tokenfield .token.duplicate {
  border-color: #f3273c;
  -webkit-animation: blink 0.1s normal ease infinite;
  animation: blink 0.1s normal ease infinite;
}
.tokenfield .token.invalid {
  border-radius: 0;
  background: 0 0;
  border: 1px solid transparent;
  border-bottom: 1px dotted #f44336;
}
.tokenfield .token.invalid.active {
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.tokenfield .token .token-label {
  display: inline-block;
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.tokenfield .token .close {
  display: inline-block;
  float: none;
  height: 100%;
  padding-right: 4px;
  margin-left: 5px;
  font-family: Arial;
  font-size: 1.1em;
  line-height: inherit;
  vertical-align: top;
}
.tokenfield .token-input {
  width: 60px;
  min-width: 60px;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  background: 0 0;
  border: 0;
  box-shadow: none;
}
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #eee;
}
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
}
.has-warning .tokenfield.focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-error .tokenfield.focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-success .tokenfield.focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.input-group-sm .tokenfield,
.tokenfield.input-sm {
  min-height: 30px;
  padding-bottom: 0;
}
.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}
.input-group-lg .tokenfield,
.tokenfield.input-lg {
  min-height: 45px;
  padding-bottom: 4px;
}
.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px;
}
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px;
}
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em;
}
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  margin-bottom: 6px;
  line-height: 23px;
  vertical-align: top;
}
.input-group .tokenfield + .input-group-btn {
  height: 100%;
}
.input-group .tokenfield + .input-group-btn .btn {
  height: calc(100% + 2px);
  padding-top: 0;
  padding-bottom: 0;
}
.input-group .tokenfield .token-input {
  width: 100% !important;
}
.tokenfield.rtl {
  text-align: right;
  direction: rtl;
}
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}
.tokenfield.rtl .token .token-label {
  padding-right: 4px;
  padding-left: 0;
}
.tokenfield .twitter-typeahead {
  float: none;
  width: auto;
}
.tokenfield .twitter-typeahead .tt-hint {
  height: 20px;
  padding: 0;
}
.tokenfield.input-sm .twitter-typeahead .tt-hint,
.tokenfield.input-sm .twitter-typeahead .tt-input {
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
}
.tokenfield.input-lg .twitter-typeahead .tt-hint,
.tokenfield.input-lg .twitter-typeahead .tt-input {
  height: 23px;
  font-size: 18px;
  line-height: 1.33;
}
.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 14px;
}
.bootstrap-tagsinput {
  display: inline-block;
  max-width: 100%;
  padding: 0.429rem 1.072rem;
  line-height: 1.57142857;
  color: #757575;
  vertical-align: middle;
  cursor: text;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  box-shadow: none;
}
.bootstrap-tagsinput input {
  width: auto !important;
  max-width: inherit;
  padding: 0 6px;
  margin: 0;
  line-height: inherit;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .form-control input::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.bootstrap-tagsinput .form-control input:-ms-input-placeholder {
  color: #9e9e9e;
}
.bootstrap-tagsinput .form-control input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.bootstrap-tagsinput .tag {
  margin: 1px;
  margin-right: 2px;
  border: 1px solid transparent;
}
.bootstrap-tagsinput .tag:hover {
  border: 1px solid #5c6bc0;
}
.bootstrap-tagsinput .tag:hover:active {
  border-color: #3949ab;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  padding: 0 2px;
  content: "x";
}
.bootstrap-tagsinput .tag.label {
  display: inline-block;
  margin: 0 0 2px;
}
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 0.215rem;
  border-bottom-left-radius: 0.215rem;
  width: 100%;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-top-right-radius: 0.215rem;
  border-bottom-right-radius: 0.215rem;
  width: 100%;
}

select .input-group.input-group-sm .twitter-typeahead .tt-input,
select .input-group.input-group-sm .twitter-typeahead .tt-hint {
  padding-top: 0;
  padding-bottom: 0;
}

.input-group.input-group-sm
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-input,
.input-group.input-group-sm
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-hint {
  border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 0.143rem;
  border-bottom-left-radius: 0.143rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.143rem;
  border-bottom-right-radius: 0.143rem;
}

select .input-group.input-group-lg .twitter-typeahead .tt-input,
select .input-group.input-group-lg .twitter-typeahead .tt-hint {
  padding-top: 0;
  padding-bottom: 0;
}

.input-group.input-group-lg
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-input,
.input-group.input-group-lg
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-hint {
  border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 0.286rem;
  border-bottom-left-radius: 0.286rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.286rem;
  border-bottom-right-radius: 0.286rem;
}

.twitter-typeahead {
  float: left;
  width: 100%;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}

.twitter-typeahead .tt-hint {
  color: #616161;
}

.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eee !important;
}

.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1200;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.57142857;
  color: #757575;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion:hover {
  color: #757575;
  text-decoration: none;
  cursor: pointer;
  background-color: #eee;
  outline: 0;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion:hover a {
  color: #757575;
}
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}

.has-warning .twitter-typeahead .tt-hint,
.has-warning .twitter-typeahead .tt-input {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-hint:focus,
.has-warning .twitter-typeahead .tt-input:focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-error .twitter-typeahead .tt-hint,
.has-error .twitter-typeahead .tt-input {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-hint:focus,
.has-error .twitter-typeahead .tt-input:focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-success .twitter-typeahead .tt-hint,
.has-success .twitter-typeahead .tt-input {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-hint:focus,
.has-success .twitter-typeahead .tt-input:focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.input-group .twitter-typeahead:first-child .tt-hint,
.input-group .twitter-typeahead:first-child .tt-input {
  border-top-left-radius: 0.215rem;
  border-bottom-left-radius: 0.215rem;
  width: 100%;
}
.input-group .twitter-typeahead:last-child .tt-hint,
.input-group .twitter-typeahead:last-child .tt-input {
  border-top-right-radius: 0.215rem;
  border-bottom-right-radius: 0.215rem;
  width: 100%;
}
select .input-group.input-group-sm .twitter-typeahead .tt-hint,
select .input-group.input-group-sm .twitter-typeahead .tt-input {
  padding-top: 0;
  padding-bottom: 0;
}
.input-group.input-group-sm
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-hint,
.input-group.input-group-sm
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-input {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input {
  border-top-left-radius: 0.143rem;
  border-bottom-left-radius: 0.143rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.143rem;
  border-bottom-right-radius: 0.143rem;
}
select .input-group.input-group-lg .twitter-typeahead .tt-hint,
select .input-group.input-group-lg .twitter-typeahead .tt-input {
  padding-top: 0;
  padding-bottom: 0;
}
.input-group.input-group-lg
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-hint,
.input-group.input-group-lg
  .twitter-typeahead:not(:first-child):not(:last-child)
  .tt-input {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input {
  border-top-left-radius: 0.286rem;
  border-bottom-left-radius: 0.286rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.286rem;
  border-bottom-right-radius: 0.286rem;
}
.twitter-typeahead {
  float: left;
  width: 100%;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}
.twitter-typeahead .tt-hint {
  color: #616161;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eee !important;
}
.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1200;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.57142857;
  color: #757575;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion:hover {
  color: #757575;
  text-decoration: none;
  cursor: pointer;
  background-color: #eee;
  outline: 0;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion:hover a {
  color: #757575;
}
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}
.strength-container {
  position: relative;
}
.strength-container .strength-input {
  width: 100%;
  padding-right: 20px;
}
.strength-container .strength-meter {
  position: absolute;
  top: 15%;
  right: 6px;
  width: 4px;
  height: 70%;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 1px;
}
.strength-container .strength-score {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  color: transparent;
  transition: width 0.6s ease 0s;
}
.strength-container .show-password-wrap {
  position: absolute;
}
.strength-container .strength-invalid.strength-score {
  height: 25%;
  background-color: #f44336;
}
.strength-container .strength-weak.strength-score {
  height: 50%;
  background-color: #ff9800;
}
.strength-container .strength-good.strength-score {
  height: 75%;
  background-color: #00bcd4;
}
.strength-container .strength-strong.strength-score {
  height: 100%;
  background-color: #4caf50;
}
input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty {
  display: none !important;
}
input.labelauty + label {
  display: table;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #757575;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eee;
  border-radius: 0.215rem;
  transition: background-color 0.25s;
}
input.labelauty + label > span.labelauty-checked,
input.labelauty + label > span.labelauty-unchecked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
}
input.labelauty + label > span.labelauty-checked-image,
input.labelauty + label > span.labelauty-unchecked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
}
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked,
input.labelauty
  + label
  > span.labelauty-unchecked-image
  + span.labelauty-unchecked {
  margin-left: 7px;
}
input.labelauty:not(:checked):not([disabled]) + label:hover {
  color: #9e9e9e;
  background-color: #eee;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}
input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}
input.labelauty:checked + label {
  color: #fff;
  background-color: #3949ab;
}
input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #3f51b5;
}
input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}
input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}
input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block;
}
input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}
input.labelauty[disabled] + label {
  opacity: 0.7;
}
input.labelauty + label > span.labelauty-unchecked-image {
  background-image: url(../jquery-labelauty/input-unchecked.png);
}
input.labelauty + label > span.labelauty-checked-image {
  background-image: url(../jquery-labelauty/input-checked.png);
}
input.to-labelauty + label {
  min-width: 160px;
}
input.to-labelauty-icon + label {
  display: inline-block;
  padding: 8px;
}
input.to-labelauty-icon + label + span {
  margin-left: 7px;
}
@charset "UTF-8";
.spinnerUi {
  position: relative;
  display: inline-block;
  height: 40px;
  outline: 0;
  uesr-select: none;
}
.spinnerUi > * {
  vertical-align: top;
}
.spinnerUi-control {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 100%;
}
.spinnerUi-control:after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.spinnerUi > input[type="text"] {
  display: inline-block;
  width: 170px;
  height: 100%;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem 0 0 0.215rem;
  box-shadow: none;
}
.spinnerUi > input[type="text"]:hover {
  border-color: #eee;
}
.spinnerUi > input[type="text"]:focus {
  border-color: #3f51b5;
  box-shadow: none;
}
.spinnerUi-down,
.spinnerUi-up {
  position: relative;
  display: block;
  height: 50%;
  font-family: "Material Design Iconic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #bdbdbd;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spinnerUi-up {
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-radius: 0 0.215rem 0 0;
}
.spinnerUi-up:before {
  content: "";
}
.spinnerUi-down {
  background-color: #f5f5f5;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 0.215rem 0;
}
.spinnerUi-down:before {
  content: "";
}
.spinnerUi:hover input {
  color: #757575;
}
.spinnerUi:hover .spinnerUi-down,
.spinnerUi:hover .spinnerUi-up {
  background-color: #eee;
}
.spinnerUi_focus > input[type="text"] {
  color: #757575 !important;
  border-color: #3f51b5 !important;
}
.spinnerUi_focus .spinnerUi-down,
.spinnerUi_focus .spinnerUi-up {
  color: #fff;
  background-color: #3f51b5 !important;
  border-color: #3f51b5 !important;
}
.spinnerUi-down:active,
.spinnerUi-up:active {
  background-color: #3949ab !important;
}
.spinnerUi_disabled input,
.spinnerUi_disabled:hover input {
  color: #757575;
  background-color: #f5f5f5;
}
.spinnerUi_disabled input:focus,
.spinnerUi_disabled input:hover,
.spinnerUi_disabled:hover input:focus,
.spinnerUi_disabled:hover input:hover {
  border-color: #e0e0e0;
}
.spinnerUi_disabled .spinnerUi-down,
.spinnerUi_disabled .spinnerUi-up,
.spinnerUi_disabled:hover .spinnerUi-down,
.spinnerUi_disabled:hover .spinnerUi-up {
  background-color: #e1e6e8 !important;
}
.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0 !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  top: 0;
  display: block;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.irs-shadow {
  position: absolute;
  left: 0;
  display: none;
  width: 0;
}
.irs-slider {
  position: absolute;
  z-index: 1;
  display: block;
  cursor: default;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  left: 0;
  display: block;
  cursor: default;
}
.irs-max {
  position: absolute;
  right: 0;
  display: block;
  cursor: default;
}
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: nowrap;
  cursor: default;
}
.irs-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3px;
  font-size: 9px;
  line-height: 9px;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
.irs-disable-mask {
  position: absolute;
  top: 0;
  left: -1%;
  z-index: 2;
  display: block;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
}
.lt-ie9 .irs-disable-mask {
  cursor: not-allowed;
  background: #000;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -9999 !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  font-size: 0 !important;
  line-height: 0 !important;
  background: 0 0 !important;
  border-color: transparent !important;
  border-style: solid !important;
  outline: 0 !important;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  top: 25px;
  height: 12px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  height: 12px;
  background-color: #e0e0e0;
}
.irs-bar {
  top: 25px;
  height: 12px;
  background-color: #3f51b5;
}
.irs-bar-edge {
  top: 25px;
  width: 9px;
  height: 12px;
  background-color: #3f51b5;
}
.irs-shadow {
  top: 34px;
  height: 3px;
  background: #000;
  opacity: 0.25;
}
.irs-slider {
  top: 22px;
  width: 16px;
  height: 18px;
}
.irs-slider::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3f51b5;
}
.irs-slider.state_hover,
.irs-slider:hover {
  cursor: pointer;
}
.irs-slider.state_hover::after,
.irs-slider:hover::after {
  background-color: #283593;
}
.irs-max,
.irs-min {
  top: 0;
  padding: 1px 3px;
  font-size: 10px;
  line-height: 1.333;
  color: #9e9e9e;
  text-shadow: none;
  background: #eee;
  border-radius: 4px;
}
.irs-from,
.irs-single,
.irs-to {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.333;
  color: #fff;
  text-shadow: none;
  background: #1e88e5;
  border-radius: 4px;
}
.irs-from:after,
.irs-single:after,
.irs-to:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  content: "";
  border: 3px solid transparent;
  border-top-color: #1e88e5;
}
.irs-grid-pol {
  background: #eee;
}
.irs-grid-text {
  color: #9e9e9e;
}
.rangeUi {
  position: relative;
  cursor: pointer;
}
.rangeUi-bar {
  height: 4px;
  background-color: #eee;
}
.rangeUi-pointer {
  position: absolute;
  top: -3px;
  left: 60%;
  z-index: 2;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rangeUi-pointer:focus {
  outline: 0;
  outline: 0;
}
.rangeUi-tip {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  padding: 2px 4px 1px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rangeUi-tip:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: "";
  background-color: #757575;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rangeUi-selected {
  position: absolute;
  top: 0;
  width: 60%;
  height: 4px;
  overflow: hidden;
  background-color: #3f51b5;
}
.rangeUi-scale {
  height: 30px;
}
.rangeUi-scale-lines,
.rangeUi-scale-values {
  position: relative;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  list-style: none;
}
.rangeUi-scale-lines li,
.rangeUi-scale-values li {
  position: absolute;
  top: 0;
  float: left;
}
.rangeUi-scale-lines {
  top: 6px;
}
.rangeUi-scale-lines li {
  position: absolute;
  top: 0;
  width: 1px;
  height: 4px;
  background-color: #e0e0e0;
}
.rangeUi-scale-inlineGrid {
  height: 10px !important;
}
.rangeUi-scale-values {
  top: 13px;
  margin-left: 1px;
}
.rangeUi-scale-values span {
  margin-left: -50%;
  font-size: 14px;
  color: #757575;
}
.clockpicker-popover {
  z-index: 1200;
}
.clockpicker-popover .btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0 0 0.286rem 0.286rem;
}
.clockpicker-popover .btn.active:focus,
.clockpicker-popover .btn:active:focus,
.clockpicker-popover .btn:focus {
  border: 1px solid transparent;
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.clockpicker-popover .btn:focus,
.clockpicker-popover .btn:hover {
  text-decoration: none;
}
.clockpicker-popover .btn.active,
.clockpicker-popover .btn:active {
  background-image: none;
  outline: 0;
}
.clockpicker-popover .btn-default.active,
.clockpicker-popover .btn-default:active,
.clockpicker-popover .open .dropdown-toggle.btn-default {
  background-image: none;
  border: 1px solid transparent;
}
.clockpicker-popover .btn-block {
  display: block;
  width: 100%;
}
.clockpicker-popover .text-primary {
  color: #3f51b5;
}
.clockpicker .input-group-addon {
  cursor: pointer;
}
.clockpicker-moving {
  cursor: move;
}
.clockpicker-align-left.popover > .arrow {
  left: 25px;
}
.clockpicker-align-top.popover > .arrow {
  top: 17px;
}
.clockpicker-align-right.popover > .arrow {
  right: 25px;
  left: auto;
}
.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}
.clockpicker-popover .popover-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #757575;
  text-align: center;
  background-color: #fff;
}
.clockpicker-popover .popover-title span {
  cursor: pointer;
}
.clockpicker-popover .popover-content {
  padding: 12px;
  background-color: #f8f8f8;
}
.popover-content:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.clockpicker-plate {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  -webkit-touch-callout: none;
}
.clockpicker-canvas,
.clockpicker-dial {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 200px;
  height: 200px;
}
.clockpicker-minutes {
  visibility: hidden;
}
.clockpicker-tick {
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #666;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #7986cb;
  background-color: rgba(0, 149, 221, 0.25);
}
.clockpicker-button {
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  background-image: none;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.clockpicker-button:hover {
  background-color: #f5f5f5;
  background-image: none;
}
.clockpicker-button:focus {
  outline: 0 !important;
}
.clockpicker-dial {
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}
.clockpicker-dial-out {
  opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.clockpicker-canvas {
  transition: opacity 175ms;
}
.clockpicker-canvas-out {
  opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #3f51b5;
}
.clockpicker-canvas-bg {
  stroke: none;
  fill: #c5cae9;
}
.clockpicker-canvas-bg-trans {
  fill: #7986cb;
  fill: rgba(0, 149, 221, 0.25);
}
.clockpicker-canvas line {
  stroke: #3f51b5;
  stroke-width: 1;
  stroke-linecap: round;
}
.clockpicker-button.am-button {
  padding: 5px;
  margin: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.286rem;
}
.clockpicker-button.pm-button {
  padding: 5px;
  margin: 1px 1px 1px 136px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.286rem;
}
@charset "UTF-8";
.colorInputUi-wrap {
  position: relative;
  display: inline-block;
}
.colorInputUi_hideInput {
  display: none;
}
.colorInputUi_hideInput .colorInputUi-clear {
  display: none;
}
.colorInputUi-dropdown {
  position: absolute;
  z-index: 9999;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.colorInputUi-dropdown,
.colorInputUi-dropdown * {
  box-sizing: content-box;
}
.colorInputUi-dropdown * {
  padding: 0;
  margin: 0;
}
.colorInputUi_open {
  display: block;
}
.colorInputUi-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}
.colorInputUi-trigger {
  position: relative;
  display: inline-block;
  width: 2.43rem;
  height: 2.43rem;
  cursor: pointer;
  background-image: url(../ascolorpicker/transparent.png);
}
.colorInputUi-trigger span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.colorInputUi-wrap .colorInputUi-trigger {
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 0 0.215rem 0.215rem 0;
}
.colorInputUi-input,
.colorInputUi-trigger {
  vertical-align: middle;
}
.colorInputUi-clear {
  position: absolute;
  top: 50%;
  right: 2.788rem;
  display: none;
  font-family: "Material Design Iconic";
  font-style: normal;
  font-weight: 400;
  color: #e0e0e0;
  transition: color 0.1s ease-in;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colorInputUi-clear,
.colorInputUi-clear:active,
.colorInputUi-clear:hover {
  text-decoration: none;
}
.colorInputUi-clear:after {
  content: "";
}
.colorInputUi-wrap:hover .colorInputUi-clear {
  display: inline-block;
}
.colorInputUi-preview {
  float: left;
  list-style: none;
}
.colorInputUi-preview li {
  display: inline-block;
  vertical-align: top;
  background-image: url(../ascolorpicker/transparent.png);
}
.colorInputUi-preview li span {
  display: block;
  height: 100%;
}
.colorInputUi-preview-previous {
  cursor: pointer;
}
.colorInputUi-palettes ul {
  display: block;
}
.colorInputUi-palettes ul:after,
.colorInputUi-palettes ul:before {
  display: table;
  content: "";
}
.colorInputUi-palettes ul:after {
  clear: both;
}
.colorInputUi-palettes li {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-image: url(../ascolorpicker/transparent.png);
}
.colorInputUi-palettes li span {
  display: block;
  height: 100%;
}
.colorInputUi-saturation {
  position: relative;
  display: inline-block;
  width: 175px;
  height: 175px;
  clear: both;
  background-image: url(../ascolorpicker/saturation.png);
}
.colorInputUi-saturation i {
  position: absolute;
}
.colorInputUi-alpha,
.colorInputUi-hue {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 175px;
  cursor: pointer;
}
.colorInputUi-alpha i,
.colorInputUi-hue i {
  position: absolute;
  cursor: row-resize;
}
.colorInputUi-hue {
  background-image: url(../ascolorpicker/hue.png);
}
.colorInputUi-alpha {
  background-image: url(../ascolorpicker/alpha.png);
}
.colorInputUi-buttons a,
.colorInputUi-gradient-control a {
  text-decoration: none;
  cursor: pointer;
}
.colorInputUi-gradient {
  display: none;
}
.colorInputUi-gradient_enable {
  display: block;
}
.colorInputUi-gradient-preview {
  float: left;
  height: 20px;
}
.colorInputUi-gradient-markers {
  position: relative;
  width: 100%;
  outline: 0;
}
.colorInputUi-gradient-marker {
  position: absolute;
  outline: 0;
}
.colorInputUi-gradient-wheel {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
}
.colorInputUi-gradient-wheel i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.colorInputUi-gradient-angle {
  float: left;
}
.colorInputUi-dropdown {
  min-width: 205px;
  max-width: 235px;
  padding: 10px;
  margin: 5px 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
[data-mode="palettes"] .colorInputUi-dropdown {
  min-width: auto;
  max-width: auto;
}
.colorInputUi-dropdown input {
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 0.215rem;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  -webkit-appearance: none;
}
.colorInputUi-dropdown input.focus,
.colorInputUi-dropdown input:focus {
  border-color: #3f51b5;
  box-shadow: none;
}
.colorInputUi-trigger {
  border: 4px solid #f5f5f5;
  border-left-width: 5px;
}
.colorInputUi-trigger:before {
  position: absolute;
  top: o;
  left: -1px;
  width: 1px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: #e0e0e0;
}
.colorInputUi-saturation {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.colorInputUi-saturation i {
  width: 5px;
  height: 5px;
  margin-top: -2px;
  margin-left: -2px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.colorInputUi-alpha,
.colorInputUi-hue {
  margin-left: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.colorInputUi-alpha i,
.colorInputUi-hue i {
  left: -2px;
  width: 20px;
  height: 2px;
  margin-top: -2px;
  border: 2px solid #fff;
}
.colorInputUi-preview {
  position: relative;
  height: 33px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.colorInputUi-preview:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.colorInputUi-preview li {
  width: 48px;
  height: 33px;
}
.colorInputUi-hex {
  width: 100px;
  border-color: rgba(0, 0, 0, 0.05);
}
.colorInputUi-palettes li {
  width: 21px;
  height: 15px;
  margin-right: 6px;
  margin-bottom: 3px;
}
.colorInputUi-palettes li span {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.colorInputUi-palettes li:nth-child(5n) {
  margin-right: 0;
}
[data-mode="palettes"] .colorInputUi-palettes li:nth-child(5n) {
  margin-right: 6px;
}
.colorInputUi-buttons,
.colorInputUi-gradient-control {
  float: right;
}
.colorInputUi-buttons a,
.colorInputUi-gradient-control a {
  margin-left: 5px;
}
.colorInputUi-gradient {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.colorInputUi-gradient-preview {
  position: relative;
  width: 160px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.colorInputUi-gradient-preview:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../ascolorpicker/transparent.png);
}
.colorInputUi-gradient-markers {
  top: -16px;
  display: block;
  width: 160px;
  height: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.colorInputUi-gradient-marker {
  width: 10px;
  height: 10px;
  margin-left: -6px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.colorInputUi-gradient-marker span {
  display: block;
  width: 100%;
  height: 100%;
}
.colorInputUi-gradient-marker i {
  position: absolute;
  bottom: -3px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border: 1px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.colorInputUi-gradient-marker_active {
  z-index: 1;
  border: 2px solid #3f51b5;
}
.colorInputUi-gradient-marker_active i {
  left: 1px;
  border: 2px solid transparent;
  border-right-color: #3f51b5;
  border-bottom-color: #3f51b5;
}
.colorInputUi-gradient-wheel {
  margin-left: 10px;
}
.colorInputUi-gradient-wheel i {
  background-color: #adadad;
}
.colorInputUi-gradient-angle {
  width: 28px;
  margin-left: 10px;
}
.bootstrap-maxlength.badge {
  margin-top: 5px;
}
.ui-timepicker-wrapper {
  z-index: 1200;
  width: 6.5em;
  height: 150px;
  margin: 0;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  outline: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  margin: 0;
  color: #000;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  color: #000;
  background: #fff;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #fff;
  background: #3f51b5;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.ui-timepicker-wrapper {
  z-index: 1200;
  width: 6.5em;
  height: 150px;
  margin: 0;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  outline: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}
.ui-timepicker-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  margin: 0;
  color: #000;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
  color: #000;
  background: #fff;
}
.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
li.ui-timepicker-selected {
  color: #fff;
  background: #3f51b5;
}
.ui-timepicker-list li:hover .ui-timepicker-duration,
li.ui-timepicker-selected .ui-timepicker-duration {
  color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
table.floatThead-table {
  background-color: #fff;
  border-top: none;
  border-bottom: none;
}
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1800;
  display: none;
  width: 276px;
  min-height: 32px;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border: 1px solid rgba(189, 189, 189, 0.8);
  border-radius: 0.286rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -8px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 8px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 8px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -8px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5),
    -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
}
.webui-popover.fade {
  transition: opacity 0.15s linear;
}
.webui-popover.in {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.webui-popover-inner .close {
  float: right;
  margin: 5px 10px 0 0;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #eee;
  border-bottom: 1px solid #e1e1e1;
  border-radius: -0.714rem -0.714rem 0 0;
}

.webui-popover-content {
  padding: 20px;
  overflow: auto;
}
.webui-popover-content > *:last-child {
  margin-bottom: 0;
}

.webui-no-padding .webui-popover-content {
  padding: 0;
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.webui-popover > .webui-arrow {
  border-width: 9px;
}

.webui-popover > .webui-arrow:after {
  content: "";
  border-width: 8px;
}

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-top-color: #adadad;
  border-top-color: rgba(189, 189, 189, 0.8);
  border-bottom-width: 0;
}
.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  bottom: 1px;
  margin-left: -8px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-right-color: #adadad;
  border-right-color: rgba(189, 189, 189, 0.8);
  border-left-width: 0;
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  bottom: -8px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -9px;
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #adadad;
  border-bottom-color: rgba(189, 189, 189, 0.8);
}
.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  top: 1px;
  margin-left: -8px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #adadad;
  border-left-color: rgba(189, 189, 189, 0.8);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  right: 1px;
  bottom: -8px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.webui-popover-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1799;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.webui-popover-primary .webui-popover-title {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.webui-popover-primary.bottom .webui-arrow {
  border-bottom-color: #3f51b5;
}
.webui-popover-primary.bottom .webui-arrow:after {
  border-bottom-color: #3f51b5;
}

.webui-popover-success .webui-popover-title {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.webui-popover-success.bottom .webui-arrow {
  border-bottom-color: #4caf50;
}
.webui-popover-success.bottom .webui-arrow:after {
  border-bottom-color: #4caf50;
}

.webui-popover-info .webui-popover-title {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.webui-popover-info.bottom .webui-arrow {
  border-bottom-color: #00bcd4;
}
.webui-popover-info.bottom .webui-arrow:after {
  border-bottom-color: #00bcd4;
}

.webui-popover-warning .webui-popover-title {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

.webui-popover-warning.bottom .webui-arrow {
  border-bottom-color: #ff9800;
}
.webui-popover-warning.bottom .webui-arrow:after {
  border-bottom-color: #ff9800;
}

.webui-popover-danger .webui-popover-title {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.webui-popover-danger.bottom .webui-arrow {
  border-bottom-color: #f44336;
}
.webui-popover-danger.bottom .webui-arrow:after {
  border-bottom-color: #f44336;
}

/*# sourceMappingURL=bundle.css.map */
