@charset "UTF-8";
h1, h2, h3, h4, h5 {
  font-weight: 300;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
  font-weight: 200;
  color: #818a91;
  font-size: 70%;
}

.deploy, .sharing, .generetor, .downloadAccess, .StudyChangeRequest, .StudyRemoval, .downloads, .statistics, .pool, .tags-page, .translate-page, .sharing-page {
  padding-top: 1em;
}

.link {
  cursor: pointer;
}

.generetor {
  padding-left: 2em;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
}

.markdown {
  padding-left: 2em;
  overflow-y: scroll;
  overflow-x: fragments;
  overflow-wrap: break-word;
}

.invalid {
  background-color: #ffeeee;
}

.invalid {
  border: 1px solid #ff0000;
}

.translate-page {
  overflow: auto;
  max-height: 100%;
}

a.no-decoration {
  text-decoration: none;
  color: inherit;
}

.centrify {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.homepage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-left: 2em;
  overflow-y: fragments;
  overflow-x: fragments;
  overflow-wrap: break-word;
}

.homepage-background {
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  background-color: #f5f5f5;
}

.info-box {
  display: none;
  position: absolute;
  border-color: #818A91;
  padding-left: 10px;
  z-index: 5;
}

.info-box4data {
  width: 600px;
  margin-top: -120px;
  padding-left: 0px;
}

*:hover + .info-box, .info-box:hover {
  display: inline-block;
}

.pool {
  padding-bottom: 9em;
}

.note {
  margin-bottom: 2em;
  margin-left: 25%;
  margin-right: 25%;
  z-index: 10;
  position: fixed;
  bottom: 0em;
  right: 0em;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

.central_panel {
  margin-left: 25%;
  margin-right: 25%;
}

.animated {
  -webkit-animation: fadeinout 5s linear 1 forwards;
  animation: fadeinout 5s linear 1 forwards;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.space {
  padding-top: 10px;
}

.line {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #e3e1e1;
  padding-top: 5px;
  padding-bottom: 25px;
}

.disable_properties {
  pointer-events: none;
  opacity: 0.4;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 1em 1em;
  padding: 1em 10px 0.1em 10px;
}

.double_space {
  margin-top: 10px;
}

.warning_text {
  color: red;
}

#ruleGenerator {
  background-color: #bcdae2;
  border-color: #bcdae2;
  margin-top: 0.5em;
}

#messages .card {
  overflow-y: auto;
}

.history-button-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 15px;
  top: 24px;
}

.dropdown-component {
  display: inline-block;
}

.dropdown-menu-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group > .dropdown-component {
  display: inline-block;
}
.btn-group > .dropdown-component:not(:last-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-left-right-radius: 0;
}
.btn-group > .dropdown-component:not(:first-child) > .btn:first-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-left-left-radius: 0;
}

.statistics-time-button {
  display: relative;
}
.statistics-time-button .time-card {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
  text-align: left;
}
.statistics-time-button:hover .time-card {
  display: block;
}

.stringified .pre {
  text-decoration: none;
  white-space: pre;
}
.stringified .string {
  color: green;
}
.stringified .number {
  color: darkorange;
}
.stringified .boolean {
  color: blue;
}
.stringified .null {
  color: magenta;
}
.stringified .key {
  color: red;
}
.stringified .editor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  font-size: 18px;
}

.table.table-nowrap th {
  white-space: nowrap;
}

.templae_text {
  display: inline;
}

.custom-controls-stacked .custom-control {
  display: inline;
}

.custom-controls-stacked .custom-control:after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}

.bulletless {
  list-style-type: none;
  list-style-image: none;
}

.row-centered {
  text-align: center;
}

.folders-well {
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 0.75rem 0.75rem 0 0.75rem;
}

.wizard {
  height: 100%;
  overflow: scroll;
}

.fixed_textarea {
  resize: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.input_switch:checked + .slider {
  background-color: #2196F3;
}

input.input_switch:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input.input_switch:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.frame {
  border: 1px solid black;
  border-radius: 10px;
  padding: 15px;
  margin: 2px;
}

.danger_zone {
  border: 1px solid red;
  border-radius: 10px;
  padding: 15px;
  margin: 2px;
}

.danger_zone strong {
  color: red;
}

.fixed_textarea {
  resize: none;
}

/* Style the main tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Century Gothic", sans-serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the sub tab */
.subtab {
  overflow: hidden;
  border: 1px solid #afd8e3;
  background-color: #cee9f0;
}

/* Style the buttons inside the sub tab */
.subtab button {
  background-color: inherit;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Century Gothic", sans-serif;
}

/* Change background color of buttons on hover */
.subtab button:hover {
  background-color: #afd8e3;
}

/* Create an active/current tablink class */
.subtab button.active {
  background-color: #85b9c9;
}

select.scroll {
  overflow: auto;
}

input[type=color] {
  height: 2.2em;
}

html, body, .dasboard-root {
  height: 100%;
}

.dashboard-root {
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.navbar {
  flex: 0 1 54px;
  border-radius: 0;
  background: #2882b5;
}
.is-iframe .navbar {
  display: none;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .nav-link {
  cursor: pointer;
}
.navbar .dropdown-menu {
  border-radius: 0;
  border-color: #2882b5;
  background: #b9dcf0;
  border-top-width: 8px;
  border-top-color: #2882b5;
  margin-top: 0;
  margin-left: -0.5rem;
}
.navbar .dropdown-menu.dropdown-menu-right {
  margin-right: -0.5rem;
}
.navbar .dropdown-item:hover {
  background: #a5d2eb;
}

.nav-item.active {
  background: #1f648b;
}

.main-content {
  flex: 1 1 auto;
  width: 100%;
}

.loader,
.loader:before,
.loader:after {
  background: #00CED1;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader {
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0 #00CED1;
    height: 4em;
  }
  40% {
    box-shadow: 0 -1em #00CED1, 0 1em #00CED1;
  }
}
.checkbox-input-group {
  padding: 0.375rem 0.75rem;
}

.form-control-sm {
  padding-top: 4px;
  padding-bottom: 4px;
}

.c-inputs-stacked .c-input:last-child::after {
  display: none;
}

select.c-select {
  line-height: 1em;
}

.checkmarked {
  text-indent: -0.3em;
  padding-left: 1.2em;
}
.checkmarked > .fa {
  float: left;
  margin-top: 0.35em;
  margin-left: -1.2em;
}

.form-group.has-danger .c-input > input:not(:checked) ~ .c-indicator {
  background: #d9534f;
  opacity: 0.5;
}

.form-group.has-success .c-input > input:not(:checked) ~ .c-indicator {
  background: #5cb85c;
  opacity: 0.5;
}

/**
 * Context menu according to
 * http://www.cssscript.com/beautiful-multi-level-context-menu-with-pure-javascript-and-css3/
 */
.context-menu {
  position: absolute;
  width: 200px;
  padding: 2px;
  margin: 0;
  border: 1px solid #bbb;
  background: #eee;
  background: -webkit-linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
  z-index: 100;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translate(0, 15px) scale(0.95);
  transform: translate(0, 15px) scale(0.95);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
}

.context-menu-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.context-menu-btn {
  background: none;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  width: 100%;
  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  border-radius: 3px;
}

.context-menu-btn::-moz-focus-inner, .context-menu-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.context-menu-text {
  margin-left: 25px;
}

.context-menu-btn .fa {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.context-menu-item:hover > .context-menu-btn {
  text-decoration: none;
  color: #fff;
  outline: none;
  background-color: #2E3940;
  background: -webkit-linear-gradient(to bottom, #5D6D79, #2E3940);
  background: linear-gradient(to bottom, #5D6D79, #2E3940);
  border: 1px solid #2E3940;
}

.context-menu-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.context-menu-item.disabled .context-menu-btn {
  cursor: default;
}

.context-menu-separator {
  display: block;
  margin: 7px 5px;
  height: 1px;
  border-bottom: 1px solid #fff;
  background-color: #aaa;
}

.context-menu-item.submenu::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #808080;
}

.context-menu-item.submenu:hover::after {
  border-left-color: #fff;
}

.context-menu .context-menu {
  top: 4px;
  left: 99%;
}

.show-context-menu, .context-menu-item:hover > .context-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}

.context-menu-item:hover > .context-menu {
  -webkit-transition-delay: 100ms;
  transition-delay: 300ms;
}

.files ul {
  position: relative;
  display: inline-block;
  padding-left: 0;
  min-width: 100%;
}
.files li.file-node {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  white-space: nowrap;
  cursor: pointer;
  height: 24px;
}
.files li.file-node .files {
  display: none;
}
.files li.file-node.open {
  height: auto;
}
.files li.file-node.open .files {
  display: block;
}
.files li.file-node .wholerow {
  width: 100%;
  position: absolute;
  left: 0;
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.files li.file-node .wholerow.current {
  background: #eef2f3;
  background: -webkit-linear-gradient(top, #eef2f3 0, #8e9eab 100%);
  background: linear-gradient(to bottom, #eef2f3 0, #8e9eab 100%);
}
.files li.file-node a {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
  position: relative;
}
.files li.file-node a:focus {
  outline: 0;
}
.files li.file-node a:hover, .files li.file-node a:visited, .files li.file-node a:active, .files li.file-node a:link {
  text-decoration: none;
  color: inherit;
}
.files li.file-node i {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: text-bottom;
  text-align: center;
}
.files li.file-node i :empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

.backdrop .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
}
.backdrop .backdrop-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.backdrop .spinner {
  font-size: 6em;
  color: #5BC0DE;
}

.studies {
  margin-top: 10px;
}
.studies::after {
  background: #9DCEEA;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1000;
}
.studies .studies-card {
  background: #D2EAF9;
  border-color: #D2EAF9;
}
.studies .owner-icon {
  margin-right: 5px;
}
.studies .study-row {
  background: #fff;
  padding: 6px;
  margin: 6px 0;
}
.studies .study-row .study-text {
  color: #818a91;
  padding: 0.25em 0;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.studies .study-row:hover {
  background: #4C93BE;
}
.studies .study-row:hover .study-text {
  color: #fff;
}
.studies .study-row:hover .study-description {
  color: #D2EAF9;
}

.study .col-md-10, .study .col-md-2 {
  padding-left: 0;
  padding-right: 0;
}
.study .editor {
  padding: 0.3em;
}
.study .editor .editor-menu {
  padding: 4px 0;
}
.study .editor .file-name {
  color: #818a91;
  font-weight: bold;
  margin: 4px;
  float: left;
}
.study .img-editor img {
  max-height: 90%;
  max-width: 90%;
}
.study .sidebar {
  height: 100%;
  width: inherit;
  overflow-y: auto;
  top: 54px;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.study .sidebar .sidebar-buttons {
  margin: 10px;
  flex-shrink: 1;
}
.study .sidebar .sidebar-files {
  flex-grow: 1;
}
.is-iframe .study > .col-md-2 {
  display: none;
}
.is-iframe .study > .col-md-10 {
  width: 100%;
}

.ace_search input, .ace_search button {
  color: initial;
  font-size: 12px;
  font-family: initial;
}

.ace_editor, .ace_editor div {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}

.study-tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin-left: 0.25rem;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.split-pane {
  height: 100%;
  display: flex;
}
.split-pane-col-right {
  flex: 1 1 1px;
  min-width: 0;
}
.split-pane-col-left {
  flex: 0 1 auto;
  min-width: 0;
}
.split-pane-divider {
  flex: 0 1 3px;
  cursor: col-resize;
  background: #2882b5;
}

.study-description {
  color: #818a91;
  font-size: 80%;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2em;
  margin-top: -10px;
}
.study-description:hover {
  color: #D2EAF9;
  cursor: help;
}

.study-tip {
  display: none;
}

.study-description:hover .study-tip {
  display: block;
  white-space: normal;
  position: absolute;
  top: calc(100% + 10px);
  left: 2em;
  width: 230px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  pointer-events: none;
  /* This prevents the box from apearing when hovered. */
  z-index: 2;
}
.study-description:hover .study-tip::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  transition: opacity 250ms, top 250ms;
}

th[data-sort-by]:before {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 5px;
  opacity: 0.5;
}
th[data-sort-by].active:before {
  opacity: 1;
}

.login h4, .login .btn {
  margin-bottom: 10px;
}
.login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.login .form-control:focus {
  z-index: 2;
}
.login input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.login input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.pika-title .pika-label {
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  padding: 0.25rem 0.75rem;
}
.pika-title .pika-label:first-child {
  margin-right: 0.25rem;
}
.pika-title .pika-label:hover {
  border-color: #adadad;
  background-color: #e6e6e6;
}

.is-dragover {
  outline: 2px dashed #92b0b3;
  outline-offset: -1px;
  background-color: #c8dadf;
}

.upload {
  font-size: 1rem;
  /* 20 */
  position: relative;
  padding: 15px;
  outline: 2px dashed #c8dadf;
  outline-offset: -20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 12em;
  width: 100%;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.upload.is-dragover {
  outline-offset: -10px;
  outline-color: #92b0b3;
  background-color: #c8dadf;
}
.upload input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload input + label {
  max-width: 80%;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.upload input + label strong, .upload input + label span {
  display: block;
  white-space: nowrap;
}
.upload input:hover + label strong, .upload input:focus + label strong, .upload input.has-focus + label strong {
  color: #39bfd3;
}
.upload input:focus + label, .upload input.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.upload input + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

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