﻿
/** ------------------- basic ------------------- **/
/*#region -- source from qg-main -- */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --font-family-sans-serif: "Lato", "Helvetica", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

/*#region -- button -- */


button {
  border-radius: 0
}

.button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  /*override close.scss */
  float: right;
  background: 0 0;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  line-height: 1;
}

/*#endregion -- button -- */

/*#region -- h-tags -- */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  color: inherit
}

.h1, h1 {
  font-size: 1.5625rem
}

.h2, h2 {
  font-size: 1.25rem
}

.h3, h3 {
  font-size: 1.125rem
}

.h4, h4 {
  font-size: 16px;
}

.h5, h5 {
  font-size: .75rem
}

.h6, h6 {
  font-size: .6875rem
}
/*#endregion -- h-tags --*/

/*#region -- container -- */

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px
}

@media (min-width:768px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:992px) {

  .container {
    max-width: 720px
  }
}

@media (min-width:1200px) {

  .container {
    max-width: 960px
  }
}


.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {

  .container, .container-sm {
    max-width: 540px
  }
}

@media (min-width:992px) {

  .container, .container-md, .container-sm {
    max-width: 720px
  }
}

@media (min-width:1200px) {

  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}

.container, .container-lg, .container-md, .container-sm {
  max-width: 1140px
}
/*#endregion -- container -- */


.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px
}

/*#region -- col -- */

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto,
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto,
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto,
.col-xs-6, .col-xs-12 {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {
  /*override -grid-framework.scss*/
  .site-legal.col-md-6 {
    max-width: 100%;
    flex: 0 0 95%;
  }

  p.site-copyright.col-md-4 {
    padding-right: 0px;
  }
}


.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}

@media (min-width:768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333%
  }

  .offset-sm-2 {
    margin-left: 16.66667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333%
  }

  .offset-sm-5 {
    margin-left: 41.66667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333%
  }

  .offset-sm-8 {
    margin-left: 66.66667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333%
  }

  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333%
  }

  .offset-md-2 {
    margin-left: 16.66667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333%
  }

  .offset-md-5 {
    margin-left: 41.66667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333%
  }

  .offset-md-8 {
    margin-left: 66.66667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333%
  }

  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333%
  }

  .offset-lg-2 {
    margin-left: 16.66667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333%
  }

  .offset-lg-5 {
    margin-left: 41.66667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333%
  }

  .offset-lg-8 {
    margin-left: 66.66667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333%
  }

  .offset-lg-11 {
    margin-left: 91.66667%
  }
}
/*#endregion -- col -- */

/*#region -- btn -- */


.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .btn {
    transition: none
  }
}

.btn {
  padding: .5rem 1.3125rem
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

/
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}


.btn-default {
  background-color: #585e62;
  border-color: #585e62;
  color: #fff
}

/*#region -- btn-primary -- */

.btn-primary {
  color: #fff;
  background-color: #063652;
  border-color: #007bff
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

/*.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
*/
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #78ba00;
  border-color: #78ba00;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #007eb1;
  border-color: #007eb1;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
/*#endregion -- btn-primary -- */

/*#region -- btn-success-- */

.btn-success {
  color: #fff;
  background-color: #78ba00;
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
/*#endregion -- btn-success-- */

/*#region -- btn-danger-- */

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
/*#endregion -- btn-danger -- */


/*#endregion -- btn -- */

/*#region -- alert -- */

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-warning {
  border: none;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}
/*#endregion -- alert -- */

.d-none {
  display: none !important
}

.d-flex, .index-links {
  display: flex !important
}

@media (min-width: 576px) {
  /*override display.scss*/
  .d-sm-none {
    display: block !important;
  }

  .d-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {

  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }
}

.flex-wrap {
  flex-wrap: wrap !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-end {
  align-items: flex-end !important
}

@media print {

  .row {
    display: block
  }

  #site-header form {
    display: none
  }

  #site-header {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 1em;
    display: block;
    min-height: 32mm;
  }

  .coat-of-arms img, .site-footer .footer-col-content {
    display: none !important
  }

  .site-legal li {
    display: none
  }

  .site-legal {
    text-align: left !important
  }

  .site-legal a:after {
    color: #06c !important;
    font-size: 12px !important
  }

  .coat-of-arms .print-coat-of-arms {
    display: block !important
  }
}

/*#region -- list-inline --*/


.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline {
  margin-left: -5px
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}


/*#endregion -- list-inline --*/

/*#region -- hidden-xx --*/
.hidden {
  /*override bootstrap.css:6516*/
  display: none !important;
}

@media (max-width:768px) {

  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {

  .hidden-sm {
    display: none !important
  }
}

@media (min-width:991.98px) and (max-width:1199px) {

  .hidden-md {
    display: none !important
  }
}

/* laptops */
@media (min-width:1200px) {

  .hidden-lg {
    display: none !important
  }
}

/*#endregion -- hidden-xx --*/


.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/*#region -- btn-global-secondary -- */

.btn-global-secondary {
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
  display: table;
  font-weight: 700;
  border-radius: 4px;
  padding: 7px 24px;
  text-decoration: none
}

.btn-global-secondary:focus, .btn-global-secondary:hover {
  color: #fff;
  text-decoration: underline
}

.btn-global-secondary:focus {
  outline: 1px dotted #000;
  outline: 5px auto -webkit-focus-ring-color
}
/*#endregion -- btn-global-secondary -- */

/*#region -- alert -- */

.alert {
  position: relative;
  color: #000
}

.alert h2 {
  margin-top: 5px;
  font-size: 1.2em
}

.alert.alert-danger {
  color: #fff !important;
  border-left: 5px solid #b90824;
  background-color: #b90824
}

.alert.alert-danger a {
  color: #ff0
}

.alert.alert-danger, .alert.alert-warning {
  font-weight: 400;
  color: #000;
  margin: 0;
  border-radius: 0;
  padding: 12px 20px;
}

.fade.in {
  /*override bootstrap.css*/
  opacity: 1;
}

.alert.alert-danger h2 i, .alert.alert-warning h2 i {
  font-size: 1.5rem;
  margin-right: 10px
}

/*#endregion -- alert -- */

/*#endregion -- qg-main -- */


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* ------------------- application related ------------------- */
h2 {
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 1px;
}

/*#region -- container -- */
.container-fluid.site-width, .site-width.container-lg, .site-width.container-md, .site-width.container-sm, .site-width.container-xl {
  max-width: 1327px
}

.container-fluid:before, .row:before, .panel-body:after, .panel-body:before, {
  display: table;
  content: " ";
}
/*#endregion */

/*#region -- site-footer -- */

.site-footer {
  background-color: #005e85;
  color: #fff;
  padding-top: 8px
}

.site-footer .container-fluid {
  padding: 0;
}

.site-footer .btn {
  margin-top: 20px;
  width: 100%
}

.site-footer .btn:focus, .site-footer .btn:hover {
  opacity: 1
}

.site-footer .footer-col-content {
  max-width: 270px
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 5px 0
}

.site-footer ul li {
  margin-top: 5px
}

.site-footer ul li a {
  color: #fff;
  text-decoration: underline;
  transition: opacity .1s linear
}

.site-footer ul li a:focus, .site-footer ul li a:hover {
  color: #ccc
}

.site-footer ul li:before {
  font-size: 1.25rem;
  color: #fff;
  font-family: FontAwesome;
  margin-right: 10px
}

.site-footer ul li.phone:before {
  content: "\f095"
}

.site-footer ul li.facebook:before {
  content: "\f082"
}

.site-footer ul li.twitter:before {
  content: "\f081"
}

.site-footer .feedback-toggle.d-none + .footer-feedback .footer-feedback-content {
  border-radius: 4px
}

@media (max-width:1200px) {
  /*16317*/
  .site-footer h3 {
    margin-top: 45px
  }
}

/*-- desktop -- */
@media (min-width: 1200px) {
  .site-footer .footer-col-content > p {
    max-width: 1000px;
    width: 450px;
  }
}
/* -- ipad 3, 4 and pro 9.7" portrait --*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {
  .site-footer .footer-col-content > p {
    max-width: 1000px;
    width: 500px;
  }
}
/* -- ipad 3, 4 and pro 9.7" landscape -- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  .site-footer .footer-col-content > p {
    max-width: 1000px;
    width: 500px;
  }
}
/* iphone 6, 6s, 7 and 8 portrait */
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  .site-footer .footer-col-content > p {
    width: 500px;
  }
}

/*#endregion -- site-footer -- */

/*#region -- site-legal -- */
/*16361*/
.site-legal {
  font-size: 14px;
  padding: 20px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  .site-legal {
    margin-left: -30px;
  }
}

/*16366*/
.site-legal ul {
  margin: 0 0 0 10px
}
/*16370*/
.site-legal ul li {
  margin-bottom: 5px;
  padding-right: 8px
}


/*16375*/
.site-legal .site-copyright {
  margin: 0
}
/*16379*/
@media (max-width:1200px) {
  /*16380*/
  .site-legal ul {
    margin-left: 35px
  }
}
/*16385*/
@media (max-width:991.98px) {
  /*16386*/
  .site-legal {
    padding: 40px 0
  }
  /*16390*/
  .site-legal ul {
    border-top: 1px solid hsla(0, 0%, 100%, .25);
    margin: 0 30px;
    padding: 25px 0 20px
  }
  /*16396*/
  .site-legal .site-copyright {
    margin: 0 10px
  }
}
/*16401*/
@media (max-width:600px) {
  /*16402*/
  .site-legal {
    padding: 20px 0 30px
  }
  /*16406*/
  .site-legal ul {
    margin: 10px 20px 0;
    padding: 25px 0 20px
  }
  /*16411*/
  .site-legal ul li {
    margin-bottom: 8px
  }
  /*16415*/
  .site-legal .site-copyright {
    margin: 0
  }
}
/*16420*/
@media print {
  /*16421*/
  .site-legal {
    border-top: 1px solid #000
  }
  /*16425*/
  .site-legal ul li {
    display: block
  }
  /*16429*/
  .site-legal ul li + li a {
    border-left: none
  }

  /&16433
  .site-legal .no-print {
    display: none
  }
}
/*#endregion -- site-legal -- */

/*#region -- site-global-alert -- */
/*17283*/
.site-global-alert.site-global__alt-theme {
  background-color: #ffc444 !important
}
/*17287*/
.site-global-alert.site-global__alt-theme a, .site-global-alert.site-global__alt-theme header, .site-global-alert.site-global__alt-theme section {
  color: #000 !important
}
/*17293*/
.site-global-alert {
  width: 100%;
  background-color: #8c0405 !important;
  border: none !important;
  padding: .4em !important
}
/*17300*/
.site-global-alert .container-fluid, .site-global-alert .container-lg, .site-global-alert .container-md, .site-global-alert .container-sm, .site-global-alert .container-xl {
  display: flex !important
}
/*17308*/
.site-global-alert .container-fluid header, .site-global-alert .container-fluid section,
.site-global-alert .container-lg header, .site-global-alert .container-lg section, .site-global-alert .container-md header, .site-global-alert .container-md section,
.site-global-alert .container-sm header, .site-global-alert .container-sm section, .site-global-alert .container-xl header, .site-global-alert .container-xl section {
  display: flex;
  align-items: center
}
/*17322*/
.site-global-alert .container-fluid a, .site-global-alert .container-lg a, .site-global-alert .container-md a, .site-global-alert .container-sm a, .site-global-alert .container-xl a {
  color: #fff;
  text-decoration: underline
}
/*17331*/
.site-global-alert .container-fluid header *, .site-global-alert .container-lg header *, .site-global-alert .container-md header *, .site-global-alert .container-sm header *, .site-global-alert .container-xl header * {
  margin-top: 0
}
/*17339*/
.site-global-alert .container-fluid header h2, .site-global-alert .container-lg header h2, .site-global-alert .container-md header h2, .site-global-alert .container-sm header h2, .site-global-alert .container-xl header h2 {
  margin: 0 .6em;
  font-size: 1em
}
/*17348*/
.site-global-alert .container-fluid header:before, .site-global-alert .container-lg header:before, .site-global-alert .container-md header:before, .site-global-alert .container-sm header:before, .site-global-alert .container-xl header:before {
  position: inherit !important;
  font-size: 1.8rem !important;
  content: "\f071";
  display: inline-block;
  font-family: fontAwesome
}
/*17360*/
.site-global-alert .container-fluid section *, .site-global-alert .container-lg section *, .site-global-alert .container-md section *, .site-global-alert .container-sm section *, .site-global-alert .container-xl section * {
  margin-bottom: 0;
  margin-top: 0
}
/*#endregion -- site-global-alert --*/

/*#region -- site-header -- */

#site-header {
  /*17399*/
  background-color: #005e85;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 1000
}

.site-header-bottom {
  /*17418*/
  order: 3
}

/*17414*/
.site-header-top {
  order: 2
}
/*17418*/
.site-header-bottom {
  order: 3
}
/*17422*/
@media (max-width:992px) {
  /*17423*/
  body.header-active {
    overflow-y: hidden
  }
  /*17427*/
  body.header-active .site-header {
    height: 100vh;
    overflow-y: scroll
  }
  /*17437*/
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    flex-wrap: nowrap
  }
  /*17444*/
  .site-header-top {
    padding: 30px 50px;
  }
}

@media print {
  /*17409*/
  .site-header {
    border-bottom: 1px solid #000
  }
}

/*#endregion -- site-header -- */

/*#region -- coat-of-arms -- */

div.coat-of-arms {
  /*17369*/
  padding: 13px;
  padding-top: 20px;
  overflow: hidden
}

div.coat-of-arms img {
  /*17375*/
  height: 50px;
  width: 289px
}

div.coat-of-arms.header-float-left {
  /*custom 3391*/
  float: left;
}

@media (max-width:768px ) {
  div.coat-of-arms img {
    /* width: 153px;*/
  }
}

@media (max-width:991.98px) {
  /*17381*/
  div.coat-of-arms {
    padding: 0;
    width: auto
  }

  div.coat-of-arms img {
    /*width: 289px;*/
  }
}

/*17393*/
@media print {
  /*17394*/
  .coat-of-arms a:after {
    content: ""
  }
}

/*#endregion -- coat-of-arms -- */

/*#region -- logoutButtonLink -- */

/*#logoutButton{
  color: white;
}*/
div.logoutButtonLink {
  padding: 35px 13px 13px 13px;
  /*padding-top: 30px;*/
  /*overflow: hidden;*/
}

div.logoutButtonLink.header-float-right {
  float: right;
}

@media (max-width:768px ) {
  div.logoutButtonLink {
    padding: 35px 0 0 0;
    /*    overflow: hidden;*/
  }
}

/*#endregion -- logoutButtonLink -- */

@media print {

  body {
    background: #fff;
    color: #000
  }

  .row {
    display: block
  }

  #site-header form {
    display: none
  }

  #site-header {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 1em;
    display: block;
    min-height: 32mm
  }

  .coat-of-arms img, .site-footer .footer-col-content {
    display: none !important
  }

  .coat-of-arms .print-coat-of-arms {
    display: block !important
  }

  #site-header form, .site-legal li {
    display: none
  }

  .legal {
    text-align: left !important
  }

  .legal a:after {
    color: #06c !important;
    font-size: 12px !important
  }
}

a, a:active, a:focus, a:hover {
  color: #13578b
}

/*#region -- oft-forms-main-row -- */

#oft-forms-main-row .oft-formitem-main.content-only > div #oft-forms-main-row .oft-formitem-main.content-only > span, #oft-forms-main-row .oft-formitem-main.content-only h2, #oft-forms-main-row .oft-formitem-main.content-only p, #oft-forms-main-row .oft-formitem-main.content-only ul {
  padding-left: 10px
}

#oft-forms-main-row > .oft-formitem-main {
  padding-right: 0px;
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0px;
  margin-bottom: 0px;
  word-wrap: break-word;
  white-space: normal;
  float: right;
  margin-left: 14px;
}

#oft-forms-main-row > .oft-formitem-main img {
  width: 75px;
  height: 75px;
  float: left
}

#oft-forms-main-row > .oft-formitem-main a:hover img {
  border: 1px solid #06c
}

#oft-forms-main-row > .oft-formitem-main a img {
  position: absolute;
  left: 10px;
  background: #f9f9f9;
  border: 1px solid #fffefc;
  box-shadow: 0 0 2px 1px rgba(0,0,0,.1)
}

#oft-forms-main-row > .oft-formitem-main > div #oft-forms-main-row > .oft-formitem-main > span, #oft-forms-main-row > .oft-formitem-main h2, #oft-forms-main-row > .oft-formitem-main p, #oft-forms-main-row > .oft-formitem-main ul {
  padding-left: 100px
}

#oft-forms-main-row > .oft-formitem-main h2 {
  margin-top: 0;
  font-size: 19px;
  max-width: 100%;
}

@media (max-width:768px) {

  #oft-forms-main-row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }

  #oft-forms-main-row > .oft-formitem-main {
    margin-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0 !important;
    display: inline-block;
  }

  #oft-forms-main-row h2 {
    padding: 0 !important;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }

  #oft-forms-main-row h2 a {
    padding: 1em 1.5em !important;
    display: inline-block;
    color: #fff !important;
    width: 100%;
    height: 100%
  }

  #oft-forms-main-row h2 a:active, #oft-forms-main-row h2 a:visited {
    color: #fff !important;
  }

  #oft-forms-main-row h2 a:hover {
    background: #007eb1;
    color: #fff !important;
    text-decoration: none !important
  }

  #oft-forms-main-row h2 img, #oft-forms-main-row p, #oft-forms-main-row ul {
    display: none
  }
}

#oft-forms-main-name {
  position: relative;
  width: 500px;
  height: 100px;
}

#oft-org-name {
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 2px;
  padding-top: 20px;
}

#oft-app-name {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 20px;
}

/*#endregion -- oft-forms-main-name -- */

/*#region -- site-global-alert -- */

.site-global-alert.alert {
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-global-alert.alert header, .site-global-alert.alert section {
  display: flex;
  align-items: center;
}

.site-global-alert.alert section p {
  margin-bottom: 0;
}

.site-global-alert.alert header:before {
  position: inherit !important;
  font-size: 32px !important;
}

.site-global-alert.alert header h2 {
  margin-bottom: 0;
}

.site-global-alert .container-fluid {
  max-width: 1500px;
}

@media only screen and (max-width:768px) {
  .site-global-alert.alert .container-fluid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/*#endregion -- site-global-alert --*/

/*#region -- cards -- */

.portal-card-horizontal {
  display: flex;
  flex: 1 1 auto;
  padding: 1rem;
}

.portal-card-body {
  padding: 0.6rem
}

.portal-card {
  height: 120px;
  width: 280px;
  box-shadow: 3px 3px 3px 3px #ccc;
}

.portal-image {
  padding-top: 6px;
}

.portal-card-title {
  left: 120px;
}

.card-content-body {
  padding: 0px;
  position: relative;
}

.card-content-header {
  padding: 0.25rem 0.5rem;
  background-color: #005e85;
  color: #ffffff;
  font-weight: 900;
}

.card-content-header-urgent {
  padding: 0.25rem 0.5rem;
  background-color: #fcc438;
  color: #000000;
  font-weight: 900;
}

.card-content-header-very-urgent {
  padding: 0.25rem 0.5rem;
  background-color: red;
  color: #FFF;
  font-weight: 900;
}

/* cdk */
/*.card-content-activityHistory-header, .card-content-notifications-header, .card-content-linkedEntities-header {
  padding: 0.25rem 0.5rem;
  background-color: #005e85;
  color: #ffffff;
  font-weight: 900;
}*/
.card-content-sub-text {
  padding-top: 5px;
  padding-left: 15px;
  margin-bottom: 0px;
  font-size: small; 
}

.card-content-small-text {
  padding-left: 15px;
  font-size: small;
  height: 54px;
  line-height: 18px;
  margin-top: -2px;  
}

.card-content-button > .btn {
  padding: 2px;
  width: 245px;
  margin-left: 10px;
  margin-top: -13px;
  color: #fff;
}

.card-custom {
  width: 100px;
}

.card-header .fa {
  transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
  transform: rotate(90deg);
}

.services-sub-card {
  height: 120px;
  width: 280px;
  box-shadow: 3px 3px 3px 3px #ccc;
  width: 265px;
}

.content-sub-card {
  height: 157px;
  width: 310px;
  box-shadow: 3px 3px 3px 3px #ccc;
  width: 265px;
}

.oft-forms-content-row {
  margin-left: 15px;
  margin-right:15px;
  padding: 10px;
}


/*#endregion -- cards --*/

/*#region --- Portal Login Menu --- */

.navbar-custom {
  background-color: #565656;
}

.navbar-custom .navbar-brand, .navbar-custom .nav-link {
  color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  /* override nav.scss*/
  color: #fff;
  background-color: #005e85;
}

/* TODO: obsolete 
  .nav-pills > li + li + li + li + li + li {
  margin-left: 550px;
}
  */
.nav-link-actionItems, .nav-link-activityHistory, .nav-link-notifications, .nav-link-linkedEntities {
  /*width: 150px;*/
  width: auto;
  text-align: center;
}

.badgeNum {
  margin-left: 3px;
}

/*#endregion*/
/*#region -- portal login desktop ---*/
@media (min-width: 1281px) {
  div .row.header-inline {
    display: inline-block;
    width: 100%;
  }

  input, select, textarea {
    max-width: 260px;
  }

  .actionItemsType, .activityHistoryType, .notificationsType, .linkedEntitiesType {
    margin-left: 40px;
    margin-right: 10px;
  }

  .actionItemsType, .actionItemsTransaction, .activityHistoryStartDate, .activityHistoryEndDate, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId {
    height: 30px;
  }

  .actionItemSearch, .activityHistorySearch, .notificationsSearch, .linkedEntitiesSearch {
    padding: 0px 5px 0px 5px;
    margin-left: 5px;
  }

  #activityHistoryStartDate, #activityHistoryEndDate {
    margin-left: 5px;
    margin-right: 5px;
  }

  .actionItemsType, .activityHistoryType, .notificationsType, .linkedEntitiesType,
  .actionItemsTransaction, .activityHistoryStartDate, .activityHistoryEndDate, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId {
    width: 400px;
  }
}
/*#endregion */

/* most tablets -- */
@media (max-width: 768px) {

  #oft-forms-main-row {
    margin-top: 20px;
    margin-left: 10px;
  }

  textarea {
    max-width: 337px;
  }

  .card-container {
    width: 375px;
    margin-left: 4px;
  }

  /*.card {
    margin-left: -18px;
  }*/

  .navbar-custom ul#portalItems {
    flex-direction: column;
  }

  /* TODO: obsolete 
  .nav-pills > li + li + li + li + li + li {
    margin-left: 0px;
  }
*/
  .nav-link-actionItems, .nav-link-activityHistory {
    width: 100%;
    text-align: left;
  }

  .nav-link-activityHistory {
    width: 100%;
    text-align: left;
  }

  .nav-link-notifications {
    width: 100%;
    text-align: left;
  }

  .nav-link-services {
    width: 100%;
    text-align: left;
  }

  .nav-link-linkedEntities {
    width: 100%;
    text-align: left;
  }

  .content-sub-card {
    width: 310px;
    margin-left: -25px;
    /* Todo */
    height: 180px;
  }

  .actionItemsType {
    width: 310px;
    margin-left: 20px;
    padding: 2px;
  }
}

/*#region -- portal login - iphone 6, 6s, 7, 8 -- */

/* portrait and landscape*/
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {

  div.row.header-inline {
    display: inline-block;
    width: 100%;
  }

  .site-header-top {
    padding: 20px 30px 15px 30px;
  }

  div.coat-of-arms img {
    float: left;
    height: 50px;
    width: 289px;
    margin-left: -55px;
  }

  div.logoutButtonLink {
    margin-top: -10px;
  }

  .portal-card {
    width: 330px;
  }
}

/* -- portal login - iphone 6, 6s, 7, 8 portrait --*/
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {
  .portal-card {
    width: 300px;
    margin-left: -15px;
  }

  #actionItemsCard, #activityHistoryCard, #notificationsCard, #servicesCard, #linkedEntitiesCard {
    width: 340px;
    margin-left: -16px;
  }

  /*  .card-content-button > .btn {
    width: 290px;
  }
*/
  .services-sub-card {
    width: 300px;
    margin-left: -21px;
  }

  .actionItemsType, .activityHistoryType, .notificationsType, .activityHistoryStartDate, .activityHistoryEndDate, .linkedEntitiesType, .actionItemsTransaction, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId {
    width: 310px;
    height: 35px;
    margin-left: 20px;
    padding: 2px;
  }

  .actionItemsTransaction, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId, .activityHistoryStartDate, .activityHistoryEndDate {
    margin-top: 10px;
  }

  .activityHistoryStartDate, .activityHistoryEndDate {
    margin-right: 10px;
  }

  .actionItemSearch, .activityHistorySearch, .notificationsSearch, .linkedEntitiesSearch {
    padding: 0 5px 0 5px;
    margin-left: 20px;
    margin-top: 10px;
    width: 310px;
    height: 35px;
  }

  .content-sub-card {
    height: 160px;
  }
}

/* -- portal login - iphone 6, 6s, 7, 8 landscape --*/
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  #oft-forms-main-row {
    margin-top: 0px;
  }

  #actionItemsCard, #activityHistoryCard, #notificationsCard, #servicesCard, #linkedEntitiesCard {
    width: 588px;
    margin-left: -2px;
  }

  .actionItemsType, .activityHistoryType, .notificationsType, .linkedEntitiesType, .actionItemsTransaction, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId, .activityHistoryStartDate, .activityHistoryEndDate {
    width: 545px;
    height: 35px;
    margin-left: 25px;
    padding: 2px;
  }

  .actionItemsTransaction, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId, .activityHistoryStartDate, .activityHistoryEndDate {
    margin-top: 10px;
  }

  .actionItemSearch, .activityHistorySearch, .notificationsSearch, .linkedEntitiesSearch {
    width: 545px;
    height: 35px;
    margin-left: 25px;
    margin-top: 10px;
    padding: 0 5px 0 5px;
  }

  a.btn.btn-success.btn-block {
    width: 250px;
  }

  #oft-forms-main-row > .oft-formitem-main {
    margin-left: 12px;
    margin-right: 7px;
  }

  .portal-card {
    width: 280px;
    margin-left: -10px;
    margin-right: 14px;
  }
}

/*#endregion -- portal login - iphone 6, 6s, 7, 8 -- */

/*#region -- portal login - ipad 3, 4 and pro 9.7" --*/

/* -- portal login - ipad 3, 4 and pro 9.7" portrait and landscape -- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {

  #oft-forms-main-row {
    margin-top: 0px;
  }
}

/* -- portal login - ipad 3, 4 and pro 9.7" portrait -- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {
  .site-header-top {
    height: 100px;
  }

  div.row.header-inline {
    display: inline-block;
    width: 700px;
  }

  div.coat-of-arms img {
    width: 289px;
    margin-left: -5px;
  }

  div.logoutButtonLink {
    margin-top: -20px
  }

  img.hidden-xs {
    display: block !important;
  }

  img.hidden-xs.hidden-md.hidden-lg.print-coat-of-arms {
    display: none !important;
  }

  #oft-forms-main-row > .oft-formitem-main {
    margin-left: 15px;
  }

  .card-content-button > .btn {
    width: 270px;
  }

  .portal-card {
    width: 300px;
    margin-left: 15px;
  }

  #actionItemsCard, #activityHistoryCard, #notificationsCard, #servicesCard, #linkedEntitiesCard {
    width: 680px;
    margin-left: 7px;
  }

  .actionItemsType, .activityHistoryType, .notificationsType, .linkedEntitiesType, .actionItemsTransaction, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId, .activityHistoryStartDate, .activityHistoryEndDate {
    width: 630px;
    height: 35px;
    margin-left: 30px;
  }

  .actionItemsTransaction, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId, .activityHistoryStartDate, .activityHistoryEndDate {
    margin-top: 10px;
  }

  activityHistoryStartDate, .activityHistoryEndDate {
    margin-right: 10px;
  }

  .actionItemSearch, .activityHistorySearch, .notificationsSearch, .linkedEntitiesSearch {
    width: 630px;
    height: 35px;
    margin-left: 30px;
    margin-top: 10px;
    padding: 0 5px 0 5px;
  }

}

/* -- portal ligin - ipad 3, 4 and pro 9.7" andscape -- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  div.row.header-inline {
    display: inline-block;
    width: 100%;
  }

  div.coat-of-arms img {
    margin-left: 6px;
  }

  #oft-forms-main-row > .oft-formitem-main {
    margin-left: 15px;
  }

  .portal-card {
    width: 290px;
  }

  #actionItemsCard, #activityHistoryCard, #notificationsCard, #servicesCard, #linkedEntitiesCard {
    width: 920px;
    margin-left: 2px;
    padding: 2px;
  }

  .actionItemsType, .activityHistoryType, .notificationsType, .linkedEntitiesType, .actionItemsTransaction, .activityHistoryStartDate, .activityHistoryEndDate, .activityHistoryCRN, .notificationsTransaction, .linkedEntitiesEntityId {
    width: 840px;
    height: 35px;
    margin-left: 45px;
    margin-top: 10px;
  }

  .activityHistoryStartDate, .activityHistoryEndDate {
    margin-right: 10px;
  }

  .actionItemSearch, .activityHistorySearch, .notificationsSearch, .linkedEntitiesSearch {
    width: 840px;
    height: 35px;
    margin-left: 45px;
    margin-top: 10px;
    padding: 0 5px 0 5px;
  }
}

/*#endregion -- portal login - ipad 3, 4 and pro 9.7" --*/

/*#region -- close button trash -- */

/*.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}*/
/*#endregion */

/*#region -- desktop modal popup keep -- */


.outerModal {
  margin-top: 47px;
  text-align: center;
  padding: 0 !important;
}

.oft-card-details {
  width: 470px;
}

.card-details-sub-card {
  width: 472px;
  background-color: #eff5f6;
  margin-bottom: -10px;
}

.card-details-body {
  width: 471px;
  padding: 0px;
  position: relative;
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  right: 0;
  bottom: 0;
}

/*TODO: PM-1452
  .modal-dialog {
  position: relative;
  width: 600px;
  margin: .5rem;
  pointer-events: none
}
*/
.modal.fade .modal-dialog {
  /* transition: transform .3s ease-out;*/
  /*transform: translateY(-50px);*/
  /*-webkit-transform: translate(0, 0);*/
}

.modal.in .modal-dialog {
  /*override bootstrap.css*/
  transform: translate(0,0);
}

/*@media (prefers-reduced-motion:reduce) {

  .modal.fade .modal-dialog {
    transition: none
  }
}*/

.modal.show .modal-dialog {
  transform: none
}

.modal-dialog-centered {
  /*override bootstrap.css */
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-header {
  background: #1277a9;
  border-radius: 5px 5px 0 0;
  color: white;
  display: inline;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  /*override modals.less:86*/
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  padding: 1rem;
  margin: -2.0rem -1.7rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

@media only screen and (max-width: 768px ) {
  .modal-body {
    padding: 10px;
  }

  /* .modal-dialog {
    max-width: 350px;
    margin: 1.75rem auto;
  }*/

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-12 {
    padding-top: 8px;
    width: 100%;
    height: 130px;
    justify-content: space-evenly;
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-9 {
    padding-top: 8px;
    width: 100%;
    height: 130px;
    justify-content: space-evenly;
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-3 {
    width: 100%;
  }

  #moreInformationButton {
    width: 100%;
    text-align: center;
  }

  #processModalCancelButton {
    width: 100%;
    text-align: center;
    margin: 3px 0px;
  }

  #processPublicFormButton {
    width: 100%;
    text-align: center;
    margin: 3px 0px;
  }

  #processContinueButton {
    width: 100%;
    text-align: center;
    margin: 3px 0px;
  }

  .modal-dialog .modal-content .modal-footer .row .btn, #faqsContainer .btn {
    white-space: normal;
    text-align: left;
  }

  .outerModal {
    margin-top: 70px;
    text-align: center;
    padding: 0 !important;
  }

  .input-group .form-control {
    max-width: 290px;
  }
}

.modal-footer .panel-footer .row {
  /* extract grid-framework.less 18*/
  border: 1px solid red;
  margin-left: -15px;
  margin-right: -15px;
}

.panel-footer {
  /*override border-radius.less:13*/
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.modal-footer {
  /*override modal.less:103*/
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  display: inline;
}

#QAError > .modal-footer {
  display: flex;
}

@media (min-width:768px) {
  /*.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto
  }
*/
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

.lead {
  /*override bootstrap.css:1286*/
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
}

.marginless {
  margin: 5px;
}

.modal-dialog .modal-content .modal-footer .row .btn, #faqsContainer .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.modal-dialog .modal-content .modal-footer .row .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.modal-dialog .modal-content .modal-footer .row .col-sm-3 {
  width: auto;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
}

@media only screen and (max-width:768px) {

  .modal-dialog .modal-content .modal-footer .row .btn, #faqsContainer .btn {
    white-space: normal;
    text-align: left;
  }

  .outerModal {
    margin-top: 75px;
    text-align: center;
    padding: 0 !important;
  }

  .input-group .form-control {
    max-width: 290px;
  }
}

#faqsContainer .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#faqsContainer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.processModal .noh4margin {
  margin: 0px !important;
  margin-bottom: 10px !important;
}

.processModal .faqbutton {
  margin-bottom: 5px;
}

.outerModal {
  text-align: center;
  padding: 0 !important;
}

.outerModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#QAError .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 20px;
  font-weight: 700;
}

.logoutModal {
  padding: 0 !important;
}

.logoutModal:before {
  height: 100%;
  vertical-align: middle;
}

.uploadModal {
  padding: 0 !important;
}

.uploadMoal:before {
  height: 100%;
  vertical-align: middle;
}

.uploadFileButton {
  height: 35px;
}
/*#closeButton {
  display: block;
  position: relative;
  float: right;
  color: red;
  margin: -30px -29px 0 0 ;
  font-size: 24px
}
*/
/* -- iphone landscape -- */
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {
  #authErrorButton {
    width: 291px;
  }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  #authErrorButton {
    width: 583px;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {
  #authErrorButton {
    width: 683px;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  #authErrorButton {
    width: 941px;
  }
}

/*#endregion -- modal -- */

/*#region -- questionnaire -- */

.marginless {
  margin: 0px;
}

.qRowMargin {
  margin-bottom: 30px;
}

.middleModal {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.supporttext {
  color: #888;
}

.center {
  text-align: center;
}

.center-400 {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

#processNewClientAccountNumber, #processNewServicesClientAccountNumber {
  max-width: none;
  text-transform: uppercase;
  width: 100%;
}

#processClientAccountIdentifierHeading {
  padding-top: 1em;
}

#processModalHeading {
  font-size: 1.1em;
}

#processContinueButton[disabled] {
  cursor: wait;
}

#canValidationContainer .lead {
  padding-top: 1em;
}

.container-fluid.qTopMargin, #QAError.aTopMargin {
  margin-top: 130px;
}

.panel {
  /*override */
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}

.panel-default {
  /*override panels.less:8*/
  border-color: #ddd;
}

.panel-default > .panel-heading {
  /*override panels.less:6*/
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-heading {
  /*override bootstrap.css"5436*/
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-body {
  /*override panels.less:24*/
  padding: 15px;
}

.panel-danger > .panel-heading {
  /* override panel.less */
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger {
  /*override panels.less*/
  border-color: #ebccd1;
}

#questionnaireForm > .panel-qdanger {
  background-color: #c9302c;
  color: white;
}

#questionnaireForm > .panel-primary {
  border-color: #337ab7;
}

#questionnaireForm > .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

@media (max-width: 768px) {

  #questionnaireCancelButton {
    width: 300px;
    text-align: center;
    margin: 0 0 5px -28px;
    height: 35px;
  }

  #questionnaireSubmitButton {
    width: 300px;
    text-align: center;
    margin: 0 -30px 0 0;
    height: 35px;
  }
}

/*#endregion */

.well {
  /*override wells.less:12*/
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.supporttext {
  font-size: 13px;
  padding-left: 5px;
}

.container-fluid.qTopMargin, #QAError.qTopMargin {
  margin-top: 20px;
}

.panel-heading .panel-title {
  font-size: 20px;
}

.qHelpText {
  font-size: 18px;
}

.marginless {
  margin: 5px;
}

.questionnaire-question, .questionnaire-answer {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0
}

@media (min-width:768px) {

  .container-fluid.qTopMargin {
    padding: 30px 50px;
  }

  .processModal .faqbutton {
    overflow: hidden;
  }
}

.panel-title {
  /*override bootstrap.css:5445*/
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

#errorContinueButton {
  text-align: center;
}

@media (max-width: 768px ) {

  .container-fluid .qTopMargin {
    padding-left: 1px;
    padding-right: 1px;
  }

  .questionnaire-wrapper {
    min-height: 100px;
    padding: 5px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .questionnaire-question {
    float: left;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    max-width: 100%;
  }

  .questionnaire-answer {
    overflow: hidden;
    padding-left: 1px;
    padding-right: 1px;
  }

  .panel-title {
    overflow: hidden;
  }

  .qRowMargin {
    margin: 1px;
  }

  .qHelpText {
    padding-top: 15px;
  }

  .logoutButtonLink {
    padding-top: 10px;
    padding-left: 0px;
  }
}

/*#region --- Modal customisation - apply button.less for buttons on Modal --- */

.modal-dialog .modal-content .modal-footer .row .btn, #faqsContainer .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.modal-dialog .modal-content .modal-footer .row .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.modal-dialog .modal-content .modal-footer .row .col-sm-3 {
  width: auto;
}

/*#endregion */

.modal-footer .panel-footer .row {
  /* extract grid-framework.less 18*/
  border: 1px solid red;
  margin-left: -15px;
  margin-right: -15px;
}

#faqsContainer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#faqsContainer .btn-xs {
  /* extract from bootstrap.css */
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: left;
  width: 100%;
}

.input-group {
  /*override input-groups.less:13*/
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon {
  /*override bootstrap.css:3885*/
  display: table-cell;
  /*override input-groups.less:77*/
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  /*override input-groups.less:82*/
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon:first-child {
  /*override bootstrap.css:3934*/
  border-right: 0;
  /*override input-groups.less:118*/
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#canValidationContainer .input-group .form-control:last-child {
  /*override input-groups.less:130*/
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}


@media only screen and (max-width: 768px ) {

  .modal-body {
    padding: 10px;
  }

  /*TODO: 2945*/
  /*.modal-dialog {
    max-width: 350px;
    margin: 1.75rem auto;
  }
*/
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-12 {
    width: 100%;
    height: 80px;
    justify-content: space-evenly;
    margin-top: -15px;
  }

  #qEnrolmentChoiceButtonOne {
    width: 100%;
    text-align: center;
    margin: 3px 0;
  }

  #qEnrolmentChoiceButtonTwo {
    width: 100%;
    text-align: center;
    margin: 3px 0;
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-3 {
    width: 100%;
  }

  #moreInformationButton {
    text-align: center;
    width: 320px;
    height: 35px;
  }
  /*TODO 3503*/
  /*#processModalCancelButton {
    text-align: center;
    width: 320px;
    height: 35px;
    margin: 3px 0px;
  }*/

  #processPublicFormButton {
    text-align: center;
    width: 320px;
    height: 35px;
    margin: 3px 0px;
  }

  #processContinueButton {
    text-align: center;
    width: 320px;
    margin: 3px 0px;
    height: 35px;
  }

  /*TODOa */
  /*#processNewClientAccountNumber {
    max-width: 290px;
    width: 100%;
  }*/

  .modal-dialog .modal-content .modal-footer .row .btn, #faqsContainer .btn {
    white-space: normal;
    /*text-align: center;*/
    width: 100%;
  }

  /* .outerModal {
    margin-top: 40px;
    text-align: center;
    padding: 0 !important;
  }*/

  .input-group .form-control {
    max-width: 290px;
  }

  #logoutCloseButton {
    text-align: center;
    /*width: 320px;*/
    margin: 3px 0px;
    height: 35px;
  }
}

/*#region -- modal - desktop -- */

@media (min-width: 1200px) {
  #questionnaireForm > .row.vertical-center {
    width: 1600px;
  }
}

/*#endregion -- modal - desktop -- */

/*#region -- modal - iphone 6, 6s, 7 and 8 -- */

/* iphone 6, 6s, 7 and 8 portrait */
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {

  #canValidationErrorCloseButton, #canValidationErrorContinueButton {
    height: 35px;
    text-align: center;
  }

  #qEnrolmentChoiceMessage > h2 {
    line-height: 1.5em;
    font-size: 1.25rem;
    width: 320px;
    padding: -3px;
    margin: 10px 0 1px 5px;
  }

  #questionSetInfoPanel row col-md-4 {
    width: 20px;
  }

  #questionSetInfoPanel > h2 {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 230px;
  }
}

/* iphone 6, 6s, 7 and 8 landscape */
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  .modal-dialog {
    /* max-width: 500px;*/
  }

  .col-sm-9 {
    /*override _grid-framework.sss:44*/
    max-width: none;
  }

  #canValidationErrorCloseButton, #canValidationErrorContinueButton {
    height: 35px;
    text-align: center;
  }

  .card-content-sub-text p {
    width: 650px
  }

  .questionnaire-question > h2 {
    width: 530px;
  }

  #qEnrolmentChoiceMessage h2 {
    width: 330px;
  }

  #questionnaireCancelButton, #questionnaireSubmitButton {
    width: 590px;
    height: 35px;
  }

  .row.vertical-center {
    width: 850px;
  }
}

/*#endregion -- modal - iphone 6, 6s, 7 and 8 -- */

/*#region -- modal - ipad 3, 4 and pro 9.7" --*/

/* ipad 3, 4 and pro 9.7" portrait and landscape */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
  h2 {
    line-height: 1.5em;
    font-size: 1.25rem;
    /*width: 320px;*/
    padding: 7px;
    margin: 10px 0 1px 5px;
  }
}

/* ipad 3, 4 and pro 9.7" portrait */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {

  /*#region Questionnaire (ipad portrait) */
  .col-sm-9 {
    max-width: none;
  }

  .card-content-sub-text p {
    width: 680px;
    font-size: small;
  }

  #moreInformationButton {
    width: 470px;
    text-align: center;
    height: 35px;
  }

  #processModalCancelButton, #cardModalCancelButton {
    width: 470px;
    text-align: center;
    margin: 7px 0px 4px 0px;
    height: 35px;
  }

  #processPublicFormButton {
    width: 470px;
    text-align: center;
    margin: 3px 0px;
    height: 35px;
  }

  #processContinueButton {
    width: 470px;
    text-align: center;
    margin: 3px 0px;
    height: 35px;
  }

  #questionnaireForm > .row.vertical-center {
    width: 970px;
  }

  #qEnrolmentChoiceButtonOne {
    width: 100%;
    text-align: center;
    margin: 3px 0;
  }

  #qEnrolmentChoiceButtonTwo {
    width: 100%;
    text-align: center;
    margin: 3px 0;
  }

  /*#endregion  */

  #cardModalViewPDFButton {
    text-align: center;
  }
}

/* ipad 3, 4 and pro 9.7" landscape */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  .modal-dialog {
    max-width: 500px;
  }

  .oft-card-details {
    width: 470px;
  }

  .col-sm-9 {
    max-width: none;
  }

  .card-content-sub-text p {
    width: 840px;
  }

  #moreInformationButton {
    width: 470px;
    text-align: center;
    height: 35px;
  }

  #processModalCancelButton, #cardModalCancelButton {
    width: 470px;
    text-align: center;
    margin: 7px 0px 4px 0px;
    height: 35px;
  }

  #processPublicFormButton {
    width: 470px;
    text-align: center;
    margin: 3px 0px;
    height: 35px;
  }

  #processContinueButton {
    width: 470px;
    text-align: center;
    margin: 3px 0px;
    height: 35px;
  }

  #questionnaireForm > .row.vertical-center {
    width: 1200px;
  }

  #questionSetInfoPanel row col-md-4 h2 {
    width: 200px;
  }

  #qEnrolmentChoiceButtonOne, #qEnrolmentChoiceButtonTwo {
    width: 469px;
    height: 35px;
    margin: 3px 0px;
    text-align: center;
  }

  #questionnaireCancelButton, #questionnaireSubmitButton {
    width: 850px;
    height: 35px;
    margin: 10px -30px 0 -28px;
  }

  .modal-dialog .modal-content .modal-footer .row .btn, #faqsContainer .btn {
    white-space: normal;
    /*text-align: center;*/
    /*new code*/
    width: 100%;
  }

  #logoutCloseButton {
    text-align: center;
    /*    width: 470px;*/
    margin: 3px 0px;
    height: 35px;
  }

  #cardModalViewPDFButton {
    text-align: center;
  }
}

/*#endregion -- modal - ipad 3, 4 and pro 9.7" --*/


/*------------*/
/*#region -- desktop card details cardPrev cardNext closeButton cardModalTitle keep  -- */
.cardPrev, .cardNext {
  position: absolute;
  display: inline;
  top: 42px;
  font-size: small;
  font-size: 24px;
}

.cardPrev {
  float: left !important;
  margin-top: -13px;
  margin: -17px -14px 0 19px;
}

.cardNext {
  float: right !important;
  right: 48px;
  margin-top: -13px;
  margin: -17px -17px 0 0;
}

h4.modal-title.cardModalTitle {
  line-height: 1.5;
  text-align: center;
  margin: 6px 0 0 0;
}

/*.closeButton {
  top: 5px;
}*/
/*#endregion */



.cardModalHeader {
  height: 70px;
}


.addressContainer {
  width: 100%;
  border: 1px solid: #d3d3d3;
}

.addressContainer div {
  width: 100%;
}

.addressContainer .addressHeader {
  background-color: #d3d3d3;
  padding: 2px;
  cursor: pointer;
  font-weight: bold;
}

.addressContainer .addressContent {
  display: none;
  padding: 5px;
}

.card-details-header {
}

.card-details-small-text {
  padding-left: 15px;
  font-size: small;
  height: 45px;
}

.card-site-sub-card {
  width: 525px;
  background-color: #eff5f6;
  margin-left: 14px
}

.card-site-body {
  width: 545px;
  padding: 0px;
  position: relative;
}

/*.card-content-linkedEntities-site-header {
  padding: 0.25rem 0.5rem;
  background-color: #005e85;
  color: #ffffff;
  font-weight: 900;
  width: 525px;
}*/




.item-1 {
  float: left;
  width: 154px;
  padding-left: 13px;
  overflow: hidden;
  padding-top: -10px;
  margin-left: -7px;
}

.item-2 {
  float: left;
  width: 395px;
  overflow: hidden;
  margin-left: -67px;
  padding-top: -10px;
}

.item-3 {
  float: left;
  width: 123px;
  overflow: hidden;
  margin: 0 0 0 -20px;
}

.item-4 {
  float: left;
  width: 178px;
  overflow: hidden;
  margin-left: -65px;
}

.item-5 {
  float: left;
  width: 240px;
  overflow: hidden;
  margin-left: -7px;
}




.siteName {
  float: left;
}

.siteStatus {
  float: right;
}

.cardSiteRow {
  width: 550px;
  margin-left: -5px;
}

.site-item-1 {
  float: left;
  width: 120px;
  padding-left: 17px;
  overflow: hidden;
  padding-top: -10px;
}

.site-subItem-1 {
  margin-left: 10px;
  float: left;
  width: 120px;
  padding-left: 38px;
  overflow: hidden;
  padding-top: -10px;
}





.site-item-3 {
  float: left;
  width: 80px;
  padding-left: -10px;
  overflow: hidden;
  padding-top: -10px;
}


.actionItemButton {
  color: #212529;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape), only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {

  .actionItemButton, .activityHistoryButton, .notificationButton, .linkedEntityButton {
    background-color: #78ba00;
  }

  #questionnaireCancelButton, #questionnaireSubmitButton {
    /*  width: 100%;*/
    height: 35px;
    margin: 10px -30px 0 -28px;
  }


  /* TODO: PM-1452 */
  /*  .modal-dialog {
    width: 500px;
  }
*/
  .oft-card-details {
    width: 470px;
  }

  .card-details-body {
    width: 464px;
    ;
    padding: 0px;
    position: relative;
  }

  .card-details-sub-card {
    width: 465px;
    background-color: #eff5f6;
    margin-bottom: -10px;
    margin-left: 6px;
  }


  /*.cardRow {
    width: 550px;
  }*/
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: portrait) {
  .modal.show .modal-dialog {
    -webkit-transition: none;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation: landscape) {
  .card-details-sub-card {
    margin-left: 1px;
  }
}

/* ---- common --- */
.btn-primary {
  /*background-color: #9ac02c;
  border-color: #9ac02c;*/
  background-color: #78ba00;
  border-color: #78ba00;
  color: #000;
}

.btn-secondary {
  background-color: #007eb1;
  border-color: #007eb1;
  color: #fff;
}

.btn-default {
  background-color: #585e62;
  border-color: #585e62;
  color: #fff;
}

.zero-padding {
  padding: 0px;
}

/* cdk */
.cardRow {
  width: 465px;
  margin-left: 6px;
}
/* cdk */
.card-details-sub-text {
  padding-top: 8px;
  padding-left: 15px;
  margin-bottom: 0px;
  font-size: small;
}

.org-item-1, .lic-item-1 {
  width: 86px;
  float: left;
  margin: 0 0 0 0;
  overflow: hidden;
}

.org-item-2, .lic-item-2, .lic-item-2a {
  width: 132px;
  float: left;
  margin: 0 0 0 -16px;
  overflow: hidden;
}

.lic-item-2a {
  width: 115px;
  margin: 0 -4px 0 0;
}

.org-item-3 {
  width: 380px;
  float: left;
  margin: 0 0 0 -15px;
  overflow: hidden;
}

.org-item-4 {
  float: left;
  width: 200px;
  overflow: hidden;
  margin-left: -23px;
}

.lic-item-5 {
  float: left;
  width: 370px;
  margin: 0 0 0 -1px;
  overflow: hidden;
}

@-moz-document url-prefix() {
}








/* ---------- portal v1 -------------*/
/* -- laptop **/
#oft-portal-card-search-row {
  padding-left: 50px;
}

.oft-card-search-dropdown {
  margin: 13px 10px 0 0;
  height: 35px;
  width: 210px;
  font-size: small;
}


.oft-card-search-textbox {
  margin: 13px 10px 0 0;
  height: 35px;
  width: 210px;
  font-size: small;
}

.oft-card-search-button, .oft-card-clear-button {
  padding: 0 5px 0 5px;
  margin: 13px 0 0 5px;
  height: 35px;
  width: 100px;
}

.oft-portal-card-button {
  /*color: #212529;*/
  color: #78ba00;
}

.oft-card-search-date {
  font-size: small;
  margin: 13px 10px 0 0;
  width: 235px;
}

.card-site-sub-card {
  width: 457px;
  background-color: #eff5f6;
  margin-left: 0px
}

.card-content-linkedEntities-site-header {
  padding: 0.25rem 0.5rem;
  background-color: #005e85;
  color: #ffffff;
  font-weight: 900;
  width: 456px;
}

.card-site-sub-card {
  width: 457px;
  background-color: #eff5f6;
  margin-left: 0px
}

.item-1 {
  margin-left: -10px;
  font-size: small;
}

.item-2 {
  margin-left: -26px;
  width: 370px;
  font-size: small;
  margin-left: -70px;
}

.item-3 {
  margin-left: -40px;
  width: 115px;
  font-size: small;
  float: left;
  overflow: hidden;
}

.item-4 {
  margin-left: -27px;
  font-size: small;
  float: left;
  width: 200px;
  margin-left: -70px;
}

.item-5 {
  float: left;
  width: 400px;
  overflow: hidden;
  margin-left: -68px;
}

/*.org-item-1 {
  width : 86px;
  float: left;
  margin: 0 0 0 0 ;
  overflow: hidden ;
}*/
/*.org-item-2, .org-item-2a {
    width: 132px;
    float: left;
    margin: 0 0 0 -16px;
    overflow: hidden;
  }
.org-item-2a {
  width: 115px;
  margin: 0 -4px 0 0;
}
  */ /*.org-item-3 {
    width: 380px;
    float: left;
    margin: 0 0 0 -15px;
    overflow: hidden;
  }
.org-item-4 {
  float: left;
  width: 200px;
  overflow: hidden;
  margin-left: -23px;
}*/

.site-subItem-2 {
  float: left;
  width: 360px;
  overflow: hidden;
  margin-left: -20px;
  padding-top: -10px;
}

.site-item-2 {
  float: left;
  width: 360px;
  overflow: hidden;
  margin-left: -30px;
  padding-top: -10px;
}

.site-item-3 {
  width: 59px;
}

.site-item-4 {
  float: left;
  width: 190px;
  overflow: hidden;
  margin-left: -31px;
  padding-top: -10px;
}

.site-subItem-2 {
  width: 356px;
  margin: 0 0 0 -42px;
}

.condition-subItem {
  width: 100%;
}

.condition-item-1 {
  float: left;
  width: 85px;
  margin: 0 0 0 -3px;
  overflow: hidden;
}

.condition-item-2 {
  width: 365px;
  margin-left: 7px;
  float: left;
  overflow: hidden;
}

.condition-item-3 {
  float: left;
  width: 44px;
  /*margin: 0 0 0 34px;*/
  margin: 0 0 0 13px;
  overflow: hidden;
}

.condition-item-4 {
  float: left;
  width: 140px;
  margin: 0 0 0 5px;
  overflow: hidden;
}

.address-item-2 {
  width: 397px;
  margin-left: -72px;
  float: left;
  overflow: hidden;
}

.siteType, .sitesName {
  color: #fff;
}

[data-toggle="collapse"] i:before {
  content: "\f146";
  color: #fff;
}

[data-toggle="collapse"].collapsed i:before {
  content: "\f0fe";
  color: #fff;
}


@-moz-document url-prefix() {
  .oft-card-search-date {
    font-size: small;
  }

  .item-1 {
  }

  .item-5 {
    float: left;
    width: 450px;
    overflow: hidden;
    margin-left: -75px;
  }
}

*#myAccountButton {
  color: white;
}




/* -- desktop card details -- */



/* obsolete  */
.card-content-activityHistory-header, .card-content-notifications-header, .card-content-linkedEntities-header {
  padding: 0.25rem 0.5rem;
  background-color: #005e85;
  color: #ffffff;
  font-weight: 900;
}

/*
#closeButton {
  position: fixed;
  display: block;
  float: right;
  text-decoration: none;
  color: #f9f9f9;
  font-size: 24px;
  z-index: 1;
  opacity: 1;
  outline: none;
}

.closeIcon {
  font-size: 24px;
}
*/
@media (min-width: 768px) {
  /* override docs.css */

}

/*#region spinner desktop (desktop) */
/*Hidden class for adding and removing*/
.lds-dual-ring.hidden {
  display: none;
}
/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
  /*  position: fixed;
  top: 500px;
  left: 500px;
*/
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  /*//background: rgba(0,0,0,.8);*/
  background: rgba(0,,184, 0.5);
  z-index: 999;
  opacity: 0.5;
  transition: all 0.5s;
}
/*Spinner Styles*/
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  /*border-color: #fff transparent #fff transparent;*/
  /*border-color: #4592EE transparent #4592EE transparent ;*/
  border-color: #005e85 transparent #005e85 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.overlay-resendReceipt {
  position: relative;
  top: 50%;
  left: 42%;
  width: 100%;
  height: 100vh;
  /*//background: rgba(0,0,0,.8);*/
  background: rgba(0,,184, 0.5);
  z-index: 9999;
  opacity: 0.5;
  transition: all 0.5s;
}
.lds-dual-ring-resendReceipt.hidden {
  display: none;
}
.lds-dual-ring-resendReceipt {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.lds-dual-ring-resendReceipt:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 3% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  /*border-color: #fff transparent #fff transparent;*/
  /*border-color: #4592EE transparent #4592EE transparent ;*/
  border-color: #005e85 transparent #005e85 transparent;
  animation: lds-dual-ring-resendReceipt 1.2s linear infinite;
}
@keyframes lds-dual-ring-resendReceipt {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*#endregion spinner (desktop) */

/*#region card-with-icon (desktop) */

#oft-forms-main-row > .oft-formitem-main image {
  margin-top: -18px;
}

.portal-card-header {
  background-color: transparent;
  border: transparent;
  height: 30px;
  padding: 0.55rem;
}

.portal-card-body {
  position: relative;
  height: 10px;
  padding: 0.6rem;
  margin-top: -2px;
}

.portal-office-form-name {
  width: 250px;
  padding-left: 93px;
  margin-top: -10px;
  color: #13578b;
}

.portal-card-image {
  margin-top: -16px;
  margin-left: 10px;
}

.portal-info-icon {
  float: left !important;
  margin-left: 240px;
  margin-top: -8px;
  color: lightskyblue;
  font-size: 32px;
}

.portal-question-icon {
  float: left !important;
  margin-left: 240px;
  margin-top: -8px;
  color: orangered;
  font-size: 32px;
}

.portal-card-footer {
  background-color: transparent;
  border: transparent;
  height: 2px;
  padding: 0.55rem;
}

.onePadding {
  padding-left: 2px
}
/*#endregion card-with-icon (desktop) */

/*#region services-card-with-icon (desktop) */
.services-card-header {
  background-color: transparent;
  border: transparent;
  height: 30px;
  padding: 0.55rem;
}

.services-info-icon {
  float: left !important;
  margin-left: 224px;
  margin-top: -9px;
  color: lightskyblue;
  font-size: 32px;
}

.services-card-image {
  margin-top: -17px;
  margin-left: 6px;
}

.services-card-body {
  position: relative;
  height: 10px;
  padding: 0.6rem;
  margin-top: -2px;
}

.services-card-text {
}

.services-office-form-name {
  width: 235px;
  padding-left: 86px;
  margin-top: -66px;
  color: #13578b;
}

/*#endregion services-card-with-icon (desktop) */

/*#region upload file (desktop) */

.oft-card-upload-file-row {
  width: auto;
  margin: -5px 0 0 0;
}

.oft-card-upload-file-name {
  width: 405px;
  margin: 0 0 0 5px;
  overflow-wrap: break-word;
  display: inline-block;
  font-size: 16px;
}

.oft-card-invalid-upload-file-c {
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  margin: -4px 0 0 1px;
  width: 450px;
}

.oft-card-invalid-upload-file-s {
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  font-weight: 700;
}

.oft-card-upload-file-delete {
  position: relative;
  display: inline-block;
  line-height: 10px;
  text-decoration: none;
  padding: 0 8px;
  color: red;
}

.oft-card-upload-file-oversize {
  line-height: 5px;
  font-style: italic;
  font-size: 14px;
  margin: 6px 0 0 3px;
  color: red;
}

.oft-card-upload-file-separator {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px
}

.oft-card-upload-file-check {
  color: green;
  padding: 2px;
  font-size: 18px;
}

.oft-card-upload-file-times {
  color: red;
  padding: 2px;
  font-size: 18px;
}

.oft-card-upload-file-error {
  background-color: #f8d7da;
  width: 100%;
  margin: 10px 0 11px 0;
}

.oft-card-upload-file-success {
  background-color: #d4edda;
  width: 100%;
  margin: 10px 0 11px 0;
}

.oft-card-upload-file-name-success, .oft-card-upload-file-name-error {
  width: 350px;
  margin: 0 0 0 -7px;
  overflow-wrap: break-word;
  font-size: 14px;
}

#cardUploadModal .form-group {
  /*override _form.scss */
  margin-bottom: -10px;
}

.extraHeightHeader {
  height: 7px;
}

.extraHeightFooter {
  height: 3px;
}

.offSetHeightInBetween {
  margin: -16px;
}

#uploadCloseButton {
  float: left !important;
}

#uploadSubmitButton, #uploadingButton {
  float: right !important;
}

.oft-card-upload-fileList {
  margin: 0;
  line-height: 15px;
}

.oft-card-upload-file {
  font-size: 14px;
}

.oft-card-upload-file-selected-label {
  margin: 5px 0 -1px 0;
  line-height: 15px;
  float: right !important
}

.oft-card-upload-file-selected {
  line-height: 0px;
}




/* PM-1780*/
#oft-card-upload-file-documentType-div {
  font-size: 16px;
  margin: 16px 0 0 0;
  vertical-align: middle
}

#oft-card-upload-file-documentType-select-div {
  font-size: 14px;
  width: 410px;
  height: 25px;
  margin: 0 0 5px 10px;
  /*background-color: aquamarine;*/
}

#oft-card-upload-file-documentType-select-label {
  font-size: 14px;
  width: 105px;
}

#oft-card-upload-file-documentType-select {
  font-size: 14px;
  margin: 2px 5px 0 0;
  max-width:250px;
}
select {
  max-width:350px !important;
}
#oft-card-upload-file-documentType-options {
  font-size: 13px;
  margin: 2px 5px 0 0;
  width: 305px;
  
}

#oft-card-upload-file-documentType-description-div {
  font-size: 14px;
  width: 370px;
  margin: 0 0 5px 10px;
  /*background-color: chartreuse*/
}

#oft-card-upload-file-documentType-description {
  width: 260px;
  /*background-color:aquamarine*/
}

#oft-card-upload-file-documentType-description-label {
  font-size: 14px;
  width: 105px;
  /*background-color: yellow*/
}

#oft-card-upload-file-documentType-description-textarea {
  display: inline-block;
  width: 306px;
  max-width:400px;
  height: 46px;
  font-size: small;
  margin: 0 0 5px 0;
  resize: none;
  /*background-color:red;*/
}
#oft-card-upload-file-description-mandatory {
  margin: -14px 0 0 0;
  font-size: 12px;
  color: red;
  width: 320px;

}

.oft-card-upload-file-line {
  font-size:13px;
  line-height: 18px;
}
#oft-card-upload-body {
  width: 455px;
}
/*#oft-card-upload-file-documentType-label {
  margin: -2px 0 0 0;
  font-size: 14px;
}

#oft-card-upload-file-documentType-select{
  font-size:14px;
  margin: 2px 5px 0 0;
}
oft-card-upload-file-documentType-description-label {
  margin: -13px 0 -1px 0;
  line-height: 15px;
}
#oft-card-upload-documentType-description-textarea {
  display: inline-block;
  width: 450px;
  height: 26px;
  font-size: small;
}
*/ /*.uploadMessge {*/
/*  line-height: 5px;
  font-style: italic;
  font-size: 14px;
  margin: 6px 0 0 19px;
  color: red;
*/ /*}*/
/*.img-div {*/
/*  position: relative;
  display: block;
  width: auto;
  margin: 4px 0;
  padding: 0 2px;
  word-wrap: break-word;
*/ /*}*/
/*.delete-image {
  position: relative;
  display: inline-block;
  line-height: 10px;
  text-decoration: none;
  padding: 0 8px;
  color: red;
}
*/
.oft-card-upload-file-label {
  font-size: small;;
  font-style: italic;
  line-height: 15px;
  margin: -10px 0 0 10px;
}

.oft-card-upload-file-trash {
  font-size: 16px;
  color: red;
  float: right !important;
}


.btn .oft-card-upload-file-selected-label {
  padding: 8px;
}

.oft-card-upload-file-selected-label {
  color: white;
}

.oft-card-upload-file-input {
  visibility:hidden;
}

#oft-card-uploaded-fileList {
  overflow-wrap: break-word;
}

/*#endregion upload file (desktop) */

/*#region smartFormReturnCloseButton (desktop) */
#oft-smartform-return-close-button {
  float: right !important;
}
/*#endregion */
/*#region Contact us (desktop)*/
.site-footer {
  color: #fff;
}
.site-footer hr {
  margin: 30px 0;
  border-color : hsla(0, 0%, 100%, 25);
}


/*#endregion*/

/*#region text truncate (desktop) */
.card-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-card-text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 200px;
  overflow: hidden;
}

.hub-services-card-text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 170px;;
  overflow: hidden;
}

.oft-card-sub-modal-heading-standard {
  width: 200px;
  display:inline-block;
  overflow:hidden;
}

.oft-card-sub-modal-heading-large{
  width: 300px;
  display: inline-block;
  overflow: hidden;
}

/*#endregion*/

.extraGroupMessageHeight {
  margin: 12px 0 0 12px;
}

.modal-tooltip-dialog {
  position: relative;
  width: 380px;
  margin: .5rem;
  pointer-events: none;
}

.modal-tooltip-header {
  background-color: aliceblue;
  color: black;
  border-radius: 5px 5px 0 0;
  display: inline;
  align-items: flex-start;
  justify-content: space-between;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-tooltip-header .close {
  padding: 1rem;
  margin: -2.0rem -1.7rem -1rem auto
}

.modal-tooltip-title {
  background-color: aliceblue;
  color: black;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-tooltip-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-tooltip-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-tooltip-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  display: inline;
}

.modal-tooltip-footer .btn + .btn {
  margin-left: 5px;
}

.modal-tooltip-dialog .modal-tooltip-content .modal-tooltip-footer .row .col-xs-12 {
  width: 100%;
  height: 40px;
  justify-content: space-evenly;
  margin-top: 0px;
}

/* -- iphone 6, 6s, 7 and 8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}
/* -- iphone iphone 6, 6s, 7 and 8 Portrait **/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

  .site-footer .col:first-child {
    padding-left: 25px;
    padding-bottom: 0;
  }

  .site-footer .col {
    flex-basis: 100%;
    max-width: none;
    padding: 0 25px 35px;
  }



  /* -- chrome -- */
  /*#closeButton {*/
  /*margin: -54px 0 0 249px;*/
  /*margin: -38px 0 0 331px;
    font-size: 50px;
  }*/

  /*.closeIcon {
    font-size: 24px;
  }
*/
  .backToTop {
    position: fixed;
    bottom: 1em;
    text-decoration: none;
    color: red;
    font-size: 50px;
    padding: 1em;
    display: none;
    margin-left: 266px;
    z-index: 1;
  }

  .backToTop.active, .backToTop:hover, .backToTop:hover::after {
    color: red;
  }

  .cardRow {
    width: 360px;
    margin: 0 0 0 -11px;
  }

  .modal.show .modal.modal-dialog {
    -webkit-transition: none;
  }

  .modal-dialog {
    width: 362px;
    margin-left: -6px;
  }

  .questionnaireButtons {
    align-items: center;
  }

  #processNewClientAccountNumber, #processNewServicesClientAccountNumber {
    width: 306px;
  }

  #moreInformationButton, #processModalCancelButton, #processPublicFormButton, #processContinueButton {
    width: 100%;
    text-align: center;
    margin: 3px 0;
    height: 35px;
  }

  #questionnaireCancelButton, #questionnaireSubmitButton {
    width: 352px;
    height: 35px;
    margin: 10px -30px 0 -28px;
    display: block;
  }

  #cardModalCancelButton {
    width: 100%;
    text-align: center;
    margin: 7px 0px 4px 0px;
    height: 35px;
  }

  #cardModalViewPDFButton {
    width: 100%;
    text-align: center;
  }

  .oft-card-details {
    width: 332px;
  }

  .card-content-button > .btn {
    width: 290px;
    height: 32px;
    color: #fff;
  }

  .card-site-sub-card {
    width: 333px;
    background-color: #eff5f6;
    margin-left: 16px
  }

  .card-details-body {
    width: 345px;
  }

  .card-details-sub-card {
    width: 346px;
    margin: 0 0 0 -2px;
  }

  .card-details-sub-text {
    padding-top: 8px;
    padding-left: 7px;
    margin-bottom: 0px;
    font-size: small;
  }

  .content-sub-card {
    width: 310px;
    margin: 0 0 0 -30px;
    height: 160px;
  }

  #oft-portal-card-category {
    width: 335px;
    margin: 0 0 0 -19px;
  }

  .oft-card-search-dropdown {
    width: 310px;
    height: 35px;
    margin: 12px 0 0 -31px;
  }

  .oft-card-search-textbox {
    width: 310px;
    height: 35px;
    margin: 12px 0 0 -31px;
  }

  .oft-card-search-button, .oft-card-clear-button {
    padding: 0 5px 0 5px;
    margin: 5px 0 0 -31px;
    width: 310px;
    height: 35px;
  }

  .oft-card-search-date {
    width: 310px;
    height: 35px;
    margin: 12px 0 0 -31px;
  }

  .card-content-linkedEntities-site-header {
    width: 333px;
  }

  .item-1 {
    float: left;
    width: 76px;
    margin: 0 0 0 -3px;
    overflow: hidden;
  }

  .item-2 {
    width: 250px;
    margin-left: -20px;
    float: left;
    overflow: hidden;
  }

  .item-3 {
    float: left;
    width: 48px;
    overflow: hidden;
    margin: 0 0 0 -3px;
  }

  .item-4 {
    float: left;
    width: 90px;
    overflow: hidden;
    margin-left: 2px;
  }

  .item-5 {
    float: left;
    width: 240px;
    overflow: hidden;
    margin-left: -7px;
  }

  .org-item-1, .lic-item-1 {
    float: left;
    width: 87px;
    margin: 0 0 0 13px;
    overflow: hidden;
  }

  .org-item-2, .lic-item-2, .lic-item-2a {
    float: left;
    width: 102px;
    overflow: hidden;
    margin: 0 -4px 0 -23px;
  }

  .lic-item-2a {
    width: 88px;
    margin: 0 -4px 0 -12px;
  }

  .org-item-3 {
    float: left;
    width: 270px;
    overflow: hidden;
    margin: 0 0 0 -21px;
  }

  .org-item-4 {
    float: left;
    width: 107px;
    overflow: hidden;
    margin-left: -32px;
  }

  .lic-item-5 {
    float: left;
    width: 230px;
    margin: 0 0 0 -11px;
    overflow: hidden;
  }

  .site-subItem {
    /*width:400px;*/
    width: 100%;
  }

  .site-item-1 {
    width: 95px;
    float: left;
    margin: 0 0 0 8px;
    overflow: hidden;
  }

  .site-item-2 {
    float: left;
    width: 400px;
    overflow: hidden;
    margin-left: -21px;
    padding-top: -10px;
  }

  .site-item-3 {
    width: 75px;
    float: left;
    margin: 0 0 0 10px;
    overflow: hidden;
  }

  .site-item-4 {
    float: left;
    width: 104px;
    overflow: hidden;
    margin-left: -31px;
  }

  .site-subItem-1 {
    width: 80px;
    margin: 0 0 0 15px;
  }

  .site-subItem-2 {
    width: 240px;
    margin: 0 0 0 -10px;
  }

  .condition-subItem {
    width: 100%;
  }

  .condition-item-1 {
    float: left;
    width: 77px;
    margin: 0 0 0 -3px;
    overflow: hidden;
  }

  .condition-item-2 {
    width: 250px;
    margin-left: 7px;
    float: left;
    overflow: hidden;
  }

  .condition-item-3 {
    float: left;
    width: 44px;
    margin: 0 0 0 -27px;
    overflow: hidden;
  }

  .condition-item-4 {
    float: left;
    width: 115px;
    margin: 0 0 0 5px;
    overflow: hidden;
  }

  .cardAddress {
    width: 235px;
    margin-left: -10px;
    float: left;
    overflow: hidden;
  }

  .address-item-2 {
    width: 250px;
    margin-left: -3px;
    float: left;
    overflow: hidden;
  }

  div.logoutButtonLink {
    float: right;
    /*margin: -83px -48px 0 0;*/
    margin: -83px 46px 0 0;
  }

  .dropdown-menu {
    /*override _dropdown.scss*/
    min-width: 8rem;
  }

  .siteType {
    color: #fff;
  }
  /* -- firefox -- */
  @-moz-document url-prefix() {
    #oft-portal-card-category {
      width: 329px;
      margin-left: -18px;
    }

    .oft-card-search-dropdown, .oft-card-search-textbox, .oft-card-search-date {
      width: 306px;
    }

    .oft-card-search-button, .oft-card-clear-button {
      width: 306px;
    }

    div.logoutButtonLink {
      float: right;
      margin: -33px -56px 0 0;
    }
    /*    .card-details-sub-card {
      width: 340px;
    }
*/
    .card-details-body {
      width: 339px;
    }

    .siteType {
      color: #fff;
    }

    .card-site-sub-card {
      width: 328px;
      background-color: #eff5f6;
      margin-left: 16px
    }

    .card-content-linkedEntities-site-header {
      width: 328px;
    }

    .backToTop {
      position: fixed;
      bottom: 1em;
      text-decoration: none;
      color: red;
      font-size: 50px;
      display: none;
      margin-left: 206px;
      z-index: 1;
      opacity: 1;
    }

    .backToTop.active, .backToTop:hover, .backToTop:hover::after {
      color: red;
    }
  }

  .overlay {
    left: 32%
  }

  /*#region portal-card-with-icon (iphone portrait)*/
  .portal-card-header {
    height: 35px;
  }

  .portal-office-form-name {
    margin-top: -14px;
  }

  .portal-card-image {
    margin-top: -20px;
  }

  .portal-info-icon {
    margin-left: 259px;
    font-size: 34px;
  }

  /*#endregion portal-card-with-icon (iphone portrait)*/

  /*#region tooltip modal (iphone portrait)*/
  .modal-tooltip-dialog {
    width: 350px;
    margin-left: -13px;
  }

  .modal-tooltip-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 95%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin-left: 19px;
  }

  .modal-tooltip-dialog .modal-tooltip-content .modal-tooltip-footer .row .col-xs-9 {
    width: 100%;
    height: 25px;
    justify-content: space-evenly;
    margin-top: 0px;
  }

  #logoutCloseButton {
    text-align: center;
    margin: -1px 0 0 1px;
    height: 35px;
    width: 317px;
  }
  /*#endregion tooltip modal (iphone portrait)*/

  /*#region services-card-with-icon (iphone portrait)*/
  .services-card-header {
    background-color: transparent;
    border: transparent;
    height: 31px;
    padding: 0.55rem;
  }

  .services-info-icon {
    float: left !important;
    margin-left: 259px;
    margin-top: -8px;
    color: lightskyblue;
    font-size: 34px;
  }

  .services-card-image {
    margin-top: -17px;
    margin-left: 6px;
  }

  .services-card-body {
  }

  .services-card-text {
  }

  .services-office-form-name {
    width: 260px;
    padding-left: 86px;
    margin-top: -70px;
    color: #13578b;
  }

  /*#endregion services-card-with-icon (iphone portrait)*/

  /*#region logoutTooltipCloseButton .modal-footer (iphone portarit) */
  #logoutTooltipCloseButton {
    text-align: center;
    margin: -21px 0 0 -33px;
    height: 35px;
    width: 317px;
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-12 {
    height: 40px;
  }
  /*#endregion logoutCloseButton .modal-footer */

  /*#region errorContinueButton (iphone portrait)*/
  #errorContinueButton {
    margin: -32px 0 0 0;
  }
  /*#endregion errorContinueButton (iphone portrait)*/

  /*#region questionnaireCancelButton, questionnaireSubmitButton (iphone portrait)*/
  #questionnaireCancelButton, #questionnaireSubmitButton {
    width: 337px;
  }
  /*#endregion questionnaireCancelButton, questionnaireSubmitButton (iphone portrait)*/

  /*#region upload file (iphone portrait)*/
  #cardUploadModal .form-group {
    /*override _form.scss */    
    padding: 0;
  }

  #cardUploadModal .modal-dialog .modal-footer {
    height: 100px;
  }

  #cardUploadModal .modal-dialog .modal-body {
    width: 330px;
    margin: 0 0 0px 15px;
  }

  .oft-card-upload-file-selected-label {
    width: 330px;
    margin: 0 0 46px 0;
  }

  .oft-card-upload-file-label {
    font-size: small;
    font-style: italic;
    line-height: 20px;
    margin: 4px 0;
    width: 330px;
  }

  .oft-card-upload-file-trash {
    font-size: 14px;
    color: red;
    float: right !important;
  }

  .oft-card-upload-file-error {
    width: 330px;
    margin: -10px 0 -15px 0;
  }

  .oft-card-upload-file-success {
    width: 330px;
    margin: -10px 0 -15px 0;
  }

  .oft-card-upload-file-name-success, .oft-card-upload-file-name-error {
    width: 255px;
    margin: 0 0 0 -7px;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .oft-card-upload-file-selected {
    line-height: 0px;
  }

  .oft-card-upload-fileList {
    margin: -59px 0 0 0;
    line-height: 15px;
  }

  #oft-card-uploaded-fileList {
    overflow-wrap: break-word;
  }

  .extraHeightHeader {
    height: 32px;
  }

  .extraHeightFooter {
    height: 27px;
  }

  .offSetHeightInBetween {
    margin: 8px 0 0 0;
  }

  #uploadCloseButton, #uploadSubmitButton, #uploadingButton {
    width: 330px;
    text-align: center;
    margin: 3px 0;
    height: 35px;
  }

  #canValidationErrorCloseButton, #canValidationErrorContinueButton {
    margin: -17px 0 0 0;
    width: 340px;
  }

  .oft-card-upload-file-row {
    width: auto;
    margin: -5px 0 0 5px;
  }

  .oft-card-upload-file {
    margin: 0 0 0 4px;
  }

  .oft-card-upload-file-name {
    width: 290px;
    margin: 0 0 0 10px;
    overflow-wrap: break-word;
    display: inline-block;
    font-size: 14px;
  }

  .oft-card-invalid-upload-file {
    font-size: 15px;
    font-style: italic;
  }

  .oft-card-upload-file-delete {
    position: relative;
    display: inline-block;
    line-height: 10px;
    text-decoration: none;
    padding: 0 8px;
    color: red;
  }

  .oft-card-upload-file-oversize {
    line-height: 5px;
    font-style: italic;
    font-size: 14px;
    margin: 6px 0 0 3px;
    color: red;
  }

  .oft-card-upload-file-separator {
    position: relative;
    width: 100%;
    padding-right: 35px;
    padding-left: 35px
  }

  .extraHeightHeader {
    height: 0;
  }

  .extraHeightFooter {
    height: 27px;
  }

  #oft-card-upload-file-documentType-div {
    width: 320px;
  }

  #oft-card-upload-file-documentType-select-div {
    margin: 0 0 5px 0;
  }

  #oft-card-upload-file-documentType-select {
    width: 150px;
  }

  #oft-card-upload-file-documentType-options {
    font-size: 13px;
    margin: 2px 5px 0 0;
    width: 220px;
  }

  #oft-card-upload-file-documentType-description-div {
    margin: 0;
  }

  #oft-card-upload-file-documentType-description-textarea {
    width: 220px;
  }

  #oft-card-upload-file-description-mandatory {
    margin: -14px 0 0 0;
    color: red;
    width: 225px;
  }

  .oft-card-upload-file-selected-label {
    margin: 11px 0;
  }

  .oft-card-invalid-upload-file-c {
    width: 220px;
    margin: 5px 0;
  }


  /*#endregion upload file (iphone portrait)*/

  /*#region oft-card-modal-standard (iphone portrait)*/
  #oft-card-sub-modal-dialog.oft-card-modal-standard {
    width: 370px;
    margin: -62px 0 0 -6px;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-standard {
    margin: -27px 0 0 310px;
    position: absolute;
    font-size: 24px;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-standard {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-standard {
    float: right !important;
    right: 48px;
    margin: -20px 7px 0 0;
  }

  #cardPrev.oft-card-modal-standard {
    float: left !important;
    margin: -20px 0 0 34px;
  }

  #oft-card-sub-modal-close-button.oft-card-modal-standard {
    width: 100%;
    text-align: center;
    margin: 3px 0 4px 0;
    height: 35px;
  }

  .oft-card-sub-card.oft-card-modal-standard {
    width: 350px;
  }

  .oft-card-sub-card-header.oft-card-modal-standard {
    padding: 10px;
    font-size: small;
    font-weight: 700;
    white-space: nowrap;
  }

  .oft-card-sub-card-body.oft-card-modal-standard {
    /* width: 570px;*/
    -webkit-box-flex: 1;
    padding: 0.75rem;
    flex: 1 1 auto;
  }

  .oft-card-sub-card-text-group.oft-card-modal-standard {
    width: 350px;
    font-size: small;
    padding: 4px;
  }

  .oft-card-sub-card-text-key.oft-card-modal-standard {
    float: left !important;
    max-width: 40%;
    padding: 3px;
    font-size: small;
    font-weight: 700;
    margin: 0 0 0 23px;
  }

  .oft-card-sub-card-text-value.oft-card-modal-standard {
    float: left !important;
    max-width: 60%;
    font-size: small;
    padding: 3px;
  }
  /*#endregion oft-card-modal-standard (iphone portrait)*/

  /*#region oft-card-modal-large (iphone portrait) */
  #oft-card-sub-modal-dialog.oft-card-modal-large {
    max-width: 1050px;
    width: 350px;
    position: relative;
    margin: 20px auto;
    pointer-events: none;
    margin: -30px 0 0 0;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-large {
    margin: -30px 0 0 292px;
    font-size: 24px;
    position: absolute;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-large {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-large {
    margin: -19px 8px 0 0;
  }

  #cardPrev.oft-card-modal-large {
    margin: -19px 0 0 43px;
  }

  #oft-card-sub-modal-close-button.oft-card-modal-large {
    width: 100%;
    margin: 1px 0 0 0
  }

  .oft-card-sub-card.oft-card-modal-large {
    width: 328px;
  }

  .oft-card-sub-card-header.oft-card-modal-large {
    padding: 10px 0;
    font-size: small;
    text-align: center;
    white-space: nowrap;
  }

  .oft-card-sub-card-header-label.oft-card-modal-large {
    text-align: center;
    padding: -2px 0 0 0;
    font-weight: 700;
  }

  .oft-card-sub-card-body.oft-card-modal-large {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .oft-card-sub-card-inner-card.oft-card-modal-large {
    height: 157px;
    width: 297px;
    margin: -1px 0 10px 14px;
    box-shadow: 3px 3px 3px 3px #ccc;
  }

  .oft-card-sub-card-inner-card-header.oft-card-modal-large {
    color: #ffffff;
    /*font-size: small;*/
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #005e85;
    height: 35px;
  }

  .oft-card-sub-card-inner-card-body.oft-card-modal-large {
    padding: 1rem 0.75rem;
  }

  .oft-card-sub-card-inner-card-text.oft-card-modal-large {
    margin: -6px;
    font-size: small;
  }

  .btn.oft-card-modal-image {
    padding: 0.2px;
  }

  .btn-primary.oft-card-modal-image {
    color: #FFF
  }

  .oft-card-sub-card-inner-card-footer.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -5px 0 0 0;
    color: #FFF;
    border-style: none;
    background-color: rgba(245,245,245, 0.4);
  }

  .oft-card-sub-card-inner-card-footer-button.oft-card-modal-large {
    padding: 2px;
    height: 30px;
    margin: -6px 0 0 7px;
    color: #FFF;
    border-bottom-style: none;
    width: 278px;
  }

  #oft-card-sub-info-modal.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-dialog.oft-card-modal-large {
    position: relative;
    width: 340px;
    /*margin: 0.5rem;*/
    pointer-events: none;
    margin: 6px 0 0 -24px;
  }

  #oft-card-sub-info-title.oft-card-modal-large {
    text-align: center;
    color: #FFF;
    margin: 10px 0 0 0;
  }

  #oft-card-sub-info-modal-content.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #1277a9;
    height: 50px;
  }

  #oft-card-sub-info-close-button.oft-card-modal-large {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 700;
    margin: -18px 0 0 277px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  .oft-card-sub-card-info-modal-body.oft-modal-large {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .oft-card-sub-info-nofound-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-found-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-list.oft-card-modal-large {
    font-size: small
  }

  #oft-card-sub-info-close-modal-button.oft-card-modal-large {
    width: 100%;
  }
  /*#endregion oft-card-modal-large (iphone portrait) */

  /*#region resend receipt (iphone portrait)*/
  #resendReceiptModalFooter {
    height: 100px;
  }

  #resendReceiptNoButton {
    width: 100%;
    margin: 5px 0 5px 0
  }

  #resendReceiptSubmitButton {
    width: 100%;
    margin: 0
  }

  #resendReceiptCloseButton {
    width: 100%;
    margin: 20px 0
  }
  /*#endregion */

  /*#region canValidationContainer drop down (iphone portrait) */
  #canValidationContainer .input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 83%;
  }
  /*#endregion  */

  /*#region Contact Us (iphone portrait)*/
  .site-footer .col > * {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .footr-col-content {
    max-width: 420px;
  }
  /*#endregion*/

  /*#region Logout (iphone portrait) */
  #myAccountButton {
  color: white;
  margin: 47px -96px 0 0 ;
  }
  /*#endregion*/

  /*#region text truncate (iphone portrait) */
  .oft-card-sub-modal-heading-large {
    width: 150px;
    display: inline-block;
    overflow: hidden;
  }
  /*#endregion*/

  /*#region Questionnaire modal (iphone portrait) */
  .outerModal {
    margin: 30px 0 0 -9px;
  }

  #qEnrolmentChoiceFooter {
    height: 100px;
  }
  /*#endregion*/
}
/* -- iphone iphone 6, 6s, 7 and 8 landscape **/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape ) {
  /* -- chrome -- */

  .modal.outerModal.show {
    overflow-y: scroll;
  }

  .modal-dialog {
    height: 700px;
  }

  .outerModal {
    margin-top: 46px;
  }

  /*#closeButton {
    margin: -27px 0 0 533px;
    position: absolute;
  }

  .closeIcon {
    font-size: 24px;
  }*/

  .backToTop {
    position: fixed;
    bottom: 1em;
    text-decoration: none;
    color: red;
    font-size: 50px;
    padding: 1em;
    display: none;
    margin-left: 561px;
  }

  .backToTop.active, .backToTop:hover, .backToTop:hover::after {
    color: red;
  }

  .cardRow {
    width: 360px;
    margin: 0 0 0 -11px;
  }

  .card-details-sub-card {
    width: 471px;
  }

  .cardRow {
    width: 471px;
    margin: 0 0 0 0;
  }

  .oft-card-details {
    width: 480px;
    margin-left: 3px;
  }

  #moreInformationButton {
    width: 468px;
    text-align: center;
  }

  #processModalCancelButton {
    width: 468px;
    text-align: center;
  }

  #processPublicFormButton {
    width: 468px;
    text-align: center;
  }

  #processContinueButton {
    width: 468px;
    text-align: center;
  }

  #questionnaireCancelButton, #questionnaireSubmitButton {
    width: 550px;
    height: 35px;
    margin: 10px -30px 0 -28px;
    display: block;
  }

  #cardModalCancelButton {
    width: 569px;
    text-align: center;
    margin: 2px 0px 4px 0px;
    height: 35px;
  }

  #cardModalViewPDFButton {
    text-align: center;
  }

  #oft-portal-card-category {
    width: 588px;
    margin-left: -2px;
  }

  select {
    max-width: 562px !important;
  }
  .oft-card-search-dropdown {
    width: 562px;
    height: 35px;
    margin: 12px 0 0 -31px;
  }

  .oft-card-search-textbox {
    width: 562px;
    height: 35px;
    margin: 12px 0 0 -31px;
  }

  .oft-card-search-button, .oft-card-clear-button {
    padding: 0 5px 0 5px;
    margin: 6px 0 0 -31px;
    width: 562px;
    height: 35px;
  }

  .oft-card-search-date {
    width: 562px;
    height: 35px;
    margin: 12px 0 0 -31px;
  }

  div.logoutButtonLink {
    float: right;
    margin: -27px -24px 0 0;
  }

  .card-site-sub-card {
    width: 457px;
    background-color: #eff5f6;
    margin-left: 6px
  }

  .item-5 {
    float: left;
    width: 400px;
    overflow: hidden;
    margin-left: -72px;
  }

  .org-item-1 {
    float: left;
    width: 90px;
    overflow: hidden;
    margin: 0 0 0 0;
  }

  .org-item-2 {
    width: 150px;
    margin: 0 0 0 -10px;
    float: left;
  }

  .org-item-3 {
    float: left;
    width: 380px;
    overflow: hidden;
    margin: 0 0 0 -8px;
  }

  .org-item-4 {
    float: left;
    width: 160px;
    overflow: hidden;
  }

  /* -- firefox -- */
  @-moz-document url-prefix() {
    #oft-portal-card-category {
      width: 621px;
      margin-left: -18px;
    }

    .oft-card-search-dropdown {
      width: 593px;
    }

    .oft-card-search-textbox {
      width: 593px;
    }

    .oft-card-search-button, .oft-card-clear-button {
      width: 593px;
    }

    .oft-card-search-date {
      width: 593px;
    }
  }

  .overlay {
    left: 42%
  }

  /*#region portal-card-with-icon (iphone landscape)*/
  .portal-card-header {
    height: 33px;
  }

  .portal-card-body {
    margin-top: -1px;
  }

  .portal-card-image {
    margin-top: -20px;
  }

  .portal-office-form-name {
    margin-top: -10px;
    margin-left: -2px;
  }

  .portal-info-icon {
    margin-left: 238px;
    font-size: 34px;
  }

  .portal-question-icon {
    margin-left: 240px;
  }

  /*#endregion portal-card-with-icon (iphone landscape)*/

  /*#region services-card-with-icon (iphone landscape)*/
  .services-card-header {
    height: 31px;
  }

  .services-info-icon {
    font-size: 34px;
    margin-left: 203px;
    margin-top: -8px;
  }
  /*#endregion services-card-with-icon (iphone landscape)*/

  /*#region tooltip modal (iphone landscape)*/
  .modal-tooltip-footer {
    height: 50px;
  }

  .modal-tooltip-dialog .modal-tooltip-content .modal-tooltip-footer .row .col-xs-9 {
    padding-top: 8px;
    width: 100%;
    justify-content: space-evenly;
  }

  #logoutCloseButton {
    text-align: center;
    margin: 0 0 0 -1px;
    height: 35px;
    width: 470px;
  }
  /*#endregion tooltip modal (iphone landscape)*/

  /*#region logoutTooltipCloseButton .modal-footer (iphone landscape)*/
  #logoutTooltipCloseButton {
    text-align: center;
    margin: -24px 0 0 -26px;
    height: 35px;
    width: 353px;
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-12 {
    height: 40px;
  }
  /*#endregion logoutCloseButton .modal-footer (iphone landscape)*/

  #canValidationErrorCloseButton, #canValidationErrorContinueButton {
    margin: -17px 0 0 0
  }

  /*#region upload file (iphone landscape) */

  #cardUploadModal .form-group {
    /*override _form.scss */
    margin-bottom: -14px;
    padding: 10px 10px 0 10px;
  }

  #cardUploadModal .modal-dialog .modal-footer {
    height: 94px;
  }

  #cardUploadModal .modal-dialog .modal-body {
    width: 470px;
    margin: 0 0 0 5px;
  }

  .oft-card-upload-file-selected-label {
    width: 100%;
    margin: 8px 0 -1px -2px;
  }

  .oft-card-upload-file-label {
    font-size: small;
    font-style: italic;
    line-height: 20px;
    margin: -6px 0 4px 3px;
  }

  .oft-card-upload-file-trash {
    font-size: 14px;
    color: red;
    float : right !important;
  }

  .oft-card-upload-file-error {
    width: 446px;
    margin: 5px 0 -6px 2px;
  }

  .oft-card-upload-file-success {
    width: 446px;
    margin: 9px 0 0 0;
  }

  .extraHeightFooter {
    height: 13px;
  }

  .extraHeightHeader {
    height: 6px
  }

  .offSetHeightInBetween {
    margin: -6px;
  }

  .oft-card-upload-file-name-success, .oft-card-upload-file-name-error {
    width: 380px;
    margin: 0 0 0 -7px;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  #uploadCloseButton, #uploadSubmitButton, #uploadingButton {
    width: 100%;
    text-align: center;
    margin: 2px 0;
    height: 35px;
  }

  .oft-card-upload-file-selected {
    line-height: 0px;
    margin: 0 0 17px 0;
  }

  .oft-card-upload-fileList {
    margin: -15px 0 0 0;
    line-height: 15px;
  }

  .oft-card-upload-file-row {
    width: auto;
    margin: -5px 0 0 0;
  }

  .oft-card-upload-file-name {
    width: 425px;
    margin: 0 0 0 4px;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .oft-card-invalid-upload-file-c {
    font-size: 13px;
    font-style: italic;
  }

  .oft-card-invalid-upload-file-s {
    font-size: 13px;
    font-style: italic;
  }
  /*  .oft-card-invalid-upload-file-c {
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    margin: 4px 0 0 1px;
  }

  .oft-card-invalid-upload-file-s {
    font-size: 13px;
    font-style: italic;
    display: inline-block;
  }
*/

  .oft-card-upload-file-delete {
    position: relative;
    display: inline-block;
    line-height: 10px;
    text-decoration: none;
    padding: 0 8px;
    color: red;
  }

  .oft-card-upload-file-oversize {
    line-height: 5px;
    font-style: italic;
    font-size: 14px;
    margin: 6px 0 0 3px;
    color: red;
  }

  #oft-card-upload-file-documentType-div {
    margin: -17px 0 0 -14px;
  }

  #oft-card-upload-file-documentType-select-div {
    width:450px;
  }

  #oft-card-upload-file-documentType-select {
    width: 340px;
  }

  #oft-card-upload-file-documentType-options {
    width:330px;
  }

  #oft-card-upload-file-documentType-select-label {
  }

  #oft-card-upload-file-documentType-description-div {
  }

  #oft-card-upload-file-documentType-description-textarea {
    width: 330px;
  }
  
  #oft-card-upload-file-description-mandatory {
    margin: -12px 0 0 0 ;
    font-size: 12px;
    color: red;
    width:340px;
  }


  /*#endregion upload file (iphone landscape) */

  /*#region oft-card-modal-standard (iphone landscape)*/

  #oft-card-sub-modal-dialog.oft-card-modal-standard {
    width: 500px;
    margin: 25px 0 0 -6px;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-standard {
    margin: -27px 0 0 440px;
    position: absolute;
    font-size: 24px;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-standard {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-standard {
    float: right !important;
    right: 48px;
    margin: -20px 7px 0 0;
  }

  #cardPrev.oft-card-modal-standard {
    float: left !important;
    margin: -20px 0 0 34px;
  }

  #oft-card-sub-modal-footer-close-button.oft-card-modal-standard {
    width: 100%;
  }

  .oft-card-sub-card.oft-card-modal-standard {
    width: 472px;
  }

  .oft-card-sub-card-header.oft-card-modal-standard {
    padding: 10px;
    font-size: small;
    font-weight: 700;
    white-space: nowrap;
  }

  .oft-card-sub-card-body.oft-card-modal-standard {
    -webkit-box-flex: 1;
    padding: 0.75rem;
    flex: 1 1 auto;
  }

  .oft-card-sub-card-text-group.oft-card-modal-standard {
    width: 480px;
    font-size: small;
    padding: 4px;
  }

  .oft-card-sub-card-text-key.oft-card-modal-standard {
    float: left !important;
    max-width: 40%;
    padding: 3px;
    font-size: small;
    font-weight: 700;
    margin: 0 0 0 23px;
  }

  .oft-card-sub-card-text-value.oft-card-modal-standard {
    float: left !important;
    max-width: 60%;
    font-size: small;
    padding: 3px;
  }

  /*#endregion oft-card-modal-standard (iphone landscape)*/

  /*#region oft-card-modal-large (iphone landscape) */
  #oft-card-sub-modal-dialog.oft-card-modal-large {
    max-width: 1050px;
    width: 540px;
    position: relative;
    margin: 20px auto;
    pointer-events: none;
    margin: 5px 0 0 0;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-large {
    margin: -30px 0 0 479px;
    font-size: 24px;
    position: absolute;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-large {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-large {
    margin: -19px 30px 0 0;
  }

  #cardPrev.oft-card-modal-large {
    margin: -19px 0 0 63px;
  }

  #oft-card-sub-modal-close-button.oft-card-modal-large {
    width: 100%;
    margin: 1px 0 0 0
  }

  .oft-card-sub-card.oft-card-modal-large {
    width: 511px;
  }

  .oft-card-sub-card-header.oft-card-modal-large {
    padding: 10px 0;
    font-size: small;
    text-align: center;
    white-space: nowrap;
  }

  .oft-card-sub-card-header-label.oft-card-modal-large {
    width: 33%;
    display: inline-block;
    padding: 2px;
    font-weight: 800;
  }

  .oft-card-sub-card-body.oft-card-modal-large {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .oft-card-sub-card-inner-card.oft-card-modal-large {
    height: 157px;
    width: 239px;
    margin: -1px 0 10px 14px;
    box-shadow: 3px 3px 3px 3px #ccc;
  }

  .oft-card-sub-card-inner-card-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #005e85;
  }

  .oft-card-sub-card-inner-card-body.oft-card-modal-large {
    padding: 1rem 0.75rem;
  }

  .oft-card-sub-card-inner-card-text.oft-card-modal-large {
    margin: -6px;
    font-size: small;
  }

  .btn.oft-card-modal-image {
    padding: 0.2px;
  }

  .btn-primary.oft-card-modal-image {
    color: #FFF
  }

  .oft-card-sub-card-inner-card-footer.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -5px 0 0 0;
    color: #FFF;
    border-style: none;
    background-color: rgba(245,245,245, 0.4);
  }

  .oft-card-sub-card-inner-card-footer-button.oft-card-modal-large {
    padding: 2px;
    height: 27px;
    margin: -6px 0 0 7px;
    color: #FFF;
    border-bottom-style: none;
    width: 220px;
  }

  #oft-card-sub-info-modal.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-dialog.oft-card-modal-large {
    position: relative;
    width: 340px;
    /*margin: 0.5rem;*/
    pointer-events: none;
    margin: 62px 0 0 -24px;
  }

  #oft-card-sub-info-title.oft-card-modal-large {
    text-align: center;
    color: #FFF;
    margin: 10px 0 0 0;
  }

  #oft-card-sub-info-modal-content.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #1277a9;
    height: 50px;
  }

  #oft-card-sub-info-close-button.oft-card-modal-large {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 700;
    margin: -18px 0 0 292px;
    position: absolute;
    display: block;
    float: right;
    text-decoration: none;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  .oft-card-sub-card-info-modal-body.oft-modal-large {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .oft-card-sub-info-nofound-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-found-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-list.oft-card-modal-large {
    font-size: small
  }

  #oft-card-sub-info-close-modal-button.oft-card-modal-large {
    width: 100%;
  }
  /*#endregion oft-card-modal-large (iphone landscape) */

  /*#region resend receipt (iphone landscape)*/
  #resendReceiptModalFooter {
    height: 100px;
  }

  #resendReceiptNoButton {
    width: 100%;
    margin: 4px 0 5px 0;
  }

  #resendReceiptSubmitButton {
    width: 100%;
    margin: 0;
  }

  #resendReceiptCloseButton {
    width: 100%;
    margin: 22px 0;
  }
  /*#endregion */

  /*#region Questionnaire (iphone landscape)*/
  #questionnaireCancelButton, #questionnaireSubmitButton {
    width: 659px;
  }

  .content-sub-card {
    width: 253px;
    margin-left: -25px;
    margin-right: 16px;
    height: 160px;
  }

  .services-sub-card {
    width: 245px;
    margin-left: -21px;
    margin-right: 20px;
  }

  #qEnrolmentChoiceMessage h2 {
    width: 460px;
  }

  #qEnrolmentChoiceFooter {
    height: 100px;
  }
  
  /*#endregion*/

  .card-content-button > .btn {
    padding: 2px;
    width: 234px;
    margin-left: 10px;
    margin-top: -13px;
    color: #fff;
  }
  }

/* --  ipad 3, 4 and Pro 9.6" **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* -- ipad ipad 3, 4 and Pro 9.6" Portrait **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .site-footer hr {
    margin: 30px 0;
    border-color: hsla(0, 0%, 100%, .25)
  }

  /* -- chrome -- */
  #closeButton {
    margin: 35px 0 0 469px;
  }

  .backToTop {
    position: fixed;
    bottom: 1em;
    text-decoration: none;
    color: red;
    font-size: 50px;
    display: none;
    margin: 0 0 0 700px;
    z-index: 1;
  }

  .backToTop.active, .backToTop:hover, .backToTop:hover::after {
    color: red;
  }

  .cardRow {
    width: 450px;
  }

  #oft-portal-card-category {
    width: 680px;
    margin-left: 4px;
  }

  select {
    max-width: 630px !important;
  }
  .oft-card-search-dropdown {
    width: 630px;
    height: 35px;
    margin: 10px 0 0 -31px;
  }

  .oft-card-search-textbox {
    width: 630px;
    height: 35px;
    margin: 10px 0 0 -31px;
  }

  .oft-card-search-button, .oft-card-clear-button {
    padding: 0 5px 0 5px;
    margin: 6px 0 0 -31px;
    width: 630px;
    height: 35px;
  }

  .oft-card-search-date {
    width: 630px;
    height: 35px;
    margin: 10px 0 0 -31px;
  }

  div.logoutButtonLink {
    float: right;
    margin: -27px -9px 0 0;
  }

  .card-content-linkedEntities-site-header {
    padding: 0.25rem 0.5rem;
    background-color: #005e85;
    color: #ffffff;
    font-weight: 900;
    width: 451px;
  }

  .card-site-sub-card {
    width: 452px;
    background-color: #eff5f6;
    margin-left: 0px
  }

  .item-1 {
    margin-left: -10px;
    font-size: small;
  }

  .item-2 {
    width: 370px;
    font-size: small;
    margin: 0 0 0 -70px;
  }

  .item-3 {
    margin-left: -40px;
    width: 134px;
    font-size: small;
    float: left;
    overflow: hidden;
  }

  .item-5 {
    float: left;
    width: 380px;
    overflow: hidden;
    margin-left: -73px;
  }

  .org-item-1, .lic-item-1 {
    margin-left: 4px;
    font-size: small;
    width: 90px;
  }

  .org-item-2, .lic-item-2, .lic-item-2a {
    font-size: small;
    float: left;
    width: 140px;
    margin: 0 0 0 -12px;
    ;
  }

  .lic-item-2a {
    margin: 0 0 0 -11px;
  }

  .org-item-3 {
    margin: 0 0 0 -11px;
    width: 350px;
    font-size: small;
    float: left;
    overflow: hidden;
  }

  .org-item-4 {
    font-size: small;
    float: left;
    width: 150px;
    /*margin-left: -42px; */
    margin: 0 0 0 -36px;
  }

  .lic-item-5 {
    margin-left: -11px;
    font-size: small;
    width: 350px;
  }

  @-moz-document url-prefix() {
    .backToTop {
      position: fixed;
      bottom: 1em;
      text-decoration: none;
      color: red;
      font-size: 50px;
      display: none;
      margin: 0 0 233px 730px;
    }

    .backToTop.active, .backToTop:hover, .backToTop:hover::after {
      color: red;
    }
  }

  .overlay {
    left: 40%
  }


  .portal-card-header {
    height: 33px;
  }

  .portal-card-image {
    margin-top: -20px;
  }

  .portal-info-icon {
    margin-left: 259px;
    font-size: 34px;
  }

  .portal-question-icon {
    margin-left: 259px;
  }

  /*#region tooltip modal (ipad portrait)*/
  .modal-tooltip-dialog .modal-tooltip-content .modal-tooltip-footer .row .col-xs-9 {
    padding-top: 8px;
    width: 100%;
    height: 25px;
    justify-content: space-evenly;
  }
  /*#endregion tooltip modal (ipad portrait)*/

  /*#region logoutCloseButton .modal-footer (ipad portrait)*/

  #logoutTooltipCloseButton {
    text-align: center;
    margin: -20px 0 0 -30px;
    height: 35px;
    width: 361px;
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-12 {
    /* logout close button */
    height: 40px;
  }

  /*#endregion logoutCloseButton .modal-footer (ipad portrait)*/

  /*#region services-card-with-icon (ipad portrait)*/

  .content-sub-card {
    width: 290px;
    margin-left: -15px;
    margin-right: 15px;
    height: 160px;
  }

  .services-sub-card {
    width: 290px;
    margin-left: -15px;
    margin-right: 15px;
  }

  .services-card-header {
    background-color: transparent;
    border: transparent;
    height: 31px;
    padding: 0.55rem;
  }

  .services-info-icon {
    float: left !important;
    margin-left: 247px;
    margin-top: -8px;
    color: lightskyblue;
    font-size: 34px;
  }

  .services-card-image {
    margin-top: -17px;
    margin-left: 6px;
  }

  .services-card-body {
  }

  .services-card-text {
  }

  .services-office-form-name {
    width: 250px;
    padding-left: 86px;
    margin-top: -68px;
    color: #13578b;
  }
  /*#endregion services-card-with-icon (ipad portrait)*/

  /*#region canValidationErrorContinueButton, canValidationErrorCloseButton*/
  #canValidationErrorContinueButton, #canValidationErrorCloseButton {
    margin: -16px 0 0 0;
  }
  /*#endregion canCalidationErrorContinueButton, canValidationErrorCloseButton*/

  /*#region upload file (ipad portrait)*/

  #cardUploadModal .form-group {
    /*override _form.scss */
    margin-bottom: -14px;
    padding: 0;
  }

  #cardUploadModal .modal-dialog .modal-footer {
    height: 96px;
  }

  /*#cardUploadModal .modal-content {
    overflow: hidden;
  }

  #cardUploadModal .modal-body {*/
    /*overflow-y: scroll;*/
  /*}*/
  #cardUploadModal .modal-dialog .modal-body {
    width: 468px;
    margin: 0 0 0 15px;    
  }

  .oft-card-upload-file-selected-label {
    width: 453px;
    margin: 19px 15px 0 52px ;
  }

  .oft-card-upload-file-name-success, .oft-card-upload-file-name-error {
    width: 370px;
    margin: 0 0 0 1px;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .oft-card-upload-file-label {
    font-size: small;
    font-style: italic;
    line-height: 20px;
    margin: 3px 0 3px 2px;
    width:448px
  }

  .oft-card-upload-file-trash {
    font-size: 14px;
    color: red;
  }

  .oft-card-upload-file-error {
    width: 454px;
    margin: 0;
  }

  .oft-card-upload-file-success {
    width: 454px;
    margin: 0;
  }

  #uploadCloseButton, #uploadSubmitButton, #uploadingButton {
    width: 100%;
    text-align: center;
    margin: 3px 0;
    height: 35px;
  }

  .oft-card-upload-file {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .oft-card-upload-file-row {
    width: auto;
    margin: -5px 0 0 5px;
  }

  .oft-card-upload-file-name {
    width: 413px;
    margin: 0 0 0 10px;
    overflow-wrap: break-word;
  }

  .oft-card-invalid-upload-file {
    font-size: 15px;
    font-style: italic;
  }

  .oft-card-upload-file-delete {
    position: relative;
    display: inline-block;
    line-height: 10px;
    text-decoration: none;
    padding: 0 8px;
    color: red;
  }

  .oft-card-upload-file-oversize {
    line-height: 5px;
    font-style: italic;
    font-size: 14px;
    margin: 6px 0 0 3px;
    color: red;
  }

  .oft-card-upload-file-separator {
    position: relative;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px
  }

  .oft-card-upload-file-selected {
    width: 468px;
    margin: 0;
  }

  .extraHeightHeader {
    height: 10px;
  }

  .extraHeightFooter {
    height: 14px;
  }

  .offSetHeightInBetween {
    height: 20px;
  }

  #oft-card-upload-file-documentType-div {
    width:456px;
    
  }

  #oft-card-upload-file-documentType-select-div {
    width: 470px;
    margin: -8px 0 4px -2px;
  }

  #oft-card-upload-file-documentType-select-label {
    margin: 0 0 0 4px;
  }

  #oft-card-upload-file-documentType-select {
  }

  #oft-card-upload-file-documentType-options {
    width: 345px;
  }

  #oft-card-upload-file-documentType-description-div {
    width: 470px;
    margin: 0 0 4px 4px;
  }

  #oft-card-upload-file-documentType-description-label {
    margin: 0 0 4px -3px;
  }

  #oft-card-upload-file-documentType-description {
  }

  #oft-card-upload-file-documentType-description-textarea {
    width: 345px;
  }

  #oft-card-upload-file-description-mandatory {
    margin: -10px 0 0 0;
    width:340px
  }

  /*#endregion upload file (ipad portrait)*/

  /*#region oft-card-modal-standard (ipad portrait)*/

  #oft-card-sub-modal-dialog.oft-card-modal-standard {
    width: 500px;
    margin: -368px 0 0 -6px;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-standard {
    margin: -27px 0 0 440px;
    position: absolute;
    font-size: 24px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-standard {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-standard {
    float: right !important;
    right: 48px;
    margin: -20px 7px 0 0;
  }

  #cardPrev.oft-card-modal-standard {
    float: left !important;
    margin: -20px 0 0 34px;
  }

  #oft-card-sub-modal-close-button.oft-card-modal-standard {
    width: 100%;
    margin: 2px 0 0 0;
  }
  /*#subCadModalHeader.oft-card-modal-standard {
    height: 70px;
  }
  #subCardModalBody.oft-card-modal-standard {*/
  /*  max-height: 600px;
    height:450px;*/
  /*overflow-x: hidden;
    overflow-y: auto;
    padding: 10px
  }
  #subCardModalDetailsBody.oft-card-modal-standard {*/
  /* -webkit-box-flex: 1;
    padding: 0.75rem;
    flex: 1 1 auto;*/
  /*width: 332px;
  }*/
  .oft-card-sub-card.oft-card-modal-standard {
    width: 472px;
  }

  .oft-card-sub-card-header.oft-card-modal-standard {
    padding: 10px;
    font-size: small;
    font-weight: 700;
    white-space: nowrap;
  }

  .oft-card-sub-card-body.oft-card-modal-standard {
    -webkit-box-flex: 1;
    padding: 0.75rem;
    flex: 1 1 auto;
  }

  .oft-card-sub-card-text-group.oft-card-modal-standard {
    width: 480px;
    font-size: small;
    padding: 4px;
  }

  .oft-card-sub-card-text-key.oft-card-modal-standard {
    float: left !important;
    max-width: 40%;
    padding: 3px;
    font-size: small;
    font-weight: 700;
    margin: 0 0 0 23px;
  }

  .oft-card-sub-card-text-value.oft-card-modal-standard {
    float: left !important;
    max-width: 60%;
    font-size: small;
    padding: 3px;
  }

  /*#endregion oft-card-modal-standard (ipad portrait)*/

  /*#region oft-card-modal-large (ipad portrait) */
  #oft-card-sub-modal-dialog.oft-card-modal-large {
    max-width: 1050px;
    width: 600px;
    position: relative;
    margin: 20px auto;
    pointer-events: none;
    margin: -276px 0 0 0;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-large {
    margin: -28px 0 0 542px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-large {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-large {
    margin: -19px 65px 0 0;
  }

  #cardPrev.oft-card-modal-large {
    margin: -19px 0 0 94px;
  }

  #oft-card-sub-modal-close-button.oft-card-modal-large {
    width: 100%;
    margin: 1px 0 0 0
  }

  .oft-card-sub-card.oft-card-modal-large {
    width: 580px;
  }

  .oft-card-sub-card-header.oft-card-modal-large {
    padding: 10px 0;
    font-size: small;
    text-align: center;
    white-space: nowrap;
  }

  .oft-card-sub-card-header-label.oft-card-modal-large {
    width: 33%;
    display: inline-block;
    padding: 2px;
    font-weight: 800;
  }

  .oft-card-sub-card-body.oft-card-modal-large {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .oft-card-sub-card-inner-card.oft-card-modal-large {
    height: 157px;
    width: 250px;
    margin: 7px 0 10px 27px;
    box-shadow: 3px 3px 3px 3px #ccc;
  }

  .oft-card-sub-card-inner-card-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #005e85;
  }

  .oft-card-sub-card-inner-card-body.oft-card-modal-large {
    padding: 1rem 0.75rem;
  }

  .oft-card-sub-card-inner-card-text.oft-card-modal-large {
    margin: -6px;
    font-size: small;
  }

  .btn.oft-card-modal-image {
    padding: 0.2px;
  }

  .btn-primary.oft-card-modal-image {
    color: #FFF
  }

  .oft-card-sub-card-inner-card-footer.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -5px 0 0 0;
    color: #FFF;
    border-style: none;
    background-color: rgba(245,245,245, 0.4);
  }

  .oft-card-sub-card-inner-card-footer-button.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -10px 0 0 7px;
    color: #FFF;
    border-bottom-style: none;
    width: 230px;
  }

  #oft-card-sub-info-modal.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-dialog.oft-card-modal-large {
    position: relative;
    width: 500px;
    /*margin: 0.5rem;*/
    pointer-events: none;
    margin: -123px 0 0 0;
  }

  #oft-card-sub-info-title.oft-card-modal-large {
    text-align: center;
    color: #FFF;
    margin: 10px 0 0 0;
  }

  #oft-card-sub-info-modal-content.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #1277a9;
    height: 50px;
  }

  #oft-card-sub-info-close-button.oft-card-modal-large {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 700;
    margin: -20px 0 0 453px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  .oft-card-sub-card-info-modal-body.oft-modal-large {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .oft-card-sub-info-nofound-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-found-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-list.oft-card-modal-large {
    font-size: small
  }

  #oft-card-sub-info-close-modal-button.oft-card-modal-large {
    width: 100%;
  }
  /*#endregion oft-card-modal-large (iPad portrait) */

  /*#region resend receipt (ipad portrait)*/
  #resendReceiptModalFooter {
    height: 100px;
  }

  #resendReceiptNoButton {
    width: 100%;
    margin: 3px 0 5px 0;
  }

  #resendReceiptSubmitButton {
    width: 100%;
    margin: 0;
  }

  #resendReceiptCloseButton {
    width: 100%;
    margin: 20px 0;
  }
  /*#endregion */

  /*#region Questionnaire modal (ipad portrait) */
  #qEnrolmentChoiceMessage h2 {
    width: 460px;
  }  
  h2 {
    margin: 10px 0 1px 1px !important;
  }
  #qEnrolmentChoiceFooter { 
    height: 100px;
  }
  #questionnaireCancelButton, #questionnaireSubmitButton {
    width: 690px;
    height: 35px;
    margin: 10px -29px 0 -26px;
  }
  /*#endregion */

}
/* -- ipad ipad 3, 4 and Pro 9.6" landscape **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* -- chrome -- */
  #closeButton {
    margin: 35px 0 0 469px;
  }

  .backToTop {
    position: fixed;
    bottom: 1em;
    text-decoration: none;
    color: red;
    font-size: 50px;
    display: none;
    margin: 0 0 0 900px;
    z-index: 1;
  }

  .backToTop.active, .backToTop:hover, .backToTop:hover::after {
    color: red;
  }

  .cardRow {
    width: 460px;
    margin: 0 0 0 1px;
  }

  select {
    max-width: 892px !important;
  }
  .oft-card-search-dropdown {
    width: 893px;
    height: 35px;
    margin: 10px 0 0 -31px;
  }

  .oft-card-search-textbox {
    width: 893px;
    height: 35px;
    margin: 10px 0 0 -31px;
  }

  .oft-card-search-button, .oft-card-clear-button {
    padding: 0 5px 0 5px;
    margin: 6px 0 0 -31px;
    width: 893px;
    height: 35px;
  }

  .oft-card-search-date {
    width: 893px;
    height: 35px;
    margin: 10px 0 0 -31px;
  }

  div.logoutButtonLink {
    float: right;
    margin: -5px -19px 0 0;
  }

  .card-site-sub-card {
    width: 451px;
    background-color: #eff5f6;
    margin: 0 0 0 5px;
  }

  .card-content-linkedEntities-site-header {
    padding: 0.25rem 0,5rem;
    background-color: #005e85;
    color: #ffffff;
    font-weight: 900;
    width: 451px;
  }

  .item-3 {
    margin-left: -40px;
    width: 136px;
    font-size: small;
    float: left;
    overflow: hidden;
  }

  .item-4 {
    float: left;
    width: 200px;
    overflow: hidden;
    margin-left: -64px;
    padding-top: -10px;
  }

  .item-5 {
    float: left;
    width: 380px;
    overflow: hidden;
    margin-left: -72px;
  }

  .org-item-1, .lic-item-2 {
    float: left;
    width: 90px;
    overflow: hidden;
    margin: 0 0 0 0;
  }

  .org-item-2 {
    width: 110px;
    margin: 0 0 0 -15px;
    float: left;
    overflow: hidden;
  }

  .lic-item-2a {
    width: 115px;
    margin: 0 -4px 0 0;
  }

  .org-item-3 {
  }

  .org-item-4 {
  }

  @-moz-document url-prefix() {
    .oft-card-search-date {
      width: 893px;
    }
  }

  .overlay {
    left: 43%;
  }

  /*#region portal-card-with-icon (ipad landscape)*/
  .portal-card-header {
    height: 33px;
  }

  .portal-card-image {
    margin-top: -20px;
  }

  .portal-info-icon {
    margin-left: 249px;
    font-size: 34px;
  }

  .portal-question-icon {
    margin-left: 249px;
  }
  /*#endregion portal-card-with-icon (ipad landscape)*/

  /*#region services-card-with-icon (ipad landscape)*/
  .services-card-header {
    height: 31px;
  }

  .services-info-icon {
    font-size: 34px;
  }
  /*#endregion services-card-with-icon (ipad landscape)*/

  /*#region tooltip modal (ipad landscape)*/
  .modal-tooltip-dialog .modal-tooltip-content .modal-tooltip-footer .row .col-xs-9 {
    padding-top: 8px;
    width: 100%;
    height: 25px;
    justify-content: space-evenly;
  }

  #logoutCloseButton {
    text-align: center;
    margin: -5px 0 0 -1px;
    height: 35px;
    width: 472px;
  }
  /*#endregion tooltip modal (ipad landscape)*/

  /*#region logoutCloseButton .modal-footer (ipad landscape)*/
  #logoutTooltipCloseButton {
    text-align: center;
    margin: -13px 0 0 -30px;
    height: 35px;
    width: 358px;
  }

  .modal-dialog .modal-content .modal-footer .row .col-xs-12 {
    /* logout close button */
    height: 31px;
  }

  /*#endregion logoutCloseButton .modal-footer (ipad landscape)*/

  #canValidationErrorCloseButton, #canValidationErrorContinueButton {
    margin: -17px 0 0 0
  }

  /*#region upload file (ipad landscape)*/
  #cardUploadModal .form-group {
    /*override _form.scss */
    margin-bottom: -20px;
    padding-bottom: 10px 10px 0 10px;
  }

  #cardUploadModal .modal-dialog .modal-footer {
    height: 96px;
  }

  #cardUploadModal .modal-dialog .modal-body {
    width: 100%;
    margin: 0;
  }

  .oft-card-upload-file-name-success, .oft-card-upload-file-name-error {
    width: 430px;
    margin: 0 0 0 -7px;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .oft-card-upload-file-selected-label {
    width: 100%;
    margin: 15px 0 0 0 ;
   }

  .oft-card-upload-file-selected {
    line-height: 0px;
    margin: 0;
  }

  .oft-card-upload-file-label {
    font-size: small;
    font-style: italic;
    line-height: 20px;
    margin: -11px 0 0px 0px;
  }

  .oft-card-upload-file-trash {
    font-size: 14px;
    color: red;
  }

  .oft-card-upload-file-error {
    width: 100%;
    margin: 0;
  }

  .oft-card-upload-file-success {
    width: 100%;
    margin: 0;
  }

  #uploadCloseButton {
    width: 100%;
    text-align: center;
    margin: -6px 0 2px 0;
    height: 35px;
  }

  #uploadSubmitButton, #uploadingButton {
    width: 100%;
    text-align: center;
    margin: 3px 0;
    height: 35px;
  }

  .oft-card-upload-file-row {
    width: auto;
    margin: -5px 0 0 5px;
  }

  .oft-card-upload-file-name {
    width: 433px;
    margin: 0 0 0 10px;
    overflow-wrap: break-word;
  }

  .oft-card-upload-file-delete {
    position: relative;
    display: inline-block;
    line-height: 10px;
    text-decoration: none;
    padding: 0 8px;
    color: red;
  }

  .oft-card-upload-file-oversize {
    line-height: 5px;
    font-style: italic;
    font-size: 14px;
    margin: 6px 0 0 3px;
    color: red;
  }

  .oft-card-upload-file-separator {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px
  }

  .oft-card-upload-file-selected {
  }

  .extraHeightHeader {
    height: 17px;
  }

  .extraHeightFooter {
    height: 0;
  }

  .offSetHeightInBetween {
    height: 28px;
  }

  #oft-card-upload-file-documentType-div {  }
  #oft-card-upload-file-documentType-select-div {
    width: 470px;
    margin: -8px 0 4px -2px;
  }
  #oft-card-upload-file-documentType-select-label {
    margin: 0 0 0 4px;
  }
  #oft-card-upload-file-documentType-select {
    font-size: 14px;
    margin: 2px 5px 0 0 ;
    width:358px;
  }
  #oft-card-upload-file-documentType-options {
    width: 358px;
  }

  #oft-card-upload-file-documentType-description-div {
    width: 470px;
    margin: 0 0 4px 4px;
  }
  #oft-card-upload-file-documentType-description-label{
    margin: 0 0 4px -3px;
  }
  #oft-card-upload-file-documentType-description{}
  #oft-card-upload-file-documentType-description-textarea {
    width: 359px;
  }
  #oft-card-upload-file-description-mandatory {
    margin: -10px 0 0 0 ;
    width: 351px;
  }

  /*#endregion upload file (ipad landscape)*/

  /*#region oft-card-modal-standard (ipad landscape)*/
  #oft-card-sub-modal-dialog.oft-card-modal-standard {
    width: 500px;
    margin: -89px 0 0 -6px;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-standard {
    margin: -27px 0 0 440px;
    position: absolute;
    font-size: 24px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-standard {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-standard {
    float: right !important;
    right: 48px;
    margin: -20px 7px 0 0;
  }

  #cardPrev.oft-card-modal-standard {
    float: left !important;
    margin: -20px 0 0 34px;
  }

  #oft-card-sub-modal-close-button.oft-card-modal-standard {
    width: 100%;
    margin: -2px 0 0 0;
  }

  .oft-card-sub-card.oft-card-modal-standard {
    width: 472px;
  }

  .oft-card-sub-card-header.oft-card-modal-standard {
    padding: 10px;
    font-size: small;
    font-weight: 800;
    white-space: nowrap;
  }

  .oft-card-sub-card-body.oft-card-modal-standard {
    -webkit-box-flex: 1;
    padding: 0.75rem;
    flex: 1 1 auto;
  }

  .oft-card-sub-card-text-group.oft-card-modal-standard {
    width: 480px;
    font-size: small;
    padding: 4px;
  }

  .oft-card-sub-card-text-key.oft-card-modal-standard {
    float: left !important;
    max-width: 40%;
    padding: 3px;
    font-size: small;
    font-weight: 700;
    margin: 0 0 0 23px;
  }

  .oft-card-sub-card-text-value.oft-card-modal-standard {
    float: left !important;
    max-width: 60%;
    font-size: small;
    padding: 3px;
  }
  /*#endregion oft-card-modal-standard (iphone landscape)*/

  /*#region oft-card-modal-large (ipad landscape) */
  #oft-card-sub-modal-dialog.oft-card-modal-large {
    max-width: 1050px;
    width: 900px;
    position: relative;
    margin: 20px auto;
    pointer-events: none;
    margin: -135px 0 0 0;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-large {
    margin: -28px 0 0 838px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-large {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-large {
    margin: -19px 65px 0 0;
  }

  #cardPrev.oft-card-modal-large {
    margin: -19px 0 0 94px;
  }

  #oft-card-sub-modal-close-button.oft-card-modal-large {
    width: 100%;
    margin: -2px 0 0 0;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  .oft-card-sub-card.oft-card-modal-large {
    width: 855px;
  }

  .oft-card-sub-card-header.oft-card-modal-large {
    padding: 10px 0;
    font-size: small;
    text-align: center;
    white-space: nowrap;
  }

  .oft-card-sub-card-header-label.oft-card-modal-large {
    width: 33%;
    display: inline-block;
    padding: 2px;
    font-weight: 800;
  }

  .oft-card-sub-card-body.oft-card-modal-large {
  }

  .oft-card-sub-card-inner-card.oft-card-modal-large {
    height: 157px;
    width: 250px;
    margin: 7px 0 10px 27px;
    box-shadow: 3px 3px 3px 3px #ccc;
  }

  .oft-card-sub-card-inner-card-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #005e85;
  }

  .oft-card-sub-card-inner-card-body.oft-card-modal-large {
    padding: 1rem 0.75rem;
  }

  .oft-card-sub-card-inner-card-text.oft-card-modal-large {
    margin: -6px;
    font-size: small;
  }

  .btn.oft-card-modal-image {
    padding: 0.2px;
  }

  .btn-primary.oft-card-modal-image {
    color: #FFF
  }

  .oft-card-sub-card-inner-card-footer.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -5px 0 0 0;
    color: #FFF;
    border-style: none;
    background-color: rgba(245,245,245, 0.4);
  }

  .oft-card-sub-card-inner-card-footer-button.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -10px 0 0 7px;
    color: #FFF;
    border-bottom-style: none;
    width: 230px;
  }

  #oft-card-sub-info-modal.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-dialog.oft-card-modal-large {
    position: relative;
    width: 500px;
    /*margin: 0.5rem;*/
    pointer-events: none;
    margin: -123px 0 0 0;
  }

  #oft-card-sub-info-title.oft-card-modal-large {
    text-align: center;
    color: #FFF;
    margin: 10px 0 0 0;
  }

  #oft-card-sub-info-modal-content.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #1277a9;
    height: 50px;
  }

  #oft-card-sub-info-close-button.oft-card-modal-large {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 700;
    margin: -20px 0 0 453px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  .oft-card-sub-card-info-modal-body.oft-modal-large {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .oft-card-sub-info-nofound-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-found-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-list.oft-card-modal-large {
    font-size: small
  }

  #oft-card-sub-info-close-modal-button.oft-card-modal-large {
    width: 100%;
  }
  /*#endregion oft-card-modal-large (iPad landscape) */

  /*#region resend receipt (ipad landscape)*/
  #resendReceiptModalFooter {
    height: 100px;
  }

  #resendReceiptNoButton {
    width: 100%;
    margin: -2px 0 5px 0;
  }

  #resendReceiptSubmitButton {
    width: 100%;
    margin: 0;
  }

  #resendReceiptCloseButton {
    width: 100%;
    margin: 14px 0;
  }
  /*#endregion */

  /*#region Questionniare (ipad landscape) */

  #qEnrolmentChoiceMessage h2 {
    width: 460px;
  }
  h2 {
    margin: 10px 0 1px 1px !important;
  }
  #qEnrolmentChoiceFooter {
    height: 100px;
  }
  /*#endregion */


}

/* -- neither iPhone 6/7/8 nor iPad (1024*768) **/
@media only screen and (min-device-width: 1201px) {

  /*#region oft-card-modal-standard (desktop)*/
  #oft-card-sub-modal-dialog.oft-card-modal-standard {
    width: 600px;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-standard {
    margin: -27px 0 0 444px;
    font-size: 24px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-standard {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-standard {
    float: right !important;
    right: 48px;
    margin: -20px 57px 0 0;
  }

  #cardPrev.oft-card-modal-standard {
    float: left !important;
    margin: -20px 0 0 79px;
  }

  #oft-card-sub-info-modal-header.oft-card-modal-standard {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #1277a9;
    height: 50px;
  }

  #oft-card-sub-modal-details-body.oft-card-modal-standard {
    max-height: 610px;
    width: 470px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .oft-card-sub-card.oft-card-modal-standard {
    width: 468px;
  }

  .oft-card-sub-card-header.oft-card-modal-standard {
    padding: 10px;
    font-size: small;
    font-weight: 800;
    white-space: nowrap;
  }

  .oft-card-sub-card-body.oft-card-modal-standard {
    width: 468px;
  }

  .oft-card-sub-card-text-group.oft-card-modal-standard {
    width: 468px;
    font-size: small;
    padding: 2px;
  }

  .oft-card-sub-card-text-key.oft-card-modal-standard {
    float: left !important;
    max-width: 40%;
    padding: 0 0 0 21px;
    font-size: small;
    font-weight: 700;
  }

  .oft-card-sub-card-text-value.oft-card-modal-standard {
    float: right !important;
    max-width: 60%;
    font-size: small;
    padding: 0 0 0 10px;
  }
  /*#endregion oft-card-modal-standard (desktop)*/

  /*#region oft-card-modal-large (desktop)*/
  #oft-card-sub-modal-dialog.oft-card-modal-large {
    max-width: 1050px;
    width: 900px;
    position: relative;
    margin: 20px auto;
    pointer-events: none;
    margin: -97px 0 0 0;
  }

  #oft-card-sub-modal-header-close-button.oft-card-modal-large {
    margin: -28px 0 0 838px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    color: #f9f9f9;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  #oft-card-sub-modal-header-close-icon.oft-card-modal-large {
    font-size: 24px;
  }

  #cardNext.oft-card-modal-large {
    margin: -19px 65px 0 0;
  }

  #cardPrev.oft-card-modal-large {
    margin: -19px 0 0 94px;
  }

  .oft-card-sub-card.oft-card-modal-large {
    width: 855px;
  }

  .oft-card-sub-card-header.oft-card-modal-large {
    padding: 10px 0;
    font-size: small;
    text-align: center;
    white-space: nowrap;
  }

  .oft-card-sub-card-header-label.oft-card-modal-large {
    width: 33%;
    display: inline-block;
    padding: 2px;
    font-weight: 800;
  }

  .oft-card-sub-card-body.oft-card-modal-large {
  }

  .oft-card-sub-card-inner-card.oft-card-modal-large {
    height: 157px;
    width: 250px;
    margin: 7px 0 10px 27px;
    box-shadow: 3px 3px 3px 3px #ccc;
  }

  .oft-card-sub-card-inner-card-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #005e85;
  }

  .oft-card-sub-card-inner-card-body.oft-card-modal-large {
    padding: 1rem 0.75rem;
  }

  .oft-card-sub-card-inner-card-text.oft-card-modal-large {
    margin: -6px;
    font-size: small;
  }

  .btn.oft-card-modal-image {
    padding: 0.2px;
  }

  .btn-primary.oft-card-modal-image {
    color: #FFF
  }

  .oft-card-sub-card-inner-card-footer.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -5px 0 0 0;
    color: #FFF;
    border-style: none;
    background-color: rgba(245,245,245, 0.4);
  }

  .oft-card-sub-card-inner-card-footer-button.oft-card-modal-large {
    padding: 2px;
    height: 33px;
    margin: -10px 0 0 7px;
    color: #FFF;
    border-bottom-style: none;
    width: 230px;
  }

  #oft-card-sub-info-modal.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-dialog.oft-card-modal-large {
    position: relative;
    width: 500px;
    margin: -124px 0 0 0;
    pointer-events: none
  }

  #oft-card-sub-info-title.oft-card-modal-large {
    text-align: center;
    color: #FFF;
    margin: 10px 0 0 0;
  }

  #oft-card-sub-info-modal-content.oft-card-modal-large {
  }

  #oft-card-sub-info-modal-header.oft-card-modal-large {
    color: #ffffff;
    font-size: small;
    font-weight: 900;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background-color: #1277a9;
    height: 50px;
  }

  #oft-card-sub-info-close-button.oft-card-modal-large {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 700;
    margin: -20px 0 0 453px;
    position: fixed;
    display: block;
    float: right;
    text-decoration: none;
    z-index: 1;
    opacity: 1;
    outline: none;
  }

  .oft-card-sub-card-info-modal-body.oft-modal-large {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .oft-card-sub-info-nofound-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-found-label.oft-card-modal-large {
    font-size: small;
  }

  .oft-card-sub-info-list.oft-card-modal-large {
    font-size: small
  }

  #oft-card-sub-info-close-modal-button.oft-card-modal-large {
    margin: -3px 0 0 410px;
  }
  /*#endregion oft-card-modal-large (desktop) */

  /*#region Resend Receipt (desktop)*/
  #resendReceiptNoButton {
    float: left !important;
  }

  #resendReceiptSubmitButton, #resendReceiptCloseButton {
    float: right !important;
  }
  /*#endregion*/

  
}
