.ExBoxContainer {
  z-index: 1;
  -webkit-transition: background-image 1.5s ease-in-out, color 0.4s ease-in-out;
  -moz-transition: background-image 1.5s ease-in-out, color 0.4s ease-in-out;
  -ms-transition: background-image 1.5s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-image 1.5s ease-in-out, color 0.4s ease-in-out;
  position: relative;
  display: inline-block;
  border-style: solid;
  border-color: #17baef;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #074f66;
  text-align: left;
  vertical-align: top;
  color: white;
  line-height: 28px; }

.ExBoxContainer:hover:not([disabled]){
  cursor: pointer;
  color: #eebf3f; }

.ExBoxContainer[disabled]{
  cursor: default;
  border-color: #999999;
  background-color: #cccccc;
}

.TransBox {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #074f66;
  opacity: 0.8; }

.TransBox[disabled]{
  background-color: #cccccc;
}
