/*
 * Hutch specific css file
 * Copyright 2019-2021 Nicolas Mora <mail@babelouest.org>
 */
.btn-icon {
  margin-right: 5px;
}
.btn-icon-right {
  margin-left: 5px;
}
.btn-icon-top {
  margin-bottom: 5px;
}
.btn-icon-bottom {
  margin-top: 5px;
}
.coin-element {
  margin-bottom: 2px;
}
.coin-tag {
  margin-bottom: 5px;
  margin-left: 5px;
}
.error-input {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.img-thumb {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
}
.img-medium {
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
}
.input-hidden {
  position: absolute;
  left: -9999px;
}
.perfect-centering {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.on-top {
  z-index: 9999;
}
.v-center {
  display: flex;
  align-items: center;
}
.required-field::before {
  margin-right: 5px;
  content: "*";
  color: red;
}
.logo-img {
  max-width: 40px;
  max-height: 40px;
}
.v-align-middle {
  vertical-align: middle;
}
.upload {
  display:none;
}
.profile-image {
  width:100%;
  max-width:200px;
}
.top-right{
  top:0;
  right:0
}
.top-left{
  top:0;
  left:0
}
.bottom-right{
  right:0;
  bottom:0
}
.bottom-left{
  left:0;
  bottom:0
}
.icon-list {
  max-height: 300px;
  overflow-y:scroll;
}
.disabled-cursor { 
  cursor: not-allowed;
}
.safe-image {
  background-image: url("../img/hutch.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -100;
}
