@font-face {
  font-family: "Gotham-Bold";
  src: url("/css/fonts/gotham_bold-722c5f898bbca8b2eb3fce0287688326.otf") format("opentype");
}

@font-face {
  font-family: "Gotham-Book";
  src: url("/css/fonts/gotham_book-eca1317ee8a99162d0d0e2df77330cec.otf") format("opentype");
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("/css/fonts/gotham_medium-e19c20e966bde501f94e41cd0322dbe8.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/css/fonts/Montserrat-Bold-ade91f473255991f410f61857696434b.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("/css/fonts/Montserrat-Regular-ee6539921d713482b8ccd4d0d23961bb.ttf") format("truetype");
}

html, body {
  height: 100%;
}

main {
  padding: 48px 38px 50px 40px;
  flex: 1;
}

main.dockedheader {
  padding-top: 49px;
}

.table .check td {
  text-align: center;
}

.login-logout a {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  background-color: #00329f;
  padding: 11px 20px 8px;
}

.alert {
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
}

.alert-info {
  color: #00329f;
  background-color: #d1e3f9;
  border-color: #00329f;
}

.btn-info {
  padding: 11px 20px 8px;
  font-weight: 600;
  letter-spacing: 1.0px;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #ea0844;
  border-color: #ffffff;
  font-family: "PT Sans", Helvetica, Arial, Lucida, sans-serif;
}

.btn-info:hover {
  padding: 11px 20px 8px;
  font-weight: 600;
  letter-spacing: 1.0px;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #ea0729;
  border-color: #ffffff;
  font-family: "PT Sans", Helvetica, Arial, Lucida, sans-serif;
}

div.collapsible {
  display: none;
}

.login-logout a:hover {
  text-decoration: none;
  background-color: #0a3caa;
}

.required {
  color: #ff0000
}

.has-error {
  border-color: #ff0000
}

.feather {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

fieldset {
  border: 0;
}

.card .card-numbers > .text-main {
  font-size: 18pt;
  color: #00329f;
  margin-right: 0.5em;
}

.card .card-numbers > .text-side {
  font-size: 14pt;
  color: #1991eb;
}

.green {
  color: green;
}

.red {
  color: red;
}

.read-only {
  color: #6c757d;
}

h1 {
  text-align: center;
  font-size: 30px;
}

.footerText {
  text-align: center;
}
table.error-table td {
  text-align: top;
  padding: 5px;
}

td.comment {
    white-space: nowrap;
    overflow: hidden;
    max-width: 30px;
}

td.comment:hover {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: visible;
    white-space: normal;
}
.loadingOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 30;
}
.loadingText {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 3em;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.alert-text {
  text-align: center;
}

.footer-new {
  padding: 20px 0;
  width: 100%;
}

.footer-new .footerText {
  font-size: 12px;
  font-family: 'Gotham-Bold', sans-serif;
}

.footer-new .footerText .text-primary {
  font-weight: bold;
  color: #3f4858!important;
}

.footer-new .footerText .text-secondary {
  color: #3f4858!important;
  font-family: 'Gotham-Book', sans-serif;
  opacity: 0.8;
}
.img-voucher {
  max-width: 80px;
  max-height: 50px;
}
.cell-20 {
  width: 20% !important
}
.cell-10 {
  width: 10% !important
}
.cell-30 {
  width: 30%; !important
}
.virtual-terminal-request-status-div {
  font-weight: bold;
}
.center-text-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
td.dt-body-right {
  text-align: right;
}
.tooltip-inner {
  max-width: 350px;
}
.modal-body textarea {
  width: 100%;
}
.default-proposition-option {
  font-style: italic;
  color: grey;
}
td.align-center {
  text-align: center;
  vertical-align: middle;
}
