@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dialog-loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.selector {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  display: block;
  padding-top: 18px;
}
.selector label {
  transition: color, 100ms linear, top 100ms linear, font-size 100ms linear, opacity 100ms linear;
  will-change: color, top, font-size, opacity;
  display: inline-block;
  position: absolute;
  color: #828282;
  z-index: 1;
  font-size: 13px;
  left: 0;
  top: 0;
}
.selector .select2 {
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  border-radius: 0;
  color: #424242;
  float: left;
  z-index: 2;
  width: calc(100% - 20px);
  padding-right: 0;
  margin-bottom: 0;
}
.selector .select2 .select2-selection--single {
  height: 23px;
  border: none;
  padding-left: 0;
  z-index: 2;
  position: relative;
  background: transparent;
}
.selector .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0;
}
.selector .select2 .select2-selection--single .select2-selection__arrow {
  display: none;
}
.selector .select2:after {
  display: block;
  content: "";
  transition: width 200ms;
  background-color: #3f51b5;
  transform: translateX(-50%);
  position: absolute;
  height: 2px;
  opacity: 0;
  z-index: 3;
  bottom: 0;
  left: 50%;
  width: 0;
}
.selector .select2:before {
  background: url(../img/arrow-down.svg) center no-repeat;
  transition: transform 200ms;
  will-change: transform;
  background-size: 16px;
  position: absolute;
  height: 32px;
  width: 16px;
  content: "";
  bottom: 0;
  right: 0;
  z-index: 1;
}
.selector .select2.select2-container--open:before {
  transform: rotate(180deg);
}
.selector.focused label {
  color: #3f51b5;
  font-size: 13px;
  top: 0;
}
.selector.focused .select2:after {
  width: 100%;
  opacity: 1;
}
.selector .input_tipsy {
  position: absolute;
  bottom: 0;
}

form[no-validate=true] .selector .select2 {
  margin-bottom: 29px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(0, 0, 0, 0.1);
  color: unset;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #3f51b5;
  color: white;
}

dialog.full-dialog {
  width: 80%;
}
dialog.full-dialog .dialog-wrapper {
  color: #000;
}
dialog.full-dialog .dialog-wrapper hr {
  margin: 20px 0;
  border-bottom: 1px solid #ececec;
}
dialog.full-dialog .dialog-wrapper h3 {
  font-size: 20px;
  margin: 15px 0;
  padding: 5px 0;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}
dialog.full-dialog .dialog-wrapper table {
  margin: 0;
  width: 100%;
}
dialog.full-dialog .dialog-wrapper table td, dialog.full-dialog .dialog-wrapper table th {
  padding: 6px 8px;
}
dialog.full-dialog .dialog-wrapper table th {
  white-space: normal;
}
dialog.form-dialog {
  width: 700px;
  max-width: 90%;
}

.hidden {
  display: none;
}

.dataTables_wrapper {
  margin: 30px auto;
}

table.dataTable.no-footer {
  border-bottom: none;
}
table.dataTable thead td {
  border-bottom: none;
  background: #e6e8f5;
}
table.dataTable thead td:first-child, table.dataTable thead td:last-child {
  border-radius: 0;
}
table.dataTable thead td input {
  border: 1px solid #ccc;
}

.row {
  margin: 0 -15px;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

*[class^=col-] {
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
}

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

@media (min-width: 480px) and (max-width: 767px) {
  .col-md-6 {
    width: 100%;
  }
}
.margin-top-20 {
  margin-top: 20px;
}

.margin-40 {
  margin: 40px 0;
}

.alert {
  font-size: 12px;
  color: #ff5200;
  margin-bottom: 10px;
}

image-upload img {
  max-width: 200px;
  margin-bottom: 20px;
}

.covers {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  flex-grow: 1;
}
.covers .cover {
  padding: 0 15px;
  flex-basis: 50%;
  position: relative;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .covers .cover {
    flex-basis: 100%;
  }
}
.covers .cover .image {
  width: 100%;
  padding-bottom: 57%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.covers .cover .year {
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: rgba(63, 81, 181, 0.62);
  color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.covers .cover .year .icon {
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  opacity: 0.9;
}
.covers .cover .year .icon:hover {
  opacity: 1;
}

textfield label, selector label {
  top: 0;
  font-size: 13px;
}

table.balance {
  margin-bottom: 30px;
  overflow: hidden;
}
table.balance .strong {
  font-weight: bold;
}
table.balance tr td {
  padding: 9px 14px;
  text-align: left;
}
table.balance tr td.title {
  background: #3f51b5;
  color: #fff;
}
table.balance tr td.text-right {
  text-align: right;
}
table.balance tr td.text-center {
  text-align: center;
}
table.balance tr td table {
  margin: 0;
}
table.balance tr td [data-action-opens] {
  color: #000;
  font-weight: normal;
}
table.balance tr td [data-action-opens] i {
  color: #3f51b5;
  display: inline-block;
  margin-left: 5px;
}
table.balance tr[data-depends-on] {
  display: none;
}
table.balance tr[data-depends-on].show {
  display: table-row;
}

dialog .selector.without-label {
  padding-top: 0;
}
dialog .selector .input_wrapper {
  position: relative;
  padding-bottom: 18px;
}
dialog .selector .input_wrapper .select2 {
  width: 100%;
  float: none;
}
dialog .selector .input_wrapper .input_tipsy {
  transform: none;
}

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