/*
    Created on : Oct 30, 2021, 1:47:31 PM
    Author     : Rudy Mathieu
*/

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}
button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  padding-top: 4px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 9px !important;
}
button.dim:active {
  top: 1px;
}

button.btn-white.dim {
  box-shadow: inset 0 0 0 #aaa, 0 1px 0 0 #aaa, 2px 2px 2px #BBBBBB;
}
button.btn-white.dim:active {
  box-shadow: inset 0 0 0 #888, 0 1px 0 0 #888, 0 1px 1px #BBBBBB;
}


button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 1px 0 0 #16987e, 2px 2px 2px #999999;
}
button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 1px 0 0 #16987e, 0 1px 1px #999999;


}
button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 1px 0 0 #b3b3b3, 2px 2px 2px #999999;
}
button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 1px 0 0 #b3b3b3, 0 1px 1px #999999;
}
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 1px 0 0 #f79d3c, 2px 2px 2px #999999;
}
button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 1px 0 0 #f79d3c, 0 1px 1px #999999;
}
button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 1px 0 0 #1eacae, 2px 2px 2px #999999;
}
button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 1px 0 0 #1eacae, 0 1px 1px #999999;
}


button.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 1px 0 0 #1872ab, 2px 2px 2px #999999;
}
button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #1872ab, 0 1px 0 0 #1872ab, 0 1px 1px #999999;
}


button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 1px 0 0 #ea394c, 2px 2px 2px #999999;
}
button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 1px 0 0 #ea394c, 0 1px 1px #999999;
}
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}
