/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 23/10/2019, 14:57
 */
.button-blue {
  width: 180px;
  height: 55px;
  border-radius: 8px;
  background-color: #419bf9;
  border: solid 4px #419bf9;
  display: inline-block;
  cursor: pointer;
}
.button-blue:hover {
  background-color: #3d91e8;
  border-color: #3d91e8;
}

.button-gray {
  width: 180px;
  height: 55px;
  border-radius: 8px;
  background-color: #969696;
  border: solid 4px #969696;
  display: inline-block;
  cursor: pointer;
}
.button-gray:hover {
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.button-blue-40 {
  width: 135px;
  height: 40px;
  border-radius: 10px;
  background-color: #419bf9 !important;
  /*border: solid 4px #419bf9 !important;*/
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 2.5rem;
}
.button-blue-40 div {
  font-family: Assistant, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2rem;
}
.button-blue-40 div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.button-blue-40:hover {
  /*border: solid 4px #3d91e8 !important;*/
  background-color: #3d91e8 !important;
}

.button-lightblue-40 {
  width: 135px;
  height: 2.5rem;
  border-radius: 9px;
  background-color: #7ebafa;
  border: solid 4px #7ebafa;
  text-align: center;
  cursor: pointer;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-lightblue-40.lightgrey {
  background-color: lightgrey;
  border: solid 4px lightgrey;
}
.button-lightblue-40 div {
  font-family: Assistant, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff;
}
.button-lightblue-40:hover {
  border: solid 4px #3d91e8;
  background-color: #3d91e8;
}

.button-text {
  font-family: Assistant, sans-serif;
  font-size: 1.563em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 48px;
  display: block;
  margin: 1px auto;
  vertical-align: middle;
}

.button-gray-frame-blue {
  width: 180px;
  height: 55px;
  border-radius: 8px;
  border: solid 4px #419bf9;
  background-color: #979797;
  display: inline-block;
  cursor: pointer;
}

.button-blue-frame-transparent {
  width: 180px;
  height: 55px;
  border-radius: 8px;
  border: solid 4px #419bf9;
  /*background-color: #979797;*/
  display: inline-block;
  cursor: pointer;
}
.button-blue-frame-transparent:hover {
  background-color: #888888;
}

.button-frame-transparent-h35 {
  width: 6em;
  height: 2em;
  border-radius: 8px;
  /*background-color: #979797;*/
  display: inline-block;
  cursor: pointer;
  line-height: 2em;
  text-align: center;
}
.button-frame-transparent-h35 .button-text {
  font-size: 1.25em;
  line-height: 1.25em;
}
.button-frame-transparent-h35:hover {
  background-color: #c1c1c1;
}
.button-frame-transparent-h35.white {
  border: solid 2px #ffffff;
}
.button-frame-transparent-h35.gray {
  border: solid 2px #e2e2e2;
}
.button-frame-transparent-h35.gray:hover {
  background-color: #888888;
}
.button-frame-transparent-h35.blue {
  border: solid 2px #5FABF9;
  background-color: #5FABF9;
  color: white;
  font-size: 1.25em;
  line-height: 1.9em;
}
.button-frame-transparent-h35:hover {
  background-color: #2991EF;
  border: solid 2px #2991EF;
}

.button-white {
  background-color: #ffffff;
  display: table;
}
.button-white div {
  font-family: Assistant, sans-serif;
  font-size: 1.625em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.button-white:hover {
  background-color: #fdfdfd;
}

.button-gray-2:hover {
  background-color: #dfdfdf;
}

.white-blue-border {
  background-color: #ffffff !important;
  border: solid 4px #7ebafa !important;
}
.white-blue-border div {
  color: #7ebafa;
}
.white-blue-border:hover {
  background-color: #fdfdfd !important;
}

.white-blue-border-220-4 {
  font-weight: normal;
  border: solid 4px #7ebafa;
  width: 220px;
  display: inline-table;
  overflow: hidden;
  max-height: 2.5em;
  white-space: nowrap;
  max-width: 220px;
}

.button-green-40 {
  width: 135px;
  height: 2.5em;
  border-radius: 9px;
  background-color: #92C915;
  /*border: solid 4px #92C915;*/
  text-align: center;
  display: table;
  cursor: pointer;
  vertical-align: top;
}
.button-green-40 div {
  font-family: Assistant, sans-serif;
  font-size: 1.625em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
.button-green-40:hover {
  background-color: #75a704;
}

.button-blue-frame-solution {
  border: solid 2px #7ebafa;
  width: 16em !important;
  height: 3em;
  display: inline-table !important;
  border-radius: 8px;
  margin: 10px !important;
  cursor: pointer;
}
.button-blue-frame-solution div {
  display: table-cell;
  color: black;
  vertical-align: middle;
  font-size: 1.275em;
}
.button-blue-frame-solution:hover div {
  color: #7ebafa;
}

.button-pink-solutions {
  font-family: Assistant, sans-serif;
  width: 20em;
  height: 3em;
  display: table;
  border-radius: 8px;
  margin: 10px auto;
  cursor: pointer;
  background-color: #EC8CE3;
  position: relative;
}
.button-pink-solutions div {
  display: table-cell;
  color: black;
  vertical-align: middle;
  font-size: 1.275em;
  font-weight: bold;
}
.button-pink-solutions div:hover {
  color: white;
}

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